/* Teddy Sure — global styles */
:root {
  /* Primary brand */
  --color-primary: #215363;
  --color-navy: #215363;
  --color-navy-light: #2d6d82;
  /* Accent (interactive, links, highlights) — same family, brighter */
  --color-teal: #4a9eb8;
  --color-teal-dark: #1e5566;
  --color-amber: #e8942e;
  --color-amber-hover: #cf7d1f;
  --color-cream: #f7f9fa;
  --color-muted: #5c6e7a;
  --color-text: #1f3640;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-soft: 0 4px 24px rgba(33, 83, 99, 0.09);
  --shadow-card: 0 8px 32px rgba(33, 83, 99, 0.11);
  --max-width: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-cream);
}

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

a {
  color: var(--color-teal);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(33, 83, 99, 0.06);
}

.site-header__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: #00000000 !important;
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
}

.logo__img {
  height: 38px;
  width: auto;
  max-width: min(200px, 42vw);
  object-fit: contain;
  display: block;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo:hover .logo__img {
  transform: scale(1.06);
}

.logo__img--footer {
  height: 36px;
  max-width: 200px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--color-navy);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--color-teal);
}

.nav-links .btn--sm {
  margin-left: 0.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.22s ease,
    box-shadow 0.25s ease;
}

/* Primary: outline by default → fill + light text on hover (brand navy) */
.btn--primary {
  color: var(--color-navy);
  border-color: var(--color-navy);
  box-shadow: none;
}

.btn--primary:hover {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(33, 83, 99, 0.32);
}

.btn--primary:active {
  transform: translateY(0);
}

/* Outline / back links: navy ring → fill */
.btn--outline {
  color: var(--color-navy);
  border-color: var(--color-navy);
}

.btn--outline:hover {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(33, 83, 99, 0.22);
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.btn--ghost {
  background: transparent;
  color: var(--color-navy);
  font-weight: 600;
  border-color: rgba(33, 83, 99, 0.35);
}

.btn--ghost:hover {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(33, 83, 99, 0.2);
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(88vh, 720px);
  overflow: hidden;
  background: var(--color-navy);
}

@keyframes hero-bg-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../herobannerimage.png") right center / cover no-repeat;
  opacity: 0;
  animation: hero-bg-fade-in 1.15s ease-out forwards;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    102deg,
    #f8fafc 0%,
    rgba(248, 250, 252, 0.98) 32%,
    rgba(248, 250, 252, 0.92) 40%,
    rgba(248, 250, 252, 0.5) 54%,
    rgba(33, 83, 99, 0.06) 70%,
    transparent 80%
  );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  /* Content inset from viewport: 10% of viewport width, never less than safe-area */
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2.5rem) clamp(2rem, 5vw, 4.5rem)
    max(10vw, env(safe-area-inset-left, 0px));
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero__copy {
  max-width: min(640px, 100%);
  padding-left: 0;
}

.hero__trustpilot {
  margin: 0 0 1rem;
  max-width: 600px;
}

.hero__trustpilot img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 640px) {
  .hero__trustpilot {
    max-width: 330px;
  }

  .hero__trustpilot img {
    max-height: 64px;
  }
}

@media (min-width: 1024px) {
  .hero__trustpilot {
    max-width: 360px;
  }

  .hero__trustpilot img {
    max-height: 72px;
  }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 1rem;
  background: rgba(61, 146, 173, 0.12);
  color: var(--color-teal-dark);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 1.15rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 5.8vw, 3.85rem);
  font-weight: 800;
  line-height: 1.06;
  color: var(--color-navy);
  letter-spacing: -0.03em;
}

.hero__subtitle {
  margin: 0 0 1.85rem;
  font-size: clamp(1.15rem, 2.35vw, 1.38rem);
  line-height: 1.62;
  color: var(--color-muted);
  max-width: 34em;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.hero__trust span {
  font-size: 0.92rem;
  color: var(--color-muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.hero__tick {
  color: var(--color-teal);
}

/* Hero CTA — larger tap target; hover uses shared .btn--primary invert */
.hero .hero__cta {
  padding: 1.15rem 2rem;
  font-size: clamp(1.1rem, 1.35vw, 1.22rem);
  letter-spacing: 0.02em;
}

.hero .hero__cta:focus-visible {
  outline: 3px solid rgba(61, 146, 173, 0.55);
  outline-offset: 3px;
}

/* —— Cover paths (driver types) —— */
.cover-paths {
  background: #fff;
  padding-top: clamp(2.75rem, 6vw, 4rem);
  padding-bottom: clamp(2.75rem, 6vw, 4rem);
}

.cover-paths__title {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--color-teal-dark);
  letter-spacing: -0.02em;
}

.cover-paths__intro {
  margin: 0 auto 2.25rem;
  max-width: 640px;
  text-align: center;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.cover-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

@media (max-width: 900px) {
  .cover-paths__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

.cover-path-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 146, 173, 0.2);
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, 0.85) 100%);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.cover-path-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(61, 146, 173, 0.35);
}

.cover-path-card__icon {
  color: var(--color-teal-dark);
  margin-bottom: 1rem;
}

.cover-path-card__icon svg {
  display: block;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cover-path-card:hover .cover-path-card__icon svg {
  transform: scale(1.1);
}

.cover-path-card__heading {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-navy);
}

.cover-path-card__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-teal-dark);
}

.cover-path-card__text {
  margin: 0 0 1.35rem;
  font-size: 0.92rem;
  color: var(--color-muted);
  line-height: 1.6;
  flex: 1;
}

.cover-path-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--color-teal-dark);
  border: 2px solid var(--color-teal);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.22s ease,
    box-shadow 0.25s ease;
}

.cover-path-card__btn:hover {
  background: var(--color-teal);
  border-color: var(--color-teal);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(61, 146, 173, 0.35);
}

/* —— Sections —— */
.section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 1.5rem;
}

.section--alt {
  background: #fff;
}

.section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section__eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-teal);
  margin: 0 0 0.5rem;
}

.section__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: -0.02em;
}

.section__lead {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.05rem;
}

/* Scroll-in (Intersection Observer toggles .is-inview) */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: #fff;
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(33, 83, 99, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(61, 146, 173, 0.15), rgba(61, 146, 173, 0.05));
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--color-teal-dark);
  font-size: 1.35rem;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card:hover .feature-card__icon {
  transform: scale(1.12);
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--color-navy);
}

.feature-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-muted);
}

/* —— Cover paths + Why us: 80% width band, clean cards, larger type —— */
.section.section--content-80 {
  padding-left: 0;
  padding-right: 0;
}

.section.section--content-80 > .section__inner {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.section--content-80 .section__header {
  max-width: none;
  width: 100%;
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.section--content-80 .section__eyebrow {
  font-size: clamp(0.82rem, 1.2vw, 0.95rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.65rem;
}

.section--content-80 .section__title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  margin-bottom: 0.85rem;
}

.section--content-80 .section__lead {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.65;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.section--content-80 .feature-grid {
  gap: clamp(1.75rem, 4vw, 2.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.section--content-80 .feature-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 0.25rem 0;
}

.section--content-80 .feature-card:hover {
  transform: none;
  box-shadow: none;
}

.section--content-80 .feature-card__icon {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  margin-bottom: 1rem;
  line-height: 1;
}

.section--content-80 .feature-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.section--content-80 .feature-card p {
  font-size: clamp(1.02rem, 1.65vw, 1.15rem);
  line-height: 1.65;
}

.section--content-80.cover-paths .cover-paths__title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.section--content-80.cover-paths .cover-paths__intro {
  max-width: none;
  width: 100%;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.65;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section--content-80 .cover-paths__grid {
  gap: clamp(2rem, 4vw, 3.5rem);
}

.section--content-80 .cover-path-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.35rem;
  box-shadow: none;
}

.section--content-80 .cover-path-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.section--content-80 .cover-path-card__icon {
  margin-bottom: 1.15rem;
}

.section--content-80 .cover-path-card__icon svg {
  width: clamp(3rem, 5vw, 3.75rem);
  height: clamp(3rem, 5vw, 3.75rem);
}

.section--content-80 .cover-path-card__heading {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  margin-bottom: 0.45rem;
}

.section--content-80 .cover-path-card__kicker {
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  margin-bottom: 0.75rem;
}

.section--content-80 .cover-path-card__text {
  font-size: clamp(1.02rem, 1.65vw, 1.15rem);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.section--content-80 .cover-path-card__btn {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  padding: 0.65rem 1.5rem;
}

@media (max-width: 900px) {
  .section.section--content-80 > .section__inner {
    width: 86%;
  }

  .section--content-80 .cover-paths__grid {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .section.section--content-80 > .section__inner {
    width: 90%;
  }
}

/* How it works / Reviews / FAQs — 80% band, clean surfaces, larger type */
.section--content-80 .how-it-works__cta {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

.section--content-80 .steps {
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.section--content-80 .step {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.65rem 0.35rem;
}

.section--content-80 .step::before {
  width: clamp(2.35rem, 4vw, 2.85rem);
  height: clamp(2.35rem, 4vw, 2.85rem);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  margin-bottom: 1rem;
}

.section--content-80 .step h3 {
  font-size: clamp(1.08rem, 2.1vw, 1.35rem);
  font-weight: 800;
}

.section--content-80 .step p {
  font-size: clamp(1.02rem, 1.65vw, 1.14rem);
  line-height: 1.62;
}

.section--content-80 .trust-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.25rem 0 0;
}

.section--content-80 .trust-header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(33, 83, 99, 0.08);
}

.section--content-80 .trust-header__note {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  color: var(--color-muted);
}

.section--content-80 .trust-stars {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.section--content-80 .trust-score {
  font-size: clamp(1.12rem, 1.9vw, 1.3rem);
}

.section--content-80 .review-grid {
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.section--content-80 .review-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.65rem 0.2rem;
}

.section--content-80 .review-card__meta {
  font-size: clamp(0.9rem, 1.45vw, 1.02rem);
}

.section--content-80 .review-card__stars {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}

.section--content-80 .review-card p {
  font-size: clamp(1.02rem, 1.65vw, 1.14rem);
  line-height: 1.65;
}

.section--content-80 .faq-list {
  max-width: none;
  width: 100%;
  margin: 0;
}

.section--content-80 .faq-item summary {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  padding: 1.25rem 0;
  line-height: 1.35;
}

.section--content-80 .faq-item p {
  font-size: clamp(1.02rem, 1.65vw, 1.12rem);
  line-height: 1.65;
  padding-right: 0.5rem;
}

/* How it works — steps */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  counter-reset: step;
}

.step {
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(33, 83, 99, 0.08);
  text-align: center;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: var(--color-teal);
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.step:hover::before {
  transform: scale(1.12);
}

.step h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--color-navy);
}

.step p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

/* Trustpilot mock */
.trust-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(33, 83, 99, 0.06);
}

.trust-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(33, 83, 99, 0.08);
}

.trust-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-stars {
  color: #00b67a;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.trust-score {
  font-weight: 800;
  color: var(--color-navy);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.review-card {
  padding: 1.25rem;
  background: var(--color-cream);
  border-radius: var(--radius-md);
  border: 1px solid rgba(33, 83, 99, 0.06);
}

.review-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.review-card__name {
  font-weight: 700;
  color: var(--color-navy);
}

.review-card__date {
  color: var(--color-muted);
  font-size: 0.8rem;
}

.review-card__stars {
  color: #00b67a;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.review-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text);
}

/* License CTA block */
.license-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(135deg, var(--color-navy-light) 0%, var(--color-navy) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3rem);
  color: #e2e8f0;
  overflow: hidden;
}

.license-block h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: #fff;
}

.license-block p {
  margin: 0 0 1.25rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.95rem;
}

.license-block ul {
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.9rem;
}

.license-block__visual {
  display: grid;
  place-items: center;
  font-size: 4rem;
  opacity: 0.9;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.license-block:hover .license-block__visual {
  transform: scale(1.08);
}

/* CTA on dark gradient: avoid inherited light text + transparent “ghost” (poor contrast) */
.license-block .btn--primary {
  margin-top: 0.5rem;
  color: var(--color-navy);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}

.license-block .btn--primary:hover {
  background: #f1f5f9;
  color: var(--color-navy);
  border-color: #e2e8f0;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.license-block .btn--primary:active {
  transform: translateY(0);
}

/* FAQs */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(33, 83, 99, 0.1);
}

.faq-item summary {
  padding: 1.15rem 0;
  font-weight: 700;
  color: var(--color-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--color-teal);
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 1.15rem;
  padding-right: 2rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

/* Footer */
.site-footer {
  background: var(--color-navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 1.5rem 2rem;
}

.site-footer__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

.site-footer .logo {
  color: #00000000 !important;
}

.site-footer .logo__img {
  max-height: 34px;
  opacity: 1;
}

.footer-col h4 {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Mobile nav */
.nav-toggle {
  display: none;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0.45rem 0.55rem;
  cursor: pointer;
  color: var(--color-navy);
  transition: transform 0.28s ease, background 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover {
  transform: scale(1.12);
  background: rgba(33, 83, 99, 0.06);
  border-color: rgba(33, 83, 99, 0.12);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 88vw);
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 1.5rem 2rem;
    box-shadow: -8px 0 32px rgba(33, 83, 99, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 200;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(33, 83, 99, 0.4);
    z-index: 199;
  }

  .nav-backdrop.is-open {
    display: block;
  }

  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.96) 0%,
      rgba(248, 250, 252, 0.88) 45%,
      rgba(248, 250, 252, 0.5) 100%
    );
  }

  .hero__bg {
    background-position: 70% center;
  }

  .license-block {
    grid-template-columns: 1fr;
  }

  .license-block__visual {
    order: -1;
    font-size: 3rem;
  }
}

/* Quote page — shared */
.quote-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.quote-main {
  flex: 1;
  padding: 1.5rem 1rem 3rem;
}

.quote-layout {
  max-width: min(720px, 100%);
  margin: 0 auto;
}

.quote-card.quote-card--reg-landing {
  border: none;
  box-shadow: 0 12px 40px rgba(33, 83, 99, 0.07);
}

.quote-card--reg-landing #formPanels {
  min-height: min(72vh, 560px);
}

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

/* Registration first screen */
.quote-reg-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(68vh, 520px);
  padding: clamp(1.5rem, 4vw, 2.5rem) 1.25rem 1rem;
}

.quote-reg-landing__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.quote-reg-landing__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 4.2vw, 2.15rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.quote-reg-landing__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 700;
  color: #0f172a;
}

.quote-reg-row {
  display: flex;
  align-items: stretch;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f5f9;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.quote-reg-row__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.5rem 0.65rem;
  min-width: 52px;
  background: var(--color-navy);
  color: #fff;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.quote-reg-row__flag {
  font-size: 1.1rem;
  line-height: 1;
}

.quote-reg-row__gb {
  font-size: 0.68rem;
}

.quote-reg-row__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.95rem 1.15rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f172a;
  font-family: inherit;
}

.quote-reg-row__input::placeholder {
  color: #64748b;
  letter-spacing: 0.1em;
}

.quote-reg-row__input:focus {
  outline: none;
}

.quote-reg-landing__field.has-error .quote-reg-row {
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.45);
}

.quote-reg-landing__error {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.82rem;
}

.quote-reg-landing__field.has-error .quote-reg-landing__error {
  display: block;
}

.quote-reg-legal {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #475569;
}

.quote-reg-legal a {
  color: var(--color-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quote-reg-legal__icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee, #06b6d4);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  font-style: normal;
  display: grid;
  place-items: center;
  margin-top: 0.05rem;
  box-shadow: 0 2px 8px rgba(6, 182, 212, 0.35);
}

.quote-reg-account-banner {
  margin-top: clamp(2rem, 5vw, 2.75rem);
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(115deg, #a5f3fc 0%, #67e8f9 35%, #22d3ee 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.quote-reg-account-banner__text {
  font-weight: 800;
  color: #0f172a;
  font-size: 0.95rem;
}

.quote-reg-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.quote-reg-signin:hover {
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.quote-card--reg-landing .form-actions {
  border-top: none;
  padding-top: 0.5rem;
}

.quote-card--reg-landing #btnNext {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* Quote flow — clean inputs (reference UI) */
.quote-refine .quote-card__header {
  background: transparent;
  border-bottom: none;
  padding-bottom: 0.35rem;
}

.quote-refine .quote-card__header h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: #0f172a;
}

.quote-refine .quote-card__header p {
  color: #64748b;
  font-weight: 600;
}

.quote-refine .form-group label,
.quote-refine .form-group .question-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.88rem;
}

.quote-refine .form-group input:not([type="checkbox"]):not([type="radio"]),
.quote-refine .form-group select,
.quote-refine .form-group textarea {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 14px;
  background: #f1f5f9;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.quote-refine .form-group input:focus,
.quote-refine .form-group select:focus,
.quote-refine .form-group textarea:focus {
  outline: none;
  background: #e2e8f0;
  box-shadow: 0 0 0 2px rgba(61, 146, 173, 0.25);
}

.quote-refine .form-group.has-error input,
.quote-refine .form-group.has-error select {
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.35);
}

.quote-refine .option-tile {
  border: none;
  background: #f1f5f9;
  color: #0f172a;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
  font-weight: 700;
}

.quote-refine .option-tile:hover:not(.is-selected) {
  background: #e2e8f0;
  color: #0f172a;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.quote-refine .option-tile.is-selected {
  background: var(--color-navy);
  color: #fff;
  box-shadow: 0 6px 18px rgba(33, 83, 99, 0.22);
}

.quote-refine .option-tile.is-selected:hover {
  filter: none;
}

.quote-refine .employment-detail-group input {
  margin-top: 0.5rem;
}


.quote-progress {
  margin-bottom: 2rem;
}

.progress-track {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.progress-segment {
  flex: 1;
  height: 4px;
  background: rgba(33, 83, 99, 0.12);
  border-radius: 2px;
  overflow: hidden;
}

.progress-segment__fill {
  height: 100%;
  width: 0%;
  background: var(--color-teal);
  border-radius: 2px;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-segment.active .progress-segment__fill {
  width: 100%;
}

.progress-segment.complete .progress-segment__fill {
  width: 100%;
  background: var(--color-teal-dark);
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.progress-labels span.active {
  color: var(--color-teal);
}

.substep-dots {
  display: none;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.quote-progress.show-substeps .substep-dots {
  display: flex;
}

.substep-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(33, 83, 99, 0.15);
  padding: 0;
  cursor: default;
}

.substep-dots button.active {
  background: var(--color-teal);
  transform: scale(1.2);
}

.quote-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(33, 83, 99, 0.06);
  overflow: hidden;
}

.quote-card__header {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(61, 146, 173, 0.08), rgba(33, 83, 99, 0.04));
  border-bottom: 1px solid rgba(33, 83, 99, 0.06);
}

.quote-card__header h2 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--color-navy);
}

.quote-card__header p {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

#formPanels {
  position: relative;
  min-height: 380px;
}

.quote-form-body {
  position: relative;
  min-height: 0;
}

.form-step {
  padding: 0;
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1), transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-step .quote-card__header {
  padding: 1.25rem 1.5rem;
}

.form-step .quote-form-body {
  padding: 0 1.5rem 1.75rem;
}

.form-step.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.form-step.is-leaving {
  opacity: 0;
  transform: translateX(-20px);
}

.form-step[data-step="success"] {
  padding: 0;
}

.form-step[data-step="success"].is-active {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.form-step.slide-out-left {
  opacity: 0;
  transform: translateX(-28px);
}

.form-step.slide-in-right {
  animation: slideInRight 0.4s ease forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 540px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 1.1rem;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.35rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 0.95rem;
  border: 1px solid rgba(33, 83, 99, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.form-group select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 2.35rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.25 5.5L7 9.25L10.75 5.5' stroke='%2364758b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.9rem;
}

.form-group select:hover {
  border-color: rgba(61, 146, 173, 0.45);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(61, 146, 173, 0.2);
}

.form-group.has-error input,
.form-group.has-error select {
  border-color: #dc2626;
}

.form-group input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  padding: 0;
  margin: 0.05rem 0 0;
  border-radius: 4px;
  border: 1px solid rgba(33, 83, 99, 0.35);
  accent-color: var(--color-teal);
  box-shadow: none;
}

.form-group.has-error .option-btn,
.form-group.has-error .option-tile {
  border-color: #dc2626;
}

.form-group.has-error .checkbox-grid {
  border: 1px solid #dc2626;
  border-radius: 10px;
  padding: 0.65rem;
}

.form-error {
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
  display: none;
}

.form-group.has-error .form-error {
  display: block;
}

.form-row.has-error .form-error {
  display: block;
  flex: 1 1 100%;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(33, 83, 99, 0.06);
  background: var(--color-cream);
}

#btnBack {
  visibility: hidden;
}

.success-panel {
  text-align: center;
  padding: 3rem 1.5rem;
}

.success-panel__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(61, 146, 173, 0.15);
  color: var(--color-teal-dark);
  display: grid;
  place-items: center;
  font-size: 2rem;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.success-panel:hover .success-panel__icon {
  transform: scale(1.1);
}

.success-panel__title {
  margin: 0 0 0.5rem;
  color: var(--color-navy);
}

.success-panel__text {
  color: var(--color-muted);
  margin: 0 0 1.5rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.otp-panel__policy-id {
  margin: 0 0 1rem;
  color: var(--color-navy);
  font-size: 0.9rem;
}

.otp-panel__form {
  max-width: 360px;
  margin: 0 auto;
}

.otp-panel__inputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(56px, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.otp-input {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 12px;
  background: #edf3f6;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-navy);
  box-shadow: 0 1px 0 rgba(33, 83, 99, 0.08);
}

.otp-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(61, 146, 173, 0.35);
  background: #e2edf2;
}

.otp-panel__error {
  margin: 0 0 0.8rem;
  color: #dc2626;
  font-size: 0.82rem;
  font-weight: 700;
}

.otp-panel__verify-btn {
  width: 100%;
}

.policy-view-title {
  margin-top: 0;
  color: var(--color-navy);
}

.policy-view-layout {
  justify-content: center;
}

/* Policy lookup (policy-id.html) */
.policy-id-layout {
  justify-content: center;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.policy-id-card {
  padding: 1.75rem 1.5rem 1.65rem;
  width: 100%;
}

.policy-id-card--loader {
  text-align: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.policy-id-title {
  margin: 0 0 0.4rem;
  color: var(--color-navy);
  font-size: clamp(1.35rem, 3.5vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.policy-id-lead {
  margin: 0 0 1.35rem;
  color: rgba(33, 83, 99, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 600;
}

.policy-id-form .policy-id-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.policy-id-loader__ring {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.1rem;
  border: 3px solid rgba(33, 83, 99, 0.18);
  border-top-color: var(--color-navy);
  border-radius: 50%;
  animation: policy-id-spin 0.75s linear infinite;
}

@keyframes policy-id-spin {
  to {
    transform: rotate(360deg);
  }
}

.policy-id-loader__text {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--color-navy);
}

.policy-id-loader__hint {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(33, 83, 99, 0.72);
  font-weight: 600;
  line-height: 1.45;
}

.policy-view-card {
  padding: 1.5rem;
}

.policy-view-error {
  display: none;
}

.policy-view-grid {
  display: grid;
  gap: 1rem;
}

.policy-view-banner {
  background: radial-gradient(circle at top right, rgba(46, 123, 151, 0.16), rgba(33, 83, 99, 0.06));
  border: 1px solid rgba(33, 83, 99, 0.15);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.policy-view-status-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.policy-view-status-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-navy);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.policy-icon {
  color: var(--color-teal);
}

.policy-status-chip {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  border: 1px solid transparent;
}

.policy-status-chip--active {
  background: rgba(22, 163, 74, 0.18);
  color: #166534;
  border-color: rgba(22, 163, 74, 0.25);
}

.policy-status-chip--expired {
  background: rgba(220, 38, 38, 0.16);
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.25);
}

.policy-progress__meta {
  color: var(--color-teal-dark);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.policy-progress__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(33, 83, 99, 0.14);
  overflow: hidden;
}

.policy-progress__fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #2f7d96 0%, #215363 100%);
  transition: width 0.8s ease;
}

.policy-progress__countdown {
  margin-top: 0.55rem;
  color: var(--color-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.policy-view-section {
  background: linear-gradient(150deg, #eef6f8 0%, #dfeef3 100%);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 18px rgba(33, 83, 99, 0.08);
}

.policy-view-section h2 {
  margin: 0 0 0.7rem;
  color: var(--color-navy);
  font-size: 1.08rem;
}

.policy-view-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  margin: 0;
}

.policy-view-item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 0.55rem 0.7rem;
}

.policy-view-item dt {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(33, 83, 99, 0.7);
  font-weight: 800;
}

.policy-view-item dd {
  margin: 0.3rem 0 0;
  color: var(--color-teal-dark);
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.35;
}

.policy-view-phone {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-navy);
}

.policy-view-support-text,
.policy-view-legal {
  margin: 0.35rem 0;
  color: var(--color-teal-dark);
  line-height: 1.55;
  font-weight: 600;
}

.policy-download-btn {
  width: 100%;
  margin-top: 0.2rem;
}

.policy-view-section--downloads {
  margin-top: 0.25rem;
}

.policy-view-downloads {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.policy-view-downloads .policy-download-btn {
  margin-top: 0;
  text-align: center;
}

.sign-in-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.sign-in-modal[hidden] {
  display: none;
}

.sign-in-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.sign-in-modal__dialog {
  position: relative;
  width: min(420px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.4rem 1.5rem;
  box-shadow: 0 20px 50px rgba(33, 83, 99, 0.18);
}

.sign-in-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--color-navy);
}

.sign-in-modal__title {
  margin: 0 0 0.35rem;
  color: var(--color-navy);
  font-size: 1.2rem;
}

.sign-in-modal__lead {
  margin: 0 0 1rem;
  color: var(--color-teal-dark);
  font-size: 0.88rem;
  line-height: 1.45;
}

.sign-in-modal__btn {
  width: 100%;
  margin-top: 0.5rem;
}

.sign-in-modal__otp {
  font-size: 1.35rem;
  letter-spacing: 0.25em;
  text-align: center;
  font-weight: 800;
}

.field-locked {
  opacity: 0.85;
  background: #f1f5f9;
  cursor: not-allowed;
}

@media (max-width: 700px) {
  .policy-view-fields {
    grid-template-columns: 1fr;
  }
}

.input-heading {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.45rem;
}

.option-toggle {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.option-btn {
  border: 2px solid rgba(33, 83, 99, 0.25);
  background: transparent;
  color: var(--color-navy);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.2s ease,
    box-shadow 0.22s ease;
}

.option-btn:hover:not(.is-selected) {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(33, 83, 99, 0.2);
}

.option-btn.is-selected {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
  box-shadow: 0 4px 14px rgba(33, 83, 99, 0.22);
}

.option-btn.is-selected:hover {
  filter: brightness(1.05);
}

.question-step .quote-form-body {
  display: grid;
  align-items: center;
  min-height: 300px;
}

.single-question {
  margin: 0;
}

.question-title {
  display: block;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.35;
  font-weight: 800;
  color: var(--color-navy);
  margin-bottom: 1rem;
}

.employment-detail-group {
  margin-top: 1rem;
  max-width: 520px;
}

.option-tile-group {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-tile-group.yesno {
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  max-width: 440px;
}

.option-tile-group.multi-choice {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-tile {
  appearance: none;
  border: 2px solid rgba(33, 83, 99, 0.2);
  background: transparent;
  color: var(--color-navy);
  border-radius: 14px;
  min-height: 56px;
  padding: 0.85rem 0.95rem;
  font-size: 0.96rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease,
    box-shadow 0.22s ease, filter 0.2s ease;
}

.option-tile:hover:not(.is-selected) {
  transform: translateY(-2px);
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
  box-shadow: 0 8px 22px rgba(33, 83, 99, 0.22);
}

.option-tile.is-selected {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
  box-shadow: 0 6px 18px rgba(33, 83, 99, 0.24);
}

.option-tile.is-selected:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .option-tile-group,
  .option-tile-group.multi-choice,
  .option-tile-group.yesno {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.conditional-field {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.conditional-field.is-visible {
  animation: riseIn 0.24s ease;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
}

@media (max-width: 600px) {
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

.checkbox-grid label {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.9rem;
  color: var(--color-navy);
  background: #fff;
  border: 1px solid rgba(33, 83, 99, 0.1);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  min-height: 44px;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.checkbox-grid label:hover {
  border-color: rgba(61, 146, 173, 0.45);
  background: rgba(61, 146, 173, 0.04);
}

.checkbox-grid input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: var(--color-teal-dark);
}

.checkbox-grid label:has(input[type="checkbox"]:checked) {
  border-color: var(--color-teal);
  background: rgba(61, 146, 173, 0.1);
}

.overview-cards {
  display: grid;
  gap: 1.15rem;
}

.overview-card {
  position: relative;
  border: none;
  border-radius: 18px;
  padding: 1.2rem 1.35rem 1.25rem 1.4rem;
  background: linear-gradient(148deg, #eef6f8 0%, #e4f0f4 42%, #d9e9ef 100%);
  box-shadow: 0 6px 28px rgba(33, 83, 99, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.overview-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, var(--color-teal) 0%, var(--color-navy) 100%);
}

.overview-card h3 {
  margin: 0 0 1.05rem;
  padding-bottom: 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(33, 83, 99, 0.1);
}

.overview-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  margin: 0;
}

.overview-item {
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 2px 10px rgba(33, 83, 99, 0.05);
}

.overview-item dt {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(33, 83, 99, 0.58);
  font-weight: 800;
}

.overview-item dd {
  margin: 0.4rem 0 0;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-teal-dark);
  word-break: break-word;
}

@media (max-width: 560px) {
  .overview-card__grid {
    grid-template-columns: 1fr;
  }
}

.demo-note {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-top: 1rem;
}

.quote-footer {
  margin-top: auto;
}

.quote-footer__bottom {
  border: none;
  margin: 0;
  padding: 1rem;
}

.quote-footer__home-link {
  color: rgba(255, 255, 255, 0.7);
}

#postcode,
#registration {
  text-transform: uppercase;
}

/* —— Blogs: home carousel —— */
.blogs-section.section--content-80 > .section__inner {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.blogs-section .section__header {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blogs-carousel-outer {
  width: 85%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.blogs-carousel {
  display: flex;
  align-items: center;
  gap: clamp(0.45rem, 1.5vw, 0.85rem);
}

.blogs-carousel__viewport {
  flex: 1;
  min-width: 0;
}

.blogs-carousel__mask {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(33, 83, 99, 0.35) transparent;
  -webkit-overflow-scrolling: touch;
}

.blogs-carousel__mask::-webkit-scrollbar {
  height: 6px;
}

.blogs-carousel__mask::-webkit-scrollbar-thumb {
  background: rgba(33, 83, 99, 0.28);
  border-radius: 999px;
}

.blogs-carousel__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(1rem, 2.2vw, 1.5rem);
  width: max-content;
  padding: 0.35rem 0 1.25rem;
}

.blogs-carousel__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(33, 83, 99, 0.18);
  background: #fff;
  color: var(--color-navy);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(33, 83, 99, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease, opacity 0.2s ease;
}

.blogs-carousel__arrow:hover:not(:disabled) {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  box-shadow: 0 6px 20px rgba(33, 83, 99, 0.18);
}

.blogs-carousel__arrow:active:not(:disabled) {
  transform: scale(0.96);
}

.blogs-carousel__arrow:disabled {
  opacity: 0.32;
  cursor: not-allowed;
  box-shadow: none;
}

.blogs-carousel__arrow:focus-visible {
  outline: 3px solid rgba(61, 146, 173, 0.55);
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .blogs-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 1.45rem;
  }
}

.blog-card {
  flex: 0 0 clamp(288px, 68vw, 380px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(33, 83, 99, 0.1);
  border: 1px solid rgba(33, 83, 99, 0.06);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: scale(1.04);
  box-shadow: 0 16px 40px rgba(33, 83, 99, 0.14);
  text-decoration: none;
}

.blog-card:focus-visible {
  outline: 3px solid rgba(61, 146, 173, 0.55);
  outline-offset: 3px;
}

.blog-card__image-wrap {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(61, 146, 173, 0.12), rgba(33, 83, 99, 0.08));
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__title {
  margin: 0;
  padding: 1.1rem 1.25rem 0;
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.blog-card__excerpt {
  margin: 0;
  padding: 0.5rem 1.25rem 0;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem 1.2rem;
  margin-top: auto;
}

.blog-card__author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(33, 83, 99, 0.08);
}

.blog-card__meta-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.blog-card__author-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-navy);
}

.blog-card__date-row {
  font-size: 0.78rem;
  color: var(--color-muted);
}

/* —— Blog single article —— */
body.blog-page {
  background: var(--color-cream);
}

.blog-article-root {
  width: 100%;
}

/* Edge-to-edge hero under the header */
.blog-article-hero-mount {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog-article-hero-mount .blog-article-hero {
  margin: 0;
  width: 100%;
  height: clamp(220px, 44vh, 580px);
  max-height: min(72vh, 680px);
  background: linear-gradient(135deg, rgba(61, 146, 173, 0.15), rgba(33, 83, 99, 0.1));
}

.blog-article-hero-mount .blog-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-page-shell--article {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 3.75rem);
  margin: 0;
}

.blog-page-inner {
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.blog-article-header-outer {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
  padding-bottom: clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid rgba(33, 83, 99, 0.08);
}

.blog-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(248px, 300px);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.blog-article-main {
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.blog-article-header-outer .blog-article-header {
  padding: 0;
}

.blog-article-title {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.blog-article-sub {
  padding-bottom: 0;
}

.blog-article-author-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-article-author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(33, 83, 99, 0.08);
}

.blog-article-author-name {
  display: block;
  font-weight: 700;
  color: var(--color-navy);
  font-size: 0.95rem;
}

.blog-article-meta {
  font-size: 0.85rem;
  color: var(--color-muted);
}

.blog-article-body {
  padding: 0 0 1.25rem;
}

.blog-article-body p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--color-text);
}

@media (min-width: 720px) {
  .blog-article-body p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}

.blog-article-body p:last-child {
  margin-bottom: 0;
}

.blog-article-back {
  margin: 0.25rem 0 0;
  padding: 0;
}

.blog-article-back-link {
  font-weight: 700;
  color: var(--color-teal-dark);
  text-decoration: none;
}

.blog-article-back-link:hover {
  text-decoration: underline;
}

.blog-article-aside {
  position: sticky;
  top: calc(0.875rem + 52px);
  min-width: 0;
}

.blog-aside-title {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-teal);
}

.blog-aside-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.75rem;
  margin-bottom: 0.65rem;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(33, 83, 99, 0.08);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(33, 83, 99, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-aside-card:last-child {
  margin-bottom: 0;
}

.blog-aside-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(33, 83, 99, 0.1);
}

.blog-aside-card__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(61, 146, 173, 0.12);
}

.blog-aside-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-aside-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.blog-aside-card__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-aside-card__date {
  font-size: 0.75rem;
  color: var(--color-muted);
}

.blog-aside-empty {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.blog-article-empty {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.blog-article-empty.blog-article-empty--solo {
  margin-top: clamp(2rem, 5vw, 3rem);
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.blog-article-empty h1 {
  margin: 0 0 0.75rem;
  color: var(--color-navy);
  font-size: 1.5rem;
}

.blog-article-empty p {
  margin: 0 0 1.25rem;
  color: var(--color-muted);
}

.blog-article-empty a {
  font-weight: 700;
}

@media (max-width: 880px) {
  .blog-page-layout {
    grid-template-columns: 1fr;
  }

  .blog-article-aside {
    position: static;
    order: 1;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(33, 83, 99, 0.08);
  }

  .blog-article-main {
    order: 0;
  }

  .blog-article-body p {
    text-align: start;
    hyphens: manual;
    -webkit-hyphens: manual;
  }
}

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

  .hero__bg {
    animation: none !important;
    opacity: 1 !important;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .cover-path-card:hover,
  .feature-card:hover {
    transform: none !important;
  }

  .btn:hover,
  .btn:active,
  .cover-path-card__btn:hover,
  .cover-path-card:hover .cover-path-card__icon svg,
  .feature-card:hover .feature-card__icon,
  .logo:hover .logo__img,
  .step:hover::before,
  .license-block:hover .license-block__visual,
  .nav-toggle:hover,
  .success-panel:hover .success-panel__icon,
  .option-btn:hover,
  .option-tile:hover {
    transform: none !important;
  }

  .blogs-carousel__mask {
    scroll-behavior: auto;
  }

  .blog-card:hover,
  .blog-aside-card:hover {
    transform: none !important;
  }
}

.promo-panel {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  background: #f0f7fa;
  border: 1px solid #d2e7ee;
  border-radius: 12px;
}

.promo-panel__label {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #215363;
  font-size: 0.95rem;
}

.promo-panel__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-end;
}

.promo-panel__field {
  flex: 1;
  min-width: 160px;
  margin: 0;
}

#priceBeforeWrap s {
  color: #64748b;
  margin-right: 0.25rem;
}

/* Legal pages */
.legal-page .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
}

.legal-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
}

.legal-article h1 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: #215363;
  line-height: 1.2;
}

.legal-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

.legal-updated {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  color: #94a3b8;
}

.legal-article h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.legal-article h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  color: #334155;
}

.legal-article p,
.legal-article li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
}

.legal-article ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

.legal-article a {
  color: #215363;
  font-weight: 600;
}

/* Icon font substitute — simple unicode / emoji in HTML */
