:root {
  --bg-dark: #050505;
  --bg-soft: #080808;
  --text-dark: #f5f7fa;
  --text-light: #f5f7fa;
  --muted-light: #9ba3af;
  --muted-dark: #9ba3af;
  --brand-blue: #124c96;
  --brand-blue-deep: #0d356c;
  --brand-orange: #f7ac39;
  --brand-orange-deep: #ea9612;
  --accent: var(--brand-orange);
  --accent-2: var(--brand-blue);
  --card-dark: #0d0d0d;
  --card-light: #ffffff;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  color: var(--text-light);
  background: #050505;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

.container {
  width: min(1440px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 16px rgba(18, 76, 150, 0.14);
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.nav-backdrop {
  display: none;
}

.brand-logo {
  width: clamp(190px, 24vw, 260px);
  height: auto;
  filter: drop-shadow(0 0 12px rgba(18, 76, 150, 0.16));
}

.nav-links,
.footer-links,
.footer-socials {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nav-links a,
.footer-links a,
.footer-socials a {
  color: var(--muted-light);
}

.nav-links a:hover,
.footer-links a:hover,
.footer-socials a:hover {
  color: var(--brand-orange);
}

.hero,
.section-light,
.section-dark,
.section-gradient,
.impact-band,
.site-footer {
  padding: 5.5rem 0;
}

.section-dark {
  background: #050505;
}

.section-light {
  background: #050505;
  color: var(--text-light);
}

.section-gradient {
  background: #050505;
}

.hero-grid,
.split-section,
.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.about-showcase {
  padding: 4.5rem 0;
  background: #050505;
}

.about-showcase-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-areas:
    "media title"
    "media body";
  gap: 1.2rem;
  align-items: stretch;
}

.about-copy-title {
  grid-area: title;
  align-self: end;
  padding-bottom: 0;
}

.about-media {
  grid-area: media;
  min-height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.about-photo {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.about-copy {
  padding: 2rem 1rem 2rem 0.25rem;
  color: #fff;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-copy-body {
  grid-area: body;
  padding-top: 0.25rem;
}

.about-copy h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 3.9rem);
  margin-bottom: 1rem;
}

.about-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  gap: 2.75rem;
  justify-content: space-between;
}

.hero-copy-full {
  max-width: 560px;
  text-align: left;
}

.hero-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-animate-1 {
  animation-delay: 80ms;
}

.hero-animate-2 {
  animation-delay: 180ms;
}

.hero-animate-3 {
  animation-delay: 280ms;
}

.hero-animate-4 {
  animation-delay: 380ms;
}

.hero-animate-5 {
  animation-delay: 520ms;
}

.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--accent);
}

.hero h1,
.cta-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3.65rem);
  line-height: 1.06;
  margin: 0 0 1.3rem;
  max-width: none;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-word {
  display: inline-block;
}

.hero-word-blue {
  color: var(--text-light);
  text-shadow: 0 0 14px rgba(18, 76, 150, 0.2);
}

.hero-word-orange {
  color: var(--brand-orange);
  text-shadow: 0 0 16px rgba(247, 172, 57, 0.24);
}

.hero-steps {
  color: #d7ddd8;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  margin: 1.2rem 0 1.4rem;
}

.hero-description,
.section-intro,
.text-panel p,
.cta-copy p,
.service-card p,
.feature-card p,
.footer-copy {
  line-height: 1.75;
  color: var(--muted-light);
  font-size: 1.02rem;
}

.impact-intro {
  white-space: nowrap;
}

.hero-copy-full .hero-description {
  max-width: 560px;
}

.section-light .text-panel p,
.section-light .service-card p,
.section-light .section-intro {
  color: var(--muted-light);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 0.95rem 1.4rem;
  border-radius: 0.9rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-orange-deep) 100%);
  color: #231100;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-light);
}

.hero-card,
.cta-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
  padding: 2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-card {
  width: min(100%, 510px);
  justify-self: end;
  align-self: center;
  padding: 1.95rem 1.9rem 1.7rem;
  transform: translateY(0);
  background: #0b0b0b;
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 50px rgba(18, 76, 150, 0.14);
}

.hero-card-animated {
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  animation: heroCardReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.chart-header,
.card-meta,
.chart-labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted-light);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chart-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.56);
}

.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--brand-orange);
  box-shadow: 0 0 14px rgba(247, 172, 57, 0.65);
}

.chart-board {
  position: relative;
  padding: 0.35rem 0 0;
}

.chart-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.chart-grid-line {
  stroke: #222;
  stroke-width: 1;
}

.chart-grid-line-soft {
  opacity: 0.9;
}

.chart-path {
  fill: none;
  stroke: var(--brand-orange);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: chartDraw 1.7s ease 520ms forwards;
}

.phase {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: phaseReveal 320ms ease forwards;
}

.phase-1 {
  animation-delay: 900ms;
}

.phase-2 {
  animation-delay: 1.1s;
}

.phase-3 {
  animation-delay: 1.34s;
}

.phase-4 {
  animation-delay: 1.58s;
}

.phase-point {
  fill: #ffffff;
}

.scale-point {
  fill: var(--brand-orange);
  filter: drop-shadow(0 0 8px rgba(247, 172, 57, 0.5));
}

.phase-label {
  fill: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
}

.phase-label.centered {
  text-anchor: middle;
}

.phase-label-brand {
  fill: #ffffff;
}

.card-meta {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.illustration-card {
  position: relative;
  min-height: 480px;
  border-radius: 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(247, 172, 57, 0.9), transparent 16%),
    radial-gradient(circle at 50% 78%, rgba(80, 155, 241, 0.65), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
}

.orb-large {
  position: absolute;
  inset: auto 8% 8% 6%;
  height: 48%;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ab2ff, #4e8de3);
}

.desk {
  position: absolute;
  left: 24%;
  top: 42%;
  width: 38%;
  height: 28%;
  border-radius: 2rem;
  background: #f37a70;
  transform: perspective(400px) rotateX(65deg);
  box-shadow: 0 20px 30px rgba(56, 81, 138, 0.18);
}

.desk::before,
.desk::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 10rem;
  background: #ffffff;
  bottom: -9rem;
  border-radius: 999px;
}

.desk::before {
  left: 14%;
}

.desk::after {
  right: 14%;
}

.person .head,
.person .body,
.person .laptop {
  position: absolute;
  display: block;
}

.person .head {
  left: 24%;
  top: 20%;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #1c7f37;
}

.person .body {
  left: 22%;
  top: 28%;
  width: 7rem;
  height: 10rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #0aa332, #13cb3f);
  transform: rotate(18deg);
}

.person .laptop {
  left: 36%;
  top: 36%;
  width: 8rem;
  height: 5rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #40206d, #6f35a7);
  transform: skew(-18deg);
}

.text-panel h2,
.section-heading h2 {
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

.why-points {
  display: grid;
  gap: 1.45rem;
  margin-top: 2rem;
}

.why-point {
  position: relative;
  padding: 0.1rem 0 0.1rem 2rem;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.why-point::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffbe1b;
  color: #0d356c;
  font-size: 0.82rem;
  font-weight: 900;
}

.why-point h3 {
  margin: 0 0 0.2rem;
  font-size: 1.16rem;
  line-height: 1.15;
  color: #fff;
}

.why-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.stats-row,
.impact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stats-row article,
.impact-stats article {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 1.4rem;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.stats-row strong,
.impact-stats strong {
  display: block;
  color: var(--text-light);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.stats-row span,
.impact-stats span {
  color: var(--muted-light);
}

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

.feature-grid,
.service-grid {
  display: grid;
  gap: 1.4rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid-showcase {
  align-items: stretch;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.service-card {
  border-radius: 1.5rem;
  padding: 2rem;
}

.feature-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(247, 172, 57, 0.08), rgba(18, 76, 150, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.service-card {
  position: relative;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.98), rgba(12, 12, 12, 0.96));
  border: 2px solid rgba(247, 172, 57, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  min-height: 330px;
  padding: 2.4rem 2rem;
  border-radius: 2.2rem;
  overflow: hidden;
}

.service-card:nth-child(2n) {
  border-color: rgba(18, 76, 150, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(18, 76, 150, 0.12);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(247, 172, 57, 0.32),
    rgba(18, 76, 150, 0.18)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.service-card:nth-child(2n):hover {
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.3),
    0 0 22px rgba(18, 76, 150, 0.16);
}

.feature-card h3,
.service-card h3,
.cta-form h3 {
  margin: 1rem 0 0.65rem;
  font-size: 1.5rem;
}

.service-card h3,
.service-card a,
.cta-form h3 {
  color: var(--text-light);
}

.service-card p {
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  line-height: 1.5;
}

.icon-chip,
.service-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-weight: 700;
}

.icon-chip {
  background: rgba(247, 172, 57, 0.18);
  color: #ffdfa6;
}

.icon-chip-feature {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.35rem;
  background: linear-gradient(135deg, rgba(247, 172, 57, 0.28), rgba(18, 76, 150, 0.35));
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.service-icon {
  width: 4.4rem;
  height: 4.4rem;
  min-width: 4.4rem;
  padding: 0;
  margin-bottom: 1.5rem;
  border-radius: 1.1rem;
  border: 1.5px dashed rgba(247, 172, 57, 0.75);
  background: rgba(12, 12, 12, 0.88);
  color: var(--text-light);
}

.service-card:nth-child(2n) .service-icon {
  border-color: rgba(18, 76, 150, 0.9);
  box-shadow: 0 0 20px rgba(18, 76, 150, 0.12);
}

.service-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-marquee {
  overflow: hidden;
  margin-top: 2rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: partner-marquee 18s linear infinite;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  min-height: 78px;
  padding: 0;
  background: transparent;
  border: 0;
}

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

.partner-logo {
  display: block;
  max-width: 220px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.impact-band {
  background: #050505;
}

.impact-panel {
  padding: 4rem 3rem;
  border-radius: 2rem;
  border: 1px solid rgba(247, 172, 57, 0.55);
  background: linear-gradient(180deg, rgba(18, 76, 150, 0.12), rgba(255, 255, 255, 0.02));
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  box-shadow: 0 0 0 1px rgba(18, 76, 150, 0.14);
}

.impact-panel:hover,
.impact-panel:active {
  transform: translateY(-8px);
  border-color: rgba(247, 172, 57, 0.95);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(247, 172, 57, 0.42),
    0 0 24px rgba(18, 76, 150, 0.16);
}

.impact-stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: left;
  background: transparent;
  box-shadow: none;
}

.impact-stats strong,
.impact-stats span {
  color: #fff;
}

.impact-stats strong {
  line-height: 0.95;
}

.impact-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.72);
 }

.cta-form {
  padding: 2.5rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(18, 76, 150, 0.1);
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  margin: 0.95rem 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  padding: 1rem 1.1rem;
  font: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.cta-form textarea {
  min-height: 138px;
  resize: vertical;
}

.cta-form input:focus,
.cta-form textarea:focus {
  outline: none;
  border-color: rgba(18, 76, 150, 0.75);
  box-shadow: 0 0 0 4px rgba(18, 76, 150, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.cta-form button {
  width: 100%;
  margin-top: 0.85rem;
}

.site-footer {
  background: #050505;
  padding: 3rem 0 1.2rem;
}

.footer-content,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-brand {
  display: inline-block;
  margin-bottom: 0.6rem;
}

.footer-logo {
  width: clamp(170px, 18vw, 220px);
  height: auto;
  filter: drop-shadow(0 0 12px rgba(18, 76, 150, 0.14));
}

.footer-links {
  justify-content: center;
  gap: 2rem;
}

.footer-links a,
.footer-bottom,
.footer-socials a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom {
  padding-top: 1rem;
}

.footer-socials {
  gap: 0.9rem;
}

.footer-socials a {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 180ms ease, transform 180ms ease, filter 180ms ease;
}

.footer-socials a:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 8px rgba(18, 76, 150, 0.42));
}

.footer-socials svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-page {
  min-height: 100vh;
  padding: 5rem 0;
  background: #050505;
}

.policy-card {
  max-width: 980px;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(18, 76, 150, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(247, 172, 57, 0.24);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(18, 76, 150, 0.12);
}

.policy-logo {
  width: clamp(180px, 22vw, 260px);
  height: auto;
  filter: drop-shadow(0 0 12px rgba(18, 76, 150, 0.14));
}

.policy-card h1 {
  margin: 1.5rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.policy-card h2 {
  margin: 2rem 0 0.8rem;
  font-size: 1.35rem;
  color: var(--text-light);
}

.policy-card h3 {
  margin: 1.2rem 0 0.55rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

.policy-card p,
.policy-card li {
  color: var(--muted-light);
  line-height: 1.8;
  font-size: 1rem;
}

.policy-card ul {
  margin: 0.8rem 0 0.8rem 1.2rem;
}

.policy-card .policy-meta {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.62);
}

.policy-card .policy-contact {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.thankyou-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.thankyou-card {
  max-width: 720px;
  text-align: center;
  padding: 3rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(18, 76, 150, 0.14), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(247, 172, 57, 0.3);
}

.thankyou-card h1 {
  margin: 1.5rem 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.thankyou-card p {
  max-width: 56ch;
  margin: 0 auto 1.5rem;
  color: var(--muted-light);
  line-height: 1.75;
}

@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCardReveal {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chartDraw {
  from {
    stroke-dashoffset: 520;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes phaseReveal {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.85);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.footer-bottom {
  padding-top: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 981px) {
  .hero {
    padding-bottom: 4.45rem;
  }

  .about-showcase {
    padding-top: 3.85rem;
    padding-bottom: 3.8rem;
  }

  .about-showcase + .section-light {
    padding-top: 4.85rem;
  }

  .section-light#services {
    padding-bottom: 4.85rem;
  }

  .section-light#services + .partners {
    padding-top: 4.85rem;
  }
}

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

@media (max-width: 980px) {
  .site-header {
    z-index: 1000;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-grid,
  .cta-grid,
  .feature-grid,
  .service-grid,
  .stats-row,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .hero,
  .section-light,
  .section-dark,
  .section-gradient,
  .impact-band,
  .site-footer {
    padding: 3.2rem 0;
  }

  .hero h1,
  .cta-copy h2 {
    max-width: none;
  }

  .hero-grid {
    gap: 1.5rem;
  }

  .hero-copy-full {
    max-width: 100%;
    text-align: center;
  }

  .hero h1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-line {
    display: block;
    white-space: nowrap;
  }

  .hero-line:first-child {
    display: block;
  }

  .hero-line:nth-child(2),
  .hero-line:nth-child(3) {
    display: block;
  }

  .hero-line:nth-child(2)::after {
    content: none;
  }

  .hero-copy-full .hero-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    justify-self: center;
    width: min(100%, 560px);
  }

  .about-showcase-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "media title"
      "media body";
    gap: 1.1rem;
  }

  .about-photo {
    min-height: 520px;
  }

  .about-copy-title,
  .about-copy-body {
    text-align: left;
  }

  .about-copy {
    padding: 0.5rem 0 0 0.25rem;
  }

  .service-grid {
    gap: 1rem;
  }

  .service-card {
    min-height: 280px;
  }

  .impact-intro {
    white-space: normal;
  }

  .logo-track {
    gap: 1.5rem;
  }

  .logo-card {
    min-width: 180px;
  }

  .nav {
    position: relative;
    justify-content: center;
    min-height: 4rem;
  }

  .brand {
    margin: 0 auto;
    position: relative;
    z-index: 26;
  }

  .nav-toggle {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 31;
  }

  .nav-links {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    transform: translateX(-102%);
    visibility: hidden;
    pointer-events: none;
    width: 320px;
    max-width: 82vw;
    padding: 4.9rem 1.2rem 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(18, 76, 150, 0.88);
    box-shadow: 22px 0 42px rgba(0, 0, 0, 0.42), 0 0 18px rgba(18, 76, 150, 0.2);
    transition: transform 240ms ease;
    z-index: 30;
    overflow-y: auto;
  }

  .site-header.nav-open .nav-links {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    padding: 0.35rem 0;
    font-size: 1.08rem;
    color: #fff;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 25;
  }

  .site-header.nav-open .nav-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .footer-content,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links,
  .footer-socials {
    justify-content: center;
  }

  .policy-card,
  .thankyou-card {
    padding: 1.9rem;
  }
}

@media (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 2.25rem;
  }

  .hero-copy-full {
    max-width: 520px;
  }

  .about-showcase-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  }

  .about-photo {
    min-height: 580px;
  }

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

  .policy-card {
    max-width: 900px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .hero {
    padding-bottom: 1.4rem;
  }

  .about-showcase {
    padding-top: 1.15rem;
  }

  .hero-copy-full {
    text-align: left;
  }

  .hero h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-copy-full .hero-description {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 1.1rem, 1440px);
  }

  .site-header {
    position: static;
  }

  .nav {
    min-height: 3.75rem;
  }

  .nav-links {
    font-size: 0.95rem;
  }

  .hero,
  .section-light,
  .section-dark,
  .section-gradient,
  .impact-band,
  .site-footer,
  .about-showcase,
  .policy-page {
    padding: 2.35rem 0;
  }

  .hero {
    padding-bottom: 0.6rem;
  }

  .about-showcase {
    padding-top: 0.45rem;
  }

  .hero h1,
  .cta-copy h2 {
    font-size: clamp(1.52rem, 5.9vw, 1.92rem);
    line-height: 1.12;
  }

  .hero h1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero-description,
  .section-intro,
  .text-panel p,
  .cta-copy p,
  .service-card p,
  .footer-copy,
  .policy-card p,
  .policy-card li {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hero-card,
  .cta-form,
  .impact-panel,
  .feature-card,
  .service-card,
  .policy-card,
  .thankyou-card {
    padding: 1.15rem;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .hero-card {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-copy-full {
    order: 2;
    text-align: left;
  }

  .hero-line {
    display: block;
  }

  .hero-line:first-child {
    white-space: nowrap;
  }

  .hero-line:nth-child(2) {
    white-space: nowrap;
  }

  .hero-line:nth-child(3) {
    display: block;
    white-space: nowrap;
  }

  .hero-copy-full .hero-description {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .chart-header {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .chart-svg {
    transform: scale(1.02);
    transform-origin: center;
  }

  .about-showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .about-copy-title {
    order: 1;
    align-self: stretch;
    width: 100%;
  }

  .about-media {
    order: 2;
  }

  .about-copy-body {
    order: 3;
  }

  .about-photo {
    min-height: 290px;
  }

  .brand {
    max-width: 180px;
  }

  .about-copy h2,
  .section-heading h2,
  .policy-card h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .about-copy-title {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .about-copy-title h2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .about-copy-body {
    padding-top: 0;
    text-align: left;
  }

  .why-point {
    padding-left: 1.6rem;
  }

  .why-point h3 {
    font-size: 1.02rem;
  }

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

  .service-card {
    min-height: 250px;
    border-radius: 1.6rem;
  }

  .service-card h3 {
    font-size: 1.25rem;
  }

  .logo-track {
    gap: 1rem;
    animation-duration: 14s;
  }

  .logo-card {
    min-width: 150px;
    min-height: 60px;
  }

  .partner-logo {
    max-width: 165px;
    max-height: 42px;
  }

  .impact-panel {
    border-radius: 1.5rem;
  }

  .impact-stats article {
    justify-content: flex-start;
  }

  .impact-stats strong {
    font-size: 2.3rem;
  }

  .cta-grid {
    gap: 1.1rem;
  }

  .cta-form h3 {
    font-size: 1.3rem;
  }

  .button {
    width: 100%;
  }

  .footer-links {
    gap: 0.6rem 0.85rem;
  }

  .footer-bottom {
    gap: 0.55rem;
    padding-top: 0.55rem;
  }

  .policy-card ul {
    padding-left: 1rem;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 1.1rem, 1440px);
  }

  .brand-logo,
  .footer-logo,
  .policy-logo {
    width: 170px;
  }

  .nav-toggle {
    width: 2.7rem;
    height: 2.7rem;
  }

  .nav-links,
  .footer-links {
    font-size: 0.88rem;
  }

  .hero h1,
  .cta-copy h2 {
    font-size: 1.75rem;
  }

  .hero-card,
  .cta-form,
  .impact-panel,
  .service-card,
  .policy-card,
  .thankyou-card {
    padding: 1.1rem;
  }

  .chart-header {
    font-size: 0.65rem;
  }

  .service-icon {
    width: 3.8rem;
    height: 3.8rem;
    min-width: 3.8rem;
    margin-bottom: 1rem;
  }

  .service-icon svg {
    width: 1.7rem;
    height: 1.7rem;
  }

  .partner-logo {
    max-width: 140px;
  }
}
