:root {
  --bg: #0b0b14;
  --bg-soft: #151425;
  --surface: #ffffff;
  --ink: #17151f;
  --muted: #6d6877;
  --line: rgba(23, 21, 31, 0.14);
  --white: #ffffff;
  --pink: #ff4f87;
  --violet: #8d5cff;
  --cyan: #48d8e8;
  --yellow: #ffd166;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(7, 6, 16, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f7f5fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 10000; padding: 10px 14px; background: #fff; color: #111; }

.domain-sale-banner {
  position: relative;
  z-index: 9999;
  width: 100%;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 87, 87, 0.42), transparent 34%),
    linear-gradient(100deg, #090909 0%, #161616 58%, #2a1111 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}
.domain-sale-banner__content {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.domain-sale-banner__text { display: grid; gap: 4px; line-height: 1.35; }
.domain-sale-banner__text strong { font-size: clamp(1rem, 2vw, 1.2rem); letter-spacing: -0.01em; }
.domain-sale-banner__text span { color: rgba(255, 255, 255, 0.74); font-size: 0.92rem; }
.domain-sale-banner__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  color: #ffffff;
  background: #ff5757;
  border: 1px solid #ff7777;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255, 87, 87, 0.28);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.domain-sale-banner__button:hover,
.domain-sale-banner__button:focus-visible {
  background: #ff3f3f;
  box-shadow: 0 10px 26px rgba(255, 87, 87, 0.38);
  transform: translateY(-2px);
  outline: none;
}

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(11, 11, 20, 0.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.09); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: #fff; font-weight: 950; font-size: 1.55rem; letter-spacing: -0.07em; text-decoration: none; }
.brand span { color: var(--pink); }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: rgba(255,255,255,.76); text-decoration: none; font-weight: 750; font-size: .92rem; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 8px 14px; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; background: radial-gradient(circle at 15% 20%, rgba(141,92,255,.32), transparent 35%), radial-gradient(circle at 85% 28%, rgba(72,216,232,.18), transparent 30%), var(--bg); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 90px; }
.eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 900; letter-spacing: .18em; color: var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.3rem, 8vw, 7.8rem); line-height: .88; letter-spacing: -.075em; font-weight: 950; }
h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.06em; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.15; letter-spacing: -.025em; }
.hero-lead { max-width: 690px; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 1px solid transparent; cursor: pointer; }
.button-primary { background: var(--pink); color: #fff; box-shadow: 0 14px 34px rgba(255,79,135,.28); }
.button-primary:hover { transform: translateY(-2px); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.hero-art { position: relative; min-height: 520px; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 300px; height: 300px; right: 8%; top: 6%; background: linear-gradient(135deg, var(--violet), var(--pink)); }
.orb-two { width: 220px; height: 220px; left: 2%; bottom: 8%; background: linear-gradient(135deg, var(--cyan), var(--yellow)); }
.hero-card { position: absolute; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.hero-card span { display: block; margin-bottom: 8px; font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.hero-card strong { font-size: 1.45rem; line-height: 1.1; }
.hero-card-a { width: 240px; right: 1%; top: 20%; transform: rotate(5deg); }
.hero-card-b { width: 220px; left: 4%; top: 10%; transform: rotate(-7deg); }
.hero-card-c { width: 210px; left: 28%; bottom: 5%; transform: rotate(3deg); }

.section { padding-block: 110px; }
.section-heading { max-width: 820px; margin-bottom: 50px; }
.section-heading > p:last-child, .contact-grid > div > p:last-child, .resource-panel > div > p:last-child { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.card-number { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 55px; border-radius: 50%; background: #17151f; color: #fff; font-weight: 900; }
.feature-card p, .story-list p { color: var(--muted); }
.section-contrast { background: var(--bg-soft); color: #fff; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.story-list article { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); }
.story-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.story-list p { color: rgba(255,255,255,.64); }
.story-tag { margin-bottom: 8px; font-size: .75rem; letter-spacing: .14em; font-weight: 900; color: var(--cyan) !important; }
.resource-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 54px; background: #fff; border-radius: 32px; box-shadow: var(--shadow); }
.resource-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.resource-tags span { padding: 12px 16px; border-radius: 999px; background: #f1eef9; font-weight: 800; }
.contact-section { background: linear-gradient(135deg, #ffedf4, #f1edff 50%, #e9fbfd); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-form { display: grid; gap: 10px; padding: 34px; background: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.contact-form label { font-size: .86rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8d3df; border-radius: 14px; background: #fff; padding: 13px 14px; color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(141,92,255,.18); border-color: var(--violet); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { margin-top: 24px; padding: 14px 18px; border-radius: 14px; font-weight: 800; }
.alert-success { background: #ddf8e7; color: #155c2f; }
.alert-error { background: #ffe4e4; color: #8a1f1f; }
.site-footer { padding-block: 44px; color: rgba(255,255,255,.72); background: #07070d; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.site-footer p { margin-bottom: 0; }

@media (max-width: 900px) {
  .hero-grid, .split, .resource-panel, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; }
  .card-grid { grid-template-columns: 1fr; }
  .split, .contact-grid { gap: 50px; }
  .resource-panel { padding: 34px; }
}
@media (max-width: 680px) {
  .domain-sale-banner__content { min-height: auto; padding: 14px 0; align-items: stretch; flex-direction: column; gap: 12px; }
  .domain-sale-banner__button { width: 100%; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 16px; right: 16px; top: 66px; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 18px; background: #151425; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
  .primary-nav.is-open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 70px; gap: 30px; }
  h1 { font-size: clamp(3rem, 17vw, 5.3rem); }
  .hero-art { min-height: 340px; }
  .orb-one { width: 220px; height: 220px; }
  .orb-two { width: 160px; height: 160px; }
  .hero-card { padding: 18px; }
  .hero-card-a { width: 190px; }
  .hero-card-b { width: 175px; }
  .hero-card-c { width: 170px; }
  .section { padding-block: 78px; }
  .contact-form { padding: 22px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
