:root {
  --ink: #16283a;
  --muted: #587083;
  --paper: #f6f4ee;
  --white: #ffffff;
  --teal: #087e75;
  --teal-dark: #075d58;
  --line: #d9e1df;
  --accent: #e8b85b;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(22, 40, 58, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 750; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--teal);
  border-radius: 12px;
  letter-spacing: -.05em;
}
nav { display: flex; align-items: center; gap: 24px; }
nav a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.nav-cta { padding: 9px 15px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal) !important; }
main { overflow: hidden; }
.hero, .section, footer { max-width: 1180px; margin: 0 auto; }
.hero {
  min-height: 650px;
  padding: 90px 28px 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  align-items: center;
  gap: 70px;
}
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 5.7rem); }
h2 { max-width: 760px; margin-bottom: 28px; font-size: clamp(2.1rem, 4vw, 3.7rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.2rem; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 14px; }
.button { display: inline-block; padding: 13px 20px; border-radius: 999px; font-weight: 750; text-decoration: none; }
.primary { color: var(--white); background: var(--teal); }
.primary:hover { background: var(--teal-dark); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.microcopy { color: var(--muted); font-size: .88rem; }
.hero-card { padding: 32px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.card-label { color: var(--accent); font-weight: 800; }
.hero-card ul, .offer-details ul { margin: 22px 0 0; padding: 0; list-style: none; }
.hero-card li, .offer-details li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.section { padding: 95px 28px; }
.grid { display: grid; gap: 20px; }
.three { grid-template-columns: repeat(3, 1fr); }
.panel { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.panel p { color: var(--muted); }
.number { display: block; margin-bottom: 50px; color: var(--teal); font-weight: 800; }
.offer { max-width: none; padding-left: max(28px, calc((100vw - 1124px)/2)); padding-right: max(28px, calc((100vw - 1124px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; color: var(--white); background: var(--teal-dark); }
.offer .eyebrow { color: #9be1d8; }
.offer-details li { border-color: rgba(255,255,255,.18); }
.price { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 34px; }
.price strong { font-size: 2rem; }
.price span { color: #c9dfdc; font-size: .88rem; }
.steps { border-top: 1px solid var(--line); }
.steps div { display: grid; grid-template-columns: .55fr 1fr; gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps span, .profile > p { color: var(--muted); }
.profile { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.contact { margin-top: 70px; padding: 80px; color: var(--white); background: var(--ink); border-radius: 28px; }
.contact .eyebrow { color: var(--accent); }
.contact p { max-width: 720px; color: #c7d4dd; }
.light { margin-top: 18px; color: var(--ink); background: var(--white); }
footer { padding: 42px 28px; display: flex; justify-content: space-between; color: var(--muted); font-size: .88rem; }

@media (max-width: 820px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 60px; grid-template-columns: 1fr; gap: 30px; }
  .hero-card { transform: none; }
  .three, .offer, .profile { grid-template-columns: 1fr; }
  .offer { gap: 30px; }
  .contact { margin: 30px 14px 0; padding: 45px 28px; }
}

@media (max-width: 540px) {
  .site-header { padding: 16px 18px; }
  .brand > span:last-child { max-width: 150px; line-height: 1.1; }
  .hero, .section { padding: 60px 20px; }
  h1 { font-size: 3rem; }
  .steps div { grid-template-columns: 1fr; gap: 6px; }
  .price, footer { align-items: flex-start; flex-direction: column; }
}
