*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --yellow:      #fff76a;
  --yellow-dark: #ffef8a;
  --yellow-deep: #f3ea57;
  --pink:        #ff5ecb;
  --pink-dark:   #ef4fbd;
  --green:       #2a7f1f;
  --green-dark:  #1f5f18;
  --white:       #ffffff;
  --ink-muted:   rgba(42,127,31,0.75);
  --ink-faint:   rgba(42,127,31,0.45);
  --border:      rgba(42,127,31,0.25);
  --radius-lg:   28px;
  --radius-md:   18px;
  --radius-sm:   12px;
  --radius-pill: 999px;
}

body { font-family: 'Inter', sans-serif; background: var(--yellow); color: var(--green); line-height: 1.65; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.03em; color: var(--green); }
h1 { font-size: clamp(42px, 6.5vw, 72px); font-weight: 800; }
h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; }
p { color: var(--ink-muted); }

/* ── HEADER ── */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,94,203,0.93); backdrop-filter: blur(12px); border-bottom: 2px solid var(--green); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-text { font-size: 15px; font-weight: 800; letter-spacing: 0.22em; color: var(--green); -webkit-text-stroke: 0.5px var(--yellow); text-shadow: 0 0 6px rgba(255,247,106,0.6); }
.nav-links { display: flex; align-items: center; gap: 6px; font-size: 14px; }
.nav-links a { padding: 8px 12px; border-radius: var(--radius-sm); color: var(--green); font-weight: 600; transition: 0.2s; }
.nav-links a:hover { background: rgba(42,127,31,0.12); }
.nav-cta { padding: 10px 20px !important; border: 2px solid var(--green) !important; border-radius: var(--radius-pill) !important; background: var(--yellow) !important; font-weight: 700 !important; }
.nav-cta:hover { background: var(--yellow-deep) !important; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--radius-pill); padding: 14px 28px; font-size: 15px; font-weight: 700; font-family: 'Inter', sans-serif; border: 2px solid var(--green); cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.btn-primary { background: var(--pink); color: var(--white); }
.btn-primary:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,94,203,0.35); }
.btn-secondary { background: transparent; color: var(--green); }
.btn-secondary:hover { background: var(--yellow-dark); }

/* ── HERO ── */
.hero { background: var(--yellow); position: relative; overflow: hidden; }
.hero-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at top left, rgba(255,94,203,0.28), transparent 40%), radial-gradient(circle at bottom right, rgba(42,127,31,0.12), transparent 35%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; padding: 96px 0 120px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; border: 2px solid var(--green); background: var(--pink); padding: 10px 16px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); box-shadow: 0 4px 10px rgba(0,0,0,0.06); margin-bottom: 24px; }
.hero h1 { margin-bottom: 20px; }
.hero-sub { font-size: 20px; line-height: 1.7; max-width: 580px; margin-bottom: 0; }
.math-box { margin-top: 32px; padding: 24px 28px; border-radius: var(--radius-lg); border: 2px solid var(--green); background: rgba(255,255,255,0.82); box-shadow: 0 10px 24px rgba(0,0,0,0.06); }
.math-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px; }
.math-box h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 12px; }
.math-box h2 span { color: var(--pink-dark); }
.math-box p { font-size: 15px; line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 32px; border-top: 2px solid var(--border); }
.stat { background: rgba(255,255,255,0.72); border: 2px solid var(--border); border-radius: var(--radius-md); padding: 18px; }
.stat-value { font-size: 24px; font-weight: 800; color: var(--green); margin-bottom: 6px; }
.stat p { font-size: 13px; line-height: 1.55; }

/* Hero card */
.hero-card-shell { border: 2px solid var(--green); border-radius: var(--radius-lg); padding: 20px; background: #fff9b5; box-shadow: 0 20px 60px rgba(255,94,203,0.22); }
.hero-card { border: 2px solid var(--border); border-radius: var(--radius-md); background: var(--white); padding: 24px; }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 2px solid var(--border); margin-bottom: 20px; }
.muted { font-size: 13px; font-weight: 500; color: #71717a; margin-bottom: 4px; }
.hero-card-top h3 { font-size: 24px; }
.pill { border-radius: var(--radius-pill); border: 1px solid var(--green); background: var(--pink); padding: 5px 12px; font-size: 11px; font-weight: 700; color: var(--green); }
.outcome-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.outcome-row { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-radius: var(--radius-sm); background: var(--yellow); border: 1.5px solid var(--border); font-size: 14px; }
.outcome-row span { color: var(--ink-muted); }
.outcome-row strong { color: var(--green); font-weight: 800; }
.impact-box { padding: 20px; border-radius: var(--radius-md); border: 2px solid var(--green); background: var(--pink); text-align: center; }
.impact-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(42,127,31,0.85); margin-bottom: 6px; }
.impact-value { font-size: 42px; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 8px; letter-spacing: -0.04em; }
.impact-box p { font-size: 13px; color: rgba(42,127,31,0.85); line-height: 1.5; }

/* ── SHARED ── */
.section { padding: 96px 0; }
.section-alt { background: var(--yellow-dark); border-top: 2px solid var(--border); border-bottom: 2px solid var(--border); }
.section-pink { background: var(--pink); border-top: 2px solid var(--green); border-bottom: 2px solid var(--green); }
.section-intro { max-width: 680px; margin-bottom: 56px; }
.section-intro.left { max-width: 500px; margin-bottom: 0; }
.section-intro.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-faint); margin-bottom: 14px; display: block; }
.section-intro h2 { margin-bottom: 16px; }
.section-intro p { font-size: 17px; line-height: 1.8; }

/* ── SERVICES ── */
.card-grid { display: grid; gap: 20px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { border: 2px solid var(--green); border-radius: var(--radius-lg); background: var(--white); padding: 28px; transition: all 0.25s; }
.card:hover { transform: translateY(-4px); background: var(--yellow); box-shadow: 0 16px 40px rgba(255,94,203,0.18); }
.card-icon { font-size: 2rem; margin-bottom: 16px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 14px; line-height: 1.75; }

/* ── PROCESS ── */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.process-list { display: grid; gap: 16px; }
.process-card { display: flex; gap: 20px; padding: 24px; border-radius: var(--radius-lg); border: 2px solid var(--green); background: rgba(255,255,255,0.75); transition: all 0.2s; }
.process-card:hover { background: var(--yellow); }
.process-step { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border-radius: var(--radius-sm); border: 2px solid var(--green); background: var(--pink); font-size: 14px; font-weight: 800; color: var(--green); }
.process-card h3 { margin-bottom: 8px; }
.process-card p { font-size: 14px; line-height: 1.75; }

/* ── RESULTS ── */
.results-section .section-label { color: var(--yellow); }
.results-section h2, .results-section .section-intro p { color: var(--green); }
.result-card { border: 2px solid var(--green); border-radius: var(--radius-lg); background: var(--yellow); padding: 28px; transition: all 0.2s; }
.result-card:hover { transform: translateY(-3px); background: var(--white); box-shadow: 0 12px 32px rgba(42,127,31,0.12); }
.result-name { font-size: 13px; font-weight: 700; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.result-impact { font-size: 50px; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 6px; letter-spacing: -0.04em; }
.result-label { font-size: 14px; color: var(--ink-muted); margin-bottom: 20px; }
.result-panel { display: flex; flex-direction: column; gap: 8px; padding-top: 20px; border-top: 2px solid var(--border); }
.result-detail { border-radius: var(--radius-sm); border: 1.5px solid var(--border); background: rgba(255,255,255,0.8); padding: 12px 14px; font-size: 13px; font-weight: 600; color: var(--green); }
.result-detail::before { content: '✓ '; color: var(--pink-dark); font-weight: 800; }

/* ── DEMOS ── */
.demos-section { background: var(--yellow); padding: 96px 0; border-top: 2px solid var(--border); }
.demos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.demo-card { border: 2px solid var(--green); border-radius: var(--radius-lg); background: var(--white); overflow: hidden; transition: all 0.25s; }
.demo-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(255,94,203,0.2); }
.demo-video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: var(--green); overflow: hidden; border-bottom: 2px solid var(--green); }
.demo-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.demo-video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: var(--green); cursor: pointer; transition: background 0.2s; }
.demo-video-placeholder:hover { background: var(--green-dark); }
.demo-play-btn { width: 60px; height: 60px; border-radius: 50%; background: var(--pink); border: 2px solid var(--yellow); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.demo-video-placeholder:hover .demo-play-btn { transform: scale(1.1); background: var(--pink-dark); }
.demo-video-placeholder span { font-size: 11px; font-weight: 700; color: rgba(255,247,106,0.65); letter-spacing: 0.12em; text-transform: uppercase; }
.demo-card-body { padding: 24px; }
.demo-tag { display: inline-block; background: var(--pink); border: 1.5px solid var(--green); border-radius: var(--radius-pill); padding: 4px 12px; font-size: 11px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.demo-card-body h3 { font-size: 18px; margin-bottom: 8px; }
.demo-card-body p { font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.demo-stat { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: var(--radius-sm); background: var(--yellow); border: 1.5px solid var(--border); font-size: 13px; font-weight: 700; color: var(--green); }

/* ── FOUNDER ── */
.founder-section { background: var(--yellow-dark); padding: 96px 0; border-top: 2px solid var(--border); }
.founder-grid { display: grid; grid-template-columns: 300px 1fr; gap: 72px; align-items: start; }
.founder-photo-outer { position: relative; }
.founder-photo-outer::after { content: ''; position: absolute; bottom: -12px; right: -12px; width: 100%; height: 100%; border: 2px solid var(--green); border-radius: var(--radius-lg); z-index: 0; }
.founder-photo-placeholder { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-lg); border: 2px solid var(--green); background: rgba(255,255,255,0.75); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; position: relative; z-index: 1; }
.founder-photo-placeholder svg { opacity: 0.35; }
.founder-photo-placeholder span { font-size: 12px; color: var(--ink-faint); font-weight: 600; }
.founder-photo { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-lg); border: 2px solid var(--green); object-fit: cover; position: relative; z-index: 1; display: block; }
.founder-name { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 8px; }
.founder-title { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--pink); border: 2px solid var(--green); padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 28px; }
.founder-bio { margin-bottom: 28px; }
.founder-bio p { font-size: 16px; line-height: 1.85; margin-bottom: 14px; }
.founder-bio p:last-child { margin-bottom: 0; }
.founder-links { display: flex; gap: 12px; flex-wrap: wrap; }
.founder-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 700; border: 2px solid var(--green); background: var(--white); color: var(--green); transition: all 0.2s; }
.founder-link:hover { background: var(--yellow); }
.founder-link.pink { background: var(--pink); color: var(--green); }
.founder-link.pink:hover { background: var(--pink-dark); }

/* ── PRICING ── */
.pricing-section { background: var(--yellow); padding: 96px 0; border-top: 2px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }
.pricing-intro h2 { margin-bottom: 16px; }
.pricing-intro > p { font-size: 17px; line-height: 1.8; margin-bottom: 32px; }
.pricing-bullets { display: flex; flex-direction: column; gap: 16px; }
.pricing-bullet { display: flex; align-items: flex-start; gap: 14px; }
.pricing-bullet-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--pink); border: 2px solid var(--green); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.pricing-bullet p { font-size: 15px; line-height: 1.65; }
.pricing-bullet p strong { color: var(--green); font-weight: 700; }
.pricing-card { background: var(--white); border: 2px solid var(--green); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: 0 12px 40px rgba(255,94,203,0.15); }
.pricing-card-label { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 10px; }
.pricing-amount { font-size: 52px; font-weight: 800; color: var(--green); line-height: 1; letter-spacing: -0.04em; margin-bottom: 4px; }
.pricing-amount span { font-size: 18px; color: var(--ink-muted); font-weight: 500; letter-spacing: 0; }
.pricing-sub { font-size: 13px; color: var(--ink-faint); margin-bottom: 24px; }
.pricing-divider { height: 2px; background: var(--border); margin: 24px 0; }
.pricing-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pricing-feature { display: flex; gap: 10px; font-size: 14px; color: var(--ink-muted); align-items: flex-start; }
.pricing-feature::before { content: '✓'; color: var(--pink-dark); font-weight: 800; flex-shrink: 0; }
.pricing-note { font-size: 13px; color: var(--ink-faint); text-align: center; line-height: 1.6; margin-top: 14px; }

/* ── PRICING: TRUST BULLETS (horizontal row) ── */
.pricing-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 48px 0 80px; }
.pricing-trust .pricing-bullet { background: rgba(255,255,255,0.55); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 16px 18px; }
.pricing-trust .pricing-bullet p { font-size: 13.5px; line-height: 1.55; }

/* ── PRICING: SUBSECTION HEADER ── */
.pricing-subhead { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.pricing-subhead .section-label { display: block; margin-bottom: 8px; }
.pricing-subhead h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; color: var(--green); letter-spacing: -0.02em; margin-bottom: 10px; }
.pricing-subhead p { font-size: 15px; line-height: 1.7; }

/* ── PRICING: MONTHLY TIER GRID ── */
.pricing-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 96px; align-items: start; }
.pricing-tier-card { background: var(--white); border: 2px solid var(--green); border-radius: var(--radius-lg); padding: 36px 30px; transition: all 0.25s; display: flex; flex-direction: column; }
.pricing-tier-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(255,94,203,0.18); }
.pricing-tier-card .pricing-features { flex: 1; }
.pricing-tier-card.featured { background: var(--pink); border-width: 3px; transform: scale(1.04); position: relative; box-shadow: 0 16px 40px rgba(255,94,203,0.28); }
.pricing-tier-card.featured:hover { transform: scale(1.04) translateY(-4px); box-shadow: 0 20px 48px rgba(255,94,203,0.35); }
.pricing-tier-card.featured::before { content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: var(--yellow); padding: 6px 16px; border-radius: var(--radius-pill); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; }
.pricing-tier-card.featured .pricing-card-label,
.pricing-tier-card.featured .pricing-sub { color: var(--green); }
.pricing-tier-card.featured .pricing-feature { color: var(--green); }
.pricing-tier-card.featured .pricing-divider { background: rgba(42,127,31,0.3); }

/* ── PRICING: HARDWARE / WORKFORCE BUILDS ── */
.hardware-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 32px; align-items: stretch; }
.hardware-card { background: var(--white); border: 2px solid var(--green); border-radius: var(--radius-md); padding: 22px 18px; transition: all 0.25s; display: flex; flex-direction: column; }
.hardware-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(255,94,203,0.18); background: var(--yellow); }
.hardware-badge { display: inline-block; align-self: flex-start; background: var(--pink); border: 1.5px solid var(--green); border-radius: var(--radius-pill); padding: 4px 10px; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.hardware-card h3 { font-size: 18px; font-weight: 800; color: var(--green); margin-bottom: 6px; letter-spacing: -0.02em; }
.hardware-price { font-size: 26px; font-weight: 800; color: var(--green); letter-spacing: -0.03em; line-height: 1; margin-bottom: 4px; }
.hardware-sub { font-size: 10.5px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; font-weight: 600; }
.hardware-section-label { font-size: 10px; font-weight: 800; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.14em; margin-top: 14px; margin-bottom: 8px; }
.hardware-card .hardware-section-label:first-of-type { margin-top: 0; }
.hardware-list { list-style: none; display: flex; flex-direction: column; gap: 6px; padding: 0; margin: 0; }
.hardware-list li { font-size: 12px; line-height: 1.5; color: var(--ink-muted); padding-left: 12px; position: relative; }
.hardware-list li::before { content: '•'; color: var(--pink-dark); position: absolute; left: 0; font-weight: 800; }

/* ── PRICING: AUTONOMOUS VENTURES (4-column) ── */
.ventures-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 32px; align-items: stretch; }

/* ── FAQ ── */
.faq-section { background: var(--yellow-dark); padding: 96px 0; border-top: 2px solid var(--border); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.faq-item { border: 2px solid var(--green); border-radius: var(--radius-lg); background: var(--white); padding: 28px; transition: all 0.2s; }
.faq-item:hover { background: var(--yellow); }
.faq-q { font-size: 17px; font-weight: 800; color: var(--green); letter-spacing: -0.02em; margin-bottom: 12px; }
.faq-a { font-size: 14px; line-height: 1.8; }

/* ── CONTACT ── */
.contact-section { background: var(--yellow); padding: 96px 0; border-top: 2px solid var(--border); }
.contact-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-lede h2 { margin-bottom: 14px; }
.contact-lede > p { font-size: 17px; line-height: 1.8; margin-bottom: 32px; }
.contact-benefits { display: flex; flex-direction: column; gap: 18px; }
.contact-benefit { display: flex; gap: 14px; align-items: flex-start; }
.contact-benefit-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--pink); border: 2px solid var(--green); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-benefit-text strong { display: block; font-size: 15px; color: var(--green); font-weight: 700; margin-bottom: 3px; }
.contact-benefit-text span { font-size: 13px; color: var(--ink-muted); }
.contact-form-wrap { background: var(--white); border: 2px solid var(--green); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: 0 12px 40px rgba(255,94,203,0.1); }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 12px; font-weight: 700; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 16px; border: 2px solid rgba(42,127,31,0.22); border-radius: var(--radius-md); font-family: 'Inter', sans-serif; font-size: 14px; color: var(--green); background: var(--yellow); transition: all 0.2s; outline: none; -webkit-appearance: none; appearance: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green); background: var(--white); box-shadow: 0 0 0 3px rgba(42,127,31,0.08); }
.contact-form textarea { resize: vertical; min-height: 96px; }
.form-btn { width: 100%; justify-content: center; padding: 16px; font-size: 15px; border-radius: var(--radius-md); margin-top: 4px; }
.form-note { text-align: center; font-size: 13px; color: var(--ink-faint); margin-top: 12px; }
.form-note a { color: var(--green); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* ── FOOTER ── */
footer { background: var(--green); padding: 36px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand-text { font-size: 13px; font-weight: 800; letter-spacing: 0.18em; color: var(--yellow); }
.footer-copy { font-size: 13px; color: rgba(255,247,106,0.5); }
.footer-note-text { font-size: 12px; color: rgba(255,247,106,0.35); text-align: center; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy > * { animation: fadeUp 0.55s ease both; }
.hero-copy .eyebrow      { animation-delay: 0.05s; }
.hero-copy h1            { animation-delay: 0.1s; }
.hero-copy .hero-sub     { animation-delay: 0.16s; }
.hero-copy .math-box     { animation-delay: 0.22s; }
.hero-copy .hero-actions { animation-delay: 0.28s; }
.hero-copy .stat-grid    { animation-delay: 0.34s; }
.hero-card-shell         { animation: fadeUp 0.6s 0.38s ease both; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-grid, .split, .founder-grid, .pricing-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-card-shell { display: none; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .demos-grid { grid-template-columns: repeat(2, 1fr); }
  .section-intro.left { max-width: 100%; }
  .pricing-trust { grid-template-columns: repeat(2, 1fr); }
  .pricing-tier-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .pricing-tier-card.featured { transform: none; }
  .pricing-tier-card.featured:hover { transform: translateY(-4px); }
  .hardware-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .ventures-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 640px) {
  .card-grid.four, .card-grid.two, .demos-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
  .section { padding: 72px 0; }
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  .pricing-trust { grid-template-columns: 1fr; }
  .hardware-grid { grid-template-columns: 1fr; }
  .ventures-grid { grid-template-columns: 1fr; }
}
