:root {
  --bg: #edf0ea;
  --surface: #f7f6f0;
  --text: #111915;
  --muted: #56625b;
  --line: rgba(17, 25, 21, .18);
  --accent: #e9ad57;
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.65 "Manrope", Arial, sans-serif;
}

a { color: inherit; }

.shell {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.logo {
  font: 700 20px/1 "Unbounded", "Manrope", Arial, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
}

.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb a { text-underline-offset: 3px; }

.hero {
  min-height: 600px;
  padding: 80px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 8vw;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.eyebrow,
.section-label {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
}

h1 {
  max-width: 930px;
  margin-bottom: 30px;
  font-size: clamp(54px, 7.2vw, 108px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.05em;
}

.hero__lead {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.35;
}

.offer {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.offer strong {
  display: block;
  font: 500 34px/1.15 "Manrope", Arial, sans-serif;
}

.offer dl {
  margin: 30px 0;
  display: grid;
  gap: 16px;
}

.offer dl div {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.offer dt { color: var(--muted); }
.offer dd { margin: 0; font-weight: 600; text-align: right; }

.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text);
  border-radius: 999px;
  color: var(--bg);
  background: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.section {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
}

.section__heading {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 7vw;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(34px, 4.5vw, 66px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -.04em;
}

.section__copy {
  max-width: 780px;
  color: var(--muted);
  font-size: 19px;
}

.section__copy p:first-child { margin-top: 0; }

.cards {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.card {
  min-height: 260px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.card:last-child { border-right: 0; }

.card h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

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

.steps {
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.steps li {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 60px .8fr 1.2fr;
  gap: 26px;
  border-bottom: 1px solid var(--line);
}

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

.steps strong {
  font: 500 22px/1.25 "Unbounded", "Manrope", Arial, sans-serif;
}

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

.faq {
  margin-top: 48px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

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

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
}

.price-note { margin-top: 34px; }

.price-table {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.price-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
}

.price-table th,
.price-table td {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.price-table tr:last-child th,
.price-table tr:last-child td { border-bottom: 0; }
.price-table th:last-child,
.price-table td:last-child { border-right: 0; }
.price-table thead th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.price-table tbody th { font-family: "Unbounded", "Manrope", Arial, sans-serif; }

.related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.related a {
  min-height: 150px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: 1px solid var(--line);
  font: 500 22px/1.25 "Unbounded", "Manrope", Arial, sans-serif;
  text-decoration: none;
}

.cta {
  padding: 94px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cta h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.footer {
  padding: 46px 0;
  color: #f2f4f5;
  background: #07111e;
}

.footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer a { color: inherit; }

@media (max-width: 760px) {
  .shell { width: calc(100% - 32px); }
  .header { min-height: 72px; }
  .header nav a:not(:last-child) { display: none; }
  .hero {
    min-height: 0;
    padding: 58px 0 68px;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero__lead { font-size: 20px; }
  .offer { padding: 24px; }
  .section { padding: 68px 0; }
  .section__heading { grid-template-columns: 1fr; gap: 16px; }
  .section__copy { font-size: 16px; }
  .cards { margin-top: 42px; grid-template-columns: 1fr; }
  .card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .card:last-child { border-bottom: 0; }
  .steps li { grid-template-columns: 34px 1fr; }
  .steps li p { grid-column: 2; }
  .related { grid-template-columns: 1fr; }
  .cta { padding: 70px 0; display: grid; }
  .footer .shell { display: grid; }
}
