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

:root {
  /* Design canvas: 1920px. Values you provide are applied at 1920+;
     clamp() scales them down on smaller viewports. */
  --design-width: 1920px;
  --navy: #0a2540;
  --navy-dark: #061a2e;
  --gold: #c98e1d;
  --gold-hover: #b07d18;
  --white: #ffffff;
  --gray-50: #f5f7f9;
  --gray-100: #e8ecf0;
  --gray-400: #8a96a3;
  --gray-600: #5c6b7a;
  --green: #2e9e5b;
  --green-light: #e8f5ee;
  --orange: #d4882a;
  --red: #d9534f;
  --blue-light: #e8f0f8;
  --container: 1140px;
  /* Header tokens — design reference: 1920px */
  --header-container: 1680px;
  --header-side-padding: clamp(24px, 6.25vw, 120px);
  --header-nav-size: clamp(13px, 0.2083vw + 9px, 20px);
  --header-nav-lh: clamp(22px, 0.375vw + 16px, 36px);
  --header-nav-gap: clamp(16px, 1.67vw + 4px, 48px);
  --header-nav-cta-gap: clamp(16px, 1.46vw + 8px, 36px);
  --header-cta-width: clamp(168px, 13.281vw, 255px);
  --header-cta-height: clamp(48px, 3.802vw, 73px);
  --header-cta-size: clamp(14px, 0.2083vw + 9px, 20px);
  --header-cta-lh: clamp(24px, 0.375vw + 16px, 36px);
  --header-cta-radius: clamp(8px, 0.521vw, 10px);
  --header-logo-height: clamp(44px, 3.125vw + 24px, 84px);
  /* Footer tokens — design reference: 1920px */
  --footer-container: 1680px;
  --footer-side-padding: clamp(24px, 6.25vw, 120px);
  --footer-padding-y: clamp(16px, 1.04vw + 8px, 28px);
  --footer-disclaimer-size: clamp(14px, 0.2083vw + 9px, 20px);
  --footer-disclaimer-lh: 1.4;
  --footer-disclaimer-gap: clamp(10px, 0.625vw, 16px);
  --footer-icon-size: clamp(22px, 1.667vw, 32px);
  /* Hero tokens — design reference: 1920px */
  --hero-padding-top: clamp(20px, 1.667vw, 32px);
  --hero-padding-bottom: clamp(40px, 3.75vw, 72px);
  --hero-inner-gap: clamp(16px, 1.25vw, 24px);
  --hero-title-lead-gap: clamp(10px, 0.9375vw, 18px);
  --hero-lead-benefits-gap: clamp(20px, 2.135vw, 41px);
  --hero-benefits-cta-gap: clamp(24px, 2.5vw, 48px);
  --hero-cta-secure-gap: clamp(16px, 1.5625vw, 30px);
  --hero-example-card-mt: clamp(12px, 1.042vw, 20px);
  --hero-title-size: clamp(1.875rem, 2.396vw + 0.375rem, 3.25rem);
  --hero-title-lh: clamp(2.25rem, 2.813vw + 0.4375rem, 3.875rem);
  --hero-body-size: clamp(0.9375rem, 0.469vw + 0.72rem, 1.25rem);
  --hero-body-lh: clamp(1.625rem, 0.938vw + 1.1rem, 2.25rem);
  --hero-lead-size: clamp(0.8125rem, 0.313vw + 0.7rem, 1rem);
  --hero-lead-lh: clamp(1.25rem, 0.729vw + 0.95rem, 1.625rem);
  --hero-cta-size: clamp(0.875rem, 0.313vw + 0.7rem, 1.0625rem);
  --hero-cta-lh: clamp(1.0625rem, 0.365vw + 0.8rem, 1.3125rem);
  --hero-secure-size: clamp(0.875rem, 0.365vw + 0.65rem, 1.125rem);
  --hero-secure-lh: clamp(1.0625rem, 0.417vw + 0.78rem, 1.375rem);
  --hero-card-width: clamp(300px, 26.042vw, 500px);
  --hero-card-min-height: clamp(480px, 32.24vw, 619px);
  --hero-example-label-size: clamp(14px, 0.2083vw + 9px, 20px);
  --hero-example-label-lh: clamp(18px, 0.25vw + 12px, 24px);
  --hero-score-rating-size: clamp(22px, 0.9375vw + 14px, 30px);
  --hero-score-rating-lh: clamp(28px, 0.3125vw + 20px, 36px);
  --hero-score-copy-size: clamp(14px, 0.167vw + 11px, 16px);
  --hero-score-copy-lh: clamp(22px, 0.417vw + 18px, 28px);
  --hero-score-stars-size: clamp(12px, 0.146vw + 9px, 14px);
  --hero-score-stars-lh: clamp(18px, 0.313vw + 14px, 20px);
  --hero-score-footer-pt: clamp(20px, 1.667vw, 32px);
  --hero-card-padding-bottom: clamp(20px, 1.458vw, 28px);
  --hero-star-width: clamp(18px, 1.198vw, 23px);
  --hero-star-height: clamp(17px, 1.146vw, 22px);
  /* Trust bar tokens — design reference: 1920px */
  --trust-bar-padding-y: clamp(24px, 1.719vw, 33px);
  --trust-bar-heading-size: clamp(18px, 0.625vw + 12px, 24px);
  --trust-bar-heading-lh: clamp(26px, 0.9375vw + 18px, 36px);
  --trust-bar-text-size: clamp(12px, 0.25vw + 11px, 16px);
  --trust-bar-text-lh: clamp(20px, 0.625vw + 16px, 26px);
  --trust-bar-icon-height: clamp(44px, 2.76vw + 24px, 61px);
  --trust-bar-item-gap: clamp(24px, 2.08vw, 40px);
  /* Plan section tokens — design reference: 1920px */
  --plan-section-padding-y: clamp(56px, 4.688vw, 90px);
  --plan-title-line1-size: clamp(24px, 1.25vw + 14px, 36px);
  --plan-title-line1-lh: clamp(32px, 1.667vw + 18px, 48px);
  --plan-title-line2-size: clamp(30px, 1.875vw + 14px, 48px);
  --plan-title-line2-lh: clamp(38px, 2.292vw + 18px, 56px);
  --plan-lead-size: clamp(16px, 0.417vw + 13px, 20px);
  --plan-lead-lh: clamp(26px, 0.833vw + 18px, 32px);
  --plan-item-title-size: clamp(16px, 0.417vw + 13px, 20px);
  --plan-item-title-lh: clamp(24px, 0.625vw + 18px, 30px);
  --plan-item-text-size: clamp(14px, 0.208vw + 12px, 16px);
  --plan-item-text-lh: clamp(22px, 0.625vw + 16px, 28px);
  --plan-icon-size: clamp(80px, 5.208vw, 100px);
  --plan-icon-img-size: clamp(40px, 2.708vw, 52px);
  --plan-grid-gap-x: clamp(20px, 1.667vw, 32px);
  --plan-grid-gap-y: clamp(32px, 2.5vw, 48px);
  --plan-header-gap: clamp(20px, 1.667vw, 32px);
  --plan-header-mb: clamp(40px, 3.125vw, 60px);
  --plan-accent-width: clamp(40px, 3.385vw, 65px);
  /* Works section tokens — design reference: 1920px */
  --works-section-padding-y: clamp(56px, 4.688vw, 90px);
  --works-title-size: clamp(26px, 1.458vw + 14px, 40px);
  --works-title-lh: clamp(34px, 1.875vw + 18px, 48px);
  --works-step-gap: clamp(28px, 2.083vw, 40px);
  --works-step-number-size: clamp(40px, 2.5vw, 48px);
  --works-step-title-size: clamp(16px, 0.521vw + 13px, 20px);
  --works-step-title-lh: clamp(24px, 0.729vw + 18px, 30px);
  --works-step-text-size: clamp(14px, 0.208vw + 12px, 16px);
  --works-step-text-lh: clamp(22px, 0.625vw + 16px, 28px);
  --works-layout-gap: clamp(32px, 4.167vw, 80px);
  --works-cta-radius: clamp(10px, 0.729vw, 14px);
  --works-cta-padding: clamp(24px, 1.667vw, 32px);
  --works-cta-padding-bottom: clamp(12px, 0.833vw, 20px);
  --works-cta-card-width: clamp(320px, 33.385vw, 641px);
  --works-cta-card-min-height: clamp(480px, 30.313vw, 582px);
  --works-cta-highlight-title-size: clamp(16px, 0.417vw + 13px, 20px);
  --works-cta-highlight-title-lh: clamp(24px, 0.625vw + 18px, 30px);
  --works-cta-list-size: clamp(16px, 0.417vw + 13px, 20px);
  --works-cta-list-lh: clamp(22px, 0.417vw + 18px, 26px);
  --works-cta-footer-size: clamp(13px, 0.208vw + 11px, 16px);
  --works-cta-footer-lh: clamp(18px, 0.365vw + 14px, 22px);
  --works-cta-footer-mt: clamp(20px, 1.667vw, 32px);
  --works-cta-highlight-icon-size: clamp(48px, 3.385vw, 64px);
}

body {
  font-family: "Inter", sans-serif;
  color: var(--navy);
  line-height: 1.6;
  background: var(--white);
}

h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.header {
  background: var(--white);
  border-bottom: 2px solid #b8d4eb;
  padding: clamp(10px, 0.83vw + 6px, 16px) 0;
}

.header .container {
  max-width: var(--header-container);
  padding-left: var(--header-side-padding);
  padding-right: var(--header-side-padding);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.08vw, 40px);
  min-height: var(--header-cta-height);
}

.logo {
  flex-shrink: 0;
}

.logo-img {
  height: var(--header-logo-height);
  width: auto;
  display: block;
}

.header-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
}

.header-menu-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
}

.header-nav-wrap {
  display: flex;
  align-items: center;
  gap: var(--header-nav-cta-gap);
  margin-left: auto;
  min-width: 0;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: var(--header-nav-gap);
  list-style: none;
  min-width: 0;
}

.header-nav-list a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: var(--header-nav-size);
  font-weight: 600;
  line-height: var(--header-nav-lh);
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #011637;
  white-space: nowrap;
  transition: color 0.2s;
}

.header-nav-list a:hover {
  color: #042552;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px);
  flex-shrink: 0;
  width: var(--header-cta-width);
  height: var(--header-cta-height);
  background: #042552;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: var(--header-cta-size);
  font-weight: 500;
  line-height: var(--header-cta-lh);
  letter-spacing: 0;
  text-align: center;
  padding: 0 clamp(16px, 1.25vw, 24px);
  border-radius: var(--header-cta-radius);
  white-space: nowrap;
  transition: background 0.2s;
}

.header-cta span {
  font-family: "Inter", sans-serif;
  font-size: var(--header-cta-size);
  font-weight: 500;
  line-height: var(--header-cta-lh);
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
}

.header-cta:hover {
  background: #031d42;
  color: #ffffff;
}

.header-cta-icon {
  flex-shrink: 0;
  width: clamp(16px, 1.042vw, 20px);
  height: clamp(16px, 1.042vw, 20px);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background-color: #eef4f9;
  background-image:
    linear-gradient(
      90deg,
      rgba(238, 244, 249, 0.92) 0%,
      rgba(238, 244, 249, 0.65) 38%,
      rgba(238, 244, 249, 0.25) 58%,
      transparent 75%
    ),
    url("../images/hero-capitol-bg.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: var(--hero-padding-top) 0 var(--hero-padding-bottom);
}

.hero .container {
  max-width: var(--header-container);
  padding-left: var(--header-side-padding);
  padding-right: var(--header-side-padding);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: var(--hero-inner-gap);
  align-items: stretch;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 680px;
}

.rg-wrap .hero .hero-content h1 {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-title-size);
  font-weight: 700;
  line-height: var(--hero-title-lh);
  letter-spacing: 0;
  text-align: left;
  color: #021738;
  margin: 0;
  max-width: 680px;
}

.hero-lead {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-lead-size);
  font-weight: 500;
  line-height: var(--hero-lead-lh);
  letter-spacing: 0;
  text-align: left;
  color: #021738;
  margin: var(--hero-title-lead-gap) 0 0;
  max-width: 620px;
}

.hero-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.417vw, 10px);
  margin: var(--hero-lead-benefits-gap) 0 0;
  text-align: left;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: var(--hero-body-size);
  font-weight: 500;
  line-height: var(--hero-body-lh);
  letter-spacing: 0;
  text-align: left;
  color: #021738;
}

.hero-benefit-icon {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: var(--hero-benefits-cta-gap);
  min-height: clamp(48px, 3.125vw, 60px);
  padding: 0 clamp(20px, 1.67vw, 28px);
  background: #a51d24;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: var(--hero-cta-size);
  font-weight: 500;
  line-height: var(--hero-cta-lh);
  letter-spacing: 0;
  text-align: left;
  border-radius: 10px;
  transition: background 0.2s;
  max-width: 100%;
}

.hero-cta:hover {
  background: #8e181f;
  color: #ffffff;
}

.hero-cta-arrow {
  flex-shrink: 0;
  width: clamp(22px, 1.56vw, 30px);
  height: auto;
}

.hero-secure {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: var(--hero-cta-secure-gap) 0 0;
  font-family: "Inter", sans-serif;
  font-size: var(--hero-secure-size);
  font-weight: 500;
  line-height: var(--hero-secure-lh);
  letter-spacing: 0;
  text-align: left;
  color: #021738;
}

.hero-secure-icon {
  flex-shrink: 0;
  width: 20px;
  height: auto;
}

.hero-example-card {
  width: 100%;
  max-width: var(--hero-card-width);
  min-height: var(--hero-card-min-height);
  height: 100%;
  margin-top: var(--hero-example-card-mt);
  margin-left: auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  padding: clamp(28px, 2.08vw, 40px) clamp(24px, 1.88vw, 36px) var(--hero-card-padding-bottom);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.hero-example-label {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-example-label-size);
  font-weight: 500;
  line-height: var(--hero-example-label-lh);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #011637;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}

.hero-score-gauge {
  position: relative;
  width: min(100%, clamp(220px, 13.02vw, 250px));
  margin: 0 auto clamp(12px, 0.94vw, 18px);
  aspect-ratio: 1;
}

.hero-score-ring {
  width: 100%;
  height: auto;
  display: block;
}

.hero-score-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hero-score-number {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 2.6vw + 1.5rem, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #438840;
}

.hero-score-max {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.6875rem, 0.16vw + 0.6rem, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #011637;
}

.hero-score-rating {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-score-rating-size);
  font-weight: 700;
  line-height: var(--hero-score-rating-lh);
  letter-spacing: 0;
  text-align: center;
  color: #438840;
  margin-bottom: clamp(10px, 0.83vw, 16px);
}

.hero-score-copy {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-score-copy-size);
  font-weight: 500;
  line-height: var(--hero-score-copy-lh);
  letter-spacing: 0;
  text-align: center;
  color: #021738;
  margin: 0 auto clamp(16px, 1.25vw, 24px);
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.hero-score-copy-line {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  margin: 0 auto;
}

.hero-score-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px);
  flex-wrap: nowrap;
  border-top: 1px solid #e8ecf0;
  padding-top: var(--hero-score-footer-pt);
  margin-top: auto;
  text-align: center;
}

.hero-score-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  gap: clamp(3px, 0.21vw, 5px);
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: var(--hero-score-stars-size);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #011637;
}

.hero-score-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--hero-star-width);
  height: var(--hero-star-height);
  color: #f6b811;
  font-size: var(--hero-star-width);
  line-height: 1;
}

.hero-score-footer p {
  font-family: "Inter", sans-serif;
  font-size: var(--hero-score-stars-size);
  font-weight: 500;
  line-height: var(--hero-score-stars-lh);
  letter-spacing: 0;
  text-align: left;
  color: #011637;
  margin: 0;
  white-space: nowrap;
}

/* Trust bar */
.trust-bar {
  background: #021738;
  color: #ffffff;
}

.trust-bar .container {
  max-width: var(--header-container);
  padding-left: var(--header-side-padding);
  padding-right: var(--header-side-padding);
}

.trust-bar-inner {
  padding: var(--trust-bar-padding-y) 0;
}

.trust-bar-heading {
  font-family: "Inter", sans-serif;
  font-size: var(--trust-bar-heading-size);
  font-weight: 500;
  line-height: var(--trust-bar-heading-lh);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 clamp(20px, 1.46vw, 28px);
}

.trust-bar-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.94vw, 16px);
  flex: 1 1 0;
  min-width: 200px;
  max-width: 320px;
  padding: 0 var(--trust-bar-item-gap);
}

.trust-bar-item + .trust-bar-item {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.trust-bar-icon {
  flex-shrink: 0;
  height: var(--trust-bar-icon-height);
  width: auto;
  object-fit: contain;
}

.trust-bar-icon--wide {
  height: calc(var(--trust-bar-icon-height) * 0.72);
}

.trust-bar-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: "Inter", sans-serif;
  font-size: var(--trust-bar-text-size);
  font-weight: 500;
  line-height: var(--trust-bar-text-lh);
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
}

.trust-bar-line {
  display: block;
  font: inherit;
  letter-spacing: 0;
  color: #ffffff;
}

.trust-bar-line--emphasis {
  font-weight: 500;
}

/* Plan section */
.plan-section {
  background: #ffffff;
}

.plan-section .container {
  max-width: var(--header-container);
  padding-left: var(--header-side-padding);
  padding-right: var(--header-side-padding);
}

.plan-section-inner {
  padding: var(--plan-section-padding-y) 0;
}

.plan-section-header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto var(--plan-header-mb);
}

.plan-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 0 var(--plan-header-gap);
  font-family: "Inter", sans-serif;
  color: #011637;
}

.plan-section-title-line {
  display: block;
  font-size: var(--plan-title-line1-size);
  font-weight: 500;
  line-height: var(--plan-title-line1-lh);
  letter-spacing: 0;
}

.plan-section-title-line--bold {
  font-size: var(--plan-title-line2-size);
  font-weight: 700;
  line-height: var(--plan-title-line2-lh);
}

.plan-section-accent {
  display: block;
  width: var(--plan-accent-width);
  height: 0;
  margin: clamp(8px, 0.625vw, 12px) auto 0;
  border: 2px solid #ad1820;
  opacity: 1;
}

.plan-section-accent--left {
  margin-left: 0;
  margin-right: auto;
}

.plan-section-lead {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: var(--plan-lead-size);
  font-weight: 500;
  line-height: var(--plan-lead-lh);
  letter-spacing: 0;
  color: #021738;
}

.plan-section-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--plan-grid-gap-y) var(--plan-grid-gap-x);
}

.plan-section-item {
  text-align: center;
}

.plan-section-icon {
  width: var(--plan-icon-size);
  height: var(--plan-icon-size);
  margin: 0 auto clamp(16px, 1.042vw, 20px);
  border-radius: 50%;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-section-icon img {
  width: auto;
  height: auto;
  max-width: var(--plan-icon-img-size);
  max-height: var(--plan-icon-img-size);
  object-fit: contain;
}

.plan-section-item-title {
  margin: 0 0 clamp(8px, 0.521vw, 12px);
  font-family: "Inter", sans-serif;
  font-size: var(--plan-item-title-size);
  font-weight: 700;
  line-height: var(--plan-item-title-lh);
  letter-spacing: 0;
  color: #011637;
}

.plan-section-item-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: var(--plan-item-text-size);
  font-weight: 500;
  line-height: var(--plan-item-text-lh);
  letter-spacing: 0;
  color: #021738;
}

/* Works section */
.works-section {
  background: #f4f8fb;
}

.works-section .container {
  max-width: var(--header-container);
  padding-left: var(--header-side-padding);
  padding-right: var(--header-side-padding);
}

.works-section-inner {
  padding: var(--works-section-padding-y) 0;
}

.works-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--works-layout-gap);
  align-items: center;
}

.works-section-steps-col {
  min-width: 0;
}

.works-section-title {
  margin: 0 0 clamp(20px, 1.667vw, 28px);
  font-family: "Inter", sans-serif;
  font-size: var(--works-title-size);
  font-weight: 700;
  line-height: var(--works-title-lh);
  letter-spacing: 0;
  color: #011637;
  max-width: 560px;
}

.works-section-title + .plan-section-accent {
  margin-bottom: clamp(28px, 2.083vw, 40px);
}

.works-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 620px;
}

.works-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(var(--works-step-number-size) / 2);
  top: var(--works-step-number-size);
  height: calc(100% - var(--works-step-number-size) + var(--works-step-gap));
  transform: translateX(-50%);
  border-left: 2px dashed #c5d0dc;
  pointer-events: none;
}

.works-step {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.25vw, 24px);
  position: relative;
}

.works-step + .works-step {
  margin-top: var(--works-step-gap);
}

.works-step-number {
  flex-shrink: 0;
  width: var(--works-step-number-size);
  height: var(--works-step-number-size);
  border-radius: 50%;
  background: #021738;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.833vw + 12px, 20px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.works-step-content {
  flex: 1;
  min-width: 0;
  padding-top: clamp(4px, 0.313vw, 6px);
}

.works-step-title {
  margin: 0 0 clamp(6px, 0.417vw, 10px);
  font-family: "Inter", sans-serif;
  font-size: var(--works-step-title-size);
  font-weight: 700;
  line-height: var(--works-step-title-lh);
  letter-spacing: 0;
  color: #011637;
}

.works-step-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: var(--works-step-text-size);
  font-weight: 500;
  line-height: var(--works-step-text-lh);
  letter-spacing: 0;
  color: #021738;
}

.works-section-cta-col {
  min-width: 0;
}

.works-cta-card {
  width: 100%;
  max-width: var(--works-cta-card-width);
  min-height: var(--works-cta-card-min-height);
  background: #ffffff;
  border-radius: var(--works-cta-radius);
  box-shadow: 0 3px 15px #0000000f;
  padding: var(--works-cta-padding) var(--works-cta-padding) var(--works-cta-padding-bottom);
  opacity: 1;
  margin-left: auto;
}

.works-cta-highlight {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 16px);
  padding: clamp(16px, 1.042vw, 20px);
  margin-bottom: clamp(20px, 1.458vw, 28px);
  background: #eef2f7;
  border-radius: clamp(8px, 0.521vw, 10px);
}

.works-cta-highlight-body {
  flex: 1;
  min-width: 0;
}

.works-cta-highlight-icon {
  flex-shrink: 0;
  display: block;
  width: var(--works-cta-highlight-icon-size);
  height: var(--works-cta-highlight-icon-size);
  background-color: #021738;
  mask: url("../images/homepage/Group-17774.svg") no-repeat center / contain;
  -webkit-mask: url("../images/homepage/Group-17774.svg") no-repeat center / contain;
  opacity: 1;
}

.works-cta-highlight-title {
  margin: 0 0 clamp(6px, 0.417vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: var(--works-cta-highlight-title-size);
  font-weight: 700;
  line-height: var(--works-cta-highlight-title-lh);
  letter-spacing: 0;
  text-align: left;
  color: #011637;
  opacity: 1;
}

.works-cta-highlight-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 0.208vw + 11px, 14px);
  font-weight: 500;
  line-height: clamp(20px, 0.521vw + 16px, 24px);
  letter-spacing: 0;
  text-align: left;
  color: #021738;
}

.works-cta-list {
  list-style: none;
  margin: 0 0 clamp(20px, 1.458vw, 28px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.729vw, 14px);
  font-family: "Inter", sans-serif;
  font-size: var(--works-cta-list-size);
  font-weight: 600;
  line-height: var(--works-cta-list-lh);
  letter-spacing: 0;
  text-align: left;
  color: #011637;
  opacity: 1;
}

.works-cta-list li {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
  font: inherit;
  letter-spacing: 0;
  color: inherit;
}

.works-cta-check {
  flex-shrink: 0;
  width: clamp(16px, 0.99vw, 19px);
  height: auto;
}

.works-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.729vw, 14px);
  width: 100%;
  min-height: clamp(52px, 3.385vw, 65px);
  padding: 0 clamp(20px, 1.25vw, 24px);
  background: #042552;
  color: #ffffff;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.417vw + 13px, 18px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  transition: background 0.2s;
}

.works-cta-btn:hover {
  background: #031d42;
  color: #ffffff;
}

.works-cta-btn-arrow {
  flex-shrink: 0;
  width: clamp(22px, 1.563vw, 30px);
  height: auto;
}

.works-cta-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.521vw, 10px);
  margin-top: var(--works-cta-footer-mt);
  font-family: "Inter", sans-serif;
  font-size: var(--works-cta-footer-size);
  font-weight: 500;
  line-height: var(--works-cta-footer-lh);
  letter-spacing: 0;
  text-align: center;
  color: #021738;
  opacity: 1;
}

.works-cta-footer-icon {
  flex-shrink: 0;
  width: clamp(14px, 0.833vw, 16px);
  height: auto;
  opacity: 0.75;
}

/* Footer */
.footer {
  background: #ffffff;
  border-top: 1px solid var(--gray-100);
}

.footer .container {
  max-width: var(--footer-container);
  padding-left: var(--footer-side-padding);
  padding-right: var(--footer-side-padding);
}

.footer-inner {
  padding: var(--footer-padding-y) 0;
}

.footer-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--footer-disclaimer-gap);
  max-width: 100%;
  margin: 0 auto;
}

.footer-disclaimer-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--footer-disclaimer-gap);
  max-width: 100%;
}

.footer-disclaimer-icon {
  flex-shrink: 0;
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
  object-fit: contain;
}

.footer-disclaimer-heading {
  font-family: "Inter", sans-serif;
  font-size: var(--footer-disclaimer-size);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  color: #011637;
  margin: 0;
}

.footer-disclaimer-text {
  font-family: "Inter", sans-serif;
  font-size: var(--footer-disclaimer-size);
  font-weight: 500;
  line-height: var(--footer-disclaimer-lh);
  letter-spacing: 0;
  text-align: center;
  color: #021738;
  margin: 0;
  max-width: 100%;
}

/* 1920px design specs — must stay after all component base styles */
@media (min-width: 1920px) {
  .header-nav-list a {
    font-size: 20px;
    line-height: 36px;
  }

  .header-cta {
    width: 255px;
    height: 73px;
    font-size: 20px;
    line-height: 36px;
    border-radius: 10px;
    padding: 0 24px;
  }

  .header-cta span {
    font-size: 20px;
    line-height: 36px;
  }

  .header-cta-icon {
    width: 20px;
    height: 20px;
  }

  .logo-img {
    height: 84px;
  }

  .footer-disclaimer-heading {
    font-size: 20px;
    line-height: 36px;
  }

  .footer-disclaimer-text {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-disclaimer-icon {
    width: 32px;
    height: 32px;
  }

  .footer-inner {
    padding: 28px 0;
  }

  .rg-wrap .hero {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .rg-wrap .hero .hero-content h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .rg-wrap .hero .hero-lead {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
  }

  .rg-wrap .hero .hero-benefits {
    margin-top: 41px;
  }

  .rg-wrap .hero .hero-benefits li {
    font-size: 18px;
    line-height: 28px;
  }

  .rg-wrap .hero .hero-cta {
    font-size: 17px;
    line-height: 22px;
    min-height: 60px;
    margin-top: 48px;
  }

  .rg-wrap .hero .hero-secure {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
  }

  .hero-inner {
    gap: 24px;
  }

  .rg-wrap .hero .hero-example-card {
    width: 500px;
    max-width: 500px;
    min-height: 619px;
    margin-top: 20px;
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    padding-bottom: 28px;
  }

  .rg-wrap .hero .hero-example-label {
    font-size: 20px;
    line-height: 24px;
  }

  .rg-wrap .hero .hero-score-rating {
    font-size: 30px;
    line-height: 36px;
  }

  .rg-wrap .hero .hero-score-copy {
    font-size: 15px;
    line-height: 28px;
  }

  .rg-wrap .hero .hero-score-stars,
  .rg-wrap .hero .hero-score-footer p {
    font-size: 14px;
    line-height: 20px;
  }

  .rg-wrap .hero .hero-score-footer {
    padding-top: 32px;
  }

  .rg-wrap .hero .hero-score-star {
    width: 23px;
    height: 22px;
    font-size: 23px;
    color: #f6b811;
  }

  .trust-bar-inner {
    padding: 33px 0;
  }

  .trust-bar-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
  }

  .trust-bar-item {
    gap: 16px;
    padding: 0 40px;
    max-width: none;
  }

  .trust-bar-text,
  .trust-bar-line {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }

  .trust-bar-icon {
    height: 61px;
  }

  .trust-bar-icon--wide {
    height: 44px;
  }

  .plan-section-inner {
    padding: 90px 0;
  }

  .rg-wrap .plan-section .plan-section-title-line {
    font-size: 36px;
    line-height: 48px;
  }

  .rg-wrap .plan-section .plan-section-title-line--bold {
    font-size: 48px;
    line-height: 56px;
  }

  .plan-section-accent {
    width: 65px;
    height: 0;
    border: 2px solid #ad1820;
    opacity: 1;
  }

  .rg-wrap .plan-section .plan-section-lead {
    font-size: 20px;
    line-height: 32px;
  }

  .rg-wrap .plan-section .plan-section-item-title {
    font-size: 20px;
    line-height: 30px;
  }

  .rg-wrap .plan-section .plan-section-item-text {
    font-size: 16px;
    line-height: 28px;
  }

  .plan-section-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .plan-section-icon img {
    max-width: 52px;
    max-height: 52px;
  }

  .plan-section-header {
    margin-bottom: 60px;
  }

  .plan-section-grid {
    gap: 48px 32px;
  }

  .works-section-inner {
    padding: 90px 0;
  }

  .rg-wrap .works-section .works-section-title {
    font-size: 40px;
    line-height: 48px;
  }

  .rg-wrap .works-section .works-step-title {
    font-size: 20px;
    line-height: 30px;
  }

  .rg-wrap .works-section .works-step-text {
    font-size: 16px;
    line-height: 28px;
  }

  .works-cta-highlight-title {
    font-size: 20px;
    line-height: 30px;
  }

  .works-cta-highlight-text {
    font-size: 14px;
    line-height: 24px;
  }

  .works-cta-list {
    font-size: 20px;
    line-height: 26px;
  }

  .works-cta-footer {
    font-size: 16px;
    line-height: 22px;
    margin-top: 32px;
  }

  .works-cta-btn {
    font-size: 18px;
    min-height: 65px;
  }

  .works-cta-card {
    width: 600px;
    max-width: 641px;
    min-height: 500px;
    border-radius: 14px;
    box-shadow: 0 3px 15px #0000000f;
    background: #ffffff;
    opacity: 1;
    padding-bottom: 20px;
  }

  .works-cta-highlight-icon {
    width: 64px;
    height: 64px;
  }

  .works-section-layout {
    gap: 80px;
  }

  .works-step + .works-step {
    margin-top: 40px;
  }
}

/* Responsive — below 1920px design canvas */
@media (max-width: 1200px) {
  .header {
    position: relative;
    padding: 12px 0;
  }

  .header-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .header-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 16px 24px 20px;
    background: var(--white);
    border-bottom: 2px solid #b8d4eb;
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
  }

  .header-nav-wrap.is-open {
    display: flex;
  }

  .header-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .header-nav-list li {
    border-bottom: 1px solid var(--gray-100);
  }

  .header-nav-list a {
    display: block;
    padding: 14px 0;
    white-space: normal;
    font-size: 16px;
    line-height: 1.5;
  }

  .header-cta {
    justify-content: center;
    width: 100%;
    max-width: 255px;
    height: 56px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
  }

  .header-cta span {
    font-size: 16px;
    line-height: 1.5;
  }

  .logo-img {
    height: 48px;
  }
}

@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-content h1,
  .rg-wrap .hero .hero-content h1 {
    max-width: none;
  }

  .hero-example-card {
    margin: 0 auto;
    min-height: auto;
  }

  .hero-score-copy-line {
    white-space: normal;
  }

  .hero-score-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-score-footer p {
    white-space: normal;
    text-align: center;
  }

  .trust-bar-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .trust-bar-item {
    min-width: 0;
    max-width: none;
    padding: 0 12px;
    border-left: none !important;
  }

  .trust-bar-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
  }

  .plan-section-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .works-section-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .works-cta-card {
    max-width: min(100%, var(--works-cta-card-width));
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .plan-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar-items {
    grid-template-columns: 1fr;
  }

  .trust-bar-item:nth-child(odd) {
    border-right: none;
  }

  .trust-bar-item + .trust-bar-item {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 20px;
  }
}