:root {
  --water-950: #043a52;
  --water-900: #065673;
  --water-700: #0f8ca8;
  --water-500: #19b4cf;
  --water-300: #76daea;
  --water-100: #e7fbff;
  --sand: #f8f6ef;
  --text-deep: #07364a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-deep);
  background:
    radial-gradient(circle at 15% 20%, rgba(118, 218, 234, 0.45), transparent 35%),
    radial-gradient(circle at 80% 10%, rgba(25, 180, 207, 0.3), transparent 32%),
    linear-gradient(145deg, #f5fdff 0%, #eefcff 40%, #f6fbff 100%);
  overflow-x: hidden;
}

h1, h2, h3, .navbar-brand {
  font-family: "Sora", sans-serif;
}

.site-nav {
  background: linear-gradient(90deg, rgba(4, 58, 82, 0.92), rgba(6, 86, 115, 0.88));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-contact-bar {
  background:
    radial-gradient(circle at 15% 10%, rgba(118, 218, 234, 0.35), transparent 35%),
    linear-gradient(100deg, #032638 0%, #064a64 58%, #08607d 100%);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.8rem;
  padding: 0.65rem 0;
  box-shadow: none;
}

.top-contact-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  padding-right: 160px;
}

.top-contact-wrap {
  position: relative;
  width: 100%;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 240, 255, 0.3);
  background: rgba(0, 40, 58, 0.35);
  color: #d3f8ff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
  box-shadow: none;
}

.contact-chip:hover {
  color: #ffffff;
  transform: translateY(-1px);
  background: rgba(0, 75, 103, 0.52);
  border-color: rgba(167, 240, 255, 0.65);
}

.contact-chip-icon {
  min-height: 34px;
  padding: 0.34rem 0.75rem;
  gap: 0.35rem;
  justify-content: center;
  border-color: rgba(61, 216, 125, 0.65);
  background: rgba(24, 132, 76, 0.48);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.contact-chip-icon:hover {
  transform: translateY(-50%);
}

.contact-chip-icon svg {
  width: 19px;
  height: 19px;
}

.contact-chip-icon span {
  font-weight: 700;
  font-size: 0.8rem;
}

.brand-wordmark {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 14px rgba(118, 218, 234, 0.55);
  border: 1px solid rgba(167, 240, 255, 0.45);
  border-radius: 999px;
  padding: 0.2rem 0.85rem;
  background: linear-gradient(90deg, rgba(0, 125, 157, 0.35), rgba(118, 218, 234, 0.22));
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #ffffff;
}

.hero-video-wrap {
  min-height: clamp(460px, 92svh, 980px);
  position: relative;
  padding-top: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(2, 34, 48, 0.62) 0%, rgba(2, 52, 70, 0.45) 45%, rgba(0, 61, 88, 0.74) 100%);
}

.hero-content {
  color: #fff;
  text-align: center;
  width: min(900px, 90%);
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  opacity: 0.95;
  margin-bottom: 1.75rem;
}

.btn-water {
  background: linear-gradient(90deg, var(--water-500), var(--water-700));
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(6, 86, 115, 0.25);
}

.btn-water:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-water {
  border: 1px solid rgba(7, 122, 146, 0.55);
  color: var(--water-900);
  border-radius: 999px;
  padding: 0.65rem 1.3rem;
  font-weight: 700;
}

.btn-outline-water:hover {
  background: rgba(25, 180, 207, 0.1);
}

.section-space {
  padding: 5rem 0;
}

.section-title {
  color: var(--water-950);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  margin-bottom: 1rem;
}

.section-kicker {
  color: var(--water-700);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 0.8rem;
  font-weight: 700;
}

.glass-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(8, 139, 163, 0.22);
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(0, 78, 112, 0.12);
}

.stats-wrap {
  background: linear-gradient(95deg, rgba(6, 86, 115, 0.94), rgba(15, 140, 168, 0.94));
  color: #fff;
}

.stat-card {
  text-align: center;
  padding: 1.2rem;
}

.stat-value {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
}

.stat-label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  opacity: 0.95;
}

.ticker-shell {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.ticker-track {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.ticker-item {
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  border: 1px solid rgba(10, 146, 170, 0.2);
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 10px 26px rgba(4, 88, 119, 0.1);
}

.ticker-item h3 {
  color: var(--water-900);
  font-size: 1.02rem;
  margin-bottom: 0.6rem;
}

.ticker-item p {
  color: #2d5d6f;
  font-size: 0.92rem;
  margin-bottom: 0;
}

.feature-card {
  border-radius: 18px;
  border: 1px solid rgba(8, 139, 163, 0.22);
  background: #fff;
  box-shadow: 0 12px 25px rgba(1, 80, 115, 0.11);
  padding: 1.25rem;
}

.feature-card h3 {
  color: var(--water-900);
  font-size: 1.04rem;
}

.feature-card p {
  margin-bottom: 0;
  color: #375f70;
  font-size: 0.92rem;
}

.product-card {
  border-radius: 18px;
  border: 1px solid rgba(8, 139, 163, 0.24);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(1, 80, 115, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(1, 80, 115, 0.18);
}

.product-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.product-body {
  padding: 1rem;
}

.product-name {
  color: var(--water-900);
  font-size: 0.96rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.water-banner {
  position: relative;
  overflow: hidden;
}

.water-banner::before,
.water-banner::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(118, 218, 234, 0.2);
  z-index: -1;
}

.water-banner::before {
  width: 320px;
  height: 320px;
  left: -100px;
  top: -100px;
}

.water-banner::after {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: -110px;
}

.inner-hero {
  margin-top: 0;
  padding: 6rem 0 4.5rem;
  background: linear-gradient(120deg, var(--water-900), var(--water-500));
}

.services-hero {
  position: relative;
  overflow: hidden;
  padding: 5.6rem 0 4.2rem;
  color: #e8fbff;
  background:
    radial-gradient(circle at 12% 20%, rgba(120, 229, 246, 0.24), transparent 38%),
    radial-gradient(circle at 82% 12%, rgba(14, 184, 211, 0.2), transparent 34%),
    linear-gradient(120deg, #023047 0%, #04536d 46%, #0c7f9f 100%);
}

.services-hero-water {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      98deg,
      rgba(165, 241, 255, 0.06) 0,
      rgba(165, 241, 255, 0.06) 18px,
      transparent 18px,
      transparent 42px
    );
  mix-blend-mode: screen;
  opacity: 0.7;
}

.services-title {
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 0.9rem;
  color: #ffffff;
}

.services-subtitle {
  color: rgba(231, 250, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  max-width: 760px;
}

.service-orbit-card {
  position: relative;
  border-radius: 26px;
  padding: 1.15rem;
  border: 1px solid rgba(164, 240, 255, 0.3);
  background:
    radial-gradient(circle at 20% 0%, rgba(154, 236, 250, 0.22), transparent 45%),
    rgba(3, 51, 69, 0.56);
  box-shadow: 0 20px 40px rgba(2, 32, 45, 0.28);
}

.service-orbit-card h3 {
  color: #e6f9ff;
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}

.service-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.service-pill {
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #d8f8ff;
  border-radius: 999px;
  border: 1px solid rgba(155, 240, 255, 0.28);
  background: rgba(6, 88, 114, 0.52);
  padding: 0.28rem 0.62rem;
  animation: gentlePulse 5s ease-in-out infinite;
}

.service-intro-copy {
  max-width: 560px;
  font-size: 0.95rem;
}

.service-showcase-card {
  position: relative;
  isolation: isolate;
  border-radius: 20px;
  border: 1px solid rgba(9, 144, 170, 0.22);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(1, 80, 115, 0.11);
  padding: 1.25rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(95, 218, 238, 0.22), transparent 45%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(1, 80, 115, 0.16);
  border-color: rgba(9, 144, 170, 0.4);
}

.service-showcase-card:hover::before {
  opacity: 1;
}

.service-icon {
  display: inline-flex;
  min-width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #0f8ca8, #18aeca);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 0.72rem;
}

.service-showcase-card h3 {
  color: var(--water-900);
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.service-showcase-card p {
  margin-bottom: 0;
  color: #2f5f70;
  font-size: 0.92rem;
}

.process-shell {
  border-radius: 26px;
  padding: 1.5rem;
  border: 1px solid rgba(8, 139, 163, 0.2);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 14px 34px rgba(1, 80, 115, 0.1);
}

.process-step {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(9, 144, 170, 0.18);
  background: #ffffff;
  padding: 1rem;
}

.process-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, #0b7e9a, #18aeca);
  margin-bottom: 0.6rem;
}

.process-step h3 {
  font-size: 1rem;
  color: var(--water-900);
}

.process-step p {
  margin-bottom: 0;
  color: #3b6373;
  font-size: 0.9rem;
}

.industry-panel {
  border-radius: 24px;
  border: 1px solid rgba(8, 139, 163, 0.22);
  background: rgba(255, 255, 255, 0.82);
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(1, 80, 115, 0.12);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

.industry-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  min-height: 42px;
  border: 1px solid rgba(9, 144, 170, 0.2);
  background: rgba(6, 128, 158, 0.08);
  color: #23586d;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.36rem;
}

.service-cta-band {
  padding: 0 0 4.3rem;
}

.service-cta-box {
  border-radius: 26px;
  text-align: center;
  color: #ffffff;
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  background:
    radial-gradient(circle at 22% 12%, rgba(162, 246, 255, 0.2), transparent 35%),
    linear-gradient(110deg, #034a65, #097697);
  box-shadow: 0 18px 38px rgba(1, 66, 96, 0.3);
}

.service-cta-box h2 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  margin-bottom: 0.55rem;
}

.service-cta-box p {
  max-width: 720px;
  margin: 0 auto 1rem;
  color: rgba(238, 252, 255, 0.92);
}

.footer-contact {
  text-align: center;
}

.footer-company-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.6px;
  margin-bottom: 0.4rem;
}

.footer-contact p {
  margin-bottom: 0.45rem;
}

.footer-contact a {
  color: #95efff;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #1baa50);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(10, 122, 56, 0.35);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  box-shadow: 0 18px 35px rgba(10, 122, 56, 0.45);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.value-list {
  padding-left: 1rem;
}

.value-list li {
  margin-bottom: 0.7rem;
}

.site-footer {
  background: #07384d;
  color: rgba(255, 255, 255, 0.88);
}

.animated-block {
  opacity: 0;
  transform: translateY(16px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 580ms ease, transform 580ms ease;
}

[data-reveal].reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 180ms;
}

.bubble-layer {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bubble {
  position: absolute;
  bottom: -40px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(174, 241, 255, 0.15));
  animation: driftUp linear infinite;
}

@keyframes driftUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  15% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-115vh) scale(1.2);
    opacity: 0;
  }
}

@keyframes gentlePulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .top-contact-grid {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }

  .contact-chip-icon {
    position: static;
    transform: none;
  }

  .contact-chip-icon:hover {
    transform: none;
  }

  .brand-wordmark {
    font-size: 0.92rem;
    padding: 0.2rem 0.65rem;
  }

  .inner-hero {
    padding: 4.5rem 0 3.25rem;
  }

  .services-hero {
    padding: 4.3rem 0 3.2rem;
  }

  .services-title {
    max-width: 92%;
  }

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

  .hero-video-wrap {
    min-height: clamp(420px, 82svh, 820px);
  }

  .ticker-item {
    min-width: 220px;
    max-width: 220px;
  }
}

@media (max-width: 576px) {
  .hero-video-wrap {
    min-height: clamp(360px, 72svh, 680px);
  }

  .top-contact-bar {
    font-size: 0.73rem;
    padding: 0.55rem 0;
  }

  .services-hero {
    padding: 3.7rem 0 2.85rem;
  }

  .service-orbit-card {
    padding: 1rem;
  }

  .process-shell {
    padding: 1rem;
  }

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

  .top-contact-grid {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    gap: 0.35rem;
  }

  .contact-chip {
    font-size: 0.72rem;
    padding: 0.3rem 0.58rem;
  }

  .contact-chip-icon span {
    font-size: 0.72rem;
  }

  .ticker-shell {
    mask-image: none;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    right: 12px;
    bottom: 12px;
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }

  .section-space {
    padding: 3.8rem 0;
  }
}
