:root {
  --navy: #071d56;
  --blue: #0a4fb8;
  --cyan: #009fb8;
  --green: #25a85a;
  --ink: #14213d;
  --muted: #65728a;
  --line: #dbe7f3;
  --soft: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 29, 86, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 29, 86, 0.96), rgba(10, 79, 184, 0.86)),
    radial-gradient(circle at 80% 20%, rgba(37, 168, 90, 0.32), transparent 36%);
  overflow: hidden;
}

.topbar {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.nav-cta {
  display: none;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  font-weight: 700;
}

.hero-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 72px;
  display: grid;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #7ce7ee;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 8vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 26px 0;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(0, 159, 184, 0.25);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.trust-row {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.trust-row span {
  padding-left: 16px;
  border-left: 3px solid #7ce7ee;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 22%;
}

.hero-card-body {
  padding: 20px;
}

.card-kicker {
  margin-bottom: 6px;
  color: #7ce7ee;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card h2 {
  color: var(--white);
  font-size: 1.55rem;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding: 70px 0;
}

.section-tinted {
  background: var(--soft);
}

.intro-strip {
  padding: 22px 0;
  background: linear-gradient(180deg, #eef6ff, #ffffff);
}

.intro-strip img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split,
.credibility-grid,
.form-grid {
  display: grid;
  gap: 30px;
}

.text-stack p,
.section-heading p,
.credibility p,
.final-cta p {
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-heading.narrow {
  max-width: 660px;
}

.service-grid,
.benefit-grid,
.steps,
.two-cards {
  display: grid;
  gap: 14px;
}

.service-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(7, 29, 86, 0.06);
}

.benefit-card,
.steps article,
.audience-card,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(7, 29, 86, 0.07);
}

.benefit-card,
.steps article,
.audience-card {
  padding: 22px;
}

.benefit-card span,
.steps span {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #e6f7f9;
  color: var(--cyan);
  font-weight: 900;
}

.photo-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.check-list,
.audience-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.audience-card li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  color: var(--muted);
}

.check-list li::before,
.audience-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.muted-card {
  background: #f8fbff;
}

.muted-card li::before {
  background: var(--cyan);
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(7, 29, 86, 0.05);
}

summary {
  padding: 18px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(7, 29, 86, 0.95), rgba(10, 79, 184, 0.9)),
    var(--navy);
  color: var(--white);
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.microcopy {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid #7ce7ee;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.microcopy strong,
.microcopy span {
  display: block;
}

.lead-form {
  padding: 22px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--navy);
  font-weight: 900;
  font-size: 0.92rem;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid #cfddec;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(0, 159, 184, 0.2);
  border-color: var(--cyan);
}

.input-error {
  border-color: #dc2626 !important;
}

.input-valid {
  border-color: #16a34a !important;
}

input.input-error:focus,
textarea.input-error:focus {
  outline-color: rgba(220, 38, 38, 0.22);
}

input.input-valid:focus,
textarea.input-valid:focus {
  outline-color: rgba(22, 163, 74, 0.22);
}

.checkbox-group {
  margin: 0 0 14px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border-color 0.15s ease;
}

.checkbox-group.services-error {
  border-color: #dc2626;
}

.checkbox-group.services-valid {
  border-color: #16a34a;
}

.checkbox-group legend {
  margin-bottom: 4px;
  color: var(--navy);
  font-weight: 900;
  font-size: 0.92rem;
}

.field-help,
.field-error {
  margin: 0 0 10px;
  font-size: 0.84rem;
}

.field-help {
  color: var(--muted);
}

.field-error {
  color: #b42318;
  font-weight: 700;
}

.checkbox-grid {
  display: grid;
  gap: 9px;
}

.lead-form .checkbox-option {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #cfddec;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.checkbox-option input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--cyan);
}

.checkbox-option:has(input:checked) {
  border-color: var(--cyan);
  background: #e6f7f9;
}

.form-button {
  width: 100%;
}

.form-note,
.form-success {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.form-success {
  padding: 12px;
  border-radius: 8px;
  background: #e8f7ee;
  color: #146c38;
  font-weight: 700;
}

.form-success.is-error {
  background: #fdecea;
  color: #b42318;
}

.footer {
  padding: 28px 0;
  background: #061641;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  gap: 12px;
}

.footer a {
  color: #7ce7ee;
}

@media (min-width: 680px) {
  .nav-cta {
    display: inline-flex;
  }

  .hero-actions,
  .trust-row {
    grid-template-columns: repeat(3, auto);
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .benefit-grid,
  .steps,
  .two-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.25fr) 420px;
    padding-top: 58px;
  }

  .split,
  .credibility-grid,
  .form-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .topbar {
    align-items: flex-start;
  }

  .brand small {
    max-width: 190px;
  }

  h1 {
    font-size: 2.2rem;
  }
}
