:root {
  color-scheme: light;
}

body {
  min-width: 320px;
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  display: block;
  width: auto;
  height: 2.6rem;
  object-fit: contain;
}

.site-logo-footer {
  height: 2.15rem;
}

.site-logo-footer-white {
  height: 2.45rem;
}

.font-headline {
  font-family: "Manrope", sans-serif;
}

.font-body {
  font-family: "Inter", sans-serif;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.nav-link {
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #6b7280;
  transition: color 160ms ease;
}

.nav-link:hover {
  color: #17a6c1;
}

.nav-link-active {
  color: #001736;
  box-shadow: inset 0 -2px 0 0 #44d8f1;
  padding-bottom: 0.35rem;
}

.mobile-link {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #001736;
}

.mobile-link:hover {
  color: #17a6c1;
}

.mobile-menu-shell {
  position: fixed;
  inset: 0;
  z-index: 60;
  isolation: isolate;
  background: rgba(0, 18, 43, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 16, 38, 0.82) 0%, rgba(0, 23, 54, 0.76) 100%);
  opacity: 0;
  transition: opacity 260ms ease;
  will-change: opacity;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: min(78vw, 380px);
  height: 100vh;
  overflow-y: auto;
  padding: 1.25rem 1.25rem 1.35rem;
  background: #ffffff;
  box-shadow: -28px 0 70px rgba(0, 23, 54, 0.22);
  transform: translate3d(100%, 0, 0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  overscroll-behavior: contain;
}

.mobile-menu-shell.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-shell.is-open .mobile-menu-backdrop {
  opacity: 1;
}

.mobile-menu-shell.is-open .mobile-menu-panel {
  transform: translate3d(0, 0, 0);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(196, 198, 208, 0.28);
}

.mobile-menu-close {
  display: inline-flex;
  height: 2.8rem;
  width: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 198, 208, 0.5);
  border-radius: 999px;
  background: #ffffff;
  color: #001736;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.2rem;
}

.mobile-menu-nav .mobile-link {
  padding: 0.95rem 0.05rem;
  border-bottom: 1px solid rgba(196, 198, 208, 0.26);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.mobile-menu-footer {
  margin-top: auto;
  display: grid;
  gap: 0.95rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(196, 198, 208, 0.28);
}

.mobile-menu-cta {
  width: 100%;
  padding-top: 0.82rem;
  padding-bottom: 0.82rem;
  font-size: 0.9rem;
  box-shadow: 0 16px 30px rgba(68, 216, 241, 0.18);
}

.mobile-menu-contact {
  display: grid;
  gap: 0.75rem;
}

.mobile-menu-contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
}

.mobile-menu-contact-icon {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(30, 184, 212, 0.1);
  color: #17a6c1;
  flex-shrink: 0;
}

.mobile-menu-contact-icon .material-symbols-outlined {
  font-size: 1.1rem;
}

.mobile-menu-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(196, 198, 208, 0.3);
}

.mobile-menu-social {
  display: inline-flex;
  height: 2.6rem;
  width: 2.6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 198, 208, 0.34);
  border-radius: 999px;
  background: #ffffff;
  color: #001736;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.mobile-menu-social:hover,
.mobile-menu-social:active {
  transform: translateY(-2px);
  border-color: rgba(68, 216, 241, 0.34);
  background: rgba(68, 216, 241, 0.08);
  color: #17a6c1;
}

.mobile-menu-social svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.hero-panel {
  aspect-ratio: 0.78;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 23, 54, 0.08) 0%, rgba(0, 23, 54, 0.2) 100%);
  pointer-events: none;
}

.hero-play-button {
  display: inline-flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0, 23, 54, 0.18);
}

.hero-play-button .material-symbols-outlined {
  font-size: 2.2rem;
  transform: translateX(0.08rem);
}

.reveal-up,
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
}

.reveal-up.is-visible,
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.glass-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(25, 28, 30, 0.08);
}

.stats-band-wrap {
  position: relative;
  z-index: 2;
  margin-top: -4.8rem;
  margin-bottom: -1.6rem;
}

.stats-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(196, 198, 208, 0.35);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 46px rgba(25, 28, 30, 0.08);
}

.stat-item {
  position: relative;
  background: transparent;
  padding: 1.1rem 1.1rem 1.15rem;
  text-align: center;
}

.stat-item strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #001736;
}

.stat-item p {
  margin-top: 0.35rem;
  max-width: none;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.35;
  color: #5b6472;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 42%;
  width: 1px;
  background: rgba(196, 198, 208, 0.7);
  transform: translateY(-50%);
}

.service-card {
  overflow: hidden;
  border-radius: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(196, 198, 208, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  box-shadow: 0 1px 0 rgba(25, 28, 30, 0.03);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 184, 212, 0.12);
  box-shadow: 0 24px 50px rgba(25, 28, 30, 0.1);
}

.service-media {
  position: relative;
  aspect-ratio: 1.53;
  overflow: hidden;
}

.service-media > img,
.news-media img,
.hero-panel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-card:hover .service-media > img,
.news-card:hover .news-media img {
  transform: scale(1.05);
}

.service-card:hover .service-overlay {
  opacity: 0;
}

.service-media > img,
.news-media img {
  transition: transform 420ms ease;
}

.service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(0, 23, 54, 0.24) 0%, rgba(0, 23, 54, 0.72) 100%);
  opacity: 1;
  transition: opacity 260ms ease;
}

.service-content {
  padding: 1.25rem 1.25rem 1.4rem;
}

.service-brand-logo {
  max-width: 58%;
  max-height: 50px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
  opacity: 0.96;
}

.service-brand-logo-wide {
  max-width: 68%;
  max-height: 56px;
}

.service-brand-logo-narrow {
  max-width: 48%;
  max-height: 64px;
}

.service-content h3 {
  margin-top: 0.9rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.35;
  color: #001736;
  letter-spacing: -0.02em;
}

.service-content p {
  margin-top: 0.55rem;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #43474f;
}

.news-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem 1rem 1.25rem;
  border: 1px solid rgba(196, 198, 208, 0.24);
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(25, 28, 30, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 184, 212, 0.16);
  box-shadow: 0 22px 44px rgba(25, 28, 30, 0.08);
}

.news-media {
  margin-bottom: 1.15rem;
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 1.3rem;
}

.news-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #18acc8;
}

.news-card h3 {
  font-family: "Manrope", sans-serif;
  margin-top: 0.7rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #001736;
  transition: color 180ms ease;
}

.news-card:hover h3 {
  color: #18acc8;
}

.news-description {
  display: -webkit-box;
  margin-top: 0.9rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #43474f;
  flex-grow: 1;
}

.news-meta {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.1rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #6b7280;
}

.news-meta-top {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0;
}

.news-meta-top .news-tag {
  margin: 0;
}

.news-meta-top span {
  white-space: nowrap;
}

.news-meta span + span::before {
  content: "•";
  margin-right: 0.8rem;
  color: #9aa3af;
}

.news-meta-top span + span::before {
  display: none;
}

.news-card:hover .news-tag {
  color: #0f92a9;
}

.contact-icon {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.1);
  color: #44d8f1;
}

.cta-primary-button {
  color: #001f25;
  box-shadow: 0 16px 32px rgba(68, 216, 241, 0.16);
}

.cta-primary-button:hover {
  background: #5fe0f6;
  color: #001f25;
}

.cta-lead {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  background: #001736;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.site-footer-brand {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  max-width: none;
  width: 100%;
}

.site-footer-brand-copy {
  display: grid;
  gap: 1.15rem;
  width: 100%;
}

.site-footer-description {
  margin-top: 0;
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer-social {
  display: inline-flex;
  height: 2.6rem;
  width: 2.6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.site-footer-social:hover {
  transform: translateY(-2px);
  border-color: rgba(68, 216, 241, 0.34);
  background: rgba(68, 216, 241, 0.08);
  color: #44d8f1;
}

.site-footer-social svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.site-footer-divider {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer-links {
  display: grid;
  gap: 2rem;
}

.site-footer-group h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.site-footer-group ul {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.site-footer-group a {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.site-footer-group a:hover {
  color: #44d8f1;
}

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

.site-footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.66);
}

.offer-grid {
  display: grid;
  gap: 1.1rem;
}

.offer-card {
  min-height: 100%;
  border: 1px solid rgba(196, 198, 208, 0.22);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1.45rem 1.45rem 1.5rem;
  box-shadow: 0 14px 30px rgba(25, 28, 30, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-card-featured {
  background:
    linear-gradient(135deg, rgba(30, 184, 212, 0.12) 0%, rgba(255, 255, 255, 0.98) 62%),
    rgba(255, 255, 255, 0.98);
}

.offer-card:nth-child(2),
.offer-card:nth-child(5) {
  background: rgba(242, 244, 246, 0.88);
}

.offer-card:nth-child(3),
.offer-card:nth-child(6) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 251, 0.95) 100%);
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 184, 212, 0.16);
  box-shadow: 0 24px 46px rgba(25, 28, 30, 0.08);
}

.offer-index {
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #18acc8;
}

.offer-card h3 {
  margin-top: 0.8rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #001736;
}

.offer-card p {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #43474f;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.offer-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(30, 184, 212, 0.09);
  padding: 0.42rem 0.78rem;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0f92a9;
}

@media (max-width: 1023px) {
  .hero-panel {
    aspect-ratio: 1.02;
  }

  .stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 1.4rem;
  }

  .stats-band-wrap {
    margin-top: -2.6rem;
    margin-bottom: -1rem;
  }

  .hero-play-button {
    height: 4.4rem;
    width: 4.4rem;
  }

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

  .site-footer-links {
    grid-template-columns: 1fr;
  }

  .site-footer-brand {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .stats-panel {
    grid-template-columns: 1fr;
    border-radius: 1.25rem;
  }

  .stat-item {
    padding: 1rem 1rem 1.05rem;
  }

  .stats-band-wrap {
    margin-top: -1.4rem;
    margin-bottom: -0.8rem;
  }

  .stat-item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: calc(100% - 2rem);
    transform: translateX(50%);
  }

  .service-content {
    padding: 1.1rem 1.1rem 1.25rem;
  }

  .news-card h3 {
    font-size: 1.16rem;
  }
}

@media (min-width: 1024px) {
  .stats-panel {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .offer-grid {
    align-items: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer-links {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer-brand {
    grid-template-columns: 180px minmax(0, 1fr);
    column-gap: 2rem;
  }

  .offer-card:nth-child(2),
  .offer-card:nth-child(5) {
    transform: translateY(1.1rem);
  }

  .offer-card:nth-child(2):hover,
  .offer-card:nth-child(5):hover {
    transform: translateY(calc(1.1rem - 4px));
  }
}
