/* === Information Content Styles === */
.info-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.fade-element {
    opacity: 0;
    transform: translateY(20px);
    will-change: opacity, transform; /* Hardware acceleration */
}

.info-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2rem;
    color: #e5b25d; /* Elegant gold accent */
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(248, 245, 238, 0.1);
    padding-bottom: var(--title-margin);
    margin-top: var(--title-margin);
}

.section-text {
    /*font-family: 'Lato', sans-serif;*/
    font-size: var(--font-size-1);
    line-height: 1.8;
    color: var(--text-light) !important;
    margin-bottom: 20px;
}
.section-service-title {
    font-weight: 600;
    font-size: var(--font-size-title)!important;
    color:var(--gold-headings)!important;
}

/* Images inside info */
.header-graphic {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 0px auto;
    display: block;
    border-radius: 8px;
    opacity: 0.95;
}

/* Information Lists */
.info-list {
    /*font-family: 'Lato', sans-serif;*/
    font-size: var(--font-size-1);
    line-height: 1.8;
    color: rgba(248, 245, 238, 0.8);
    padding-left: 20px;
    margin-bottom: 20px;
}

    .info-list li {
        margin-bottom: 15px;
    }

        .info-list li strong {
            color: var(--muted-bronze);
            font-weight: 700;
        }

/* Experience Details List (No bullet points, icon based) */
.experience-list {
    list-style-type: none;
    padding-left: 0;
    /*font-family: 'Lato', sans-serif;*/
    font-size: var(--font-size-1);
    line-height: 1.8;
    color: rgba(248, 245, 238, 0.9);
    margin-bottom: 30px;
}

    .experience-list li {
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        background: rgba(255,255,255,0.02);
        padding: 15px 20px;
        border-radius: 6px;
        border-left: 3px solid #e5b25d;
    }

        .experience-list li i {
            color: #e5b25d;
            font-size: 1.3rem;
            margin-top: 2px;
        }

/* Tripartite Layout Grid for Ritual Steps */
.four-step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
}

.layout-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(248, 245, 238, 0.1);
    padding: 30px 30px 40px 30px;
    border-radius: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size:var(--font-size-1);
}

    .layout-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.05);
    }

/* Images inside cards */
.step-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 65px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: transform 0.4s ease;
}
.header-graphic-bottom{
    margin-bottom:65px!important;
}
.layout-card:hover .step-image {
    transform: scale(1.03);
}

/* Number watermark for steps */
.step-number {
    font-size: 8rem;
    color: rgba(229, 178, 93, 0.06);
    position: absolute;
    bottom: -30px;
    right: 10px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    z-index: -1;
    transition: color 0.3s ease;
}

.layout-card:hover .step-number {
    color: rgba(229, 178, 93, 0.12);
}

.price-badge {
    font-size: 1.8rem;
    color: #e5b25d;
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.layout-title {
    display: flex;
    align-items: flex-start; /* Metin uzarsa rozet yukarıda kalsın */
    gap: 16px; /* Rozet ile metin arasındaki boşluk */
    margin: 0;
    margin-bottom: var(--title-margin2);
    /* Metnin alt satıra düşmesini test etmek için sınır (kendi projende kaldırabilirsin) */
}

/* Yuvarlak Numara Rozeti */
.step-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--gold-headings); /* Görseldeki altın/sarı renk */
    color: #1a1a1a; /* Koyu renk yazı */
    border-radius: 50%; /* Tam yuvarlak yapar */
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0; /* ÇOK ÖNEMLİ: Metin uzunsa bile rozetin ezilip ovalleşmesini engeller */
    margin-top: 5px; /* Yazının ilk satırıyla hizalamak için ufak bir dokunuş */
}

/* Başlık Metni */
.layout-title-text {
    color: var(--gold-headings); /* Görseldeki altın/sarı renk */

    font-size: var(--font-size-title);
    line-height: var(--font-size-title-line-height);
    color: var(--gold-headings);
    font-weight: normal;
}

/* Warning Box */
.warning-box {
    background: rgba(229, 178, 93, 0.05);
    border-left: 4px solid #e5b25d;
    padding: 20px 20px 5px 20px;
    border-radius: 0 4px 4px 0;
    margin-top: 20px;
}

/* Products Section Image */
.products-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
}

    .products-img:hover {
        transform: scale(1.02);
    }

.btn-collection {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(248, 245, 238, 0.6);
    color: #f8f5ee;
    padding: 12px 28px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    border-radius: 4px;
}

    .btn-collection:hover {
        background-color: rgba(248, 245, 238, 0.15);
        border-color: #f8f5ee;
        color: #ffffff;
    }
/* Responsive Settings */
@media (min-width: 768px) {

    .four-step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}