:root {
  --bg: #000;
  --ink: #161616;
  --muted: #686868;
  --line: #d8d5cf;
  --white: #fff;
  --lime: #d7ff3f;
  --purple: #6544ff;
  --dark: #111;
  --radius: 24px;
  --shadow: 0 18px 55px rgba(15, 15, 15, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.55 Manrope, Arial, sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
}

.skip {
  position: absolute;
  left: -9999px;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 99;
  background: #fff;
  padding: 12px;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 243, 239, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

nav {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.logo {
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -1px;
}

.logo i {
  color: var(--purple);
  font-style: normal;
}

.menu {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.menu a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.phone {
  font-weight: 800;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  padding: 15px 20px;
  background: var(--dark);
  color: #fff;
  text-decoration: none;
  font: 700 15px Manrope;
  cursor: pointer;
  transition: .2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.btn-accent {
  background: var(--lime);
  color: #111;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #aaa;
}

.hero {
  padding: 72px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
  color: #fff;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39b54a;
  box-shadow: 0 0 0 5px #0d0d0d;
}

h1 {
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: .98;
  letter-spacing: -4px;
  margin: 0 0 28px;
  max-width: 950px;
  color: #8264ee;
}

h1 span {
  color: var(--purple);
}

.lead {
  font-size: 20px;
  max-width: 720px;
  color: #fff;
  margin: 0 0 28px;
}

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

.hero-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}

.hero-card {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.hero-card:after {
  content: "A";
  position: absolute;
  right: -25px;
  bottom: -90px;
  font-size: 270px;
  font-weight: 800;
  color: rgba(215, 255, 63, .12);
  line-height: 1;
}

.hero-card h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
  max-width: 330px;
  position: relative;
  z-index: 1;
}

.price-list {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.price-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #444;
  padding-top: 12px;
}

.price-row strong {
  color: var(--lime);
}

.trust {
  padding: 18px 0 64px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  font-weight: 700;
}

.trust-item small {
  display: block;
  color: var(--muted);
  font-weight: 500;
  margin-top: 3px;
}

section {
  padding: 78px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
}

.section-head h2 {
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -2.5px;
  line-height: 1.04;
  margin: 8px 0 0;
  max-width: 790px;
  color: #fff;
}

.section-head p {
  max-width: 420px;
  color: var(--muted);
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition: .2s;
}

.service:hover {
  transform: translateY(-4px);
  border-color: #c8c4bd;
  box-shadow: var(--shadow);
}

.num {
  font-size: 13px;
  color: var(--muted);
}

.service h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 25px 0 12px;
}

.service p {
  color: var(--muted);
  margin: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}

.tag {
  font-size: 12px;
  background: #f0eee9;
  border-radius: 999px;
  padding: 7px 10px;
}

.service-bottom {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.service-price {
  font-size: 20px;
  font-weight: 800;
}

.arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  font-size: 21px;
  text-decoration: none;
}

.band {
  background: var(--purple);
  color: #fff;
}

.band .kicker {
  color: var(--lime);
}

.band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.band h2 {
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: -3px;
  line-height: 1;
  margin: 10px 0 24px;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.benefit {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 18px;
  padding: 20px;
}

.benefit strong {
  font-size: 18px;
  display: block;
}

.benefit span {
  font-size: 13px;
  color: #ded9ff;
}

.audit {
  background: #fff;
  color: #111;
  border-radius: var(--radius);
  padding: 30px;
}

.audit h3 {
  font-size: 28px;
  margin: 0 0 8px;
}

.audit p {
  color: var(--muted);
  margin: 0 0 20px;
}

form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #cbc8c1;
  border-radius: 12px;
  background: #fff;
  font: 15px Manrope;
}

.field textarea {
  resize: vertical;
  min-height: 90px;
}

.consent {
  font-size: 11px;
  color: var(--muted);
}

.consent a {
  text-decoration: underline;
}

.form-status {
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  counter-reset: step;
}

.step {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  counter-increment: step;
}

.step:before {
  content: "0" counter(step);
  display: block;
  color: var(--purple);
  font-weight: 800;
  margin-bottom: 35px;
}

.step h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.step p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.cases-note {
  background: #e8e5df;
  border-radius: var(--radius);
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.cases-note h3 {
  font-size: 28px;
  margin: 0 0 8px;
}

.cases-note p {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}

.faq {
  display: grid;
  gap: 10px;
  max-width: px;
}

.faq details {
  background: #fff;
  border-radius: 16px;
  padding: 0 22px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 20px 35px 20px 0;
  position: relative;
  list-style: none;
}

.faq summary:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 24px;
  top: 14px;
}

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

.faq p {
  color: var(--muted);
  padding: 0 0 20px;
  margin: 0;
}

.final {
  padding-top: 30px;
}

.final-box {
  background: var(--dark);
  color: #fff;
  border-radius: 30px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
}

.final h2 {
  font-size: clamp(38px, 5vw, 65px);
  letter-spacing: -3px;
  line-height: 1;
  margin: 0 0 18px;
}

.final p {
  color: #bbb;
}

.final .audit {
  padding: 25px;
}

.contacts {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contacts a {
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

footer {
  padding: 34px 0;
}

.foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  color: var(--muted);
  font-size: 13px;
}

.foot-links {
  display: flex;
  gap: 18px;
}

.sticky-cta {
  display: none;
}

@media (max-width: 960px) {
  .menu {
    display: none;
  }
  
  .hero-grid,
  .band-grid,
  .final-box {
    grid-template-columns: 1fr;
  }
  
  .hero-card {
    min-height: 320px;
  }
  
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  
  .trust-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  
  h1 {
    letter-spacing: -3px;
  }
  
  .phone {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 22px, 1180px);
  }
  
  nav {
    height: 66px;
  }
  
  .phone {
    display: none;
  }
  
  .hero {
    padding-top: 42px;
  }
  
  h1 {
    font-size: 44px;
    letter-spacing: -2.5px;
  }
  
  .lead {
    font-size: 17px;
    color: #fff;
  }
  
  .hero-actions .btn {
    width: 100%;
  }
  
  .trust-grid,
  .cards,
  .steps,
  .benefits {
    grid-template-columns: 1fr;
  }
  
  .section-head {
    display: block;
  }
  
  .section-head p {
    margin-top: 18px;
  }
  
  .service {
    min-height: 310px;
  }
  
  .cases-note {
    grid-template-columns: 1fr;
  }
  
  .final-box {
    padding: 28px 20px;
  }
  
  .foot {
    grid-template-columns: 1fr;
  }
  
  .foot-links {
    display: grid;
  }
  
  .sticky-cta {
    display: flex;
    position: fixed;
    z-index: 60;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--lime);
    color: #111;
    padding: 14px;
    border-radius: 14px;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  }
  
  body {
    padding-bottom: 65px;
  }
}