:root {
  --ink: #102b1f;
  --ink-2: #29483a;
  --muted: #64766d;
  --paper: #ffffff;
  --canvas: #f3f7f4;
  --canvas-2: #eaf1ec;
  --line: #dbe6de;
  --green: #16834f;
  --green-dark: #0d5a35;
  --green-soft: #e3f4e9;
  --orange: #f39236;
  --orange-soft: #fff0df;
  --blue: #2980c7;
  --blue-soft: #e7f2fb;
  --shadow-sm: 0 12px 35px rgba(15, 58, 36, .07);
  --shadow: 0 24px 70px rgba(15, 58, 36, .12);
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(243, 146, 54, .48); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 14px; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.accent { color: var(--green); }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(219, 230, 222, .85);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 900; letter-spacing: -.02em; }
.brand-logo { width: 184px; max-height: 48px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
.nav a { position: relative; color: #385547; padding: 27px 0 24px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; border-radius: 2px; background: var(--orange); transition: right .18s ease; }
.nav a:hover, .nav a.active { color: var(--green-dark); }
.nav a:hover::after, .nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--green-dark); cursor: pointer; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.hero { position: relative; overflow: hidden; padding: 94px 0 74px; background: radial-gradient(circle at 86% 5%, rgba(243,146,54,.17), transparent 31%), linear-gradient(145deg, #f8fbf9 0%, #edf4ef 100%); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -330px; width: 610px; height: 610px; border: 74px solid rgba(22,131,79,.07); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); gap: 64px; align-items: center; position: relative; z-index: 1; }
h1 { max-width: 780px; margin: 20px 0 22px; font-size: clamp(44px, 6.1vw, 78px); line-height: .99; letter-spacing: -.057em; text-wrap: balance; }
.lead { max-width: 760px; margin: 0; color: #405e50; font-size: clamp(18px, 2vw, 22px); }
.hero-brand-logo { width: min(430px, 92%); margin: -28px 0 -8px; mix-blend-mode: multiply; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 850; transition: transform .18s ease, background .18s ease, border .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(22,131,79,.22); }
.button.primary:hover { background: var(--green-dark); }
.button.secondary { background: rgba(255,255,255,.86); border-color: var(--line); color: var(--green-dark); }
.button.secondary:hover { background: #fff; border-color: #aacdb7; }
.button.light { background: #fff; color: var(--green-dark); }
.button.orange { background: var(--orange); color: #192f24; }
.button.orange:hover { background: #ffa24d; }

.hero-console { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.62); border-radius: var(--radius-lg); background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.console-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.console-title { font-weight: 900; letter-spacing: -.02em; }
.live-pill, .tag { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.live-pill { background: var(--green-soft); color: var(--green-dark); }
.live-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(22,131,79,.12); }
.process-list { display: grid; gap: 11px; }
.process-row { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-no { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; font-size: 14px; font-weight: 900; }
.process-row:nth-child(1) .process-no { background: var(--green-soft); color: var(--green-dark); }
.process-row:nth-child(2) .process-no { background: var(--orange-soft); color: #a55614; }
.process-row:nth-child(3) .process-no { background: var(--blue-soft); color: #1769a9; }
.process-row strong { display: block; margin-bottom: 2px; line-height: 1.25; }
.process-row small { color: var(--muted); }
.process-state { color: var(--green); font-size: 12px; font-weight: 850; }
.console-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.console-summary div { padding: 14px; border-radius: 16px; background: var(--ink); color: #fff; }
.console-summary strong { display: block; color: #ffc278; font-size: 22px; line-height: 1.1; }
.console-summary span { color: rgba(255,255,255,.67); font-size: 11px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 26px 30px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item:last-child { padding-right: 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-size: 24px; letter-spacing: -.04em; }
.trust-item span { color: var(--muted); font-size: 14px; }

.section { padding: 86px 0; }
.section.white { background: #fff; }
.section.dark { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.section.dark::before { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; top: -220px; border: 60px solid rgba(243,146,54,.2); border-radius: 50%; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 38px; }
.section-heading { max-width: 780px; }
.section-heading h2 { margin: 0 0 13px; font-size: clamp(34px, 4.6vw, 52px); line-height: 1.04; letter-spacing: -.047em; text-wrap: balance; }
.section-heading p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.dark .section-heading p { color: rgba(255,255,255,.68); }
.text-link { color: var(--green-dark); font-size: 14px; font-weight: 850; white-space: nowrap; }
.text-link::after { content: " →"; color: var(--orange); }

.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.solution-card { position: relative; min-height: 480px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-card::before { content: ""; position: absolute; z-index: 0; width: 150px; height: 150px; right: -52px; top: -94px; border: 26px solid var(--green-soft); border-radius: 50%; pointer-events: none; }
.solution-card.orange::before { border-color: var(--orange-soft); }
.solution-card.blue::before { border-color: var(--blue-soft); }
.solution-card > * { position: relative; z-index: 1; }
.solution-index { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 15px; background: var(--green-soft); color: var(--green-dark); font-weight: 900; }
.solution-card.orange .solution-index { background: var(--orange-soft); color: #a55614; }
.solution-card.blue .solution-index { background: var(--blue-soft); color: #1769a9; }
.solution-card h3 { margin: 0 0 12px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.solution-card p { margin: 0; color: var(--muted); }
.solution-points { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; color: var(--ink-2); font-size: 14px; list-style: none; }
.solution-points li { position: relative; padding-left: 18px; }
.solution-points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.solution-card.orange .solution-points li::before { background: var(--orange); }
.solution-card.blue .solution-points li::before { background: var(--blue); }
.solution-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.tag { background: var(--canvas); color: var(--ink-2); letter-spacing: 0; text-transform: none; }
.solution-card .text-link { margin-top: auto; padding-top: 26px; }

.approach-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: start; }
.approach-copy h2 { margin: 14px 0 18px; font-size: clamp(36px,4.5vw,54px); line-height: 1.03; letter-spacing: -.047em; }
.approach-copy p { color: rgba(255,255,255,.7); font-size: 18px; }
.approach-steps { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.14); }
.approach-step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px; background: rgba(255,255,255,.055); }
.approach-step strong { display: block; margin-bottom: 5px; }
.approach-step p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.approach-step span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(243,146,54,.17); color: #ffc078; font-weight: 900; }

.utility-band { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 34px 38px; border: 1px solid #f2d4b3; border-radius: 28px; background: linear-gradient(120deg, #fff7ed, #fff); }
.utility-band h2 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.03em; }
.utility-band p { max-width: 740px; margin: 0; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; padding: 70px 0 48px; background: radial-gradient(circle at 88% 10%, rgba(243,146,54,.14), transparent 28%), linear-gradient(180deg,#fff,var(--canvas)); }
.page-hero h1 { max-width: 900px; margin: 18px 0 16px; font-size: clamp(42px,5.5vw,66px); }
.breadcrumbs { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--green-dark); font-weight: 750; }
.page-hero .lead { max-width: 860px; }
.catalog-intro { max-width: 760px; }
.content { padding: 34px 0 86px; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 42px; align-items: start; }
.prose { padding: clamp(26px,4vw,48px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.prose h2 { margin: 44px 0 14px; font-size: 31px; line-height: 1.15; letter-spacing: -.03em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; font-size: 22px; }
.prose p, .prose li { color: #40594c; }
.prose a:not(.button) { color: var(--green-dark); font-weight: 800; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li + li { margin-top: 7px; }
.toc { position: sticky; top: 96px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.toc strong { display: block; margin-bottom: 8px; }
.toc a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; }
.toc a:hover { color: var(--green-dark); }
.product-visual { margin: 8px 0 32px; padding: 9px; border: 1px solid var(--line); border-radius: 22px; background: var(--canvas); box-shadow: var(--shadow-sm); }
.product-visual img { width: 100%; border-radius: 15px; }
.product-caption { padding: 10px 8px 3px; color: var(--muted); font-size: 12px; }
.manual-visual { margin: 24px 0 30px; padding: 8px; border: 1px solid var(--line); border-radius: 20px; background: var(--canvas); box-shadow: var(--shadow-sm); }
.manual-visual img { width: 100%; border-radius: 13px; }
.manual-visual figcaption { padding: 10px 7px 3px; color: var(--muted); font-size: 12px; }
.manual-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.manual-card { display: flex; min-height: 370px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.manual-card .solution-index { margin-bottom: 34px; }
.manual-card h2 { margin: 0 0 12px; font-size: 26px; line-height: 1.12; letter-spacing: -.035em; }
.manual-card p { margin: 0; color: var(--muted); }
.manual-card .button { align-self: flex-start; margin-top: auto; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 20px 0; padding: 0!important; list-style: none; }
.feature-list li { padding: 14px 15px; border: 1px solid var(--line); border-radius: 14px; background: #f9fbfa; }
.feature-list li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.checklist { margin: 18px 0; padding: 0!important; list-style: none; }
.checklist li { position: relative; margin: 10px 0; padding-left: 28px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.steps { display: grid; gap: 12px; margin: 20px 0; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfa; }
.step-no { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; }
.step strong { display: block; margin-bottom: 3px; }
.note, .info, .warning { margin: 22px 0; padding: 16px 18px; border-radius: 16px; }
.note { border: 1px solid #f4d3ad; background: #fff8ef; color: #754619; }
.info { border: 1px solid #cfe8d7; background: var(--green-soft); color: #285d3e; }
.warning { border: 1px solid #f0c9bf; background: #fff3f0; color: #8b3f2d; }
.table-wrap { overflow-x: auto; margin: 20px 0; }
table { width: 100%; min-width: 640px; border-collapse: collapse; }
th,td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f5f9f6; color: var(--green-dark); font-size: 14px; }
td { color: #3f594a; }
.callout { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 30px; padding: 28px; border-radius: 22px; background: var(--ink); color: #fff; }
.callout h3 { margin: 0 0 6px; }
.callout p { margin: 0; color: rgba(255,255,255,.68); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--ink); font-weight: 900; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a:hover { color: var(--green-dark); }

@media (max-width: 980px) {
  .hero-grid, .approach-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero-console { max-width: 650px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .manual-grid { grid-template-columns: 1fr 1fr; }
  .manual-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 76px; align-items: stretch; gap: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
  .nav.open { display: flex; flex-direction: column; }
  .nav a { padding: 12px 0; }
  .nav a::after { bottom: 8px; right: 100%; }
  .menu-toggle { display: grid; place-items: center; }
  .trust-grid { grid-template-columns: 1fr; padding: 6px 0; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { padding: 18px 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .content-layout { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
  .utility-band, .callout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px,1180px); }
  .brand-logo { width: 166px; }
  .hero { padding: 62px 0 52px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); }
  h1 { font-size: clamp(42px,14vw,62px); }
  .hero-console { padding: 15px; border-radius: 24px; }
  .process-row { grid-template-columns: 42px minmax(0,1fr); padding: 13px; }
  .process-no { width: 42px; height: 42px; }
  .process-state { grid-column: 2; }
  .console-summary { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card:last-child { grid-column: auto; min-height: 390px; }
  .manual-grid { grid-template-columns: 1fr; }
  .manual-card:last-child { grid-column: auto; }
  .feature-list { grid-template-columns: 1fr; }
  .page-hero { padding: 50px 0 34px; }
  .footer-inner { grid-template-columns: 1fr; }
}
