/* ============================================================
   HOME THEME (Reference-inspired luxury style)
   Scope: Home page only via .home-wow body class
   ============================================================ */

.home-wow {
    --home-bg: #f7f8fc;
    --home-ink: #142440;
    --home-soft: #4f6079;
    --home-cream: #fffaf1;
    --home-maroon: #1d3560;
    --home-maroon-2: #274a7f;
    --home-gold: #FF6B35;
    --home-gold-2: #FFB074;
    --home-logo: #BE6A60;
    --home-logo-light: #DFA8A0;
    --home-logo-dark: #9E4E46;
    --home-green: #27b96a;
    --home-border: #dfc89a;
    font-family: 'Manrope', sans-serif;
    color: var(--home-ink);
    background:
        radial-gradient(1100px 380px at 6% -8%, rgba(255, 107, 53, 0.22), transparent 58%),
        radial-gradient(900px 360px at 100% 0%, rgba(31, 58, 100, 0.14), transparent 62%),
        linear-gradient(180deg, #fffdf8 0%, #f9f4ea 44%, #ffffff 100%);
}

.home-wow h1,
.home-wow h2,
.home-wow h3,
.home-wow h4,
.home-wow h5,
.home-wow .logo {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: -0.02em;
}

/* ---------- OFFER BAR ---------- */
.home-wow .home-offer-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    height: 42px;
    background: linear-gradient(95deg, #ffe3cf 0%, #ffc39a 45%, #ff9557 100%);
    border-bottom: 1px solid rgba(15, 42, 82, 0.16);
}

.home-wow .home-offer-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    color: #20324d;
    font-weight: 600;
}

.home-wow .home-offer-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-wow .home-offer-inner a {
    color: #fff;
    background: linear-gradient(120deg, #18457f, #0f2a52);
    border-radius: 999px;
    padding: 6px 14px;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(15, 42, 82, 0.22);
}

.home-wow .home-offer-inner a:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 42, 82, 0.24);
}

.home-wow .offer-dismiss {
    border: 1px solid rgba(15, 42, 82, 0.25);
    background: rgba(255, 255, 255, 0.55);
    color: #244160;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.home-wow .offer-dismiss:hover {
    background: rgba(255, 255, 255, 0.82);
}

.home-wow.offer-hidden .home-offer-bar {
    display: none;
}

/* ---------- NAVBAR ---------- */
.home-wow .navbar {
    top: 42px;
    background: linear-gradient(140deg, rgba(23, 12, 19, 0.9), rgba(35, 18, 27, 0.92));
    border-bottom: 1px solid rgba(255, 107, 53, 0.22);
    backdrop-filter: blur(12px);
}

.home-wow .navbar.scrolled {
    background: linear-gradient(140deg, rgba(20, 10, 17, 0.96), rgba(31, 16, 24, 0.96));
    box-shadow: 0 14px 34px rgba(2, 8, 20, 0.38);
}

.home-wow.offer-hidden .navbar {
    top: 0;
}

.home-wow .logo {
    font-size: 28px;
}

.home-wow .nav-links a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.84);
}

.home-wow .nav-links a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.home-wow .nav-cta {
    background: linear-gradient(120deg, var(--home-gold), var(--home-gold-2)) !important;
    color: #2f1e1d !important;
    font-weight: 700 !important;
    box-shadow: 0 12px 24px rgba(232, 196, 126, 0.28);
}

/* ---------- SHARED HEADERS ---------- */
.home-wow .section-label {
    background: rgba(190, 106, 96, 0.1);
    border: 1px solid rgba(190, 106, 96, 0.28);
    border-radius: 999px;
    color: var(--logo-accent);
    padding: 6px 14px;
    letter-spacing: 1.8px;
    margin-bottom: 16px;
}

.home-wow .section-label::before {
    display: none;
}

.home-wow .section-title {
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 1.04;
    color: #2e1c1e;
}

.home-wow .section-subtitle {
    color: var(--home-soft);
    max-width: 740px;
    font-size: 17px;
}

/* ---------- HERO ---------- */
.home-wow .hero {
    min-height: 86vh;
    padding-top: 124px;
    isolation: isolate;
}

.home-wow.offer-hidden .hero {
    padding-top: 90px;
}

.home-wow .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(transparent 35px, rgba(255, 255, 255, 0.06) 36px),
        linear-gradient(90deg, transparent 35px, rgba(255, 255, 255, 0.06) 36px);
    background-size: 36px 36px;
    opacity: 0.2;
}

.home-wow .hero-bg {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.8s ease, transform 7s ease;
    background-position: center center;
}

.home-wow .hero-bg.active {
    opacity: 1;
    transform: scale(1);
}

.home-wow .hero-bg::after {
    background:
        radial-gradient(1200px 420px at 20% 0%, rgba(232, 196, 126, 0.2), transparent 64%),
        linear-gradient(145deg, rgba(20, 8, 16, 0.95) 0%, rgba(44, 13, 30, 0.82) 52%, rgba(16, 7, 14, 0.94) 100%);
}

.home-wow .hero-orb {
    position: absolute;
    border-radius: 999px;
    z-index: 1;
    pointer-events: none;
    filter: blur(6px);
    opacity: 0.5;
    animation: homeFloat 11s ease-in-out infinite;
}

.home-wow .hero-orb.orb-a {
    width: 220px;
    height: 220px;
    left: 2%;
    top: 28%;
    background: radial-gradient(circle at 30% 30%, rgba(232, 196, 126, 0.82), rgba(232, 196, 126, 0.06));
}

.home-wow .hero-orb.orb-b {
    width: 180px;
    height: 180px;
    right: 6%;
    top: 20%;
    background: radial-gradient(circle at 35% 35%, rgba(143, 51, 83, 0.74), rgba(143, 51, 83, 0.08));
    animation-delay: 1.5s;
}

.home-wow .hero-orb.orb-c {
    width: 130px;
    height: 130px;
    right: 24%;
    bottom: 14%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 242, 213, 0.84), rgba(255, 242, 213, 0.04));
    animation-delay: 3s;
}

.home-wow .hero-content {
    position: relative;
    z-index: 2;
    padding: 34px 0 66px;
}

.home-wow .hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
    gap: 24px;
    align-items: stretch;
}

.home-wow .hero-left {
    background: linear-gradient(155deg, rgba(30, 9, 19, 0.9), rgba(56, 17, 34, 0.84));
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    padding: clamp(20px, 3.8vw, 36px);
    box-shadow: 0 28px 68px rgba(8, 2, 5, 0.5);
    backdrop-filter: blur(9px);
}

.home-wow .hero-badge {
    background: linear-gradient(120deg, rgba(190, 106, 96, 0.3), rgba(190, 106, 96, 0.16));
    border-color: rgba(223, 168, 160, 0.56);
    color: #ffe4de;
    letter-spacing: 2.1px;
}

.home-wow .hero h1 {
    font-size: clamp(30px, 4.7vw, 56px);
    line-height: 0.96;
    margin-bottom: 14px;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.home-wow .hero h1 .text-gold {
    background: linear-gradient(120deg, #f7dea8 0%, #f0c77f 45%, #fff2d5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-wow .hero-sub {
    color: rgba(255, 245, 235, 0.93);
    font-size: 16px;
    max-width: 620px;
    margin-bottom: 12px;
}

.home-wow .hero-tags {
    gap: 10px;
    margin-bottom: 26px;
}

.home-wow .hero-tag {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(251, 245, 235, 0.94);
    font-weight: 500;
}

.home-wow .hero-tag svg {
    color: #f7dea7;
}

.home-wow .hero-buttons {
    margin-bottom: 18px;
}

.home-wow .hero-buttons .btn {
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-wow .hero-buttons .btn-whatsapp {
    background: linear-gradient(125deg, #2bcb72, #1aad5c);
    box-shadow: 0 16px 32px rgba(35, 172, 93, 0.3);
}

.home-wow .hero-buttons .btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.06);
}

.home-wow .hero-buttons .btn-outline-white:hover {
    border-color: #f5d193;
    color: #f5d193;
    background: rgba(255, 255, 255, 0.11);
}

.home-wow .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.home-wow .hero-proof-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 10px 12px;
}

.home-wow .hero-proof-item strong {
    display: block;
    color: #fff1cf;
    font-size: 14px;
    line-height: 1.25;
}

.home-wow .hero-proof-item span {
    display: block;
    color: rgba(247, 242, 234, 0.78);
    font-size: 12px;
    line-height: 1.3;
}

.home-wow .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border-top: none;
    padding-top: 8px;
}

.home-wow .trust-item {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 13px;
    padding: 12px;
}

.home-wow .trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: linear-gradient(125deg, rgba(232, 196, 126, 0.48), rgba(246, 222, 176, 0.46));
    color: #ffefcd;
}

.home-wow .trust-text strong {
    color: #fff;
    font-size: 13px;
}

.home-wow .trust-text {
    color: rgba(246, 241, 233, 0.8);
    font-size: 12px;
}

.home-wow .hero-quick-card {
    align-self: start;
    margin-top: -10px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 230, 0.92));
    border: 1px solid rgba(232, 196, 126, 0.46);
    border-radius: 24px;
    padding: clamp(20px, 3.2vw, 28px);
    box-shadow: 0 24px 56px rgba(19, 6, 12, 0.42);
}

.home-wow .hero-quick-card h3 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.05;
    margin-bottom: 10px;
    color: #3a1e26;
}

.home-wow .hero-quick-card p {
    color: #5f4c4d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.home-wow .hero-mini-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
}

.home-wow .hero-mini-form .form-group {
    gap: 5px;
}

.home-wow .hero-mini-form .form-label {
    font-size: 12px;
    color: #4d343b;
}

.home-wow .hero-mini-form .form-input {
    min-height: 44px;
    background: #fff;
}

.home-wow .hero-mini-form .btn {
    width: 100%;
    border-radius: 12px;
    font-weight: 700;
}

.home-wow .hero-quick-meta {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #6d5558;
}

.home-wow .hero-quick-meta strong {
    color: var(--home-logo-dark);
}

.home-wow .hero-quick-meta a {
    color: var(--home-logo-dark);
    font-weight: 700;
}

.home-wow .hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}

.home-wow .hero-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition);
}

.home-wow .hero-dot.active {
    width: 34px;
    background: linear-gradient(90deg, var(--home-gold), var(--home-gold-2));
    border-color: rgba(246, 222, 176, 0.92);
}

.home-wow .hero-progress {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: min(420px, calc(100% - 50px));
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    z-index: 3;
}

.home-wow .hero-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--home-gold), var(--home-gold-2));
}

/* ---------- PARALLAX ---------- */
.home-wow [data-parallax],
.home-wow [data-parallax-auto] {
    --parallax-y: 0px;
    will-change: transform;
}

.home-wow .fade-up[data-parallax],
.home-wow .fade-up[data-parallax-auto] {
    transform: translateY(calc(24px + var(--parallax-y)));
}

.home-wow .fade-up.visible[data-parallax],
.home-wow .fade-up.visible[data-parallax-auto] {
    transform: translateY(var(--parallax-y));
}

/* ---------- INTERACTIVE SURFACES ---------- */
.home-wow .interactive-sheen {
    position: relative;
    overflow: hidden;
}

.home-wow .interactive-sheen::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: radial-gradient(260px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.28), transparent 62%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 1;
}

.home-wow .interactive-sheen > * {
    position: relative;
    z-index: 2;
}

.home-wow .interactive-sheen.is-interacting::before {
    opacity: 1;
}

/* ---------- JUMP NAV ---------- */
.home-wow .home-jump-nav {
    padding: 14px 0 18px;
    background: linear-gradient(180deg, #fff9ef 0%, #fffdf8 100%);
}

.home-wow .home-jump-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.home-wow .jump-chip {
    border: 1px solid rgba(190, 106, 96, 0.35);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #5d383f;
    background: linear-gradient(180deg, #fff 0%, #fff6f4 100%);
}

.home-wow .jump-chip:hover {
    color: var(--home-logo-dark);
    border-color: rgba(190, 106, 96, 0.55);
    transform: translateY(-1px);
}

.home-wow .jump-chip.is-active {
    color: #fff;
    background: linear-gradient(120deg, var(--home-logo), var(--home-logo-dark));
    border-color: rgba(223, 168, 160, 0.7);
}

/* ---------- HALLS ---------- */
.home-wow #halls {
    background:
        radial-gradient(920px 320px at 12% -8%, rgba(232, 196, 126, 0.2), transparent 64%),
        linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.home-wow .hall-card {
    border-radius: 24px;
    border: 1px solid #f0dfc0;
    background: linear-gradient(180deg, #fff 0%, #fff8ee 100%);
    box-shadow: 0 14px 30px rgba(59, 28, 36, 0.08);
}

.home-wow .hall-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 22px 42px rgba(59, 28, 36, 0.14);
    border-color: rgba(232, 196, 126, 0.68);
}

.home-wow .hall-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 11, 16, 0.08), rgba(26, 11, 16, 0.58));
}

.home-wow .hall-card-badge,
.home-wow .hall-card-price {
    z-index: 1;
}

.home-wow .hall-card-body h3 {
    color: #311b20;
}

/* ---------- WHY US ---------- */
.home-wow #why-us {
    background: linear-gradient(180deg, #ffffff 0%, #fff8ed 100%);
}

.home-wow .why-tile {
    border-radius: 22px;
    border: 1px solid #f1debf;
    background: linear-gradient(165deg, #fff 0%, #fff7ea 100%);
    box-shadow: 0 12px 28px rgba(61, 28, 39, 0.07);
}

.home-wow .why-tile:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(61, 28, 39, 0.12);
}

.home-wow .why-tile-icon {
    background: linear-gradient(135deg, var(--home-logo), var(--home-logo-dark));
    box-shadow: 0 10px 22px rgba(158, 78, 70, 0.3);
}

.home-wow .why-tile h3 {
    color: #372126;
}

.home-wow .why-tile p {
    color: #6a5759;
}

/* ---------- TRUST SIGNALS ---------- */
.home-wow #trust-signals {
    background:
        radial-gradient(900px 320px at 8% -14%, rgba(190, 106, 96, 0.12), transparent 64%),
        linear-gradient(180deg, #fffdf8 0%, #fff7eb 100%);
}

.home-wow .trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.home-wow .trust-chip {
    border: 1px solid #efdab5;
    border-radius: 18px;
    background: linear-gradient(160deg, #fff 0%, #fff4e2 100%);
    box-shadow: 0 10px 24px rgba(61, 28, 39, 0.07);
    padding: 18px 16px;
}

.home-wow .trust-chip h3 {
    font-size: 18px;
    color: #351f24;
    margin-bottom: 8px;
}

.home-wow .trust-chip p {
    font-size: 14px;
    color: #6a5759;
    line-height: 1.55;
}

.home-wow .trust-guard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-wow .trust-guard {
    border: 1px solid #edd8b2;
    border-radius: 20px;
    background: linear-gradient(158deg, #fff 0%, #fff8ec 100%);
    box-shadow: 0 12px 26px rgba(61, 28, 39, 0.08);
    padding: 22px 22px 20px;
}

.home-wow .trust-guard h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--home-logo-dark);
}

.home-wow .trust-guard p {
    color: #624f52;
    font-size: 15px;
    line-height: 1.68;
}

/* ---------- JOURNEY ---------- */
.home-wow #journey {
    background:
        radial-gradient(860px 300px at 90% -16%, rgba(24, 69, 127, 0.12), transparent 62%),
        linear-gradient(180deg, #fffaf2 0%, #fff 100%);
}

.home-wow .journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-wow .journey-step {
    border-radius: 20px;
    border: 1px solid #f0ddbc;
    background: linear-gradient(170deg, #fff 0%, #fff4e4 100%);
    padding: 26px;
    box-shadow: 0 12px 28px rgba(61, 28, 39, 0.08);
}

.home-wow .journey-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(61, 28, 39, 0.14);
}

.home-wow .journey-number {
    font-family: 'Syne', sans-serif;
    font-size: 38px;
    line-height: 1;
    color: var(--home-logo);
    margin-bottom: 14px;
}

.home-wow .journey-step h3 {
    color: #341d23;
    margin-bottom: 10px;
    font-size: 22px;
}

.home-wow .journey-step p {
    color: #665355;
    font-size: 15px;
    line-height: 1.7;
}

/* ---------- SOCIAL PROOF ---------- */
.home-wow #social-proof {
    background: linear-gradient(180deg, #fff6e8 0%, #fffdf7 100%);
}

.home-wow .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-wow .proof-card {
    border-radius: 18px;
    border: 1px solid #eedcbe;
    background: linear-gradient(160deg, #fff 0%, #fff8eb 100%);
    padding: 24px 22px;
    box-shadow: 0 10px 24px rgba(61, 28, 39, 0.08);
}

.home-wow .proof-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.home-wow .proof-stars {
    color: #f4b558;
    letter-spacing: 1.2px;
    font-size: 13px;
}

.home-wow .proof-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8f4740;
    border: 1px solid rgba(190, 106, 96, 0.34);
    background: rgba(190, 106, 96, 0.12);
    border-radius: 999px;
    padding: 4px 9px;
}

.home-wow .proof-card p {
    color: #4e3b3f;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.home-wow .proof-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
    color: var(--home-logo-dark);
}

.home-wow .proof-card > span {
    font-size: 13px;
    color: #7a6769;
}

/* ---------- GALLERY ---------- */
.home-wow #gallery-teaser {
    background:
        radial-gradient(900px 360px at 12% -16%, rgba(232, 196, 126, 0.26), transparent 62%),
        linear-gradient(150deg, #2c0d1b 0%, #3f1530 50%, #2d0f22 100%);
    color: #fff;
}

.home-wow #gallery-teaser .section-title,
.home-wow #gallery-teaser .section-label,
.home-wow #gallery-teaser .section-subtitle {
    color: #fff;
}

.home-wow #gallery-teaser .section-subtitle {
    color: rgba(246, 238, 227, 0.82);
}

.home-wow #gallery-teaser .gallery-item {
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 28px rgba(7, 2, 5, 0.44);
}

.home-wow #gallery-teaser .btn-dark {
    background: linear-gradient(130deg, var(--home-gold), var(--home-gold-2));
    color: #2f1d1a;
    border-radius: 14px;
    font-weight: 700;
}

.home-wow #gallery-teaser .btn-dark:hover {
    transform: translateY(-2px);
}

/* ---------- SEARCH PAGES ---------- */
.home-wow #local-search-pages {
    background: linear-gradient(180deg, #fff 0%, #fff8ed 100%);
}

.home-wow .search-chip {
    border-radius: 999px;
    border: 1px solid #ebd8b3;
    background: linear-gradient(180deg, #fff 0%, #fff5e6 100%);
    color: #4b3037;
    font-weight: 600;
}

.home-wow .search-chip:hover {
    border-color: rgba(190, 106, 96, 0.64);
    color: var(--home-logo-dark);
    transform: translateY(-2px);
}

/* ---------- OCCASIONS ---------- */
.home-wow #occasions {
    background:
        radial-gradient(760px 240px at -6% 0%, rgba(232, 196, 126, 0.22), transparent 62%),
        linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.home-wow .occasion-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-wow .occasion-block {
    border-radius: 28px;
    border: 1px solid #efddbe;
    background: linear-gradient(160deg, #fff 0%, #fff7ea 100%);
    box-shadow: 0 14px 34px rgba(61, 28, 39, 0.08);
}

.home-wow .occasion-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(61, 28, 39, 0.14);
}

.home-wow .occasion-img {
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(61, 28, 39, 0.15);
}

.home-wow .occasion-info h3 {
    color: #301b1f;
}

.home-wow .occasion-info li {
    color: #59494c;
}

.home-wow .occasion-info .btn-whatsapp {
    border-radius: 12px;
}

/* ---------- LEAD ---------- */
.home-wow .lead-section {
    background:
        radial-gradient(860px 320px at 16% -12%, rgba(232, 196, 126, 0.24), transparent 60%),
        linear-gradient(145deg, #250914 0%, #3b1028 52%, #210913 100%);
}

.home-wow .lead-form {
    border-radius: 24px;
    border: 1px solid rgba(232, 196, 126, 0.45);
    background: linear-gradient(180deg, #fff 0%, #fff6e9 100%);
    box-shadow: 0 26px 48px rgba(11, 2, 6, 0.42);
}

.home-wow .lead-form h3 {
    color: #342125;
}

.home-wow .lead-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.home-wow .lead-copy .section-label {
    color: var(--home-gold-2);
    border-color: rgba(246, 222, 176, 0.34);
    background: rgba(246, 222, 176, 0.08);
}

.home-wow .lead-copy h2 {
    color: #fff;
    margin-bottom: 12px;
}

.home-wow .lead-copy p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.home-wow .lead-points {
    display: grid;
    gap: 12px;
}

.home-wow .lead-points .trust-item {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(223, 168, 160, 0.3);
}

.home-wow .lead-points .trust-text strong {
    color: #fff;
}

.home-wow .lead-points .trust-text {
    color: rgba(255, 255, 255, 0.76);
}

.home-wow .form-input {
    border-color: #e8d8b9;
    border-radius: 12px;
}

.home-wow .form-input:focus {
    border-color: rgba(24, 69, 127, 0.62);
    box-shadow: 0 0 0 3px rgba(24, 69, 127, 0.13);
}

/* ---------- FAQ ---------- */
.home-wow #faq {
    background: linear-gradient(180deg, #fff 0%, #fff7ec 100%);
}

.home-wow #faq .faq-item {
    border: 1px solid #efdfc2;
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 0 16px;
    background: #fff;
}

.home-wow #faq .faq-q {
    color: #312024;
}

.home-wow #faq .faq-a p {
    color: #5d4b4e;
}

.home-wow .back-to-top {
    background: linear-gradient(120deg, var(--home-gold), var(--home-gold-2));
    color: #2f1c1d;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* ---------- FOOTER ---------- */
.home-wow .footer {
    background:
        radial-gradient(820px 320px at 12% -18%, rgba(232, 196, 126, 0.2), transparent 62%),
        radial-gradient(920px 420px at 94% -24%, rgba(94, 27, 54, 0.22), transparent 62%),
        linear-gradient(145deg, #150710 0%, #230a18 50%, #140610 100%);
    border-top: 1px solid rgba(232, 196, 126, 0.24);
}

.home-wow .footer-grid {
    gap: 34px 26px;
}

.home-wow .footer-brand p {
    color: rgba(242, 229, 213, 0.72);
}

.home-wow .footer h4 {
    color: var(--logo-accent);
}

.home-wow .footer a {
    color: rgba(239, 229, 217, 0.74);
}

.home-wow .footer-grid > div:not(.footer-brand) > a:hover,
.home-wow .footer-city-occasion-grid a:hover {
    color: #fff;
    transform: translateX(3px);
}

.home-wow .footer-city-occasion-links {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    position: relative;
    max-height: none;
    overflow: visible;
    padding-bottom: 42px;
    transition: none;
}

.home-wow .footer-city-occasion-links::after {
    display: none;
}

.home-wow .footer-city-occasion-links.is-expanded {
    max-height: none;
    padding-bottom: 42px;
}

.home-wow .footer-city-occasion-links.is-expanded::after {
    display: none;
}

.home-wow .footer-city-occasion-grid > div {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 12px 28px rgba(0, 0, 0, 0.24);
}

.home-wow .footer-city-occasion-grid > div:hover {
    border-color: rgba(246, 222, 176, 0.64);
    background: linear-gradient(165deg, rgba(246, 222, 176, 0.16), rgba(94, 27, 54, 0.14));
    transform: translateY(-4px);
}

.home-wow .footer-city-occasion-grid h5 {
    color: #f7dfb2;
}

.home-wow .footer-city-toggle {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(247, 223, 178, 0.46);
    background: rgba(247, 223, 178, 0.12);
    color: #f7dfb2;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    cursor: pointer;
    z-index: 2;
    white-space: nowrap;
}

.home-wow .footer-city-toggle:hover {
    border-color: rgba(247, 223, 178, 0.9);
    background: rgba(247, 223, 178, 0.2);
    color: #fff1cf;
}

.home-wow .footer-city-occasion-links.is-expanded .footer-city-toggle {
    position: static;
    transform: none;
    margin: 14px auto 0;
}

.home-wow .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.13);
}

.home-wow .footer-bottom p {
    color: rgba(240, 230, 218, 0.56);
}

.home-wow .footer-socials a {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.07);
}

.home-wow .footer-socials a:hover {
    background: linear-gradient(120deg, var(--home-gold), var(--home-gold-2));
    border-color: rgba(246, 222, 176, 0.96);
    color: #2f1d1a;
}

/* ---------- DESKTOP STICKY ---------- */
.home-wow .desktop-sticky-cta {
    background: rgba(24, 8, 15, 0.95);
    border-color: rgba(246, 222, 176, 0.24);
}

.home-wow .desktop-sticky-copy {
    color: rgba(247, 239, 229, 0.92);
}

/* ---------- Motion ---------- */
@keyframes homeFloat {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-10px) translateX(8px); }
    100% { transform: translateY(0) translateX(0); }
}

@keyframes heroProgress {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    .home-wow .hero-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-wow .hero-quick-card {
        max-width: 520px;
        justify-self: start;
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .home-wow .section-title {
        font-size: clamp(28px, 5.2vw, 48px);
    }

    .home-wow .hero-proof,
    .home-wow .hero-trust {
        grid-template-columns: 1fr 1fr;
    }

    .home-wow .journey-grid {
        grid-template-columns: 1fr;
    }

    .home-wow .trust-strip {
        grid-template-columns: 1fr 1fr;
    }

    .home-wow .proof-grid {
        grid-template-columns: 1fr;
    }

    .home-wow .trust-guard-grid {
        grid-template-columns: 1fr;
    }

    .home-wow .lead-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 768px) {
    .home-wow .home-offer-bar {
        height: auto;
        padding: 8px 0;
    }

    .home-wow .home-offer-inner {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: 12px;
    }

    .home-wow .home-offer-actions {
        width: 100%;
        justify-content: space-between;
    }

    .home-wow .navbar {
        top: 64px;
    }

    .home-wow.offer-hidden .navbar {
        top: 0;
    }

    .home-wow .hero {
        min-height: auto;
        padding-top: 126px;
    }

    .home-wow.offer-hidden .hero {
        padding-top: 96px;
    }

    .home-wow .hero-content {
        padding: 34px 0 62px;
    }

    .home-wow .hero-left {
        border-radius: 22px;
        padding: 20px 16px;
    }

    .home-wow .hero h1 {
        font-size: clamp(30px, 9vw, 46px);
        line-height: 1.02;
    }

    .home-wow .hero-sub {
        font-size: 16px;
    }

    .home-wow .hero-proof,
    .home-wow .hero-trust {
        grid-template-columns: 1fr;
    }

    .home-wow .hero-buttons {
        flex-direction: column;
    }

    .home-wow .hero-buttons .btn {
        width: 100%;
    }

    .home-wow .hero-quick-card {
        max-width: 100%;
    }

    .home-wow .trust-strip {
        grid-template-columns: 1fr;
    }

    .home-wow .hero-quick-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .home-wow .hero-orb {
        display: none;
    }

    .home-wow .hero-dots {
        bottom: 22px;
    }

    .home-wow .hero-progress {
        bottom: 8px;
        width: calc(100% - 34px);
    }

    .home-wow .lead-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .home-wow .home-jump-nav {
        padding: 10px 0 14px;
    }

    .home-wow .fade-up[data-parallax],
    .home-wow .fade-up.visible[data-parallax],
    .home-wow .fade-up[data-parallax-auto],
    .home-wow .fade-up.visible[data-parallax-auto] {
        transform: translateY(0);
    }

    .home-wow .footer-city-occasion-links {
        max-height: none;
        padding-bottom: 42px;
    }
}

@media (max-width: 560px) {
    .home-wow .hero-dots {
        bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-wow .hero-orb,
    .home-wow .hero-bg,
    .home-wow .hero-progress-bar,
    .home-wow .hall-card,
    .home-wow .why-tile,
    .home-wow .journey-step,
    .home-wow .proof-card,
    .home-wow .occasion-block,
    .home-wow .search-chip,
    .home-wow .footer-city-occasion-grid > div {
        animation: none !important;
        transition: none !important;
    }
}
