@charset "UTF-8";

:root {
  --ink: #102b34;
  --forest: #103f35;
  --forest-light: #286544;
  --leaf: #75a746;
  --lime: #d8f26a;
  --muted: #607079;
  --line: #dfe7e3;
  --wash: #f5f8f1;
  --radius: 12px;
  --shadow: 0 16px 48px -24px #194a3438;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.marketing { margin: 0; background: #fff; color: var(--ink); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 15px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
.marketing h1, .marketing h2, .marketing h3, .marketing p { margin-top: 0; }
.marketing h1, .marketing h2, .marketing h3 { font-feature-settings: "palt"; line-height: 1.4; letter-spacing: -.045em; }
.marketing h1 { font-size: clamp(36px, 4.4vw, 62px); font-weight: 800; }
.marketing h2 { font-size: clamp(26px, 3vw, 39px); font-weight: 800; }
.marketing h3 { font-size: 21px; font-weight: 700; }
.marketing a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
.marketing button, .marketing input, .marketing textarea, .marketing select { font: inherit; }
.marketing button, .marketing summary { cursor: pointer; }
.marketing img, .marketing svg { max-width: 100%; }
.marketing svg { vertical-align: middle; }
.marketing :focus-visible { outline: 3px solid #76a942; outline-offset: 5px; }
.marketing ::selection { background: var(--lime); color: var(--forest); }
.marketing [hidden] { display: none !important; }
.skip { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; color: #fff !important; background: var(--forest); border-radius: 5px; transform: translateY(-200%); }
.skip:focus { transform: translateY(0); }
.wrap { width: min(1280px, calc(100% - 88px)); margin-inline: auto; }
.header { min-height: 96px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 10; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-size: 32px; font-weight: 800; letter-spacing: -1.5px; white-space: nowrap; line-height: 1; }
.brand-leaves { display: inline-block; width: 34px; height: 39px; position: relative; flex: 0 0 34px; }
.brand-leaves i { position: absolute; height: 30px; width: 15px; background: linear-gradient(165deg, #649f45 10%, #174634 95%); border-radius: 90% 35% 90% 35%; top: 6px; left: 2px; transform: rotate(-22deg); }
.brand-leaves i + i { background: linear-gradient(165deg, #c1d95d, #88b948); left: 18px; top: 1px; transform: rotate(18deg); }
.header > nav { display: flex; align-items: center; gap: 27px; margin-right: auto; }
.header nav a { font-size: 13px; font-weight: 600; position: relative; white-space: nowrap; }
.header nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--leaf); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.header nav a:hover::after, .header nav a[aria-current="page"]::after { transform: scaleX(1); }
.header > a:not(.logo):not(.button) { margin-left: auto; font-size: 13px; white-space: nowrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; padding: 15px 23px; border: 1px solid var(--forest); border-radius: 6px; background: var(--forest); color: #fff !important; font-weight: 700; font-size: 13px; line-height: 1.5; min-height: 50px; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover { background: #1c5546; box-shadow: 0 7px 20px #153f3520; transform: translateY(-2px); }
.button.secondary { color: var(--forest) !important; background: #ffffffb8; }
.button.secondary:hover { background: #f0f6e9; }
.button.lime { background: var(--lime); color: var(--forest) !important; border-color: var(--lime); }
.button.lime:hover { background: #e5fa8e; }
.menu { display: none; }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: center; padding-block: 62px 92px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 68%; height: 110%; top: -40px; right: -40px; pointer-events: none; background: radial-gradient(ellipse at 75% 26%, #a8c87536, transparent 55%), radial-gradient(ellipse at 55% 85%, #e0e8d276, transparent 62%); border-radius: 60% 0 0 30%; }
.hero::before { width: 100vw; height: calc(100% + 96px); top: -96px; right: calc((100% - 100vw) / 2); border-radius: 0; background: linear-gradient(90deg, #fff 0%, #fffffff0 34%, #ffffff70 58%, #ffffff15), url("/service/hero-background.png") center right / cover no-repeat; }
.hero-copy { padding-block: 8px; }
.eyebrow { display: block; color: #438032; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.6; margin-bottom: 23px; }
.hero h1 { margin-bottom: 24px; }
.marketing h1 em, .marketing h2 em { font-style: normal; color: var(--forest-light); }
.lead { color: var(--muted); font-size: 16px; line-height: 1.95; max-width: 620px; }
.actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.actions > a:not(.button) { color: var(--forest); font-size: 13px; font-weight: 700; }
.actions > a:not(.button):hover { text-decoration: underline; }
.micro { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 19px; }
.hero-visual { min-width: 0; position: relative; }
.hero-visual::after { content: ""; display: block; width: 105px; height: 24px; border-top: 2px solid var(--leaf); border-radius: 50%; transform: rotate(-16deg); margin: 20px 12px -35px auto; }
.product-window { background: #ffffffd9; padding: 16px; border: 1px solid #fff; border-radius: 16px; box-shadow: 0 24px 64px -20px #1b4b3933, 0 0 0 1px #e4ebe55c; backdrop-filter: blur(12px); }
.window-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 1px 9px 15px; font-size: 11px; color: var(--muted); }
.window-top .logo { font-size: 22px; gap: 5px; }
.window-top .brand-leaves { transform: scale(.7); transform-origin: left center; width: 26px; flex-basis: 26px; margin-right: -6px; }
.product-window > :not(.window-top) { position: relative; }
.product-window h3 { font-size: 19px; margin-bottom: 6px; }
.product-body { padding: 16px; border: 1px solid #eef2ec; border-radius: 9px; background: #ffffffbf; }
.product-body h2 { display: flex; align-items: center; gap: 9px; font-size: 19px; letter-spacing: -.035em; margin-bottom: 6px; }
.product-body h2 .icon { width: 26px; height: 26px; background: transparent; color: #5a942e; }
.search-field .icon, .question-list .icon { width: 21px; height: 21px; background: transparent; color: var(--ink); }
.search-field .icon svg, .question-list .icon svg { width: 20px; height: 20px; }
.question-list .answer { margin: 0; border: 0; border-top: 1px solid #dce8d4; border-radius: 0; }
.categories { flex-direction: column; }
.categories strong { font-size: 12px; }
.categories > div { display: flex; flex-wrap: wrap; gap: 5px; }
.hand-note { display: block; width: max-content; position: relative; margin: 15px 10px -40px auto; transform: rotate(-9deg); color: var(--forest); font-family: "HanziPen SC", "YuMincho", "Yu Mincho", serif; font-size: 17px; font-weight: 600; line-height: 1.55; letter-spacing: .07em; }
.hero-visual:has(.hand-note)::after { margin-top: 47px; }
.product-window .micro { margin-block: 4px 14px; font-size: 11px; }
.search-field { display: flex; align-items: center; gap: 12px; border: 1px solid #ccd8d1; padding: 11px 14px; border-radius: 7px; background: #fff; box-shadow: 0 3px 9px #1b403908; margin-block: 16px; }
.search-field input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); outline-offset: 2px; }
.search-field > span:last-child { margin-left: auto; }
.question-list { border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: white; }
.question-list details + details { border-top: 1px solid #e8eeeb; }
.question-list summary { font-size: 12px; padding: 11px 13px; list-style: none; line-height: 1.6; display: flex; align-items: center; gap: 10px; }
.question-list details[open] summary { background: #f0f7e8; font-weight: 700; }
.question-list summary:hover { background: #f6f9f1; }
.answer { background: #f4f9ed; border: 1px solid #a6c98f; border-radius: 8px; padding: 18px; margin-top: 12px; font-size: 12px; line-height: 1.85; }
.answer h3, .answer h4 { font-size: 13px; margin: 0 0 10px; }
.answer a { text-decoration: underline; color: var(--forest); }
.answer .micro { border-top: 1px dashed #ceddca; margin-top: 13px; padding-top: 11px; }
.answer button { padding: 4px 10px; font-size: 11px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.categories { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.pill { display: inline-flex; align-items: center; gap: 5px; border: 1px solid #d8e1da; padding: 4px 11px; border-radius: 999px; font-size: 11px; color: var(--muted); background: #ffffffa3; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; gap: 17px; }
.benefits article + article { border-left: 1px solid #e4eae4; padding-left: 17px; }
.benefits h3 { font-size: 15px; margin: 12px 0 6px; letter-spacing: -.04em; }
.benefits p { font-size: 12px; color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.icon { display: inline-flex; justify-content: center; align-items: center; width: 49px; height: 49px; border-radius: 50%; color: var(--forest-light); background: #edf5e9; flex-shrink: 0; }
.icon svg { width: 25px; height: 25px; }
.section { padding-block: 76px; }
.section:nth-of-type(2n) { background: #fbfcf9; }
.section-heading { max-width: 660px; margin-bottom: 37px; }
.section-heading h2 { margin-bottom: 15px; }
.section-heading p, .split-heading p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 42px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading .eyebrow { margin-bottom: 16px; }
#workflow.split-heading { grid-template-columns: .78fr 2fr; gap: 45px; }
#workflow .steps { gap: 21px; }
#workflow .steps article + article { padding-left: 21px; }
#workflow .steps h3 { font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 31px; }
.steps article { position: relative; }
.steps article + article { border-left: 1px solid var(--line); padding-left: 30px; }
.steps h3 { margin: 19px 0 12px; }
.steps p { color: var(--muted); font-size: 14px; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: #e8f3e9; color: var(--forest); font-size: 18px; font-weight: 700; }
.steps .icon { margin-left: 16px; }
.flow-board { display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 25px; border-radius: 14px; border: 1px solid #dde7d7; background: linear-gradient(130deg, #fafcf6, #edf5e9); box-shadow: var(--shadow); }
.flow-node { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 24px 19px; }
.flow-node { display: grid; grid-template-columns: 48px 1fr; column-gap: 17px; padding: 18px 23px; }
.flow-node > .icon { grid-row: 1 / 4; align-self: center; }
.flow-node > span:not(.icon) { font-size: 10px; color: var(--forest-light); letter-spacing: .13em; font-weight: 700; }
.flow-board .flow-node h3 { margin-block: 4px 3px; }
.flow-node p { grid-column: 2; }
.flow-node h3 { margin-block: 16px 8px; font-size: 18px; }
.flow-node p { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.flow-arrow { align-self: center; color: #78a155; font-size: 25px; }
.mini-ui { margin-top: 23px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fff; font-size: 12px; box-shadow: 0 6px 24px #194a3405; }
.mini-ui > div, .mini-ui > p { padding: 10px; border: 1px solid #e9eeea; border-radius: 5px; margin: 7px 0; }
.mini-ui strong { color: var(--forest); }
.evidence { position: relative; isolation: isolate; background: var(--forest) !important; color: white; padding-block: 56px; overflow: hidden; }
.evidence::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(125deg, transparent 25%, #2866565c 40%, transparent 47%, #2b6e5d38 74%, transparent 85%); }
.evidence .eyebrow { color: var(--lime); }
.evidence h2 { font-size: clamp(26px, 2.9vw, 39px); }
.evidence p { color: #d7e3df; }
.evidence-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; align-items: center; }
.evidence a:not(.button) { color: var(--lime); text-decoration: underline; font-weight: 700; font-size: 13px; }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.metric { padding: 19px; border: 1px solid #ffffff38; border-radius: 7px; background: #ffffff03; min-width: 0; }
.metric > span, .metric > small { display: block; font-size: 12px; }
.metric strong { display: block; font-size: clamp(24px, 3vw, 39px); line-height: 1.35; font-weight: 600; letter-spacing: -.04em; margin: 9px 0; font-variant-numeric: tabular-nums; }
.metric strong small { font-size: 13px; font-weight: 400; letter-spacing: 0; }
.metric.highlight { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.metric.highlight p { color: var(--forest); }
.chart { margin-top: 24px; }
.chart svg { width: 100%; height: auto; overflow: visible; }
.chart-bars { display: grid; gap: 4px; padding: 4px 0 14px; border-bottom: 1px solid #ffffff38; }
.chart-row { display: grid; grid-template-columns: 100px 1fr 45px; gap: 15px; align-items: center; margin-block: 14px; font-size: 12px; }
.bar { min-height: 14px; background: var(--lime); border-radius: 0 3px 3px 0; }
.bar-search { width: 100%; background: #eaf4ec; }
.bar-answer { width: 72%; background: #91bd83; }
.bar-resolution { width: 28%; }
.chart-bars .bar { flex: 1; }
.chart-note { font-size: 11px; color: #d7e3df; margin-top: 17px; }
.pricing-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 38px; align-items: start; max-width: none; }
.pricing-intro > div:first-child { padding-top: 15px; }
.pricing-intro .prices { gap: 18px; }
.pricing-intro .price-card { padding: 25px 22px; }
.pricing-intro .price-card h3 { font-size: 17px; }
.pricing-intro .price { font-size: 36px; }
.pricing-intro .price span { font-size: 10px; margin-left: 4px; }
.pricing-intro .price-card ul { font-size: 12px; }
.pricing-intro .recommended { top: 20px; right: 14px; padding: 3px 7px; font-size: 9px; }
.prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 9px 30px #194a3405; }
.price-card.featured { background: linear-gradient(145deg, #f7faee, #eff6e9); border-color: #a4c28d; }
.price-card h3 { margin-bottom: 15px; font-size: 22px; font-weight: 500; }
.price-card .eyebrow { color: var(--ink); font-size: 11px; }
.recommended { position: absolute; right: 25px; top: 24px; padding: 4px 12px; background: var(--lime); border-radius: 999px; color: var(--forest); font-size: 11px; font-weight: 700; }
.price { font-size: clamp(38px, 4.5vw, 56px); font-weight: 600; letter-spacing: -.055em; line-height: 1.3; margin-bottom: 24px; white-space: nowrap; }
.price small { font-size: 13px; font-weight: 400; letter-spacing: 0; margin-left: 9px; }
.price span { font-size: 13px; font-weight: 400; letter-spacing: 0; margin-left: 9px; }
.price-card ul { padding: 23px 0 0; margin: 0 0 28px; border-top: 1px solid #d9e3d8; list-style: none; color: #40535b; font-size: 14px; }
.price-card li { position: relative; padding-left: 24px; margin-bottom: 9px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #438032; font-weight: 700; }
.price-card .button { width: 100%; }
.comparison { overflow-x: auto; margin-top: 38px; overscroll-behavior-x: contain; }
.comparison table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 600px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; font-size: 13px; }
.comparison th, .comparison td { padding: 13px 21px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; }
.comparison th:first-child, .comparison td:first-child { text-align: left; width: 42%; }
.comparison th { background: #f4f6f6; font-weight: 600; }
.comparison th:last-child { background: #e9f2dc; }
.comparison td:last-child { background: #f8faf4; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison th:last-child, .comparison td:last-child { border-right: 0; }
.comparison caption { text-align: left; font-size: 23px; font-weight: 700; padding-bottom: 18px; }
.comparison tbody th { font-weight: 400; background: #fcfdfb; }
.comparison tbody tr:last-child th { border-bottom: 0; }
.page-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 55px; padding-block: 38px 64px; background: radial-gradient(ellipse at 90% 0, #eaf4df8a, transparent 58%); }
.page-hero h1 { font-size: clamp(36px, 3.7vw, 54px); }
.metric-definition { padding: 37px 28px; background: #f1f6e8; border: 1px solid #dce8cb; border-radius: 12px; }
.metric-definition p { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 20px; font-size: clamp(19px, 2.1vw, 29px); white-space: nowrap; }
.metric-definition p span { font-weight: 400; color: #82a363; }
.metric-definition small { color: var(--muted); font-size: 11px; }
.setup-price { border-left: 1px solid #d8e3d0; padding: 25px 0 25px 40px; }
.setup-price p { font-size: 16px; }
.setup-price strong { display: inline-block; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.4; font-weight: 600; letter-spacing: -.045em; margin: 0 5px; }
.setup-price .micro { font-size: 12px; }
.faq-hero-mark { color: var(--forest); font-family: Georgia, "Yu Mincho", serif; font-size: clamp(95px, 13vw, 175px); font-weight: 400; letter-spacing: -.08em; text-align: center; line-height: 1.4; }
.faq-hero-mark span { display: inline-block; font-size: .44em; color: #87ad54; transform: translateY(-9px); margin-inline: 13px; }
.page-hero h1 { margin-bottom: 22px; }
.page-hero .lead { max-width: 760px; }
.breadcrumb { display: flex; gap: 13px; font-size: 11px; color: var(--muted); margin-top: 15px; margin-bottom: 10px; }
.faq-nav a { display: flex; justify-content: space-between; gap: 12px; }
.feature-details .mini-ui { padding: 21px; }
.feature-details .mini-ui > p { border: 0; padding: 0; }
.feature-details .mini-ui h3 { font-size: 18px; }
.breadcrumb a:hover { color: var(--forest); text-decoration: underline; }
.faq-layout { display: grid; grid-template-columns: 230px 1fr; gap: 64px; }
.faq-nav { align-self: start; position: sticky; top: 28px; display: grid; gap: 8px; }
.faq-nav a { border-bottom: 1px solid var(--line); padding: 13px 4px; color: var(--muted); font-size: 14px; }
.faq-nav a:hover { color: var(--forest); }
.faq-group { margin-bottom: 45px; scroll-margin-top: 30px; }
.faq-group h2 { font-size: 25px; }
.faq-list { border: 1px solid var(--line); border-radius: 9px; background: white; overflow: hidden; }
.faq-list details + details { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 21px 23px; font-weight: 600; font-size: 14px; }
.faq-list summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--forest); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { color: var(--forest); background: #f7faf2; }
.faq-list summary:hover { background: #f8faf5; }
summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 23px 23px; color: var(--muted); font-size: 14px; background: #f7faf2; }
.faq-answer p:last-child { margin-bottom: 0; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; background: var(--forest); color: #fff; border-radius: 12px; padding: 39px 48px; margin-block: 38px; }
.cta h2 { font-size: clamp(23px, 2.7vw, 32px); margin-bottom: 0; }
.cta .eyebrow { color: var(--lime); margin-bottom: 12px; }
.cta p { color: #e0eae5; font-size: 13px; }
.cta > div:last-child { max-width: 400px; }
.footer { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; padding-block: 35px; font-size: 11px; }
.footer .logo { font-size: 25px; }
.footer p { color: var(--muted); margin: 0 auto 0 0; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer nav a:hover { text-decoration: underline; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; margin-inline: auto; padding-block: 64px; border-top: 1px solid var(--line); }
.contact > div { padding-top: 23px; }
.contact > div > p:not(.eyebrow) { color: var(--muted); }
.footer > span { color: var(--muted); margin-right: auto; }
.footer > small { flex-basis: 100%; color: #748078; font-size: 10px; padding-top: 14px; border-top: 1px solid #edf1eb; }
.contact form { padding: 36px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcf9; }
.contact label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 20px; }
.contact input:not([type="checkbox"]), .contact textarea, .contact select { display: block; width: 100%; border: 1px solid #ccd8cf; border-radius: 6px; padding: 13px 15px; margin-top: 8px; color: var(--ink); background: #fff; min-width: 0; }
.contact textarea { min-height: 150px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact .checkbox { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; }
.checkbox input { accent-color: var(--forest); width: 18px; height: 18px; flex-shrink: 0; margin-top: 4px; }
.policy-note { color: var(--muted); font-size: 12px; }
.policy-note a { text-decoration: underline; }
@media (min-width: 901px) {
  .hero-copy { animation: arrive .65s ease-out both; }
  .hero-visual { animation: arrive .8s .12s ease-out both; }
}
@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1120px) {
  .wrap { width: calc(100% - 56px); }
  .header { gap: 22px; }
  .header > nav { gap: 17px; }
  .header .button { padding-inline: 15px; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 43px; }
  .evidence-grid { gap: 30px; }
  .metric { padding: 14px; }
  .pricing-intro { grid-template-columns: 1fr; }
  .pricing-intro .price { font-size: 45px; }
  #workflow.split-heading { grid-template-columns: 1fr; gap: 32px; }
  .page-hero { gap: 30px; }
  .hero::before { right: -28px; }
}
@media (max-width: 900px) {
  .header { min-height: 80px; justify-content: space-between; }
  .header > nav, .header > .button, .header > a:not(.logo) { display: none; }
  .menu { display: block; }
  .menu summary { list-style: none; padding: 9px 15px; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; }
  .menu nav { position: absolute; top: 72px; right: 0; left: 0; display: grid; gap: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
  .menu nav a { padding: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 36px 58px; gap: 45px; }
  .hero h1 { font-size: clamp(38px, 6vw, 54px); }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: min(650px, 100%); justify-self: center; }
  .hero::before { width: 100%; right: 0; opacity: .22; }
  .benefits { max-width: 550px; margin-top: 32px; }
  .section { padding-block: 54px; }
  .split-heading { gap: 30px; }
  .steps { gap: 20px; }
  .steps article + article { padding-left: 20px; }
  .steps h3 { font-size: 18px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .price-card { padding: 25px; }
  .price { font-size: 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-nav { position: static; display: flex; flex-wrap: wrap; gap: 15px; }
  .cta { padding: 30px; gap: 28px; }
  .footer p { flex-basis: calc(100% - 180px); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero .flow-board { max-width: 650px; width: 100%; justify-self: center; }
  .setup-price { border-left: 0; border-top: 1px solid #d8e3d0; padding: 25px 0 0; }
  .faq-hero { grid-template-columns: 1fr auto; gap: 15px; }
  .faq-hero-mark { font-size: 90px; }
  .contact { grid-template-columns: 1fr; gap: 24px; }
  .metric-definition { max-width: 650px; width: 100%; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }
  .header { min-height: 74px; }
  .logo { font-size: 29px; }
  .hero { padding-top: 26px; }
  .hero h1 { font-size: clamp(32px, 8.6vw, 43px); letter-spacing: -.055em; }
  .lead { font-size: 14px; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .actions { gap: 15px; }
  .button { padding: 14px 18px; }
  .benefits { gap: 10px; }
  .benefits article + article { padding-left: 10px; }
  .benefits h3 { font-size: 13px; }
  .benefits p { font-size: 11px; }
  .product-window { padding: 11px; border-radius: 12px; }
  .window-top { gap: 10px; padding-inline: 0; }
  .product-window h3 { font-size: 16px; }
  .question-list summary { padding: 11px 9px; font-size: 11px; }
  .answer { padding: 13px; }
  .split-heading, .steps, .prices, .form-row { grid-template-columns: 1fr; }
  .split-heading { gap: 15px; }
  .steps { gap: 28px; }
  .steps article + article { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 26px; }
  .flow-board { flex-direction: column; padding: 19px; gap: 13px; }
  .flow-arrow { line-height: 1; }
  .flow-node { padding: 20px; }
  .metrics { gap: 8px; }
  .metric { padding: 13px 9px; }
  .metric > span, .metric > small { font-size: 10px; }
  .metric strong { font-size: 25px; }
  .metric strong small { font-size: 10px; margin-left: 2px; }
  .chart-row { grid-template-columns: 75px 1fr 35px; gap: 8px; font-size: 11px; }
  .price-card { padding: 27px; }
  .price { font-size: 49px; }
  .page-hero { padding-block: 30px 35px; }
  .page-hero h1 { font-size: 35px; }
  .faq-list summary { padding: 18px; font-size: 13px; }
  .faq-answer { padding: 0 18px 18px; font-size: 13px; }
  .cta { flex-direction: column; align-items: stretch; padding: 28px 24px; gap: 23px; }
  .cta .button { width: 100%; }
  .footer { gap: 20px; padding-block: 27px; }
  .footer p { flex-basis: 100%; order: 2; }
  .footer nav { gap: 15px; }
  .footer > .button { width: 100%; }
  .contact form { padding: 23px 19px; }
  #workflow .steps article + article { padding-left: 0; }
  .pricing-intro { gap: 28px; }
  .pricing-intro .price { font-size: 46px; }
  .pricing-intro .price span { font-size: 12px; }
  .product-body { padding: 11px; }
  .product-body h2 { font-size: 16px; }
  .hero-visual .hand-note { font-size: 14px; }
  .faq-hero { grid-template-columns: 1fr; }
  .faq-hero-mark { display: none; }
  .metric-definition { padding: 27px 18px; }
  .metric-definition p { gap: 7px; font-size: 21px; }
  .footer > span { flex-basis: 100%; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
