:root {
  --ink: #14171f;
  --muted: #646975;
  --paper: #f7f5f0;
  --white: #fff;
  --red: #df102b;
  --red-dark: #b90b20;
  --green: #0ca874;
  --green-soft: #dff6ed;
  --line: #e5e2dc;
  --blue: #133b55;
  --shadow: 0 24px 70px rgba(20, 23, 31, .12);
  --radius: 28px;
  --font-body: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(247, 245, 240, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 190px; height: 62px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 34px; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; color: #424650; }
.nav-links > a:not(.button)::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: .2s; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.nav-links > a.active { color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s; }

h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 920px; font-size: clamp(3.1rem, 7.6vw, 7rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.4rem); }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
p { margin: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--red-dark); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; }
.lead { max-width: 710px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.accent { color: var(--red); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 100px; background: var(--ink); color: white; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(20,23,31,.2); }
.icon { width: 18px; height: 18px; flex: 0 0 auto; }
.button .icon { transition: transform .2s ease; }
.button:hover .icon { transform: translate(2px, -1px); }
.button-red { border-color: var(--red); background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-light { border-color: var(--line); background: var(--white); color: var(--ink); }
.button-small { min-height: 44px; padding: 0 19px; font-size: .92rem; }
.arrow { font-size: 1.1em; }
.section { padding: 110px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-head h2 { max-width: 750px; }
.section-head p { max-width: 470px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 82px; }
.hero::before { content: ''; position: absolute; z-index: -1; top: 0; right: -180px; width: 620px; height: 620px; border: 1px solid #e2ded6; border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.25), 0 0 0 180px rgba(255,255,255,.18); }
.hero h1 span { display: block; color: var(--red); }
.hero-copy { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 54px; }
.hero-side { padding-bottom: 14px; }
.hero-side p { margin-bottom: 28px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.product-stage { position: relative; margin-top: 75px; padding: 28px 28px 0; border-radius: 36px; background: var(--ink); box-shadow: var(--shadow); }
.product-stage::before { content: 'ONE SCHOOL  /  ONE ORGANIZED SYSTEM'; position: absolute; top: 20px; left: 32px; color: #8d929e; font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.product-stage img { position: relative; width: 100%; margin-top: 20px; }
.floating-note { position: absolute; z-index: 2; right: 5%; bottom: 10%; max-width: 245px; padding: 18px 20px; border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(0,0,0,.16); backdrop-filter: blur(10px); }
.floating-note strong { display: block; font-family: var(--font-display); }
.floating-note span { color: var(--muted); font-size: .85rem; }
.note-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 105px; display: flex; align-items: center; gap: 13px; padding: 20px 24px; border-left: 1px solid var(--line); font-weight: 700; }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-number { color: var(--red); font-family: var(--font-display); font-size: 1.6rem; }

.feature-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(20,23,31,.08); }
.feature-card.dark { background: var(--blue); color: white; }
.feature-card.red { background: var(--red); color: white; }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 15px; background: var(--green-soft); color: #087c58; font-size: 1.3rem; font-weight: 800; }
.card-icon .icon { width: 25px; height: 25px; stroke-width: 1.7; }
.feature-card.dark .card-icon, .feature-card.red .card-icon { background: rgba(255,255,255,.13); color: white; }
.feature-card p { margin-top: 13px; color: var(--muted); }
.feature-card.dark p, .feature-card.red p { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--red-dark); font-weight: 700; }
.text-link .icon { width: 16px; height: 16px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }

.workflow { overflow: hidden; background: var(--ink); color: white; }
.workflow .eyebrow { color: #ff5e72; }
.workflow h2 { max-width: 850px; }
.workflow-track { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 60px; counter-reset: steps; }
.workflow-step { position: relative; min-height: 190px; padding: 56px 24px 20px 0; border-top: 1px solid #3c4049; counter-increment: steps; }
.workflow-step::before { content: counter(steps, decimal-leading-zero); position: absolute; top: -15px; left: 0; padding-right: 12px; background: var(--ink); color: #ff5e72; font: 700 .8rem var(--font-display); }
.workflow-step::after { content: ''; position: absolute; top: -4px; right: 18px; width: 7px; height: 7px; border-top: 1px solid #747984; border-right: 1px solid #747984; transform: rotate(45deg); }
.workflow-step:last-child::after { display: none; }
.workflow-step strong { display: block; font: 700 1rem var(--font-display); }
.workflow-step span { color: #969ba6; font-size: .9rem; }

.audience-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 30px; border-radius: 24px; background: #ebe8e2; }
.audience-card::before { content: attr(data-number); position: absolute; top: -45px; right: -8px; color: rgba(255,255,255,.75); font: 800 11rem var(--font-display); line-height: 1; }
.audience-card:nth-child(2) { background: #dcefe9; }
.audience-card:nth-child(3) { background: #eedfe1; }
.audience-card p { position: relative; margin-top: 12px; color: var(--muted); }
.audience-card h3 { position: relative; font-size: 1.7rem; }

.cta-band { padding: 40px 0 110px; }
.cta-inner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; padding: 64px; border-radius: var(--radius); background: var(--red); color: white; }
.cta-inner::after { content: ''; position: absolute; top: -190px; right: -120px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); }
.cta-inner h2 { position: relative; z-index: 1; max-width: 750px; }
.cta-inner .button { position: relative; z-index: 1; justify-self: end; border-color: white; background: white; color: var(--ink); }

.page-hero { padding: 74px 0 88px; text-align: center; }
.page-hero h1 { margin-inline: auto; font-size: clamp(3rem, 7vw, 6.5rem); }
.page-hero .lead { margin: 28px auto 0; }
.page-hero .eyebrow { justify-content: center; }
.page-hero .eyebrow::after { content: ''; width: 22px; height: 2px; background: currentColor; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-row { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.feature-row .card-icon { margin: 0; }
.feature-row h2 { font-size: 1.35rem; letter-spacing: -.025em; }
.feature-row p { margin-top: 8px; color: var(--muted); }
.feature-row ul { margin: 18px 0 0; padding: 0; list-style: none; color: #4f5460; font-size: .94rem; }
.feature-row li { margin-top: 7px; }
.feature-row li::before { content: '•'; margin-right: 9px; color: var(--red); }
.spotlight { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.spotlight-copy p { margin: 24px 0 28px; color: var(--muted); }
.spotlight-visual { padding: 25px; border-radius: 28px; background: #dcefe9; }

.role-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.role-tab { padding: 11px 18px; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.role-tab.active { border-color: var(--ink); background: var(--ink); color: white; }
.role-panel { display: none; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 50px; border-radius: var(--radius); background: white; }
.role-panel.active { display: grid; }
.role-panel h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.4rem); }
.role-panel p { color: var(--muted); }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; margin-top: 13px; }
.check-list li::before { content: ''; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23087c58' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 12 3 3 7-7'/%3E%3C/svg%3E") center/15px no-repeat; }
.role-visual { min-height: 340px; display: grid; place-items: center; padding: 40px; border-radius: 22px; background: var(--blue); color: white; }
.role-visual blockquote { margin: 0; font: 700 clamp(1.6rem,3vw,2.7rem)/1.2 var(--font-display); letter-spacing: -.04em; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-mark { min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.story-mark img { width: 82%; filter: drop-shadow(0 16px 30px rgba(0,0,0,.3)); }
.story-copy p { margin-top: 22px; color: var(--muted); font-size: 1.08rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.value { min-height: 270px; padding: 32px; background: white; }
.value b { display: block; margin-bottom: 70px; color: var(--red); font: 700 .8rem var(--font-display); }
.value p { margin-top: 13px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro h1 { font-size: clamp(3rem, 5vw, 5.4rem); }
.contact-intro > p { margin-top: 25px; color: var(--muted); font-size: 1.12rem; }
.contact-points { margin-top: 42px; }
.contact-point { padding: 20px 0; border-top: 1px solid var(--line); }
.contact-point strong { display: block; font-family: var(--font-display); }
.contact-point span { color: var(--muted); font-size: .92rem; }
.contact-point address { max-width: 470px; color: var(--muted); font-style: normal; font-size: .92rem; line-height: 1.65; }
.contact-point a { display: block; width: fit-content; color: var(--muted); font-size: .95rem; transition: color .2s; }
.contact-point a + a { margin-top: 4px; }
.contact-point a:hover { color: var(--red-dark); }
.contact-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(20,23,31,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid #d9d7d2; border-radius: 11px; outline: none; background: #fbfaf7; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(238,22,48,.08); }
.form-note { margin-top: 18px; color: var(--muted); font-size: .8rem; }
.form-status { display: none; margin: 18px 0 0; padding: 14px; border-radius: 10px; background: var(--green-soft); color: #076847; }
.form-status.error { background: #fde8eb; color: #a50d21; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form button:disabled { opacity: .65; cursor: wait; transform: none; }

.pricing-section { padding: 10px 0 110px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: white; }
.price-card.featured { border: 2px solid var(--red); box-shadow: 0 24px 65px rgba(238, 22, 48, .12); }
.price-badge { position: absolute; top: 20px; right: 20px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 12px; border-radius: 100px; background: #fff0f2; color: var(--red-dark); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-badge .icon { width: 13px; height: 13px; }
.price-name { font: 700 1.1rem var(--font-display); }
.price { display: flex; align-items: flex-start; margin: 25px 0 7px; font: 800 clamp(2.8rem, 5vw, 4.5rem)/1 var(--font-display); letter-spacing: -.06em; }
.price sup { margin: 8px 4px 0 0; font-size: 1.2rem; letter-spacing: 0; }
.price small { align-self: flex-end; margin: 0 0 8px 5px; color: var(--muted); font: 600 .92rem var(--font-body); letter-spacing: 0; }
.price-note { min-height: 48px; color: var(--muted); font-size: .9rem; }
.plan-label { margin: 23px 0 13px; padding-top: 20px; border-top: 1px solid var(--line); font: 700 .82rem var(--font-display); letter-spacing: .04em; text-transform: uppercase; }
.plan-features { flex: 1; margin: 0 0 30px; padding: 0; list-style: none; }
.plan-features li { display: flex; gap: 11px; padding: 8px 0; color: #444955; font-size: .91rem; line-height: 1.4; }
.plan-features li::before { content: ''; width: 21px; height: 21px; flex: 0 0 auto; border-radius: 50%; background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23087c58' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 12 3 3 7-7'/%3E%3C/svg%3E") center/13px no-repeat; }
.plan-features li.unavailable { color: #686d77; }
.plan-features li.unavailable::before { background: #f0efec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23686d77' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m8 8 8 8M16 8l-8 8'/%3E%3C/svg%3E") center/12px no-repeat; }
.price-card .button { width: 100%; }
.pricing-footnote { margin-top: 24px; text-align: center; color: var(--muted); font-size: .85rem; }
.faq-section { padding: 110px 0; background: white; }
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.faq-intro p { margin-top: 22px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 24px 50px 24px 0; list-style: none; font: 700 1.08rem var(--font-display); cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; top: 20px; right: 0; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--red); font: 500 1.2rem var(--font-body); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { max-width: 720px; padding: 0 45px 24px 0; color: var(--muted); }

.legal-hero { padding: 75px 0 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 6rem); }
.legal-hero p { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: 1.08rem; }
.legal-updated { display: inline-block; margin-top: 24px; padding: 7px 12px; border-radius: 100px; background: white; color: var(--muted); font-size: .78rem; font-weight: 700; }
.legal-section { padding: 90px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: start; }
.legal-nav { position: sticky; top: 125px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.legal-nav strong { display: block; margin-bottom: 14px; font-family: var(--font-display); }
.legal-nav a { display: block; padding: 6px 0; color: var(--muted); font-size: .88rem; }
.legal-nav a:hover { color: var(--red-dark); }
.legal-content { max-width: 790px; }
.legal-content section { scroll-margin-top: 120px; padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 3vw, 2.3rem); letter-spacing: -.035em; }
.legal-content h3 { margin: 25px 0 10px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: #555a65; }
.legal-content p + p { margin-top: 14px; }
.legal-content ul { padding-left: 20px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { padding: 20px; border-left: 3px solid var(--red); background: white; color: var(--muted); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a:hover { color: white; }

.site-footer { padding: 70px 0 28px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 60px; padding-bottom: 56px; }
.footer-brand img { width: 230px; filter: drop-shadow(0 0 1px white); }
.footer-brand p { max-width: 390px; margin-top: 20px; color: #999ea8; }
.footer-col h3 { margin-bottom: 18px; font-size: .9rem; letter-spacing: .04em; }
.footer-col a { display: block; margin-top: 10px; color: #aeb2bb; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid #363a43; color: #858a95; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 86px 0 0; display: flex; flex-direction: column; align-items: stretch; padding: 30px 20px; background: var(--paper); transform: translateX(100%); transition: .25s; }
  .nav-links.open { transform: none; }
  .nav-links > a { padding: 10px 0; font-size: 1.2rem; }
  .nav-links .button { margin-top: 10px; }
  .hero-copy, .cta-inner, .spotlight, .story-grid, .contact-grid, .faq-wrap { grid-template-columns: 1fr; }
  .hero-side { max-width: 600px; }
  .grid-3, .values { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .workflow-track { grid-template-columns: repeat(3, 1fr); }
  .role-panel { grid-template-columns: 1fr; }
  .cta-inner .button { justify-self: start; }
  .feature-list { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 620px; width: 100%; margin-inline: auto; }
  .faq-intro { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; display: none; }
  .contact-intro { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 164px; }
  .section { padding: 78px 0; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .hero-copy { gap: 25px; }
  .product-stage { margin-top: 52px; padding: 13px 10px 0; border-radius: 20px; }
  .product-stage::before, .floating-note { display: none; }
  .section-head { display: block; }
  .section-head p { margin-top: 20px; }
  .grid-3, .values, .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .workflow-track { grid-template-columns: 1fr 1fr; }
  .workflow-step { min-height: 145px; }
  .feature-card { min-height: 270px; }
  .cta-inner { padding: 38px 28px; }
  .feature-row { grid-template-columns: 1fr; }
  .role-panel { padding: 27px; }
  .role-visual { min-height: 270px; padding: 25px; }
  .story-grid { gap: 38px; }
  .story-mark { min-height: 350px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 26px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
