:root {
  color-scheme: light;
  --ink: #09130f;
  --muted: #52605a;
  --paper: #f6f9f7;
  --white: #ffffff;
  --line: rgba(9, 19, 15, 0.12);
  --green: #0c8f6d;
  --teal: #23bac4;
  --amber: #d69b2d;
  --deep: #10261f;
  --shadow: 0 24px 70px rgba(9, 19, 15, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  align-items: center;
  background: rgba(246, 249, 247, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 5vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(12, 143, 109, 0.18);
  border-radius: 7px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  overflow: hidden;
  width: 34px;
}

.brand-mark img {
  display: block;
  height: 31px;
  object-fit: cover;
  width: 31px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:not(.nav-cta) {
  color: #314039;
}

.site-nav a:hover {
  color: var(--green);
}

.nav-cta {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  padding: 10px 14px;
}

.language-link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  min-width: 46px;
  padding: 7px 10px;
}

.flag {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(9, 19, 15, 0.18);
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 24px;
}

.flag-br {
  background: #159447;
}

.flag-br::before {
  background: #f5d047;
  content: "";
  height: 13px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 13px;
}

.flag-br::after {
  background: #243f9b;
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 8.5px;
  position: absolute;
  top: 4.5px;
  width: 7px;
}

.flag-uk {
  background:
    linear-gradient(27deg, transparent 0 39%, #ffffff 39% 45%, #cf142b 45% 50%, #ffffff 50% 56%, transparent 56%),
    linear-gradient(153deg, transparent 0 39%, #ffffff 39% 45%, #cf142b 45% 50%, #ffffff 50% 56%, transparent 56%),
    linear-gradient(90deg, transparent 0 38%, #ffffff 38% 62%, transparent 62%),
    linear-gradient(180deg, transparent 0 32%, #ffffff 32% 68%, transparent 68%),
    linear-gradient(90deg, transparent 0 43%, #cf142b 43% 57%, transparent 57%),
    linear-gradient(180deg, transparent 0 40%, #cf142b 40% 60%, transparent 60%),
    #012169;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.menu-button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: none;
  font: inherit;
  font-weight: 800;
  padding: 9px 12px;
}

.hero {
  background: var(--deep);
  color: var(--white);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  min-height: 720px;
  overflow: hidden;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 64px);
  position: relative;
}

.hero-bg {
  inset: 0;
  opacity: 0.95;
  position: absolute;
}

.hero-bg::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, black, transparent 72%);
  position: absolute;
}

.hero-bg::after {
  background:
    radial-gradient(circle at 18% 24%, rgba(35, 186, 196, 0.42), transparent 18%),
    linear-gradient(135deg, transparent 0 45%, rgba(12, 143, 109, 0.32) 45% 46%, transparent 46%),
    linear-gradient(28deg, transparent 0 54%, rgba(214, 155, 45, 0.3) 54% 55%, transparent 55%);
  content: "";
  inset: 0;
  position: absolute;
}

.route {
  border-top: 2px solid rgba(35, 186, 196, 0.7);
  position: absolute;
  transform-origin: left;
}

.route::after {
  background: var(--amber);
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: -7px;
  width: 12px;
}

.route-a {
  left: 8%;
  top: 36%;
  transform: rotate(10deg);
  width: 42vw;
}

.route-b {
  left: 18%;
  top: 63%;
  transform: rotate(-16deg);
  width: 36vw;
}

.route-c {
  left: 4%;
  top: 78%;
  transform: rotate(3deg);
  width: 58vw;
}

.hero-content,
.command-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  align-self: center;
  max-width: 850px;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 920px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.75rem);
  line-height: 1.04;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 760px;
}

.hero-statement {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  font-weight: 800;
  line-height: 1.48;
  margin: 24px 0 0;
  max-width: 820px;
  padding: 18px 20px;
}

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

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
}

.button.primary {
  background: var(--teal);
  color: #06201c;
}

.button.primary:hover {
  background: #69dce3;
}

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

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.button.dark:hover {
  background: var(--deep);
}

.command-panel {
  align-self: end;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 12px;
  backdrop-filter: blur(18px);
}

.logo-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  margin-bottom: 6px;
}

.logo-card img {
  display: block;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}

.command-panel div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px;
}

.command-panel div:last-child {
  border-bottom: 0;
}

.panel-label {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.command-panel strong {
  display: block;
  font-size: 1.08rem;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
}

.trust-strip span {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  min-height: 82px;
  padding: 18px;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.intro {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
}

.intro p:last-child {
  color: var(--muted);
  font-size: 1.15rem;
}

.visual-split {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.visual-split-reverse {
  background: var(--paper);
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.82fr);
}

.visual-copy p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

.section-visual {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.section-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.section-heading {
  max-width: 760px;
}

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

.audience {
  background: #eef8f6;
}

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

.audience-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(12, 143, 109, 0.16);
  border-radius: 8px;
  padding: 26px;
}

.audience-grid h3 {
  color: var(--deep);
}

.audience-grid p {
  color: var(--muted);
}

.solution-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
}

.solution-grid article {
  background: #f7faf8;
  border: 1px solid var(--line);
  min-height: 315px;
  padding: 28px;
}

.number {
  color: var(--green);
  display: inline-block;
  font-weight: 950;
  margin-bottom: 54px;
}

.solution-grid p,
.steps p,
.authority-card p,
.cta p {
  color: var(--muted);
}

.method {
  background:
    linear-gradient(90deg, rgba(12, 143, 109, 0.08), transparent 42%),
    var(--paper);
}

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

.steps div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.steps span {
  align-items: center;
  background: #e5f6f2;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-weight: 950;
  height: 36px;
  justify-content: center;
  margin-bottom: 34px;
  width: 36px;
}

.regulations {
  align-items: start;
  background: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
}

.regulatory-map {
  background:
    linear-gradient(180deg, rgba(16, 38, 31, 0.04), transparent 44%),
    var(--paper);
}

.regulatory-map .section-heading p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

.authority-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.authority-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 210px;
  padding: 24px;
}

.authority-grid h3 {
  color: var(--green);
  font-size: 1.35rem;
}

.authority-grid p {
  color: var(--muted);
}

.review-system {
  align-items: center;
  background: var(--deep);
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 0.38fr) 1fr;
  margin-top: 18px;
  padding: 24px;
}

.review-system span {
  color: var(--teal);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.15;
}

.review-system p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.insights {
  background:
    radial-gradient(circle at 18% 12%, rgba(12, 143, 109, 0.1), transparent 32%),
    var(--white);
}

.insights .section-heading p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

.editorial-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.15fr repeat(2, 0.9fr);
  margin-top: 36px;
}

.editorial-grid article {
  background: #f7faf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 278px;
  padding: 26px;
}

.editorial-grid .editorial-feature {
  background: var(--deep);
  color: var(--white);
}

.editorial-grid span {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-grid .editorial-feature span {
  color: var(--teal);
}

.editorial-grid h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  margin-top: 18px;
}

.editorial-grid p {
  color: var(--muted);
  margin-bottom: 28px;
}

.editorial-grid .editorial-feature p {
  color: rgba(255, 255, 255, 0.76);
}

.text-link {
  color: var(--green);
  font-weight: 950;
  margin-top: auto;
}

.editorial-feature .text-link {
  color: var(--teal);
}

.post-rail-wrap {
  margin-top: 30px;
}

.post-rail-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.post-rail-heading h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-top: 8px;
  max-width: 760px;
}

.post-highlight {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(35, 186, 196, 0.16), rgba(12, 143, 109, 0.08)),
    #f7faf8;
  border: 1px solid rgba(12, 143, 109, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 16px;
  padding: 24px;
}

.post-highlight span {
  color: var(--green);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-highlight h4 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
  margin: 0 0 10px;
}

.post-highlight p {
  color: var(--muted);
  margin: 0;
  max-width: 840px;
}

.post-rail {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(280px, 390px);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(12, 143, 109, 0.42) rgba(12, 143, 109, 0.08);
}

.post-card {
  background: var(--white);
  border: 1px solid rgba(12, 143, 109, 0.18);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 22px;
  scroll-snap-align: start;
}

.post-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h4 {
  font-size: 1.24rem;
  line-height: 1.18;
  margin-top: 18px;
}

.post-card p {
  color: var(--muted);
  margin-bottom: 24px;
}

.social-proof {
  background:
    linear-gradient(180deg, rgba(16, 38, 31, 0.04), transparent 36%),
    var(--paper);
}

.social-proof .section-heading p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

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

.proof-grid article {
  background: var(--white);
  border: 1px solid rgba(12, 143, 109, 0.16);
  border-radius: 8px;
  min-height: 218px;
  padding: 24px;
}

.proof-grid span {
  color: var(--green);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.proof-grid h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.65rem);
}

.proof-grid p {
  color: var(--muted);
}

.proof-note {
  align-items: center;
  background: var(--deep);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 20px 24px;
}

.proof-note strong {
  color: var(--teal);
}

.proof-note span {
  color: rgba(255, 255, 255, 0.78);
}

.logo-wall {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
  margin-top: 36px;
}

.logo-tile {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(12, 143, 109, 0.16);
  border-radius: 8px;
  cursor: default;
  display: flex;
  justify-content: center;
  min-height: 132px;
  padding: 22px;
  position: relative;
}

.logo-tile:focus {
  outline: 3px solid rgba(35, 186, 196, 0.26);
  outline-offset: 3px;
}

.logo-tile img {
  display: block;
  height: 82px;
  image-rendering: auto;
  max-width: 190px;
  object-fit: contain;
  object-position: center;
  width: 86%;
}

.client-flag {
  background: var(--deep);
  border: 1px solid rgba(35, 186, 196, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
  left: 50%;
  max-width: min(320px, calc(100vw - 36px));
  opacity: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 8px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: max-content;
  z-index: 10;
}

.client-flag strong {
  color: var(--teal);
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 7px;
}

.client-flag span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
  max-width: 280px;
}

.logo-tile:hover,
.logo-tile:focus {
  border-color: rgba(12, 143, 109, 0.36);
  z-index: 12;
}

.logo-tile:hover .client-flag,
.logo-tile:focus .client-flag {
  opacity: 1;
  transform: translate(-50%, 0);
}

.regulation-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.regulation-list li {
  align-items: center;
  background: #f6f9f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  font-weight: 800;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
}

.regulation-list li::before {
  background: var(--green);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.authority {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.authority-card {
  max-width: 940px;
}

.authority-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.62;
}

.authority-photo {
  align-self: start;
  border-radius: 8px;
  justify-self: end;
  margin: 0;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  width: min(100%, 340px);
}

.authority-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.authority-photo figcaption {
  background: linear-gradient(180deg, transparent, rgba(9, 19, 15, 0.84));
  bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  left: 0;
  padding: 58px 18px 18px;
  position: absolute;
  right: 0;
}

.metrics {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
}

.metrics div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
}

.metrics strong {
  color: var(--teal);
  display: block;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
  margin-bottom: 8px;
}

.metrics span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-weight: 750;
}

.cta {
  background: var(--white);
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(70px, 10vw, 122px) clamp(18px, 5vw, 64px);
  text-align: center;
}

.cta .button.primary {
  margin-top: 12px;
}

.contact {
  align-items: start;
  background: #eef8f6;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.contact p {
  color: var(--muted);
  font-size: 1.1rem;
}

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

.contact-grid a,
.contact-grid div {
  background: var(--white);
  border: 1px solid rgba(12, 143, 109, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.contact-grid a:hover {
  border-color: rgba(12, 143, 109, 0.42);
}

.contact-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-grid strong {
  overflow-wrap: anywhere;
}

.lead-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(35, 186, 196, 0.18), transparent 26%),
    linear-gradient(180deg, var(--paper), var(--white));
  min-height: 100vh;
}

.lead-shell {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 64px);
}

.lead-copy {
  align-self: center;
}

.lead-copy .brand {
  margin-bottom: 46px;
}

.lead-copy h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  max-width: 760px;
}

.lead-copy p {
  color: var(--muted);
  font-size: 1.16rem;
  max-width: 680px;
}

.lead-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
}

.lead-form-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

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

.lead-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.embedded-lead-form {
  margin-top: 24px;
  min-height: 560px;
}

.embedded-lead-form iframe {
  border: 0;
  display: block;
  min-height: 560px;
  width: 100%;
}

.field {
  display: grid;
  gap: 7px;
}

.field label,
.radio-label {
  color: #314039;
  font-size: 0.92rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.field textarea {
  min-height: 122px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(35, 186, 196, 0.18);
}

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

.radio-row label {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  min-height: 42px;
  padding: 9px 11px;
}

.form-error {
  color: #a33a1b;
  font-size: 0.86rem;
  font-weight: 800;
  min-height: 1.2em;
}

.form-status {
  background: #e7f7f3;
  border: 1px solid rgba(12, 143, 109, 0.24);
  border-radius: 8px;
  color: var(--deep);
  display: none;
  font-weight: 800;
  padding: 13px;
}

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

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 64px);
}

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

.site-footer a {
  font-weight: 750;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .visual-split,
  .visual-split-reverse,
  .regulations,
  .contact,
  .lead-shell,
  .authority {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .command-panel {
    align-self: stretch;
  }

  .authority-photo {
    justify-self: start;
    max-width: 340px;
  }

  .trust-strip,
  .audience-grid,
  .solution-grid,
  .authority-grid,
  .editorial-grid,
  .proof-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-system {
    grid-template-columns: 1fr;
  }

  .post-rail-heading {
    align-items: start;
    flex-direction: column;
  }

  .post-highlight {
    align-items: start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
  }

  .site-nav .nav-cta {
    background: var(--ink);
    color: var(--white);
  }

  .hero {
    padding-top: 58px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .trust-strip,
  .audience-grid,
  .solution-grid,
  .authority-grid,
  .editorial-grid,
  .proof-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .solution-grid article {
    min-height: auto;
  }

  .number {
    margin-bottom: 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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