  /* ============================
       VARIABLES — Logo Colors
       Merah Marun: #8B1A2E (primary)
       Oranye/Emas: #E8843A (accent)
    ============================ */
    :root {
        --maroon: #8B1A2E;
        --maroon-d: #6B1222;
        --maroon-dd: #4A0C17;
        --maroon-l: #A82236;
        --maroon-ll: #C43048;
        --orange: #E8843A;
        --orange-l: #F29A58;
        --orange-ll: #FAC48A;
        --cream: #fdf8f0;
        --warm: #f9f0e8;
        --linen: #f0e0d0;
        --ivory: #faf5ee;
        --brown: #7a3a20;
        --text: #2a1a1e;
        --muted: #6e4a52;
        --silver: #9a8085;
        --line: rgba(139, 26, 46, .15);
        --radius: 16px;
        --shadow: 0 14px 52px rgba(74, 12, 23, .15);
    }

    /* ============================
   BASE
============================ */
    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        background: var(--cream);
        color: var(--text);
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: 'Libre Baskerville', serif;
        line-height: 1.2;
    }

    a {
        text-decoration: none;
    }

    body::before {
        content: '';
        position: fixed;
        inset: 0;
        background-image:
            radial-gradient(ellipse 70% 50% at 5% 15%, rgba(139, 26, 46, .05) 0%, transparent 55%),
            radial-gradient(ellipse 60% 60% at 95% 85%, rgba(232, 132, 58, .05) 0%, transparent 55%);
        pointer-events: none;
        z-index: 0;
    }

    body::after {
        content: '';
        position: fixed;
        inset: 0;
        opacity: .5;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
        pointer-events: none;
        z-index: 0;
    }

    /* ============================
   NAVBAR
============================ */
    .navbar {
        background: rgba(253, 248, 240, .97);
        padding: 0.9rem 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        transition: all .4s ease;
    }

    .navbar.scrolled {
        background: rgba(253, 248, 240, .97);
        backdrop-filter: blur(14px);
        padding: .75rem 0;
        box-shadow: 0 2px 24px rgba(74, 12, 23, .1);
        border-bottom: 1px solid var(--line);
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        gap: .75rem;
    }

   

    .brand-logo-img {
        height: 42px;
        width: auto;
        object-fit: contain;
    }

    .brand-text-wrap {
        display: flex;
        flex-direction: column;
    }

    .brand-name {
        font-family: 'Libre Baskerville', serif;
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--maroon-d) !important;
        line-height: 1;
    }

    .brand-name span {
        color: var(--orange);
    }

    .brand-sub {
        font-size: .62rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--silver);
        font-weight: 600;
    }

    .nav-link {
        color: var(--text) !important;
        font-size: .8rem;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
        padding: .4rem 1rem !important;
        transition: color .3s;
    }

    .nav-link:hover {
        color: var(--maroon) !important;
    }

    .btn-nav-order {
        background: var(--maroon);
        color: white !important;
        font-weight: 700;
        font-size: .78rem;
        letter-spacing: .07em;
        text-transform: uppercase;
        padding: .55rem 1.4rem !important;
        border-radius: 50px;
        border: 2px solid transparent;
        transition: all .3s;
    }

    .btn-nav-order:hover {
        background: transparent;
        border-color: var(--maroon);
        color: var(--maroon) !important;
    }

    .navbar-toggler {
        border: 1px solid var(--line);
    }

    /* ============================
   HERO
============================ */
    .hero {
        min-height: 100vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        padding-top: 80px;
        position: relative;
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .hero {
            grid-template-columns: 1fr;
            min-height: auto;
            padding: 100px 0 60px;
        }
    }

    .hero-left {
        background: linear-gradient(160deg, var(--maroon-dd) 0%, var(--maroon-d) 50%, var(--maroon) 100%);
        padding: 5rem 4rem 5rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    @media (max-width: 1200px) {
        .hero-left {
            padding: 4rem 2.5rem 4rem 2rem;
        }
    }

    @media (max-width: 991px) {
        .hero-left {
            padding: 4rem 1.5rem 3rem;
        }
    }

    .hero-geo {
        position: absolute;
        inset: 0;
        opacity: .04;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.8'%3E%3Cpolygon points='40,5 75,22.5 75,57.5 40,75 5,57.5 5,22.5'/%3E%3Cpolygon points='40,15 65,27.5 65,52.5 40,65 15,52.5 15,27.5'/%3E%3Cline x1='40' y1='5' x2='40' y2='15'/%3E%3Cline x1='75' y1='22.5' x2='65' y2='27.5'/%3E%3Cline x1='75' y1='57.5' x2='65' y2='52.5'/%3E%3Cline x1='40' y1='75' x2='40' y2='65'/%3E%3Cline x1='5' y1='57.5' x2='15' y2='52.5'/%3E%3Cline x1='5' y1='22.5' x2='15' y2='27.5'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 80px 80px;
    }

    .hero-ornament {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
        opacity: .15;
    }

    .hero-bismillah {
        font-family: 'Scheherazade New', serif;
        font-size: 1.8rem;
        color: var(--orange-ll);
        letter-spacing: .05em;
        margin-bottom: 1.5rem;
        opacity: .9;
        animation: fadeUp .7s ease both;
    }

    .hero-tag {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        background: rgba(232, 132, 58, .18);
        border: 1px solid rgba(232, 132, 58, .4);
        color: var(--orange-ll);
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
        padding: .35rem 1rem;
        border-radius: 50px;
        margin-bottom: 1.4rem;
        animation: fadeUp .8s .1s ease both;
    }

    .hero h1 {
        font-size: clamp(2.2rem, 4vw, 3.8rem);
        color: white;
        font-weight: 700;
        animation: fadeUp .9s .2s ease both;
    }

    .hero h1 em {
        color: var(--orange-l);
        font-style: italic;
    }

    .hero-sub {
        color: rgba(255, 255, 255, .72);
        font-size: .98rem;
        line-height: 1.8;
        max-width: 440px;
        margin: 1.4rem 0 2.2rem;
        animation: fadeUp .9s .3s ease both;
    }

    .hero-btns {
        animation: fadeUp .9s .4s ease both;
    }

    .btn-gold {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        background: var(--orange);
        color: white;
        font-weight: 700;
        font-size: .9rem;
        padding: .95rem 2rem;
        border-radius: 50px;
        transition: all .3s;
    }

    .btn-gold:hover {
        background: var(--orange-l);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(232, 132, 58, .4);
    }

    .btn-ghost-white {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        background: transparent;
        color: rgba(255, 255, 255, .85);
        font-weight: 600;
        font-size: .9rem;
        padding: .95rem 1.8rem;
        border: 1.5px solid rgba(255, 255, 255, .3);
        border-radius: 50px;
        transition: all .3s;
    }

    .btn-ghost-white:hover {
        border-color: var(--orange-l);
        color: var(--orange-l);
    }

    .hero-chips {
        display: flex;
        flex-wrap: wrap;
        gap: .7rem;
        margin-top: 2.2rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, .12);
        animation: fadeUp .9s .5s ease both;
    }

    .hchip {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        background: rgba(255, 255, 255, .07);
        border: 1px solid rgba(255, 255, 255, .14);
        color: rgba(255, 255, 255, .78);
        font-size: .75rem;
        font-weight: 600;
        padding: .35rem .85rem;
        border-radius: 50px;
    }

    .hchip i {
        color: var(--orange-l);
    }

    /* Right — photo collage */
    .hero-right {
        position: relative;
        overflow: hidden;
        min-height: 550px;
    }

    @media (max-width: 991px) {
        .hero-right {
            min-height: 340px;
        }
    }

    .hero-right-bg {
        position: absolute;
        inset: 0;
        background: url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?w=900&auto=format&fit=crop') center/cover no-repeat;
        filter: brightness(.6) saturate(.7);
        transform: scale(1.05);
        animation: heroZoom 10s ease-in-out infinite alternate;
    }

    @keyframes heroZoom {
        to {
            transform: scale(1);
        }
    }

    .hero-right-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 30%, rgba(74, 12, 23, .5) 100%),
            linear-gradient(270deg, transparent 60%, rgba(74, 12, 23, .3) 100%);
    }

    .hero-info-card {
        position: absolute;
        bottom: 2.5rem;
        right: 2rem;
        background: rgba(253, 248, 240, .95);
        backdrop-filter: blur(10px);
        border-radius: var(--radius);
        padding: 1.4rem 1.6rem;
        box-shadow: var(--shadow);
        border-left: 4px solid var(--orange);
        animation: fadeUp 1s .5s ease both;
        max-width: 220px;
    }

    .hic-title {
        font-family: 'Libre Baskerville', serif;
        font-size: .95rem;
        color: var(--text);
        font-weight: 700;
        margin-bottom: .3rem;
    }

    .hic-sub {
        font-size: .75rem;
        color: var(--muted);
        margin-bottom: .6rem;
    }

    .hic-price {
        font-family: 'Libre Baskerville', serif;
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--maroon);
    }

    .hic-price span {
        font-size: .7rem;
        color: var(--silver);
        font-weight: 400;
    }

    /* ============================
   MARQUEE STRIP
============================ */
    .ayat-strip {
        background: var(--orange);
        padding: .65rem 0;
        overflow: hidden;
    }

    .ayat-track {
        display: inline-block;
        white-space: nowrap;
        animation: marquee 28s linear infinite;
    }

    .ayat-track span {
        display: inline-block;
        padding: 0 2.5rem;
        font-size: .78rem;
        font-weight: 700;
        letter-spacing: .1em;
        color: var(--maroon-dd);
    }

    .ayat-track span i {
        margin-right: .4rem;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-50%)
        }
    }

    /* ============================
   SECTION COMMON
============================ */
    .section {
        padding: 6.5rem 0;
        position: relative;
        z-index: 1;
    }

    .sec-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--maroon);
        margin-bottom: .8rem;
    }

    .sec-eyebrow::before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 1.5px;
        background: var(--maroon);
    }

    .sec-title {
        font-size: clamp(1.9rem, 3.5vw, 2.9rem);
        color: var(--text);
    }

    .sec-title em {
        color: var(--maroon);
        font-style: italic;
    }

    .sec-title .gold {
        color: var(--orange);
    }

    .ornament-line {
        display: flex;
        align-items: center;
        gap: .8rem;
        margin: 1rem 0;
    }

    .ornament-line::before,
    .ornament-line::after {
        content: '';
        flex: 1;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--orange-l), transparent);
    }

    .ornament-line.center {
        justify-content: center;
    }

    .ornament-line span {
        color: var(--orange);
        font-size: .9rem;
        flex-shrink: 0;
    }

    .ornament-line-left {
        margin: 1rem 0;
    }

    .ornament-line-left::after {
        max-width: 120px;
    }

    .ornament-line-left::before {
        display: none;
    }

    /* ============================
   PAKET
============================ */
.paket-bg {
    background: var(--warm);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.paket-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 80% 20%, rgba(232,132,58,.06) 0%, transparent 70%),
        radial-gradient(ellipse 50% 60% at 10% 80%, rgba(139,26,46,.05) 0%, transparent 70%);
    pointer-events: none;
}
 
/* ── Section header ──────────────────────── */
.paket-header {
    margin-bottom: 3.5rem;
}
.paket-header .sec-title {
    margin-bottom: .75rem;
}
.paket-header .sec-desc {
    color: var(--muted);
    font-size: .93rem;
    max-width: 500px;
    line-height: 1.75;
}
 
/* ── Grid ────────────────────────────────── */
.paket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 300px));
    gap: 1.5rem;
    align-items: start;
    justify-content: center; /* ← tambah ini */
}
 
/* ── Card ────────────────────────────────── */
.paket-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1.5px solid rgba(139,26,46,.07);
    box-shadow: 0 2px 16px rgba(74,12,23,.06);
    transition: transform .35s cubic-bezier(.22,1,.36,1),
                box-shadow .35s ease,
                border-color .3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}
.paket-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(74,12,23,.13);
    border-color: var(--orange-l, #f4a65a);
}
.paket-card.featured {
    border-color: var(--orange);
    box-shadow: 0 8px 40px rgba(232,132,58,.18);
}
 
/* ── Featured ribbon ─────────────────────── */
.paket-ribbon {
    background: linear-gradient(90deg, var(--orange) 0%, #f4a238 100%);
    color: #fff;
    text-align: center;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: .4rem 1rem;
}
 
/* ── Image ───────────────────────────────── */
.paket-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f5ede8;
}
.paket-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.22,1,.36,1);
    display: block;
}
.paket-card:hover .paket-img img {
    transform: scale(1.05);
}
 
/* ── Gender badge on image ───────────────── */
.paket-badge {
    position: absolute;
    bottom: .85rem;
    left: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .3rem .75rem;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.25);
}
.pb-laki     { background: rgba(30,58,138,.82); color: #fff; }
.pb-perempuan{ background: rgba(131,24,67,.82);  color: #fff; }
.pb-combo    { background: rgba(120,53,15,.82);  color: #fff; }
 
/* ── Card body ───────────────────────────── */
.paket-body {
    padding: 1.4rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}
 
/* Hewan label */
.paket-hewan {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: .35rem;
    display: flex;
    align-items: center;
    gap: .25rem;
}
 
/* Name */
.paket-name {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: .55rem;
    line-height: 1.3;
}
 
/* Desc */
.paket-desc {
    font-size: .83rem;
    color: var(--muted);
    line-height: 1.75;
    flex: 1;
    text-align: justify;
}
 
/* Divider */
.paket-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139,26,46,.1), transparent);
    /* margin: .25rem 0 1rem; */
}
 
/* Fasilitas */
.paket-includes {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    margin-bottom: 1.1rem;
}
.paket-inc {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .8rem;
    color: var(--muted);
    padding: .28rem 0;
    border-bottom: 1px dashed rgba(139,26,46,.08);
}
.paket-inc:last-child { border: none; }
.paket-inc i {
    color: var(--maroon);
    font-size: .85rem;
    margin-top: .12rem;
    flex-shrink: 0;
}
 
/* Price box */
.paket-price-box {
    background: var(--ivory, #fdf8f3);
    border: 1px solid rgba(139,26,46,.08);
    border-radius: 12px;
    padding: .9rem 1rem;
    margin-bottom: 1rem;
}
.paket-label {
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--silver, #a09090);
    margin-bottom: .25rem;
}
.paket-price {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--maroon);
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}
.paket-price-old {
    font-size: .75rem;
    font-family: inherit;
    color: var(--silver, #a09090);
    text-decoration: line-through;
    font-weight: 400;
}
.paket-disc {
    font-size: .62rem;
    font-weight: 800;
    background: rgba(232,132,58,.12);
    color: var(--orange);
    border: 1px solid rgba(232,132,58,.25);
    padding: .2rem .55rem;
    border-radius: 50px;
    letter-spacing: .05em;
}
 
/* CTA button */
.btn-pesan-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .03em;
    padding: .8rem 1rem;
    border-radius: 10px;
    transition: background .25s, transform .2s, box-shadow .25s;
    text-decoration: none;
}
.btn-pesan-wa:hover {
    background: #1dba57;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37,211,102,.3);
}
.btn-pesan-wa i { font-size: 1rem; }
 
/* ── Empty state ─────────────────────────── */
.paket-empty {
    grid-column: 1/-1;
    text-align: center;
    padding: 4rem 1rem;
    color: var(--muted);
}
.paket-empty i { font-size: 3rem; opacity: .3; display: block; margin-bottom: .75rem; }

    /* ============================
   LAYANAN / PROSES
============================ */
    .layanan-bg {
        background: white;
    }

    .layanan-item {
        display: flex;
        gap: 1.5rem;
        align-items: flex-start;
        padding: 1.5rem;
        border-radius: var(--radius);
        border: 1px solid rgba(139, 26, 46, .08);
        background: var(--ivory);
        transition: all .35s;
        height: 100%;
    }

    .layanan-item:hover {
        border-color: var(--maroon-l);
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

    .layanan-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        flex-shrink: 0;
    }

    .li-teal {
        background: rgba(139, 26, 46, .1);
        color: var(--maroon);
    }

    .li-gold {
        background: rgba(232, 132, 58, .1);
        color: var(--orange);
    }

    .li-emerald {
        background: rgba(168, 34, 54, .1);
        color: var(--maroon-l);
    }

    .li-brown {
        background: rgba(122, 58, 32, .1);
        color: var(--brown);
    }

    .layanan-title {
        font-family: 'Libre Baskerville', serif;
        font-size: 1rem;
        color: var(--text);
        margin-bottom: .35rem;
    }

    .layanan-desc {
        font-size: .83rem;
        color: var(--muted);
        line-height: 1.65;
    }

    /* ============================
   PROSES KERJA - TIMELINE
============================ */
    .proses-bg {
        background: var(--maroon-dd);
        position: relative;
        overflow: hidden;
    }

    .proses-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.04'%3E%3Cpolygon points='40,5 75,22.5 75,57.5 40,75 5,57.5 5,22.5'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 80px 80px;
    }

    .proses-timeline {
        position: relative;
        padding-left: 3rem;
    }

    .proses-timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(180deg, var(--orange), var(--maroon-l), var(--orange));
    }

    .proses-step {
        position: relative;
        padding-bottom: 2.5rem;
        padding-left: 2rem;
    }

    .proses-step:last-child {
        padding-bottom: 0;
    }

    .step-dot {
        position: absolute;
        left: -2.4rem;
        top: .1rem;
        width: 40px;
        height: 40px;
        background: var(--orange);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        font-size: .95rem;
        color: white;
        border: 3px solid var(--maroon-dd);
        box-shadow: 0 0 0 3px rgba(232, 132, 58, .3);
    }

    .step-label {
        font-size: .65rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--orange-l);
        margin-bottom: .3rem;
    }

    .step-title {
        font-family: 'Libre Baskerville', serif;
        font-size: 1.05rem;
        color: white;
        margin-bottom: .4rem;
    }

    .step-desc {
        font-size: .83rem;
        color: rgba(255, 255, 255, .6);
        line-height: 1.7;
    }

    /* ============================
   KEUNGGULAN
============================ */
    .why-card {
        text-align: center;
        padding: 2.2rem 1.5rem;
        border-radius: var(--radius);
        background: white;
        border: 1.5px solid rgba(139, 26, 46, .08);
        box-shadow: 0 4px 20px rgba(74, 12, 23, .06);
        transition: all .4s;
        height: 100%;
    }

    .why-card:hover {
        border-color: var(--orange-l);
        transform: translateY(-6px);
        box-shadow: var(--shadow);
    }

    .why-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.7rem;
        margin: 0 auto 1.2rem;
    }

    .wi-teal {
        background: linear-gradient(135deg, rgba(139, 26, 46, .15), rgba(139, 26, 46, .05));
        color: var(--maroon);
        border: 2px solid rgba(139, 26, 46, .2);
    }

    .wi-gold {
        background: linear-gradient(135deg, rgba(232, 132, 58, .15), rgba(232, 132, 58, .05));
        color: var(--orange);
        border: 2px solid rgba(232, 132, 58, .2);
    }

    .wi-emerald {
        background: linear-gradient(135deg, rgba(168, 34, 54, .15), rgba(168, 34, 54, .05));
        color: var(--maroon-l);
        border: 2px solid rgba(168, 34, 54, .2);
    }

    .wi-brown {
        background: linear-gradient(135deg, rgba(122, 58, 32, .15), rgba(122, 58, 32, .05));
        color: var(--brown);
        border: 2px solid rgba(122, 58, 32, .2);
    }

    .why-title {
        font-family: 'Libre Baskerville', serif;
        font-size: 1.05rem;
        color: var(--text);
        margin-bottom: .5rem;
    }

    .why-desc {
        font-size: .84rem;
        color: var(--muted);
        line-height: 1.7;
    }

    /* ============================
   GALERI
============================ */
.galeri-bg {
    background: var(--warm);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.galeri-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 20% 80%, rgba(139,26,46,.05) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Grid layout ─────────────────────────── */
.galeri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 240px);
    gap: 10px;
    border-radius: 18px;
    overflow: hidden;
}

/* Item pertama span 2 baris */
.galeri-item:first-child {
    grid-row: span 2;
}

/* ── Item ────────────────────────────────── */
.galeri-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;          /* karena tag-nya <a> */
    text-decoration: none;
}

.galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(.22,1,.36,1);
}

.galeri-item:hover img {
    transform: scale(1.07);
}

/* ── Overlay ─────────────────────────────── */
.galeri-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(74,12,23,.75) 0%,
        rgba(74,12,23,.25) 50%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    opacity: 0;
    transition: opacity .3s ease;
    color: #fff;
}

.galeri-item:hover .galeri-overlay {
    opacity: 1;
}

.galeri-overlay i {
    font-size: 1.6rem;
    color: var(--orange-ll, #f9c98a);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.3));
    transform: scale(.8);
    transition: transform .3s cubic-bezier(.22,1,.36,1);
}

.galeri-item:hover .galeri-overlay i {
    transform: scale(1);
}

/* Caption judul */
.galeri-caption {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    text-shadow: 0 1px 4px rgba(0,0,0,.4);
    text-align: center;
    padding: 0 .75rem;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Empty state ─────────────────────────── */
.galeri-empty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    color: var(--muted);
    gap: .5rem;
}
.galeri-empty i {
    font-size: 2.5rem;
    opacity: .3;
}
.galeri-empty p {
    font-size: .875rem;
    margin: 0;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 991px) {
    .galeri-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
    .galeri-item:first-child {
        grid-row: span 2;
    }
}

@media (max-width: 575px) {
    .galeri-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 160px);
        gap: 6px;
        border-radius: 12px;
    }
    .galeri-item:first-child {
        grid-row: span 1;
    }
}

    /* ============================
   TESTIMONI
============================ */
    .testi-card {
        background: white;
        border-radius: var(--radius);
        padding: 2rem;
        border: 1.5px solid rgba(139, 26, 46, .08);
        box-shadow: 0 4px 20px rgba(74, 12, 23, .06);
        height: 100%;
        transition: all .35s;
        position: relative;
    }

    .testi-card:hover {
        border-color: var(--orange-l);
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }

    .testi-quote {
        font-family: Georgia, serif;
        font-size: 4rem;
        line-height: 1;
        color: rgba(232, 132, 58, .15);
        margin-bottom: .3rem;
    }

    .testi-stars {
        color: #f59e0b;
        font-size: .85rem;
        letter-spacing: .05em;
        margin-bottom: .8rem;
    }

    .testi-text {
        font-size: .88rem;
        color: var(--muted);
        line-height: 1.78;
        font-style: italic;
        margin-bottom: 1.3rem;
    }

    .testi-author {
        display: flex;
        align-items: center;
        gap: .9rem;
    }

    .testi-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid var(--orange-l);
    }

    .testi-name {
        font-weight: 700;
        font-size: .9rem;
        color: var(--text);
    }

    .testi-loc {
        font-size: .73rem;
        color: var(--silver);
    }

    .testi-paket {
        font-size: .7rem;
        font-weight: 700;
        color: var(--maroon);
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    /* ============================
   FAQ
============================ */
    .faq-bg {
        background: white;
    }

    .accordion-item {
        border: 1.5px solid rgba(139, 26, 46, .1) !important;
        border-radius: 12px !important;
        margin-bottom: .8rem;
        overflow: hidden;
    }

    .accordion-button {
        font-family: 'Libre Baskerville', serif;
        font-size: .95rem;
        font-weight: 700;
        color: var(--text) !important;
        background: var(--ivory) !important;
        padding: 1.2rem 1.5rem;
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        color: var(--maroon) !important;
        background: rgba(139, 26, 46, .05) !important;
    }

    .accordion-button::after {
        filter: hue-rotate(300deg) saturate(2);
    }

    .accordion-body {
        font-size: .87rem;
        color: var(--muted);
        line-height: 1.75;
        padding: 1rem 1.5rem 1.3rem;
        background: white;
    }

    /* ============================
   BLOG
============================ */
    .blog-card {
        background: white;
        border-radius: var(--radius);
        overflow: hidden;
        border: 1.5px solid rgba(139, 26, 46, .08);
        transition: all .4s;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .blog-card:hover {
        border-color: var(--orange-l);
        transform: translateY(-6px);
        box-shadow: var(--shadow);
    }

    .blog-img {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s;
    }

    .blog-card:hover .blog-img img {
        transform: scale(1.06);
    }

    .blog-tag-pill {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: .63rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: .28rem .75rem;
        border-radius: 50px;
        background: var(--maroon);
        color: white;
    }

    .blog-body {
        padding: 1.5rem;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .blog-title {
        font-family: 'Libre Baskerville', serif;
        font-size: 1rem;
        color: var(--text);
        margin-bottom: .6rem;
        line-height: 1.35;
    }

    .blog-excerpt {
        font-size: .83rem;
        color: var(--muted);
        line-height: 1.7;
        flex: 1;
        margin-bottom: 1rem;
    }

    .blog-foot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: .8rem;
        border-top: 1px dashed var(--line);
    }

    .blog-date {
        font-size: .72rem;
        color: var(--silver);
        display: flex;
        align-items: center;
        gap: .3rem;
    }

    .blog-read {
        font-size: .73rem;
        font-weight: 700;
        color: var(--maroon);
        display: flex;
        align-items: center;
        gap: .3rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        transition: gap .3s;
    }

    .blog-read:hover {
        gap: .6rem;
        color: var(--orange);
    }

    /* ============================
   CTA
============================ */
    .cta-section {
        background: linear-gradient(145deg, var(--maroon-dd) 0%, var(--maroon-d) 60%, var(--maroon-l) 100%);
        padding: 6rem 0;
        position: relative;
        overflow: hidden;
    }

    .cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.035'%3E%3Cpolygon points='40,5 75,22.5 75,57.5 40,75 5,57.5 5,22.5'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 80px 80px;
    }

    .cta-section::after {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(232, 132, 58, .12) 0%, transparent 60%);
        border-radius: 50%;
    }

    .cta-inner {
        position: relative;
        z-index: 2;
    }

    .cta-section h2 {
        font-size: clamp(1.9rem, 3.5vw, 3rem);
        color: white;
    }

    .cta-section h2 em {
        color: var(--orange-l);
        font-style: italic;
    }

    .btn-wa-cta {
        display: inline-flex;
        align-items: center;
        gap: .75rem;
        background: #25d366;
        color: white;
        font-weight: 700;
        font-size: 1rem;
        padding: 1.1rem 2.5rem;
        border-radius: 50px;
        transition: all .3s;
        box-shadow: 0 6px 28px rgba(37, 211, 102, .3);
    }

    .btn-wa-cta:hover {
        background: #1dba57;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 10px 36px rgba(37, 211, 102, .45);
    }

    .btn-wa-cta i {
        font-size: 1.4rem;
    }

    .btn-cta-phone {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        background: transparent;
        color: rgba(255, 255, 255, .85);
        font-weight: 600;
        font-size: .9rem;
        padding: 1.1rem 2rem;
        border: 1.5px solid rgba(255, 255, 255, .3);
        border-radius: 50px;
        transition: all .3s;
    }

    .btn-cta-phone:hover {
        border-color: var(--orange-l);
        color: var(--orange-l);
    }

    /* ============================
   WA FLOAT
============================ */
    .wa-float {
        position: fixed;
        bottom: 1.8rem;
        right: 1.8rem;
        z-index: 999;
    }

    .wa-pill {
        display: flex;
        align-items: center;
        gap: .6rem;
        background: #25d366;
        color: white;
        padding: .9rem 1.6rem;
        border-radius: 50px;
        font-weight: 700;
        font-size: .9rem;
        box-shadow: 0 6px 28px rgba(37, 211, 102, .45);
        transition: all .3s;
        animation: waPulse 2.5s ease-in-out infinite;
    }

    .wa-pill:hover {
        background: #1dba57;
        color: white;
        transform: translateY(-3px);
        animation: none;
    }

    .wa-pill i {
        font-size: 1.3rem;
    }

    @keyframes waPulse {

        0%,
        100% {
            box-shadow: 0 6px 28px rgba(37, 211, 102, .4)
        }

        50% {
            box-shadow: 0 6px 38px rgba(37, 211, 102, .75)
        }
    }

    /* ============================
   FOOTER
============================ */
    footer {
        background: var(--maroon-dd);
        padding: 5rem 0 0;
        position: relative;
        z-index: 1;
    }

    footer::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.4' opacity='0.025'%3E%3Cpolygon points='40,5 75,22.5 75,57.5 40,75 5,57.5 5,22.5'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 80px 80px;
    }

    .footer-logo {
        font-family: 'Libre Baskerville', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
    }

    .footer-logo span {
        color: var(--orange-l);
    }

    .footer-ayat {
        font-family: 'Scheherazade New', serif;
        font-size: 1.2rem;
        color: var(--orange-l);
        opacity: .7;
        margin-top: .3rem;
    }

    .footer-desc {
        font-size: .85rem;
        color: rgba(255, 255, 255, .55);
        line-height: 1.8;
        margin: .9rem 0 1.5rem;
    }

    .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(232, 132, 58, .3);
        border-radius: 50%;
        color: rgba(255, 255, 255, .6);
        font-size: 1rem;
        margin-right: .4rem;
        transition: all .3s;
    }

    .footer-social a:hover {
        border-color: var(--orange-l);
        color: var(--orange-l);
    }

    footer h6 {
        font-size: .7rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--orange-l);
        margin-bottom: 1.2rem;
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

    footer ul li {
        margin-bottom: .6rem;
    }

    footer ul li a {
        font-size: .87rem;
        color: rgba(255, 255, 255, .6);
        transition: color .3s;
    }

    footer ul li a:hover {
        color: var(--orange-l);
    }

    .footer-contact {
        display: flex;
        gap: .7rem;
        margin-bottom: .85rem;
        font-size: .85rem;
        color: rgba(255, 255, 255, .6);
        align-items: flex-start;
    }

    .footer-contact i {
        color: var(--orange-l);
        flex-shrink: 0;
        margin-top: .15rem;
    }

    .footer-contact a {
        color: rgba(255, 255, 255, .6);
        transition: color .3s;
    }

    .footer-contact a:hover {
        color: var(--orange-l);
    }

    .footer-cert {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        margin-top: .8rem;
    }

    .fcert {
        font-size: .65rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        background: rgba(232, 132, 58, .12);
        border: 1px solid rgba(232, 132, 58, .25);
        color: var(--orange-l);
        padding: .25rem .7rem;
        border-radius: 50px;
    }

    .footer-bottom {
        margin-top: 3.5rem;
        padding: 1.4rem 0;
        border-top: 1px solid rgba(232, 132, 58, .1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: .6rem;
        position: relative;
    }

    .footer-bottom p {
        font-size: .76rem;
        color: rgba(255, 255, 255, .3);
        margin: 0;
    }

    /* ============================
   ANIMATIONS
============================ */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-up {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity .65s ease, transform .65s ease;
    }

    .fade-up.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .d1 {
        transition-delay: .1s
    }

    .d2 {
        transition-delay: .2s
    }

    .d3 {
        transition-delay: .3s
    }

    .d4 {
        transition-delay: .4s
    }

    /* ============================
   RESPONSIVE
============================ */
    @media (max-width:767px) {
        .wa-pill span {
            display: none;
        }

        .wa-pill {
            padding: 1rem;
            border-radius: 50%;
        }

        .section {
            padding: 4.5rem 0;
        }

        .footer-bottom {
            flex-direction: column;
            text-align: center;
        }

        .hero-info-card {
            bottom: 1rem;
            right: 1rem;
        }
    }

    .testi-slider-wrap {
        position: relative;
        padding: 0 10px;
    }

    .testi-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: white;
        border: 2px solid var(--line);
        color: var(--maroon);
        font-size: 1.1rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all .3s;
        box-shadow: 0 4px 16px rgba(74, 12, 23, .1);
    }

    .testi-arrow:hover {
        background: var(--maroon);
        border-color: var(--maroon);
        color: white;
        box-shadow: 0 6px 22px rgba(139, 26, 46, .3);
    }

    .testi-arrow-prev {
        left: -24px;
    }

    .testi-arrow-next {
        right: -24px;
    }

    .testi-slider .slick-dots {
        bottom: -36px;
    }

    .testi-slider .slick-dots li button:before {
        font-size: 8px;
        color: var(--maroon);
        opacity: .3;
    }

    .testi-slider .slick-dots li.slick-active button:before {
        color: var(--maroon);
        opacity: 1;
    }

    .testi-slider .slick-slide {
        padding: 0 10px;
    }

    .testi-slider .slick-list {
        margin: 0 -10px;
    }

    .testi-slider .testi-card {
        margin-bottom: 4px;
    }

    .testi-badge {
        position: absolute;
        top: 1.2rem;
        right: 1.2rem;
        background: rgba(232, 132, 58, .1);
        border: 1px solid rgba(232, 132, 58, .3);
        color: var(--orange);
        font-size: .62rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: .22rem .65rem;
        border-radius: 50px;
    }

    .blog-slider-wrap {
        position: relative;
        padding: 0 10px;
    }

    /* Custom arrows */
    .blog-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: white;
        border: 2px solid var(--line);
        color: var(--maroon);
        font-size: 1.1rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all .3s;
        box-shadow: 0 4px 16px rgba(74, 12, 23, .1);
    }

    .blog-arrow:hover {
        background: var(--maroon);
        border-color: var(--maroon);
        color: white;
        box-shadow: 0 6px 22px rgba(139, 26, 46, .3);
    }

    .blog-arrow-prev {
        left: -24px;
    }

    .blog-arrow-next {
        right: -24px;
    }

    @media (max-width: 767px) {
        .blog-arrow-prev {
            left: -12px;
        }

        .blog-arrow-next {
            right: -12px;
        }
    }

    /* Slick dots override */
    .blog-slider .slick-dots {
        bottom: -36px;
    }

    .blog-slider .slick-dots li button:before {
        font-size: 8px;
        color: var(--maroon);
        opacity: .3;
    }

    .blog-slider .slick-dots li.slick-active button:before {
        color: var(--maroon);
        opacity: 1;
    }

    /* Slide padding */
    .blog-slider .slick-slide {
        padding: 0 10px;
    }

    .blog-slider .slick-list {
        margin: 0 -10px;
    }

    /* Keep card full-height consistent */
    .blog-slider .blog-card {
        margin-bottom: 4px;
        /* prevent shadow clip */
    }
    @media(max-width:576px) {
        .hero {
            padding: 30px 0 20px;
        }
    }
    