:root {
  --purple: #6d28d9;
  --purple-hover: #7c3aed;
  --purple-dark: #4c1d95;
  --purple-glow: #a855f7;
  --bg: #fafafc;
  --card: #ffffff;
  --line: #e8e8ef;
  --text: #18181b;
  --muted: #71717a;
  --soft: #f5f3ff;
  --success: #16a34a;
  --shadow: 0 24px 70px rgba(24, 24, 27, 0.09);
  --shadow-soft: 0 14px 38px rgba(24, 24, 27, 0.07);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

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

body {
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(135deg, #f6f3ff 0%, #ffffff 38%, var(--bg) 100%);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.whatsapp-brand-icon {
  fill: currentColor;
  stroke: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
}

.navbar {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
}

.logo-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  box-shadow: 0 12px 28px rgba(109, 40, 217, 0.25);
  color: #ffffff;
  font-size: 18px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #52525b;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a svg,
.mobile-menu-head,
.mobile-menu-actions {
  display: none;
}

.nav-links a,
.footer a {
  transition: color 0.2s ease;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--purple);
}

.nav-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  box-shadow: 0 8px 20px rgba(24, 24, 27, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

[data-contact-whatsapp-link],
.footer a[data-internal-hash],
.nav-links a[data-internal-hash],
.logo[data-internal-hash],
.contact-success-action {
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(24, 24, 27, 0.1);
}

.btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--purple-hover));
  box-shadow: 0 16px 34px rgba(109, 40, 217, 0.26);
  color: #ffffff;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--purple-hover), var(--purple));
}

.btn-soft {
  background: #ffffff;
}

.btn-large {
  min-height: 50px;
  padding: 16px 21px;
}

.btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--purple-dark);
}

.btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
  gap: 68px;
  align-items: center;
  padding: 92px 0 58px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  background: #f3e8ff;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  padding: 8px 16px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(109, 40, 217, 0.14);
}

.hero h1 {
  margin: 26px 0 22px;
  max-width: 650px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.02;
}

.hero-title .title-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.035em;
}

.hero-title .title-word {
  display: inline-block;
  color: var(--text);
  filter: blur(9px);
  opacity: 0;
  transform: translate3d(0, 112%, 0) rotate(2deg);
  transform-origin: left bottom;
  animation: heroTitleIn 0.86s cubic-bezier(0.18, 0.9, 0.22, 1) forwards;
  will-change: opacity, filter, transform;
}

.hero-title .title-line:nth-child(1) .title-word {
  animation-delay: 0.08s;
}

.hero-title .title-line:nth-child(2) .title-word {
  animation-delay: 0.2s;
}

.hero-title .title-line:nth-child(3) .title-word {
  animation-delay: 0.32s;
}

.hero-title .title-line:nth-child(4) .title-word {
  animation-delay: 0.44s;
}

.hero-title .premium-word {
  background: linear-gradient(90deg, var(--purple-dark), var(--purple), var(--purple-glow), var(--purple));
  background-size: 240% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 18px 42px rgba(109, 40, 217, 0.24);
  animation:
    heroTitleIn 0.86s cubic-bezier(0.18, 0.9, 0.22, 1) 0.2s forwards,
    premiumShimmer 4.6s ease-in-out 1.1s infinite;
}

.hero-title .premium-word::selection {
  background: var(--purple);
  color: #ffffff;
}

.hero-stats strong,
.mini-metrics strong,
.price strong {
  color: var(--purple);
}

.hero-content > p {
  max-width: 570px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  margin: 28px 0 34px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-stats div {
  min-width: 112px;
}

.hero-stats strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: #8a8a95;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.dashboard {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 255, 0.9)),
    #ffffff;
  box-shadow: 0 30px 90px rgba(24, 24, 27, 0.11);
  overflow: hidden;
  padding: 24px;
}

.tech-dashboard::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(109, 40, 217, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 40, 217, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 62%);
  pointer-events: none;
}

.tech-dashboard::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45%;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.09), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-14deg);
  animation: dashboardSweep 6s ease-in-out infinite;
}

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

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.eyebrow {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.dashboard .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple-dark);
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
}

.status-dot,
.live-badge span,
.loc-head i,
.log-row i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12), 0 0 18px rgba(34, 197, 94, 0.52);
  animation: signalPulse 2.2s ease-in-out infinite;
}

.dashboard h2 {
  margin-top: 7px;
  font-size: 23px;
  line-height: 1.2;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 999px;
  background: rgba(240, 253, 244, 0.86);
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 14px;
}

.traffic-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 247, 252, 0.94)),
    #ffffff;
  overflow: hidden;
  padding: 16px;
}

.traffic-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.traffic-topline strong {
  color: var(--purple);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.chart {
  position: relative;
  display: flex;
  height: 82px;
  align-items: end;
  gap: 7px;
  overflow: hidden;
}

.chart::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 47%, rgba(109, 40, 217, 0.08) 48%, transparent 51% 100%);
  background-size: 100% 18px;
  content: "";
  pointer-events: none;
}

.chart::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(109, 40, 217, 0.14), transparent);
  content: "";
  transform: translateX(-110%);
  animation: chartScan 3.8s ease-in-out infinite;
  pointer-events: none;
}

.bar {
  flex: 1;
  min-width: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.42), rgba(237, 233, 254, 0.74));
  animation: barPulse 2.8s ease-in-out infinite;
  animation-delay: var(--delay);
}

.bar:nth-child(5n) {
  background: linear-gradient(180deg, var(--purple), var(--purple-glow));
}

.locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
  min-height: 122px;
}

.location {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 255, 0.96)),
    #ffffff;
  overflow: hidden;
  min-height: 122px;
  padding: 14px;
  transform: translateZ(0);
}

.location.is-new {
  animation: locationCardIn 0.72s cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.location::before {
  position: absolute;
  inset: 0;
  border-left: 3px solid rgba(109, 40, 217, 0.45);
  content: "";
  opacity: 0;
  transition: opacity 0.22s ease;
}

.location:hover::before {
  opacity: 1;
}

.loc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.location strong {
  font-size: 14px;
  font-weight: 900;
}

.loc-head > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.07);
  color: var(--success);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 4px 7px;
  text-transform: uppercase;
  animation: statusTextPulse 2.4s ease-in-out infinite;
}

.latency {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-top: 13px;
}

.latency strong {
  color: var(--text);
  font-size: 27px;
  line-height: 1;
  min-width: 2ch;
  transition: color 0.22s ease;
}

.location.is-latency-changing .latency strong {
  animation: latencyPulse 0.48s ease;
  color: var(--purple-dark);
}

.latency small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.location p {
  margin-top: 8px;
  color: #64748b;
  font-family: Consolas, Monaco, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-progress {
  height: 3px;
  margin-top: 13px;
  border-radius: 999px;
  background: #e8e8ef;
  overflow: hidden;
}

.route-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), var(--purple-glow));
  animation: routeFlow 2.8s ease-in-out infinite;
}

.event-log {
  --log-row-height: 29px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 252, 0.96)),
    #ffffff;
  overflow: hidden;
  padding: 13px 16px 14px;
}

.event-log::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(109, 40, 217, 0.08), transparent);
  content: "";
  opacity: 0.72;
  transform: translateX(-70%);
  animation: eventScan 5.2s ease-in-out infinite;
  pointer-events: none;
}

.event-log > * {
  position: relative;
  z-index: 1;
}

.log-title {
  margin-bottom: 9px;
  color: #64748b;
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.log-window {
  position: relative;
  height: calc(var(--log-row-height) * 3);
  overflow: hidden;
}

.log-window::before,
.log-window::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 14px;
  content: "";
  pointer-events: none;
  z-index: 3;
}

.log-window::before {
  top: 0;
  background: linear-gradient(180deg, rgba(249, 249, 253, 0.95), rgba(249, 249, 253, 0));
}

.log-window::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(249, 249, 253, 0.95), rgba(249, 249, 253, 0));
}

.log-stream {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform 0.72s cubic-bezier(0.18, 0.9, 0.22, 1);
  will-change: transform;
}

.event-log.is-sliding .log-stream {
  transform: translate3d(0, calc(var(--log-row-height) * -1), 0);
}

.log-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--log-row-height);
  flex: 0 0 var(--log-row-height);
  color: var(--muted);
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.45;
  padding: 5px 0;
  transform: translateZ(0);
  animation: logRowBreathe 5.6s ease-in-out infinite;
}

.log-row::after {
  position: absolute;
  inset: 2px -6px;
  border-radius: 9px;
  background: rgba(109, 40, 217, 0.045);
  content: "";
  opacity: 0;
  transform: scaleX(0.94);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 0;
}

.log-row.is-new::after {
  animation: logRowHighlight 1.15s ease both;
}

.log-row:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.log-row span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.log-row i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
}

.log-row[data-level="warn"] i {
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.13), 0 0 18px rgba(245, 158, 11, 0.45);
}

.log-row[data-level="info"] i {
  background: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.13), 0 0 18px rgba(56, 189, 248, 0.45);
}

.log-row[data-level="accent"] i {
  background: var(--purple);
  box-shadow: 0 0 0 4px rgba(109, 40, 217, 0.13), 0 0 18px rgba(109, 40, 217, 0.45);
}

.log-row b {
  position: relative;
  color: var(--purple-dark);
  font-weight: 800;
  white-space: nowrap;
  z-index: 1;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.mini-metrics div {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 252, 0.94)),
    #ffffff;
  padding: 14px 8px;
  text-align: center;
}

.mini-metrics strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  transition: color 0.24s ease, text-shadow 0.24s ease, transform 0.24s ease;
}

.mini-metrics strong.is-live-changing {
  color: var(--success);
  text-shadow: 0 0 20px rgba(22, 163, 74, 0.22);
  transform: translateY(-1px);
}

.mini-metrics span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

[data-reveal="left"] {
  transform: translate3d(-30px, 0, 0) scale(0.985);
}

[data-reveal="right"] {
  transform: translate3d(30px, 0, 0) scale(0.985);
}

[data-reveal="zoom"] {
  transform: translate3d(0, 18px, 0) scale(0.96);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.hero,
.section {
  scroll-margin-top: 88px;
}

.section {
  padding: 54px 0;
}

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

.section-head {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.section-head h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
}

.section-head p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.plans-section {
  background: rgba(255, 255, 255, 0.42);
}

.plans-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.plans-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.plans-head h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.plans-head h2 span {
  color: var(--purple);
}

.plans-head p {
  max-width: 640px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.plans-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7f7fb;
  padding: 8px;
}

.plans-tab-loading {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 16px;
  text-align: center;
}

.plan-tab {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 14px;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.plan-tab:hover {
  color: var(--purple);
  transform: translateY(-1px);
}

.plan-tab:focus-visible {
  outline: 3px solid rgba(109, 40, 217, 0.24);
  outline-offset: 2px;
}

.plan-tab.is-active {
  background: linear-gradient(135deg, var(--purple), var(--purple-hover));
  box-shadow: 0 16px 30px rgba(109, 40, 217, 0.22);
  color: #ffffff;
}

.plan-tab svg {
  width: 18px;
  height: 18px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(24, 24, 27, 0.06);
  overflow: visible;
  padding: 26px;
}

.plan-card.is-popular {
  border-color: rgba(109, 40, 217, 0.42);
  box-shadow: 0 20px 52px rgba(109, 40, 217, 0.12);
}

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple), var(--purple-hover));
  box-shadow: 0 12px 24px rgba(109, 40, 217, 0.2);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.plan-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  color: var(--purple);
  margin-bottom: 18px;
}

.plan-icon svg {
  width: 21px;
  height: 21px;
}

.plan-card h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.plan-description {
  min-height: 52px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 22px;
  color: var(--purple);
}

.plan-price span {
  font-size: 14px;
  font-weight: 800;
}

.plan-price strong {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.plan-price small {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.plan-specs {
  list-style: none;
  margin: 24px 0;
}

.plan-specs li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #3f3f46;
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 0;
}

.spec-mark {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  background: #f4f0ff;
  color: var(--purple);
}

.spec-mark svg {
  width: 13px;
  height: 13px;
}

.plan-cta {
  width: 100%;
  margin-top: auto;
}

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

.service-card,
.datacenter-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
}

.service-icon,
.feature-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #ffffff;
}

.service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(109, 40, 217, 0.22);
}

.service-icon svg {
  width: 25px;
  height: 25px;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.price {
  margin: 22px 0 2px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.price strong {
  display: block;
  margin-top: 3px;
  font-size: 26px;
  font-weight: 900;
}

.service-card ul {
  list-style: none;
  margin: 18px 0 24px;
}

.service-card li {
  position: relative;
  color: #3f3f46;
  line-height: 1.45;
  padding: 8px 0 8px 27px;
}

.service-card li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f0fdf4;
  color: var(--success);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.service-card .btn {
  width: fit-content;
  margin-top: auto;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.feature-band article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 12px;
}

.feature-icon svg {
  width: 21px;
  height: 21px;
}

.feature-band h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 6px;
}

.feature-band p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.datacenter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.datacenter-grid article {
  padding: 22px;
}

.datacenter-grid span {
  display: inline-flex;
  min-width: 38px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft);
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 900;
}

.datacenter-grid h3 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 900;
}

.datacenter-grid p {
  min-height: 73px;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.datacenter-grid b {
  display: block;
  margin-top: 16px;
  color: var(--success);
  font-size: 13px;
  font-weight: 900;
}

.faq-section {
  background: linear-gradient(180deg, transparent 0%, rgba(245, 243, 255, 0.5) 100%);
}

.faq-list {
  max-width: 850px;
  margin: 32px auto 0;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(24, 24, 27, 0.05);
  overflow: hidden;
}

.faq-list details + details {
  margin-top: 12px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  list-style: none;
  padding: 18px 22px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--purple);
  content: "+";
  font-size: 20px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.65;
  padding: 18px 22px;
}

.cta-section {
  padding-top: 42px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(76, 29, 149, 0.98), rgba(109, 40, 217, 0.96)),
    var(--purple-dark);
  box-shadow: 0 28px 70px rgba(76, 29, 149, 0.24);
  color: #ffffff;
  padding: 44px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
}

.cta .eyebrow,
.cta p {
  color: rgba(255, 255, 255, 0.82);
}

.cta h2 {
  max-width: 660px;
  margin-top: 7px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
}

.cta p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.contact-highlights {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-highlights span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 850;
  padding: 9px 12px;
}

.contact-highlights svg {
  width: 17px;
  height: 17px;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.contact-fields {
  display: grid;
  gap: 14px;
}

.contact-honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

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

.form-mode label {
  cursor: pointer;
}

.form-mode input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-mode span {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.form-mode input:checked + span {
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  color: var(--purple-dark);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  outline: none;
  padding: 13px 14px;
  text-transform: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.contact-submit {
  width: 100%;
  margin-top: 2px;
}

.contact-submit-icon.is-brand {
  fill: currentColor;
  stroke: none;
}

.contact-submit-icon.is-line {
  fill: none;
  stroke: currentColor;
}

.contact-submit.is-whatsapp {
  background: #ffffff;
  color: #15803d;
}

.contact-submit.is-email {
  background: #ffffff;
  color: var(--purple-dark);
}

.contact-submit.is-loading {
  cursor: wait;
  opacity: 0.86;
}

.contact-submit.is-loading svg {
  animation: successSpin 0.9s linear infinite;
}

.contact-feedback {
  min-height: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
}

.contact-feedback.is-error {
  color: #fecaca;
}

.contact-feedback.is-success {
  color: #dcfce7;
}

.contact-success {
  display: none;
  min-height: 430px;
  place-items: center;
  align-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.24), transparent 42%),
    rgba(255, 255, 255, 0.08);
  padding: 30px 24px;
  text-align: center;
}

.contact-form.is-sent .contact-fields {
  display: none;
}

.contact-form.is-sent .contact-success {
  display: grid;
  animation: successPanelIn 0.46s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.success-mark {
  position: relative;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(24, 24, 27, 0.18);
  color: #16a34a;
}

.success-mark::before,
.success-mark::after {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  content: "";
  animation: successPulse 1.8s ease-out infinite;
}

.success-mark::after {
  animation-delay: 0.42s;
}

.success-mark svg {
  width: 38px;
  height: 38px;
  stroke-width: 3;
}

.success-mark path {
  animation: successCheckIn 0.5s ease 0.18s both;
}

.contact-success h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.contact-success p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.contact-success-action,
.contact-reset {
  min-width: 200px;
  margin-top: 6px;
  color: var(--purple-dark);
}

.contact-success-action[hidden] {
  display: none;
}

.footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
  padding: 42px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(4, 1fr);
  gap: 28px;
}

.footer p {
  max-width: 340px;
  margin-top: 14px;
  line-height: 1.65;
}

.footer h3 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

.footer a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 26px;
  z-index: 25;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 18px 45px rgba(22, 163, 74, 0.32);
  color: #ffffff;
  font-size: 0;
  font-weight: 900;
  padding: 0;
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
}

.back-to-top {
  position: fixed;
  right: 33px;
  bottom: 94px;
  z-index: 25;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(76, 29, 149, 0.16);
  color: var(--purple);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: var(--soft);
  box-shadow: 0 22px 48px rgba(76, 29, 149, 0.22);
  transform: translateY(-2px) scale(1);
}

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

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.74;
    transform: scaleY(0.94);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes dashboardSweep {
  0%,
  46% {
    transform: translateX(0) skewX(-14deg);
  }
  74%,
  100% {
    transform: translateX(420%) skewX(-14deg);
  }
}

@keyframes chartScan {
  0%,
  35% {
    transform: translateX(-110%);
  }
  75%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes signalPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes statusTextPulse {
  0%,
  100% {
    border-color: rgba(34, 197, 94, 0.12);
    box-shadow: 0 0 0 rgba(34, 197, 94, 0);
    opacity: 0.82;
  }
  48% {
    border-color: rgba(34, 197, 94, 0.28);
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.16);
    opacity: 1;
  }
}

@keyframes locationCardIn {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes latencyPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-2px);
  }
}

@keyframes routeFlow {
  0%,
  100% {
    filter: saturate(0.92);
    transform: scaleX(0.97);
    transform-origin: left center;
  }
  50% {
    filter: saturate(1.2);
    transform: scaleX(1);
  }
}

@keyframes eventScan {
  0%,
  38% {
    transform: translateX(-75%);
  }
  72%,
  100% {
    transform: translateX(75%);
  }
}

@keyframes logRowBreathe {
  0%,
  100% {
    color: var(--muted);
  }
  50% {
    color: #52525b;
  }
}

@keyframes logRowHighlight {
  0% {
    opacity: 0;
    transform: scaleX(0.92);
  }
  38% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.02);
  }
}

@keyframes successSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes successPanelIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes successPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes successCheckIn {
  from {
    opacity: 0;
    stroke-dasharray: 32;
    stroke-dashoffset: 32;
    transform: scale(0.74);
  }

  to {
    opacity: 1;
    stroke-dasharray: 32;
    stroke-dashoffset: 0;
    transform: scale(1);
  }
}

@keyframes heroTitleIn {
  0% {
    filter: blur(9px);
    opacity: 0;
    transform: translate3d(0, 112%, 0) rotate(2deg);
  }
  68% {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, -4%, 0) rotate(0deg);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes premiumShimmer {
  0%,
  100% {
    background-position: 0% center;
    text-shadow: 0 18px 42px rgba(109, 40, 217, 0.22);
  }
  50% {
    background-position: 100% center;
    text-shadow: 0 22px 52px rgba(168, 85, 247, 0.32);
  }
}

@keyframes mobileMenuIn {
  from {
    filter: blur(6px);
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mobileMenuItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 16px;
  }

  .nav-actions .btn {
    padding-inline: 13px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 62px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .dashboard {
    max-width: 760px;
  }

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

  .plans-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  body.menu-open::before {
    position: fixed;
    inset: 68px 0 0;
    background: rgba(24, 24, 27, 0.18);
    backdrop-filter: blur(5px);
    content: "";
    z-index: 25;
  }

  .navbar {
    min-height: 68px;
  }

  .menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 40;
    border-radius: 13px;
    box-shadow: 0 12px 26px rgba(24, 24, 27, 0.08);
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  }

  .menu-toggle[aria-expanded="true"] {
    background: var(--purple);
    box-shadow: 0 16px 34px rgba(109, 40, 217, 0.28);
    color: #ffffff;
    transform: rotate(90deg);
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-links.is-open {
    position: fixed;
    top: 82px;
    right: 16px;
    left: 16px;
    z-index: 35;
    display: grid;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 255, 0.98)),
      #ffffff;
    box-shadow: 0 30px 80px rgba(24, 24, 27, 0.18);
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 14px;
    animation: mobileMenuIn 0.28s cubic-bezier(0.2, 0.78, 0.2, 1) both;
  }

  .nav-links.is-open::before {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--purple), transparent);
    content: "";
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--line);
    padding: 6px 6px 14px;
  }

  .mobile-menu-head strong {
    display: block;
    margin-top: 4px;
    color: var(--text);
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-menu-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--purple-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .nav-links.is-open > a {
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #3f3f46;
    font-size: 15px;
    font-weight: 850;
    padding: 12px;
    opacity: 0;
    transform: translateY(8px);
    animation: mobileMenuItemIn 0.34s ease forwards;
  }

  .nav-links.is-open > a:nth-of-type(1) {
    animation-delay: 0.04s;
  }

  .nav-links.is-open > a:nth-of-type(2) {
    animation-delay: 0.08s;
  }

  .nav-links.is-open > a:nth-of-type(3) {
    animation-delay: 0.12s;
  }

  .nav-links.is-open > a:nth-of-type(4) {
    animation-delay: 0.16s;
  }

  .nav-links.is-open > a:nth-of-type(5) {
    animation-delay: 0.2s;
  }

  .nav-links.is-open a svg {
    display: block;
    width: 20px;
    height: 20px;
    color: var(--purple);
    flex: 0 0 auto;
  }

  .nav-links.is-open > a:hover,
  .nav-links.is-open > a:focus-visible {
    border-color: #ddd6fe;
    background: var(--soft);
    color: var(--purple-dark);
    outline: none;
  }

  .nav-links.is-open > a::after {
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-radius: 999px;
    background: #ddd6fe;
    content: "";
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border-top: 1px solid var(--line);
    margin-top: 4px;
    padding-top: 12px;
  }

  .mobile-menu-cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
    color: var(--text);
    font-size: 14px;
    font-weight: 900;
    padding: 13px 14px;
  }

  .mobile-menu-cta-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--purple), var(--purple-hover));
    box-shadow: 0 16px 30px rgba(109, 40, 217, 0.22);
    color: #ffffff;
  }

  .nav-links.is-open .mobile-menu-cta-primary svg {
    color: #ffffff;
  }

  .hero {
    padding: 44px 0 38px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-content > p {
    font-size: 16px;
  }

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

  .service-grid,
  .plans-grid,
  .locations,
  .feature-band,
  .datacenter-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .plans-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .plans-head h2 {
    font-size: 36px;
  }

  .plans-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .mini-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .datacenter-grid p {
    min-height: auto;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    justify-content: flex-start;
  }

  .cta h2,
  .section-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .logo {
    font-size: 20px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .badge {
    align-items: flex-start;
    border-radius: 16px;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .form-grid,
  .form-mode {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 14px;
  }

  .contact-success {
    min-height: 340px;
    padding: 24px 16px;
  }

  .success-mark {
    width: 74px;
    height: 74px;
  }

  .contact-success-actions,
  .contact-success-action,
  .contact-reset {
    width: 100%;
  }

  .contact-highlights span {
    width: 100%;
  }

  .dashboard,
  .service-card,
  .plan-card {
    padding: 20px;
  }

  .plans-tabs {
    grid-template-columns: 1fr;
  }

  .mini-metrics {
    grid-template-columns: 1fr;
  }

  .dashboard-head,
  .traffic-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .chart {
    gap: 5px;
  }

  .mini-metrics strong {
    font-size: 18px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .back-to-top {
    right: 20px;
    bottom: 80px;
    width: 42px;
    height: 42px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
