:root {
  --navy: #062d6f;
  --deep-navy: #031c47;
  --red: #ff3b3f;
  --light: #f7f9ff;
  --white: #ffffff;
  --text: #172033;
  --muted: #5d6b82;
  --line: rgba(255,255,255,.22);
  --shadow: 0 24px 70px rgba(3, 28, 71, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--light);
  color: var(--text);
}

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

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

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, #164f9e 0%, var(--navy) 34%, var(--deep-navy) 100%);
  color: var(--white);
  padding: 32px 0 56px;
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.hero-bg::before {
  width: 420px;
  height: 420px;
  right: -150px;
  top: -140px;
}

.hero-bg::after {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: 30px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.brand {
  width: 138px;
  display: inline-block;
  margin-bottom: 28px;
}

.trust-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.trust-row img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffdfdf;
  font-size: 13px;
  font-weight: 900;
}

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

h1 {
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: .95;
  letter-spacing: -.06em;
  margin-bottom: 20px;
  max-width: 760px;
}

.hero-text {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .86);
  max-width: 680px;
  margin-bottom: 26px;
}

.benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.benefit-pills span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .1);
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.form-card {
  background: var(--white);
  color: var(--text);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.form-header {
  margin-bottom: 20px;
}

.form-header p {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.form-header h2 {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
  margin-bottom: 8px;
}

.form-header span,
.privacy-note {
  color: var(--muted);
  font-size: 14px;
}

form {
  display: grid;
  gap: 14px;
}

.field-group.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

input,
select {
  width: 100%;
  border: 1px solid #d8deea;
  border-radius: 14px;
  min-height: 50px;
  padding: 0 14px;
  font: inherit;
  color: var(--text);
  background: #fbfcff;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(6, 45, 111, .1);
}

button,
.cta-link {
  border: 0;
  border-radius: 16px;
  min-height: 54px;
  background: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  box-shadow: 0 16px 30px rgba(255, 59, 63, .28);
}

button:hover,
.cta-link:hover {
  transform: translateY(-1px);
}

.privacy-note {
  text-align: center;
  margin: 0;
  line-height: 1.45;
}

.proof-section {
  padding: 28px 0;
  margin-top: -28px;
  position: relative;
  z-index: 3;
}

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

.proof-card {
  background: var(--white);
  border: 1px solid #e6ebf4;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(3, 28, 71, .08);
}

.proof-card strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 8px;
}

.proof-card p {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.5;
}

.mission-section {
  padding: 20px 0 56px;
}

.mission-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--deep-navy);
  color: var(--white);
  border-radius: 30px;
  padding: 34px;
  overflow: hidden;
  position: relative;
}

.mission-card h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -.05em;
  margin-bottom: 12px;
}

.mission-card p:last-child {
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 720px;
}

@media (max-width: 880px) {
  .hero-grid,
  .proof-grid,
  .mission-card {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 24px;
  }

  .brand {
    margin-bottom: 22px;
  }

  .form-card {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .field-group.two-col {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }

  .benefit-pills span {
    width: 100%;
  }

  .mission-card {
    padding: 26px;
  }
}


.ghl-form-wrap {
  width: 100%;
  height: 760px;
  overflow: hidden;
}

@media (max-width: 880px) {
  .ghl-form-wrap {
    height: 840px;
  }
}

@media (max-width: 560px) {
  .ghl-form-wrap {
    height: 920px;
  }
}
