:root {
  --navy: #054274;
  --navy-deep: #032b4c;
  --navy-soft: #0b568f;
  --green: #46b76b;
  --green-bright: #91efad;
  --ink: #122733;
  --muted: #607581;
  --paper: #f3f0e8;
  --card: #fffef9;
  --line: rgba(5, 66, 116, .17);
  --sun: #f4cf6b;
  --coral: #f29476;
  --display: "Unbounded", sans-serif;
  --body: "Golos Text", sans-serif;
  --shadow: 0 28px 70px -36px rgba(3, 43, 76, .5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(5, 66, 116, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 66, 116, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.metrika-pixel { position: absolute; left: -9999px; }
.top-gap { margin-top: 24px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: white; padding: 12px; }
.skip-link:focus { top: 16px; }

.site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 232, .9);
  backdrop-filter: blur(15px);
}
.site-head .shell { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand img { display: block; height: 43px; width: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a[aria-current="page"], .site-nav a:hover { color: var(--navy); }
.head-login {
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 9px 17px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.head-login:hover { color: white; background: var(--navy); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 70px;
  padding-block: 82px;
}
.kicker, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--navy);
}
.kicker::before { content: ""; width: 28px; height: 8px; border-radius: 99px; background: var(--green); }
.hero h1 {
  max-width: 760px;
  margin: 24px 0 23px;
  font: 650 clamp(39px, 5.4vw, 72px)/1.04 var(--display);
  letter-spacing: -.065em;
  color: var(--navy-deep);
}
.hero h1 mark { color: inherit; background: var(--green-bright); padding: 0 .09em .05em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: #405c69; font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 750;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: #032e18; box-shadow: 0 13px 30px -16px #15823c; }
.button.primary:hover { background: #34a859; color: white; }
.button.secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.button.secondary:hover { background: var(--navy); color: white; }
.button.wide { width: 100%; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 17px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.micro-proof li::before { content: "●"; color: var(--green); margin-right: 7px; font-size: 8px; vertical-align: 2px; }

.hero-board {
  position: relative;
  min-height: 480px;
  padding: 30px;
  color: white;
  background: var(--navy-deep);
  border-radius: 10px 46px 10px 10px;
  box-shadow: 18px 20px 0 var(--green), var(--shadow);
  overflow: hidden;
}
.hero-board::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  border: 1px dashed rgba(255, 255, 255, .24);
  border-radius: 50%;
  right: -75px;
  top: -60px;
}
.board-label { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--green-bright); font-weight: 800; }
.board-title { margin: 25px 0 33px; max-width: 410px; font: 600 24px/1.28 var(--display); letter-spacing: -.045em; }
.board-flow { display: grid; gap: 9px; position: relative; z-index: 2; }
.board-step { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); }
.board-step b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--navy-deep); }
.board-step span { font-size: 13px; }
.board-step small { color: #b8cad2; font-size: 10px; }
.board-result { margin-top: 23px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.board-result strong { font: 600 26px var(--display); color: var(--green-bright); }
.board-result span { max-width: 210px; color: #c4d5dd; font-size: 12px; }

.band { background: var(--navy-deep); color: white; }
.band .shell { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 1px; }
.band-item { padding: 25px 34px; border-left: 1px solid rgba(255,255,255,.13); }
.band-item:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.band-item strong { display: block; font: 600 20px var(--display); color: var(--green-bright); margin-bottom: 5px; }
.band-item span { color: #c3d3dc; font-size: 13px; }

.section { padding-block: 105px; }
.section.white { background: var(--card); border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 50px; margin-bottom: 47px; }
.section-head h2 { margin: 14px 0 0; font: 620 clamp(29px, 4vw, 48px)/1.13 var(--display); letter-spacing: -.055em; color: var(--navy-deep); }
.section-head > p { color: var(--muted); font-size: 16px; margin: 0; }
.grid-3, .grid-4 { display: grid; gap: 15px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.feature {
  min-height: 270px;
  padding: 27px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 7px 29px 7px 7px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.feature:nth-child(2n) { background: #e1f3e6; }
.feature-index { font-size: 10px; color: var(--muted); font-weight: 800; letter-spacing: .1em; }
.feature h3 { margin: 48px 0 13px; font: 620 19px/1.3 var(--display); letter-spacing: -.04em; color: var(--navy-deep); }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-note { margin-top: auto; padding-top: 18px; font-size: 11px; font-weight: 750; color: var(--navy); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--card); }
.process article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }
.process article:last-child { border-right: 0; }
.process b { display: block; font: 600 35px var(--display); color: var(--green); }
.process h3 { margin: 45px 0 12px; font: 600 17px/1.3 var(--display); color: var(--navy-deep); }
.process p { margin: 0; color: var(--muted); font-size: 13px; }

.calculator { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.calc-copy h2 { margin: 15px 0 22px; font: 620 clamp(31px, 4vw, 50px)/1.12 var(--display); letter-spacing: -.055em; color: var(--navy-deep); }
.calc-copy p { color: var(--muted); }
.calc-card { padding: 32px; border-radius: 9px 35px 9px 9px; background: var(--navy-deep); color: white; box-shadow: 16px 16px 0 var(--green); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 12px; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  min-height: 50px;
  padding: 12px 14px;
  color: white;
  background: rgba(255,255,255,.08);
  outline: none;
}
.field textarea { min-height: 116px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #aac0cb; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-bright); box-shadow: 0 0 0 3px rgba(70,183,107,.18); }
.field select option { color: var(--ink); background: white; }
.calc-total { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin: 29px 0 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.calc-total span { color: #bed1d9; font-size: 13px; }
.calc-total strong { font: 600 clamp(29px, 4vw, 46px) var(--display); color: var(--green-bright); white-space: nowrap; }
.calc-note { color: #a9c0ca; font-size: 11px; margin: 12px 0 0; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.price-card { min-height: 360px; padding: 29px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; }
.price-card.recommended { background: var(--green-bright); border: 2px solid var(--navy-deep); transform: translateY(-10px); }
.price-card small { font-size: 10px; font-weight: 800; letter-spacing: .11em; color: var(--navy); }
.price-card h3 { margin: 15px 0 23px; font: 600 22px var(--display); color: var(--navy-deep); }
.price-value { display: flex; align-items: end; gap: 9px; }
.price-value strong { font: 620 43px var(--display); letter-spacing: -.06em; color: var(--navy-deep); }
.price-value span { padding-bottom: 7px; color: var(--muted); font-size: 12px; }
.price-card ul { padding: 0; margin: 25px 0; list-style: none; color: var(--muted); font-size: 13px; }
.price-card li { padding: 8px 0 8px 20px; border-bottom: 1px solid var(--line); position: relative; }
.price-card li::before { content: "↗"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.price-card .button { margin-top: auto; }

.proof-note { border-left: 5px solid var(--sun); padding: 26px 29px; background: #fff8e3; color: #5c4b20; }
.proof-note strong { display: block; color: var(--ink); margin-bottom: 6px; }

.lead-section { background: var(--navy-deep); color: white; padding-block: 100px; }
.lead-layout { display: grid; grid-template-columns: 1fr 500px; gap: 80px; align-items: center; }
.lead-copy h2 { margin: 15px 0 21px; font: 620 clamp(31px, 4vw, 50px)/1.13 var(--display); letter-spacing: -.055em; }
.lead-copy p { color: #bfd0d8; max-width: 560px; }
.lead-copy .section-kicker { color: var(--green-bright); }
.lead-form { background: var(--card); color: var(--ink); padding: 31px; border-radius: 10px 36px 10px 10px; box-shadow: 13px 13px 0 var(--green); }
.lead-form h3 { margin: 0 0 20px; font: 600 20px var(--display); color: var(--navy-deep); }
.lead-form .field { margin-bottom: 14px; }
.lead-form .field input, .lead-form .field select, .lead-form .field textarea { color: var(--ink); border-color: var(--line); background: white; }
.lead-form .field input::placeholder, .lead-form .field textarea::placeholder { color: #8ba0aa; }
.lead-form .field input:focus, .lead-form .field select:focus, .lead-form .field textarea:focus { border-color: var(--green); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: 11px; }
.consent input { flex: none; margin-top: 3px; accent-color: var(--green); }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; color: #a53224; }
.form-status.success { color: #237b43; }
.lead-form .button[disabled] { opacity: .6; cursor: wait; transform: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.faq { display: grid; gap: 10px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 20px 23px; }
.faq summary { cursor: pointer; font-weight: 750; color: var(--navy-deep); }
.faq p { color: var(--muted); font-size: 14px; }

.site-foot { background: #021f37; color: white; padding-block: 50px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.foot-brand img { width: 160px; height: auto; }
.foot-brand p { color: #9eb5c0; font-size: 12px; max-width: 330px; }
.foot-col { display: grid; align-content: start; gap: 8px; }
.foot-col strong { margin-bottom: 7px; font-family: var(--display); font-size: 12px; }
.foot-col a { color: #b8cbd4; font-size: 12px; }
.foot-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #7793a0; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 50px; }
  .hero-board { min-height: 420px; }
  .section-head, .calculator, .lead-layout { grid-template-columns: 1fr; }
  .section-head { gap: 20px; }
  .grid-4, .process { grid-template-columns: 1fr 1fr; }
  .process article { border-bottom: 1px solid var(--line); }
  .process article:nth-child(2n) { border-right: 0; }
  .price-grid, .grid-3 { grid-template-columns: 1fr 1fr; }
  .lead-layout { gap: 45px; }
  .lead-form { width: min(100%, 600px); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-head .shell { min-height: 64px; gap: 12px; }
  .brand img { height: 37px; }
  .head-login { margin-left: auto; padding: 8px 13px; }
  .hero { padding-block: 55px 65px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 16px; }
  .actions { align-items: stretch; flex-direction: column; }
  .hero-board { min-height: 420px; padding: 24px 19px; box-shadow: 9px 11px 0 var(--green); }
  .board-step { grid-template-columns: 36px 1fr; }
  .board-step small { display: none; }
  .band .shell { grid-template-columns: 1fr; padding-block: 14px; }
  .band-item, .band-item:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 19px 5px; }
  .section { padding-block: 75px; }
  .grid-4, .grid-3, .process, .price-grid, .field-grid, .foot-grid { grid-template-columns: 1fr; }
  .process article { border-right: 0; }
  .price-card.recommended { transform: none; }
  .calc-card, .lead-form { padding: 23px; box-shadow: 8px 9px 0 var(--green); }
  .calc-total { align-items: flex-start; flex-direction: column; }
  .lead-section { padding-block: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
