:root {
  --navy-950: #030A17;
  --navy-900: #06162F;
  --navy-850: #071D3F;
  --navy-800: #0A2550;
  --blue-600: #075BFF;
  --blue-500: #2D8CFF;
  --blue-100: #EAF3FF;
  --white: #FFFFFF;
  --off-white: #F6F8FB;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(5, 16, 35, 0.12);
  --text: #071223;
  --muted: #617089;
  --muted-light: #B7C4DA;
  --shadow: 0 24px 80px rgba(2, 8, 23, 0.22);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  --header-height: 82px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 9999;
  background: var(--white);
  color: var(--navy-900);
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 60px rgba(3, 10, 23, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-width: 148px;
  height: 44px;
}

.brand-logo {
  width: 168px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.brand-logo--dark {
  display: none;
}

.site-header.is-scrolled .brand-logo--light {
  display: none;
}

.site-header.is-scrolled .brand-logo--dark {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 650;
}

.site-header.is-scrolled .site-nav {
  color: var(--navy-900);
}

.site-nav a {
  transition: color var(--transition), opacity var(--transition), transform var(--transition);
}

.site-nav a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--blue-600);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--blue-600);
  color: var(--white) !important;
  box-shadow: 0 14px 38px rgba(7, 91, 255, 0.28);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 11px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  border-radius: 999px;
  transition: transform var(--transition), opacity var(--transition), background var(--transition);
}

.site-header.is-scrolled .nav-toggle {
  background: rgba(6, 22, 47, 0.07);
}

.site-header.is-scrolled .nav-toggle span {
  background: var(--navy-900);
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section {
  padding: 112px 0;
}

.section-dark {
  color: var(--white);
  background: radial-gradient(circle at 75% 18%, rgba(45, 140, 255, 0.25), transparent 24%), linear-gradient(145deg, var(--navy-950), var(--navy-900) 52%, var(--navy-800));
}

.section-blue {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), #052B6D 58%, var(--blue-600));
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 160px 0 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.72;
}

.orb-one {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(7, 91, 255, 0.42), transparent 66%);
  top: 8%;
  right: 6%;
}

.orb-two {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(45, 140, 255, 0.25), transparent 62%);
  bottom: 2%;
  left: 3%;
}

.grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.82fr;
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #9EC8FF;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--blue-600);
}

h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.3rem, 7vw, 6.9rem);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
}

h3 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.hero-subtitle strong {
  color: var(--white);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

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

.btn-primary {
  background: var(--blue-600);
  color: var(--white);
  box-shadow: 0 22px 50px rgba(7, 91, 255, 0.34);
}

.btn-primary:hover {
  background: #004CE0;
  box-shadow: 0 24px 60px rgba(7, 91, 255, 0.42);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
}

.btn-light {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

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

.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.88rem;
  font-weight: 650;
}

.hero-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xl);
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(45, 140, 255, 0.38), transparent 42%);
}

.card-topline,
.wealth-card,
.metric-grid,
.chart-card,
.card-disclaimer {
  position: relative;
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.card-topline strong {
  color: var(--white);
}

.wealth-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(3, 10, 23, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wealth-card small,
.metric-card small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.wealth-card strong {
  font-size: 1.22rem;
}

.status-pill {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(45, 140, 255, 0.18);
  color: #CFE5FF;
  font-size: 0.75rem;
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 14px 0;
}

.metric-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-card strong {
  display: block;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.15;
}

.chart-card {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
}

.card-disclaimer {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.logo-strip {
  border-bottom: 1px solid var(--line-dark);
  background: var(--white);
}

.logo-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 0;
}

.logo-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--off-white);
  font-weight: 800;
  font-size: 0.86rem;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 74px;
  align-items: start;
}

.section-copy p,
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-copy p {
  max-width: 620px;
}

.insight-panel {
  display: grid;
  gap: 16px;
}

.insight-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(3, 10, 23, 0.06);
}

.insight-item span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--white);
  background: var(--navy-900);
  font-weight: 900;
}

.insight-item h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.insight-item p {
  color: var(--muted);
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading--left {
  margin-left: 0;
  text-align: left;
}

.section-blue .section-heading p,
.section-blue .method-card p,
.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

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

.method-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 56px rgba(3, 10, 23, 0.12);
}

.method-card span {
  display: inline-flex;
  margin-bottom: 40px;
  color: #9EC8FF;
  font-weight: 900;
}

.method-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.solutions {
  background: var(--off-white);
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.solution-card {
  min-height: 230px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(3, 10, 23, 0.06);
}

.solution-card--featured {
  grid-row: span 2;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
  border-color: rgba(255, 255, 255, 0.08);
}

.tag {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(45, 140, 255, 0.18);
  color: #CFE5FF;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.solution-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.solution-card p {
  color: var(--muted);
}

.solution-card--featured p {
  color: rgba(255, 255, 255, 0.72);
}

.solution-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.solution-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.88);
}

.solution-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue-500);
}

.comparison {
  background: var(--white);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 60px rgba(3, 10, 23, 0.07);
}

.table-row {
  display: grid;
  grid-template-columns: 0.72fr 1.3fr 1.3fr;
  border-bottom: 1px solid var(--line-dark);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row > div {
  padding: 22px 24px;
}

.table-head {
  color: var(--white);
  background: var(--navy-900);
  font-weight: 900;
}

.table-row:not(.table-head) > div {
  color: var(--muted);
}

.table-row strong {
  color: var(--text);
}

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

.profile-card {
  min-height: 280px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.profile-card span {
  display: inline-flex;
  margin-bottom: 70px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(45, 140, 255, 0.18);
  color: #CFE5FF;
  font-weight: 900;
}

.profile-card h3 {
  margin-bottom: 14px;
  font-size: 1.62rem;
}

.profile-card p {
  color: rgba(255, 255, 255, 0.72);
}

.authority {
  background: var(--white);
}

.authority-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 70px;
  align-items: center;
}

.authority-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: var(--off-white);
  border: 1px solid var(--line-dark);
}

.authority-card h3 {
  margin-bottom: 22px;
  font-size: 1.75rem;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list span {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  color: var(--text);
  font-weight: 700;
}

.check-list span::before {
  content: "✓";
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-600);
  font-size: 0.82rem;
}

.form-section {
  color: var(--white);
  background: radial-gradient(circle at 12% 18%, rgba(45, 140, 255, 0.22), transparent 28%), linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.form-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 72px;
  align-items: start;
}

.form-copy {
  position: sticky;
  top: 118px;
}

.form-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.form-benefits {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.form-benefits div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.form-benefits strong {
  color: #9EC8FF;
}

.lead-form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-row--split {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  color: var(--navy-900);
  font-size: 0.86rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(6, 22, 47, 0.14);
  border-radius: 14px;
  outline: none;
  background: var(--off-white);
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

input,
select {
  height: 52px;
  padding: 0 14px;
}

textarea {
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-600);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(7, 91, 255, 0.11);
}

.form-row.has-error input,
.form-row.has-error select,
.form-row.has-error textarea,
.form-row--split .has-error input,
.form-row--split .has-error select {
  border-color: #D92D20;
}

.error-text {
  color: #D92D20;
  font-size: 0.78rem;
  font-weight: 750;
}

.btn-form {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.form-message {
  display: none;
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: #EAF3FF;
  color: var(--navy-900);
  font-weight: 800;
}

.form-message.is-visible {
  display: block;
}

.faq {
  background: var(--off-white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 70px;
  align-items: start;
}

.accordion {
  display: grid;
  gap: 14px;
}

details {
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 40px rgba(3, 10, 23, 0.04);
}

summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue-600);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: -6px 22px 22px;
  color: var(--muted);
}

.final-cta {
  padding: 86px 0;
}

.final-cta-inner {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.final-cta-inner p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.12rem;
}

.site-footer {
  padding: 40px 0;
  color: var(--white);
  background: var(--navy-950);
}

.footer-inner {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand-footer {
  min-width: 160px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.62);
  margin: 4px 0 0;
}

.footer-note {
  text-align: right;
  white-space: nowrap;
}

.mobile-sticky-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-grid,
  .authority-grid,
  .form-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-grid {
    gap: 48px;
  }

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

  .solutions-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .form-copy {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-note {
    text-align: left;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 72px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 1002;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    transform: translateX(100%);
    background: rgba(3, 10, 23, 0.98);
    color: var(--white) !important;
    transition: transform 280ms ease;
  }

  body.nav-open .site-nav {
    transform: translateX(0);
  }

  .site-nav a {
    font-size: 1.3rem;
  }

  .nav-cta {
    font-size: 1rem !important;
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
    padding: 124px 0 72px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.45rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .hero-actions,
  .trust-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

  .hero-card,
  .lead-form {
    padding: 22px;
    border-radius: 24px;
  }

  .wealth-card,
  .metric-grid,
  .form-row--split,
  .solutions-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .solution-card--featured {
    grid-column: auto;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .table-row,
  .table-head {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    overflow: hidden;
    background: var(--white);
  }

  .table-head {
    display: none;
  }

  .table-row > div {
    padding: 16px;
    border-bottom: 1px solid var(--line-dark);
  }

  .table-row > div:last-child {
    border-bottom: 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 900;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: var(--blue-600);
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(7, 91, 255, 0.36);
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

@media (max-width: 520px) {
  .brand-logo {
    width: 146px;
  }

  .hero-subtitle,
  .section-copy p,
  .section-heading p,
  .form-copy p {
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .eyebrow::before {
    width: 26px;
  }

  .profile-card,
  .solution-card,
  .method-card,
  .authority-card,
  .insight-item {
    padding: 22px;
  }

  .profile-card span,
  .method-card span {
    margin-bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
.thank-you {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 120px 0;
}

.thank-you-inner {
  max-width: 820px;
}

.thank-you-logo {
  width: 190px;
  margin-bottom: 56px;
}

.thank-you h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 6rem);
}

.thank-you p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.16rem;
}
