:root {
  --paper: #f4f3ef;
  --surface: #fbfaf7;
  --ink: #17202a;
  --muted: #65707b;
  --line: #d9ddd9;
  --blue: #345f43;
  --blue-dark: #264b33;
  --green: #247a55;
  --red: #a33d38;
  --radius: 12px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.topbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 5vw;
}
.brand { font-weight: 760; letter-spacing: -.025em; text-decoration: none; }
.brand span { color: var(--muted); font-size: .72rem; font-weight: 600; margin-left: .35rem; text-transform: uppercase; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 1.5rem; font-size: .9rem; }
.nav a, .nav button { white-space: nowrap; }
.nav a { text-decoration: none; color: var(--muted); }
.nav form { margin: 0; }
.text-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: .5rem 0; }

.shell { width: min(1180px, 90vw); margin: 0 auto; padding: 64px 0 96px; }
.auth-shell { min-height: calc(100vh - 68px); display: grid; place-items: center; padding: 48px 0; }
.auth-panel { width: min(460px, 100%); }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
.lede { max-width: 650px; margin: 1.15rem 0 2.25rem; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.muted, small { color: var(--muted); }

.stack { display: grid; gap: 1rem; }
label { display: grid; gap: .45rem; color: #34404c; font-size: .86rem; font-weight: 650; }
label span { color: var(--muted); font-size: .76rem; font-weight: 500; }
input[type="email"], input[type="password"], input[type="text"], input[type="url"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd1cf;
  border-radius: 9px;
  background: var(--surface);
  color: var(--ink);
  padding: .75rem .9rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(34, 87, 216, .12); }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  border-radius: 9px;
  background: var(--blue);
  color: white;
  padding: .7rem 1.05rem;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease;
}
.button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-secondary { width: max-content; background: transparent; color: var(--blue); }
.button-secondary:hover { color: white; }

.notices { position: fixed; z-index: 10; right: 2rem; top: 5.5rem; width: min(380px, calc(100vw - 2rem)); }
.notice { margin: 0 0 .5rem; border-left: 3px solid var(--blue); background: var(--surface); padding: .9rem 1rem; box-shadow: 0 8px 30px rgba(23, 32, 42, .09); animation: notice-in 220ms ease-out both; }
.notice-error { border-color: var(--red); }
@keyframes notice-in { from { opacity: 0; transform: translateY(-8px); } }

.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
.page-heading .lede { margin-bottom: 0; }
.step-count { align-self: flex-start; color: var(--muted); font-size: .82rem; }
.setup-list { margin: 0; padding: 0; list-style: none; }
.setup-step { display: grid; grid-template-columns: 48px 1fr; gap: 1.25rem; padding: 40px 0; border-bottom: 1px solid var(--line); }
.step-marker { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-weight: 750; }
.step-body { min-width: 0; }
.step-title { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.step-title p { margin: .35rem 0 0; color: var(--muted); }
.status-dot { flex: 0 0 auto; border-radius: 999px; background: #e5e7e5; color: #5f6765; padding: .34rem .62rem; font-size: .72rem; font-weight: 750; }
.status-dot.is-ready { background: #dcecdf; color: #286246; }
.inline-form { display: flex; align-items: end; gap: .75rem; }
.grow { flex: 1; }
.course-list { margin: .5rem 0 0; border: 0; padding: 0; }
.course-row { display: flex; align-items: center; gap: .85rem; border-top: 1px solid var(--line); padding: .9rem .1rem; cursor: pointer; }
.course-row:last-child { border-bottom: 1px solid var(--line); }
.course-row input { width: 18px; height: 18px; accent-color: var(--blue); }
.course-row span { display: grid; gap: .2rem; }
.course-row strong { color: var(--ink); font-size: .93rem; }
.course-row small { font-weight: 500; }
.empty { color: var(--muted); font-size: .92rem; }
.callout { margin-top: 1.5rem; border-left: 3px solid #b5a66c; background: rgba(230, 222, 190, .36); padding: .85rem 1rem; }
.callout p { margin: .25rem 0 0; color: #665e42; line-height: 1.5; }
.callout.compact { font-size: .85rem; }

.dashboard-heading { align-items: center; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 7vw; padding-top: 48px; }
.course-status-list { margin-top: 1rem; }
.course-status-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding: 1.05rem 0; }
.course-status-row:last-child { border-bottom: 1px solid var(--line); }
.course-status-row > div { display: grid; gap: .25rem; }
.course-status-row small { display: block; }
.status-panel { border-left: 1px solid var(--line); padding-left: 2rem; }
.run-state { display: flex; align-items: center; gap: .65rem; font-size: 1.15rem; text-transform: capitalize; }
.run-state span { width: 9px; height: 9px; border-radius: 50%; background: #909897; }
.run-running span, .run-queued span { background: var(--blue); animation: pulse 1.25s ease-in-out infinite; }
.run-succeeded span { background: var(--green); }
.run-failed span { background: var(--red); }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
.run-details { margin: 1.5rem 0; }
.run-details div { display: grid; grid-template-columns: 70px 1fr; gap: .5rem; padding: .45rem 0; font-size: .78rem; }
.run-details dt { color: var(--muted); }
.run-details dd { margin: 0; overflow-wrap: anywhere; }
.error-detail { color: var(--red); font-size: .82rem; line-height: 1.5; }
.empty-state { max-width: 440px; padding: 2rem 0; }
.empty-state p { color: var(--muted); line-height: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

@media (max-width: 760px) {
  .topbar { padding: 0 1rem; }
  .brand span { display: block; margin: .15rem 0 0; }
  .nav { gap: .7rem; font-size: .82rem; }
  .shell { width: calc(100vw - 2rem); padding-top: 42px; }
  .page-heading, .inline-form, .dashboard-heading { align-items: stretch; flex-direction: column; }
  .page-heading { display: flex; }
  .setup-step { grid-template-columns: 34px 1fr; gap: .8rem; }
  .step-title { flex-direction: column; }
  .workspace-grid { grid-template-columns: 1fr; }
  .status-panel { border-left: 0; border-top: 1px solid var(--line); padding: 2rem 0 0; }
  .course-status-row { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Public landing page */
/* Owner pilot overview */
.connection-intro { max-width: 740px; padding: 3rem 0 1.3rem; }
.connection-intro h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 4.7rem); letter-spacing: -.06em; line-height: 1.02; }
.connection-intro > p:last-child { margin: 1rem 0 0; color: var(--muted); line-height: 1.6; }
.connection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 3rem; }
.connection-card { min-width: 0; display: flex; flex-direction: column; align-items: start; padding: 1.35rem; border: 1px solid #dfe5de; border-radius: 12px; background: #fff; box-shadow: 0 3px 14px #243b2808; }
.connection-card-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.connection-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; font-weight: 800; }
.google-icon { background: #e8edf6; color: #3c64a5; }.canvas-icon { background: #fbeae5; color: #b9462f; }.gemini-icon { background: #eee8fa; color: #7252aa; }
.connection-card h2 { margin: 1.15rem 0 .45rem; font-size: 1.25rem; letter-spacing: -.035em; }
.connection-card > p { margin: 0 0 1rem; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.connection-card code { color: #2d6547; font-size: .8rem; }
.connection-card form, .connection-actions { margin-top: auto; }
.connection-card .connection-identity { display: grid; gap: .2rem; margin: .3rem 0 1.1rem; color: var(--ink); }
.connection-identity strong { overflow-wrap: anywhere; }.connection-identity small { color: var(--muted); }
.connection-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.connection-card .connection-pending { margin-top: auto; color: #8b6d36; font-weight: 650; }
.connection-footnote { display: block; margin-top: 1rem; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.connection-grid + .page-heading { margin-top: 2rem; }
@media (max-width: 900px) { .connection-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .connection-grid { grid-template-columns: 1fr; }.connection-intro { padding-top: 2rem; } }
.owner-hero { display: flex; justify-content: space-between; gap: 2rem; margin: 2.5rem 0 1rem; padding: 2rem 2.3rem; border-radius: 14px; background: #214d3c; color: #fff; }
.owner-hero .eyebrow { color: #b2d1bd; }
.owner-hero strong { display: block; font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.06em; }
.owner-hero strong span { font-size: .45em; color: #b9d8c3; }
.owner-hero p:last-child { margin: .75rem 0 0; color: #d0e4d6; }
.owner-hero-side { display: grid; align-content: center; gap: .25rem; min-width: 210px; }
.owner-hero-side span { margin-top: .65rem; color: #b9d8c3; font-size: .73rem; }
.owner-hero-side strong { font-size: .92rem; letter-spacing: 0; }
.owner-stages, .materials-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.owner-stages > div, .materials-summary > div { display: grid; gap: .35rem; padding: 1.25rem 1.4rem; background: #fff; }
.owner-stages span { color: var(--muted); font-size: .75rem; }
.owner-stages strong, .materials-summary strong { font-size: 1.8rem; letter-spacing: -.05em; }
.owner-stages small, .materials-summary span { color: var(--muted); font-size: .73rem; }
.owner-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); gap: 3rem; margin-top: 3.5rem; }
.owner-grid h2, .materials-inventory h2, .material-messages h2, .attention-panel h2 { margin: 0 0 1rem; font-size: 1.5rem; letter-spacing: -.035em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.section-heading a { margin-bottom: 1rem; color: #2b6b48; font-size: .82rem; text-decoration: none; }
.owner-course-list { border-top: 1px solid var(--line); }
.owner-course { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem .2rem; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.owner-course:hover { background: #eff4ee; }
.owner-course strong, .owner-course small { display: block; }
.owner-course small { margin-top: .25rem; color: var(--muted); }
.owner-course-count { white-space: nowrap; font-weight: 700; }
.owner-course-count b { margin-left: .5rem; color: #2b6b48; }
.owner-message { padding: .9rem 0; border-top: 1px solid var(--line); }
.owner-message > div { display: flex; justify-content: space-between; gap: .6rem; color: var(--muted); font-size: .72rem; }
.owner-message > div span { color: #2b6b48; font-weight: 700; }
.owner-message p { margin: .4rem 0 0; font-size: .85rem; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.owner-link-panel { display: grid; grid-template-columns: 1fr 320px; gap: 2rem; margin-top: 4rem; padding: 1.8rem; border: 1px solid #d9e3d9; border-radius: 12px; background: #f1f5ee; }
.owner-link-panel h2 { margin: 0; font-size: 1.35rem; }
.owner-link-panel p:last-child { max-width: 600px; line-height: 1.6; }
.owner-link-panel form { display: grid; align-content: center; gap: .6rem; }
.owner-link-panel input { width: 100%; padding: .75rem; border: 1px solid #bfcebf; border-radius: 5px; font: inherit; }
.owner-link-panel .button { justify-self: start; }
.materials-summary { grid-template-columns: repeat(4, 1fr); margin-top: 2rem; }
.materials-updated { margin: .8rem 0 2.5rem; color: var(--muted); font-size: .76rem; }
.attention-panel { margin: 1.5rem 0 3rem; padding: 1.3rem 1.5rem; border-left: 3px solid #bd8b42; background: #f7f1e4; }
.attention-panel p { margin: .45rem 0; }
.attention-panel details { margin-top: .7rem; }
.attention-panel summary { cursor: pointer; font-weight: 650; }
.attention-error { color: #a44141; }
.materials-inventory { margin-top: 3rem; }
.materials-search { display: grid; gap: .3rem; margin-bottom: .8rem; color: var(--muted); font-size: .72rem; }
.materials-search input { min-width: 230px; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 5px; font: inherit; }
.materials-table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.materials-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; font-size: .78rem; }
.materials-table th { padding: .8rem; background: #edf1ec; color: #657366; text-align: left; font-size: .67rem; text-transform: uppercase; letter-spacing: .06em; }
.materials-table td { padding: .8rem; border-top: 1px solid #e8ece7; vertical-align: top; }
.materials-table td strong, .materials-table td small { display: block; }
.materials-table td small { margin-top: .2rem; color: var(--muted); }
.materials-table tr[hidden] { display: none; }
.file-state.ok { color: #2b7651; }.file-state.pending { color: #946b2c; }.file-state.error-text { color: #a44141; }
.material-messages { margin: 3.5rem 0; }
@media (max-width: 760px) { .owner-hero, .owner-grid, .owner-link-panel { display: block; }.owner-hero-side { margin-top: 1.5rem; }.owner-stages, .materials-summary { grid-template-columns: 1fr 1fr; }.owner-grid aside { margin-top: 2.5rem; }.owner-link-panel form { margin-top: 1.5rem; }.section-heading { align-items: start; flex-direction: column; }.materials-search { margin-bottom: 1rem; } }

body:has(.landing-shell) { background: #f6f5ef; }
body:has(.landing-shell) > .topbar { display: none; }
.landing-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
.landing-page { --land-ink: #193327; --land-muted: #65756a; --land-green: #345f43; --land-paper: #f6f5ef; color: var(--land-ink); overflow: hidden; }
.landing-hero { position: relative; min-height: min(790px, 100vh); min-height: min(790px, 100svh); display: flex; align-items: center; isolation: isolate; background: var(--land-paper); }
.landing-hero::before { position: absolute; z-index: -1; top: 0; right: 0; width: 55%; height: 100%; background: #e8eee4; content: ""; clip-path: ellipse(76% 86% at 76% 47%); }
.landing-inner { position: relative; width: min(1280px, 88vw); min-height: 670px; margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; padding: 62px 0 92px; }
.landing-copy { position: relative; z-index: 2; max-width: 545px; padding-bottom: 1.5rem; animation: land-arrive 650ms cubic-bezier(.2,.7,.2,1) both; }
.landing-brandline { display: flex; align-items: center; gap: .65rem; margin: 0 0 3.8rem; font-size: .96rem; font-weight: 780; letter-spacing: -.035em; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 10px 10px 10px 3px; background: var(--land-green); color: #f8f6ef; font-family: Georgia, serif; font-size: 1.12rem; font-style: italic; font-weight: 500; }
.landing-kicker { margin: 0 0 1.05rem; color: #63806a; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.landing-copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6.2vw, 6rem); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.landing-lede { max-width: 410px; margin: 1.45rem 0 2rem; color: var(--land-muted); font-size: 1.04rem; line-height: 1.65; }
.landing-actions { display: grid; justify-items: start; gap: 1rem; }
.landing-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; border: 1px solid var(--land-green); border-radius: 4px; background: var(--land-green); color: #fffdf7; padding: .85rem 1.15rem; font-size: .91rem; font-weight: 700; text-decoration: none; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.landing-cta span { font-size: 1.1rem; transition: transform 180ms ease; }
.landing-cta:hover { transform: translateY(-2px); border-color: #264b33; background: #264b33; }
.landing-cta:hover span { transform: translate(2px, -2px); }
.landing-cta:focus-visible, .landing-login:focus-visible, .landing-footer a:focus-visible, .scroll-cue:focus-visible { outline: 3px solid #9bb89d; outline-offset: 4px; }
.landing-login { color: var(--land-green); font-size: .86rem; font-weight: 650; text-underline-offset: 4px; }
.landing-note { margin: 1.6rem 0 0; color: #808a7f; font-size: .76rem; }
.flow-visual { position: relative; justify-self: end; width: min(100%, 670px); margin: 0 -2.5rem 0 0; animation: land-arrive 850ms 100ms cubic-bezier(.2,.7,.2,1) both; }
.flow-visual svg { display: block; width: 100%; height: auto; overflow: visible; }
.visual-caption { position: absolute; right: 2.8%; bottom: 12%; display: inline-flex; align-items: center; gap: .55rem; color: #476b4d; font-family: Georgia, serif; font-size: .95rem; font-style: italic; transform: rotate(-2deg); }
.visual-caption span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #9db39d; border-radius: 50%; font-family: sans-serif; font-size: .75rem; font-style: normal; }
.scroll-cue { position: absolute; left: 0; bottom: 35px; display: inline-flex; align-items: center; gap: .7rem; color: #778278; font-size: .72rem; text-decoration: none; }
.scroll-cue span { position: relative; width: 1px; height: 32px; background: #a5b1a4; }
.scroll-cue span::after { position: absolute; bottom: 0; left: -3px; width: 7px; height: 7px; border-right: 1px solid #718773; border-bottom: 1px solid #718773; content: ""; transform: rotate(45deg); }
.landing-how { width: min(1120px, 84vw); margin: 0 auto; padding: 116px 0 126px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 9vw; }
.landing-section-head h2, .landing-bottom h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.7vw, 4.4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.landing-section-head h2 em { color: #708b72; font-weight: 400; }
.flow-steps { margin: 0; padding: 0; list-style: none; }
.flow-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; border-top: 1px solid #d8ded6; padding: 1.25rem 0 1.45rem; }
.flow-steps li:last-child { border-bottom: 1px solid #d8ded6; }
.flow-number { padding-top: .12rem; color: #829281; font-size: .74rem; letter-spacing: .08em; }
.flow-steps h3 { margin: 0; font-size: 1rem; font-weight: 720; letter-spacing: -.02em; }
.flow-steps p { margin: .42rem 0 0; color: var(--land-muted); font-size: .88rem; line-height: 1.55; }
.landing-bottom { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #315c40; color: #f9f7ef; text-align: center; padding: 72px 1.5rem; }
.landing-bottom .landing-kicker { color: #bbd0b7; }
.landing-bottom h2 { margin: 0 0 1.65rem; font-size: clamp(2.5rem, 5vw, 4.1rem); }
.landing-cta-light { border-color: #f2f2e9; background: #f2f2e9; color: #254b32; }
.landing-cta-light:hover { border-color: #fff; background: white; }
.landing-footer { min-height: 76px; width: min(1280px, 88vw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #79847a; font-size: .75rem; }
.landing-footer a { color: #405f48; text-decoration: none; }
.footer-brand { font-weight: 760; letter-spacing: -.025em; }
@keyframes land-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 800px) {
  .landing-hero { min-height: auto; }
  .landing-hero::before { top: 42%; width: 100%; height: 58%; clip-path: ellipse(88% 67% at 64% 64%); }
  .landing-inner { width: min(640px, 88vw); min-height: auto; display: flex; flex-direction: column; align-items: stretch; padding: 28px 0 76px; }
  .landing-copy { padding: 0; }
  .landing-brandline { margin-bottom: 3.25rem; }
  .landing-copy h1 { font-size: clamp(3.5rem, 11vw, 5.3rem); }
  .landing-lede { max-width: 440px; font-size: .98rem; }
  .flow-visual { width: min(100%, 580px); align-self: center; margin: -1.1rem -3vw 0; }
  .visual-caption { right: 4%; bottom: 11%; }
  .scroll-cue { bottom: 22px; }
  .landing-how { width: min(640px, 88vw); padding: 82px 0 90px; grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 480px) {
  .landing-inner { width: calc(100vw - 2.5rem); padding-top: 24px; }
  .landing-brandline { margin-bottom: 2.75rem; }
  .landing-copy h1 { font-size: clamp(3.25rem, 14vw, 4.3rem); }
  .landing-lede { margin: 1.1rem 0 1.5rem; }
  .landing-note { max-width: 260px; line-height: 1.45; }
  .flow-visual { width: 112%; margin-left: -6%; }
  .visual-caption { font-size: .8rem; }
  .landing-how { width: calc(100vw - 2.5rem); padding: 70px 0 76px; }
  .flow-steps li { grid-template-columns: 38px 1fr; gap: .7rem; }
  .landing-bottom { min-height: 320px; }
  .landing-footer { width: calc(100vw - 2.5rem); min-height: 72px; flex-wrap: wrap; padding: 1rem 0; }
  .landing-footer span { order: 1; flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-copy, .flow-visual { animation: none; }
  .landing-cta, .landing-cta span { transition: none; }
}
