:root {
  --bg: #090b15;
  --panel: rgba(18, 21, 35, 0.8);
  --panel-strong: rgba(20, 23, 39, 0.95);
  --primary: #7c5cff;
  --secondary: #39d0ff;
  --pink: #ff5cc8;
  --text: #edf2ff;
  --muted: #acb6d3;
  --line: rgba(255, 255, 255, 0.12);
  --success: #3ae7ae;
  --shadow: 0 24px 80px rgba(22, 13, 48, 0.7);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    linear-gradient(135deg, rgba(7, 9, 18, 0.72), rgba(17, 18, 30, 0.82)),
    url("https://image.cdn2.seaart.me/2023-10-02/18791821558687749/a44c05c2af999f6daef531b9f335d5c170976755_high.webp")
      center/cover no-repeat fixed;
  color: var(--text);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(124, 92, 255, 0.28), transparent 25%),
    radial-gradient(circle at 80% 15%, rgba(57, 208, 255, 0.2), transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(255, 92, 200, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(9, 12, 24, 0.2), rgba(9, 12, 24, 0.65));
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(9, 11, 21, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 30px rgba(7, 12, 22, 0.26);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: "Orbitron", sans-serif;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  box-shadow: 0 12px 35px rgba(124, 92, 255, 0.5);
}

.brand-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.92rem 1.5rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  box-shadow: 0 15px 35px rgba(124, 92, 255, 0.45);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text);
}

.hero {
  padding: 64px 0 50px;
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, 0.4);
  color: #d9d6ff;
  background: rgba(124, 92, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 16px;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-family: "Orbitron", sans-serif;
}

.highlight {
  background: linear-gradient(135deg, var(--pink), var(--secondary), #d3d4ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  color: var(--muted);
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.mini-stats {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mini-stat {
  min-width: 130px;
}

.mini-stat strong {
  display: block;
  font-size: 1.6rem;
  font-family: "Orbitron", sans-serif;
}

.mini-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-panel {
  position: relative;
}

.glass-card {
  background: linear-gradient(180deg, rgba(17, 20, 32, 0.9), rgba(12, 15, 27, 0.87));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.dashboard {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(124, 92, 255, 0.08), transparent 35%, rgba(57, 208, 255, 0.08));
}

.dashboard-inner {
  position: relative;
  z-index: 1;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.traffic-dots {
  display: flex;
  gap: 8px;
}

.traffic-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.traffic-dots span:nth-child(1) { background: #ff6b6b; }
.traffic-dots span:nth-child(2) { background: #ffd93d; }
.traffic-dots span:nth-child(3) { background: #6ee7b7; }

.server-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 16px;
}

.server-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(58, 231, 174, 0.45);
  background: rgba(58, 231, 174, 0.08);
  color: #bafce9;
}

.chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 12px rgba(58, 231, 174, 0.8);
}

.server-metric {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
}

.server-metric strong {
  display: block;
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Orbitron", sans-serif;
}

.server-metric small {
  color: var(--muted);
}

.grid-graphs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.graph-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
}

.graph-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.75rem;
  margin-bottom: 16px;
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 78px;
}

.bars span {
  flex: 1;
  display: block;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--secondary), var(--primary));
  opacity: 0.85;
}

.bars span:nth-child(1) { height: 42%; }
.bars span:nth-child(2) { height: 56%; }
.bars span:nth-child(3) { height: 78%; }
.bars span:nth-child(4) { height: 68%; }
.bars span:nth-child(5) { height: 92%; }
.bars span:nth-child(6) { height: 85%; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.55rem 0.85rem;
  font-size: 0.75rem;
  color: var(--muted);
}

.status-pill b {
  color: var(--text);
}

section {
  padding: 34px 0 10px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  font-family: "Orbitron", sans-serif;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  max-width: 630px;
  line-height: 1.8;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 22px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 27, 0.72);
  box-shadow: 0 22px 46px rgba(8, 12, 25, 0.55);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 92, 255, 0.55);
  box-shadow: 0 28px 60px rgba(65, 43, 129, 0.45);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.25), rgba(57, 208, 255, 0.18));
  font-size: 1.35rem;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.pricing-wrap.domain-grid,
.pricing-wrap.vps-grid {
  max-width: 980px;
  margin: 26px auto 0;
}

.pricing-wrap.vps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-wrap.domain-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.domain-tools {
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
}

.domain-search {
  width: min(360px, 100%);
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 12, 24, 0.72);
  color: var(--text);
  outline: none;
}

.domain-search::placeholder {
  color: var(--muted);
}

.domain-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.domain-item {
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 12, 24, 0.72);
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.domain-item:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 92, 255, 0.45);
}

.domain-item.hidden {
  display: none;
}

.domain-item .tld {
  display: block;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.domain-item .price-tag {
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 4px;
}

.domain-item small {
  color: var(--muted);
}

.price-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 27, 0.8);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.55);
  box-shadow: 0 18px 40px rgba(23, 17, 62, 0.38);
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.18), rgba(9, 11, 21, 0.9));
  border-color: rgba(124, 92, 255, 0.55);
  box-shadow: 0 28px 64px rgba(124, 92, 255, 0.18);
}

.pop-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  background: linear-gradient(135deg, var(--pink), var(--primary));
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-name {
  margin: 0 0 20px;
  font-size: 1.3rem;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 18px;
}

.price strong {
  font-size: 3rem;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
}

.price span {
  color: var(--muted);
  margin-bottom: 10px;
}

.list {
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.list li::before {
  content: "✓";
  color: var(--success);
  font-weight: 700;
  margin-right: 10px;
}

.cta {
  margin: 54px 0 80px;
}

.cta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.2), rgba(57, 208, 255, 0.12), rgba(255, 92, 200, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(122, 97, 255, 0.18);
}

.cta-box::after {
  content: "";
  position: absolute;
  inset: auto -10% -52% auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.4) 0%, transparent 60%);
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.cta-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.05em;
}

.cta-copy p {
  margin: 0;
  color: var(--muted);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0 40px;
  color: var(--muted);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #0ea751);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.35);
  color: white;
  font-size: 1.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 22px 44px rgba(37, 211, 102, 0.42);
}

body {
  overflow-x: hidden;
}

@media (max-width: 980px) {
  .hero-wrap,
  .features,
  .pricing-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrap {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-wrap: wrap;
    padding: 12px 0;
    gap: 10px;
  }

  .nav-links {
    display: none;
  }

  .domain-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .btn {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .features,
  .pricing-wrap,
  .grid-graphs,
  .domain-list,
  .pricing-wrap.vps-grid,
  .pricing-wrap.domain-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-box,
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 42px;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .btn {
    flex: 1 1 calc(50% - 8px);
  }

  .btn {
    padding: 0.8rem 1.1rem;
    width: 100%;
  }

  .brand-name {
    font-size: 0.82rem;
  }

  .domain-tools {
    justify-content: center;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
    font-size: 1.3rem;
  }
}

