﻿/* ════════════════════════════════════════════════════════════
   HOME.CSS  —  Wyaah Homepage v3
   Palette : Deep Red #B5143A · Gold #C9963A · White
   Fonts   : Poppins (headings) · Plus Jakarta Sans (body)
   ════════════════════════════════════════════════════════════ */

/* ── Design Tokens ──────────────────────────────────────── */
:root {
    --hp-red:       #B5143A;
    --hp-red-dk:    #7D0D26;
    --hp-red-md:    #C41E3A;
    --hp-red-lt:    #FDEAEE;
    --hp-red-pale:  #FEF5F7;

    --hp-gold:      #C9963A;
    --hp-gold-dk:   #8B6914;
    --hp-gold-lt:   #F5E6C8;
    --hp-gold-pale: #FEF9F0;

    --hp-white:     #FFFFFF;
    --hp-off:       #FAFAF8;
    --hp-cream:     #FAF8F4;
    --hp-bg-alt:    #F4F2EE;
    --hp-bg-sec:    #F8F6F2;

    --hp-h:         #1A1A1A;
    --hp-b:         #374151;
    --hp-m:         #6B6B6B;
    --hp-l:         #9CA3AF;
    --hp-border:    #E8E4DC;
    --hp-border-2:  #D4D0C8;

    --hp-rs:  8px;
    --hp-rm:  12px;
    --hp-rl:  20px;
    --hp-rxl: 28px;

    --hp-sh-sm: 0 2px 14px rgba(26,26,26,.06);
    --hp-sh-md: 0 8px 36px rgba(26,26,26,.10);
    --hp-sh-lg: 0 20px 64px rgba(26,26,26,.14);
    --hp-sh-hover: 0 12px 40px rgba(0,0,0,.14);

    --hp-ease: cubic-bezier(.4,0,.2,1);
    --hp-py:   100px;
}

/* ── Scroll Reveal ──────────────────────────────────────── */
.fu {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s var(--hp-ease), transform .65s var(--hp-ease);
}
.fu.in { opacity: 1; transform: none; }

/* ── Shared Layout ──────────────────────────────────────── */
.hp-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
@media (max-width: 768px) { .hp-wrap { padding: 0 20px; } }

/* Section header */
.hp-sec-hd {
    text-align: center;
    margin-bottom: 60px;
}
.hp-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--hp-red-lt);
    color: var(--hp-red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 14px;
    border: 1px solid rgba(181,20,58,.2);
}
.hp-sec-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 3.6vw, 2.75rem);
    font-weight: 800;
    color: var(--hp-h);
    line-height: 1.18;
    letter-spacing: -.028em;
    margin-bottom: 14px;
}
.hp-sec-title em { color: var(--hp-red); font-style: normal; }
.hp-sec-sub {
    font-size: clamp(15px, 1.8vw, 17px);
    color: var(--hp-m);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto;
}

/* ── Shared Buttons ─────────────────────────────────────── */
.hp-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--hp-red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: var(--hp-rs);
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: .02em;
    transition: background .3s var(--hp-ease), transform .3s, box-shadow .3s;
}
.hp-btn-red:hover {
    background: var(--hp-red-dk);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(181,20,58,.35);
}

.hp-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--hp-gold);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: var(--hp-rm);
    text-decoration: none;
    box-shadow: 0 6px 26px rgba(201,150,58,.38);
    transition: transform .22s var(--hp-ease), box-shadow .22s, background .22s;
    white-space: nowrap;
    letter-spacing: .01em;
}
.hp-btn-gold:hover {
    transform: translateY(-2px);
    background: var(--hp-gold-dk);
    box-shadow: 0 10px 34px rgba(201,150,58,.48);
}
.hp-btn-gold svg { transition: transform .2s; }
.hp-btn-gold:hover svg { transform: translateX(3px); }


/* ════════════════════════════════════════════════════════════
   1. HERO SLIDER  (index.html design, matrimonial content)
   ════════════════════════════════════════════════════════════ */

/* ── Slide backgrounds — warm reddish palette, matrimonial feel ── */

/* Slide 1 — deep burgundy-red, circle pattern */
.wy-slide-1 .wy-slide-bg {
    background:
        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' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm20 40c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10zm20-40c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(135deg, #7D0D26 0%, #B5143A 50%, #8C1428 100%);
}

/* Slide 2 — crimson-rose, gold cross pattern */
.wy-slide-2 .wy-slide-bg {
    background:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9963A' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(140deg, #8C1428 0%, #A8162E 45%, #6B0D1E 100%);
}

/* Slide 3 — vibrant warm red, wave pattern */
.wy-slide-3 .wy-slide-bg {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.29 6.76L34 24h8zM76 0l30 15 2 1V2.18A10 10 0 0 0 107.76 0H105.7a8 8 0 0 1 .3 2.18v10.58L80.47 0H76zm31.76 24a10 10 0 0 0-5.29-6.76L70 1l-2-1v13.82a10 10 0 0 0 5.29 6.76L100 24h8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(130deg, #B5143A 0%, #8C1428 55%, #7D0D26 100%);
}

/* ── Hero section shell ── */
.wy-hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

/* ── Crossfade slides ── */
.wy-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .9s ease;
    pointer-events: none;
}
.wy-slide.active { opacity: 1; pointer-events: all; }

/* Background layer — subtle Ken Burns */
.wy-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    transition: transform 7s ease;
}
.wy-slide.active .wy-slide-bg { transform: scale(1); }

/* Warm red overlay — readable text on left, open right for richness */
.wy-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
        rgba(100,8,24,.82) 0%,
        rgba(100,8,24,.42) 55%,
        rgba(100,8,24,.04) 100%
    );
}

/* ── Slide content ── */
.wy-slide-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px 0;
    width: 100%;
}
@media (max-width: 640px) { .wy-slide-content { padding: 76px 20px 0; } }

.wy-slide-tag {
    display: inline-block;
    background: rgba(201,150,58,.2);
    border: 1px solid rgba(201,150,58,.4);
    color: #E5B96A;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s .1s ease, transform .6s .1s ease;
}
.wy-slide.active .wy-slide-tag { opacity: 1; transform: none; }

.wy-slide-heading {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 5.5vw, 4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -.03em;
    max-width: 700px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s .25s ease, transform .65s .25s ease;
}
.wy-slide.active .wy-slide-heading { opacity: 1; transform: none; }
.wy-slide-heading em { font-style: normal; color: #E5B96A; }

.wy-slide-text {
    font-size: 17px;
    color: rgba(255,255,255,.8);
    line-height: 1.72;
    max-width: 500px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s .4s ease, transform .6s .4s ease;
}
.wy-slide.active .wy-slide-text { opacity: 1; transform: none; }

.wy-slide-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .6s .55s ease, transform .6s .55s ease;
}
.wy-slide.active .wy-slide-actions { opacity: 1; transform: none; }

/* Slide buttons */
.wy-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C9963A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .3s, transform .3s, box-shadow .3s;
}
.wy-btn-primary:hover { background: #8B6914; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,150,58,.4); }
.wy-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 6px;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,.5);
    transition: border-color .3s, background .3s;
}
.wy-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ── Decorative rings element (right side) ── */
.wy-slide-deco {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 380px; height: 380px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1023px) { .wy-slide-deco { display: none; } }

.wy-deco-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201,150,58,.2);
}
.wy-deco-ring:nth-child(1) { width: 380px; height: 380px; }
.wy-deco-ring:nth-child(2) { width: 280px; height: 280px; animation: wy-spin 20s linear infinite; border-color: rgba(201,150,58,.25); }
.wy-deco-ring:nth-child(3) { width: 180px; height: 180px; border-color: rgba(201,150,58,.35); }

.wy-deco-center {
    width: 120px; height: 120px;
    background: rgba(201,150,58,.15);
    border: 1px solid rgba(201,150,58,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.wy-deco-center svg {
    width: 52px; height: 52px;
    fill: #E5B96A;
    opacity: .9;
}

@keyframes wy-spin { to { transform: rotate(360deg); } }

/* ── Dots ── */
.wy-slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%; transform: translateX(-50%);
    display: flex; gap: 10px;
    z-index: 10;
}
.wy-slider-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    border: none; cursor: pointer; padding: 0;
    transition: background .3s, width .3s, border-radius .3s;
}
.wy-slider-dot.active { background: #C9963A; width: 28px; border-radius: 4px; }

/* ── Arrows ── */
.wy-slider-arrows {
    position: absolute;
    bottom: 30px; right: 40px;
    display: flex; gap: 10px;
    z-index: 10;
}
.wy-slider-arrow {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s, border-color .3s;
}
.wy-slider-arrow:hover { background: #C9963A; border-color: #C9963A; }
.wy-slider-arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── Scroll indicator ── */
.wy-scroll-ind {
    position: absolute;
    bottom: 38px; left: 40px;
    z-index: 10;
    display: flex; align-items: center; gap: 12px;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    pointer-events: none;
}
.wy-scroll-line {
    width: 40px; height: 1px;
    background: rgba(255,255,255,.3);
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .wy-slider-arrows { right: 20px; }
    .wy-scroll-ind { left: 20px; }
    .wy-slide-heading { font-size: clamp(1.75rem, 7vw, 2.5rem); }
    .wy-slide-text { font-size: 15px; }
    .wy-slide-actions { flex-direction: column; }
    .wy-btn-outline { text-align: center; justify-content: center; }
}
@media (max-width: 480px) {
    .wy-slider-dots { bottom: 24px; }
    .wy-slider-arrows { display: none; }
    .wy-scroll-ind { display: none; }
}

/* Legacy hz-* kept below for other pages that may still reference them */
.hz {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 620px;
    background: #1A1A1A;
}
.hz-track { position: relative; width: 100%; height: 100%; }

.hz-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .9s var(--hp-ease);
}
.hz-slide.active { opacity: 1; pointer-events: auto; }

/* Exact same gradient as CTA banner — purple-maroon-crimson */
.hz-slide-1 { background: linear-gradient(135deg, #1A1A1A 0%, #8C1428 45%, #C41E3A 100%); }
.hz-slide-2 { background: linear-gradient(145deg, #1A1A1A 0%, #8C1428 50%, #1A1A1A 100%); }
.hz-slide-3 { background: linear-gradient(125deg, #C41E3A 0%, #8C1428 55%, #1A1A1A 100%); }

/* Decorative rings */
.hz-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hz-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201,150,58,.1);
}
.hz-ring-1 { width: 560px; height: 560px; top: -140px; right: -140px; }
.hz-ring-2 { width: 380px; height: 380px; top: -50px;  right: -50px;  border-color: rgba(201,150,58,.07); }
.hz-ring-3 { width: 220px; height: 220px; top: 40px;   right: 40px;   border-color: rgba(201,150,58,.13); }
.hz-blob {
    position: absolute;
    bottom: -100px; left: 20%;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(181,20,58,.32) 0%, transparent 65%);
}

/* Content layout */
.hz-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 768px) { .hz-content { padding: 0 20px; } }

.hz-text { flex: 1; max-width: 680px; }

.hz-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,150,58,.14);
    border: 1px solid rgba(201,150,58,.38);
    color: var(--hp-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 4px;
    margin-bottom: 26px;
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s .1s var(--hp-ease), transform .6s .1s var(--hp-ease);
}
.hz-slide.active .hz-badge { opacity: 1; transform: none; }

.hz-h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 6vw, 4.375rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.07;
    letter-spacing: -.035em;
    margin-bottom: 22px;
    max-width: 700px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s .25s var(--hp-ease), transform .65s .25s var(--hp-ease);
}
.hz-slide.active .hz-h1 { opacity: 1; transform: none; }
.hz-accent { color: var(--hp-gold); font-style: normal; }

.hz-p {
    font-size: clamp(15px, 1.9vw, 18px);
    color: rgba(255,255,255,.73);
    line-height: 1.72;
    max-width: 530px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s .4s var(--hp-ease), transform .6s .4s var(--hp-ease);
}
.hz-slide.active .hz-p { opacity: 1; transform: none; }

.hz-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .6s .55s var(--hp-ease), transform .6s .55s var(--hp-ease);
}
.hz-slide.active .hz-btns { opacity: 1; transform: none; }

.hz-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--hp-gold);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: var(--hp-rs);
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .3s, transform .3s, box-shadow .3s;
}
.hz-btn-primary:hover { background: var(--hp-gold-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,150,58,.35); }

.hz-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: var(--hp-rs);
    text-decoration: none;
    transition: background .3s, border-color .3s;
}
.hz-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.hz-trust {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity .6s .72s var(--hp-ease);
}
.hz-slide.active .hz-trust { opacity: 1; }
.hz-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 500;
}
.hz-trust-item svg { color: var(--hp-gold); flex-shrink: 0; }

.hz-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity .6s .72s var(--hp-ease);
}
.hz-slide.active .hz-stats { opacity: 1; }
.hz-stat-val {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 900;
    color: var(--hp-gold);
    line-height: 1;
    margin-bottom: 4px;
}
.hz-stat-lbl { font-size: 12px; color: rgba(255,255,255,.55); font-weight: 500; }

.hz-side { display: none; position: relative; flex-shrink: 0; user-select: none; }
@media (min-width: 1024px) { .hz-side { display: block; } }

.hz-side-num {
    font-family: 'Poppins', sans-serif;
    font-size: 14rem;
    font-weight: 900;
    color: rgba(255,255,255,.03);
    line-height: 1;
    letter-spacing: -.06em;
    pointer-events: none;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .7s .3s var(--hp-ease), transform .7s .3s var(--hp-ease);
}
.hz-slide.active .hz-side-num { opacity: 1; transform: none; }

.hz-side-card {
    position: absolute;
    bottom: 12px; right: 12px;
    background: rgba(255,255,255,.07);
    border: 1.5px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    border-radius: 16px;
    padding: 18px 24px;
    min-width: 160px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s .6s var(--hp-ease), transform .6s .6s var(--hp-ease);
}
.hz-slide.active .hz-side-card { opacity: 1; transform: none; }
.hz-side-card-val {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--hp-gold);
    line-height: 1;
    margin-bottom: 5px;
}
.hz-side-card-lbl { font-size: 11px; color: rgba(255,255,255,.5); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }

.hz-arr {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    z-index: 10;
    width: 44px; height: 44px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s, transform .3s;
}
.hz-arr:hover { background: var(--hp-gold); border-color: var(--hp-gold); transform: translateY(-50%) scale(1.06); }
.hz-arr-prev { left: 40px; }
.hz-arr-next { right: 40px; }

.hz-dots {
    position: absolute;
    bottom: 40px; left: 50%; transform: translateX(-50%);
    z-index: 10;
    display: flex; align-items: center; gap: 10px;
}
.hz-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    border: none; cursor: pointer; padding: 0;
    transition: background .3s, width .3s, border-radius .3s;
}
.hz-dot.active { background: var(--hp-gold); width: 28px; border-radius: 4px; }


/* ════════════════════════════════════════════════════════════
   2. STATS STRIP
   ════════════════════════════════════════════════════════════ */
.hp-stats {
    background: linear-gradient(135deg, var(--hp-red-dk) 0%, var(--hp-red) 100%);
    padding: 0;
}
.hp-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .hp-stats-grid { grid-template-columns: repeat(4, 1fr); } }

.hp-stat {
    text-align: center;
    padding: 44px 24px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (min-width: 768px) {
    .hp-stat:last-child { border-right: none; }
    .hp-stat { border-bottom: none; }
}
@media (max-width: 767px) {
    .hp-stat:nth-child(2), .hp-stat:nth-child(4) { border-right: none; }
}
.hp-stat-icon {
    width: 44px; height: 44px;
    background: rgba(255,255,255,.1);
    border-radius: var(--hp-rm);
    display: flex; align-items: center; justify-content: center;
    color: var(--hp-gold);
    margin: 0 auto 14px;
    border: 1px solid rgba(255,255,255,.12);
}
.hp-stat-val {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -.03em;
}
.hp-stat-lbl { font-size: 13px; color: rgba(255,255,255,.65); font-weight: 500; }


/* ════════════════════════════════════════════════════════════
   3. WHAT MAKES US DIFFERENT
   ════════════════════════════════════════════════════════════ */
.hp-feat {
    padding: var(--hp-py) 0;
    background: var(--hp-bg-alt);
}
.hp-feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.hp-feat-card {
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-rl);
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: transform .3s var(--hp-ease), box-shadow .3s;
}
.hp-feat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-red-dk), var(--hp-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--hp-ease);
}
.hp-feat-card:hover { transform: translateY(-6px); box-shadow: var(--hp-sh-hover); border-color: transparent; }
.hp-feat-card:hover::before { transform: scaleX(1); }

.hp-feat-icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--hp-red-dk), var(--hp-red-md));
    border-radius: var(--hp-rm);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    transition: transform .3s;
}
.hp-feat-card:hover .hp-feat-icon { transform: scale(1.06) rotate(-3deg); }
.hp-feat-icon svg { width: 26px; height: 26px; stroke: white; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.hp-feat-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--hp-red-dk);
    margin-bottom: 12px;
}
.hp-feat-desc { font-size: 14px; color: var(--hp-m); line-height: 1.75; }
.hp-feat-num {
    position: absolute;
    bottom: -8px; right: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(181,20,58,.04);
    pointer-events: none;
    line-height: 1;
    user-select: none;
    transition: color .3s;
}
.hp-feat-card:hover .hp-feat-num { color: rgba(181,20,58,.07); }


/* ════════════════════════════════════════════════════════════
   4. HOW IT WORKS
   ════════════════════════════════════════════════════════════ */
.hp-proc {
    padding: var(--hp-py) 0;
    background: var(--hp-white);
}
.hp-proc-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    margin-bottom: 56px;
}
.hp-proc-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(36px + 20px);
    right: calc(36px + 20px);
    height: 1px;
    background: var(--hp-border);
    z-index: 0;
}
@media (max-width: 767px) {
    .hp-proc-steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .hp-proc-steps::before { display: none; }
}

.hp-proc-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .hp-proc-step {
        width: 100%;
        max-width: 340px;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
        padding: 20px 0;
        border-bottom: 1px solid var(--hp-border);
    }
    .hp-proc-step:last-child { border-bottom: none; }
}

.hp-proc-num {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: var(--hp-white);
    border: 2px solid var(--hp-border);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px; font-weight: 700;
    color: var(--hp-border-2);
    margin-bottom: 24px;
    flex-shrink: 0;
    transition: all .3s var(--hp-ease);
    position: relative; z-index: 1;
}
.hp-proc-step:hover .hp-proc-num {
    background: var(--hp-red-dk);
    border-color: var(--hp-red-dk);
    color: #fff;
    box-shadow: 0 0 0 8px rgba(181,20,58,.08);
}
@media (max-width: 767px) { .hp-proc-num { margin-bottom: 0; width: 56px; height: 56px; font-size: 18px; } }

.hp-proc-body { flex: 1; }
.hp-proc-title {
    font-size: 16px; font-weight: 600;
    color: var(--hp-red-dk);
    margin-bottom: 10px; line-height: 1.38;
}
.hp-proc-desc { font-size: 13px; color: var(--hp-m); line-height: 1.7; max-width: 180px; margin: 0 auto; }
@media (max-width: 767px) { .hp-proc-desc { max-width: none; margin: 0; } }
.hp-proc-cta { text-align: center; }


/* ════════════════════════════════════════════════════════════
   5. SUCCESS STORIES  —  Dark bg + Glassmorphism (from ref)
   ════════════════════════════════════════════════════════════ */
.hp-stories {
    padding: var(--hp-py) 0;
    background: var(--hp-red-dk);
    position: relative;
    overflow: hidden;
}
/* Subtle dot pattern overlay */
.hp-stories::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

/* Header on dark bg */
.hp-stories .hp-sec-hd { position: relative; z-index: 1; }
.hp-stories .hp-pill { background: rgba(201,150,58,.18); border-color: rgba(201,150,58,.35); color: var(--hp-gold); }
.hp-stories .hp-sec-title { color: #fff; }
.hp-stories .hp-sec-title em { color: var(--hp-gold); }
.hp-stories .hp-sec-sub { color: rgba(255,255,255,.6); }

.hp-stories-outer { position: relative; z-index: 1; }
.hp-stories-clip  { overflow: hidden; }
.hp-stories-track {
    display: flex;
    gap: 24px;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

/* Glassmorphism cards on dark bg */
.hp-story-card {
    min-width: calc(33.333% - 16px);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--hp-rl);
    padding: 36px 32px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: background .3s, border-color .3s, transform .3s;
}
.hp-story-card:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(201,150,58,.3);
    transform: translateY(-4px);
}
@media (max-width: 640px)                         { .hp-story-card { min-width: 100%; } }
@media (min-width: 641px) and (max-width: 1023px) { .hp-story-card { min-width: calc(50% - 12px); } }

/* Large opening quote character */
.hp-story-quote-icon {
    color: var(--hp-gold);
    font-size: 48px;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 16px;
    opacity: .75;
}

.hp-story-text {
    font-size: 15px;
    color: rgba(255,255,255,.85);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
    flex: 1;
}

/* Star rating using text characters */
.hp-story-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
}
.hp-story-star { color: var(--hp-gold); font-size: 16px; }

.hp-story-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hp-story-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hp-red), var(--hp-gold));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px; font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,.2);
}
.hp-story-name { font-size: 15px; font-weight: 600; color: #fff; }
.hp-story-meta { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 2px; }
.hp-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(201,150,58,.18);
    color: var(--hp-gold);
    font-size: 11px; font-weight: 600;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 6px;
    border: 1px solid rgba(201,150,58,.3);
}

/* Navigation */
.hp-stories-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    position: relative; z-index: 1;
}
.hp-stories-arr {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s, border-color .3s;
    flex-shrink: 0;
}
.hp-stories-arr:hover { background: var(--hp-gold); border-color: var(--hp-gold); }
.hp-stories-arr svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hp-stories-dots { display: flex; gap: 8px; align-items: center; }
.hp-stories-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    border: none; cursor: pointer; padding: 0;
    transition: background .3s, width .3s, border-radius .3s;
}
.hp-stories-dot.active { background: var(--hp-gold); width: 24px; border-radius: 4px; }


/* ════════════════════════════════════════════════════════════
   6. FAQs  —  Two-column sticky layout (from ref)
   ════════════════════════════════════════════════════════════ */
.hp-faqs {
    padding: var(--hp-py) 0;
    background: var(--hp-cream);
}

.hp-faq-inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start;
}
@media (max-width: 1024px) {
    .hp-faq-inner { grid-template-columns: 1fr; gap: 48px; }
    .hp-faq-left  { position: static !important; }
}

/* Left column — sticky heading */
.hp-faq-left {
    position: sticky;
    top: 100px;
}
.hp-faq-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--hp-gold);
    margin-bottom: 14px;
    display: block;
}
.hp-faq-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--hp-red-dk);
    line-height: 1.18;
    letter-spacing: -.025em;
    margin-bottom: 16px;
}
.hp-faq-title em { color: var(--hp-gold); font-style: normal; }
.hp-faq-sub {
    font-size: 16px;
    color: var(--hp-m);
    line-height: 1.75;
    max-width: 340px;
    margin-bottom: 36px;
}

/* Right column — accordion with line separators */
.hp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.hp-faq-item {
    border-bottom: 1px solid var(--hp-border);
    overflow: hidden;
}
.hp-faq-item:first-child { border-top: 1px solid var(--hp-border); }

.hp-faq-btn {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    text-align: left;
    gap: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--hp-h);
    transition: color .3s;
}
.hp-faq-btn:hover { color: var(--hp-red); }
.hp-faq-item.open .hp-faq-btn { color: var(--hp-red); }

.hp-faq-q { flex: 1; text-align: left; }

.hp-faq-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--hp-bg-alt);
    border: 1px solid var(--hp-border);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--hp-red);
    line-height: 1;
    transition: background .3s, color .3s, border-color .3s, transform .35s var(--hp-ease);
}
.hp-faq-item.open .hp-faq-icon {
    background: var(--hp-red-dk);
    color: #fff;
    border-color: var(--hp-red-dk);
    transform: rotate(45deg);
}

.hp-faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4,0,.2,1);
}
.hp-faq-ans-inner {
    font-size: 15px;
    color: var(--hp-m);
    line-height: 1.8;
    padding-bottom: 22px;
}


/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
    :root { --hp-py: 70px; }

    .hz { height: 90vh; min-height: 580px; }
    .hz-arr { width: 38px; height: 38px; }
    .hz-arr-prev { left: 20px; }
    .hz-arr-next { right: 20px; }
    .hz-dots { bottom: 30px; }
    .hz-btns { flex-direction: column; align-items: flex-start; gap: 10px; }
    .hz-btn-ghost { width: 100%; justify-content: center; }

    .hp-sec-hd { margin-bottom: 40px; }
    .hp-wrap { padding: 0 20px; }

    .hp-stat { padding: 36px 16px; }

    .hp-faq-btn    { padding: 18px 0; font-size: 15px; }
    .hp-faq-sub    { max-width: none; }
}

@media (max-width: 480px) {
    .hz-arr { display: none; }
    .hp-feat-grid  { grid-template-columns: 1fr; }
}

