:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #071412;
  --ink-2: #10231f;
  --muted: #5c6966;
  --muted-2: #7a8582;
  --paper: #ffffff;
  --soft: #f5f8f6;
  --soft-2: #eef4f1;
  --line: #dfe7e3;
  --line-strong: #b8c8c2;
  --green: #008a75;
  --green-dark: #045044;
  --aqua: #50d5cc;
  --blue: #315cff;
  --lime: #c8f04a;
  --coral: #e96345;
  --gold: #b9852e;
  --shadow: 0 26px 70px rgba(7, 20, 18, 0.12);
  --soft-shadow: 0 16px 44px rgba(7, 20, 18, 0.08);
  --radius: 8px;
  --max: 1200px;
  --wide: 1480px;
  --header-h: 72px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  width: 1em;
  height: 1em;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 30;
  transform: translateY(-150%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.not-found {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: clamp(46px, 8vw, 82px);
  min-height: 100vh;
  padding: clamp(24px, 5vw, 64px);
}

.not-found section {
  margin: auto 0;
  max-width: 760px;
  padding: 0;
}

.not-found h1 {
  color: var(--ink);
  font-size: clamp(3rem, 10vw, 6.8rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 0 24px;
}

.not-found p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin: 0 0 34px;
  max-width: 640px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 231, 227, 0.95);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 26px;
  height: var(--header-h);
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, #06110f 0%, #0b2a25 100%);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.brand-mark svg {
  height: 31px;
  width: 31px;
}

.mark-frame {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.74);
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.mark-a,
.mark-i,
.mark-signal {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark-a {
  stroke: #fff;
  stroke-width: 3.2;
}

.mark-i {
  stroke: var(--lime);
  stroke-width: 3;
}

.mark-signal {
  stroke: var(--aqua);
  stroke-width: 2.6;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 1.55rem;
  font-weight: 880;
  letter-spacing: 0;
}

.brand-text strong span {
  color: var(--green);
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.6vw, 38px);
  justify-content: center;
  margin-left: auto;
}

.nav a,
.site-footer a,
.header-contact {
  color: #33413d;
  font-size: 0.84rem;
  font-weight: 640;
}

.nav a:hover,
.site-footer a:hover,
.header-contact:hover {
  color: var(--green);
}

.nav a:first-child::after {
  content: "⌄";
  display: inline-block;
  font-size: 0.85em;
  margin-left: 6px;
  transform: translateY(-1px);
}

.header-cta {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 4px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 820;
  min-width: max-content;
  padding: 13px 25px;
  box-shadow: 0 12px 28px rgba(0, 138, 117, 0.18);
}

.header-cta:hover,
.floating-cta:hover {
  background: var(--green-dark);
}

#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  grid-template-columns: minmax(710px, 0.98fr) minmax(520px, 1.02fr);
  min-height: 560px;
  overflow: hidden;
  padding: clamp(52px, 5.8vw, 76px) clamp(38px, 4.4vw, 68px) clamp(28px, 3.4vw, 44px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 18, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 20, 18, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(3rem, 3.52vw, 3.62rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.17;
  margin: 0;
  text-wrap: balance;
}

.hero p {
  color: #2e3c38;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.62;
  margin: 20px 0 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 820;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button svg,
.floating-cta svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.button-primary {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 138, 117, 0.22);
}

.button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(0, 138, 117, 0.27);
}

.button-secondary {
  background: #fff;
  border: 1px solid rgba(0, 138, 117, 0.48);
  color: var(--green-dark);
}

.button-secondary:hover {
  background: #f2fbf8;
  border-color: var(--green);
}

.hero-points {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.hero-points li {
  align-items: center;
  border-top: 0;
  color: #33413d;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  line-height: 1.2;
  padding-top: 0;
}

.hero-points strong,
.hero-points small {
  display: block;
}

.hero-points strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.hero-points small {
  color: var(--muted);
  font-size: 0.72rem;
  margin-top: 3px;
}

.proof-icon {
  color: var(--green);
}

.proof-icon svg,
.motor-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  height: 34px;
  width: 34px;
}

.hero-visual {
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero-visual img {
  height: auto;
  margin-left: auto;
  max-width: min(800px, 54vw);
  width: 100%;
}

section {
  padding: clamp(76px, 10vw, 138px) clamp(20px, 4vw, 56px);
}

.section-kicker {
  color: var(--green);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.75fr);
  margin: 0 auto clamp(36px, 6vw, 68px);
  max-width: var(--max);
}

.section-head-wide {
  grid-template-columns: minmax(420px, 1.1fr) minmax(320px, 0.8fr);
}

.section-head h2,
.brand-panel h2,
.support-copy h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

.section-head p,
.support-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.68;
  margin: 0;
  max-width: 620px;
}

.brand-section {
  background: var(--ink);
  color: #fff;
  margin: 0 clamp(12px, 1.3vw, 20px);
  padding: clamp(36px, 4vw, 44px) clamp(42px, 6vw, 86px);
  border-radius: 8px;
}

.brand-panel {
  display: block;
  margin: 0 auto;
  max-width: var(--wide);
}

.brand-panel > div:first-child {
  display: none;
}

.brand-panel .section-kicker {
  color: var(--lime);
}

.brand-motor-grid {
  display: grid;
  gap: clamp(34px, 8vw, 120px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-motor-grid article {
  align-items: start;
  border-left: 0;
  display: grid;
  gap: 0 34px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 146px;
  padding: 0;
}

.brand-motor-grid article > span:not(.motor-icon) {
  color: var(--aqua);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  grid-column: 2;
  margin-bottom: 10px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.motor-icon {
  color: var(--aqua);
  grid-row: 1 / span 3;
  padding-top: 4px;
}

.motor-icon svg {
  height: 54px;
  stroke-width: 1.55;
  width: 54px;
}

.brand-motor-grid h3 {
  color: #fff;
  font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  line-height: 1;
  margin: 0;
}

.brand-motor-grid h3::after {
  background: var(--aqua);
  content: "";
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 108px;
}

.brand-motor-grid p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.94rem;
  line-height: 1.68;
  margin: 24px 0 0;
  max-width: 300px;
}

.problem-section {
  background: #fff;
  padding-top: clamp(44px, 5vw, 68px);
}

.problem-list {
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: var(--max);
}

.problem-list article {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 56px minmax(180px, 0.48fr) minmax(260px, 1fr);
  padding: 28px 0;
}

.problem-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.line-icon {
  align-items: center;
  background: #f1faf7;
  border: 1px solid #d6eee7;
  border-radius: 8px;
  color: var(--green-dark);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.line-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.problem-list h3,
.package-card h3,
.case-card h3,
.training-grid h3,
.support-grid h3,
.diagnostic-strip h3,
.process-list h3 {
  font-size: 1.18rem;
  line-height: 1.18;
  margin: 0;
}

.problem-list p,
.package-card p,
.package-card li,
.case-card p,
.case-card dd,
.training-grid p,
.support-grid p,
.process-list p,
.diagnostic-strip p,
.enterprise-row p,
.faq-list p {
  color: var(--muted);
  line-height: 1.62;
}

.problem-list p {
  margin: 0;
}

.packages-section {
  background: var(--soft);
}

.diagnostic-strip {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 1fr) max-content;
  margin: 0 auto 16px;
  max-width: var(--max);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: 0 24px 62px rgba(7, 20, 18, 0.16);
}

.diagnostic-strip h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 0 0 8px;
}

.diagnostic-strip p {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
  max-width: 780px;
}

.diagnostic-strip strong {
  color: var(--lime);
  font-size: 1.18rem;
  line-height: 1.2;
}

.package-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.package-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: clamp(24px, 3vw, 34px);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.package-card:hover {
  border-color: rgba(0, 138, 117, 0.45);
  box-shadow: var(--soft-shadow);
  transform: translateY(-2px);
}

.package-card.featured {
  border-color: var(--green);
  box-shadow: 0 26px 70px rgba(0, 138, 117, 0.14);
}

.package-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  margin: 0 0 14px;
}

.package-card p {
  margin: 0;
}

.package-card strong {
  color: var(--green-dark);
  display: block;
  font-size: 1.14rem;
  line-height: 1.28;
  margin-top: auto;
}

.package-card ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 24px 0 0;
  padding: 18px 0 0;
}

.package-card li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.package-card li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 6px;
}

.enterprise-row {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 0.65fr) minmax(260px, 1.8fr) minmax(210px, 0.65fr);
  margin: 18px auto 0;
  max-width: var(--max);
  padding: 22px 24px;
}

.enterprise-row span,
.enterprise-row strong {
  font-size: 1.08rem;
  font-weight: 860;
}

.enterprise-row p {
  margin: 0;
}

.fit-section {
  background: #fff;
}

.fit-layout {
  display: grid;
  gap: clamp(34px, 6vw, 84px);
  grid-template-columns: minmax(310px, 0.72fr) minmax(520px, 1.28fr);
  margin: 0 auto;
  max-width: var(--max);
}

.fit-copy {
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 34px);
}

.fit-copy h2 {
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

.fit-copy p {
  color: var(--muted);
  line-height: 1.68;
  margin: 22px 0 0;
  max-width: 560px;
}

.fit-tool {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
}

.fit-tool fieldset {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.fit-tool legend {
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0;
}

.fit-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fit-options-compact {
  grid-template-columns: 1fr;
}

.fit-option {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 8px;
  min-height: 136px;
  padding: 16px;
  position: relative;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.fit-options-compact .fit-option {
  min-height: 0;
  padding-left: 48px;
}

.fit-option:hover {
  border-color: rgba(0, 138, 117, 0.5);
  box-shadow: 0 14px 32px rgba(7, 20, 18, 0.07);
}

.fit-option:has(input:checked) {
  background: #f5fffb;
  border-color: var(--green);
  box-shadow: 0 14px 34px rgba(0, 138, 117, 0.12);
}

.fit-option input {
  accent-color: var(--green);
  height: 18px;
  margin: 0;
  width: 18px;
}

.fit-options-compact .fit-option input {
  left: 16px;
  position: absolute;
  top: 18px;
}

.fit-option span {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.18;
}

.fit-option small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.fit-result {
  background: linear-gradient(145deg, var(--ink), var(--ink-2));
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 30px);
}

.fit-result > span {
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-result strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.1;
}

.fit-result p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.62;
  margin: 0;
}

.fit-result .button {
  justify-self: start;
  margin-top: 8px;
}

.training-section {
  background: var(--soft);
}

.training-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.training-grid article {
  background: #fff;
  border-left: 1px solid var(--line);
  min-height: 260px;
  padding: clamp(26px, 4vw, 44px);
}

.training-grid article:first-child {
  border-left: 0;
}

.training-grid h3 {
  color: var(--green-dark);
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  margin-bottom: 18px;
}

.training-grid p {
  margin: 0;
}

.case-section {
  background: #fff;
}

.case-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.case-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 430px;
  padding: clamp(26px, 4vw, 42px);
}

.case-card span {
  color: var(--gold);
  display: block;
  font-size: 0.88rem;
  font-weight: 860;
  margin-bottom: 16px;
}

.case-card h3 {
  font-size: clamp(1.32rem, 2vw, 1.85rem);
  margin-bottom: 18px;
}

.case-card p {
  margin: 0;
}

.case-card dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding-top: 20px;
}

.case-card dt {
  font-weight: 860;
}

.case-card dd {
  margin: 4px 0 0;
}

.process-section {
  background: var(--soft-2);
}

.process-list {
  counter-reset: process;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0;
}

.process-list li {
  border-top: 1px solid rgba(7, 20, 18, 0.36);
  padding: 26px 18px 0 0;
  position: relative;
}

.process-list li::before {
  background: var(--green);
  border: 3px solid var(--soft-2);
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 15px;
}

.process-list span {
  color: var(--coral);
  display: block;
  font-weight: 900;
  margin-bottom: 18px;
}

.process-list h3 {
  margin-bottom: 10px;
}

.process-list p {
  margin: 0;
}

.support-section {
  background: linear-gradient(135deg, var(--ink) 0%, #112420 62%, #0a1614 100%);
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 72px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
}

.support-copy {
  max-width: 620px;
}

.support-copy p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 22px;
}

.support-grid {
  display: grid;
  gap: 0;
  max-width: none;
}

.support-grid article {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 26px 0;
}

.support-grid article:first-child {
  border-top: 0;
  padding-top: 0;
}

.support-grid h3 {
  margin-bottom: 10px;
}

.support-grid p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.support-grid strong {
  color: var(--lime);
  display: block;
  margin-top: 14px;
}

.faq-section {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: 900px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.13rem;
  font-weight: 850;
  list-style: none;
  padding: 24px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--green);
  content: "+";
  float: right;
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -4px 0 24px;
  max-width: 760px;
}

.scope-section {
  background: #fff;
  padding-top: clamp(44px, 6vw, 86px);
}

.scope-panel {
  background: linear-gradient(145deg, var(--ink), #12312b);
  border-radius: 8px;
  box-shadow: 0 32px 78px rgba(16, 24, 22, 0.18);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(30px, 5vw, 58px);
}

.scope-panel h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.scope-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.64;
  margin: 18px 0 0;
}

.scope-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scope-grid article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px;
}

.scope-grid article:nth-child(1),
.scope-grid article:nth-child(2) {
  border-top: 0;
}

.scope-grid article:nth-child(odd) {
  border-left: 0;
}

.scope-grid h3 {
  color: var(--lime);
  font-size: 1.02rem;
  margin: 0;
}

.scope-grid p {
  margin-top: 8px;
}

.terms-section {
  background: #fff;
  padding-top: clamp(38px, 6vw, 82px);
}

.terms-layout {
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  margin: 0 auto;
  max-width: var(--max);
}

.terms-copy {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  align-self: start;
}

.terms-copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.42rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.terms-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
  margin: 20px 0 0;
}

.terms-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.terms-grid article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 190px;
  padding: 24px;
}

.terms-grid h3 {
  color: var(--green-dark);
  font-size: 1.05rem;
  line-height: 1.18;
  margin: 0;
}

.terms-grid p {
  color: var(--muted);
  line-height: 1.62;
  margin: 12px 0 0;
}

.final-cta {
  align-items: center;
  background: var(--soft-2);
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.final-cta h2 {
  max-width: 900px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 30px clamp(20px, 4vw, 56px);
}

.site-footer p {
  margin: 0;
}

.floating-cta {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 36px rgba(0, 138, 117, 0.26);
  color: #fff;
  display: none;
  height: 54px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 18px;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background 160ms ease;
  width: 54px;
  z-index: 18;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.consent-banner {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(184, 200, 194, 0.86);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 42px rgba(16, 24, 22, 0.12);
  color: var(--ink);
  display: flex;
  gap: 18px;
  left: auto;
  max-width: min(440px, calc(100% - 36px));
  padding: 16px;
  position: fixed;
  right: 18px;
  z-index: 24;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.consent-banner div {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.consent-banner button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 820;
  min-height: 38px;
  padding: 0 13px;
}

.consent-primary {
  background: var(--green);
  color: #fff;
}

.consent-secondary {
  background: #eef3ed;
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: clamp(54px, 8vw, 92px);
  }

  .hero-content {
    max-width: 860px;
  }

  .hero-visual img {
    margin-left: 0;
    max-width: min(980px, 100%);
  }
}

@media (max-width: 1040px) {
  .nav {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .section-head,
  .section-head-wide,
  .support-section,
  .brand-panel,
  .scope-panel,
  .terms-layout,
  .fit-layout,
  .final-cta {
    display: block;
  }

  .section-head p,
  .support-copy p {
    margin-top: 20px;
  }

  .brand-motor-grid,
  .scope-grid,
  .terms-grid,
  .fit-tool,
  .final-cta .button {
    margin-top: 34px;
  }

  .brand-motor-grid,
  .package-grid,
  .case-grid,
  .training-grid {
    grid-template-columns: 1fr;
  }

  .brand-motor-grid article,
  .training-grid article {
    border-left: 0;
    border-top: 1px solid rgba(7, 20, 18, 0.12);
  }

  .brand-motor-grid article {
    border-color: rgba(255, 255, 255, 0.16);
    min-height: 0;
    padding: 26px 0;
  }

  .brand-motor-grid article:first-child,
  .training-grid article:first-child {
    border-top: 0;
  }

  .training-grid article {
    min-height: 0;
  }

  .fit-copy {
    position: static;
  }

  .terms-copy {
    position: static;
  }

  .fit-options {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 42px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 64px;
  }

  .site-header {
    gap: 12px;
    padding: 0 16px;
  }

  .brand {
    font-size: 0.98rem;
    gap: 9px;
  }

  .brand-mark {
    height: 34px;
    width: 34px;
  }

  .brand-mark svg {
    height: 28px;
    width: 28px;
  }

  .brand-text small {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
  }

  .hero {
    padding: 44px 18px 28px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10.8vw, 3.35rem);
    line-height: 0.98;
  }

  .hero p {
    max-width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 360px;
  }

  .button {
    width: 100%;
  }

  .hero-points {
    display: none;
  }

  .hero-visual img {
    margin: 8px auto 0;
    max-width: 100%;
    transform: none;
    width: 100%;
  }

  section {
    padding: 66px 18px;
  }

  .brand-section {
    margin: 0 10px;
    padding: 54px 22px;
  }

  .section-head {
    gap: 0;
    margin-bottom: 34px;
  }

  .section-head h2,
  .brand-panel h2,
  .support-copy h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .problem-list article {
    display: block;
    padding: 26px 0;
  }

  .problem-list .line-icon {
    margin-bottom: 18px;
  }

  .problem-list h3 {
    margin-bottom: 10px;
  }

  .package-card {
    min-height: auto;
  }

  .diagnostic-strip {
    grid-template-columns: 1fr;
  }

  .enterprise-row {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    padding-bottom: 20px;
  }

  .scope-grid {
    grid-template-columns: 1fr;
  }

  .terms-grid {
    grid-template-columns: 1fr;
  }

  .terms-grid article {
    min-height: 0;
  }

  .scope-grid article,
  .scope-grid article:nth-child(2) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .scope-grid article:first-child {
    border-top: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 88px;
  }

  .floating-cta {
    display: flex;
  }

  .consent-banner {
    align-items: stretch;
    bottom: 10px;
    flex-direction: column;
    left: 10px;
    max-width: none;
    padding: 12px;
    right: 10px;
  }

  .consent-banner p {
    font-size: 0.82rem;
  }

  .consent-banner div {
    margin-left: 0;
  }

  .consent-banner button {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
