:root {
  --blue: #1f75d8;
  --navy: #0c3d79;
  --text: #203248;
  --muted: #6d7b8e;
  --line: #d9e2ee;
  --bg: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(12, 61, 121, 0.08);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero-wrap { width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(217,226,238,.9);
}
.header-inner {
  min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand img { width: 330px; height: auto; }
.brand { display: inline-flex; align-items: center; }
.menu-toggle { display: none; }
.main-nav ul { list-style: none; display: flex; margin: 0; padding: 0; gap: 10px; align-items: center; }
.main-nav a {
  display: inline-block; padding: 14px 16px; color: var(--text); font-size: 17px; border-radius: 12px;
}
.main-nav a.active, .main-nav a:hover { color: var(--navy); background: #eef5fd; text-decoration: none; }
.hero-shell {
  padding: 18px 0 0;
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 26px 26px;
  box-shadow: 0 10px 24px rgba(12,61,121,.06);
}
.intro-strip {
  background: #f3f5f7;
  padding: 42px 0 38px;
}
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); background: transparent;
}
.feature-card {
  padding: 18px 30px 8px;
  text-align: center;
  position: relative;
}
.feature-card:not(:last-child)::after {
  content: ""; position: absolute; top: 22px; right: 0; width: 1px; height: calc(100% - 44px); background: var(--line);
}
.icon-circle {
  width: 92px; height: 92px; border: 2px solid var(--blue); border-radius: 50%; margin: 0 auto 20px;
  display: grid; place-items: center; color: var(--blue); font-size: 38px; font-weight: 700;
}
.feature-card h3 { margin: 0 0 12px; font-size: 21px; color: var(--navy); }
.feature-card p { margin: 0 auto; max-width: 280px; color: #3b4a5f; font-size: 18px; }
.section { padding: 82px 0; }
.section.soft { background: var(--bg); }
.split-grid {
  display: grid; grid-template-columns: 1fr 1.08fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white);
}
.contact-panel, .signup-panel { padding: 54px 52px; }
.contact-panel { border-right: 1px solid var(--line); }
.section-kicker {
  display: inline-block; font-size: 14px; letter-spacing: 1.7px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; font-weight: 700;
}
.panel-title, h1, h2 { color: var(--navy); line-height: 1.15; }
.panel-title { margin: 0 0 24px; font-size: 42px; }
.lead { color: #506073; font-size: 18px; max-width: 760px; }
.contact-list { display: grid; gap: 24px; margin-top: 30px; }
.contact-item { display: grid; grid-template-columns: 28px 1fr; gap: 16px; align-items: start; }
.contact-item .symbol { color: var(--blue); font-size: 28px; line-height: 1; }
.contact-item p { margin: 0; font-size: 18px; color: #314054; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 700; color: #314054; font-size: 15px; margin-bottom: 8px; }
input, textarea, select {
  width: 100%; border: 1px solid #d8e0ea; border-radius: 12px; padding: 14px 15px; font-size: 16px; color: var(--text); background: #fff;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,117,216,.12);
}
.checkbox-group { margin: 20px 0 24px; display: grid; gap: 12px; }
.checkbox-row {
  display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #3e4d61;
}
.checkbox-row input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.button {
  display: inline-block; background: var(--navy); color: white; border: none; border-radius: 12px; padding: 16px 26px; font-size: 18px; font-weight: 700; cursor: pointer; min-width: 200px;
}
.button:hover { background: #0a3264; text-decoration: none; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.info-card {
  background: var(--white); border: 1px solid #e3ebf4; border-radius: 22px; padding: 28px; box-shadow: 0 8px 24px rgba(12,61,121,.05);
}
.info-card h3 { margin-top: 0; color: var(--navy); font-size: 24px; }
.info-card p, .info-card li { color: #415165; font-size: 17px; }
.info-card ul { padding-left: 18px; margin-bottom: 0; }
.banner {
  background: linear-gradient(135deg, #0c3d79 0%, #1f75d8 100%); color: white; border-radius: 24px; padding: 40px; display:flex; justify-content:space-between; gap:24px; align-items:center;
}
.banner h2 { color: white; margin: 0 0 10px; font-size: 34px; }
.banner p { margin: 0; max-width: 720px; font-size: 18px; color: rgba(255,255,255,.92); }
.site-footer {
  background: var(--navy); color: rgba(255,255,255,.92); padding: 36px 0 42px; margin-top: 80px;
}
.footer-grid { display: grid; gap: 10px; justify-items: center; text-align: center; }
.footer-grid p { margin: 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: white; }
.page-hero {
  padding: 72px 0 28px; background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.page-hero h1 { margin: 0 0 14px; font-size: 54px; }
.page-hero p { max-width: 760px; font-size: 20px; color: #516174; margin: 0; }
.legal-copy { max-width: 920px; }
.legal-copy h2 { margin-top: 34px; font-size: 30px; }
.legal-copy p, .legal-copy li { font-size: 17px; color: #39495d; }
.legal-copy ul { padding-left: 20px; }
.notice-box { background:#f5f9ff; border:1px solid #d5e6fb; border-radius:20px; padding:24px; }
@media (max-width: 980px) {
  .feature-grid, .content-grid, .split-grid { grid-template-columns: 1fr; }
  .feature-card:not(:last-child)::after { display: none; }
  .contact-panel { border-right: none; border-bottom: 1px solid var(--line); }
  .page-hero h1, .panel-title { font-size: 36px; }
  .hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 26px 26px;
  box-shadow: 0 10px 24px rgba(12,61,121,.06);
}
}
@media (max-width: 760px) {
  .header-inner {
  min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
  .menu-toggle { display: inline-flex; align-items:center; justify-content:center; border:1px solid var(--line); background:white; color:var(--navy); border-radius:12px; padding:10px 14px; font-weight:700; }
  .main-nav { width: 100%; display: none; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; padding-bottom: 8px; }
  .main-nav a { padding: 12px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-panel, .signup-panel { padding: 34px 24px; }
  .section { padding: 62px 0; }
  .container { width: min(1160px, calc(100% - 24px)); }
  .brand img { width: 330px; height: auto; }
.brand { display: inline-flex; align-items: center; }
  .banner { padding: 28px; align-items:flex-start; flex-direction:column; }
}


.content-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.inline-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.inline-cta p {
  margin: 0;
  color: #4b5c70;
  font-size: 16px;
}
.button.ghost {
  background: white;
  color: var(--navy);
  border: 1px solid #ccd9e8;
}
.button.ghost:hover {
  background: #f6f9fc;
}
.compact-box {
  margin-top: 26px;
}
.compact-box p {
  margin: 8px 0 10px;
}
@media (max-width: 980px) {
  .content-two { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .brand img { width: 270px; }
  .header-inner { min-height: 96px; }
}

.form-success-notice{display:none;margin-top:1.25rem;padding:1.5rem;border-radius:12px;background:rgba(16,120,100,.08);border:1px solid rgba(16,120,100,.25)}
.form-success-notice.is-visible,.form-submitted .form-success-notice{display:block}
.form-submitted .form-body{display:none}
.form-success-notice h3{margin:0 0 .5rem;font-size:1.35rem}
