/* ================== Landing v2 — editorial luxury ================== */

/* ============ HERO ============ */
.hero {
    position: relative;
    padding: 80px 0 120px;
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: center;
}
.hero-orb {
    position: absolute;
    top: -150px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(184,143,77,.22), transparent 60%);
    pointer-events: none;
    z-index: 0;
    animation: drift 18s ease-in-out infinite;
}
.hero-orb.two {
    top: auto; bottom: -200px; left: -250px; right: auto;
    background: radial-gradient(circle, rgba(90,120,220,.12), transparent 60%);
    animation-duration: 24s; animation-direction: reverse;
}

.hero-text { position: relative; z-index: 2; animation: float-in-blur .9s var(--ease-out) both; }
.hero-text .eyebrow { margin-bottom: 32px; animation: float-in .6s var(--ease) both; }
.hero h1 {
    margin-bottom: 28px;
}
.hero h1 .accent { display: inline-block; }
.hero-sub {
    font-size: clamp(1.05rem, 1.3vw, 1.18rem);
    max-width: 540px;
    color: var(--text-soft);
    margin-bottom: 40px;
    line-height: 1.65;
}

.hero-actions {
    display: flex; gap: 14px; flex-wrap: wrap;
    margin-bottom: 56px;
}

.hero-trust {
    display: flex; align-items: center; gap: 18px;
    color: var(--text-muted);
    font-size: .88rem;
}
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid var(--bg);
    background: var(--grad-gold);
    margin-left: -12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-trust .avatars span:nth-child(2){ background: linear-gradient(135deg, #c8a96a, #543d18); }
.hero-trust .avatars span:nth-child(3){ background: linear-gradient(135deg, #f8edcb, #b88f4d); }
.hero-trust .avatars span:nth-child(4){ background: linear-gradient(135deg, #d0b070, #8e6a2f); }
.hero-trust strong { color: var(--text); font-weight: 600; }

/* --- Hero phone mockup --- */
.hero-phone {
    position: relative;
    z-index: 2;
    animation: float-in-blur 1.1s .2s var(--ease-out) both;
    perspective: 1200px;
}
.phone-frame {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    aspect-ratio: 9 / 18.5;
    border-radius: 44px;
    padding: 12px;
    background: linear-gradient(160deg, #2a2418, #0c0c10);
    box-shadow:
        0 60px 120px -40px rgba(0,0,0,.9),
        0 0 0 1px rgba(214,192,138,.18) inset,
        inset 0 1px 0 rgba(255,255,255,.06);
    transform: rotate(-2deg);
}
.phone-screen {
    width: 100%; height: 100%;
    border-radius: 32px;
    background: linear-gradient(180deg, #0d1015, #07090e);
    padding: 24px 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,.04);
}
.phone-notch {
    position: absolute;
    top: 12px; left: 50%;
    transform: translateX(-50%);
    width: 100px; height: 22px;
    background: #000;
    border-radius: 12px;
    z-index: 3;
}
.phone-head {
    display: flex; align-items: center; gap: 10px;
    padding: 28px 4px 14px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    margin-bottom: 14px;
}
.phone-head .av {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--grad-gold);
    display: grid; place-items: center; color: #1a1206;
    font-weight: 700; font-size: .85rem;
}
.phone-head .meta { flex: 1; min-width: 0; }
.phone-head strong { display: block; color: var(--text); font-size: .85rem; font-weight: 600; }
.phone-head small  { color: var(--ok); font-size: .68rem; }

.bubble {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: .82rem;
    margin: 6px 0;
    line-height: 1.45;
    animation: float-in .4s var(--ease) both;
    color: var(--text);
}
.bubble small { display: block; font-size: .65rem; color: var(--gold-100); margin-bottom: 3px; letter-spacing: .04em; }
.bubble.them {
    background: rgba(255,255,255,.06);
    border-bottom-left-radius: 4px;
}
.bubble.me {
    margin-left: auto;
    background: var(--grad-gold);
    color: #1a1206;
    font-weight: 500;
    border-bottom-right-radius: 4px;
    box-shadow: 0 8px 20px -8px rgba(184,143,77,.45);
}
.bubble.me::after {
    content: '✓✓'; display: block; text-align: right;
    font-size: .6rem; opacity: .6; margin-top: 2px;
}
.bubble.me small { color: rgba(26,18,6,.65); }

.phone-typing {
    display: inline-flex; gap: 4px;
    padding: 10px 14px;
    background: rgba(255,255,255,.06);
    border-radius: 16px;
    border-bottom-left-radius: 4px;
    margin: 6px 0;
}
.phone-typing span {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--text-muted);
    animation: typing 1.2s ease-in-out infinite;
}
.phone-typing span:nth-child(2){ animation-delay: .2s; }
.phone-typing span:nth-child(3){ animation-delay: .4s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity:.4 } 30% { transform: translateY(-4px); opacity: 1 } }

/* Floating badge over phone */
.phone-badge {
    position: absolute;
    padding: 10px 16px;
    background: rgba(7,8,13,.85);
    backdrop-filter: blur(12px);
    border: 1px solid var(--line-2);
    border-radius: 14px;
    font-size: .78rem;
    color: var(--text);
    display: flex; align-items: center; gap: 10px;
    box-shadow: var(--sh-3);
    animation: float-in 1s .6s var(--ease-out) both;
}
.phone-badge::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 12px var(--ok);
}
.phone-badge.top { top: 14%; left: -40px; }
.phone-badge.bot { bottom: 12%; right: -50px; }
.phone-badge strong { color: var(--gold-100); font-weight: 600; }

/* ============ MARQUEE / CONTEXT ============ */
.context-strip {
    margin-top: 24px;
    padding: 28px 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    overflow: hidden;
    position: relative;
}
.context-strip::before, .context-strip::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
    pointer-events: none;
}
.context-strip::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.context-strip::after  { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee {
    display: flex; gap: 60px;
    width: max-content;
    animation: marquee 40s linear infinite;
    color: var(--text-muted);
    font-size: .9rem;
    letter-spacing: .04em;
}
.marquee span { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; }
.marquee span::after {
    content: ''; width: 4px; height: 4px; border-radius: 50%;
    background: var(--gold-400); display: inline-block;
}

/* ============ STATS ============ */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 100px 0;
    border-radius: var(--r-xl);
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(184,143,77,.06), rgba(255,255,255,.01));
    overflow: hidden;
}
.stat {
    padding: 40px 32px;
    text-align: left;
    border-right: 1px solid var(--line-soft);
}
.stat:last-child { border-right: 0; }
.stat .num {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    background: var(--grad-gold);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.stat .label {
    color: var(--text-muted);
    font-size: .82rem;
    margin-top: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* ============ SECTION ============ */
.section { padding: 100px 0; position: relative; }
.section-head { max-width: 720px; margin: 0 0 64px; }
.section-head.center { margin: 0 auto 72px; text-align: center; }
.section-head .eyebrow { margin-bottom: 22px; }
.section-head p { color: var(--text-soft); font-size: 1.05rem; margin-top: 14px; }

/* ============ FEATURES — bento ============ */
.features-bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 20px;
}
.feature {
    position: relative;
    padding: 32px;
    border-radius: var(--r-lg);
    background: var(--grad-card);
    border: 1px solid var(--line);
    transition: all .4s var(--ease);
    overflow: hidden;
    display: flex; flex-direction: column;
}
.feature::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(140deg, rgba(214,192,138,.3), transparent 50%, transparent);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s var(--ease);
    pointer-events: none;
}
.feature:hover { transform: translateY(-4px); background: var(--grad-card-hover); }
.feature:hover::before { opacity: 1; }
.feature .icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: grid; place-items: center;
    background: var(--grad-gold-soft);
    border: 1px solid var(--line-2);
    color: var(--gold-100);
    font-size: 1.4rem;
    margin-bottom: 22px;
}
.feature h3 { font-size: 1.2rem; margin-bottom: 10px; font-weight: 500; }
.feature p { color: var(--text-soft); font-size: .94rem; margin: 0; }

/* Bento spans */
.feature.span-3 { grid-column: span 3; }
.feature.span-2 { grid-column: span 2; }
.feature.span-4 { grid-column: span 4; }
.feature.tall   { grid-row: span 2; }

/* Visual highlight feature */
.feature.highlight {
    background:
        radial-gradient(400px 200px at 100% 0%, rgba(184,143,77,.18), transparent 60%),
        var(--grad-card);
}
.feature .big-num {
    font-family: var(--font-display);
    font-size: 4rem;
    background: var(--grad-gold);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    line-height: 1;
    margin-top: auto;
    letter-spacing: -0.03em;
}

@media (max-width: 920px) {
    .features-bento { grid-template-columns: repeat(2, 1fr); }
    .feature.span-3, .feature.span-2, .feature.span-4 { grid-column: span 2; }
    .feature.tall { grid-row: auto; }
}
@media (max-width: 540px) {
    .features-bento { grid-template-columns: 1fr; }
    .feature.span-3, .feature.span-2, .feature.span-4 { grid-column: span 1; }
}

/* ============ HOW IT WORKS ============ */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}
.steps::before {
    content: '';
    position: absolute;
    top: 64px; left: 8%; right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-2), transparent);
    z-index: 0;
}
.step {
    position: relative;
    padding: 36px 32px;
    border-radius: var(--r-lg);
    border: 1px solid var(--line);
    background: var(--grad-card);
    backdrop-filter: blur(10px);
    z-index: 1;
}
.step-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    border: 1px solid var(--line-2);
    background: var(--bg);
    display: grid; place-items: center;
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--gold-100);
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 500;
}
.step h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step p { font-size: .94rem; margin: 0; }

@media (max-width: 820px) {
    .steps { grid-template-columns: 1fr; }
    .steps::before { display: none; }
}

/* ============ TESTIMONIAL ============ */
.quote {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
    border-radius: var(--r-xl);
    border: 1px solid var(--line);
    background:
        radial-gradient(500px 250px at 50% 0%, rgba(184,143,77,.12), transparent 70%),
        var(--grad-card);
    position: relative;
}
.quote::before {
    content: '“';
    font-family: var(--font-display);
    font-size: 8rem;
    line-height: 1;
    position: absolute;
    top: -20px; left: 32px;
    background: var(--grad-gold);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    opacity: .6;
}
.quote blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    line-height: 1.4;
    color: var(--text);
    margin: 0 0 28px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-style: italic;
}
.quote cite {
    font-style: normal;
    font-size: .9rem;
    color: var(--text-soft);
    display: block;
}
.quote cite strong { color: var(--text); font-weight: 600; display: block; margin-bottom: 4px; }

/* ============ CTA ============ */
.cta {
    text-align: center;
    padding: 100px 40px;
    border-radius: var(--r-xl);
    border: 1px solid var(--line-2);
    background:
        radial-gradient(700px 350px at 50% -30%, rgba(184,143,77,.25), transparent 70%),
        radial-gradient(500px 300px at 50% 120%, rgba(184,143,77,.15), transparent 70%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
    position: relative;
    overflow: hidden;
}
.cta .eyebrow { justify-content: center; margin-bottom: 22px; }
.cta h2 { margin-bottom: 18px; }
.cta p { max-width: 560px; margin: 0 auto 36px; color: var(--text-soft); font-size: 1.05rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-mini {
    margin-top: 24px;
    font-size: .82rem;
    color: var(--text-muted);
    letter-spacing: .03em;
}

/* ============ Responsive hero ============ */
@media (max-width: 980px) {
    .hero { padding: 50px 0 80px; }
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }
    .hero-phone { order: -1; max-width: 320px; }
    .phone-badge.top { left: -10px; }
    .phone-badge.bot { right: -10px; }
}
@media (max-width: 720px) {
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stat { border-right: none; border-bottom: 1px solid var(--line-soft); }
    .stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
    .stat:nth-last-child(-n+2) { border-bottom: 0; }
    .cta { padding: 60px 24px; }
    .quote { padding: 48px 28px; }
}
