@font-face {
  font-family: "Graphik";
  src: url("https://fin.action.group/fonts/graphik/Graphik-Regular-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://fin.action.group/fonts/graphik/Graphik-Medium-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://fin.action.group/fonts/graphik/Graphik-Bold-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-main: "Graphik", Arial, Helvetica, sans-serif;
  --ornament: url("./img/hero-background.png");
  --red: #f1361d;
  --red-dark: #c60712;
  --ink: #111111;
  --muted: #6f6f6f;
  --paper: #ffffff;
  --soft: #f1f1f0;
  --line: #dededc;
  --radius: 20px;
  --shadow: 0 18px 44px rgba(17, 17, 17, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: min(1080px, calc(100% - 32px));
  height: 64px;
  margin: 16px auto 0;
  padding: 0 14px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  box-shadow: 0 7px 24px rgba(17,17,17,.055);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand img { width: 158px; height: auto; }
.nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); font-size: 13px; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--red); }

.button, .btn {
  min-height: 65px;
  padding: 0 40px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .btn:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 10px 24px rgba(241,54,29,.2); }
.button-small { min-height: 44px; padding: 0 22px; border-radius: 10px; font-size: 15px; }
.btn--red { color: #fff; background: var(--red); }

.section-shell { width: min(1080px, calc(100% - 40px)); margin-inline: auto; border-radius: var(--radius); }
.hero {
  position: relative;
  min-height: 690px;
  margin-top: 20px;
  padding: 46px 48px 0;
  overflow: hidden;
  background-color: #f5f6f6;
  background-image: linear-gradient(rgba(255,255,255,.16), rgba(255,255,255,.16)), url("./img/hero-background.png");
  background-position: center;
  background-size: cover;
}
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 55%, rgba(244,245,245,.3) 100%); }
.hero-copy { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; text-align: center; }
.eyebrow { width: max-content; min-height: 32px; margin: 0 0 20px; padding: 0 16px; display: inline-flex; align-items: center; color: #fff; background: var(--red); border-radius: 4px; font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: 0; text-transform: none; }
.hero-kicker { width: max-content; margin: 0 auto 22px; text-align: left; font-family: var(--font-main); color: #111; }
.hero-kicker strong, .hero-kicker small { display: block; }
.hero-kicker strong { font-size: 27px; font-weight: 700; line-height: .95; letter-spacing: -.045em; }
.hero-kicker small { margin-top: 7px; color: #444; font-size: 13px; font-weight: 400; line-height: 1; letter-spacing: -.02em; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(38px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -.052em; font-weight: 820; }
h1 span, h2 span { color: var(--red); }
.hero h1 span { display: inline-block; padding: 0 10px 5px; color: #fff; background: var(--red); border-radius: 5px; }
.hero-lead { margin: 18px auto 0; max-width: 620px; font-size: clamp(18px, 2vw, 24px); line-height: 1.18; letter-spacing: -.025em; }
.hero-product { position: absolute; z-index: 2; left: 50%; bottom: 16px; width: min(930px, 92%); height: 338px; transform: translateX(-50%); }
.product-window { position: absolute; z-index: 3; left: 50%; bottom: 0; width: 68%; height: 306px; overflow: hidden; transform: translateX(-50%); border: 1px solid rgba(17,17,17,.12); border-radius: 16px; background: #fff; box-shadow: 0 26px 58px rgba(17,17,17,.17); }
.product-window-bar { height: 34px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #e5e5e4; color: #777; background: #fafafa; font-size: 10px; }
.product-window-bar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #d8d8d6; }
.product-window-bar i:first-child { background: var(--red); }
.product-window-bar strong { margin-left: 8px; color: #5a5a5a; font-weight: 650; }
.product-window > img { width: 100%; height: calc(100% - 34px); object-fit: cover; object-position: top left; }
.screen-preview { position: absolute; z-index: 1; width: 34%; height: 205px; overflow: hidden; border: 1px solid rgba(17,17,17,.1); border-radius: 14px; background: #fff; box-shadow: 0 18px 40px rgba(17,17,17,.13); }
.screen-preview span { height: 31px; padding: 0 12px; display: flex; align-items: center; color: #626262; background: #fff; border-bottom: 1px solid #ececeb; font-size: 10px; font-weight: 700; }
.screen-preview img { width: 100%; height: calc(100% - 31px); object-fit: cover; object-position: top left; }
.screen-preview-left { left: 0; bottom: 23px; transform: rotate(-2.1deg); }
.screen-preview-right { right: 0; bottom: 30px; transform: rotate(2deg); }
.orb { position: absolute; border-radius: 50%; pointer-events: none; opacity: .72; background-image: radial-gradient(circle, rgba(17,17,17,.16) 1px, transparent 1.5px); background-size: 13px 13px; mask-image: radial-gradient(circle, #000 18%, transparent 70%); }

.form-section { width: min(1080px, calc(100% - 40px)); margin: 86px auto 0; padding: 54px 56px 48px; background-color: var(--soft); background-image: linear-gradient(rgba(241,241,240,.38), rgba(241,241,240,.38)), var(--ornament); background-position: center; background-size: auto, cover; border-radius: var(--radius); }
.form-section .container { width: 100%; }
.form-header { max-width: 780px; margin: 0 auto; text-align: center; }
.form-title, .section-heading h2, .method h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(36px, 4.8vw, 62px); line-height: .98; letter-spacing: -.06em; }
.form-title { font-size: clamp(34px, 3.8vw, 48px); }
.form-subtitle { margin: 16px auto 0; color: var(--muted); font-size: 18px; }
.lead-form { max-width: 960px; margin: 36px auto 0; text-align: left; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { min-width: 0; }
.form-label { display: block; margin: 0 0 9px; font-size: 14px; font-weight: 500; }
.form-input { width: 100%; height: 58px; padding: 0 16px; border: 1px solid #cdcdca; border-radius: 10px; outline: none; color: var(--ink); background: #fff; font-size: 16px; }
.form-input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(241,54,29,.1); }
.form-agreement { max-width: 720px; margin: 20px auto 0; }
.checkbox-container { position: relative; display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.checkbox-container > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.checkmark { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; border: 1px solid #a8a8a5; border-radius: 3px; background: #fff; }
.checkbox-container > input:checked + .checkmark { border-color: var(--red); background: var(--red); box-shadow: inset 0 0 0 4px #fff; }
.checkbox-container > input:focus-visible + .checkmark { outline: 3px solid rgba(241,54,29,.2); outline-offset: 2px; }
.agreement-text { color: var(--muted); font-size: 13px; line-height: 1.35; }
.agreement-text a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.form-cta { margin-top: 28px; text-align: center; }
.form-btn { width: min(100%, 500px); }

.ai-flow, .control-zones, .outcomes, .tasks, .showcase, .method, .faq { width: min(1080px, calc(100% - 40px)); margin: 108px auto 0; }
.section-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.section-heading-left { max-width: 850px; margin-left: 0; margin-right: 0; text-align: left; }
.section-heading h2, .method h2, .faq h2, .final-cta h2 { font-size: clamp(34px, 4.1vw, 52px); }
.section-heading > p:last-child { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.section-heading-left > p:last-child { margin-left: 0; margin-right: 0; }
.ai-flow { margin-top: 82px; }
.ai-flow-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ai-flow-grid article { position: relative; min-height: 250px; padding: 28px; display: flex; flex-direction: column; border-radius: 18px; background-color: var(--soft); background-image: linear-gradient(rgba(241,241,240,.34), rgba(241,241,240,.34)), var(--ornament); background-position: center, left top; background-size: auto, 720px auto; background-repeat: no-repeat; }
.ai-flow-grid article:nth-child(2) { background-position: center, right top; }
.ai-flow-grid article:nth-child(3) { background-position: center, left bottom; }
.ai-flow-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -18px; top: 50%; width: 24px; height: 24px; display: grid; place-items: center; transform: translateY(-50%); color: var(--red); background: #fff; border: 1px solid #ddd; border-radius: 50%; font-size: 13px; }
.flow-index { color: var(--red); font-size: 54px; font-weight: 750; line-height: .9; letter-spacing: -.07em; }
.ai-flow-grid h3 { margin: 54px 0 12px; font-size: 27px; line-height: 1; letter-spacing: -.045em; }
.ai-flow-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.42; }

.control-zones { display: grid; grid-template-columns: .78fr 1.22fr; gap: 66px; align-items: start; }
.zones-title { position: sticky; top: 116px; }
.zones-title h2 { margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: .98; letter-spacing: -.06em; }
.zones-list { border-top: 1px solid var(--line); }
.zones-list article { padding: 22px 0; display: grid; grid-template-columns: 44px 210px 1fr; gap: 16px; align-items: start; border-bottom: 1px solid var(--line); }
.zones-list article > span { color: var(--red); font-size: 12px; font-weight: 850; }
.zones-list h3 { margin: 0; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
.zones-list p { margin: 0; color: var(--muted); font-size: 14px; }
.task-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(245px, auto); gap: 12px; }
.task-card { position: relative; padding: 26px; overflow: hidden; border-radius: 18px; color: var(--ink); background-color: var(--soft); background-image: linear-gradient(rgba(241,241,240,.34), rgba(241,241,240,.34)), var(--ornament); background-position: center, left top; background-size: auto, 760px auto; background-repeat: no-repeat; border: 1px solid rgba(17,17,17,.035); }
.task-card:nth-child(even) { background-position: center, right bottom; }
.task-card::after { display: none; }
.task-card-large { grid-row: auto; display: block; padding-top: 26px; background-color: var(--soft); }
.task-card-wide { grid-column: auto; }
.task-number { display: inline-flex; width: 38px; height: 24px; align-items: center; justify-content: center; border-radius: 999px; color: var(--red); background: #fff; font-size: 11px; font-weight: 800; }
.task-card h3 { margin: 30px 0 12px; max-width: 320px; font-size: 25px; line-height: 1.03; letter-spacing: -.04em; }
.task-card p { position: relative; z-index: 1; margin: 0; max-width: 450px; color: #5d5d5d; }
.task-card strong { display: block; margin-top: 24px; color: var(--red); font-size: 18px; letter-spacing: -.025em; }
.task-card a { position: static; display: inline-block; margin-top: 24px; color: var(--red); font-weight: 750; }
.task-card-dark, .task-card-red { color: var(--ink); background: var(--soft); }
.task-card-dark p, .task-card-red p { color: #5d5d5d; }
.task-card-accent { background-color: #ffe9eb; background-image: linear-gradient(rgba(255,233,235,.46), rgba(255,233,235,.46)), var(--ornament); }
.task-card-accent .task-number { color: #fff; background: var(--red); }

.showcase { position: relative; padding: 48px 0 0; }
.showcase-heading { position: relative; z-index: 1; }
.gallery { position: relative; z-index: 2; }
.gallery-tabs { display: flex; justify-content: flex-start; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.gallery-tab { min-height: 44px; padding: 0 18px; border: 1px solid #d8d8d5; border-radius: 10px; color: #3f3f3f; background: #fff; font-size: 14px; font-weight: 500; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.gallery-tab:hover { border-color: var(--red); color: var(--red); }
.gallery-tab.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.gallery-stage { padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 14px; align-items: stretch; border-radius: var(--radius); background-color: #ececea; background-image: linear-gradient(rgba(236,236,234,.32), rgba(236,236,234,.32)), var(--ornament); background-position: center; background-size: auto, cover; }
.gallery-screen { position: relative; min-height: 450px; padding: 0 12px 12px; display: flex; flex-direction: column; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 10px 26px rgba(17,17,17,.075); }
.gallery-screen-toolbar { min-height: 54px; padding: 0 2px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 13px; }
.gallery-image-wrap { min-height: 0; flex: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid #ececeb; border-radius: 10px; background: #fff; }
.gallery-screen img { width: 100%; height: auto; max-height: 520px; object-fit: contain; image-rendering: auto; }
.zoom-button { min-height: 38px; padding: 0 14px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--red); font-family: var(--font-main); font-size: 14px; font-weight: 500; cursor: pointer; }
.zoom-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gallery-copy { padding: 26px 22px 20px; display: flex; flex-direction: column; border-radius: 14px; background-color: #fff; background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), var(--ornament); background-position: left top; background-size: 640px auto; }
.gallery-copy > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-copy h3 { margin: 34px 0 14px; font-size: 30px; line-height: 1; letter-spacing: -.05em; }
.gallery-copy p { margin: 0; color: var(--muted); }
.gallery-count { margin-top: auto; display: flex; align-items: baseline; gap: 5px; }
.gallery-count strong { font-size: 64px; line-height: .9; letter-spacing: -.07em; }
.gallery-count span { color: var(--muted); }
.orb-two { width: 780px; max-width: 100%; height: 780px; left: -350px; top: -60px; opacity: .35; }

.outcomes { display: grid; grid-template-columns: .74fr 1.26fr; gap: 60px; align-items: center; }
.outcomes-copy { position: static; }
.outcomes-copy h2 { margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: .98; letter-spacing: -.06em; }
.outcomes-copy > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.result-collage { position: relative; min-height: 500px; }
.result-shot { position: absolute; margin: 0; overflow: hidden; border: 8px solid #fff; border-radius: 16px; background: #fff; box-shadow: 0 22px 48px rgba(17,17,17,.16); }
.result-shot img { width: 100%; height: 100%; object-fit: cover; }
.result-shot-main { z-index: 2; left: 0; top: 82px; width: 76%; aspect-ratio: 16 / 9; transform: rotate(-1.5deg); }
.result-shot-top { z-index: 1; right: 0; top: 0; width: 55%; aspect-ratio: 16 / 9; transform: rotate(2deg); }
.result-shot-bottom { z-index: 3; right: 2%; bottom: 0; width: 58%; aspect-ratio: 16 / 9; transform: rotate(1deg); }

.method { padding: 0; display: block; background: transparent; }
.compare-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.compare-table > div { min-height: 74px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.compare-table > div:last-child { border-bottom: 0; }
.compare-table span, .compare-table strong { height: 100%; padding: 20px 26px; display: flex; align-items: center; }
.compare-table span { color: var(--muted); background: #f5f5f4; font-weight: 500; }
.compare-table strong { border-left: 1px solid var(--line); font-weight: 700; }
.compare-table .compare-head { min-height: 58px; color: #fff; background: #111; }
.compare-table .compare-head span, .compare-table .compare-head strong { color: #fff; background: #111; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }

.corporate { position: relative; margin-top: 108px; padding: 26px 18px 18px; display: grid; grid-template-columns: 1.14fr .86fr; gap: 22px 42px; align-items: center; color: #fff; background-color: #050505; background-image: linear-gradient(rgba(5,5,5,.95), rgba(5,5,5,.95)), var(--ornament); background-position: center; background-size: auto, cover; }
.corporate-label { grid-column: 1 / -1; justify-self: start; margin: 0; }
.corporate-title { grid-column: 1 / -1; margin: 0; padding: 6px 16px 4px; color: #fff; font-size: clamp(42px, 5.2vw, 68px); line-height: .96; letter-spacing: -.055em; }
.corporate-title span { color: var(--red); }
.corporate-screen { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(17,17,17,.08); }
.corporate-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.corporate-copy { padding: 18px 34px 18px 0; text-align: left; }
.corporate-copy > p { margin: 0; color: #d0d0d0; font-size: 16px; }
.corporate-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.corporate-copy li { position: relative; padding: 13px 0 13px 25px; border-top: 1px solid rgba(255,255,255,.18); color: #f2f2f2; font-size: 14px; }
.corporate-copy li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

.result-band { width: min(1080px, calc(100% - 40px)); margin: 108px auto 0; padding: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; color: var(--ink); background-color: var(--soft); background-image: linear-gradient(rgba(241,241,240,.36), rgba(241,241,240,.36)), var(--ornament); background-position: center; background-size: auto, cover; border-radius: var(--radius); }
.result-band h2 { margin: 0; max-width: 560px; font-size: clamp(38px, 5vw, 66px); line-height: .96; letter-spacing: -.06em; }
.eyebrow-light { color: var(--red); }
.result-items { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.result-items span { padding: 12px 16px; border: 1px solid rgba(17,17,17,.1); border-radius: 999px; background: #fff; }

.faq { padding-bottom: 30px; }
.faq-list { max-width: 920px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-size: 18px; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -4px 50px 22px 4px; color: var(--muted); font-size: 17px; }

.final-cta { position: relative; min-height: 320px; margin-top: 92px; padding: 54px; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; background-color: var(--soft); background-image: linear-gradient(rgba(241,241,240,.34), rgba(241,241,240,.34)), var(--ornament); background-position: center; background-size: auto, cover; }
.final-cta > div:not(.orb), .final-cta .button { position: relative; z-index: 2; }
.final-cta h2 { max-width: 750px; }
.final-cta .button { flex: 0 0 auto; }
.orb-three { width: 620px; height: 620px; right: -180px; top: -250px; opacity: .52; }

footer { width: 100%; margin-top: 26px; padding: 42px max(28px, calc((100% - 1080px)/2)); display: grid; grid-template-columns: auto 1fr auto; gap: 38px; align-items: center; color: #fff; background: #050505; }
footer p { margin: 0; color: #a8a8a8; font-size: 13px; }
.footer-links { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: #d2d2d2; font-size: 13px; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.footer-links a:hover { color: #fff; text-decoration-color: #fff; }
.footer-copyright { text-align: right; white-space: nowrap; }
.brand-light { width: max-content; padding: 10px 12px; border-radius: 10px; background: #fff; }
.brand-light img { width: 154px; }

.lightbox { width: min(1708px, calc(100% - 20px)); max-width: none; max-height: 95vh; padding: 18px; overflow: auto; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.36); }
.lightbox::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.lightbox img { width: min(100%, 1672px); height: auto; max-height: calc(95vh - 36px); margin: 0 auto; object-fit: contain; image-rendering: auto; }
.lightbox button { position: absolute; right: 14px; top: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: #111; font-size: 26px; cursor: pointer; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero { min-height: 650px; padding: 44px 28px 0; }
  .hero-product { width: 94%; }
  .product-window { width: 72%; }
  .screen-preview { width: 36%; }
  .form-section { padding: 44px 34px 40px; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .task-grid { grid-template-columns: 1fr 1fr; }
  .task-card-large { grid-row: auto; padding-top: 80px; }
  .task-card-wide { grid-column: auto; }
  .gallery-stage { grid-template-columns: 1fr; }
  .gallery-copy { min-height: 220px; }
  .gallery-screen { min-height: 360px; }
  .control-zones, .outcomes, .corporate { grid-template-columns: 1fr; gap: 34px; }
  .zones-title, .outcomes-copy { position: static; }
  .zones-list article { grid-template-columns: 44px 190px 1fr; }
  .corporate-copy { padding: 10px 24px 24px; }
  .result-collage { min-height: 520px; }
  .result-band { grid-template-columns: 1fr; }
  .result-items { justify-content: flex-start; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-copyright { text-align: left; white-space: normal; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 20px); height: 62px; margin-top: 8px; padding-inline: 14px; border-radius: 18px; }
  .brand img { width: 132px; }
  .site-header .button { min-height: 36px; padding-inline: 14px; font-size: 11px; }
  .section-shell, .ai-flow, .control-zones, .outcomes, .tasks, .showcase, .method, .faq { width: calc(100% - 20px); }
  .hero { min-height: 550px; margin-top: 10px; padding: 46px 17px 0; border-radius: 20px; }
  h1 { font-size: 38px; }
  .hero h1 span { padding: 0 7px 4px; }
  .hero-lead { font-size: 20px; }
  .hero-product { bottom: 4px; height: 220px; }
  .product-window { width: 84%; height: 205px; border-radius: 12px; }
  .product-window-bar { height: 27px; padding-inline: 10px; }
  .product-window > img { height: calc(100% - 27px); }
  .screen-preview { width: 43%; height: 126px; border-radius: 10px; }
  .screen-preview span { height: 25px; padding-inline: 8px; font-size: 8px; }
  .screen-preview img { height: calc(100% - 25px); }
  .screen-preview-left { bottom: 23px; }
  .screen-preview-right { bottom: 30px; }
  .form-section { width: calc(100% - 20px); margin-top: 56px; padding: 36px 20px 30px; border-radius: 20px; }
  .form-title, .section-heading h2, .method h2, .faq h2, .final-cta h2 { font-size: 38px; }
  .form-row { grid-template-columns: 1fr; }
  .form-btn { min-height: 60px; padding-inline: 24px; font-size: 18px; }
  .tasks, .showcase, .method, .faq { margin-top: 88px; }
  .ai-flow, .control-zones, .outcomes { margin-top: 88px; }
  .ai-flow-grid { grid-template-columns: 1fr; }
  .ai-flow-grid article { min-height: 220px; }
  .ai-flow-grid article:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -18px; transform: translateX(50%); }
  .zones-title h2, .outcomes-copy h2 { font-size: 38px; }
  .control-zones { display: block; }
  .zones-list { margin-top: 32px; }
  .zones-list article { grid-template-columns: 36px 1fr; gap: 10px; }
  .zones-list p { grid-column: 2; }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p:last-child { font-size: 16px; }
  .task-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 230px; padding: 24px; }
  .task-card h3 { margin-top: 34px; }
  .task-card a { position: static; display: inline-block; margin-top: 26px; }
  .showcase { padding-top: 48px; }
  .gallery-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .gallery-tab { flex: 0 0 auto; }
  .gallery-stage { padding: 10px; gap: 10px; border-radius: 20px; }
  .gallery-screen { min-height: 270px; padding: 0 6px 6px; border-radius: 14px; }
  .gallery-screen-toolbar { min-height: 50px; padding-inline: 6px; }
  .zoom-button { min-height: 36px; padding-inline: 11px; font-size: 13px; }
  .gallery-copy { min-height: 230px; padding: 22px; border-radius: 14px; }
  .gallery-copy h3 { margin-top: 24px; }
  .outcomes { display: block; }
  .result-collage { min-height: 360px; margin-top: 36px; }
  .result-shot { border-width: 5px; border-radius: 11px; }
  .result-shot-main { top: 58px; width: 84%; }
  .result-shot-top { width: 60%; }
  .result-shot-bottom { right: 0; width: 64%; }
  .compare-table > div { grid-template-columns: 1fr; }
  .compare-table span, .compare-table strong { padding: 16px 18px; }
  .compare-table strong { border-left: 0; border-top: 1px solid var(--line); }
  .compare-table .compare-head { grid-template-columns: 1fr 1fr; }
  .compare-table .compare-head strong { border-top: 0; border-left: 1px solid rgba(255,255,255,.18); }
  .corporate { margin-top: 88px; padding: 10px; }
  .corporate-copy { padding: 20px 14px 24px; }
  .result-band { width: calc(100% - 12px); margin-top: 88px; padding: 42px 22px; border-radius: 24px; }
  .result-band h2 { font-size: 40px; }
  .result-items { gap: 7px; }
  .result-items span { padding: 10px 12px; font-size: 13px; }
  .faq summary { font-size: 16px; }
  .faq details p { margin-right: 16px; font-size: 15px; }
  .final-cta { min-height: 430px; margin-top: 72px; padding: 34px 22px; }
  footer { margin-top: 18px; padding: 36px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
