/* GrowthMaster — shared CSS for AI Automation sub-pages */
:root { --ink: #0A0A0A; --ink-soft: #1A1A1A; --cream: #FAF7F2; --cream-hi: #F5F1E8; --accent: #FF5722; --accent-d: #E64A19; --gold: #C9A961; --muted: #6B6B6B; --border: #E8E2D5; --green: #2E7A47; --red: #B7382E; --blue: #2A6FDB; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; max-width: 100vw; }
body { font-family: 'Inter', -apple-system, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; font-size: 16px; }
h1, h2, h3 { overflow-wrap: break-word; }
img, svg, iframe { max-width: 100%; height: auto; }
em { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-weight: 500; }
a { color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .container { padding: 0 22px; } }

/* FOMO BANNER */
.fomo-banner { background: var(--accent); color: #fff; padding: 10px 0; text-align: center; font-size: 13px; font-weight: 600; }
.fomo-banner .container { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.fomo-banner .badge { background: rgba(255,255,255,0.18); padding: 3px 10px; border-radius: 999px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,247,242,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.nav-mark { width: 38px; height: 38px; background: var(--ink); display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; }
.nav-mark svg { width: 22px; height: 22px; }
.nav-brand .name { font-family: 'Source Serif 4', serif; font-size: 18px; font-weight: 700; }
.nav-brand .tag { font-size: 10px; color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }
.nav-links { display: flex; gap: 28px; font-size: 14px; align-items: center; }
.nav-links > a { color: var(--ink); text-decoration: none; font-weight: 500; padding: 22px 0; }
.nav-links a:hover { color: var(--accent); }
@media (max-width: 920px) { .nav-links { display: none; } }
.nav-cta { background: var(--ink); color: #fff; padding: 12px 22px; font-weight: 600; font-size: 14px; border-radius: 4px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; white-space: nowrap; line-height: 1; }
.nav-cta:hover { background: var(--accent); }
@media (max-width: 540px) { .nav-cta { padding: 9px 14px; font-size: 13px; } .nav-brand .tag { display: none; } .nav-brand { gap: 10px; } .nav-brand .name { font-size: 17px; } .nav-mark { width: 34px; height: 34px; } .nav-mark svg { width: 18px; height: 18px; } }
@media (max-width: 380px) { .nav-cta { padding: 8px 12px; font-size: 12px; } .lang-switch { margin-right: 8px !important; } .lang-switch button { min-width: 32px !important; padding: 6px 8px !important; font-size: 12px !important; } }

/* Lang-switch hard-override */
.lang-switch { display: inline-flex !important; align-items: center !important; gap: 2px !important; padding: 3px !important; border-radius: 6px !important; background: #fff !important; border: 2px solid #FF5722 !important; margin-right: 14px !important; }
.lang-switch button { all: unset !important; box-sizing: border-box !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 38px !important; padding: 7px 12px !important; font-size: 13px !important; font-weight: 700 !important; font-family: 'Inter', sans-serif !important; line-height: 1 !important; color: #FF5722 !important; background: transparent !important; border-radius: 4px !important; cursor: pointer !important; }
.lang-switch button.active { color: #fff !important; background: #FF5722 !important; }

/* HERO */
.hero { padding: 80px 0 60px; }
.crumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--accent); }
.kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 600; font-size: 14px; letter-spacing: 0.04em; margin-bottom: 22px; text-transform: uppercase; }
.kicker .line { width: 32px; height: 1.5px; background: var(--accent); }
h1.hero-title { font-family: 'Source Serif 4', Georgia, serif; font-size: 68px; font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 26px; }
@media (max-width: 920px) { h1.hero-title { font-size: 46px; } }
@media (max-width: 480px) { h1.hero-title { font-size: 34px; } }
.hero-title .accent { color: var(--accent); font-style: italic; }
.hero-title .stroke { -webkit-text-stroke: 2px var(--ink); color: transparent; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero-sub { font-size: 18px; color: var(--ink-soft); opacity: 0.82; max-width: 580px; line-height: 1.55; margin-bottom: 28px; }
.hero-sub strong { color: var(--ink); font-weight: 700; opacity: 1; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.btn-primary { background: var(--ink); color: #fff; padding: 16px 28px; font-weight: 700; font-size: 15px; border-radius: 4px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; }
.btn-primary:hover { background: var(--accent); }
.btn-secondary { background: transparent; color: var(--ink); padding: 16px 28px; font-weight: 600; font-size: 15px; border-radius: 4px; text-decoration: none; border: 1.5px solid var(--ink); cursor: pointer; font-family: inherit; }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.hero-trust { display: flex; gap: 22px; margin-top: 14px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.hero-trust span::before { content: "✓ "; color: var(--green); font-weight: 700; }

/* Hero visual */
.hero-visual { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.hv-head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 14px; }
.hv-dots { display: flex; gap: 5px; }
.hv-dots span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.hv-dots span:first-child { background: #FC615D; }
.hv-dots span:nth-child(2) { background: #FDBC40; }
.hv-dots span:nth-child(3) { background: #34C749; }
.hv-title { font-size: 13px; color: var(--muted); }
.hv-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 13.5px; }
.hv-row:last-child { border-bottom: none; }
.hv-row .v { font-family: 'Source Serif 4', serif; font-weight: 600; }
.hv-row .v.ok { color: var(--green); }
.hv-row .v.warn { color: var(--accent); }

/* Logos strip */
.logos-section { padding: 50px 0 30px; border-bottom: 1px solid var(--border); }
.logos-label { font-size: 11.5px; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; font-weight: 700; margin-bottom: 22px; text-align: center; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap; }
.logos-row svg, .logos-row img { opacity: 0.62; transition: opacity 0.2s; }
.logos-row svg:hover, .logos-row img:hover { opacity: 1; }

/* Section base */
.section { padding: 90px 0; }
@media (max-width: 720px) { .section { padding: 60px 0; } }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 760px; margin-bottom: 50px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head .section-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 16px; }
.section-head .section-kicker .line { width: 32px; height: 1.5px; background: var(--accent); }
.section-title { font-family: 'Source Serif 4', Georgia, serif; font-size: 44px; font-weight: 600; line-height: 1.1; letter-spacing: -.022em; margin: 0 0 16px; }
@media (max-width: 720px) { .section-title { font-size: 30px; } }
.section-title em { color: var(--accent); font-style: italic; }
.section-sub { font-size: 17px; color: var(--muted); line-height: 1.6; max-width: 680px; }

/* Pain grid */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 920px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 28px 26px; }
.pain-icon { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 14px; letter-spacing: 0.08em; color: var(--accent); margin-bottom: 14px; font-weight: 700; }
.pain-name { font-family: 'Source Serif 4', serif; font-size: 20px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
.pain-desc { font-size: 14px; line-height: 1.6; color: var(--muted); }

/* Deliverables */
.deliv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.deliv-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 920px) { .deliv-grid, .deliv-grid.cols-2, .deliv-grid.cols-3 { grid-template-columns: 1fr !important; } }
.deliv-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 30px 28px; display: flex; flex-direction: column; }
.deliv-card.featured { border: 2px solid var(--accent); }
.deliv-num { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; font-weight: 700; }
.deliv-name { font-family: 'Source Serif 4', serif; font-size: 22px; font-weight: 600; margin-bottom: 12px; line-height: 1.25; }
.deliv-desc { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.deliv-list { list-style: none; padding: 0; margin: 0 0 22px; }
.deliv-list li { padding: 8px 0 8px 24px; position: relative; font-size: 13.5px; line-height: 1.5; }
.deliv-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.deliv-price { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.deliv-price .from { font-size: 11.5px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.deliv-price .amt { font-family: 'Source Serif 4', serif; font-size: 24px; font-weight: 600; }
.deliv-price .amt s { color: var(--muted); font-weight: 400; margin-right: 6px; font-size: 16px; }

/* Cases */
.cases-d-section { padding: 80px 0; background: var(--cream-hi); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cases-d-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.cases-d-head .section-kicker { color: var(--accent); justify-content: center; }
.cases-d-head h2 { font-family: 'Source Serif 4', Georgia, serif; font-size: 36px; font-weight: 600; line-height: 1.1; letter-spacing: -.022em; margin: 0 0 12px; color: var(--ink); }
.cases-d-head h2 em { color: var(--accent); font-style: italic; }
.cases-d-head p { color: var(--muted); line-height: 1.6; font-size: 15.5px; margin: 0; }
@media (max-width: 720px) { .cases-d-head h2 { font-size: 26px; } }
.cases-d-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1080px; margin: 0 auto; }
@media (max-width: 720px) { .cases-d-grid { grid-template-columns: 1fr; } }
.case-d-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 24px 26px; }
.case-d-num { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; font-weight: 700; }
.case-d-name { font-family: 'Source Serif 4', serif; font-size: 19px; font-weight: 600; line-height: 1.25; margin-bottom: 8px; }
.case-d-headline { color: var(--accent); font-weight: 700; font-size: 13.5px; margin-bottom: 10px; line-height: 1.4; }
.case-d-desc { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin: 0; }

/* Pricing */
.pricing-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 40px; max-width: 640px; margin: 0 auto; text-align: center; }
.pricing-card.featured { border: 2px solid var(--accent); }
.pricing-card h3 { font-family: 'Source Serif 4', serif; font-size: 28px; font-weight: 600; margin-bottom: 8px; }
.pricing-card .price { font-family: 'Source Serif 4', serif; font-size: 56px; font-weight: 600; letter-spacing: -.022em; line-height: 1; margin: 16px 0 6px; }
.pricing-card .price s { color: var(--muted); font-size: 32px; font-weight: 500; margin-right: 12px; }
.pricing-card .price-note { font-size: 13px; color: var(--muted); margin-bottom: 22px; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-q { padding: 22px 28px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-family: 'Source Serif 4', serif; font-size: 17px; font-weight: 600; line-height: 1.3; }
.faq-q::after { content: "+"; font-size: 26px; color: var(--accent); font-weight: 400; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 28px; max-height: 0; overflow: hidden; transition: max-height 0.3s, padding 0.3s; color: var(--muted); font-size: 14.5px; line-height: 1.65; }
.faq-item.open .faq-a { padding: 0 28px 22px; max-height: 700px; }

/* Final CTA */
.final-cta { background: var(--ink); color: #fff; padding: 90px 0; text-align: center; }
.final-cta h2 { font-family: 'Source Serif 4', serif; font-size: 44px; font-weight: 600; line-height: 1.1; margin-bottom: 18px; }
@media (max-width: 720px) { .final-cta h2 { font-size: 30px; } }
.final-cta h2 em { color: var(--accent); font-style: italic; }
.final-cta p { font-size: 17px; opacity: 0.8; max-width: 560px; margin: 0 auto 28px; }
.final-cta .btn-primary { background: var(--accent); }
.final-cta .btn-primary:hover { background: #fff; color: var(--ink); }
.scarcity-line { font-size: 13px; opacity: 0.65; margin-top: 16px; }

/* Footer */
.site-footer { background: var(--ink); color: #ccc; padding: 60px 0 30px; border-top: 1px solid #2a2a2a; }
.sf-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 720px) { .sf-grid { grid-template-columns: 1fr 1fr; } }
.sf-mark { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; margin-bottom: 14px; }
.sf-mark-icon svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 2.5; }
.sf-mark-name { font-family: 'Source Serif 4', serif; font-size: 18px; font-weight: 700; }
.sf-about { font-size: 13.5px; line-height: 1.6; max-width: 320px; opacity: 0.7; }
.sf-col h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 14px; font-weight: 700; }
.sf-col ul { list-style: none; padding: 0; margin: 0; }
.sf-col li { margin-bottom: 8px; font-size: 13.5px; }
.sf-col a { color: #aaa; text-decoration: none; }
.sf-col a:hover { color: var(--accent); }
.sf-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid #2a2a2a; font-size: 12.5px; color: #888; }
.sf-legal { display: flex; gap: 18px; }
.sf-legal a { color: #888; text-decoration: none; }

/* === HORMOZI-STYLE COMPONENTS === */

/* Hero with photo background */
.hero-photo { position: relative; padding: 100px 0 80px; overflow: hidden; isolation: isolate; }
.hero-photo::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-bg); background-size: cover; background-position: center; opacity: 0.18; z-index: -2; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(250,247,242,0.5) 0%, rgba(250,247,242,0.95) 100%); z-index: -1; }
@media (max-width: 720px) { .hero-photo { padding: 60px 0 50px; } }

/* Founder mini card (in hero) */
.founder-mini { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 6px 14px 6px 6px; margin-bottom: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.founder-mini img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.founder-mini .fm-text { font-size: 13px; line-height: 1.3; }
.founder-mini .fm-text strong { font-weight: 700; }
.founder-mini .fm-text .role { color: var(--muted); font-size: 12px; }

/* Value Stack — Hormozi-style math */
.value-stack-section { padding: 70px 0; background: var(--ink); color: #fff; }
.value-stack-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.value-stack-head .section-kicker { color: var(--accent); justify-content: center; }
.value-stack-head h2 { font-family: 'Source Serif 4', serif; font-size: 36px; font-weight: 600; line-height: 1.15; margin-bottom: 12px; }
.value-stack-head h2 em { color: var(--accent); font-style: italic; }
.value-stack-head p { color: rgba(255,255,255,0.7); font-size: 15.5px; }
.value-stack-card { max-width: 720px; margin: 0 auto; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 36px 38px; }
.value-row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px dashed rgba(255,255,255,0.12); font-size: 16px; }
.value-row:last-of-type { border-bottom: none; }
.value-row .label { font-weight: 500; }
.value-row .label .desc { font-size: 12.5px; color: rgba(255,255,255,0.55); display: block; margin-top: 2px; font-weight: 400; }
.value-row .v { font-family: 'Source Serif 4', serif; font-weight: 600; color: rgba(255,255,255,0.85); }
.value-row.total { padding: 22px 0 8px; border-top: 2px solid rgba(255,255,255,0.25); border-bottom: none; margin-top: 14px; font-size: 20px; }
.value-row.total .label { font-weight: 700; }
.value-row.total .v { color: rgba(255,255,255,0.6); text-decoration: line-through; font-size: 22px; }
.value-row.you-pay { padding: 16px 24px; margin: 18px -38px -36px; background: var(--accent); color: #fff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; font-size: 22px; }
.value-row.you-pay .v { color: #fff; text-decoration: none; font-size: 32px; font-weight: 700; }
@media (max-width: 600px) { .value-stack-card { padding: 28px 22px; } .value-row.you-pay { margin: 18px -22px -28px; padding: 14px 18px; } }

/* Bonus stack */
.bonus-list { max-width: 720px; margin: 32px auto 0; padding: 0; list-style: none; }
.bonus-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.92); }
.bonus-list li::before { content: "+"; color: var(--accent); font-weight: 800; font-size: 22px; line-height: 1; flex-shrink: 0; }
.bonus-list li strong { color: #fff; }
.bonus-list li .v { color: var(--accent); font-weight: 700; margin-left: 6px; font-family: 'Source Serif 4', serif; font-style: italic; }

/* Pricing cards with CTA */
.deliv-card .deliv-cta { display: block; width: 100%; padding: 12px 16px; margin-top: 14px; background: var(--ink); color: #fff; text-align: center; font-weight: 700; font-size: 14px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.deliv-card .deliv-cta:hover { background: var(--accent); }
.deliv-card.featured .deliv-cta { background: var(--accent); }
.deliv-card.featured .deliv-cta:hover { background: var(--ink); }

/* Risk-reversal box */
.risk-box { max-width: 880px; margin: 50px auto 0; background: #fff; border: 2px solid var(--accent); border-radius: 14px; padding: 36px 40px; display: grid; grid-template-columns: 0.4fr 0.6fr; gap: 36px; align-items: center; }
.risk-box .seal { width: 200px; height: 200px; border: 4px solid var(--accent); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin: 0 auto; padding: 18px; }
.risk-box .seal strong { font-family: 'Source Serif 4', serif; font-size: 32px; line-height: 1; color: var(--accent); margin-bottom: 6px; }
.risk-box .seal span { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.risk-box .body h3 { font-family: 'Source Serif 4', serif; font-size: 26px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
.risk-box .body h3 em { color: var(--accent); font-style: italic; }
.risk-box .body p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 8px; }
.risk-box .body p strong { color: var(--ink); }
@media (max-width: 720px) { .risk-box { grid-template-columns: 1fr; padding: 28px 22px; gap: 24px; text-align: center; } .risk-box .seal { width: 160px; height: 160px; } }

/* Spots remaining bar */
.spots-bar { display: inline-flex; align-items: center; gap: 14px; background: rgba(255,87,34,0.1); color: var(--accent); padding: 10px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 700; border: 1px solid rgba(255,87,34,0.25); margin-top: 16px; }
.spots-bar .dot { width: 10px; height: 10px; background: var(--accent); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* === LEAD-MAGNET PRINTABLE CTA === */
.lm-section { padding: 90px 0; background: var(--cream-hi, #F5F1E8); border-top: 1px solid var(--border, #E8E2D5); border-bottom: 1px solid var(--border, #E8E2D5); }
@media (max-width: 720px) { .lm-section { padding: 60px 0; } }
.lm-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; max-width: 1080px; margin: 0 auto; }
@media (max-width: 920px) { .lm-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; } }
.lm-doc { background: #fff; border: 1px solid var(--border, #E8E2D5); border-radius: 8px; padding: 26px 28px; box-shadow: 0 24px 60px -24px rgba(0,0,0,0.18); transform: rotate(-1.5deg); transition: transform 0.3s; }
.lm-doc:hover { transform: rotate(0); }
.lm-doc-tag { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent, #FF5722); font-weight: 800; margin-bottom: 12px; }
.lm-doc-title { font-family: 'Source Serif 4', serif; font-size: 22px; font-weight: 600; line-height: 1.15; margin-bottom: 6px; }
.lm-doc-sub { font-size: 13px; color: var(--muted, #6B6B6B); margin-bottom: 18px; }
.lm-doc-lines { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.lm-doc-lines span { height: 7px; background: var(--cream-hi, #F5F1E8); border-radius: 2px; }
.lm-doc-lines span:nth-child(2) { width: 88%; }
.lm-doc-lines span:nth-child(3) { width: 95%; }
.lm-doc-lines span:nth-child(4) { width: 70%; }
.lm-doc-meta { font-size: 11.5px; color: var(--muted, #6B6B6B); padding-top: 12px; border-top: 1px solid var(--border, #E8E2D5); display: flex; flex-direction: column; gap: 3px; }
.lm-doc-meta strong { color: var(--ink, #0A0A0A); font-weight: 700; }
.lm-content h2 { font-family: 'Source Serif 4', serif; font-size: 36px; font-weight: 600; line-height: 1.1; letter-spacing: -.018em; margin-bottom: 14px; color: var(--ink, #0A0A0A); }
@media (max-width: 720px) { .lm-content h2 { font-size: 26px; } }
.lm-content h2 em { color: var(--accent, #FF5722); font-style: italic; }
.lm-content > p { color: var(--muted, #6B6B6B); font-size: 15.5px; line-height: 1.65; margin-bottom: 20px; }
.lm-content > p strong { color: var(--ink, #0A0A0A); }
.lm-bullets { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 8px; }
@media (max-width: 920px) { .lm-bullets { align-items: center; } }
.lm-bullets li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink, #0A0A0A); }
.lm-bullets li::before { content: "✓"; width: 22px; height: 22px; background: rgba(255,87,34,0.14); color: var(--accent, #FF5722); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; flex-shrink: 0; }
.lm-form { display: flex; gap: 8px; max-width: 480px; margin-bottom: 6px; }
@media (max-width: 920px) { .lm-form { margin: 0 auto 6px; flex-direction: column; } }
.lm-form input { flex: 1; min-width: 0; padding: 14px 16px; font-size: 14.5px; border: 1px solid var(--border, #E8E2D5); background: #fff; border-radius: 4px; color: var(--ink, #0A0A0A); font-family: inherit; }
.lm-form input:focus { outline: 0; border-color: var(--accent, #FF5722); box-shadow: 0 0 0 3px rgba(255,87,34,0.15); }
.lm-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--ink, #0A0A0A); color: #fff; padding: 14px 24px; font-size: 14px; font-weight: 700; border-radius: 4px; border: 0; cursor: pointer; font-family: inherit; transition: background 0.2s; white-space: nowrap; }
.lm-btn:hover:not(:disabled) { background: var(--accent, #FF5722); }
.lm-btn:disabled { opacity: 0.65; cursor: progress; }
.lm-fineprint { display: block; margin-top: 10px; font-size: 12px; color: var(--muted, #6B6B6B); }
.lm-error { color: var(--red, #B7382E); font-size: 13px; margin-top: 8px; min-height: 16px; display: none; }
.lm-error.show { display: block; }
.lm-success { display: none; background: rgba(46,122,71,0.10); border: 1px solid rgba(46,122,71,0.3); border-left: 3px solid var(--green, #2E7A47); padding: 16px 20px; border-radius: 4px; margin-top: 12px; font-size: 14px; line-height: 1.5; }
.lm-success.show { display: block; }
.lm-success strong { display: block; margin-bottom: 4px; color: var(--green, #2E7A47); }
.lm-success a { color: var(--accent, #FF5722); font-weight: 600; }
.lm-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: lm-spin 0.8s linear infinite; }
@keyframes lm-spin { to { transform: rotate(360deg); } }

/* === HORMOZI VALUE-STACK — gestapelde aanbieding met €-waardes === */
.lm-stack { background: #fff; border: 1px solid var(--border, #E8E2D5); border-radius: 8px; padding: 18px 20px; margin: 18px 0 18px; max-width: 480px; }
@media (max-width: 920px) { .lm-stack { margin: 18px auto; } }
.lm-stack-tag { display: inline-block; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--accent, #FF5722); background: rgba(255,87,34,0.10); padding: 3px 9px; border-radius: 99px; margin-bottom: 10px; }
.lm-stack-row { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; font-size: 13.5px; gap: 12px; }
.lm-stack-row + .lm-stack-row { border-top: 1px dashed var(--border, #E8E2D5); }
.lm-stack-row .item { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 0; color: var(--ink, #0A0A0A); }
.lm-stack-row .item::before { content: "✓"; width: 18px; height: 18px; background: rgba(46,122,71,0.14); color: var(--green, #2E7A47); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 10.5px; flex-shrink: 0; }
.lm-stack-row .price { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; color: var(--muted, #6B6B6B); text-decoration: line-through; flex-shrink: 0; }
.lm-stack-total { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; margin-top: 6px; border-top: 2px solid var(--ink, #0A0A0A); font-size: 14px; font-weight: 700; color: var(--ink, #0A0A0A); }
.lm-stack-total .strikethrough { text-decoration: line-through; color: var(--muted, #6B6B6B); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px; font-weight: 500; margin-right: 8px; }
.lm-stack-total .free { background: var(--accent, #FF5722); color: #fff; padding: 4px 11px; border-radius: 99px; font-size: 12px; letter-spacing: 0.04em; }

/* === HORMOZI RISK-REVERSAL BLOCK — onder forms en CTAs === */
.lm-guarantee { display: flex; align-items: flex-start; gap: 12px; background: rgba(46,122,71,0.06); border: 1px solid rgba(46,122,71,0.20); border-left: 3px solid var(--green, #2E7A47); border-radius: 6px; padding: 12px 14px; margin-top: 14px; max-width: 480px; }
@media (max-width: 920px) { .lm-guarantee { margin: 14px auto 0; } }
.lm-guarantee .gicon { font-size: 18px; flex-shrink: 0; line-height: 1; padding-top: 1px; }
.lm-guarantee .gtext { font-size: 12.5px; line-height: 1.55; color: var(--ink, #0A0A0A); }
.lm-guarantee .gtext strong { color: var(--green, #2E7A47); }

/* === SPOTS-LEFT METER — scarcity component voor maand-actie === */
.lm-spots { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,87,34,0.08); border: 1px solid rgba(255,87,34,0.30); padding: 7px 12px; border-radius: 99px; font-size: 12.5px; font-weight: 600; color: var(--ink, #0A0A0A); margin-bottom: 14px; }
.lm-spots-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent, #FF5722); flex-shrink: 0; box-shadow: 0 0 0 0 rgba(255,87,34,0.6); animation: lm-spots-pulse 2s infinite; }
.lm-spots-num { font-family: 'JetBrains Mono', ui-monospace, monospace; color: var(--accent, #FF5722); font-weight: 800; }
@keyframes lm-spots-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,87,34,0.55); } 70% { box-shadow: 0 0 0 8px rgba(255,87,34,0); } 100% { box-shadow: 0 0 0 0 rgba(255,87,34,0); } }

/* === RISK-REVERSAL CTA-BANNER — globale banner onder primary CTAs === */
.cta-guarantee { background: var(--ink, #0A0A0A); color: #fff; padding: 18px 24px; border-radius: 8px; margin-top: 14px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; max-width: 760px; }
@media (max-width: 720px) { .cta-guarantee { grid-template-columns: 1fr; padding: 16px 18px; } }
.cta-guarantee-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--accent, #FF5722); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cta-guarantee-text { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.92); }
.cta-guarantee-text strong { color: #fff; font-weight: 700; }
.cta-guarantee-text em { font-style: normal; color: var(--accent, #FF5722); font-weight: 600; }

/* === DASHBOARD CALLOUT — cross-sell snippet voor alle pages === */
.dashboard-callout { padding: 70px 0; background: var(--cream-hi); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
@media (max-width: 720px) { .dashboard-callout { padding: 48px 0; } }
.dashboard-callout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1080px; margin: 0 auto; }
@media (max-width: 920px) { .dashboard-callout-grid { grid-template-columns: 1fr; gap: 30px; } }
.dashboard-callout-text .badge-included { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; padding: 5px 12px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; border-radius: 999px; margin-bottom: 16px; }
.dashboard-callout-text h3 { font-family: 'Source Serif 4', Georgia, serif; font-size: 32px; font-weight: 600; line-height: 1.15; letter-spacing: -.018em; margin-bottom: 14px; color: var(--ink); }
@media (max-width: 720px) { .dashboard-callout-text h3 { font-size: 24px; } }
.dashboard-callout-text h3 em { color: var(--accent); font-style: italic; }
.dashboard-callout-text p { color: var(--muted); line-height: 1.6; font-size: 15px; margin-bottom: 18px; }
.dashboard-callout-text p strong { color: var(--ink); }
.dashboard-callout-text ul { list-style: none; padding: 0; margin: 0 0 22px; }
.dashboard-callout-text ul li { padding: 6px 0 6px 22px; position: relative; font-size: 14px; color: var(--ink); }
.dashboard-callout-text ul li::before { content: "✓"; color: var(--accent); font-weight: 800; position: absolute; left: 0; }
.dashboard-callout-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; padding: 13px 22px; font-weight: 700; font-size: 14px; border-radius: 6px; text-decoration: none; }
.dashboard-callout-cta:hover { background: var(--accent); }
.dashboard-mock-mini { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 18px; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }
.dashboard-mock-mini .dmm-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 12px; font-size: 11.5px; color: var(--muted); }
.dashboard-mock-mini .dmm-head::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #28C840; box-shadow: -10px 0 0 #FEBC2E, -20px 0 0 #FF5F57; margin-right: 14px; }
.dashboard-mock-mini .dmm-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; border-bottom: 1px dashed var(--border); }
.dashboard-mock-mini .dmm-row:last-child { border-bottom: none; }
.dashboard-mock-mini .dmm-row .v { font-family: 'Source Serif 4', serif; font-weight: 600; }
.dashboard-mock-mini .dmm-row .v.ok { color: var(--green); }

/* Animated typing-dots indicator */
.dot-typing { display: inline-flex; gap: 4px; padding: 6px 2px; }
.dot-typing span { width: 7px; height: 7px; background: currentColor; opacity: 0.4; border-radius: 50%; animation: dot-bounce 1.2s infinite; }
.dot-typing span:nth-child(2) { animation-delay: 0.2s; }
.dot-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes dot-bounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-4px); opacity: 1; } }
.is-typing { padding: 8px 14px !important; }
.msg.is-typing, .wa-msg.is-typing { background: var(--cream-hi) !important; color: var(--ink) !important; }
.msg.is-typing { color: var(--muted) !important; }

/* Step animator status states */
.hv-row [data-step-status] { transition: color 0.3s; }
.hv-row [data-step-status].pending { color: rgba(0,0,0,0.25); }
.hv-row [data-step-status].warn { color: var(--accent); }
.hv-row [data-step-status].ok { color: var(--green); }

/* Two delivery modes — option cards */
.modes-section { padding: 90px 0; background: var(--cream); }
@media (max-width: 720px) { .modes-section { padding: 60px 0; } }
.modes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1080px; margin: 40px auto 0; }
@media (max-width: 720px) { .modes-grid { grid-template-columns: 1fr; } }
.mode-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 38px 36px; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s; }
.mode-card.wa { border-top: 4px solid #25D366; }
.mode-card.web { border-top: 4px solid var(--accent); }
.mode-card:hover { transform: translateY(-3px); }
.mode-card .mode-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; align-self: flex-start; }
.mode-card.wa .mode-badge { background: rgba(37,211,102,0.12); color: #128C7E; }
.mode-card.web .mode-badge { background: rgba(255,87,34,0.1); color: var(--accent); }
.mode-card h3 { font-family: 'Source Serif 4', serif; font-size: 28px; font-weight: 600; line-height: 1.15; letter-spacing: -.014em; margin-bottom: 10px; }
.mode-card .mode-sub { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin-bottom: 20px; }
.mode-card .mode-best { background: var(--cream-hi); padding: 12px 16px; border-radius: 8px; font-size: 13px; line-height: 1.5; margin-bottom: 22px; }
.mode-card .mode-best strong { color: var(--ink); }
.mode-card ul.mode-list { list-style: none; padding: 0; margin: 0 0 24px; }
.mode-card ul.mode-list li { padding: 7px 0 7px 24px; position: relative; font-size: 14px; line-height: 1.5; }
.mode-card.wa ul.mode-list li::before { content: "✓"; color: #25D366; font-weight: 800; position: absolute; left: 0; }
.mode-card.web ul.mode-list li::before { content: "✓"; color: var(--accent); font-weight: 800; position: absolute; left: 0; }
.mode-card .mode-price { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.mode-card .mode-price .from { font-size: 11.5px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.mode-card .mode-price .amt { font-family: 'Source Serif 4', serif; font-size: 28px; font-weight: 600; }
.mode-card .mode-cta { display: block; width: 100%; padding: 14px 16px; text-align: center; font-weight: 700; font-size: 14px; border-radius: 6px; text-decoration: none; transition: background 0.15s; }
.mode-card.wa .mode-cta { background: #25D366; color: #fff; }
.mode-card.wa .mode-cta:hover { background: #128C7E; }
.mode-card.web .mode-cta { background: var(--accent); color: #fff; }
.mode-card.web .mode-cta:hover { background: var(--accent-d); }
.mode-or { text-align: center; font-size: 13px; color: var(--muted); margin-top: 28px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

/* WhatsApp section */
.wa-section { padding: 90px 0; background: linear-gradient(135deg, #075E54 0%, #128C7E 100%); color: #fff; position: relative; overflow: hidden; }
@media (max-width: 720px) { .wa-section { padding: 60px 0; } }
.wa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1080px; margin: 0 auto; }
@media (max-width: 920px) { .wa-grid { grid-template-columns: 1fr; gap: 40px; } }
.wa-text .kicker { color: #25D366; }
.wa-text h2 { font-family: 'Source Serif 4', serif; font-size: 42px; font-weight: 600; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 18px; }
@media (max-width: 720px) { .wa-text h2 { font-size: 30px; } }
.wa-text h2 em { color: #25D366; font-style: italic; }
.wa-text p { font-size: 17px; line-height: 1.6; opacity: 0.9; margin-bottom: 14px; }
.wa-text p strong { color: #fff; font-weight: 700; }
.wa-text ul { list-style: none; padding: 0; margin: 18px 0 28px; }
.wa-text ul li { padding: 6px 0 6px 24px; position: relative; font-size: 14.5px; opacity: 0.92; }
.wa-text ul li::before { content: "✓"; color: #25D366; font-weight: 800; position: absolute; left: 0; }
.wa-cta { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 16px 28px; font-weight: 700; font-size: 15px; border-radius: 999px; text-decoration: none; box-shadow: 0 8px 24px rgba(37,211,102,0.35); transition: transform 0.15s, box-shadow 0.15s; }
.wa-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.5); }
.wa-cta svg { width: 20px; height: 20px; fill: currentColor; }
.wa-cta-note { font-size: 12.5px; opacity: 0.7; margin-top: 12px; }

/* WhatsApp mockup */
.wa-mock { background: #ECE5DD; border-radius: 16px; padding: 0; max-width: 380px; margin: 0 auto; box-shadow: 0 18px 60px rgba(0,0,0,0.25); overflow: hidden; }
.wa-mock-head { background: #075E54; color: #fff; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.wa-mock-head .wa-avatar { width: 38px; height: 38px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.wa-mock-head .wa-meta { flex: 1; }
.wa-mock-head .wa-name { font-weight: 600; font-size: 14.5px; }
.wa-mock-head .wa-status { font-size: 11.5px; opacity: 0.8; }
.wa-mock-body { padding: 18px 16px; min-height: 360px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 5l3 8h8l-7 5 3 8-7-5-7 5 3-8-7-5h8z' fill='rgba(0,0,0,0.02)'/%3E%3C/svg%3E"); }
.wa-msg { padding: 8px 12px; border-radius: 8px; font-size: 13.5px; line-height: 1.45; max-width: 78%; margin-bottom: 8px; position: relative; }
.wa-msg-them { background: #fff; color: #303030; border-top-left-radius: 0; }
.wa-msg-me { background: #DCF8C6; color: #303030; margin-left: auto; border-top-right-radius: 0; }
.wa-msg .time { display: block; font-size: 10px; color: rgba(0,0,0,0.45); text-align: right; margin-top: 3px; }
.wa-msg-me .time::after { content: " ✓✓"; color: #4FC3F7; }
.wa-mock-input { background: #f0f0f0; padding: 10px 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #777; }

/* Integrations logo grid */
.integrations-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; max-width: 1080px; margin: 36px auto 0; }
@media (max-width: 920px) { .integrations-logos { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .integrations-logos { grid-template-columns: repeat(2, 1fr); } }
.int-logo { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 18px 12px; text-align: center; transition: border-color 0.2s, transform 0.2s; }
.int-logo:hover { border-color: var(--accent); transform: translateY(-2px); }
.int-logo .logo { width: 44px; height: 44px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; background: var(--cream-hi); border-radius: 8px; overflow: hidden; }
.int-logo .logo img { width: 28px; height: 28px; object-fit: contain; }
.int-logo .name { font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.int-logo .type { font-size: 11px; color: var(--muted); }

