/* Meeties investor page: app typography, readable copy, real product screens. */
:root {
  --canvas: #faf9f6;
  --ink: #20201e;
  --muted: #625f59;
  --brand: #4f46e5;
  --lavender: #ebe8ff;
  --night: #24213d;
  --text-caption: .875rem;
  --text-ui: 1rem;
  --text-body: 1.125rem;
  --text-lead: 1.25rem;
  --text-title: 1.5rem;
  --heading: clamp(2.125rem, 3.8vw, 3.5rem);
  --section-space: clamp(4.5rem, 7vw, 7.5rem);
  --gutter: clamp(1.25rem, 4vw, 4rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: 'Poppins', sans-serif; font-size: var(--text-body); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; text-underline-offset: .2em; }
button, input { font: inherit; }
button { cursor: pointer; }
a, button, input, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #8c80ff; outline-offset: 5px; }
p { line-height: 1.65; text-wrap: pretty; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-weight: 600; letter-spacing: -.045em; }
h2 { font-size: var(--heading); line-height: 1.15; margin-block-end: 1.5rem; }
h3 { font-size: var(--text-title); line-height: 1.3; letter-spacing: -.025em; font-weight: 600; }
img { display: block; max-width: 100%; height: auto; }
.icon { display: inline-block; width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.phone-indicators { display: inline-flex; align-items: center; gap: 3px; }
.phone-indicators .icon { width: 14px; height: 14px; stroke-width: 2; }
.milestone > span .icon { width: 40px; height: 40px; }
.stat a .icon { width: 20px; height: 20px; }
.wrap { width: calc(100% - var(--gutter) * 2); max-width: 1360px; margin-inline: auto; }
.purple { color: inherit; }
.eyebrow { font-size: var(--text-ui); font-weight: 500; color: var(--brand); margin-block-end: 1.5rem; line-height: 1.5; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; margin-inline-end: 8px; }
.header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px var(--gutter); max-width: 1520px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 4px; flex-shrink: 0; }
.brand > span:first-of-type { font-size: 30px; letter-spacing: -1.2px; color: #312e81; font-weight: 600; }
.brand .investor-tag { font-size: var(--text-caption); color: var(--muted); margin-inline-start: 12px; }
.header nav { display: flex; gap: 28px; font-size: var(--text-ui); }
.header nav a { padding-block: 12px; }
.header nav a:hover, .text-link:hover { color: var(--brand); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 16px 24px; border-radius: 12px; font-size: var(--text-ui); font-weight: 500; line-height: 1.5; transition: background-color .15s, box-shadow .15s; }
.button:hover { box-shadow: 0 3px 12px #0000001a; }
.button span { font-size: 24px; line-height: 1; }
.small { padding: 14px 20px; }
.dark { background: var(--ink); color: white; }
.primary { background: var(--brand); color: white; }
.primary:hover { background: #4338ca; }
.light { background: white; color: #312e81; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; font-size: var(--text-ui); font-weight: 500; }
.hero { display: grid; grid-template-columns: 1.03fr 1fr; gap: 48px; align-items: center; padding-block: 45px 60px; }
.hero h1 { font-size: clamp(3.6rem, 5.7vw, 5.3rem); line-height: 1.06; margin-block-end: 30px; }
.hero-lead { font-size: var(--text-lead); max-width: 560px; color: var(--muted); margin-block-end: 30px; }
.hero-lead strong { color: var(--ink); font-weight: 500; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-block-start: 28px; font-size: var(--text-caption); color: var(--muted); }
.hero-art { min-width: 0; }
.phone-stage { position: relative; height: 670px; isolation: isolate; }
.stage-circle { position: absolute; inset: 40px -5px 35px; background: var(--lavender); border-radius: 48% 48% 38% 38%; z-index: -1; }
.phone { display: block; background: #fff; border: 7px solid #28272d; border-radius: 35px; overflow: hidden; box-shadow: 0 2px 3px #00000025, 0 18px 30px #24213d18; }
.phone img { width: 100%; }
.phone-status { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 15px 5px; height: 33px; background: white; color: #151515; font-family: system-ui, sans-serif; font-size: var(--text-caption); line-height: 1; font-weight: 600; }
.phone-status i { width: 65px; height: 17px; background: #151515; border-radius: 20px; }
.phone-back { position: absolute; width: 250px; right: 0; top: 65px; transform: rotate(7deg); }
.phone-front { position: absolute; width: 270px; left: 0; top: 4px; transform: rotate(-6deg); }
.stage-caption { position: absolute; bottom: 0; left: 25px; font-size: var(--text-title); font-weight: 500; line-height: 1.4; letter-spacing: -.03em; color: #312e81; }
.demo-caption { font-size: var(--text-caption); margin-block: 20px 0; color: var(--muted); }
.belief-strip { background: #efeee8; }
.belief-strip > .wrap { display: flex; align-items: center; gap: 40px; padding-block: 28px; }
.belief-strip span { font-size: var(--text-ui); flex-shrink: 0; color: var(--muted); }
.belief-strip span:last-child { font-size: 28px; margin-inline-start: auto; }
.belief-strip p { margin: 0; font-size: var(--text-body); max-width: 950px; }
.belief-strip strong { font-weight: 500; }
.section { padding-block: var(--section-space); }
.section-head { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr); gap: 50px; margin-block-end: 48px; }
.section-head > .eyebrow { padding-block-start: 10px; }
.section-head p:not(.eyebrow) { max-width: 65ch; color: var(--muted); margin-block-end: 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.stat { background: #efeee8; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
.stat-label { font-size: var(--text-ui); font-weight: 500; }
.stat > strong { display: block; font-size: clamp(3.75rem, 5.5vw, 5.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -.055em; margin-block: 24px; white-space: nowrap; }
.stat > strong > span { font-size: var(--text-title); letter-spacing: -.03em; margin-inline-start: 8px; }
.stat p { margin-block-end: 28px; }
.stat a { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; font-size: var(--text-caption); line-height: 1.5; margin-block-start: auto; padding-block-start: 20px; border-top: 1px solid #d5d2c8; }
.stat a:hover { text-decoration: underline; }
.purple-stat { background: var(--brand); color: white; }
.purple-stat a { border-color: #ffffff55; }
.source-note { font-size: var(--text-caption); color: var(--muted); line-height: 1.6; max-width: 100ch; margin-block: 24px 0; }
.idea-section { background: #eeede6; padding-block: var(--section-space); }
.idea-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.idea-copy > p:not(.eyebrow) { color: var(--muted); max-width: 52ch; }
.steps { list-style: none; padding: 0; margin-block: 40px 0; }
.steps li { display: flex; gap: 20px; margin-block: 28px; }
.steps li > span { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #ded9fb; color: #4035a8; font-size: var(--text-caption); }
.steps h3 { font-size: var(--text-lead); margin-block-end: 8px; }
.steps p { font-size: var(--text-body); margin: 0; color: var(--muted); }
.product-demo { text-align: center; min-width: 0; }
.screen-picker { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-block-end: 32px; }
.screen-picker button { border: 1px solid #b5b0a6; border-radius: 9px; background: transparent; padding: 12px 14px; min-height: 48px; color: var(--ink); font-size: var(--text-ui); }
.screen-picker button[aria-pressed=true] { background: var(--brand); color: white; border-color: var(--brand); }
.screen-picker button:hover { border-color: var(--brand); }
.product-phone { width: min(100%, 375px); margin-inline: auto; border-radius: 42px; border-width: 8px; }
.product-phone .phone-status { height: 40px; padding-inline: 23px; }
.screen-caption { margin: 30px auto 0; max-width: 48ch; }
.screen-caption strong { font-size: var(--text-lead); font-weight: 500; }
.screen-caption p { margin-block: 12px 4px; font-size: var(--text-ui); color: var(--muted); }
.demo-disclaimer { font-size: var(--text-caption); color: var(--muted); max-width: 50ch; margin: 12px auto 0; }
.ambition > h2 { font-size: clamp(2.75rem, 5vw, 4.5rem); }
.ambition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-block-start: 42px; }
.ambition-grid .big-body { font-size: clamp(1.5rem, 2.3vw, 2rem); line-height: 1.5; letter-spacing: -.03em; }
.big-body strong { font-weight: 500; color: var(--brand); }
.ambition-grid > div p { color: var(--muted); }
.growth-loop { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 30px; margin-block-start: 25px; border-block: 1px solid #d6d3c9; font-size: var(--text-body); font-weight: 500; }
.growth-loop b { color: var(--brand); font-weight: 400; }
.business { background: var(--night); color: white; padding-block: var(--section-space); }
.business .eyebrow { color: #c0b8ff; }
.business .section-head p:not(.eyebrow) { color: #d4d0e1; }
.business h2 > span { color: inherit; }
.revenue-streams { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-block-end: 60px; }
.revenue-streams article { padding-block-start: 25px; border-top: 1px solid #ffffff40; }
.stream-icon { font-size: var(--text-ui); color: #c0b8ff; }
.revenue-streams h3 { margin-block: 20px 18px; }
.revenue-streams p { color: #d4d0e1; }
.revenue-streams small { display: block; color: #c6bfd8; font-size: var(--text-ui); line-height: 1.6; }
.calculator { display: grid; grid-template-columns: 1.1fr 1fr; border-radius: 20px; overflow: hidden; background: #302c4c; }
.calc-controls { padding: 40px; }
.calc-controls .eyebrow { font-size: var(--text-ui); margin-block-end: 16px; }
.calc-controls h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-block-end: 12px; }
.calc-controls > p:not(.eyebrow) { color: #d4d0e1; font-size: var(--text-body); margin-block-end: 32px; }
.calc-controls label { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; font-size: var(--text-ui); margin-block: 24px 4px; color: #e0dcea; }
.calc-controls output { color: white; font-size: var(--text-lead); font-weight: 500; }
.calc-controls input { width: 100%; display: block; height: 36px; accent-color: #bfb6ff; cursor: pointer; }
.range-limits { display: flex; justify-content: space-between; color: #c9c2d9; font-size: var(--text-caption); }
.calc-result { background: #ddd7ff; color: #30255d; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.result-label { font-size: var(--text-ui); line-height: 1.6; max-width: 29ch; }
.calc-result > strong { font-size: clamp(3.5rem, 5vw, 5rem); font-weight: 500; line-height: 1.25; letter-spacing: -.055em; margin-block: 24px 30px; }
.calc-result > strong > span { font-size: 1.75rem; letter-spacing: -.03em; white-space: nowrap; }
.monthly { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 16px; border-top: 1px solid #30255d33; font-size: var(--text-ui); }
.monthly b { font-size: var(--text-body); font-weight: 500; white-space: nowrap; }
.calc-result > p { font-size: var(--text-ui); margin-block: 24px; }
.scenario-badge { font-size: var(--text-caption); border: 1px solid #30255d66; padding: 10px 16px; border-radius: 30px; align-self: flex-start; }
.calc-note { color: #cec8df; font-size: var(--text-caption); max-width: 108ch; line-height: 1.75; margin-block: 26px 0; }
output, #annual, .monthly b { font-variant-numeric: tabular-nums; }
.roadmap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.roadmap article { padding-block-start: 24px; border-top: 2px solid #c9c4e8; }
.roadmap article:first-child { border-color: var(--brand); }
.phase { font-size: var(--text-ui); color: var(--muted); }
.roadmap h3 { font-size: 1.75rem; margin-block: 20px; }
.roadmap p { color: var(--muted); }
.roadmap b { display: block; font-size: var(--text-ui); color: #4338ca; font-weight: 500; line-height: 1.65; }
.milestone { margin-block-start: 44px; background: #edebe4; padding: 32px; display: flex; align-items: flex-start; gap: 28px; border-radius: 16px; }
.milestone > span { font-size: 42px; line-height: 1.2; color: var(--brand); }
.milestone strong { font-size: var(--text-lead); font-weight: 500; }
.milestone p { font-size: var(--text-ui); color: var(--muted); margin-block: 12px 0; max-width: 80ch; }
.faq-section { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; padding-block-end: var(--section-space); }
.faq-section h2 { font-size: clamp(2.125rem, 3vw, 2.75rem); }
.faq details { border-bottom: 1px solid #d5d2c8; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 28px; cursor: pointer; list-style: none; font-size: var(--text-body); font-weight: 500; line-height: 1.5; padding-block: 24px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { font-size: 28px; color: var(--brand); }
.faq details[open] summary > span { transform: rotate(45deg); }
.faq details p { color: var(--muted); font-size: var(--text-ui); margin-block-end: 28px; }
.contact { background: var(--brand); color: white; padding: 60px; border-radius: 24px; }
.contact .eyebrow { color: #e4e0ff; }
.contact h2 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); max-width: 1100px; }
.contact h2 > span { color: inherit; }
.contact > p:not(#copy-status) { color: #e4e0ff; font-size: var(--text-lead); max-width: 65ch; margin-block-end: 32px; }
.contact-download { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; font-size: var(--text-ui); text-decoration: underline; }
.founder { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-block-start: 48px; padding-block-start: 28px; border-top: 1px solid #ffffff55; }
.founder-monogram { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: #ffffff25; font-size: var(--text-ui); }
.founder > div { display: flex; flex-direction: column; gap: 6px; }
.founder strong { font-size: var(--text-ui); font-weight: 500; }
.founder > div > span { font-size: var(--text-caption); color: #e4e0ff; }
.founder button { border: 1px solid #ffffff66; border-radius: 10px; color: white; background: transparent; min-height: 48px; padding: 12px 16px; font-size: var(--text-ui); margin-inline-start: auto; }
.founder button > span { margin-inline-start: 12px; }
#copy-status { font-size: var(--text-caption); min-height: 24px; margin-block: 10px 0; color: #e4e0ff; overflow-wrap: anywhere; }
footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; padding-block: 40px; }
footer .brand > span:first-of-type { font-size: 26px; }
footer > p { font-size: var(--text-caption); color: var(--muted); margin: 0; }
footer > span { font-size: var(--text-caption); color: var(--muted); margin-inline-start: auto; }
.skip { position: absolute; top: -100px; left: 15px; background: var(--brand); color: white; padding: 15px; z-index: 10; }
.skip:focus { top: 15px; }
::selection { background: #ddd7ff; color: #30255d; }

/* Collapse where the content no longer fits without shrinking text. */
@media (max-width: 1180px) {
  .brand .investor-tag { display: none; }
  .hero { gap: 32px; }
  .hero h1 { font-size: clamp(3.4rem, 6.1vw, 4.5rem); }
  .phone-stage { height: 625px; }
  .phone-front { width: 245px; }
  .phone-back { width: 220px; top: 75px; }
  .stage-caption { left: 8px; }
  .section-head { grid-template-columns: 1fr; gap: 0; }
  .section-head > div { max-width: 950px; }
  .section-head > .eyebrow { padding: 0; }
  .idea-grid { gap: 44px; }
  .stat { padding: 26px; }
  .revenue-streams, .roadmap { gap: 28px; }
  .calc-controls, .calc-result { padding: 32px; }
  .growth-loop { flex-wrap: wrap; }
  .faq-section { gap: 45px; }
}
@media (max-width: 950px) {
  .header nav { gap: 18px; }
  .header nav a { font-size: var(--text-caption); }
  .header .button { font-size: var(--text-caption); }
  .hero { grid-template-columns: 1fr; padding-block-start: 32px; }
  .hero-copy { max-width: 740px; }
  .hero h1 { font-size: clamp(3.5rem, 8.5vw, 5.5rem); }
  .hero h1 br:nth-child(2) { display: none; }
  .hero h1 br:nth-child(2)::after { content: ' '; }
  .hero-lead { max-width: 650px; }
  .hero-art { width: min(100%, 600px); margin: 15px auto 0; }
  .phone-stage { height: 710px; }
  .phone-front { width: 300px; left: 25px; }
  .phone-back { width: 280px; top: 60px; right: 15px; }
  .stage-caption { bottom: -8px; left: 15px; }
  .demo-caption { margin-block-start: 30px; }
  .stats { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .stat { display: grid; grid-template-columns: 1fr 1.6fr; gap: 8px 28px; padding: 30px; }
  .stat-label { grid-column: 1 / -1; }
  .stat > strong { font-size: 5rem; align-self: center; margin-block: 14px; }
  .stat p { align-self: center; margin-block: 12px; }
  .stat a { grid-column: 1 / -1; }
  .idea-grid { grid-template-columns: 1fr; }
  .idea-copy { max-width: 700px; }
  .idea-copy h2 br { display: none; }
  .idea-copy h2 br::after { content: ' '; }
  .product-demo { margin-block-start: 12px; }
  .product-phone { width: 390px; max-width: 100%; }
  .ambition-grid { gap: 40px; }
  .calculator { grid-template-columns: 1fr 1fr; }
  .calc-result > strong { font-size: 3.75rem; }
  .monthly { flex-wrap: wrap; gap: 6px; }
  .revenue-streams, .roadmap { grid-template-columns: 1fr; gap: 36px; }
  .revenue-streams p, .roadmap p { max-width: 65ch; }
  .faq-section { grid-template-columns: 1fr; gap: 12px; }
  .contact { padding: 40px; }
  footer > span { margin: 0; flex-basis: 100%; }
}
@media (max-width: 650px) {
  .header { min-height: 86px; padding-block: 16px; gap: 12px; }
  .header nav { display: none; }
  .header .brand > span:first-of-type { font-size: 25px; }
  .header .brand img { width: 34px; height: 34px; }
  .header .button { padding: 12px 14px; min-height: 48px; gap: 12px; }
  .header .button span { font-size: 20px; }
  .hero h1 { font-size: clamp(2.7rem, 10vw, 4rem); }
  .hero h1 br:nth-child(2) { display: initial; }
  .hero h1 br:nth-child(2)::after { content: none; }
  .hero .eyebrow { font-size: var(--text-ui); }
  .hero-lead { font-size: var(--text-body); }
  .hero .actions { gap: 12px 20px; }
  .hero-meta { gap: 10px 18px; }
  .hero { padding-block-end: 40px; }
  .hero-art { margin-block-start: 0; }
  .phone-stage { height: 555px; }
  .phone-front { width: 225px; left: 5px; top: 0; transform: rotate(-5deg); }
  .phone-back { width: 200px; right: 20px; top: 40px; transform: rotate(6deg); }
  .stage-circle { inset: 25px 0 20px; }
  .stage-caption { display: none; }
  .demo-caption { margin-block-start: 10px; }
  .phone { border-width: 6px; border-radius: 30px; }
  .phone-status { height: 30px; padding-inline: 12px; }
  .phone-status i { width: 50px; height: 15px; }
  .belief-strip > .wrap { flex-direction: column; align-items: flex-start; gap: 12px; padding-block: 28px; }
  .belief-strip span:last-child { display: none; }
  .belief-strip p { font-size: var(--text-body); }
  .section-head { margin-block-end: 32px; }
  .stat { display: flex; padding: 28px; gap: 0; }
  .stat > strong { align-self: flex-start; font-size: 4.5rem; margin-block: 24px 12px; }
  .stat p { align-self: stretch; margin-block: 0 28px; }
  .stat a { margin-block-start: auto; }
  .source-note { margin-block-start: 24px; }
  .idea-copy h2 br { display: initial; }
  .idea-copy h2 br::after { content: none; }
  .steps li { gap: 16px; }
  .steps h3 { font-size: var(--text-lead); }
  .steps p { font-size: var(--text-body); }
  .screen-picker { gap: 10px; margin-block-end: 28px; }
  .screen-picker button { padding: 12px; }
  .product-phone { width: min(100%, 375px); border-width: 7px; border-radius: 37px; }
  .product-phone .phone-status { padding-inline: 18px; height: 35px; }
  .ambition > h2 { font-size: var(--heading); }
  .ambition-grid { grid-template-columns: 1fr; gap: 8px; margin-block-start: 28px; }
  .ambition-grid .big-body { font-size: var(--text-title); }
  .growth-loop { display: grid; grid-template-columns: 1fr 30px; gap: 24px; padding-block: 28px; }
  .growth-loop > b { transform: rotate(90deg); }
  .growth-loop > span:last-child { grid-column: 1 / -1; }
  .calculator { grid-template-columns: 1fr; }
  .calc-controls, .calc-result { padding: 28px; }
  .calc-result > strong { font-size: 4.25rem; }
  .calc-controls label { margin-block-start: 24px; }
  .calc-controls output { font-size: var(--text-lead); }
  .monthly { flex-wrap: nowrap; font-size: var(--text-ui); gap: 12px; }
  .monthly b { font-size: var(--text-ui); }
  .milestone { padding: 26px; gap: 18px; }
  .milestone > span { display: none; }
  .contact { padding: 30px 24px; border-radius: 18px; }
  .contact h2 { font-size: var(--heading); }
  .contact h2 br { display: none; }
  .contact > p:not(#copy-status) { font-size: var(--text-body); }
  .contact .button { font-size: var(--text-ui); padding-inline: 18px; }
  .founder { gap: 12px; margin-block-start: 32px; }
  .founder button { margin: 12px 0 0; }
  footer { padding-block: 32px; gap: 18px; }
  footer > p { flex-basis: 100%; }
}
@media (max-width: 370px) {
  .stat > strong { font-size: 3.5rem; }
  .header .button { font-size: var(--text-caption); padding-inline: 10px; gap: 8px; }
  .header .button > span { display: none; }
  .phone-stage { height: 510px; }
  .phone-front { width: 205px; }
  .phone-back { width: 180px; }
  .hero .button { width: 100%; padding-inline: 14px; gap: 12px; }
  .calc-controls, .calc-result { padding: 24px; }
  .calc-result > strong { font-size: 3.5rem; }
  .monthly { flex-wrap: wrap; }
  .contact .button { gap: 12px; padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { background: white; }
  .header nav, .header .button, .actions, .founder button, .skip, .screen-picker { display: none; }
  .wrap { width: 100%; max-width: none; }
  .section, .idea-section, .business { padding-block: 30px; }
  .stat, .calculator, .roadmap article, .phone { break-inside: avoid; }
  .business, .contact, .purple-stat, .calc-result { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .faq details > p { display: block; }
}

/* Native product walkthrough; the device status bar is part of each capture. */
.native-phone { position: relative; }
.native-phone::after { content: ""; position: absolute; z-index: 4; width: 40%; height: 3.3%; border-radius: 0 0 18px 18px; top: 0; left: 30%; background: #28272d; pointer-events: none; }
.screen-viewport { position: relative; aspect-ratio: 1170 / 2532; overflow: hidden; background: #fff; }
.demo-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; visibility: hidden; transition: opacity .4s ease, transform .5s ease, visibility .5s; }
.demo-frame.is-active { opacity: 1; visibility: visible; transform: translate(0,0); }
.demo-frame[data-frame="event"]:not(.is-active) { transform: translateX(8%); }
.demo-frame[data-frame="peek"]:not(.is-active) { transform: translateY(1.5%); }
.product-steps li { transition: opacity .3s; }
.product-steps li.is-active > span { background: var(--brand); color: white; }
.demo-controls { display: flex; justify-content: center; align-items: center; gap: 24px; margin: 24px 0 0; }
.demo-controls button { padding: 10px 16px; min-height: 44px; border: 1px solid #b5b0a6; border-radius: 999px; background: transparent; color: var(--ink); font-size: var(--text-ui); }
.demo-time { font-size: var(--text-caption); color: var(--muted); font-variant-numeric: tabular-nums; }
.demo-touch { position: absolute; width: 36px; height: 36px; border: 3px solid white; background: #4f46e533; border-radius: 50%; opacity: 0; pointer-events: none; z-index: 3; box-shadow: 0 0 0 6px #4f46e522; }
.demo-touch.is-tapping { animation: demo-tap .8s ease-out; }
@keyframes demo-tap { 0% { opacity: 0; transform: scale(1.4); } 35% { opacity: 1; transform: scale(.75); } 65% { opacity: 1; transform: scale(.95); } 100% { opacity: 0; transform: scale(1.5); } }
@media (prefers-reduced-motion: reduce) { .demo-frame, .product-steps li { transition: none; } .demo-touch.is-tapping { animation: none; } }

.phone-front.native-phone, .phone-back.native-phone { position: absolute; }

.product-demo .screen-caption { min-height: 10.5rem; }
@media (max-width: 600px) { .product-demo .screen-caption { min-height: 12.5rem; } }

.demo-touch { margin-top: -18px; margin-left: -18px; }
