:root {
  color-scheme: dark;
  --bg: #0b0f19;
  --text: #f8fafc;
  --muted: rgba(248, 250, 252, 0.86);
  --overlay: rgba(0, 33, 71, 0.733);
  --overlay-2: rgba(0, 0, 0, 0.458);
  --btn-bg: rgba(248, 250, 252, 0.16);
  --btn-bg-hover: rgba(248, 250, 252, 0.22);
  --btn-border: rgba(248, 250, 252, 0.22);
  --focus: rgba(99, 102, 241, 0.7);
  --white: #ffffff;
  --ink: #0b0f19;
  --blue-brand: #002147;
  --ink-70: rgba(15, 23, 42, 0.7);
  --ink-75: rgba(15, 23, 42, 0.75);
  --ink-45: rgba(15, 23, 42, 0.45);
  --ink-border-12: rgba(15, 23, 42, 0.12);
  --ink-border-20: rgba(15, 23, 42, 0.2);
  --shadow-18: rgba(0, 0, 0, 0.18);
  --shadow-22: rgba(0, 0, 0, 0.22);
  --services-overlay-1: rgba(0, 33, 71, 0.88);
  --services-overlay-2: rgba(0, 0, 0, 0.35);
  --service-card-bg: rgba(15, 23, 42, 0.62);
  --blue-brand: rgba(248, 250, 252, 0.12);
  --text-90: rgba(248, 250, 252, 0.9);
  --text-82: rgba(248, 250, 252, 0.82);
  --btn-next-bg: #d26b6b;
  --btn-next-bg-hover: #c85f5f;
  --btn-next-border: rgba(210, 107, 107, 0.7);
  --method-overlay-1: rgba(0, 33, 71, 0.9);
  --method-overlay-2: rgba(0, 0, 0, 0.4);
  --stats-bg: rgba(15, 23, 42, 0.48);
  --surface-muted: rgba(15, 23, 42, 0.08);
  --cta-gray-bg: rgba(15, 23, 42, 0.26);
  --cta-gray-bg-hover: rgba(15, 23, 42, 0.34);
  --cta-gray-border: rgba(15, 23, 42, 0.12);
  --container: 1100px;
}

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

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Rubik", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 56px) 16px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1571442399306-c5717478b3b4?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
  z-index: -2;
}

.hero::after {
  content: ""!important;
  position: absolute!important;
  inset: 0!important;
  background: radial-gradient(90% 70% at 50% 35%, var(--overlay), var(--overlay-2))!important;
  z-index: -1!important;
}

.container {
  width: min(var(--container), 100%)!important;
  text-align: center!important;
  max-width: 100%!important;
  overflow-x: hidden!important;
}

.brand {
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  gap: 12px!important;
  margin-bottom: 14px!important;
}

.brand__logo {
  width: clamp(140px, 18vw, 220px)!important;
  height: auto!important;
  display: block!important;
  object-fit: contain!important;
  max-width: 100%!important;
}

h1 {
  margin: 0!important;
  font-size: clamp(28px, 3.6vw, 44px)!important;
  line-height: 1.08!important;
  letter-spacing: -0.02em!important;
  color: #fff!important;
  padding-top: 20px!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}

.subtitle {
  margin: 14px auto 0!important;
  max-width: 70ch!important;
  font-size: clamp(14px, 1.55vw, 18px)!important;
  line-height: 1.5!important;
  color: var(--muted)!important;
}

.cta {
  margin-top: 18px!important;
}

.button {
  appearance: none;
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease,
    border-color 160ms ease;
  will-change: transform;
}

.button:hover {
  background: var(--btn-bg-hover);
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none!important;
  }
  .button:hover,
  .button:active {
    transform: none!important;
  }
}

.form-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 56px) 16px;
  isolation: isolate;
}

.form-container {
  min-height: calc(100vh - clamp(56px, 10vw, 112px));
  min-height: calc(100svh - clamp(56px, 10vw, 112px));
}

.form-section::before,
.form-section::after {
  height: 100%;
}

.form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1499188073299-5bd9060e044b?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05);
  z-index: -2;
}

.form-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 70% at 50% 35%, rgb(0 33 71), rgb(0 0 0 / 93%));
  /* background: radial-gradient(90% 70% at 50% 35%, var(--overlay), var(--overlay-2)); */
  z-index: -1;
}

.form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  max-width: 1100px;
  width: 100%;
  align-items: center;
}

.form-content {
  text-align: left;
  color: var(--text);
}

.form-content h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.form-content p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}

/* .form-card {
  background: var(--white); 
  color: var(--ink); 
  border: 1px solid var(--ink-border-12); 
  border-radius: 16px; 
  padding: clamp(24px, 4vw, 32px); 
  box-shadow: 0 24px 48px var(--shadow-18);
} */

.form-embed-frame {
  width: 100%;
  /* min-height: 760px; */
  border: 0;
  display: block;
  /* background: #fff; */
  overflow: hidden;
}

.form-header {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 32px);
}

.form-header h3 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-70);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--ink-border-20);
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  font-size: 16px;
  font-family: inherit;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.form-group input:focus {
  outline: none;
  border-color: var(--focus);
  background: var(--white);
}

.form-group input::placeholder {
  color: var(--ink-45);
}

.phone-input-group {
  width: 100%;
}

.iti {
  width: 100%;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  width: 100%;
}

.iti__flag-container {
  color-scheme: light;
}

.iti input[type="tel"] {
  padding-left: 52px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: var(--ink-75);
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.btn-next {
  background: var(--btn-next-bg);
  border: 1px solid var(--btn-next-border);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease, border-color 160ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-next:hover {
  background: var(--btn-next-bg-hover);
  transform: translateY(-1px);
}

.btn-next:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .form-container {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }

  .form-content {
    text-align: center!important;
  }

  .form-actions {
    justify-content: center!important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-next {
    transition: none!important;
  }
  .btn-next:hover {
    transform: none!important;
  }
}

.services-section {
  position: relative;
  padding: clamp(56px, 7vw, 90px) 16px;
  isolation: isolate;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1508433957232-3107f5fd5995?q=80&w=1186&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.services-section::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: radial-gradient(90% 70% at 70% 65%, rgb(0 33 71 / 86%), rgb(0 0 0));        z-index: -1; */
  background: radial-gradient(90% 70% at 70% 65%, var(--services-overlay-1), var(--services-overlay-2));
  z-index: -1;
}

.services-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.services-header {
  text-align: center;
  margin-bottom: clamp(28px, 5vw, 44px);
}

.services-header h2 {
  margin: 0!important;
  font-size: clamp(24px, 3.4vw, 42px)!important;
  line-height: 1.12!important;
  color: #fff!important;
  letter-spacing: -0.02em!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}

.services-header p {
  margin: 14px auto 0!important;
  max-width: 75ch!important;
  color: #fff!important;
  font-size: clamp(14px, 1.55vw, 18px)!important;
  line-height: 1.55!important;
  color: var(--text-90)!important;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  border-radius: 14px;
  background: var(--service-card-bg);
  border: 1px solid var(--blue-brand);
  padding: 22px;
  box-shadow: 0 20px 40px var(--shadow-22);
  overflow: hidden;
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--focus);
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
}

.service-icon i {
  font-size: 22px;
  line-height: 1;
  color: var(--white);
}

.service-title {
  margin: 0!important;
  font-size: 20px!important;
  font-weight: 800!important;
  color: #fff!important;
  text-transform: uppercase!important;
  letter-spacing: -0.01em!important;
}

.service-subtitle {
  margin: 8px 0 0!important;
  font-size: 15px!important;
  line-height: 1.5!important;
  color: #fff!important;
  font-weight: 600!important;
}

.service-text {
  margin: 14px 0 0!important;
  font-size: 14px!important;
  line-height: 1.6!important;
  color: var(--text-82)!important;
}

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

@media (max-width: 640px) {
  .cards-grid {
    grid-template-columns: 1fr!important;
  }
  .service-card {
    padding: 18px!important;
  }
}

.methodology-section {
  position: relative!important;
  background-color: #0a1628!important;
  padding: clamp(56px, 7vw, 90px) 16px!important;
  isolation: isolate!important;
  overflow: hidden!important;
}

.methodology-section::before {
  content: "";
  position: absolute!important;
  inset: 0!important;
  background-color: var(--ink)!important;
  opacity: 0.22!important;
  z-index: -2!important;
}

.methodology-section::after {
  content: ""!important;
  position: absolute!important;
  inset: 0!important;
  background: radial-gradient(90% 70% at 50% 35%, var(--method-overlay-1), var(--method-overlay-2))!important;
  z-index: -1!important;
}

.methodology-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.methodology-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.methodology-text h2 {
  margin: 0!important;
  font-size: clamp(26px, 3.6vw, 44px)!important;
  line-height: 1.1!important;
  color: #fff!important;
  letter-spacing: -0.02em!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}

.methodology-text p {
  margin: 14px 0 0!important;
  font-size: clamp(14px, 1.55vw, 18px)!important;
  line-height: 1.65!important;
  color: var(--muted)!important;
  max-width: 70ch!important;
}

.methodology-visual {
  display: grid;
  place-items: center;
}

.methodology-visual img {
  width: min(520px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px var(--shadow-22));
}

.stats-bar {
  margin-top: clamp(28px, 5vw, 44px);
  background: var(--stats-bg);
  border: 1px solid var(--blue-brand);
  border-radius: 16px;
  padding: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 800;
  color: #fff!important;
  letter-spacing: -0.02em;
}

.stat span {
  display: block;
  margin-top: 6px;
  color: var(--text-90);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .methodology-grid {
    grid-template-columns: 1fr!important;
  }
  .methodology-text {
    text-align: center!important;
  }
  .methodology-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .methodology-section::before {
    background-position: center;
  }
}

@media (max-width: 640px) {
  .stats-bar {
    grid-template-columns: 1fr;
  }
}

.methodology-cta {
  text-align: center;
  margin-top: clamp(24px, 4vw, 36px);
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.methodology-section .cta {
  text-align: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.time-section {
  position: relative;
  padding: clamp(56px, 7vw, 90px) 16px;
  isolation: isolate;
  overflow: hidden;
}

.time-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white);
  z-index: -2;
}

.time-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.time-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.time-visual {
  display: grid;
  place-items: center;
}

.time-visual img {
  width: min(520px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px var(--shadow-22));
}

.time-text h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--bg);
  font-weight: 800;
  text-transform: uppercase;
}

.time-text p {
  margin: 14px 0 0;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.65;
  color: var(--bg);
  max-width: 70ch;
}

.time-text b {
  color: var(--bg);
  font-weight: 700;
}

.awards-section {
  position: relative;
  padding: clamp(56px, 7vw, 90px) 16px;
  background: var(--white);
  overflow: hidden;
}

.awards-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.awards-header {
  text-align: center;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.awards-header h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bg);
}

.awards-header p {
  margin: 14px auto 0;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.65;
  color: var(--bg);
  max-width: 80ch;
}

.awards-carousel {
  position: relative;
  margin-top: clamp(18px, 3vw, 30px);
  overflow: hidden;
}

.awards-carousel::before,
.awards-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(24px, 6vw, 90px);
  z-index: 2;
  pointer-events: none;
}

.awards-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.awards-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.awards-track {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: max-content;
  animation: awards-scroll 32s linear infinite;
  will-change: transform;
}

.awards-carousel:hover .awards-track {
  animation-play-state: paused;
}

.award-item {
  flex: 0 0 auto;
  width: clamp(170px, 19vw, 240px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.award-item img {
  width: clamp(120px, 15vw, 170px);
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px var(--shadow-22));
}

.award-title {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.award-subtitle {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--bg);
  opacity: 0.85;
  max-width: 26ch;
}

.awards-bullets {
  margin-top: clamp(18px, 2.5vw, 26px);
  display: flex;
  justify-content: center;
  gap: 8px;
}

.awards-bullets span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 16, 43, 0.18);
}

.awards-bullets span:nth-child(1) {
  animation: awards-dot 4s infinite;
}
.awards-bullets span:nth-child(2) {
  animation: awards-dot 4s infinite 1s;
}
.awards-bullets span:nth-child(3) {
  animation: awards-dot 4s infinite 2s;
}
.awards-bullets span:nth-child(4) {
  animation: awards-dot 4s infinite 3s;
}

@keyframes awards-dot {
  0%,
  100% {
    background: rgba(0, 16, 43, 0.18);
    transform: scale(1);
  }
  40% {
    background: rgba(0, 16, 43, 0.55);
    transform: scale(1.2);
  }
}

@keyframes awards-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .awards-track {
    animation: none;
  }

  .awards-bullets span {
    animation: none;
  }
}

.stories-section {
  position: relative;
  padding: clamp(56px, 7vw, 90px) 16px;
  isolation: isolate;
  background-color: #0a1628 !important;
  overflow: hidden;
}

.stories-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 70% at 50% 35%, var(--overlay), var(--overlay-2));
  z-index: -1;
}

.stories-bg {
  position: absolute;
  inset: -20%;
  z-index: -2;
  pointer-events: none;
}

.stories-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(120vw, 1200px);
  height: max(120vh, 700px);
  border: 0;
  filter: saturate(1.05) contrast(1.05);
}

.stories-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  text-align: center;
}

.stories-wrap h2 {
  margin: 0!important;
  font-size: clamp(26px, 3.6vw, 44px)!important;
  line-height: 1.1!important;
  color: #fff!important;
  letter-spacing: -0.02em!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
}

.stories-wrap h3 {
  margin: clamp(18px, 3vw, 26px) 0 0!important;
  font-size: clamp(16px, 1.8vw, 22px)!important;
  line-height: 1.2!important;
  letter-spacing: -0.01em!important;
  font-weight: 800!important;
  color: #fff!important;
  text-transform: uppercase!important;
}

.stories-wrap p {
  margin: 14px auto 0;
  max-width: 80ch;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.6;
  color: var(--muted);
}

.stories-grid {
  margin-top: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--blue-brand);
  background: rgba(15, 23, 42, 0.32);
  box-shadow: 0 24px 48px var(--shadow-18);
}

.video-frame {
  /* aspect-ratio: 16 / 9; */
  width: 100%;
  display: block;
  border: 0;
}

.faq-section {
  position: relative;
  padding: clamp(56px, 7vw, 90px) 16px;
  background: var(--white);
  color: var(--bg);
  overflow: hidden;
}

.faq-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.faq-text h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--bg);
}

.faq-text p {
  margin: 16px 0 0;
  font-size: clamp(14px, 1.55vw, 16px);
  line-height: 1.65;
  color: rgba(11, 15, 25, 0.82);
  max-width: 48ch;
}

.faq-text .cta {
  margin-top: 22px;
}

.faq-section .button {
  background: var(--cta-gray-bg);
  border-color: var(--cta-gray-border);
  color: var(--white);
  min-width: min(320px, 100%);
  justify-content: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.faq-section .button:hover {
  background: var(--cta-gray-bg-hover);
}

.faq-accordion {
  border: 1px solid var(--cta-gray-border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.faq-item {
  border-top: 1px solid var(--cta-gray-border);
}

.faq-item:first-child {
  border-top: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 800;
  color: var(--bg);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.faq-item summary::after {
  content: "+";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--bg);
  flex: 0 0 auto;
}

.faq-item[open] summary {
  background: #002147;
  color: var(--white);
}

.faq-item[open] summary::after {
  content: "–";
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.faq-item .faq-body {
  padding: 14px 16px;
  background: rgba(11, 15, 25, 0.08);
  color: rgba(11, 15, 25, 0.82);
  font-size: 13px;
  line-height: 1.65;
}

.faq-bottom-cta {
  margin-top: clamp(22px, 4vw, 34px);
  text-align: center;
}

@media (max-width: 980px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-text {
    text-align: center;
  }
  .faq-text p {
    margin-left: auto;
    margin-right: auto;
  }
}

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

@media (max-width: 640px) {
  .awards-track {
    animation-duration: 40s;
  }
}

.footer {
  position: relative;
  padding: 48px 16px;
  background: #00102b;
  color: #fff;
}

.footer-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.footer-nav h3,
.footer-social h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-nav a {
  text-decoration: none;
  opacity: 0.9;
}

.footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.social-links a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.social-links img {
  width: 18px;
  height: 18px;
  display: block;
}

.footer-bottom {
  width: min(1100px, 100%);
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
}

@media (max-width: 880px) {
  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-brand {
    justify-content: center;
  }
  .social-links {
    justify-content: center;
  }
}

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

@media (max-width: 980px) {
  .time-grid {
    grid-template-columns: 1fr;
  }
  .time-text {
    text-align: center;
  }
  .time-text p {
    margin-left: auto;
    margin-right: auto;
  }
}
