:root {
  --ink: #171524;
  --muted: #656171;
  --violet: #6154ed;
  --violet-dark: #4538c8;
  --lavender: #ebe8ff;
  --mint: #dff7ec;
  --peach: #fff0de;
  --rose: #ffe4e8;
  --line: #dedce8;
  --paper: #f9f8f5;
  --white: #fff;
  --shadow: 0 28px 80px rgba(39, 32, 96, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .35; background-image: radial-gradient(rgba(23,21,36,.1) .55px, transparent .55px); background-size: 7px 7px; mask-image: linear-gradient(to bottom, black, transparent 60%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: relative; z-index: 10; width: min(1180px, calc(100% - 40px)); margin: 12px auto 0; min-height: 68px; padding: 0 16px;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid rgba(222,220,232,.8); border-radius: 18px; background: rgba(255,255,255,.7); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; }
.brand-logo { width: 38px; height: 38px; display: block; border-radius: 11px; box-shadow: 0 8px 22px rgba(5,49,108,.18); }
nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
.lang-link { min-width: 38px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; text-align: center; background: rgba(255,255,255,.72); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; }

.hero {
  position: relative; width: min(1260px, calc(100% - 40px)); margin: 38px auto 92px; padding: 68px 40px 58px;
  display: grid; grid-template-columns: .84fr 1.16fr; gap: 64px; align-items: center;
  border-radius: 34px; background: linear-gradient(135deg, #f0edff 0%, #faf9f7 47%, #edf8f4 100%); overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: 20%; top: -260px; border-radius: 50%; background: rgba(255,198,102,.28); filter: blur(5px); }
.hero-copy, .product-stage { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--violet-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; margin-right: 8px; vertical-align: middle; background: currentColor; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(46px, 5.5vw, 78px); line-height: .99; }
h1 em { color: var(--violet); font-style: normal; }
html[lang="el"] h1 { font-size: clamp(42px, 4.9vw, 68px); }
html[lang="el"] .hero-lead { max-width: 680px; }
.hero-lead { max-width: 650px; margin: 27px 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.signup-form { display: flex; gap: 10px; flex-wrap: wrap; }
.signup-form input { min-width: 0; flex: 1; height: 54px; padding: 0 17px; border: 1px solid #c9c6d4; border-radius: 12px; background: white; color: var(--ink); }
.signup-form input:focus { outline: 3px solid rgba(91, 76, 240, .18); border-color: var(--violet); }
.signup-form button { border: 0; border-radius: 12px; padding: 0 21px; background: var(--violet); color: white; font-weight: 700; cursor: pointer; }
.signup-form button:hover { background: var(--violet-dark); }
.signup-form button:disabled { cursor: wait; opacity: .7; }
.signup-consent { flex: 1 0 100%; display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.signup-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; padding: 0; accent-color: var(--violet); }
.signup-consent a, .footer-link, .privacy-copy a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.signup-consent a:hover, .footer-link:hover, .privacy-copy a:hover { color: var(--violet-dark); }
.signup-honeypot { display: none !important; }
.submission-target { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; opacity: 0 !important; pointer-events: none !important; }
.form-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.launch-offer { margin-top: 26px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; color: var(--muted); }
.launch-offer strong { color: var(--ink); font: 800 24px Manrope, sans-serif; }
.offer-label { width: 100%; color: var(--violet-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.regular-price { padding-left: 10px; border-left: 1px solid var(--line); }

.product-stage { min-height: 650px; padding: 16px 6px 28px 18px; display: flex; align-items: center; justify-content: center; }
.development-preview-badge {
  z-index: 8; position: absolute; top: 18px; left: 18px; padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.3); border-radius: 999px;
  background: rgba(23,21,36,.86); color: white;
  box-shadow: 0 8px 24px rgba(23,21,36,.18); backdrop-filter: blur(10px);
  font: 800 10px/1 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase;
}
.product-stage > .development-preview-badge { top: 20px; left: 28px; }
.product-stage::before { content: ""; position: absolute; width: 470px; height: 470px; right: 0; top: 80px; border-radius: 50%; background: linear-gradient(145deg, rgba(97,84,237,.13), rgba(63,205,158,.1)); }
.phone { position: absolute; overflow: hidden; border: 8px solid #171524; border-radius: 48px; background: #eef0f7; box-shadow: 0 35px 80px rgba(28,22,75,.23); }
.phone img { display: block; width: 100%; height: auto; }
.phone-main { z-index: 2; width: 318px; height: 638px; right: 52px; top: 0; }
.phone-main img { transform: translateY(-1px); }
.phone-back { z-index: 1; width: 260px; height: 520px; left: 6px; top: 94px; opacity: .96; transform: rotate(-6deg); filter: saturate(.88); }
.phone-back::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,248,245,.22), transparent 45%); pointer-events: none; }
.product-window { position: relative; overflow: hidden; border: 1px solid rgba(179,174,202,.75); border-radius: 23px; background: white; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-3deg) rotateZ(1deg); }
.window-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); background: #f4f3f6; }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ccc9d2; }
.window-bar b { margin: 0 auto; padding-right: 45px; font-size: 12px; }
.app-shell { display: grid; grid-template-columns: 47px 1fr; }
.app-sidebar { padding: 16px 10px; display: flex; flex-direction: column; align-items: center; gap: 13px; background: #f2f1fa; border-right: 1px solid var(--line); }
.app-sidebar strong { width: 24px; height: 24px; padding: 5px; margin-bottom: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; border-radius: 7px; background: var(--violet); }
.app-sidebar strong i { background: white; border-radius: 1px; }
.app-sidebar > span { width: 24px; height: 24px; border-radius: 7px; background: #dedcea; }
.app-sidebar > span.active { background: var(--violet); box-shadow: 0 6px 14px rgba(91,76,240,.25); }
.window-body { min-width: 0; padding: 23px; }
.status-row { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 20px; }
.status-row small { color: var(--muted); font-weight: 700; }
.status-row h2 { margin: 5px 0 0; font-size: 25px; }
.status-pill { padding: 7px 10px; border-radius: 999px; background: var(--peach); color: #8b4c05; font-size: 12px; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.metric-row div { padding: 11px; border: 1px solid #e7e4ec; border-radius: 11px; background: #fbfafc; }
.metric-row small { display: block; margin-bottom: 3px; color: #8c8798; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.metric-row strong { font-size: 12px; }
.project-card { margin: 11px 0; padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 9px 16px; border-radius: 15px; }
.project-card.risk { background: var(--rose); }
.project-card.warning { background: var(--peach); }
.project-card h3 { margin: 0 0 3px; font-size: 15px; }
.project-card p { margin: 0; color: var(--muted); font-size: 12px; }
.project-card > span { font-size: 12px; font-weight: 800; }
.project-card button { grid-column: 1 / -1; justify-self: start; padding: 7px 11px; border: 1px solid rgba(23,22,41,.28); border-radius: 8px; background: rgba(255,255,255,.55); font-weight: 700; font-size: 11px; }
.timeline { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.timeline header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 11px; }
.timeline header small { color: #8b8696; }
.timeline header i { display: inline-block; width: 6px; height: 6px; margin: 0 4px; border-radius: 50%; background: var(--violet); }
.timeline header i:last-of-type { background: #ef6d77; }
.timeline div { display: grid; grid-template-columns: 92px 1fr; align-items: center; margin: 9px 0; font-size: 10px; }
.timeline .track { display: block; width: 100%; height: 8px; overflow: hidden; border-radius: 99px; background: #eceaf1; }
.timeline .track i { display: block; width: var(--width); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), #8d82ff); }
.timeline div:first-of-type .track i { background: linear-gradient(90deg, var(--violet) 0 72%, #ef6d77 72%); }
.floating-note { z-index: 4; position: absolute; right: -4px; bottom: 24px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(202,199,215,.9); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 18px 35px rgba(42,35,80,.16); backdrop-filter: blur(10px); }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--mint); color: #18704d; font-weight: 900; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { color: #898494; font-size: 8px; letter-spacing: .08em; }
.floating-note strong { margin-top: 2px; font-size: 12px; }

.problem-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--line); gap: 1px; box-shadow: 0 12px 45px rgba(34,29,67,.06); }
.problem-strip p { margin: 0; padding: 34px; background: white; color: var(--muted); line-height: 1.55; }
.problem-strip p:nth-child(1) { background: #f0edff; }
.problem-strip p:nth-child(2) { background: #fff1df; }
.problem-strip p:nth-child(3) { background: #e7f7f0; }
.problem-strip strong { display: block; margin-bottom: 6px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 18px; }

.commitment-flow {
  position: relative; width: min(1180px, calc(100% - 40px)); margin: 92px auto 0; padding: 62px;
  overflow: hidden; border-radius: 30px; background: var(--ink); color: white;
  box-shadow: 0 24px 70px rgba(28, 24, 50, .16);
}
.commitment-flow::after {
  content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -210px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018);
}
.flow-heading { position: relative; z-index: 1; max-width: 790px; }
.flow-heading .eyebrow { color: #aaa1ff; }
.flow-heading h2 { margin: 0; font: 800 clamp(36px, 4.2vw, 58px)/1.06 Manrope, sans-serif; letter-spacing: -.045em; }
.flow-heading > p:last-child { max-width: 680px; margin: 20px 0 0; color: #b9b5c5; font-size: 18px; line-height: 1.6; }
.flow-track { position: relative; z-index: 1; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; }
.flow-track li {
  position: relative; min-height: 126px; padding: 20px 38px 20px 20px; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.065);
}
.flow-track li::after { content: "→"; position: absolute; right: 13px; top: 50%; color: #8377ff; font-size: 22px; transform: translateY(-50%); }
.flow-track li:nth-child(4)::after, .flow-track li:last-child::after { display: none; }
.flow-track li:nth-child(5) { background: rgba(97,84,237,.21); }
.flow-track span { color: #9187f7; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.flow-track strong { max-width: 180px; font: 700 16px/1.32 Manrope, sans-serif; }
.flow-payoff { position: relative; z-index: 1; margin: 24px 0 0; color: #c5c1cf; font-size: 14px; font-weight: 600; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 720px; }
.section h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.steps { position: relative; margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps::before { content: ""; position: absolute; top: 38px; left: 10%; right: 10%; border-top: 1px dashed #b8b3ce; }
.steps article { position: relative; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: 0 9px 25px rgba(31,27,57,.04); }
.steps article > span { color: var(--violet); font-weight: 800; }
.steps h3 { margin: 42px 0 10px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.desktop-showcase { width: min(1260px, calc(100% - 40px)); margin: 0 auto 120px; }
.desktop-showcase-copy { max-width: 780px; margin: 0 0 42px; padding-left: 40px; }
.desktop-showcase-copy h2 { margin: 0; font: 800 clamp(38px, 4.5vw, 62px)/1.06 Manrope, sans-serif; letter-spacing: -.045em; }
.desktop-showcase-copy > p:last-child { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.desktop-screen {
  position: relative; margin: 0; overflow: hidden; border-radius: 30px; background: #000;
  box-shadow: 0 35px 90px rgba(27, 22, 60, .19);
}
.desktop-screen::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; pointer-events: none; }
.desktop-screen img { display: block; width: 100%; height: auto; }

.product-story { width: min(1180px, calc(100% - 40px)); margin: 0 auto 120px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.story-intro { grid-column: 1 / -1; max-width: 780px; padding: 20px 0 44px; }
.story-intro h2 { margin: 0; font: 800 clamp(38px, 4.5vw, 62px)/1.06 Manrope, sans-serif; letter-spacing: -.045em; }
.story-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.story-panel { position: relative; min-height: 660px; overflow: hidden; padding: 42px; border-radius: 28px; }
.story-command { grid-column: 1 / -1; min-height: 700px; background: #edeaff; }
.story-calendar, .story-offer { min-height: 760px; }
.story-calendar { background: #e6f7f1; }
.story-offer { background: #fff0df; }
.story-copy { position: relative; z-index: 2; max-width: 460px; }
.story-copy > span { color: var(--violet-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.story-copy h3 { margin: 13px 0 12px; font: 800 clamp(30px, 3vw, 44px)/1.08 Manrope, sans-serif; letter-spacing: -.04em; }
.story-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.screen-frame { position: absolute; width: 330px; height: 590px; right: 40px; bottom: -84px; overflow: hidden; border: 7px solid var(--ink); border-radius: 44px; background: white; box-shadow: 0 28px 65px rgba(35,29,75,.2); transform: rotate(3deg); }
.screen-frame .development-preview-badge { top: 14px; left: 14px; padding: 7px 10px; font-size: 8px; }
.screen-frame img { display: block; width: 100%; height: auto; }
.story-command .story-copy { max-width: 440px; margin-top: 55px; }
.story-command .screen-frame { width: 420px; height: 690px; right: 85px; bottom: -150px; transform: rotate(2deg); }
.story-calendar .screen-frame { width: 282px; height: 545px; right: 34px; top: 285px; bottom: auto; transform: rotate(-3deg); }
.story-offer .screen-frame { width: 292px; height: 545px; right: 34px; top: 285px; bottom: auto; transform: rotate(3deg); }
.offer-frame img { width: 100%; }

.feature-section { width: 100%; max-width: none; padding-left: max(40px, calc((100vw - 1180px) / 2)); padding-right: max(40px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; background: var(--ink); color: white; }
.feature-copy ul { margin: 48px 0 0; padding: 0; list-style: none; }
.feature-copy li { padding: 18px 0; display: grid; grid-template-columns: 190px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.feature-copy li span { color: #aaa6b8; }
.quote-card { position: relative; padding: 42px; border-radius: 24px; background: var(--lavender); color: var(--ink); transform: rotate(2deg); }
.quote-card::before { content: "“"; position: absolute; top: -26px; left: 20px; color: #8b80ef; font: 110px/1 Georgia, serif; opacity: .35; }
.quote-card p { margin: 0 0 28px; font: 700 30px/1.35 Manrope, sans-serif; letter-spacing: -.03em; }
.quote-card span { color: var(--violet-dark); font-weight: 700; }

.audience { border-top: 1px solid var(--line); text-align: center; }
.audience h2 { max-width: 850px; margin: 0 auto; }
.audience-list { margin-top: 38px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.audience-list span { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; }

.final-cta { position: relative; overflow: hidden; width: min(1180px, calc(100% - 40px)); margin: 20px auto 70px; padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; border-radius: 30px; background: linear-gradient(135deg, #5749e8, #7465f4); color: white; box-shadow: 0 25px 70px rgba(72,57,193,.24); }
.final-cta::after { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; bottom: -230px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.045), 0 0 0 90px rgba(255,255,255,.035); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { color: #dcd8ff; }
.final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); }
.final-cta p { color: #e7e4ff; }
.final-cta .signup-form button { background: var(--ink); }
.form-message { flex: 1 0 100%; min-height: 19px; margin: 2px 0 0 !important; font-size: 13px; }
.form-message:empty { min-height: 0; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 45px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.privacy-main { width: min(900px, calc(100% - 40px)); margin: 54px auto 80px; }
.privacy-hero { padding: 52px; border-radius: 30px; background: linear-gradient(135deg, #f0edff, #edf8f4); }
.privacy-hero h1 { max-width: 720px; font-size: clamp(42px, 6vw, 68px); }
.privacy-hero .hero-lead { margin-bottom: 0; }
.privacy-copy { margin-top: 28px; padding: 52px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 60px rgba(39,32,96,.08); }
.privacy-copy section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.privacy-copy h2 { margin: 0 0 14px; font-size: 25px; letter-spacing: -.025em; }
.privacy-copy p, .privacy-copy li { color: var(--muted); line-height: 1.7; }
.privacy-copy ul { margin: 12px 0 0; padding-left: 22px; }
.privacy-meta { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  nav .nav-section { display: none; }
  .hero { grid-template-columns: 1fr; margin-top: 35px; }
  .product-window { transform: none; }
  .hero { padding: 50px 30px; }
  .problem-strip { grid-template-columns: 1fr; }
  .problem-strip p { padding: 28px 24px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .product-story { grid-template-columns: 1fr; }
  .story-command, .story-intro { grid-column: auto; }
  .story-panel { min-height: 720px; }
  .story-command .screen-frame, .screen-frame { width: 330px; height: 580px; right: 50%; bottom: -100px; transform: translateX(50%) rotate(2deg); }
  .story-calendar, .story-offer { display: flex; flex-direction: column; }
  .story-calendar .screen-frame, .story-offer .screen-frame {
    position: relative; inset: auto; flex: 0 0 auto; margin: 44px auto -105px;
  }
  .story-calendar .screen-frame { transform: rotate(-2deg); }
  .story-offer .screen-frame { transform: rotate(2deg); }
  .story-command .story-copy { margin-top: 0; }
  .feature-section, .final-cta { grid-template-columns: 1fr; }
  .flow-track { grid-template-columns: repeat(2, 1fr); }
  .flow-track li:nth-child(4)::after { display: block; }
  .flow-track li:nth-child(even)::after { display: none; }
}
@media (max-width: 580px) {
  .site-header, .hero, .section, .commitment-flow, .desktop-showcase, .final-cta, footer, .privacy-main { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 70px; }
  h1 { font-size: 43px; }
  .hero { gap: 42px; margin-bottom: 55px; }
  .hero { padding: 44px 20px; border-radius: 24px; }
  .product-stage { min-height: 540px; padding: 0; }
  .phone-main { width: 255px; height: 510px; right: 8px; border-width: 6px; border-radius: 38px; }
  .phone-back { width: 210px; height: 420px; left: -10px; top: 80px; border-width: 6px; border-radius: 36px; }
  .signup-form { flex-direction: column; }
  .signup-form button { min-height: 52px; }
  .privacy-main { margin-top: 30px; }
  .privacy-hero, .privacy-copy { padding: 30px 22px; border-radius: 23px; }
  .regular-price { width: 100%; padding: 0; border: 0; }
  .window-body { padding: 18px; }
  .app-shell { grid-template-columns: 36px 1fr; }
  .app-sidebar { padding-inline: 6px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div:nth-child(n+2) { display: none; }
  .floating-note { right: 0; }
  .development-preview-badge { top: 12px; left: 12px; padding: 7px 10px; font-size: 8px; }
  .product-stage > .development-preview-badge { top: 10px; left: 8px; }
  .product-story { width: min(100% - 28px, 1180px); margin-bottom: 80px; }
  .story-intro { padding-bottom: 24px; }
  .story-panel { min-height: 650px; padding: 30px 24px; border-radius: 23px; }
  .story-command .screen-frame, .screen-frame { width: 280px; height: 515px; bottom: -92px; border-width: 6px; border-radius: 38px; }
  .status-row { flex-direction: column; }
  .project-card { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .desktop-showcase { margin-bottom: 80px; }
  .desktop-showcase-copy { margin-bottom: 28px; padding-left: 0; }
  .desktop-showcase-copy > p:last-child { font-size: 16px; }
  .desktop-screen { border-radius: 18px; }
  .commitment-flow { margin-top: 58px; padding: 42px 24px; border-radius: 24px; }
  .flow-heading > p:last-child { font-size: 16px; }
  .flow-track { margin-top: 34px; grid-template-columns: 1fr; gap: 9px; }
  .flow-track li { min-height: 84px; padding: 16px 48px 16px 17px; }
  .flow-track li:nth-child(even)::after, .flow-track li:nth-child(4)::after { display: block; }
  .flow-track li::after { content: "↓"; right: 18px; }
  .flow-track li:last-child::after { display: none; }
  .section { padding: 76px 0; }
  .section.feature-section { width: 100%; padding: 76px 24px; }
  .feature-copy li { grid-template-columns: 1fr; gap: 5px; }
  .quote-card { padding: 28px; }
  .final-cta { padding: 35px 24px; gap: 30px; }
  footer { align-items: start; flex-direction: column; }
}
