:root {
  --ink: #101820;
  --muted: #64717d;
  --line: #d8dee5;
  --paper: #f7f9fb;
  --white: #ffffff;
  --blue: #0b4f8a;
  --blue-dark: #073763;
  --gold: #e8b44f;
  --green: #146c53;
  --shadow: 0 24px 70px rgba(16, 24, 32, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(247, 249, 251, 0.92);
  border-bottom: 1px solid rgba(216, 222, 229, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-right: auto;
}

.brand b {
  color: var(--blue);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 14px;
}

nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.header-cta,
.primary,
.secondary,
.checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.primary,
.checkout {
  color: #fff;
  background: var(--blue);
}

.secondary {
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid var(--line);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: clamp(64px, 8vw, 116px) clamp(20px, 6vw, 92px) 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero-lead {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 10px;
  color: var(--blue-dark);
  background: #e7f1f9;
  border: 1px solid #c8ddec;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  min-height: 520px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(11, 79, 138, 0.92), rgba(7, 55, 99, 0.96)),
    radial-gradient(circle at 80% 12%, rgba(232, 180, 79, 0.45), transparent 34%);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-top {
  display: flex;
  gap: 8px;
  margin-bottom: 42px;
}

.panel-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.filing-card,
.status-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.filing-card {
  padding: 30px;
}

.filing-card small {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.filing-card h2 {
  margin: 9px 0 24px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.filing-card ul,
.price-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filing-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.filing-card b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 12px;
}

.status-card {
  width: min(280px, 82%);
  margin: -18px 0 0 auto;
  padding: 20px;
  border-left: 6px solid var(--gold);
}

.status-card span,
.status-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.status-card strong {
  display: block;
  margin: 5px 0;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.notice {
  margin: 0 clamp(20px, 6vw, 92px);
  padding: 18px 22px;
  background: #fff8e8;
  border: 1px solid #efd89d;
  border-radius: 8px;
  line-height: 1.55;
}

.section {
  padding: 86px clamp(20px, 6vw, 92px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section h2,
.final-cta h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

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

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.price-card.featured {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: var(--blue-dark);
  background: #e7f1f9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.price-card h3 {
  margin: 20px 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.price-card p {
  color: var(--muted);
  line-height: 1.6;
}

.price {
  margin: 16px 0 24px;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.price-card li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: #34424e;
  font-size: 14px;
}

.checkout {
  width: 100%;
  margin-top: auto;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background: #fff;
}

.split p {
  color: var(--muted);
  line-height: 1.7;
}

.compliance-box {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px;
  background: #eef7f3;
  border: 1px solid #c9e4d9;
  border-radius: 8px;
}

.compliance-box span {
  color: var(--muted);
  line-height: 1.6;
}

.intake-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 12px;
  background: #fff;
  color: var(--ink);
  outline-color: var(--blue);
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.45;
}

.check input {
  width: auto;
  margin-top: 3px;
}

.form-message {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.steps span {
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
}

.steps h3 {
  margin: 16px 0 9px;
  font-size: 19px;
}

.steps p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin: 0 clamp(20px, 6vw, 92px) 72px;
  padding: clamp(30px, 5vw, 54px);
  color: #fff;
  background: var(--blue-dark);
  border-radius: 14px;
}

.final-cta p {
  max-width: 680px;
  color: #d7e7f3;
}

.final-cta .eyebrow {
  color: var(--gold);
}

code {
  padding: 3px 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 5px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(20px, 6vw, 92px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

footer p {
  margin: 0;
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .hero-panel {
    min-height: 460px;
  }

  .final-cta,
  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  .intake-form {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary,
  .secondary {
    width: 100%;
  }
}
