:root {
  --navy: #062b5f;
  --dark-navy: #031b3d;
  --cyan: #00a7d8;
  --light-cyan: #37c7e8;
  --gold: #c8952d;
  --white: #ffffff;
  --bg: #f4faff;
  --text: #12366b;
  --muted: #506b97;
  --line: rgba(6, 43, 95, 0.1);
  --glass: rgba(255, 255, 255, 0.5);
  --shadow: 0 24px 60px rgba(6, 43, 95, 0.14);
  --container: 1480px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    linear-gradient(rgba(244, 250, 255, 0.86), rgba(244, 250, 255, 0.9)),
    url("../images/bg.png") center / cover no-repeat fixed,
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 30%, rgba(221, 238, 250, 0.88) 70%, rgba(205, 227, 243, 0.92) 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
.hero__company,
.hero__eyebrow,
.timer-card__label,
.stat-card__label,
.country-chip,
.capability-pill {
  font-family: "Poppins", sans-serif;
}

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: -5%;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(244, 250, 255, 0.7)),
    url("../images/bg.png") center / cover no-repeat;
  opacity: 0.11;
  transform: scale(1.04);
  animation: bg-drift 22s ease-in-out infinite;
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 22%, rgba(55, 199, 232, 0.12), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(6, 43, 95, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(0, 167, 216, 0.1), transparent 28%);
  animation: water-glow 12s ease-in-out infinite;
}

.hero,
.countries,
.capabilities,
.services,
.footer {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 28px 42px 56px;
  display: grid;
  align-items: center;
}

.hero__media {
  position: absolute;
  top: 6.2rem;
  width: min(30vw, 450px);
  height: min(55vh, 640px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.26;
  mix-blend-mode: multiply;
  filter: saturate(0.9);
  animation: media-float 16s ease-in-out infinite;
}

.hero__media--left {
  left: -0.8rem;
  background-image: url("../images/bg-left.png");
  border-top-right-radius: 180px;
  border-bottom-right-radius: 220px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.96), transparent 100%);
}

.hero__media--right {
  right: -0.8rem;
  background-image: url("../images/bg-right.png");
  border-top-left-radius: 220px;
  border-bottom-left-radius: 180px;
  animation-duration: 19s;
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.96), transparent 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.hero__content::before {
  content: "";
  position: absolute;
  inset: 4% 10% 6%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.01) 60%, rgba(244, 250, 255, 0.15) 78%, transparent 100%);
  filter: blur(14px);
}

.hero__logo {
  width: min(31vw, 410px);
  min-width: 220px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 35px rgba(6, 43, 95, 0.12));
  animation: logo-float 4.5s ease-in-out infinite;
}

.hero__company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__company span:last-child {
  color: var(--gold);
}

.hero__intro {
  width: min(100%, 980px);
}

.hero__eyebrow {
  margin: 0 0 14px;
  font-size: clamp(0.92rem, 1.4vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7.8vw, 7.8rem);
  line-height: 0.94;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  color: var(--navy);
  font-weight: 800;
  text-shadow: 0 18px 38px rgba(6, 43, 95, 0.08);
}

.hero__tagline {
  margin: 18px 0 0;
  font-size: clamp(1.16rem, 2.4vw, 2rem);
  font-weight: 500;
  color: var(--navy);
}

.hero__tagline span {
  color: var(--cyan);
}

.hero__description {
  width: min(100%, 760px);
  margin: 14px auto 0;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.7;
  color: var(--muted);
}

.section-heading {
  text-align: center;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  color: var(--navy);
}

.section-heading p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: var(--muted);
}

.section-heading--compact {
  margin-bottom: 16px;
}

.stats-strip,
.countdown,
.subscribe {
  width: min(100%, 1160px);
}

.stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.stat-card {
  position: relative;
  padding: 10px 18px 6px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
}

.stat-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: linear-gradient(180deg, transparent, rgba(6, 43, 95, 0.16), transparent);
}

.stat-card__value {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  color: var(--navy);
}

.stat-card__label {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
}

.stat-card p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.countdown__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.countdown__separator {
  width: 1px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, transparent, rgba(200, 149, 45, 0.85), transparent);
}

.timer-card {
  min-width: 180px;
  padding: 12px 10px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.timer-card:hover {
  transform: translateY(-6px);
}

.timer-card__value {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
  color: var(--navy);
}

.timer-card__label {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.subscribe__heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.subscribe__line {
  width: clamp(70px, 10vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.subscribe h2 {
  margin: 0;
  font-size: clamp(1.22rem, 2.3vw, 1.9rem);
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subscribe p {
  margin: 10px 0 0;
  color: var(--muted);
}

.subscribe__form {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 8px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.subscribe input {
  width: 100%;
  min-height: 60px;
  padding: 0 24px;
  border: 1px solid rgba(6, 43, 95, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.subscribe input::placeholder {
  color: #7c8fb0;
}

.subscribe input:focus {
  border-color: rgba(0, 167, 216, 0.38);
  box-shadow: 0 0 0 4px rgba(55, 199, 232, 0.14);
}

.subscribe button {
  min-height: 60px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy), var(--dark-navy));
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.subscribe button:hover,
.subscribe button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(6, 43, 95, 0.24);
}

.subscribe button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.subscribe__feedback {
  min-height: 1.5em;
  margin-top: 12px;
  font-size: 0.96rem;
}

.countries,
.capabilities,
.services {
  padding: 0 0 70px;
}

.countries__row,
.capabilities__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.country-chip,
.capability-pill {
  padding: 10px 8px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--navy);
  transition: transform 0.3s ease, color 0.3s ease;
}

.country-chip:hover,
.capability-pill:hover {
  transform: translateY(-6px);
  color: var(--cyan);
}

.country-chip span {
  margin-right: 10px;
}

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

.services__grid--expanded {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  position: relative;
  padding: 18px 12px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: transform 0.35s ease, color 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 43, 95, 0.12), transparent);
}

.service-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.service-card__icon svg {
  width: 40px;
  height: 40px;
  fill: var(--navy);
}

.service-card:nth-child(5) .service-card__icon svg,
.service-card:nth-child(7) .service-card__icon svg {
  fill: var(--gold);
}

.service-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
}

.footer {
  width: 100%;
  margin-top: 8px;
  padding: 44px 20px 34px;
  background: linear-gradient(180deg, rgba(6, 43, 95, 0.98), rgba(3, 27, 61, 1));
  color: var(--white);
}

.footer__summary {
  width: min(calc(100% - 20px), var(--container));
  margin: 0 auto 28px;
  text-align: center;
}

.footer__summary h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}

.footer__summary p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.footer__grid {
  width: min(calc(100% - 20px), var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.footer__item {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  padding-inline: 14px;
}

.footer__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(200, 149, 45, 0.16);
  border: 1px solid rgba(200, 149, 45, 0.6);
}

.footer__icon svg {
  width: 24px;
  height: 24px;
  fill: var(--gold);
}

.footer__item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bg-drift {
  0%, 100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -16px, 0);
  }
}

@keyframes water-glow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.82;
  }
}

@keyframes media-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes logo-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.015);
  }
}

@media (max-width: 1240px) {
  .stats-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stat-card:nth-child(3)::after {
    display: none;
  }

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

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

  .footer__item:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  .hero,
  .countries,
  .capabilities,
  .services {
    width: min(calc(100% - 24px), var(--container));
  }

  .hero {
    min-height: auto;
    padding: 24px 16px 44px;
  }

  .hero__media {
    width: 34vw;
    height: 38vh;
    opacity: 0.18;
  }

  .hero__logo {
    width: min(68vw, 360px);
  }

  .hero h1 {
    font-size: clamp(3.1rem, 12vw, 5.6rem);
    letter-spacing: 0.16em;
    text-indent: 0.16em;
  }

  .stats-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 0;
  }

  .stat-card:nth-child(2)::after,
  .stat-card:nth-child(4)::after {
    display: none;
  }

  .countdown__grid {
    gap: 12px;
    padding: 8px 0;
    overflow-x: auto;
  }

  .countdown__separator {
    display: none;
  }

  .timer-card {
    min-width: 160px;
  }

  .subscribe__form {
    grid-template-columns: 1fr;
    border-radius: var(--radius-lg);
  }

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

@media (max-width: 640px) {
  .hero__media {
    display: none;
  }

  .hero__content {
    gap: 16px;
  }

  .hero__company {
    font-size: 0.88rem;
    gap: 8px 12px;
  }

  .hero__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .stats-strip__grid {
    grid-template-columns: 1fr;
  }

  .countdown__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .timer-card {
    min-width: 0;
  }

  .stat-card {
    padding-inline: 8px;
  }

  .stat-card::after {
    display: none !important;
  }

  .countries__row,
  .capabilities__grid {
    gap: 10px;
  }

  .country-chip,
  .capability-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .services__grid,
  .services__grid--expanded {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-inline: 14px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer__item {
    padding-inline: 0;
  }

  .footer__item:not(:last-child) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
