/* PropertyContent — Premium Landing Page */

:root {
    --gold: #c6a962;
    --gold-light: #d4bc7e;
    --bg: #09090b;
    --bg2: #111113;
    --bg3: #18181b;
    --text: #fafafa;
    --muted: #a1a1aa;
    --dim: #8a8a93;
    --border: #27272a;
    --r: 12px;
    --r-lg: 16px;
    --ease: cubic-bezier(.4,0,.2,1);
    --head: 'Playfair Display', Georgia, serif;
    --body: 'Inter', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--body); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Typography */
h1, h2, h3 { font-family: var(--head); font-weight: 600; line-height: 1.15; }
h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); text-align: center; margin-bottom: 56px; }
h3 { font-size: 1.25rem; }
.text-accent { color: var(--gold); }
.label { display: block; text-align: center; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: var(--gold); margin-bottom: 12px; }
.subtitle { text-align: center; color: var(--muted); font-size: 1.05rem; max-width: 560px; margin: -40px auto 48px; }
.section { padding: 100px 0; }
.section-dark { background: var(--bg2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 30px; border-radius: 8px; font-family: var(--body); font-size: .95rem; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: .3s var(--ease); }
.btn-primary { background: var(--gold-light); color: #1a1400; }
.btn-primary:hover { background: #e0cc94; transform: translateY(-1px); box-shadow: 0 8px 32px rgba(198,169,98,.3); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-nav { padding: 8px 20px; font-size: .85rem; background: transparent; color: #fff; border: 1.5px solid var(--gold); }
.btn-nav:hover { background: var(--gold); color: #000; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0; transition: .3s var(--ease); }
.nav.scrolled { background: rgba(9,9,11,.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 10px 0; }
.nav .container { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.logo-icon { font-size: 1.3rem; color: var(--gold); }
.logo-text { font-family: var(--head); font-size: 1.15rem; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .88rem; font-weight: 500; transition: .2s; }
.nav-links a:hover { color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; transition: .3s; }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 100px 0 80px; overflow: hidden; background: var(--bg); }
.hero-bg-img { position: absolute; inset: 0; background: radial-gradient(circle at 25% 25%, rgba(198,169,98,.04) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(198,169,98,.03) 0%, transparent 50%); }
.hero-bg-img::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%); }
.hero-overlay { display: none; }
.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; position: relative; }
.hero-badge { display: inline-block; padding: 6px 16px; background: rgba(198,169,98,.12); border: 1px solid rgba(198,169,98,.3); border-radius: 100px; font-size: .78rem; font-weight: 600; color: var(--gold); letter-spacing: .05em; margin-bottom: 24px; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.65); margin-top: 20px; max-width: 480px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-stat strong { display: block; font-family: var(--head); font-size: 1.5rem; color: var(--gold); }
.hero-stat span { font-size: .78rem; color: rgba(255,255,255,.6); line-height: 1.4; }

/* Phone mockup */
.phone { width: 260px; height: 520px; background: #000; border-radius: 32px; padding: 8px; box-shadow: 0 40px 80px rgba(0,0,0,.6); position: relative; }
.phone::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 100px; height: 24px; background: #000; border-radius: 0 0 14px 14px; z-index: 2; }
.phone-screen { width: 100%; height: 100%; border-radius: 24px; overflow: hidden; background: var(--bg3); transition: opacity .4s var(--ease); }
.phone-screen video { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-lg { width: 280px; height: 560px; }
.phone-lg .phone-screen { border-radius: 24px; }

/* Cards grid */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px 28px; text-align: center; opacity: 0; transform: translateY(24px); transition: .5s var(--ease); }
.card.in { opacity: 1; transform: none; }
.card:hover { border-color: rgba(198,169,98,.25); }
.card-icon { color: var(--gold); margin-bottom: 20px; }
.card-icon svg { width: 36px; height: 36px; }
.card h3 { font-family: var(--body); font-weight: 600; margin-bottom: 10px; font-size: 1.1rem; }
.card p { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.spec-badge { display: inline-block; margin-top: 16px; padding: 4px 12px; background: rgba(198,169,98,.08); border: 1px solid rgba(198,169,98,.2); border-radius: 6px; font-size: .72rem; font-weight: 600; color: var(--gold); }

/* Steps */
.steps { display: flex; align-items: flex-start; gap: 12px; max-width: 960px; margin: 0 auto; }
.step { flex: 1; text-align: center; padding: 32px 24px; background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-lg); opacity: 0; transform: translateY(24px); transition: .5s var(--ease); }
.step.in { opacity: 1; transform: none; }
.step:hover { border-color: rgba(198,169,98,.25); }
.step-num { font-family: var(--head); font-size: 2.5rem; font-weight: 700; color: var(--gold); opacity: .25; line-height: 1; margin-bottom: 16px; }
.step h3 { font-family: var(--body); font-weight: 600; margin-bottom: 8px; }
.step p { font-size: .88rem; color: var(--muted); }
.step-arrow { display: flex; align-items: center; padding-top: 48px; color: var(--dim); }
.step-arrow svg { width: 28px; height: 28px; }

/* Tabs */
.showcase-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; }
.tab { padding: 10px 28px; background: transparent; border: 1.5px solid var(--border); border-radius: 100px; color: var(--muted); font-family: var(--body); font-size: .88rem; font-weight: 600; cursor: pointer; transition: .2s; }
.tab:hover { border-color: var(--dim); color: var(--text); }
.tab.active { background: var(--gold-light); border-color: var(--gold-light); color: #1a1400; }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp .4s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Showcase frames */
.showcase-frame { position: relative; overflow: hidden; border-radius: var(--r); opacity: 0; transform: translateY(16px); transition: .5s var(--ease); }
.showcase-frame.in { opacity: 1; transform: none; }
.story-ratio { aspect-ratio: 9/16; }
.carousel-ratio { aspect-ratio: 4/5; }
.showcase-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.frame-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.7) 100%); color: #fff; z-index: 1; }
.frame-overlay-agent { background: linear-gradient(180deg, rgba(26,54,93,.3) 0%, rgba(26,54,93,.92) 100%); justify-content: center; align-items: center; text-align: center; }
.frame-tag { position: absolute; top: 12px; left: 12px; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); background: rgba(0,0,0,.5); padding: 3px 8px; border-radius: 4px; backdrop-filter: blur(4px); }
.frame-bottom { }
.frame-center { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.frame-logo-text { font-size: .6rem; font-weight: 700; letter-spacing: .2em; color: var(--gold); }
.frame-bottom h4, .frame-center h4 { font-family: var(--head); font-size: 1.1rem; font-weight: 700; }
.frame-center h4.small { font-size: .9rem; }
.frame-sub { font-size: .7rem; color: rgba(255,255,255,.75); }
.frame-price { font-family: var(--head); font-size: 1.5rem; font-weight: 700; color: var(--gold); }
.frame-price-sm { font-family: var(--head); font-size: 1rem; font-weight: 700; color: var(--gold); }
.frame-stat-row { display: flex; gap: 14px; margin-top: 6px; font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.85); }
.frame-features { display: flex; flex-direction: column; gap: 4px; font-size: .68rem; color: rgba(255,255,255,.85); }
.agent-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: #000; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; }
.agent-avatar-sm { width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: #000; font-weight: 700; font-size: .7rem; display: flex; align-items: center; justify-content: center; }
.agent-cta-btn { margin-top: 10px; padding: 7px 18px; background: var(--gold-light); color: #1a1400; font-size: .6rem; font-weight: 700; border-radius: 6px; text-transform: uppercase; letter-spacing: .1em; }
.agent-cta-btn.small { padding: 5px 14px; font-size: .55rem; margin-top: 8px; }
.carousel-badge { display: inline-block; padding: 3px 10px; background: var(--gold-light); color: #1a1400; font-size: .55rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; border-radius: 4px; margin-bottom: 8px; }
.glass-bar { background: rgba(0,0,0,.35); backdrop-filter: blur(12px); padding: 10px 14px; border-radius: 8px; font-size: .7rem; line-height: 1.4; }
.stats-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stats-mini-grid div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 10px 6px; text-align: center; }
.stats-mini-grid strong { display: block; font-family: var(--head); font-size: 1.1rem; color: var(--gold); }
.stats-mini-grid span { font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.7); }
.lifestyle-text { font-family: var(--head); font-size: .85rem; font-style: italic; color: rgba(255,255,255,.9); line-height: 1.5; }

.showcase-story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.showcase-carousel-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }

/* Reel */
.reel-layout { display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center; max-width: 860px; margin: 0 auto; }
.reel-phone-wrap { display: flex; justify-content: center; }
.reel-info h3 { font-size: 1.8rem; margin-bottom: 16px; }
.reel-info p { color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-list li { font-size: .88rem; padding-left: 20px; position: relative; }
.check-list li::before { content: '\2726'; position: absolute; left: 0; color: var(--gold); font-size: .7rem; }

/* Proof */
.section-proof { padding: 56px 0; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 48px; background: var(--bg2); border: 1px solid var(--border); border-radius: 20px; text-align: center; }
.proof-stat strong { display: block; font-family: var(--head); font-size: 2.2rem; color: var(--gold); margin-bottom: 6px; }
.proof-stat span { font-size: .85rem; color: var(--muted); }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 960px; margin: 0 auto; }
.price-card { background: var(--bg3); border: 1px solid var(--border); border-radius: 20px; padding: 36px 28px; position: relative; opacity: 0; transform: translateY(24px); transition: .5s var(--ease); }
.price-card.in { opacity: 1; transform: none; }
.price-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(198,169,98,.06), var(--bg3) 35%); }
.price-card.featured.in { transform: scale(1.03); }
.featured-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 5px 18px; background: var(--gold-light); color: #1a1400; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border-radius: 100px; white-space: nowrap; }
.price-card h3 { font-family: var(--body); font-weight: 700; font-size: 1.15rem; }
.price-desc { font-size: .82rem; color: var(--muted); margin-top: 4px; }
.price { margin: 20px 0; padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.amount { font-family: var(--head); font-size: 2.8rem; font-weight: 700; }
.price-card ul { list-style: none; margin-bottom: 24px; }
.price-card li { padding: 7px 0 7px 22px; font-size: .88rem; color: var(--muted); position: relative; }
.price-card li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.price-extra { display: block; font-size: .78rem; color: var(--dim); margin-bottom: 20px; padding-top: 12px; border-top: 1px solid var(--border); }
.pricing-note { text-align: center; font-size: .88rem; color: var(--muted); margin-top: 28px; }

/* Comparison */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 14px 20px; text-align: center; font-size: .88rem; border-bottom: 1px solid var(--border); }
th { font-weight: 600; padding-bottom: 18px; }
th:first-child, td:first-child { text-align: left; font-weight: 600; }
th small { display: block; font-size: .72rem; font-weight: 400; color: var(--dim); margin-top: 3px; }
.th-us, .hl { background: rgba(198,169,98,.05); }
.hl.yes { color: var(--gold); }
.yes { color: var(--text); font-weight: 600; }
.no { color: var(--dim); }
.meh { color: var(--dim); font-size: .82rem; }

/* FAQ */
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 6px; }
.faq { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; opacity: 0; transform: translateY(12px); transition: .4s var(--ease); }
.faq.in { opacity: 1; transform: none; }
.faq summary { padding: 18px 24px; font-weight: 600; font-size: .92rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.3rem; color: var(--gold); transition: .2s; }
.faq[open] summary::after { content: '\2212'; }
.faq p { padding: 0 24px 18px; font-size: .88rem; color: var(--muted); line-height: 1.7; }

/* CTA */
.section-cta { position: relative; overflow: hidden; background: var(--bg2); }
.cta-bg { display: none; }
.cta-overlay { display: none; }
.cta-box { max-width: 580px; margin: 0 auto; text-align: center; position: relative; background: var(--bg3); border: 1px solid var(--border); border-radius: 24px; padding: 56px 48px; }
.cta-form { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cta-form input, .cta-form textarea { width: 100%; padding: 14px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #fff; font-family: var(--body); font-size: .88rem; outline: none; transition: .2s; }
.cta-form input:focus, .cta-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,169,98,.12); }
.cta-form input::placeholder, .cta-form textarea::placeholder { color: rgba(255,255,255,.4); }
.cta-form textarea { resize: vertical; min-height: 80px; }
.form-note { font-size: .78rem; color: rgba(255,255,255,.6); }

/* Footer */
.footer { padding: 56px 0 24px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 36px; }
.footer-tagline { font-size: .82rem; color: var(--dim); line-height: 1.6; max-width: 300px; margin-bottom: 8px; }
.footer-email { color: var(--gold); text-decoration: none; font-size: .88rem; font-weight: 500; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-family: var(--body); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: .82rem; transition: .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 20px; border-top: 1px solid var(--border); font-size: .78rem; color: var(--dim); text-align: center; }

/* Comparison mobile cards — hidden by default, shown at 768px */
.comparison-mobile {
    display: none;
    flex-direction: column;
    gap: 12px;
}
.comparison-card {
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 20px;
}
.comparison-card.card-highlight {
    border-color: var(--gold);
    background: linear-gradient(180deg, rgba(198,169,98,.06), var(--bg3) 35%);
}
.comparison-card h4 {
    font-family: var(--body);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
}
.comparison-card .card-price {
    font-size: .75rem;
    color: var(--dim);
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}
.comparison-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.comparison-card li {
    font-size: .85rem;
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--muted);
}
.feat-icon {
    width: 24px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 700;
    font-size: .85rem;
}
.feat-icon.feat-yes { color: var(--gold); }
.feat-icon.feat-no { color: var(--dim); }
.feat-note {
    margin-left: 6px;
    font-size: .72rem;
    color: var(--muted);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-sub { margin: 20px auto 0; }
    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-phone { display: flex; justify-content: center; margin-top: 40px; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .showcase-story-grid { grid-template-columns: repeat(2, 1fr); }
    .showcase-carousel-grid { grid-template-columns: repeat(3, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; max-width: 380px; }
    .price-card.featured.in { transform: none; }
    .reel-layout { grid-template-columns: 1fr; text-align: center; }
    .reel-phone-wrap { justify-content: center; }
    .check-list { justify-content: center; }
    .steps { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); padding: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 768px) {
    .section { padding: 56px 0; }
    h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); margin-bottom: 32px; }
    .subtitle { margin: -16px auto 32px; font-size: .92rem; }
    .container { padding: 0 20px; }

    /* Nav */
    .nav-links { display: none; position: fixed; inset: 0; background: rgba(9,9,11,.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; gap: 24px; }
    .nav-links.open { display: flex; }
    .nav-links a { font-size: 1.1rem; }
    .nav-toggle { display: flex; }
    .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Hero */
    .hero { min-height: auto; padding: 90px 0 56px; }
    .hero-actions { flex-direction: column; align-items: center; }
    .hero-actions .btn-lg { padding: 14px 32px; font-size: .92rem; }
    .hero-stats { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 24px; }
    .hero-stat { text-align: center; }
    .hero-badge { display: block; margin: 0 auto 24px; width: fit-content; }
    .hero-sub { font-size: 1rem; }

    /* Hero phone mockup */
    .phone { max-width: 180px; height: auto; aspect-ratio: 1/2; margin: 0 auto; }
    .phone-lg { max-width: 180px; height: auto; aspect-ratio: 1/2; }

    /* Grids */
    .grid-4 { grid-template-columns: 1fr; gap: 14px; }
    .card { padding: 28px 22px; }
    .showcase-carousel-grid { grid-template-columns: repeat(2, 1fr); }

    /* Steps */
    .step { padding: 24px 20px; }

    /* Proof */
    .proof-row { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }

    /* Pricing */
    .pricing-grid { max-width: 100%; }
    .price-card { padding: 28px 22px; }

    /* Reel check-list single column */
    .check-list { grid-template-columns: 1fr; }
    .reel-info h3 { font-size: 1.5rem; }

    /* Comparison table: hide on mobile, show cards */
    .table-wrap { display: none; }
    .comparison-mobile { display: flex; }

    /* CTA box padding */
    .cta-box { padding: 32px 20px; border-radius: 16px; }
    .cta-box h2 { font-size: 1.5rem; }
    .cta-box p { font-size: .88rem; }

    /* FAQ */
    .faq summary { padding: 16px 18px; font-size: .88rem; }
    .faq p { padding: 0 18px 16px; font-size: .84rem; }

    /* Footer */
    .footer { padding: 40px 0 20px; }

    /* Forms */
    .form-row { grid-template-columns: 1fr; }

    /* Showcase overlay text sizing */
    .frame-overlay { padding: 14px; }
    .frame-overlay h4 { font-size: .9rem; }
    .frame-tag { font-size: .5rem; padding: 2px 6px; }
    .frame-price { font-size: 1.1rem; }
    .frame-stat-row { font-size: .6rem; gap: 10px; }
    .frame-features { font-size: .6rem; }
    .glass-bar { padding: 8px 10px; font-size: .62rem; }
    .agent-avatar { width: 40px; height: 40px; font-size: .75rem; }
    .agent-cta-btn { padding: 5px 14px; font-size: .52rem; }
}
