:root {
  --bg: #07070b;
  --bg-soft: #11111a;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #c9c9d6;
  --pink: #ff2da8;
  --purple: #9747ff;
  --cyan: #17e7ff;
  --gold: #ffd76d;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --max: 1220px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 45, 168, 0.30), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(23, 231, 255, 0.24), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(151, 71, 255, 0.22), transparent 26%),
    linear-gradient(180deg, #0d0b14 0%, #120818 42%, #09111f 100%);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: rgba(255, 255, 255, 0.08);
  mix-blend-mode: screen;
}

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

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.graffiti-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.52;
  overflow: hidden;
}

.graffiti-bg span {
  position: absolute;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  user-select: none;
  white-space: nowrap;
  line-height: 0.95;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.08);
  text-shadow:
    0 0 10px rgba(255, 45, 168, 0.05),
    0 0 22px rgba(23, 231, 255, 0.04);
}

.g1 {
  top: 12%;
  left: 2%;
  font-size: 7rem;
  -webkit-text-stroke-color: rgba(255, 45, 168, 0.12);
  transform: rotate(-11deg);
}

.g2 {
  top: 12%;
  right: -3%;
  font-size: 6.3rem;
  -webkit-text-stroke-color: rgba(23, 231, 255, 0.11);
  transform: rotate(10deg);
}

.g3 {
  top: 34%;
  left: 5%;
  font-size: 5.8rem;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
  transform: rotate(-7deg);
}

.g4 {
  top: 48%;
  right: 10%;
  font-size: 6.6rem;
  -webkit-text-stroke-color: rgba(151, 71, 255, 0.12);
  transform: rotate(-13deg);
}

.g5 {
  top: 62%;
  left: 8%;
  font-size: 5.4rem;
  -webkit-text-stroke-color: rgba(255, 215, 109, 0.10);
  transform: rotate(8deg);
}

.g6 {
  bottom: 20%;
  right: 2%;
  font-size: 5.7rem;
  -webkit-text-stroke-color: rgba(255, 45, 168, 0.10);
  transform: rotate(-6deg);
}

.g7 {
  bottom: 7%;
  left: 12%;
  font-size: 6rem;
  -webkit-text-stroke-color: rgba(23, 231, 255, 0.10);
  transform: rotate(9deg);
}

.blink-a { animation: blinkGlowA 3.8s infinite ease-in-out; }
.blink-b { animation: blinkGlowB 4.9s infinite ease-in-out; }
.blink-c { animation: blinkGlowC 5.4s infinite ease-in-out; }
.blink-d { animation: blinkGlowD 4.2s infinite ease-in-out; }
.blink-e { animation: blinkGlowE 6.1s infinite ease-in-out; }
.blink-f { animation: blinkGlowF 5s infinite ease-in-out; }
.blink-g { animation: blinkGlowG 4.6s infinite ease-in-out; }

@keyframes blinkGlowA {
  0%, 100% { opacity: 0.16; filter: brightness(0.9); }
  12% { opacity: 0.34; filter: brightness(1.3); }
  18% { opacity: 0.14; }
  26% { opacity: 0.28; }
  72% { opacity: 0.18; }
}

@keyframes blinkGlowB {
  0%, 100% { opacity: 0.12; filter: brightness(0.9); }
  8% { opacity: 0.22; }
  14% { opacity: 0.11; }
  46% { opacity: 0.30; filter: brightness(1.25); }
  54% { opacity: 0.15; }
}

@keyframes blinkGlowC {
  0%, 100% { opacity: 0.10; }
  16% { opacity: 0.20; }
  21% { opacity: 0.12; }
  24% { opacity: 0.28; filter: brightness(1.2); }
  63% { opacity: 0.14; }
}

@keyframes blinkGlowD {
  0%, 100% { opacity: 0.13; }
  11% { opacity: 0.26; }
  19% { opacity: 0.12; }
  23% { opacity: 0.31; filter: brightness(1.28); }
  78% { opacity: 0.17; }
}

@keyframes blinkGlowE {
  0%, 100% { opacity: 0.12; }
  30% { opacity: 0.18; }
  37% { opacity: 0.10; }
  44% { opacity: 0.27; filter: brightness(1.2); }
  80% { opacity: 0.15; }
}

@keyframes blinkGlowF {
  0%, 100% { opacity: 0.11; }
  10% { opacity: 0.24; }
  15% { opacity: 0.10; }
  51% { opacity: 0.29; filter: brightness(1.22); }
  89% { opacity: 0.16; }
}

@keyframes blinkGlowG {
  0%, 100% { opacity: 0.14; }
  9% { opacity: 0.32; filter: brightness(1.3); }
  15% { opacity: 0.13; }
  42% { opacity: 0.24; }
  70% { opacity: 0.16; }
}

header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(7, 7, 11, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  min-height: 94px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding-top: 8px;
}

.brand strong {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.brand span {
  margin-top: 9px;
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.top-right-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.domain-sale-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 45, 168, 0.18), rgba(151, 71, 255, 0.16), rgba(23, 231, 255, 0.14));
  box-shadow:
    0 0 18px rgba(255, 45, 168, 0.18),
    0 0 28px rgba(23, 231, 255, 0.10),
    inset 0 0 12px rgba(255, 255, 255, 0.05);
}

.shine-wave::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -34%;
  width: 30%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.08) 25%,
    rgba(255,255,255,0.42) 50%,
    rgba(255,255,255,0.08) 75%,
    rgba(255,255,255,0) 100%
  );
  animation: saleWave 3.4s linear infinite;
  pointer-events: none;
}

@keyframes saleWave {
  0% { left: -36%; }
  100% { left: 118%; }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: 0.2s ease;
}

.nav-links a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
  color: #fff;
  box-shadow: 0 14px 35px rgba(151, 71, 255, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(151, 71, 255, 0.35);
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  padding: 90px 0 36px;
}

.editorial-hero-grid,
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: start;
}

.hero-right {
  display: grid;
  gap: 22px;
}

.buy-now-ad {
  position: relative;
  padding: 26px 24px 28px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 45, 168, 0.16), rgba(23, 231, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 35px rgba(255, 45, 168, 0.12),
    inset 0 0 30px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.buy-now-ad::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 45, 168, 0.28), transparent 68%);
  pointer-events: none;
}

.buy-now-ad::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 26%;
  height: 180%;
  transform: rotate(16deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.05) 30%,
    rgba(255,255,255,0.28) 50%,
    rgba(255,255,255,0.05) 70%,
    rgba(255,255,255,0) 100%
  );
  animation: buyNowSweep 4.2s linear infinite;
  pointer-events: none;
}

.buy-now-top {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(255, 215, 109, 0.24);
  background: rgba(255, 215, 109, 0.07);
}

.buy-now-main {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.08),
    0 0 22px rgba(23, 231, 255, 0.08);
}

.buy-now-sub {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  color: var(--cyan);
}

.buy-now-ad p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 1rem;
  max-width: 36ch;
}

.buy-now-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes buyNowSweep {
  0% { left: -32%; }
  100% { left: 118%; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  padding: 10px 14px;
  border: 1px solid rgba(255, 215, 109, 0.22);
  border-radius: 999px;
  background: rgba(255, 215, 109, 0.07);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.hero h1 .glow {
  background: linear-gradient(90deg, #fff 0%, #ffd0ef 35%, #9ef7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h2 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 700;
}

.hero p {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: #f3f3fb;
  font-size: 0.92rem;
  font-weight: 700;
}

.editorial-section {
  padding: 10px 0 42px;
}

.section-heading {
  margin-bottom: 20px;
}

.magic-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  color: var(--cyan);
  border: 1px solid rgba(23, 231, 255, 0.22);
  background: rgba(23, 231, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.section-copy {
  max-width: 780px;
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 1.04rem;
}

.editorial-disclaimer {
  padding: 18px 20px;
  margin-bottom: 18px;
  color: #f2f2fb;
  background:
    linear-gradient(135deg, rgba(255, 215, 109, 0.08), rgba(255, 255, 255, 0.04));
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.editorial-card {
  overflow: hidden;
}

.editorial-card-large {
  grid-row: span 2;
}

.editorial-media {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.editorial-card-large .editorial-media {
  min-height: 100%;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 7, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.image-watermark {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(7, 7, 11, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  backdrop-filter: blur(6px);
}

.editorial-body {
  padding: 18px;
}

.editorial-body h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.editorial-body p {
  color: var(--muted);
  font-size: 0.96rem;
}

.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.editorial-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-size: 0.78rem;
  color: #f4f4fb;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.editorial-note {
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--muted);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.why-top {
  padding-top: 8px;
  padding-bottom: 22px;
}

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

.why-card {
  padding: 24px;
}

.why-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #fff;
}

.why-card p {
  color: var(--muted);
  font-size: 0.97rem;
}

.quote-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 45, 168, 0.12), rgba(23, 231, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 1.15rem;
  color: #fff;
  font-weight: 700;
}

.build-strip-section {
  padding-top: 0;
  padding-bottom: 34px;
}

.build-strip {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, rgba(255, 45, 168, 0.10), rgba(23, 231, 255, 0.08));
}

.build-strip-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 8px 4px;
}

.build-strip-left h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
  margin-bottom: 12px;
}

.build-strip-left p {
  color: var(--muted);
  max-width: 52ch;
}

.build-strip-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.build-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.build-stat strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.build-stat span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

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

.gen-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.gen-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.gen-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--gold);
  font-weight: 800;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.gen-card h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.age {
  color: var(--cyan);
  font-weight: 700;
  margin-bottom: 12px;
}

.gen-card p {
  color: var(--muted);
  margin-bottom: 14px;
}

.gen-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.gen-card li {
  color: #ececf7;
  font-size: 0.95rem;
  padding-left: 16px;
  position: relative;
}

.gen-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pink);
}

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

.potential-card {
  padding: 22px;
}

.potential-card h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.potential-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.sale-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}

.sale-copy,
.sale-form {
  padding: 28px;
}

.sale-copy p,
.sale-form p {
  color: var(--muted);
  margin-bottom: 16px;
}

.sale-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.sale-list li {
  padding-left: 18px;
  position: relative;
  color: #f0f0fa;
}

.sale-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

.price-box {
  margin-top: 20px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.price-box strong {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 6px;
}

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

.contact-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  margin-top: 14px;
}

.contact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.contact-card a {
  color: var(--cyan);
  word-break: break-word;
}

.note {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 16px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0 40px;
  position: relative;
  z-index: 1;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-wrap p {
  color: var(--muted);
}

.shine {
  position: relative;
  display: inline-block;
}

.shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255, 255, 255, 0.32) 50%,
    transparent 80%
  );
  transform: translateX(-120%);
  animation: sweep 5s infinite linear;
  pointer-events: none;
}

@keyframes sweep {
  100% { transform: translateX(120%); }
}

@media (max-width: 1180px) {
  .build-strip {
    grid-template-columns: 1fr;
  }

  .build-strip-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1080px) {
  .editorial-hero-grid,
  .hero-grid,
  .sale-grid,
  .why-grid,
  .gen-grid,
  .potential-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-hero-grid,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-right {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-right-stack {
    width: 100%;
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .build-strip-stats {
    grid-template-columns: 1fr;
  }

  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-card-large {
    grid-row: auto;
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .why-grid,
  .gen-grid,
  .potential-grid,
  .sale-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-card-large {
    grid-column: span 1;
  }

  .hero {
    padding-top: 60px;
  }

  .sale-copy,
  .sale-form,
  .why-card,
  .gen-card,
  .potential-card,
  .buy-now-ad,
  .build-strip,
  .editorial-body,
  .editorial-note,
  .editorial-disclaimer {
    padding: 22px;
  }

  .buy-now-main {
    font-size: 2rem;
  }

  .g1,
  .g2,
  .g3,
  .g4,
  .g5,
  .g6,
  .g7 {
    font-size: 2.5rem;
    -webkit-text-stroke-width: 1px;
  }

  .domain-sale-badge {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .nav-links {
    gap: 14px;
  }

  .hero-actions,
  .sale-actions,
  .buy-now-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .image-watermark {
    font-size: 0.66rem;
    line-height: 1.3;
  }

  .editorial-media {
    min-height: 220px;
  }
}
