:root {
  --ink: #15121c;
  --muted: #686173;
  --line: #e8e3ee;
  --paper: #ffffff;
  --soft: #f7f4fb;
  --deep: #08050f;
  --deep-2: #13081f;
  --purple: #7500c9;
  --purple-2: #9b35ff;
  --orange: #ff6500;
  --orange-2: #ffad33;
  --cyan: #35d4ff;
  --green: #20c47b;
  --shadow: 0 28px 80px rgba(21, 18, 28, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon,
.icon-badge {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon {
  width: 1.08em;
  height: 1.08em;
}

.icon-badge {
  width: 36px;
  height: 36px;
  color: #ffffff;
  filter: drop-shadow(0 12px 26px rgba(255, 101, 0, 0.22));
}

.whatsapp-icon {
  width: 21px;
  height: 21px;
  object-fit: contain;
  flex: 0 0 auto;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(117, 0, 201, 0.1);
  box-shadow: 0 10px 30px rgba(21, 18, 28, 0.05);
  backdrop-filter: blur(24px) saturate(150%);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  width: 276px;
  min-width: 247px;
}

.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 22px rgba(155, 53, 255, 0.18));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: auto;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav a,
.nav-cta {
  border-radius: 8px;
  color: rgba(21, 18, 28, 0.72);
  font-size: 0.93rem;
  font-weight: 760;
  padding: 10px 12px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(117, 0, 201, 0.08);
  color: var(--purple);
  outline: none;
}

.nav-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--orange);
  color: #ffffff;
  padding: 11px 16px;
  box-shadow: 0 16px 34px rgba(255, 101, 0, 0.22);
}

.nav-client-cta {
  background: linear-gradient(135deg, var(--purple), #9b35ff);
  box-shadow: 0 16px 34px rgba(117, 0, 201, 0.22);
}

.nav-cta::after,
.button-primary::after,
.plan-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transition: transform 650ms ease;
}

.nav-cta:hover::after,
.nav-cta:focus-visible::after,
.button-primary:hover::after,
.button-primary:focus-visible::after,
.plan-cta:hover::after,
.plan-cta:focus-visible::after {
  transform: translateX(130%) skewX(-18deg);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.nav-client-cta:hover,
.nav-client-cta:focus-visible {
  background: linear-gradient(135deg, #6200a8, var(--purple-2));
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 58%, #fff7ef 100%);
  color: var(--ink);
}

.hero-bg,
.hero-bg::before,
.hero-bg::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-bg::before {
  content: "";
  inset: 0;
  opacity: 0.72;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(117, 0, 201, 0.07) 52% 53%, transparent 53%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 247, 239, 0.72));
}

.hero-bg::after {
  content: "";
  background:
    linear-gradient(rgba(117, 0, 201, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 0, 201, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 68%, transparent);
  opacity: 0.38;
}

.hero-grid-glow {
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 24%;
  background: linear-gradient(90deg, transparent, rgba(117, 0, 201, 0.08), rgba(255, 101, 0, 0.08), transparent);
  filter: blur(34px);
}

.hero-light {
  position: absolute;
  width: clamp(260px, 34vw, 560px);
  height: clamp(260px, 34vw, 560px);
  border-radius: 50%;
  opacity: 0.32;
  filter: blur(58px);
  animation: ambientFloat 10s ease-in-out infinite alternate;
  display: none;
}

.hero-light-one {
  top: 5%;
  right: -12%;
  background: rgba(155, 53, 255, 0.24);
}

.hero-light-two {
  left: -12%;
  bottom: 4%;
  background: rgba(255, 101, 0, 0.16);
  animation-delay: -4s;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.95fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
  padding: clamp(52px, 7vw, 88px) 0 clamp(46px, 6vw, 76px);
}

.hero-copy {
  max-width: 760px;
}

.hero-kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-2);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-sell {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  line-height: 0.96;
  font-weight: 950;
}

.hero-lead {
  max-width: 470px;
  margin: 20px 0 0;
  color: #51475f;
  font-size: clamp(1.02rem, 1.6vw, 1.26rem);
}

.hero-actions,
.client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.plan-cta,
.coverage-card a {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 880;
  padding: 13px 19px;
  text-align: center;
  gap: 9px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.plan-cta:hover,
.plan-cta:focus-visible,
.coverage-card a:hover,
.coverage-card a:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), #ff8c1a);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 101, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button-whatsapp {
  background: linear-gradient(135deg, #16a862, #21c978);
  box-shadow:
    0 18px 42px rgba(22, 168, 98, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: linear-gradient(135deg, #128e54, #18b96a);
}

.button-secondary {
  border-color: rgba(117, 0, 201, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #ffffff;
  border-color: rgba(117, 0, 201, 0.28);
}

.button-light {
  background: #ffffff;
  color: var(--purple);
  border-color: rgba(117, 0, 201, 0.18);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 30px;
}

.hero-metrics span {
  min-height: 86px;
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  padding: 14px;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(21, 18, 28, 0.06);
}

.hero-metrics .icon {
  width: 22px;
  height: 22px;
  color: var(--orange-2);
}

.hero-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 1.03rem;
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: block;
  perspective: 1200px;
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-origin: center;
  transition: transform 220ms ease-out;
  padding: 28px 0 32px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 16% -5% 8% 16%;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 101, 0, 0.18), rgba(117, 0, 201, 0.18));
  filter: blur(42px);
  opacity: 0.58;
  pointer-events: none;
}

.hero-media-card {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  aspect-ratio: 1.22 / 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow:
    0 34px 90px rgba(21, 18, 28, 0.13),
    0 0 0 10px rgba(255, 255, 255, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  animation: deviceFloat 6s ease-in-out infinite;
}

.hero-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(8, 5, 15, 0.2) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 34%);
  pointer-events: none;
}

.hero-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.media-speed-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(21, 18, 28, 0.16);
  min-width: 220px;
  padding: 14px 17px;
  backdrop-filter: blur(18px) saturate(145%);
}

.media-speed-badge span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(117, 0, 201, 0.08);
  color: var(--purple);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1;
  padding: 5px 8px;
  text-transform: uppercase;
}

.media-speed-badge strong {
  color: var(--ink);
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1;
  font-weight: 950;
}

.floating-chip {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(117, 0, 201, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(21, 18, 28, 0.12);
  padding: 10px 13px;
  font-size: 0.86rem;
  font-weight: 880;
  white-space: nowrap;
  backdrop-filter: blur(18px);
  animation: chipDrift 4.8s ease-in-out infinite;
}

.chip-one {
  top: 2px;
  left: 20px;
}

.chip-two {
  right: -4px;
  top: 58%;
  animation-delay: -1.6s;
}

.chip-three {
  left: 34px;
  bottom: 2px;
  animation-delay: -3.2s;
}

.premium-strip {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
  padding: 18px 0 40px;
}

.premium-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(117, 0, 201, 0.08), transparent);
  transform: translateX(-100%);
  animation: stripLight 8s ease-in-out infinite;
}

.premium-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.premium-grid div {
  min-height: 156px;
  background: #ffffff;
  padding: 24px;
}

.premium-grid .icon-badge {
  color: var(--purple);
}

.premium-grid span {
  display: block;
  margin-top: 14px;
  color: var(--orange-2);
  font-weight: 950;
}

.premium-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 1.15rem;
}

.premium-grid p {
  margin: 7px 0 0;
  color: var(--muted);
}

.plans-section,
.about-section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
}

.plans-section {
  padding: clamp(72px, 9vw, 116px) 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.eyebrow.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(117, 0, 201, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--purple);
  box-shadow: 0 10px 24px rgba(117, 0, 201, 0.08);
}

.eyebrow-icon .icon {
  width: 15px;
  height: 15px;
}

.section-heading h2,
.business-section h2,
.client-section h2,
.about-section h2,
.contact-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.05rem, 5vw, 3.75rem);
  line-height: 1.02;
  font-weight: 950;
}

.section-heading p:not(.eyebrow),
.business-section p:not(.eyebrow),
.client-section p:not(.eyebrow),
.about-section p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.plans-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 28px;
}

.plan-tabs {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 6px;
  margin: 0;
  border: 1px solid rgba(117, 0, 201, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 5px;
  box-shadow: 0 16px 40px rgba(21, 18, 28, 0.07);
  backdrop-filter: blur(18px);
}

.tab-button {
  min-width: 144px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  padding: 12px 16px;
}

.tab-button.is-active {
  background: var(--deep);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.tab-button:focus-visible {
  outline: 3px solid rgba(255, 101, 0, 0.32);
}

.plan-slider-controls {
  display: inline-flex;
  gap: 8px;
}

.plan-slide-button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(117, 0, 201, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(21, 18, 28, 0.07);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.plan-slide-button:first-child .icon {
  transform: rotate(180deg);
}

.plan-slide-button:hover,
.plan-slide-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 101, 0, 0.36);
  background: #ffffff;
  outline: none;
}

.plan-slide-button:disabled {
  cursor: default;
  opacity: 0.38;
  transform: none;
}

.plans-grid {
  display: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 18px;
  scrollbar-width: none;
}

.plans-grid::-webkit-scrollbar {
  display: none;
}

.plans-grid.is-active {
  display: grid;
}

.plan-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 14px 34px rgba(21, 18, 28, 0.06);
  padding: 24px;
  transform-style: preserve-3d;
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(155, 53, 255, 0.12), transparent 36%, rgba(255, 101, 0, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.plan-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 101, 0, 0.36);
  box-shadow: 0 26px 70px rgba(21, 18, 28, 0.13);
}

.plan-card:hover::before {
  opacity: 1;
}

.plan-card.featured {
  border-color: rgba(255, 101, 0, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 101, 0, 0.12), transparent 42%),
    linear-gradient(180deg, #fffaf4 0%, rgba(255, 255, 255, 0.94) 58%, #ffffff 100%);
  box-shadow:
    0 26px 74px rgba(255, 101, 0, 0.16),
    0 0 0 1px rgba(255, 173, 51, 0.12);
}

.plan-card.featured::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--orange-2), var(--purple-2));
  pointer-events: none;
}

.plan-card.business {
  border-color: rgba(53, 212, 255, 0.26);
}

.plan-card.business.featured {
  border-color: rgba(255, 101, 0, 0.48);
}

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

.badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 10px;
  box-shadow:
    0 14px 30px rgba(255, 101, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.badge .icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  stroke-width: 2.2;
}

.plan-kind {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 0 0 18px;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 950;
  padding: 8px 10px;
  text-transform: uppercase;
}

.plan-card.business .plan-kind {
  color: #087d9e;
}

.plan-kind .icon {
  width: 18px;
  height: 18px;
}

.plan-speed-main {
  display: grid;
  gap: 4px;
  margin: 2px 0 20px;
}

.plan-card h3 {
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  line-height: 0.82;
}

.plan-card h3 strong {
  font-size: clamp(3.25rem, 6vw, 4.55rem);
  font-weight: 950;
}

.plan-card h3 small {
  margin-bottom: 8px;
  color: #312b3b;
  font-size: 1rem;
  font-weight: 920;
  text-transform: uppercase;
}

.plan-speeds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.plan-speeds span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3px 8px;
  border-radius: 8px;
  border: 1px solid rgba(117, 0, 201, 0.1);
  background:
    linear-gradient(145deg, rgba(117, 0, 201, 0.045), transparent),
    #fbf9ff;
  color: var(--muted);
  padding: 12px 10px;
}

.plan-speeds .icon {
  grid-row: span 2;
  width: 18px;
  height: 18px;
  color: var(--orange);
}

.plan-speeds .download-icon {
  transform: rotate(180deg);
}

.plan-speeds em {
  color: #8a8194;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.plan-speeds strong {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.08;
  font-weight: 920;
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  margin: 0 0 20px;
  color: var(--ink);
  line-height: 1;
  font-weight: 950;
}

.price strong {
  font-size: clamp(2rem, 4.6vw, 2.82rem);
  line-height: 0.9;
}

.price sup {
  font-size: 0.45em;
  vertical-align: super;
}

.price small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

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

.plan-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  border-radius: 8px;
  color: #5d5468;
  font-size: 0.93rem;
  font-weight: 720;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 101, 0, 0.1);
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  padding: 5px;
}

.business .benefit-icon {
  background: rgba(53, 212, 255, 0.12);
  color: #079ac2;
}

.plan-cta {
  width: 100%;
  margin-top: auto;
  background: var(--deep);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.plan-cta:hover,
.plan-cta:focus-visible {
  background: linear-gradient(135deg, var(--deep), var(--purple));
  box-shadow: 0 16px 36px rgba(117, 0, 201, 0.18);
}

.equipment-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.equipment-note div {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(117, 0, 201, 0.045), transparent 46%),
    #ffffff;
  box-shadow: 0 12px 34px rgba(21, 18, 28, 0.05);
  padding: 18px 20px;
}

.equipment-note .icon {
  width: 24px;
  height: 24px;
  color: var(--orange);
}

.equipment-note strong,
.equipment-note span {
  display: block;
}

.equipment-note strong {
  color: var(--ink);
  font-size: 1rem;
}

.equipment-note span {
  margin-top: 4px;
  color: var(--muted);
}

.business-section {
  padding: clamp(70px, 9vw, 112px) 0;
  background: #ffffff;
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
}

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

.feature-grid article {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(117, 0, 201, 0.05), transparent 48%),
    #ffffff;
  padding: 22px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.feature-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.feature-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-weight: 950;
}

.feature-index .icon {
  width: 22px;
  height: 22px;
}

.feature-grid h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 1.25rem;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.client-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px) 0;
  background:
    radial-gradient(circle at 82% 30%, rgba(117, 0, 201, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8f4ff 100%);
  color: var(--ink);
}

.client-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(52vw, 520px);
  height: 100%;
  background: url("assets/w-telecom-logo-horizontal.png") right center / contain no-repeat;
  opacity: 0.04;
}

.client-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.client-section h2,
.client-section p {
  color: var(--ink);
}

.client-section p {
  max-width: 650px;
  color: var(--muted);
}

.client-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.about-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.about-card,
.coverage-card {
  border-radius: 8px;
  padding: clamp(26px, 4vw, 42px);
}

.about-card {
  background: #ffffff;
  box-shadow: var(--shadow);
}

.about-card p {
  max-width: 720px;
}

.coverage-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(117, 0, 201, 0.12);
  padding: 12px;
  box-shadow: var(--shadow);
}

.coverage-photo {
  position: relative;
  overflow: hidden;
  height: clamp(116px, 9vw, 140px);
  min-height: 0;
  margin: 0;
  border-radius: 8px;
  background: #f2edf8;
}

.coverage-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 5, 15, 0.02) 0%, rgba(8, 5, 15, 0.5) 100%),
    linear-gradient(120deg, rgba(117, 0, 201, 0.08), transparent 46%);
  pointer-events: none;
}

.coverage-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
}

.coverage-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(8, 5, 15, 0.18);
  padding: 8px 10px;
  font-size: 0.84rem;
  font-weight: 900;
  backdrop-filter: blur(15px) saturate(145%);
}

.coverage-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  padding: 17px 18px 16px;
}

.coverage-body .eyebrow {
  margin-bottom: 0;
}

.coverage-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.32rem, 2.35vw, 1.9rem);
  line-height: 1.04;
  font-weight: 950;
}

.coverage-card p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.coverage-card a {
  align-self: flex-start;
  margin-top: 2px;
  min-height: 44px;
  padding: 11px 15px;
  background: linear-gradient(135deg, var(--green), #11aa65);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(32, 196, 123, 0.22);
}

.contact-section {
  padding: clamp(62px, 8vw, 96px) 0;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(24px, 6vw, 70px);
  align-items: start;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
}

.contact-card {
  display: grid;
  gap: 7px;
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(117, 0, 201, 0.045), transparent 44%),
    #ffffff;
  box-shadow: 0 16px 45px rgba(21, 18, 28, 0.07);
  padding: 24px;
  font-style: normal;
}

.contact-card span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card span:first-child {
  margin-top: 0;
}

.contact-card a,
.contact-card p {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.contact-card .icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--purple);
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--purple);
  outline: none;
}

.map-card {
  overflow: hidden;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(21, 18, 28, 0.1);
}

.map-card iframe {
  width: 100%;
  min-height: 390px;
  display: block;
  border: 0;
  filter: saturate(0.96) contrast(1.02);
}

.map-card a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
  padding: 15px 18px;
}

.map-card a .icon {
  width: 20px;
  height: 20px;
  color: var(--orange);
}

.map-card a:hover,
.map-card a:focus-visible {
  color: var(--purple);
  outline: none;
}

.site-footer {
  border-top: 1px solid rgba(117, 0, 201, 0.1);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 101, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  color: var(--ink);
  padding: 28px 0 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.footer-brand img {
  width: 230px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand span {
  display: inline;
}

.footer-brand > span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 780;
  white-space: nowrap;
}

.footer-actions,
.social-links {
  display: flex;
  align-items: center;
}

.footer-actions {
  justify-content: flex-end;
  gap: 18px;
}

.social-links {
  gap: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(117, 0, 201, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--purple);
  box-shadow: 0 14px 30px rgba(21, 18, 28, 0.06);
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--orange);
  border-color: rgba(255, 101, 0, 0.34);
  box-shadow: 0 18px 34px rgba(255, 101, 0, 0.14);
  transform: translateY(-2px);
  outline: none;
}

.social-links .icon {
  width: 19px;
  height: 19px;
}

.footer-developer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(117, 0, 201, 0.08);
}

.developer-credit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 4px 0;
  opacity: 0.88;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.developer-credit span {
  color: #655a72;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.developer-credit img {
  width: 146px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.developer-credit:hover,
.developer-credit:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  outline: none;
}

.footer-top-link {
  color: var(--purple);
  font-weight: 850;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  color: var(--orange);
  outline: none;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #16a862;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(22, 168, 98, 0.28);
  font-weight: 950;
  padding: 0;
  animation: whatsappPulse 2.1s ease-in-out infinite;
}

.floating-whatsapp .whatsapp-icon {
  width: 34px;
  height: 34px;
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow:
      0 16px 36px rgba(22, 168, 98, 0.28),
      0 0 0 0 rgba(22, 168, 98, 0.28);
  }
  50% {
    box-shadow:
      0 16px 36px rgba(22, 168, 98, 0.28),
      0 0 0 12px rgba(22, 168, 98, 0);
  }
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #128e54;
  outline: none;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@keyframes ambientShift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes ambientFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 3%, 0) scale(1.06);
  }
}

@keyframes deviceFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0) rotateY(-4deg);
  }
  50% {
    transform: translateY(-12px) rotateX(2deg) rotateY(3deg);
  }
}

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

@keyframes stripLight {
  0%,
  35% {
    transform: translateX(-100%);
  }
  70%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 980px) {
  .nav-wrap {
    min-height: auto;
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }

  .brand {
    width: 239px;
    min-width: 218px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .business-grid,
  .client-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 54px;
  }

  .hero-visual {
    min-height: 0;
    padding-top: 0;
  }

  .hero-media-card {
    width: min(100%, 680px);
    aspect-ratio: 1.55 / 1;
  }

  .premium-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .plans-grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .client-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .hero-grid {
    gap: 28px;
    padding: 40px 0 34px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    max-width: 520px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .hero-kicker {
    max-width: 30ch;
    margin-right: auto;
    margin-left: auto;
  }

  .eyebrow-icon {
    width: 24px;
    height: 24px;
  }

  .eyebrow-icon .icon {
    width: 14px;
    height: 14px;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .nav-cta {
    padding: 10px 12px;
  }

  .hero-sell {
    max-width: 12ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.05rem, 10.4vw, 3.05rem);
    line-height: 0.98;
  }

  .hero-lead {
    max-width: 30ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }

  .hero-actions,
  .client-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    max-width: 330px;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-metrics {
    display: none;
  }

  .hero-visual {
    min-height: 0;
    display: flex;
    width: 100%;
    max-width: 370px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin: 2px auto 0;
    padding: 0;
    transform: none;
  }

  .hero-visual::before {
    inset: 6% 2% 20%;
    filter: blur(26px);
  }

  .hero-media-card {
    width: 100%;
    aspect-ratio: 1.08 / 1;
    box-shadow:
      0 24px 58px rgba(21, 18, 28, 0.12),
      0 0 0 7px rgba(255, 255, 255, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    animation: none;
  }

  .media-speed-badge {
    left: 12px;
    bottom: 12px;
    min-width: 0;
    padding: 10px 12px;
    text-align: left;
  }

  .media-speed-badge strong {
    font-size: 1.18rem;
  }

  .media-speed-badge span {
    font-size: 0.64rem;
  }

  .coverage-photo,
  .coverage-photo img {
    height: 112px;
  }

  .coverage-body {
    padding: 16px 12px 12px;
  }

  .floating-chip {
    position: relative;
    inset: auto;
    width: min(100%, 310px);
    margin-top: 0;
    justify-content: center;
    text-align: center;
    animation: none;
  }

  .equipment-note,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .plans-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .section-heading {
    text-align: left;
  }

  .plan-tabs {
    width: 100%;
  }

  .tab-button {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
  }

  .plan-slider-controls {
    justify-content: flex-end;
  }

  .plans-grid {
    grid-auto-columns: min(88vw, 360px);
  }

  .plan-card {
    padding: 21px;
  }

  .badge {
    position: static;
    width: fit-content;
    margin-bottom: 12px;
  }

  .plan-speeds {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-brand {
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }

  .footer-developer {
    justify-content: center;
  }

  .footer-brand img {
    width: 184px;
    height: 60px;
    max-width: 100%;
  }

  .footer-brand > span {
    white-space: normal;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .developer-credit {
    width: fit-content;
    max-width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 560px) {
  .nav-wrap {
    justify-content: space-between;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero-grid {
    gap: 26px;
  }

  .hero-sell {
    max-width: 12ch;
    font-size: clamp(2rem, 8.1vw, 2.72rem);
  }

  .hero-lead {
    max-width: 30ch;
  }

  .hero-metrics {
    display: none;
  }
}

@media (max-width: 430px) {
  .nav-wrap {
    justify-content: space-between;
  }

  .brand {
    width: 198px;
    min-width: 190px;
  }

  .brand img {
    height: 57px;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-brand img {
    width: 152px;
    height: 52px;
  }

  .footer-brand > span {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .main-nav {
    display: none;
  }

  .main-nav {
    gap: 0;
    justify-content: space-between;
    overflow-x: hidden;
  }

  .main-nav a,
  .nav-cta {
    font-size: 0.78rem;
  }

  .main-nav a {
    padding: 8px 5px;
  }

  .nav-cta {
    max-width: 126px;
    margin-left: 0;
  }

  .hero-grid {
    padding: 44px 0 34px;
  }

  .hero-sell {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .hero-lead {
    max-width: 30ch;
  }

  .hero-visual {
    min-height: 0;
  }

  .plan-speeds {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 2.25rem;
  }

  .contact-card {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

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