:root {
  --blue: #0874c9;
  --yellow: #ffd400;
  --ink: #111318;
  --paper: #f6f7f7;
  --muted: #626a73;
  --line: #dfe3e6;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }

header {
  height: 78px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
}
.logo {
  font-size: 18px;
  letter-spacing: -.04em;
  font-weight: 900;
}
.logo b { color: var(--blue); }
nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
nav .call {
  background: var(--ink);
  color: #fff;
  padding: 11px 16px;
  border-radius: 5px;
}

.hero {
  max-width: var(--max);
  margin: auto;
  padding: 92px 5vw 80px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  color: var(--blue);
  margin: 0 0 14px;
}
.hero h1 {
  font-size: clamp(52px, 6.6vw, 88px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 25px;
}
.hero h1 em {
  display: block;
  color: var(--blue);
  font-style: normal;
  margin-top: .04em;
}
.lead {
  font-size: 20px;
  max-width: 680px;
  color: #4e555d;
}
.buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  font-weight: 900;
}
.yellow { background: var(--yellow); border-color: var(--yellow); }
.white { background: #fff; }
.small { font-size: 13px; color: #777; }
.backup {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #5c636b;
}
.backup a {
  font-weight: 900;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-card {
  background: var(--yellow);
  padding: 38px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 14px 14px 0 var(--blue);
}
.hero-card span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.hero-card strong {
  font-size: 55px;
  line-height: 1;
  margin: 15px 0;
}
.hero-card p { max-width: 340px; }
.hero-card .main-num {
  font-size: 20px;
  font-weight: 950;
  margin-top: 8px;
}
.hero-card .backup {
  margin: 10px 0 0;
  color: #3d3d3d;
}
.hero-card .backup a {
  font-size: 14px;
  font-weight: 900;
}

.bar {
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 25px max(5vw, calc((100vw - var(--max)) / 2));
}
.bar div { display: flex; flex-direction: column; }
.bar span { font-size: 13px; color: #bfc4c9; }

.section {
  max-width: var(--max);
  margin: auto;
  padding: 100px 5vw;
}
.intro { max-width: 700px; margin-bottom: 45px; }
.section h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.05em;
  margin: 0 0 18px;
}
.intro > p:last-child {
  font-size: 17px;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cards article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 235px;
}
.cards i {
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  color: var(--blue);
}
.cards h3 {
  font-size: 27px;
  letter-spacing: -.03em;
  margin: 35px 0 8px;
}
.cards p { color: var(--muted); margin: 0; }

.rate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.rate-card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}
.rate-visual {
  background: #e4f4ff;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px 0;
}
.rate-visual img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}
.rate-body { padding: 28px 30px 32px; }
.rate-body h3 {
  font-size: 30px;
  letter-spacing: -.03em;
  margin: 0 0 16px;
}
.specs {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  color: var(--muted);
}
.specs li { margin: 0 0 6px; }
.specs b { color: var(--ink); }
.rate-card table {
  width: 100%;
  border-collapse: collapse;
}
.rate-card th,
.rate-card td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.rate-card th {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.rate-card td:last-child,
.rate-card th:last-child {
  text-align: right;
  font-weight: 900;
}
.rate-card td span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.rate-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.dark {
  max-width: none;
  background: var(--blue);
  color: #fff;
  padding-left: max(5vw, calc((100vw - var(--max)) / 2));
  padding-right: max(5vw, calc((100vw - var(--max)) / 2));
}
.dark .eyebrow { color: var(--yellow); }
.steps {
  max-width: var(--max);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.steps b {
  display: flex;
  width: 42px;
  height: 42px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.steps h3 { font-size: 24px; margin: 18px 0 7px; }
.steps p { color: #dceeff; max-width: 300px; }

.about {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 75px;
  align-items: center;
}
.mark {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}
.about p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
}
.about strong { color: var(--ink); }

.cta {
  background: var(--yellow);
  padding: 70px max(5vw, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta h2 {
  font-size: 56px;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -.05em;
}
.cta p:not(.eyebrow) { margin: 0; }
.cta .eyebrow { color: #075ca5; }
.contact {
  align-items: start;
  gap: 48px;
}
.contact-copy { flex: 1; min-width: 0; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; }
.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
  min-width: 0;
}
.form-wrap {
  flex: 1;
  min-width: min(480px, 100%);
  max-width: 560px;
}
.form-card,
.form-success {
  background: #fff;
  border: 2px solid var(--ink);
  padding: 28px 30px 26px;
  box-shadow: 10px 10px 0 var(--ink);
}
.form-card h3,
.form-success h3 {
  font-size: 28px;
  letter-spacing: -.03em;
  margin: 0 0 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-grid .full { grid-column: 1 / -1; }
.form-card label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}
.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  font: inherit;
  font-weight: 500;
  color: var(--ink);
  padding: 11px 12px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: #fff;
}
.form-card textarea {
  min-height: 120px;
  resize: vertical;
}
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 0;
}
.form-card .btn {
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
}
.form-card .btn:disabled {
  opacity: .65;
  cursor: wait;
}
.form-note,
.form-status {
  font-size: 13px;
  margin: 12px 0 0;
  color: var(--muted);
}
.form-status { color: #9b1c1c; font-weight: 700; }
.honey {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.form-success a { font-weight: 900; }
.person {
  background: #fff;
  border: 2px solid var(--ink);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.person b { font-size: 16px; }
.person a { font-weight: 800; }

footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 28px max(5vw, calc((100vw - var(--max)) / 2));
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}
footer .logo { color: var(--ink); }
footer .logo b { color: var(--blue); }
footer a { font-weight: 700; }
.foot-people {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.foot-people div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.foot-people b { color: var(--ink); }

@media (max-width: 850px) {
  header { height: 68px; padding: 0 20px; }
  nav a:not(.call) { display: none; }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
    gap: 45px;
  }
  .hero-card { box-shadow: 9px 9px 0 var(--blue); }
  .bar {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    gap: 18px;
  }
  .section { padding: 72px 20px; }
  .cards,
  .steps,
  .rate-grid,
  .people { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 35px; }
  .cta {
    padding: 55px 20px;
    display: block;
  }
  .people { margin-top: 25px; }
  .form-wrap { max-width: none; min-width: 0; margin-top: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card,
  .form-success { box-shadow: 7px 7px 0 var(--ink); }
  footer {
    padding: 28px 20px;
    flex-wrap: wrap;
  }
}
