:root {
  --wcag-blue-950: #052c45;
  --wcag-blue-900: #073b5c;
  --wcag-blue-800: #075878;
  --wcag-blue-700: #08789b;
  --wcag-green-600: #2f7d32;
  --wcag-green-500: #4c9f38;
  --wcag-green-300: #a8dc69;
  --wcag-green-200: #c9ef8b;
  --wcag-ink: #152836;
  --wcag-muted: #52636e;
  --wcag-soft: #f1f8f6;
  --wcag-line: #d8e5e4;
  --wcag-white: #ffffff;
  --wcag-shadow: 0 22px 60px rgba(5, 44, 69, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  overflow-x: hidden;
  color: var(--wcag-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 1.04rem;
  line-height: 1.72;
}

h1,
h2,
h3 {
  color: var(--wcag-blue-950);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.15rem, 4.2vw, 3.5rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}
h3 {
  font-size: 1.35rem;
}

p {
  color: var(--wcag-muted);
}
a {
  color: var(--wcag-blue-700);
}
a:hover {
  color: var(--wcag-blue-900);
}

:focus-visible {
  outline: 3px solid #f7c948;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2000;
  padding: 0.7rem 1rem;
  color: #fff;
  background: #111;
  border-radius: 0.35rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-padding {
  padding: clamp(3rem, 5vw, 4.25rem) 0 clamp(4rem, 6vw, 5.5rem);
}
.bg-soft {
  background: var(--wcag-soft);
}
.section-intro {
  max-width: 820px;
  margin-inline: auto;
}
.section-intro > p:last-child {
  font-size: 1.12rem;
}

.section-kicker,
.eyebrow {
  color: var(--wcag-green-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-green {
  color: var(--wcag-green-300) !important;
}

.wcag-nav {
  min-height: 82px;
  background: rgba(5, 44, 69, 0.98);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.wcag-nav .navbar-brand {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.wcag-nav .navbar-brand img {
  display: block;
  width: min(259px, 60vw);
  height: auto;
  object-fit: contain;
}

.wcag-nav .nav-link {
  position: relative;
  padding: 1rem clamp(0.55rem, 1vw, 0.85rem) !important;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.wcag-nav .nav-link::after {
  content: "";
  position: absolute;
  right: clamp(0.55rem, 1vw, 0.85rem);
  bottom: 0.38rem;
  left: clamp(0.55rem, 1vw, 0.85rem);
  height: 3px;
  background: var(--wcag-green-200);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.wcag-nav .nav-link:hover,
.wcag-nav .nav-link:focus,
.wcag-nav .nav-link.active {
  color: var(--wcag-green-200);
}

.wcag-nav .nav-link:hover::after,
.wcag-nav .nav-link:focus::after,
.wcag-nav .nav-link.active::after {
  transform: scaleX(1);
}

.wcag-nav .btn-nav {
  color: var(--wcag-blue-950);
  background: var(--wcag-green-200);
  border: 2px solid var(--wcag-green-200);
  font-weight: 800;
}

.wcag-nav .btn-nav:hover,
.wcag-nav .btn-nav:focus {
  color: #fff;
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 78% 20%, rgba(104, 184, 73, 0.27), transparent 26rem), linear-gradient(125deg, var(--wcag-blue-950) 0%, var(--wcag-blue-900) 50%, #086b7f 100%);
}

.min-vh-hero {
  min-height: 690px;
  padding-block: 5.75rem;
}
.hero h1 {
  max-width: 920px;
  color: #fff;
}
.hero .eyebrow {
  color: var(--wcag-green-200);
}
.hero .eyebrow i {
  margin-right: 0.35rem;
}
.hero-lead {
  max-width: 780px;
  color: #fff;
  font-size: clamp(1.18rem, 2.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
}
.hero-copy {
  max-width: 700px;
  color: #d7e7ed;
}

.hero-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.hero-shape-one {
  width: 440px;
  height: 440px;
  top: -220px;
  right: 12%;
}
.hero-shape-two {
  width: 720px;
  height: 720px;
  right: -390px;
  bottom: -450px;
}

.hero-panel {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 1.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
}

.hero-panel-label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}
.hero-checklist li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  color: #eef8fb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-checklist li:last-child {
  border-bottom: 0;
}
.hero-checklist i {
  flex: 0 0 auto;
  margin-top: 0.12rem;
  color: var(--wcag-green-200);
}

.btn {
  padding: 0.78rem 1.35rem;
  border-radius: 0.65rem;
  font-weight: 800;
}

.btn-primary {
  color: #fff;
  background: var(--wcag-blue-700);
  border-color: var(--wcag-blue-700);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: var(--wcag-blue-900);
  border-color: var(--wcag-blue-900);
}

.hero .btn-primary {
  color: var(--wcag-blue-950);
  background: var(--wcag-green-200);
  border-color: var(--wcag-green-200);
}

.hero .btn-primary:hover,
.hero .btn-primary:focus {
  background: #dbff9e;
  border-color: #dbff9e;
}

.credential-strip {
  position: relative;
  z-index: 2;
  padding: 1.45rem 0;
  background: #fff;
  border-bottom: 1px solid var(--wcag-line);
  box-shadow: 0 8px 30px rgba(5, 44, 69, 0.06);
}

.credential-strip strong,
.credential-strip span {
  display: block;
}
.credential-strip strong {
  color: var(--wcag-blue-900);
  font-size: 1.05rem;
}
.credential-strip span {
  color: var(--wcag-muted);
  font-size: 0.88rem;
}

.deadline-callout {
  padding: 3.2rem 0;
  background: var(--wcag-green-600);
}

.deadline-callout h2,
.deadline-callout p {
  color: #fff;
}
.deadline-callout h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
}
.deadline-callout .section-kicker {
  color: #e9ffd1;
}
.deadline-callout .official-rule-link {
  color: #fff;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22rem;
}
.deadline-callout .official-rule-link:hover,
.deadline-callout .official-rule-link:focus {
  color: #e9ffd1;
}
.deadline-callout .btn-light {
  color: var(--wcag-blue-950);
  background: #fff;
  border-color: #fff;
}
.deadline-callout .btn-light:hover,
.deadline-callout .btn-light:focus {
  color: #fff;
  background: var(--wcag-blue-950);
  border-color: var(--wcag-blue-950);
}

.service-card {
  padding: clamp(1.6rem, 4vw, 2.2rem);
  background: #fff;
  border: 1px solid var(--wcag-line);
  border-radius: 1.25rem;
  box-shadow: 0 15px 45px rgba(5, 44, 69, 0.07);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #a6ccca;
  box-shadow: var(--wcag-shadow);
}
.icon-wrap {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.25rem;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--wcag-blue-700), var(--wcag-green-500));
  border-radius: 0.9rem;
  font-size: 1.5rem;
}
.card-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--wcag-blue-800);
  font-weight: 800;
  text-decoration: none;
}
.card-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.deliverables {
  padding: clamp(1.7rem, 4vw, 2.6rem);
  background: var(--wcag-blue-950);
  border-radius: 1.3rem;
  box-shadow: var(--wcag-shadow);
}
.deliverables h3,
.deliverables p {
  color: #fff;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-grid li {
  position: relative;
  padding-left: 1.75rem;
  color: #e3f0f4;
}
.check-grid li::before {
  content: "\F26B";
  position: absolute;
  left: 0;
  color: var(--wcag-green-200);
  font-family: "bootstrap-icons";
}

.title-ii-section {
  background: #fff;
}
.readiness-card {
  padding: clamp(1.7rem, 4vw, 2.6rem);
  background: var(--wcag-soft);
  border: 1px solid var(--wcag-line);
  border-radius: 1.4rem;
}
.readiness-list {
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}
.readiness-list li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--wcag-line);
}
.readiness-list li:last-child {
  border-bottom: 0;
}
.readiness-list > li > span {
  color: var(--wcag-green-600);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.readiness-list strong {
  display: block;
  color: var(--wcag-blue-950);
}
.readiness-list p {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
}

.approach-section {
  color: #fff;
  background: linear-gradient(135deg, var(--wcag-blue-950), #075d70);
}
.approach-section h2,
.approach-section h3 {
  color: #fff;
}
.approach-section p {
  color: #d7e8ed;
}
.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  color: #fff;
  background: #02090d;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 1.3rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.video-card::after {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 16, 25, 0.08) 25%, rgba(2, 16, 25, 0.82) 100%);
  transition: background-color 0.25s ease;
}
.video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video-card:hover img {
  transform: scale(1.025);
}
.video-card:hover::after,
.video-card:focus-visible::after {
  background-color: rgba(5, 44, 69, 0.16);
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  color: var(--wcag-blue-950);
  background: var(--wcag-green-200);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  font-size: 2.4rem;
  pointer-events: none;
}
.video-play i {
  margin-left: 0.18rem;
  line-height: 1;
}
.video-card:hover .video-play,
.video-card:focus-visible .video-play {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}
.video-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 3.5rem 1.5rem 1.2rem;
  color: #fff;
}
.video-caption strong,
.video-caption small {
  display: block;
}
.video-caption small {
  color: #d8e7ec;
}

.gslide-video .gslide-media {
  width: min(1920px, 96vw, calc((100vh - 4rem) * 16 / 9)) !important;
  max-width: 1920px !important;
  aspect-ratio: 16 / 9;
  background: #000;
}

.gslide-video .gvideo-wrapper {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  padding: 0 !important;
}

.gslide-video video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.process-grid article {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
}
.process-grid article > span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--wcag-blue-950);
  background: var(--wcag-green-200);
  border-radius: 50%;
  font-weight: 900;
}
.process-grid h3 {
  font-size: 1.2rem;
}
.process-grid p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.certificate-frame {
  padding: 1rem;
  margin: 0;
  background: #fff;
  border: 1px solid var(--wcag-line);
  border-radius: 1.25rem;
  box-shadow: var(--wcag-shadow);
}
.certificate-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.7rem;
}
.certificate-frame figcaption {
  padding: 0.8rem 0.3rem 0;
  color: var(--wcag-muted);
  font-size: 0.85rem;
  text-align: center;
}
.experience-copy {
  font-size: 1.06rem;
}
.experience-statement {
  padding: 1rem 1.15rem;
  margin-top: 1.5rem;
  color: var(--wcag-blue-950);
  background: #fff;
  border-left: 4px solid var(--wcag-green-600);
  border-radius: 0 0.7rem 0.7rem 0;
  box-shadow: 0 12px 30px rgba(5, 44, 69, 0.08);
  font-weight: 650;
}
.experience-certificate {
  max-width: 580px;
  margin-left: auto;
}
.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
}
.credential-list span {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.85rem 1rem;
  background: var(--wcag-soft);
  border-radius: 0.65rem;
  color: var(--wcag-blue-900);
  font-size: 0.92rem;
  font-weight: 700;
}
.credential-list i {
  color: var(--wcag-green-600);
}

.faq-section {
  background: #fff;
}
.faq-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--wcag-soft);
  border: 1px solid var(--wcag-line);
  border-radius: 1rem;
}
.faq-card h3 {
  margin-bottom: 0.8rem;
}
.faq-card p {
  margin-bottom: 0;
}
.faq-card-wide {
  border-left: 4px solid var(--wcag-green-600);
}

.contact-section {
  color: #fff;
  background: var(--wcag-blue-950);
}
.contact-section h2 {
  color: #fff;
}
.contact-section p {
  color: #d8e7ec;
}
.contact-reassurance {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--wcag-green-200);
  border-radius: 0.6rem;
}
.contact-reassurance i {
  color: var(--wcag-green-200);
  font-size: 1.7rem;
}
.contact-reassurance p {
  margin: 0;
}

.contact-form {
  padding: clamp(1.5rem, 4vw, 2.3rem);
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.24);
}
.contact-form .form-label {
  color: var(--wcag-blue-950);
  font-weight: 750;
}
.contact-form .optional,
.contact-form .form-text {
  color: #0c0d0d;
  font-weight: 400;
}
.contact-form .form-control,
.contact-form .form-select {
  min-height: 3rem;
  border: 1px solid #9cb0ba;
}
.contact-form textarea.form-control {
  min-height: 9.5rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--wcag-blue-700);
  box-shadow: 0 0 0 0.25rem rgba(8, 120, 155, 0.2);
}
.contact-form .btn-primary {
  background: var(--wcag-blue-800);
  border-color: var(--wcag-blue-800);
}
.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus {
  background: var(--wcag-blue-950);
  border-color: var(--wcag-blue-950);
}
.form-status {
  color: var(--wcag-blue-950);
  font-weight: 700;
}
.form-status.is-error {
  color: #a12626;
}
.form-status.is-success {
  color: #216d2d;
}

.site-footer {
  padding: 3rem 0 1.8rem;
  color: #dce8ed;
  background: #031f31;
}
.site-footer img {
  width: 259px;
  max-width: 100%;
  height: auto;
  filter: none;
}
.site-footer p {
  color: #c3d4dc;
}
.site-footer a {
  color: var(--wcag-green-200);
  font-weight: 700;
}
.site-footer hr {
  border-color: rgba(255, 255, 255, 0.17);
}

.back-to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1030;
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  color: #fff;
  background: var(--wcag-blue-950);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(5, 44, 69, 0.34);
  font-size: 1.45rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top.is-visible:hover,
.back-to-top.is-visible:focus {
  color: #fff;
  background: var(--wcag-blue-700);
  box-shadow: 0 13px 34px rgba(5, 44, 69, 0.42);
  transform: translateY(-3px);
}

@media (max-width: 1199.98px) {
  .wcag-nav .nav-link {
    font-size: 0.88rem;
  }
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .wcag-nav .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }
  .wcag-nav .nav-link {
    display: inline-block;
    padding-block: 0.75rem !important;
  }
  .wcag-nav .btn-nav {
    margin-top: 0.8rem;
  }
  .min-vh-hero {
    min-height: auto;
    padding-block: 5rem;
  }
  .hero-panel {
    max-width: 680px;
  }
  .experience-certificate {
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 2.75rem 0 3.5rem;
  }
  .check-grid,
  .credential-list,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .deadline-callout .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .wcag-nav .navbar-brand {
    width: auto;
    padding: 0;
  }
  .wcag-nav .navbar-brand img {
    width: min(220px, 68vw);
  }
  .hero .btn,
  .contact-form .btn {
    width: 100%;
  }
  .video-play {
    width: 4rem;
    height: 4rem;
    font-size: 1.9rem;
  }
  .back-to-top {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
