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

:root {
  --blue-dark: #003b8f;
  --blue: #005fc5;
  --cyan: #00a8f0;
  --green: #75c900;
  --orange: #ff9200;
  --text: #092543;
  --muted: #55708a;
  --white: #ffffff;
  --soft: #eef9ff;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 8%, rgba(0,168,240,.23) 0, transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(117,201,0,.18) 0, transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(0,59,143,.16) 0, transparent 36%),
    linear-gradient(135deg, #f8fdff 0%, #eaf8ff 45%, #f7fdff 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,95,197,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,95,197,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
}

.site {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 18px 36px;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  min-height: 620px;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0,168,240,.20) 0, transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(117,201,0,.18) 0, transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(232,248,255,.92));
  box-shadow: 0 24px 70px rgba(0,91,150,.16);
  isolation: isolate;
}

.hero-bg-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 22%, rgba(255,255,255,.70) 22% 23%, transparent 23% 100%),
    linear-gradient(145deg, transparent 0 62%, rgba(0,168,240,.13) 62% 63%, transparent 63% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  top: -120px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgba(0,168,240,.24), rgba(117,201,0,.18), transparent, rgba(0,59,143,.22));
  filter: blur(5px);
  z-index: -1;
}

.logo {
  width: 270px;
  max-width: 100%;
  margin-bottom: 22px;
  display: block;
}

.tagline {
  display: inline-block;
  padding: 9px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(0,168,240,.10);
  color: #006aad;
  font-weight: 800;
  border: 1px solid rgba(0,168,240,.20);
}

h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: .98;
  color: var(--blue-dark);
  margin-bottom: 18px;
  letter-spacing: -1.5px;
}

.lead {
  max-width: 650px;
  font-size: 19px;
  color: #214765;
  margin-bottom: 22px;
}

.notice {
  max-width: 690px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,168,240,.18);
  box-shadow: 0 12px 30px rgba(0,91,150,.08);
  backdrop-filter: blur(8px);
}

.notice p {
  margin-bottom: 12px;
}

.notice p:last-child {
  margin-bottom: 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.actions.center {
  justify-content: center;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--blue-dark), var(--cyan));
  color: white;
  box-shadow: 0 12px 24px rgba(0,95,197,.25);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #18b743, #85df39);
  color: white;
  box-shadow: 0 12px 24px rgba(34,197,94,.25);
}

/* Ilustración premium de servidor */
.hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(0,95,197,.16);
  border-radius: 50%;
}

.orbit-one {
  width: 360px;
  height: 360px;
}

.orbit-two {
  width: 270px;
  height: 270px;
  transform: rotate(25deg);
}

.server-rack {
  position: relative;
  width: 285px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(145deg, #073b89, #005fc5 55%, #00a8f0);
  box-shadow:
    0 35px 65px rgba(0,59,143,.30),
    inset 0 1px 0 rgba(255,255,255,.35);
  transform: perspective(800px) rotateY(-12deg) rotateX(4deg);
  z-index: 2;
}

.rack-light {
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 40px;
  background: radial-gradient(circle, rgba(0,168,240,.42), transparent 68%);
  filter: blur(8px);
}

.server-layer {
  height: 72px;
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
}

.server-layer:last-child {
  margin-bottom: 0;
}

.status {
  width: 15px;
  height: 15px;
  background: #9dff72;
  border-radius: 50%;
  box-shadow: 0 0 18px #9dff72;
  flex: 0 0 auto;
}

.bar {
  height: 8px;
  width: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
}

.bar.long {
  width: 92px;
}

.network-base {
  position: absolute;
  bottom: 34px;
  width: 330px;
  height: 110px;
  border-bottom: 2px solid rgba(0,95,197,.20);
  z-index: 1;
}

.network-base span {
  position: absolute;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0,168,240,.65);
}

.network-base span:nth-child(1) { left: 20px; }
.network-base span:nth-child(2) { left: 155px; }
.network-base span:nth-child(3) { right: 20px; }

.floating-icon {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,168,240,.18);
  color: var(--blue-dark);
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0,91,150,.13);
  backdrop-filter: blur(8px);
}

.icon-cloud {
  top: 42px;
  left: 50px;
  width: 76px;
  height: 56px;
  font-size: 30px;
}

.icon-lock {
  top: 74px;
  right: 24px;
  width: 70px;
  height: 70px;
  color: #18b743;
}

.icon-mail {
  bottom: 76px;
  left: 28px;
  width: 62px;
  height: 62px;
  font-size: 25px;
}

.icon-web {
  bottom: 50px;
  right: 44px;
  width: 74px;
  height: 58px;
  color: var(--cyan);
}

.section-title {
  text-align: center;
  margin: 42px auto 24px;
  max-width: 740px;
}

.section-title span,
.small-label {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.section-title h2,
.domains h2,
.cta h2 {
  color: var(--blue-dark);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

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

.plan {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,168,240,.14);
  box-shadow: 0 18px 46px rgba(0,91,150,.11);
  backdrop-filter: blur(8px);
}

.plan::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 8px;
  border-radius: 28px 28px 0 0;
}

.card-blue::before { background: var(--cyan); }
.card-green::before { background: var(--green); }
.card-orange::before { background: var(--orange); }

.featured {
  transform: translateY(-12px);
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #18b743, #85df39);
  color: white;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.plan-header h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 25px;
}

.plan-header p {
  color: var(--muted);
  min-height: 72px;
}

.plan ul {
  list-style: none;
  margin: 18px 0;
}

.plan li {
  margin-bottom: 9px;
  color: #183b58;
}

.plan li::before {
  content: "✓ ";
  color: var(--cyan);
  font-weight: 900;
}

.price-list {
  padding-top: 16px;
  border-top: 1px solid rgba(0,168,240,.18);
}

.price-list p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
}

.price-list strong {
  color: var(--blue-dark);
  white-space: nowrap;
}

.domains {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(0,168,240,.13), transparent 36%),
    rgba(255,255,255,.88);
  box-shadow: 0 18px 46px rgba(0,91,150,.11);
}

.domains p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 17px;
}

.domain-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.domain-table div {
  padding: 19px;
  border-radius: 20px;
  background: #eef9ff;
  border: 1px solid rgba(0,168,240,.15);
}

.domain-table span,
.domain-table strong {
  display: block;
}

.domain-table span {
  color: #006aad;
  font-weight: 900;
  margin-bottom: 8px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.benefits div {
  min-height: 120px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--blue-dark), var(--cyan));
  color: white;
  box-shadow: 0 18px 38px rgba(0,95,197,.16);
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.benefits span {
  opacity: .88;
}

.cta {
  text-align: center;
  padding: 38px 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0, rgba(117,201,0,.18), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(232,248,255,.95));
  box-shadow: 0 18px 46px rgba(0,91,150,.11);
}

.cta p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 18px;
}

footer {
  text-align: center;
  padding: 30px 10px 4px;
  color: #42637d;
}

footer p {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .plans,
  .domains,
  .benefits {
    grid-template-columns: 1fr;
  }

  .featured {
    transform: none;
  }

  .plan-header p {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site {
    padding: 16px 12px 28px;
  }

  .hero {
    border-radius: 24px;
    padding: 24px;
  }

  .logo {
    width: 230px;
  }

  .domain-table {
    grid-template-columns: 1fr;
  }

  .server-rack {
    width: 240px;
  }

  .bar.long {
    width: 70px;
  }

  .floating-icon {
    transform: scale(.88);
  }
}
