:root {
  --color-bg: #05070b;
  --color-bg-alt: #0b0f16;
  --color-tech-lime: #a6ff3b;
  --color-cyan: #3fd0ff;
  --color-blue: #5cc6ffff;
  --color-amber: #ffd166;
  --color-text: #c8e1bbff;
  --color-text-muted: #e6f3f6ff;
  --color-border: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.44);
  --max-width: 1200px;
  --radius: 18px;
  --header-height: 78px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    "Nunito",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(63, 208, 255, 0.25),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(166, 255, 59, 0.22),
      transparent 35%
    ),
    radial-gradient(
      circle at 35% 70%,
      rgba(255, 209, 102, 0.15),
      transparent 42%
    ),
    radial-gradient(
      circle at 60% 85%,
      rgba(63, 208, 255, 0.18),
      transparent 38%
    ),
    radial-gradient(
      circle at 90% 60%,
      rgba(166, 255, 59, 0.16),
      transparent 40%
    ),
    linear-gradient(145deg, #0a1015, #0d1520 40%, #101825 70%, #0a1015 100%);
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--color-blue);
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  max-width: 90vw;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 6px 24px;
  background: rgba(12, 17, 25, 0.85);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.scrolled {
  top: 12px;
  padding: 6px 10px 6px 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e8f6ff;
  margin-right: 24px;
}
.brand__logo {
  width: 32px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(99, 255, 196, 0.35));
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}
.site-nav a {
  padding: 8px 16px;
  border-radius: 999px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  color: var(--color-text-muted);
}
.site-nav a:not(.nav-cta):hover {
  color: var(--color-cyan);
  background: rgba(63, 208, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(63, 208, 255, 0.24);
}
.nav-cta {
  background: linear-gradient(135deg, #7cf3ff, #9bff5d);
  color: #031018 !important;
  font-weight: 700;
  padding: 8px 20px !important;
  box-shadow: 0 10px 24px rgba(124, 243, 255, 0.3);
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(124, 243, 255, 0.45);
  background: linear-gradient(135deg, #8ffbff, #b2ff7d);
}
main {
  padding-top: 0;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 160px 48px 120px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(63, 208, 255, 0.14),
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(166, 255, 59, 0.12),
      transparent 48%
    ),
    linear-gradient(160deg, rgba(8, 14, 22, 0.9) 0%, rgba(8, 12, 18, 0.7) 100%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: -12% -22%;
  background: conic-gradient(
    from 120deg,
    rgba(99, 255, 196, 0.04),
    rgba(63, 208, 255, 0.06),
    rgba(166, 255, 59, 0.05),
    transparent 65%
  );
  mix-blend-mode: screen;
  opacity: 0.9;
  filter: blur(16px);
  z-index: 1;
}
#energy-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
  filter: drop-shadow(0 0 14px rgba(99, 255, 196, 0.35));
}
.hero__float-svg {
  position: absolute;
  right: 5%;
  top: 40%;
  transform: translateY(-50%);
  width: clamp(280px, 35vw, 480px);
  height: auto;
  z-index: 2;
  pointer-events: none;
  opacity: 0.75;
  filter: drop-shadow(0 12px 50px rgba(92, 184, 255, 0.22));
  animation: heroFloat 4s ease-in-out infinite;
}
@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(-50%) rotate(-5deg);
  }
  50% {
    transform: translateY(-50%) rotate(5deg);
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  width: 100%;
  display: grid;
  gap: 32px;
  word-break: keep-all;
  overflow-wrap: normal;
}
.eyebrow {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 600;
}
.hero__title {
  margin: 0;
  font-family: "Boldonse", serif;
  font-size: clamp(52px, 7vw, 68px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: manual;
  overflow: visible;
  color: #e9f3ff;
  font-weight: 700;
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, 0.65),
    0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 30px rgba(92, 184, 255, 0.35);
}
.kinetic-word {
  display: inline-block;
  margin-right: 14px;
  transform-origin: bottom center;
}
.kinetic-inner {
  display: inline-block;
}
.hero__lead {
  margin: 0;
  max-width: 720px;
  color: var(--color-text-muted);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #7cf3ff, #9bff5d);
  color: #031018;
  box-shadow:
    0 12px 30px rgba(124, 243, 255, 0.25),
    0 6px 16px rgba(155, 255, 93, 0.2);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(124, 243, 255, 0.35);
  background: linear-gradient(135deg, #8ffbff, #b2ff7d);
}
.btn-ghost {
  border-color: rgba(92, 184, 255, 0.35);
  color: #cbe7ff;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #7cf3ff;
  border-color: rgba(124, 243, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.meta-item {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.meta-label {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.meta-value {
  font-size: 16px;
  font-weight: 700;
  color: #e8f6ff;
}
.loader {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(124, 243, 255, 0.08),
      transparent 55%
    ),
    #05070b;
  backdrop-filter: blur(14px);
  display: grid;
  place-items: center;
  z-index: 1500;
  overflow: hidden;
}
.loader__beam {
  position: relative;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #7cf3ff, #9bff5d, #ffd166);
  border-radius: 999px;
  box-shadow:
    0 0 24px rgba(124, 243, 255, 0.5),
    0 0 60px rgba(155, 255, 93, 0.4);
}
.loader__glow {
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(124, 243, 255, 0.16),
    transparent 70%
  );
  filter: blur(24px);
  opacity: 0;
}
.loader__label {
  margin-top: 18px;
  font-size: 13px;
  color: var(--color-text-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #25d366, #7cf3a3);
  color: #04130d;
  box-shadow:
    0 18px 40px rgba(37, 211, 102, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  text-decoration: none;
  z-index: 1200;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 50px rgba(37, 211, 102, 0.45);
}
.story-section {
  position: relative;
  min-height: 600vh;
  padding: 0 0 120px 0;
}
.story-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.story-path-svg {
  position: absolute;
  inset: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.story-path {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}
.traveling-sun {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 0 40px rgba(255, 209, 102, 0.8))
    drop-shadow(0 0 80px rgba(255, 209, 102, 0.4));
  left: 0;
  top: 0;
}
.story-stations {
  position: relative;
  z-index: 2;
  width: 100%;
}
.station {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 100px 24px;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.station:nth-child(even) .station__content {
  margin-left: auto;
  margin-right: 0;
  order: 2;
}
.station:nth-child(even) .station__image {
  order: 1;
}
.station__content {
  max-width: 520px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.station__image {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  transform: translateY(-30px);
  transition: transform 0.4s ease;
}
.station__image::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(
    circle,
    rgba(63, 208, 255, 0.98) 0%,
    rgba(166, 255, 59, 0.88) 35%,
    rgba(92, 184, 255, 0.68) 55%,
    transparent 75%
  );
  border-radius: 50%;
  opacity: 0;
  filter: blur(60px);
  z-index: -1;
  transition: opacity 0.8s ease;
  animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%,
  100% {
    transform: scale(1);
    filter: blur(60px);
  }
  50% {
    transform: scale(1.1);
    filter: blur(70px);
  }
}
.station__image.in-view::before {
  opacity: 1;
}
.station__image:hover {
  transform: translateY(-40px) scale(1.03);
}
.station__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 30px rgba(63, 208, 255, 0.15));
  border: 8px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}
.station__number {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  background: linear-gradient(135deg, #3fd0ff 0%, #5cb8ff 50%, #a6ff3b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(63, 207, 255, 0.49);
  filter: drop-shadow(0 2px 8px rgba(63, 208, 255, 0.4))
    drop-shadow(0 0 2px rgba(166, 255, 59, 0.3));
  margin-bottom: -8px;
  font-family: "Boldonse", serif;
  -webkit-text-stroke: 2px rgba(248, 252, 246, 0.92);
  paint-order: stroke fill;
}
.station__title {
  margin: 0 0 20px;
  font-size: clamp(40px, 7vw, 58px);
  font-weight: 700;
  line-height: 1.2;
  color: #d2e8f6ff;
  font-family: "Boldonse", serif;
}
.station__desc {
  margin: 0 0 26px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  color: #f5f5f0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.station__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.station__features li {
  font-size: 17px;
  font-weight: 700;
  color: #f5f5f0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  padding-left: 20px;
  position: relative;
}
.station__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9bff5d;
  font-weight: 700;
}
.services-section {
  padding: 120px 24px;
  position: relative;
  z-index: 3;
}
.services-container {
  max-width: 1200px;
  margin: 0 auto;
}
.services-header {
  text-align: center;
  margin-bottom: 60px;
}
.services-title {
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  margin: 0 0 16px;
  font-family: "Boldonse", serif;
  color: #e8f6ff;
  line-height: 1.2;
}
.services-subtitle {
  font-size: 18px;
  color: var(--color-text-muted);
  margin: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
}
.service-card {
  position: relative;
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(63, 208, 255, 0) 0%,
    rgba(166, 255, 59, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.service-card:hover {
  transform: scale(1.05) translateY(-8px);
  background: rgba(63, 208, 255, 0.18);
  border-color: rgba(63, 208, 255, 0.4);
  box-shadow:
    0 25px 70px rgba(63, 208, 255, 0.35),
    0 0 80px rgba(166, 255, 59, 0.25),
    0 0 0 1px rgba(63, 208, 255, 0.5);
}
.service-card:hover::before {
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(63, 208, 255, 0.22) 0%,
    rgba(166, 255, 59, 0.18) 100%
  );
}
.service-card__icon {
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}
.service-card:hover .service-card__icon {
  transform: scale(1.1) rotate(5deg);
}
.service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(63, 208, 255, 0.3));
}
.service-card__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  font-family: "Boldonse", serif;
  color: #e8f6ff;
  transition: color 0.3s ease;
}
.service-card:hover .service-card__title {
  color: #d5ff3bff;
}
.service-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0 0 24px;
  flex-grow: 1;
}
.service-card__cta {
  font-size: 14px;
  font-weight: 600;
  color: #a6ff3b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}
.service-card:hover .service-card__cta {
  gap: 12px;
  color: #3fd0ff;
}

@media (max-width: 1024px) {
  .site-header {
    max-width: 85vw;
    padding: 6px 16px 6px 20px;
  }
  .site-nav {
    gap: 8px;
  }
  .site-nav a {
    padding: 8px 14px;
    font-size: 13px;
  }
  .nav-cta {
    padding: 8px 18px !important;
  }
  .hero {
    padding: 130px 32px 90px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .station {
    gap: 40px;
    padding: 80px 32px;
  }
}
.contact-section {
  padding: 120px 48px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(63, 208, 255, 0.08) 50%,
    transparent 100%
  );
}
.contact-container {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-content {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.contact-header {
  text-align: center;
  margin-bottom: 48px;
}
.contact-title {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  font-family: "Boldonse", serif;
  color: #e8f6ff;
  margin: 0 0 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.contact-lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-text-muted);
  max-width: 700px;
  margin: 0 auto;
}
.contact-form {
  margin-bottom: 48px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}
.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #e8f6ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #e8f6ff;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  transition: all 0.3s ease;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(159, 180, 211, 0.5);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(63, 208, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(63, 208, 255, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-group select {
  cursor: pointer;
  background: transparent;
}
.form-group select option {
  background: rgba(15, 25, 35, 0.98);
  color: #e8f6ff;
}
.field-hint {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(159, 180, 211, 0.6);
  font-style: italic;
  min-height: 18px;
}
.form-group {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.form-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-item svg {
  color: #3fd0ff;
  flex-shrink: 0;
  margin-top: 4px;
}
.contact-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #e8f6ff;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}
@media (max-width: 968px) {
  .contact-section {
    padding: 80px 32px;
  }
  .contact-content {
    padding: 40px 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-info {
    grid-template-columns: 1fr;
  }
  .station {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .site-header {
    top: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 8px 12px;
    gap: 8px;
  }
  .brand {
    margin-right: 0;
  }
  .brand__logo {
    width: 28px;
  }
  .brand__name {
    display: none;
  }
  .site-nav {
    flex: 1;
    justify-content: space-around;
    gap: 6px;
    font-size: 12px;
  }
  .site-nav a {
    padding: 6px 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .nav-cta {
    padding: 6px 12px !important;
  }
  .hero__float-svg {
    display: none;
  }
  .hero {
    padding: 110px 18px 80px;
  }
  .hero__title {
    font-size: clamp(38px, 9vw, 54px);
  }
  .hero__lead {
    font-size: 16px;
  }
  .site-nav {
    gap: 10px;
    font-size: 14px;
  }
  .services-section {
    padding: 80px 24px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-card {
    padding: 32px 24px;
  }
  .service-card__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
  .service-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .story-section {
    min-height: 300vh;
  }
  .traveling-sun {
    display: none;
  }
  .station {
    grid-template-columns: 1fr;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    padding: 100px 24px;
  }
  .station__content {
    position: relative;
    z-index: 2;
    padding: 40px 28px;
    background: linear-gradient(
      135deg,
      rgba(63, 207, 255, 0.45) 0%,
      rgba(92, 184, 255, 0.09) 100%
    );
    backdrop-filter: blur(5px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.67);
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(63, 208, 255, 0.3);
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  .station.in-view .station__content {
    animation: fadeInCard 0.8s ease-out 1.5s forwards;
  }
  @keyframes fadeInCard {
    from {
      opacity: 0;
      transform: translateY(30px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .station__content .station__title {
    font-weight: 800;
  }
  .station__content .station__desc {
    font-weight: 600;
  }
  .station__content .station__features li {
    font-weight: 700;
  }
  .station__content * {
    font-weight: 700;
  }
  .station__title {
    font-weight: 800;
  }
  .station__desc {
    font-weight: 600;
  }
  .station__features li {
    font-weight: 700;
  }
  .station__image {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    transform: none;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .station__image.in-view {
    animation: fadeInImageFull 0.8s ease-out forwards;
  }
  @keyframes fadeInImageFull {
    from {
      opacity: 0;
      filter: blur(8px);
    }
    to {
      opacity: 1;
      filter: blur(0px);
    }
  }
  .station__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      transparent 0%,
      transparent 25%,
      rgba(5, 7, 11, 0.3) 50%,
      rgba(5, 7, 11, 0.7) 80%,
      rgba(5, 7, 11, 0.95) 100%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease-out 1.5s;
  }
  .station.in-view .station__image::before {
    opacity: 1;
  }
  .station__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: none;
    filter: blur(0px) brightness(1);
    aspect-ratio: auto;
    mask-image: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.2) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.2) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    transition:
      filter 0.8s ease-out 1.5s,
      opacity 0.8s ease-out 1.5s;
  }
  .station.in-view .station__image img {
    filter: blur(2px) brightness(0.9);
    opacity: 0.75;
  }
  .station__image:hover {
    transform: none;
  }
  .station:nth-child(even) .station__content {
    order: 1;
    margin: 0 auto;
  }
  .station:nth-child(even) .station__image {
    order: 0;
  }
}
@media (max-width: 640px) {
  .contact-section {
    padding: 60px 24px;
  }
  .contact-content {
    padding: 32px 24px;
  }
  .form-actions {
    flex-direction: column;
  }
  .form-actions .btn {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hero {
    padding: 100px 16px 60px;
  }
  .hero__title {
    font-size: clamp(32px, 8vw, 48px);
  }
  .hero__meta {
    flex-direction: column;
    gap: 12px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  .station__content {
    padding: 32px 20px;
  }
  .station__title {
    font-size: clamp(32px, 7vw, 48px);
  }
  .station__number {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .site-header {
    bottom: 12px;
    width: calc(100% - 16px);
    padding: 6px 8px;
  }
  .brand__logo {
    width: 24px;
  }
  .site-nav {
    gap: 4px;
  }
  .site-nav a {
    padding: 5px 8px;
    font-size: 10px;
  }
  .nav-cta {
    padding: 5px 10px !important;
  }
  .traveling-sun {
    display: none;
  }
  .station__content {
    padding: 28px 18px;
  }
  .station__title {
    font-size: clamp(28px, 6vw, 40px);
  }
  .station__number {
    font-size: 48px;
  }
}

/* ============================================
   SUCCESS MODAL
   ============================================ */

.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.success-modal.show {
  display: flex;
  opacity: 1;
}

.success-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.confetti-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.success-modal__content {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 250, 255, 0.98)
  );
  border-radius: 24px;
  padding: 48px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideIn {
  from {
    transform: scale(0.8) translateY(-50px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.success-modal__body {
  text-align: center;
  position: relative;
  z-index: 3;
}

.success-modal__image {
  width: 200px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
  animation: imageFloat 2s ease-in-out infinite;
}

@keyframes imageFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.success-modal__title {
  font-family: "Boldonse", serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: var(--color-cyan);
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.success-modal__message {
  font-family: "Nunito", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.6;
}

.success-modal__signature {
  font-family: "Boldonse", serif;
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: 700;
  color: var(--color-tech-lime);
  margin-bottom: 32px;
  font-style: italic;
}

.success-modal__close {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--color-cyan), var(--color-blue));
  color: white;
  box-shadow: 0 4px 15px rgba(63, 207, 255, 0.4);
}

.success-modal__close:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 207, 255, 0.6);
}

@media (max-width: 768px) {
  .success-modal__content {
    padding: 32px 24px;
    max-width: 90%;
  }

  .success-modal__image {
    width: 150px;
    margin-bottom: 24px;
  }

  .success-modal__close {
    padding: 12px 32px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .success-modal__content {
    padding: 24px 16px;
  }

  .success-modal__image {
    width: 120px;
    margin-bottom: 20px;
  }
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */

.scroll-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--color-cyan), var(--color-blue));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 16px rgba(63, 208, 255, 0.4),
    0 0 0 0 rgba(63, 208, 255, 0.6);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow:
    0 8px 24px rgba(63, 208, 255, 0.5),
    0 0 40px rgba(166, 255, 59, 0.3);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow:
      0 8px 24px rgba(63, 208, 255, 0.5),
      0 0 40px rgba(166, 255, 59, 0.3),
      0 0 0 0 rgba(63, 208, 255, 0.6);
  }
  50% {
    box-shadow:
      0 8px 24px rgba(63, 208, 255, 0.5),
      0 0 40px rgba(166, 255, 59, 0.3),
      0 0 0 20px rgba(63, 208, 255, 0);
  }
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.scroll-to-top:active {
  transform: translateY(-2px) scale(1.05);
}

@media (max-width: 768px) {
  .floating-whatsapp {
    left: 20px;
    bottom: 90px;
    width: 48px;
    height: 48px;
  }

  .scroll-to-top {
    bottom: 90px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  .scroll-to-top svg {
    width: 20px;
    height: 20px;
  }
}
