:root {
  color-scheme: light;
  --green: #069447;
  --green-dark: #047238;
  --green-soft: #e7f6ed;
  --navy: #082a42;
  --ink: #102532;
  --muted: #62727c;
  --line: #dce7e1;
  --paper: #f7faf8;
  --white: #fff;
  --amber: #f3b33d;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand img {
  width: 218px;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}

nav > a {
  color: #39505e;
}

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

.language-toggle {
  min-width: 72px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--white);
  font: inherit;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 660px;
  padding: 90px 7%;
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 79% 12%, rgba(243, 179, 61, 0.23), transparent 26%),
    linear-gradient(135deg, #07324b 0%, #07513e 55%, #078846 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.hero-copy,
.hero-card {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--green);
}

.hero .eyebrow,
.cta .eyebrow {
  color: #a8f0c1;
}

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 36px;
  font-size: 19px;
  color: #d8e8e3;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

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

.button-primary,
.button-light {
  color: var(--navy);
  background: var(--white);
}

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

.trust-row {
  margin-top: 34px;
  color: #c9dcd5;
  font-size: 13px;
  font-weight: 700;
}

.trust-row span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

.hero-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(3, 28, 31, 0.22);
}

.hero-card-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px var(--green-soft);
}

.role-preview {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
}

.role-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 900;
}

.role-preview strong,
.role-preview small {
  display: block;
}

.role-preview small {
  margin-top: 3px;
  color: var(--muted);
}

.eligibility {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 750;
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--navy);
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
}

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

.feature-grid article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.feature-number {
  width: 50px;
  height: 50px;
  margin-bottom: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 12px;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  color: var(--navy);
}

.feature-grid p,
.steps p {
  color: var(--muted);
}

.process-section {
  border-top: 1px solid var(--line);
}

.steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  list-style: none;
}

.steps li {
  display: flex;
  gap: 18px;
}

.steps li > span {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.cta {
  margin-bottom: 80px;
  padding: 58px 6%;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  color: var(--white);
  background: var(--green);
}

.cta h2 {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--white);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  text-align: center;
  font-weight: 700;
}

footer {
  padding: 46px 0 32px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 26px;
  color: var(--muted);
  font-size: 13px;
}

footer img {
  width: 190px;
}

footer p {
  margin: 12px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.footer-links a:hover {
  color: var(--green);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

@media (max-width: 880px) {
  nav > a {
    display: none;
  }

  .hero {
    padding: 70px 7%;
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 560px;
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: 0;
  }

  .feature-number {
    margin-bottom: 24px;
  }

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

@media (max-width: 560px) {
  .site-header,
  main,
  footer {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    min-height: 72px;
  }

  .brand img {
    width: 176px;
  }

  .hero {
    min-height: 0;
    padding: 58px 24px 28px;
    border-radius: 24px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-card {
    padding: 20px;
  }

  .section {
    padding: 86px 0;
  }

  .cta {
    margin-bottom: 56px;
    padding: 42px 24px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

