
:root {
  --bg: #f7fbf8;
  --surface: #ffffff;
  --ink: #14232a;
  --muted: #5f6f66;
  --line: #dbe8df;
  --accent: #2f9d55;
  --accent-dark: #166534;
  --soft: #e9f6ed;
  --soft-2: #f2f5f3;
  --warn: #7a4d0b;
  --shadow: 0 18px 44px rgba(20, 35, 42, 0.08);
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--ink); color: #fff; padding: .7rem 1rem; z-index: 99; border-radius: 8px; }
.skip-link:focus { left: 1rem; }
.top-strip { background: #132229; color: #dbe8df; font-size: .94rem; }
.top-strip-inner { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .45rem 0; }
.top-strip a { color: #9be7af; font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,251,248,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; font-weight: 900; color: var(--ink); min-width: 0; }
.brand img { width: 132px; height: auto; object-fit: contain; }
.brand span { white-space: nowrap; }
.site-nav { display: flex; gap: .28rem; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { text-decoration: none; color: var(--muted); padding: .55rem .68rem; border-radius: 8px; font-weight: 800; font-size: .95rem; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--accent-dark); background: var(--soft); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 8px; padding: .6rem .75rem; font-weight: 900; }
main { overflow: hidden; }
.hero { position: relative; display: grid; align-items: center; overflow: hidden; padding: clamp(3rem, 7vw, 6.2rem) clamp(1rem, 5vw, 4rem); background: linear-gradient(120deg, #fbfefc 0%, #f0f8f2 56%, #dff3e6 100%); border-bottom: 1px solid var(--line); }
.hero-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 470px); gap: clamp(1.8rem, 4vw, 4rem); align-items: center; position: relative; z-index: 2; }
.hero-copy { min-width: 0; }
.hero-card { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 18px; padding: 1rem; box-shadow: var(--shadow); }
.hero-mark { position: absolute; right: clamp(-4rem, -4vw, 3rem); top: 50%; transform: translateY(-50%); opacity: .10; width: min(48vw, 620px); pointer-events: none; }
.eyebrow { margin: 0 0 .75rem; color: var(--accent-dark); text-transform: uppercase; font-size: .76rem; font-weight: 950; letter-spacing: .055em; }
h1, h2, h3 { line-height: 1.08; margin: 0; color: var(--ink); letter-spacing: -.02em; }
h1 { font-size: clamp(2.35rem, 5.4vw, 5rem); max-width: 900px; }
h2 { font-size: clamp(1.65rem, 3vw, 2.7rem); }
h3 { font-size: 1.08rem; }
p { margin-top: .75rem; margin-bottom: 0; }
.deck { font-size: clamp(1.08rem, 2vw, 1.34rem); color: var(--muted); max-width: 760px; margin: 1.1rem 0 0; }
.section { padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 3rem); }
.section.compact { padding-block: clamp(2rem, 4vw, 3.5rem); }
.section-inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { max-width: 820px; margin-bottom: 1.4rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p, .section p, li, .card p { color: var(--muted); }
.band { background: #fff; border-block: 1px solid var(--line); }
.soft-band { background: var(--soft); border-block: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: start; }
.media-split { align-items: center; }
.grid { display: grid; gap: 1rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem; box-shadow: var(--shadow); }
.card.flat { box-shadow: none; }
.card.accent { border-top: 5px solid var(--accent-dark); }
.card.warning { border-left: 5px solid #d6a84c; }
.price { display: grid; gap: .8rem; }
.price strong { font-size: 1.4rem; color: var(--accent-dark); }
.price small { color: var(--muted); }
.badges { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1rem; }
.badge { display: inline-flex; align-items: center; min-height: 30px; border: 1px solid var(--line); background: #fff; color: var(--accent-dark); border-radius: 999px; padding: .25rem .7rem; font-weight: 850; font-size: .88rem; }
.plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .85rem; }
.plain-list li { border-top: 1px solid var(--line); padding-top: .85rem; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .65rem; }
.check-list li { position: relative; padding-left: 1.65rem; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .42rem; width: .78rem; height: .78rem; border-radius: 999px; background: var(--accent); box-shadow: inset 0 0 0 3px #dff3e6; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .78rem 1rem; border-radius: 8px; text-decoration: none; font-weight: 900; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: var(--accent-dark); color: white; }
.button.secondary { background: white; border-color: var(--line); color: var(--accent-dark); }
.button.dark { background: var(--ink); color: #fff; }
.button.text { color: var(--accent-dark); padding-left: 0; background: transparent; }
.note { border-left: 4px solid var(--accent); padding: 1rem 1.1rem; background: var(--soft); border-radius: 8px; color: var(--muted); }
.boundary { background: var(--ink); color: white; border-radius: 18px; padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--shadow); }
.boundary h2, .boundary h3 { color: white; }
.boundary p, .boundary li { color: #d7e5dc; }
.boundary .badge { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #9be7af; }
.workflow { display: grid; gap: .85rem; counter-reset: step; }
.workflow .step { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem; }
.workflow .step::before { counter-increment: step; content: counter(step); width: 42px; height: 42px; border-radius: 999px; background: var(--soft); color: var(--accent-dark); display: grid; place-items: center; font-weight: 950; }
.workflow .step h3 { margin-top: .1rem; }
.snapshot-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1rem; box-shadow: var(--shadow); }
.snapshot-card .snapshot-head { border-radius: 14px; background: linear-gradient(135deg, var(--ink), #203740); color: #fff; padding: 1rem; display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.snapshot-card .snapshot-head h3, .snapshot-card .snapshot-head p { color: #fff; }
.snapshot-card .snapshot-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: .75rem; }
.snapshot-card .snapshot-cell { background: var(--soft-2); border: 1px solid var(--line); border-radius: 12px; padding: .85rem; }
.snapshot-card .snapshot-cell strong { color: var(--accent-dark); display: block; margin-bottom: .25rem; }
.kicker { font-size: .9rem; color: var(--muted); font-weight: 850; }
.code-box { background: #132229; color: #dbe8df; border-radius: 14px; padding: 1rem; overflow: auto; border: 1px solid rgba(255,255,255,.12); }
.code-box code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .9rem; white-space: pre; }
.feature-image { width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow); display: block; background: #fff; }
.quote-card { background: var(--soft); border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.3rem, 3vw, 2rem); }
.quote-card blockquote { margin: 0; font-size: clamp(1.35rem, 2.7vw, 2.2rem); line-height: 1.15; font-weight: 900; color: var(--ink); }
.final-cta { background: linear-gradient(120deg, #132229, #1f3a2d); color: #fff; }
.final-cta h2, .final-cta p { color: #fff; }
.final-cta a:not(.button) { color: #9be7af; font-weight: 900; text-decoration: none; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-card label { display: grid; gap: .35rem; color: var(--ink); font-weight: 850; }
.form-card input, .form-card select, .form-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: .75rem; font: inherit; color: var(--ink); background: #fff; }
.form-card textarea { min-height: 132px; resize: vertical; }
.form-card .full { grid-column: 1 / -1; }
.site-footer { background: #132229; color: white; padding: 2.5rem clamp(1rem, 4vw, 3rem); }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 1.5rem; }
.footer-inner a { display: block; color: #dbe8df; text-decoration: none; margin: .3rem 0; }
.footer-inner p { color: #c7d3cc; }
.footer-inner h2 { color: white; font-size: 1rem; }
.footer-brand img { filter: brightness(1.5); }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 960px) {
  .hero-inner, .split, .grid.two, .grid.three, .grid.four, .footer-inner { grid-template-columns: 1fr; }
  .hero-mark { opacity: .08; width: 80vw; right: -16rem; }
}
@media (max-width: 860px) {
  .top-strip-inner { flex-direction: column; align-items: flex-start; gap: .1rem; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); display: none; flex-direction: column; align-items: stretch; padding: .8rem; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .brand img { width: 112px; }
  .hero { min-height: auto; padding-top: 4rem; padding-bottom: 4rem; }
  .snapshot-card .snapshot-row, .form-grid { grid-template-columns: 1fr; }
  .form-card .full { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
