:root {
  --blue: #25c7ee;
  --blue-2: #0478ff;
  --ink: #07101d;
  --black: #02050b;
  --muted: #607089;
  --line: rgba(255, 255, 255, 0.16);
  --soft: #eef9ff;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 36, 92, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
  position: relative;
  isolation: isolate;
}

.section.compact { padding: 64px 0; }

.section > .container,
.page-hero > .container,
.cta > .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--blue-2);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

h1, h2, h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.7rem);
}

h3 { font-size: 1.25rem; }

p { margin: 0; }

.lead {
  color: #d7ecff;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 680px;
}

.section-head {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head p { color: var(--muted); font-size: 1.04rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: #00111f;
  background: linear-gradient(135deg, #51e6ff, #f4fbff 48%, #2aa8ff);
  box-shadow: 0 14px 36px rgba(33, 199, 238, 0.32);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
}

.btn-dark {
  color: var(--white);
  background: #07101d;
}

.btn-whatsapp {
  color: #ffffff;
  background: #25d366;
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
}

.btn-whatsapp:hover {
  background: #20bd5a;
}

.btn-whatsapp svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.wa-mark {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.glass {
  background: linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background 200ms ease, border-color 200ms ease, padding 200ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(3, 9, 18, 0.82);
  border-color: rgba(255,255,255,0.12);
  backdrop-filter: blur(22px);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.logo-link img {
  width: 166px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  color: rgba(255,255,255,0.82);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 750;
  font-size: 0.94rem;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--white);
  background: rgba(37,199,238,0.14);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.22);
  color: white;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: 100vh;
  color: white;
  background: var(--black);
  isolation: isolate;
}

.neuron-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.78;
}

.section-neuron-canvas {
  z-index: 0;
  opacity: 0.42;
  pointer-events: none;
}

.section-neuron-canvas[data-neuron-tone="light"] {
  opacity: 0.28;
}

.section-neuron-canvas[data-neuron-tone="dark"] {
  opacity: 0.72;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,5,11,0.92) 0%, rgba(2,5,11,0.76) 42%, rgba(2,5,11,0.34) 74%, rgba(2,5,11,0.18) 100%),
    radial-gradient(circle at 76% 30%, rgba(37,199,238,0.18), transparent 32%),
    linear-gradient(135deg, transparent 0%, rgba(37,199,238,0.08) 48%, transparent 49%, transparent 56%, rgba(255,255,255,0.06) 57%, transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.dark-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(37,199,238,0.26), transparent 28%),
    linear-gradient(90deg, rgba(2,5,11,0.92) 0%, rgba(2,5,11,0.62) 47%, rgba(2,5,11,0.22) 100%);
  pointer-events: none;
  z-index: -1;
}

.hero-slider {
  position: relative;
  min-height: 100vh;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 850ms ease;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.01);
}

.slide-content {
  padding-top: 90px;
  max-width: 760px;
}

.slide-content .lead { margin: 24px 0 32px; }

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.slider-dots {
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 42px;
  display: flex;
  gap: 10px;
  z-index: 4;
}

.slider-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,0.34);
  cursor: pointer;
}

.slider-dots button.active { background: var(--blue); }

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
  margin-bottom: 8px;
  position: relative;
  z-index: 5;
}

.metric {
  color: white;
  padding: 24px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(7,16,29,0.9), rgba(4,120,255,0.34));
  border: 1px solid rgba(255,255,255,0.12);
}

.metric strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.metric span { color: #c7e7ff; font-size: 0.92rem; }

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

.feature-card,
.package-card,
.value-card,
.legal-card,
.contact-panel,
.story-card {
  border: 1px solid rgba(7,16,29,0.09);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 52px rgba(9, 28, 60, 0.08);
}

.feature-card {
  padding: 28px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,199,238,0.18), transparent 68%);
  transition: transform 260ms ease, opacity 260ms ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37,199,238,0.38);
  box-shadow: 0 28px 70px rgba(4, 120, 255, 0.14);
}

.feature-card:hover::after {
  transform: scale(1.4);
  opacity: 0.82;
}

.feature-card p {
  margin-top: 12px;
  color: var(--muted);
  max-width: 34ch;
}

.icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: #00111f;
  background: linear-gradient(135deg, #ebfbff, #35d5ff);
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.package-card {
  --package-offset: 0px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: packageReveal 680ms ease both;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.package-card:nth-child(2) { animation-delay: 120ms; }
.package-card:nth-child(3) { animation-delay: 240ms; }

.package-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(37,199,238,0.16) 45%, rgba(255,255,255,0.34) 50%, rgba(37,199,238,0.16) 55%, transparent 100%);
  opacity: 0;
  transform: translateX(-70%);
  transition: opacity 220ms ease;
}

.package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37,199,238,0.36);
  box-shadow: 0 30px 84px rgba(4, 120, 255, 0.16);
}

.package-card:hover::before {
  opacity: 1;
  animation: packageShine 980ms ease;
}

.package-card.featured {
  --package-offset: -10px;
  color: white;
  background: radial-gradient(circle at top right, rgba(37,199,238,0.42), transparent 36%), linear-gradient(145deg, #07101d, #0b2d61);
  border-color: rgba(37,199,238,0.38);
  transform: translateY(-10px);
  box-shadow: 0 28px 82px rgba(37,199,238,0.18);
  animation: packageReveal 680ms ease both, featuredPulse 4.8s ease-in-out infinite 900ms;
}

.package-card.featured:hover {
  transform: translateY(-16px);
}

.package-card .price {
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  width: fit-content;
  background: linear-gradient(90deg, #07101d, #25c7ee, #07101d);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: priceGlow 5s ease-in-out infinite;
}

.package-card.featured .price {
  background-image: linear-gradient(90deg, #ffffff, #25c7ee, #ffffff);
}

.package-card .speed {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #004d66;
  background: #e8fbff;
  font-weight: 850;
}

.package-card.featured .speed {
  color: white;
  background: rgba(255,255,255,0.14);
}

.package-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.package-card.featured ul { color: #d8eeff; }
.package-card li::before { content: "✓"; color: var(--blue-2); font-weight: 900; margin-right: 8px; }

@keyframes packageReveal {
  from {
    opacity: 0;
    transform: translateY(calc(var(--package-offset) + 26px));
  }
  to {
    opacity: 1;
    transform: translateY(var(--package-offset));
  }
}

@keyframes packageShine {
  from { transform: translateX(-75%); }
  to { transform: translateX(75%); }
}

@keyframes featuredPulse {
  0%, 100% { box-shadow: 0 28px 82px rgba(37,199,238,0.18); }
  50% { box-shadow: 0 34px 96px rgba(37,199,238,0.32); }
}

@keyframes priceGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.dark-band {
  position: relative;
  color: white;
  background: #02050b;
  isolation: isolate;
  overflow: hidden;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.visual-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 450px;
  background: #061222;
  border: 1px solid rgba(255,255,255,0.14);
}

.visual-frame img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.floating-proof {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  padding: 18px;
  color: white;
  border-radius: var(--radius);
}

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

.value-card {
  padding: 26px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(4,120,255,0.28);
  box-shadow: 0 24px 64px rgba(9, 28, 60, 0.12);
}

.value-card p {
  margin-top: 12px;
  color: var(--muted);
}

.benefit-showcase {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 34px;
  align-items: stretch;
}

.benefit-showcase-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px;
  border-radius: var(--radius);
  color: white;
  background:
    radial-gradient(circle at 22% 20%, rgba(37,199,238,0.34), transparent 32%),
    radial-gradient(circle at 78% 76%, rgba(4,120,255,0.28), transparent 34%),
    linear-gradient(145deg, #07101d, #082c61);
  border: 1px solid rgba(255,255,255,0.14);
}

.benefit-showcase-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.signal-orbit {
  position: relative;
  height: 300px;
  margin-top: 34px;
}

.signal-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(37,199,238,0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulseRing 3.8s ease-in-out infinite;
}

.signal-orbit span:nth-child(1) { width: 84px; height: 84px; }
.signal-orbit span:nth-child(2) { width: 160px; height: 160px; animation-delay: .35s; }
.signal-orbit span:nth-child(3) { width: 246px; height: 246px; animation-delay: .7s; }

.signal-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #00111f;
  background: linear-gradient(135deg, #ffffff, #25c7ee);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 54px rgba(37,199,238,0.56);
}

@keyframes pulseRing {
  0%, 100% { opacity: .42; transform: translate(-50%, -50%) scale(.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

.coverage-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: start;
}

.coverage-map {
  position: sticky;
  top: 100px;
  min-height: 560px;
  padding: 22px;
  color: white;
  border-radius: var(--radius);
  background: radial-gradient(circle at 60% 20%, rgba(37,199,238,0.28), transparent 34%), linear-gradient(145deg, #06101f, #0a2d61);
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
}

.coverage-map svg {
  width: 100%;
  height: auto;
  min-height: 400px;
}

.coverage-list {
  display: grid;
  gap: 16px;
}

.coverage-group {
  border: 1px solid rgba(7,16,29,0.09);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  box-shadow: 0 14px 42px rgba(9, 28, 60, 0.07);
}

.coverage-group summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  color: #07101d;
}

.coverage-group summary::-webkit-details-marker { display: none; }
.coverage-group summary span { color: var(--blue-2); }
.coverage-group[open] summary { border-bottom: 1px solid rgba(7,16,29,0.08); }

.coverage-places {
  padding: 18px 20px 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  color: var(--muted);
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  color: white;
  background: #02050b;
  padding: 150px 0 82px;
  isolation: isolate;
  overflow: hidden;
}

.page-hero .neuron-canvas { opacity: 0.65; }
.page-hero p { max-width: 720px; color: #d7ecff; font-size: 1.18rem; margin-top: 22px; }

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

.story-card { padding: 28px; }
.story-card p { color: var(--muted); margin-top: 12px; }

.story-grid-enhanced {
  align-items: stretch;
}

.animated-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  animation: cardRise 720ms ease both;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.animated-card:nth-child(2) { animation-delay: 90ms; }
.animated-card:nth-child(3) { animation-delay: 180ms; }
.animated-card:nth-child(4) { animation-delay: 270ms; }
.animated-card:nth-child(5) { animation-delay: 360ms; }
.animated-card:nth-child(6) { animation-delay: 450ms; }

.animated-card::after {
  content: "";
  position: absolute;
  right: -64px;
  top: -64px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,199,238,0.2), transparent 68%);
  transition: transform 260ms ease, opacity 260ms ease;
}

.animated-card > * {
  position: relative;
  z-index: 1;
}

.animated-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37,199,238,0.34);
  box-shadow: 0 28px 72px rgba(4, 120, 255, 0.13);
}

.animated-card:hover::after {
  transform: scale(1.35);
  opacity: 0.9;
}

.story-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  color: #00111f;
  background: linear-gradient(135deg, #e9fbff, #28d4ff);
  border-radius: var(--radius);
  margin-bottom: 18px;
  box-shadow: 0 16px 34px rgba(37,199,238,0.22);
}

.story-icon svg {
  width: 26px;
  height: 26px;
}

.story-card ul {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: #40516a;
  font-size: 0.94rem;
}

.story-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 0 4px rgba(4,120,255,0.1);
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius);
  background: #f4fbff;
  border: 1px solid rgba(7,16,29,0.08);
}

.process-list strong {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, #07101d, #0478ff);
  border-radius: var(--radius);
}

.process-list span {
  color: var(--muted);
  font-weight: 750;
}

.about-faq {
  max-width: 920px;
  margin: 0 auto;
}

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

.usage-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(7,16,29,0.09);
  box-shadow: 0 18px 52px rgba(9, 28, 60, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.usage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37,199,238,0.34);
  box-shadow: 0 28px 72px rgba(4, 120, 255, 0.13);
}

.usage-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: white;
  font-weight: 900;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #07101d, #0478ff);
}

.usage-card p {
  color: var(--muted);
  margin-top: 12px;
}

.payment-section {
  background:
    radial-gradient(circle at 16% 16%, rgba(37,199,238,0.12), transparent 28%),
    linear-gradient(180deg, #f8fcff, #ffffff);
}

.payment-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.payment-card {
  padding: 34px;
  border-radius: var(--radius);
  color: white;
  background:
    radial-gradient(circle at top right, rgba(37,199,238,0.28), transparent 34%),
    linear-gradient(145deg, #07101d, #0b2d61);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 70px rgba(9, 28, 60, 0.16);
}

.payment-card .eyebrow { color: #77e8ff; }

.payment-card p {
  color: #d7ecff;
  margin-top: 18px;
}

.bank-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.bank-details div {
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
}

.bank-details span {
  display: block;
  color: #aeeeff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bank-details strong {
  display: block;
  color: white;
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  line-height: 1.25;
}

.bank-details .clabe-row strong {
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.payment-visual {
  position: relative;
  min-height: 470px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #061222;
  border: 1px solid rgba(7,16,29,0.08);
  box-shadow: 0 24px 70px rgba(9, 28, 60, 0.14);
}

.payment-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.payment-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(2,5,11,0.72));
  pointer-events: none;
}

.payment-visual .floating-proof {
  z-index: 2;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.legal-card { padding: 28px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul { margin: 14px 0 0; padding-left: 20px; }

.legal-highlight {
  display: grid;
  gap: 14px;
}

.legal-highlight div {
  padding: 22px;
  border-radius: var(--radius);
  background: #f4fbff;
  border: 1px solid rgba(7,16,29,0.08);
  box-shadow: 0 16px 44px rgba(9, 28, 60, 0.07);
}

.legal-highlight strong {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.legal-highlight span {
  color: var(--muted);
}

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

.legal-relevance article {
  min-height: 210px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
}

.legal-relevance span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #00111f;
  font-weight: 900;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff, #25c7ee);
}

.legal-relevance p {
  color: #d7ecff;
  margin-top: 12px;
}

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

.legal-doc-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 310px;
  padding: 24px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(7,16,29,0.09);
  box-shadow: 0 18px 52px rgba(9, 28, 60, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.legal-doc-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37,199,238,0.34);
  box-shadow: 0 28px 72px rgba(4, 120, 255, 0.13);
}

.legal-doc-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #004d66;
  background: #e8fbff;
  font-size: 0.78rem;
  font-weight: 900;
}

.legal-doc-card p {
  color: var(--muted);
  flex: 1;
}

.doc-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  color: #00111f;
  background: linear-gradient(135deg, #e9fbff, #28d4ff);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(37,199,238,0.22);
}

.doc-icon svg,
.download-list svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-download-band {
  background:
    radial-gradient(circle at 15% 20%, rgba(37,199,238,0.12), transparent 30%),
    linear-gradient(180deg, #f8fcff, #ffffff);
}

.download-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius);
  color: white;
  background:
    radial-gradient(circle at top right, rgba(37,199,238,0.28), transparent 34%),
    linear-gradient(145deg, #07101d, #0b2d61);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 70px rgba(9, 28, 60, 0.16);
}

.download-panel .eyebrow { color: #77e8ff; }
.download-panel p { color: #d7ecff; margin-top: 14px; }

.download-list {
  display: grid;
  gap: 12px;
}

.download-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: white;
  font-weight: 850;
  transition: transform 200ms ease, background 200ms ease;
}

.download-list a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.16);
}

.download-list svg {
  width: 28px;
  height: 28px;
  color: #77e8ff;
  flex: 0 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-panel {
  padding: 28px;
}

.contact-info-panel,
.contact-whatsapp-form {
  position: relative;
  overflow: hidden;
}

.contact-whatsapp-form {
  border-color: rgba(37,199,238,0.22);
}

.contact-visual {
  position: sticky;
  top: 100px;
  min-height: 760px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #061222;
  border: 1px solid rgba(7,16,29,0.08);
  box-shadow: 0 24px 70px rgba(9, 28, 60, 0.14);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(37,199,238,0.22), transparent 30%),
    linear-gradient(180deg, rgba(2,5,11,0.02), rgba(2,5,11,0.72));
  pointer-events: none;
}

.contact-visual img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.contact-visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: white;
  padding: 20px;
  border-radius: var(--radius);
}

.contact-visual-card p {
  color: #d7ecff;
  margin-top: 8px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-list a,
.contact-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius);
  background: #f4fbff;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label { font-weight: 800; color: #172338; }
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(7,16,29,0.13);
  border-radius: var(--radius);
  padding: 14px 15px;
  outline: none;
  background: white;
  color: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-2);
  box-shadow: 0 0 0 4px rgba(4,120,255,0.11);
}

.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 18% 30%, rgba(37,199,238,0.3), transparent 26%),
    linear-gradient(135deg, #07101d, #062e6e 55%, #02050b);
  padding: 70px 0;
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cta p { color: #d7ecff; margin-top: 12px; max-width: 660px; }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(7,16,29,0.09);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(9, 28, 60, 0.07);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-weight: 900;
  color: var(--ink);
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--blue-2);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item[open] summary::after { content: "-"; }

.faq-item p {
  color: var(--muted);
  padding: 0 22px 22px;
}

.faq-visual {
  position: sticky;
  top: 104px;
  min-height: 610px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #061222;
  border: 1px solid rgba(7,16,29,0.08);
  box-shadow: 0 24px 70px rgba(9, 28, 60, 0.14);
}

.faq-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(37,199,238,0.24), transparent 28%),
    linear-gradient(180deg, rgba(2,5,11,0.05), rgba(2,5,11,0.68));
  pointer-events: none;
}

.faq-visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.faq-visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: white;
  padding: 20px;
  border-radius: var(--radius);
}

.faq-visual-card p {
  color: #d7ecff;
  margin-top: 8px;
}

.site-footer {
  color: #cdddef;
  background: #02050b;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.9fr;
  gap: 30px;
}

.footer-logo { width: 150px; margin-bottom: 18px; }
.site-footer h3 { color: white; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { display: block; color: #cdddef; margin: 8px 0; }
.site-footer a:hover { color: var(--blue); }
.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #91a5bc;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: #25d366;
  box-shadow: 0 18px 42px rgba(37,211,102,0.38);
  transition: transform 180ms ease;
}

.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .section-head,
  .split,
  .benefit-showcase,
  .faq-layout,
  .coverage-layout,
  .payment-layout,
  .download-panel,
  .contact-hero-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .icon-grid,
  .package-grid,
  .story-grid,
  .legal-grid,
  .legal-doc-grid,
  .legal-relevance,
  .value-grid,
  .usage-grid,
  .metric-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .package-card.featured { transform: none; }
  .coverage-map { position: relative; top: 0; min-height: auto; }
  .contact-visual { position: relative; top: 0; min-height: 460px; }
  .contact-visual img { min-height: 460px; }
  .payment-visual { min-height: 380px; }
  .payment-visual img { min-height: 380px; }
  .faq-visual { position: relative; top: 0; min-height: 420px; }
  .faq-visual img { min-height: 420px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .nav { height: 70px; }
  .logo-link img { width: 138px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-menu {
    position: fixed;
    inset: 70px 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: var(--radius);
    background: rgba(3,9,18,0.94);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(22px);
  }
  body.menu-open .nav-menu { display: flex; }
  .nav-menu a { padding: 13px 14px; }
  .nav-cta { display: none; }
  .slide-content { padding-top: 82px; }
  .hero::after { background: linear-gradient(90deg, rgba(2,5,11,0.9), rgba(2,5,11,0.54)); }
  .icon-grid,
  .package-grid,
  .story-grid,
  .legal-grid,
  .legal-doc-grid,
  .legal-relevance,
  .value-grid,
  .usage-grid,
  .metric-strip {
    grid-template-columns: 1fr;
  }
  .payment-layout {
    grid-template-columns: 1fr;
  }
  .contact-hero-grid {
    grid-template-columns: 1fr;
  }
  .contact-visual { min-height: 360px; }
  .contact-visual img { min-height: 360px; }
  .download-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .payment-card { padding: 24px; }
  .payment-visual { min-height: 320px; }
  .payment-visual img { min-height: 320px; }
  .faq-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-visual { min-height: 340px; }
  .faq-visual img { min-height: 340px; }
  .coverage-places { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .visual-frame,
  .visual-frame img { min-height: 320px; }
  .footer-bottom { display: grid; }
}
