:root {
  --bg: #000;
  --panel: #1c1c1e;
  --panel2: #2c2c2e;
  --border: #3a3a3c;
  --text: #f5f5f7;
  --muted: #98989d;
  --accent: #8b5cf6;
  --accent-solid: #5700ee;
  --accent-hover: #4600c2;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Space Grotesk', 'Inter', sans-serif; line-height: 1.15; }
a { color: var(--accent); text-decoration: none; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Header */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex; align-items: center; gap: 28px;
  height: 64px;
}
.nav .logo { display: flex; align-items: center; margin-right: auto; }
.nav .logo img { height: 34px; width: auto; display: block; }
.nav a.nl { color: var(--text); font-size: 15px; font-weight: 500; padding: 8px 2px; }
.nav a.nl:hover, .nav a.nl.on { color: var(--accent); }
.btn {
  display: inline-block; background: var(--accent-solid); color: #fff;
  padding: 11px 22px; border-radius: 10px; font-weight: 600; font-size: 15px;
  border: none; cursor: pointer;
}
.btn:hover { background: var(--accent-hover); }
.btn.ghost { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent); background: transparent; }

/* Hero */
.hero { padding: 96px 0 72px; text-align: center; }
.hero h1 { font-size: clamp(34px, 5.5vw, 58px); letter-spacing: -0.02em; }
.hero p.sub { color: var(--muted); font-size: 19px; max-width: 640px; margin: 20px auto 36px; }
.hero .kicker {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 18px;
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Cards */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: var(--panel); border: 1px solid var(--border); border-radius: 16px;
  padding: 28px; display: flex; flex-direction: column;
}
.card h3 { font-size: 21px; margin-bottom: 8px; }
.card p.desc { color: var(--muted); font-size: 15px; flex-grow: 0; }
.card .price { margin: 18px 0 4px; font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; }
.card .price small { font-size: 15px; color: var(--muted); font-weight: 500; }
.card .ttc { color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.card ul { list-style: none; margin: 6px 0 22px; }
.card ul li { padding: 6px 0 6px 26px; position: relative; font-size: 15px; color: var(--text); }
.card ul li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 14px; height: 8px;
  border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}
.card .btn { margin-top: auto; text-align: center; }
.card.hi { border-color: var(--accent-solid); position: relative; }
.card.hi .tag {
  position: absolute; top: -12px; left: 24px; background: var(--accent-solid);
  color: #fff; font-size: 12px; font-weight: 700; padding: 3px 12px; border-radius: 999px;
}

/* Sections */
section.block { padding: 64px 0; }
section.block h2 { font-size: 32px; margin-bottom: 12px; letter-spacing: -0.01em; }
section.block p.lead { color: var(--muted); max-width: 640px; margin-bottom: 40px; }
.center { text-align: center; }
.center p.lead { margin-left: auto; margin-right: auto; }

/* Feature list */
.feat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feat .f { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 22px; }
.feat .f svg { width: 26px; height: 26px; stroke: var(--accent); margin-bottom: 12px; }
.feat .f h4 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; margin-bottom: 6px; }
.feat .f p { color: var(--muted); font-size: 14px; }

/* Price table (domains) */
.tablewrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; background: var(--panel); }
table.prices { width: 100%; border-collapse: collapse; min-width: 560px; }
table.prices th, table.prices td { padding: 14px 18px; text-align: left; }
table.prices th {
  font-family: 'Space Grotesk', sans-serif; font-size: 13px; text-transform: uppercase;
  letter-spacing: .06em; color: var(--muted); border-bottom: 1px solid var(--border);
}
table.prices td { border-bottom: 1px solid #2a2a2c; font-size: 15px; }
table.prices tr:last-child td { border-bottom: none; }
table.prices tr:hover td { background: #232325; }
.tld { font-family: 'JetBrains Mono', monospace; font-weight: 600; font-size: 16px; }
.tld small { display: block; font-family: 'Inter', sans-serif; font-weight: 400; color: var(--muted); font-size: 12px; }
td .p { font-weight: 600; }
td .ht { display: block; color: var(--muted); font-size: 12px; }

.note { color: var(--muted); font-size: 13px; margin-top: 16px; line-height: 1.7; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 40px 0 48px; margin-top: 40px; }
footer .cols { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer p, footer a { color: var(--muted); font-size: 14px; }
footer a:hover { color: var(--text); }
footer .links { display: flex; gap: 20px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .grid3, .grid4, .feat { grid-template-columns: 1fr; }
  .nav { gap: 16px; }
  .nav a.nl { font-size: 14px; }
  .nav .btn { padding: 9px 14px; font-size: 14px; }
  .hero { padding: 64px 0 48px; }
}
@media (max-width: 620px) {
  .nav { height: auto; flex-wrap: wrap; padding: 10px 0 12px; gap: 4px 16px; }
  .nav .logo { width: 100%; margin: 4px 0 6px; }
  .nav .logo img { height: 28px; }
  .nav .btn { margin-left: auto; }
}
