:root {
  --bg: #f7fbf9;
  --bg-soft: #ecfdf5;
  --paper: rgba(255, 255, 255, 0.9);
  --paper-solid: #ffffff;
  --text: #171717;
  --heading: #0a0f0d;
  --muted: #5f6965;
  --muted-strong: #25352f;
  --line: rgba(10, 15, 13, 0.1);
  --line-strong: rgba(10, 15, 13, 0.16);
  --primary: #10a37f;
  --primary-dark: #08745f;
  --primary-soft: #d9fbe8;
  --mint: #b8f7d4;
  --aqua: #a7f3f0;
  --cream: #fff7ed;
  --yellow: #fde68a;
  --coral: #ffedd5;
  --gradient-text: linear-gradient(135deg, #059669, #10b981 50%, #06b6d4);
  --shadow: 0 22px 54px rgba(20, 83, 45, 0.09);
  --shadow-soft: 0 10px 26px rgba(20, 83, 45, 0.055);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --font: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 251, 232, 0.72), transparent 25rem),
    linear-gradient(180deg, #fbfffd 0%, #f6fbf8 46%, #ffffff 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(10, 15, 13, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 15, 13, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 58%);
}

body::after {
  display: none;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
p { margin: 0; color: var(--muted); line-height: 1.76; }
h1, h2, h3 { margin: 0; color: var(--heading); letter-spacing: -0.06em; }
h1 { font-size: clamp(30px, 4.5vw, 56px); line-height: 1.16; font-weight: 800; letter-spacing: -0.03em; max-width: 720px; }
h2 { font-size: clamp(32px, 4.3vw, 58px); line-height: 1.06; font-weight: 900; }
h3 { font-size: 21px; line-height: 1.28; font-weight: 800; }

.noise, .cursor-orb { display: none; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 116px 0; }
.section.compact { padding: 92px 0; }

.section-rail {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(20, 83, 45, .08);
  backdrop-filter: blur(12px);
}
.section-rail a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 12px;
  color: #40534d;
  font-size: 12px;
  font-weight: 800;
  font-family: var(--font-mono);
}
.section-rail a:hover { background: #ecfdf5; color: var(--primary-dark); }
.section-rail span { color: var(--primary); font-weight: 900; }

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  width: min(1240px, calc(100% - 24px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 163, 127, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(20, 83, 45, 0.07);
  backdrop-filter: blur(22px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: fit-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-mark img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
}
.brand strong { display: block; font-weight: 900; letter-spacing: -0.04em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  padding: 10px 12px;
  color: #38534a;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}
.main-nav a[href="#trusted-servers"],
.main-nav a[href="#testimonials"],
.main-nav a[href="#docs"] { display: none; }
.main-nav a:hover, .main-nav a.is-active { color: var(--primary-dark); background: rgba(16, 163, 127, 0.11); }
.mobile-controls { display: none; gap: 10px; padding: 12px 8px 4px; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.segmented {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(16, 163, 127, 0.16);
  border-radius: 999px;
  background: #f1fbf6;
}
.segmented button {
  border: 0;
  color: var(--muted-strong);
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  font-family: var(--font-mono);
}
.segmented button.is-active { color: white; background: var(--primary); box-shadow: 0 8px 18px rgba(16, 163, 127, 0.22); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(16, 163, 127, .28); outline-offset: 3px; }
.btn-primary { border-color: transparent; color: white; background: #10a37f; box-shadow: 0 14px 28px rgba(16, 163, 127, 0.22); }
.btn-primary:hover { background: #0f8f72; box-shadow: 0 20px 40px rgba(16, 163, 127, 0.26); }
.btn-ghost { background: rgba(255,255,255,.9); color: var(--primary-dark); }
.btn-ghost:hover { border-color: rgba(16, 163, 127, .34); background: #ffffff; }
.btn-discord { background: rgba(217, 251, 232, .82); color: var(--primary-dark); border-color: rgba(16, 163, 127, .22); }

.menu-toggle { display: none; align-items: center; gap: 4px; color: var(--heading); border: 1px solid var(--line); border-radius: 999px; padding: 10px 12px; background: rgba(255,255,255,.7); cursor: pointer; }
.menu-toggle span { display: block; width: 14px; height: 2px; background: var(--heading); border-radius: 2px; }
.menu-toggle b { margin-left: 4px; font-size: 12px; }

.hero { padding-top: 86px; min-height: calc(100vh - 80px); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 82px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 14px;
  color: var(--primary-dark);
  letter-spacing: -0.01em;
  font-weight: 900;
  font-size: 13px;
  font-family: var(--font-mono);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 6px rgba(16, 163, 127, .12); }
.lead { color: #29463d; font-size: 19px; margin-top: 28px; max-width: 720px; }
.hero-copy > p:not(.lead) { margin-top: 18px; max-width: 720px; }
.hero-copy h1 {
  margin-bottom: 20px;
  color: var(--heading);
}
.hero-copy h1 span {
  background: var(--gradient-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient {
  background: var(--gradient-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.benefit-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 28px; max-width: 650px; }
.benefit-list span, .discord-points span {
  position: relative;
  padding: 14px 15px 14px 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted-strong);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}
.benefit-list span::before, .discord-points span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(16, 163, 127, .11);
}

.launcher-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.holo-ring {
  position: absolute;
  width: 545px;
  height: 545px;
  border-radius: 34px;
  background: #ecfdf5;
  box-shadow: inset 0 0 0 1px rgba(16,163,127,.08), 0 18px 48px rgba(16,163,127,.08);
  transform: rotate(-2deg);
}
.holo-ring::before, .holo-ring::after {
  content: "";
  position: absolute;
  border-radius: 24px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 12px 30px rgba(20,83,45,.06);
}
.holo-ring::before { width: 102px; height: 102px; left: -20px; top: 86px; }
.holo-ring::after { width: 76px; height: 76px; right: 40px; bottom: 82px; background: #ffffff; }
.character-card {
  position: absolute;
  left: -24px;
  bottom: -8px;
  width: 430px;
  height: 610px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  z-index: 2;
}
.character-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.08);
  transform-origin: center bottom;
  filter: drop-shadow(0 24px 34px rgba(20, 83, 45, 0.18));
}
.launcher-mockup {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 96px;
  bottom: auto;
  width: min(300px, 46vw);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 18px 42px rgba(16, 163, 127, .14);
  transform: none;
}
.mockup-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(16, 163, 127, .12);
  background: rgba(255,255,255,.64);
}
.mockup-topbar span { width: 10px; height: 10px; border-radius: 50%; background: #fdba74; }
.mockup-topbar span:nth-child(2) { background: #fde68a; }
.mockup-topbar span:nth-child(3) { background: #10a37f; }
.mockup-topbar strong { margin-left: auto; color: var(--heading); font-size: 13px; font-weight: 900; letter-spacing: -0.04em; }
.mockup-body { padding: 16px; background: rgba(248, 255, 251, 0.7); }
.server-card {
  min-height: 108px;
  padding: 15px;
  border-radius: 18px;
  background:
    #10a37f;
  color: white;
  box-shadow: 0 18px 38px rgba(16, 163, 127, .18);
}
.server-card small { color: rgba(255,255,255,.78); letter-spacing: .08em; font-size: 10px; font-weight: 900; }
.server-card strong { display: block; margin: 6px 0; color: white; font-size: 28px; font-weight: 900; letter-spacing: -0.06em; }
.pulse-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: rgba(255,255,255,.86); font-size: 12px; }
.pulse-row i { width: 8px; height: 8px; border-radius: 50%; background: white; box-shadow: 0 0 0 6px rgba(255,255,255,.14); }
.scan-panel { display: grid; gap: 8px; margin: 12px 0; }
.scan-panel div { display: flex; justify-content: space-between; padding: 9px 10px; border-radius: 12px; background: rgba(255,255,255,.78); border: 1px solid rgba(16,163,127,.1); color: var(--muted-strong); font-size: 12px; }
.scan-panel b { color: var(--primary-dark); }
.play-button { width: 100%; min-height: 42px; border: 0; border-radius: 12px; color: white; cursor: pointer; font-weight: 900; letter-spacing: .04em; background: #111827; box-shadow: 0 12px 26px rgba(17, 24, 39, .16); }
.status-chip {
  position: absolute;
  z-index: 4;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.chip-two { display: none; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 78px; }
.trust-strip div { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.trust-strip strong { display: block; color: var(--heading); font-size: 28px; font-weight: 900; letter-spacing: -0.055em; }
.trust-strip span { color: var(--muted); }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.wide { max-width: 940px; }
.section-heading p { margin-top: 20px; font-size: 18px; max-width: 780px; }
.bento, .pricing-grid, .server-grid, .testimonial-grid { display: grid; gap: 18px; }
.bento.four { grid-template-columns: repeat(2, 1fr); gap: 22px; }
.glass-card, .feature-card, .server-card-large, .price-card, .timeline article, .docs-cards article, blockquote {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}
.glass-card { padding: 32px; }
.glass-card p, .feature-card p, .server-card-large p, .price-card p, .timeline p, blockquote { margin-top: 12px; }
.icon { display: block; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 14px; background: #ecfdf5; border: 1px solid rgba(16,163,127,.16); position: relative; box-shadow: none; }
.icon::before { content: ""; position: absolute; inset: 13px; border: 2px solid var(--primary); border-radius: 8px; }
.icon-shield::before { border-radius: 12px 12px 18px 18px; transform: rotate(45deg); }
.icon-fingerprint::before { border-radius: 50%; box-shadow: inset 0 0 0 4px rgba(16,163,127,.12); }
.icon-support::before { border-radius: 50%; border-style: dashed; }

.feature-tabs { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.feature-tabs button { border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px; color: var(--muted-strong); background: rgba(255,255,255,.9); cursor: pointer; font-weight: 900; box-shadow: none; transition: .2s ease; }
.feature-tabs button:hover, .feature-tabs button.is-active { color: white; border-color: transparent; background: var(--primary); }
.feature-panel { display: none; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-panel.is-active { display: grid; }
.feature-card { padding: 34px; min-height: 238px; position: relative; overflow: hidden; }
.feature-card::after { display: none; }
.feature-card span { color: var(--primary); font-family: var(--font-mono); font-weight: 900; letter-spacing: .06em; }
.feature-card h3 { margin-top: 18px; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 42px; padding: 38px; border-radius: 22px; border: 1px solid var(--line); background: #ecfdf5; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.inline-cta p { max-width: 680px; margin-top: 10px; }

.template-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 4px 0 12px; }
.template-card { min-height: 380px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.template-card div { height: 185px; border-radius: 18px; margin-bottom: 20px; border: 1px solid rgba(16,163,127,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.76); }
.template-card div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
.template-card.neon div,
.template-card.clean div,
.template-card.tactical div,
.template-card.luxury div,
.template-card.minimal div {
  background: transparent;
}
.template-card p { margin: 12px 0 16px; }
.template-card span { display: inline-flex; margin: 4px 4px 0 0; padding: 7px 10px; border-radius: 999px; border: 1px solid rgba(16,163,127,.14); color: var(--primary-dark); background: rgba(236,253,245,.8); font-size: 13px; font-weight: 800; }

.timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.timeline article { padding: 32px; }
.timeline span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 14px; color: white; background: var(--primary); font-weight: 900; box-shadow: none; }

.logo-marquee {
  position: relative;
  overflow: hidden;
  padding: 20px 0 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.logo-track {
  display: flex;
  width: max-content;
  gap: 64px;
  animation: logoMarquee 28s linear infinite;
}
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}
.server-logo {
  display: grid;
  place-items: center;
  width: clamp(320px, 31vw, 430px);
  height: 220px;
  flex: 0 0 auto;
}
.server-logo img {
  max-width: 100%;
  max-height: 190px;
  object-fit: contain;
}
@keyframes logoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 14px)); }
}
.testimonial-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
blockquote { margin: 0; padding: 34px; color: var(--muted-strong); font-size: 18px; line-height: 1.82; }
blockquote::before { content: "\201C"; display: block; color: var(--primary); font-size: 58px; line-height: .8; font-weight: 900; }

.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; }
.price-card { padding: 34px; position: relative; }
.price-card.featured { border-color: rgba(16, 163, 127, .28); transform: translateY(-12px); box-shadow: 0 24px 54px rgba(16, 163, 127, .12); background: #ecfdf5; }
.tag { display: inline-flex; margin-bottom: 20px; padding: 8px 12px; border: 1px solid rgba(16,163,127,.14); border-radius: 999px; color: var(--primary-dark); background: rgba(236,253,245,.82); font-weight: 900; }
.tag.hot { color: white; background: var(--primary); border-color: transparent; }
.price { display: block; margin: 18px 0; color: var(--heading); font-size: 35px; font-weight: 900; letter-spacing: -0.06em; }
.price-card ul { padding: 0; margin: 22px 0; list-style: none; }
.price-card li { position: relative; padding: 9px 0 9px 25px; color: var(--muted-strong); }
.price-card li::before { content: ""; position: absolute; left: 0; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(16,163,127,.1); }
.price-note { text-align: center; margin-top: 22px; }

.docs-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.docs-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: start; }
.faq-list { display: grid; gap: 16px; }
details { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 10px 26px rgba(20,83,45,.055); overflow: hidden; backdrop-filter: blur(10px); }
summary { cursor: pointer; padding: 20px; font-weight: 900; color: var(--heading); }
details p { padding: 0 24px 24px; }
summary { padding: 24px; }

.discord-panel { padding: clamp(30px, 5vw, 62px); border: 1px solid var(--line); border-radius: 26px; background: #ecfdf5; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.discord-panel h2 { max-width: 860px; }
.discord-panel p { max-width: 780px; margin-top: 18px; }
.discord-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0; }

.site-footer { padding: 70px 0 26px; border-top: 1px solid rgba(16,163,127,.1); background: rgba(255,255,255,.46); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr .9fr; gap: 30px; }
.footer-grid a, .footer-grid p { display: block; color: var(--muted); margin: 10px 0; }
.footer-grid h3 { font-size: 17px; margin-bottom: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(16,163,127,.1); color: #71837c; font-size: 13px; }
.footer-bottom span:last-child { max-width: 680px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .main-nav { position: fixed; inset: 84px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid rgba(255,255,255,.82); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
  .main-nav.is-open { display: flex; }
  .main-nav a[href="#trusted-servers"],
  .main-nav a[href="#testimonials"],
  .main-nav a[href="#docs"] { display: block; }
  .main-nav a { padding: 14px 16px; }
  .mobile-controls { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .hero-grid, .docs-grid, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .launcher-stage { min-height: 560px; }
  .bento.four, .feature-panel, .pricing-grid, .testimonial-grid, .timeline, .template-grid { grid-template-columns: 1fr 1fr; }
  .section-rail { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .site-header { top: 8px; margin-top: 8px; border-radius: 24px; }
  .brand small { display: none; }
  .header-actions .segmented { display: none; }
  .main-nav.is-open .mobile-controls { display: flex; }
  h1 { font-size: clamp(38px, 12vw, 58px); }
  h2 { font-size: clamp(28px, 9vw, 42px); }
  .benefit-list, .trust-strip, .bento.four, .feature-panel, .pricing-grid, .testimonial-grid, .timeline, .docs-cards, .discord-points, .footer-grid, .template-grid { grid-template-columns: 1fr; }
  .launcher-stage { min-height: 490px; overflow: hidden; }
  .character-card { width: 285px; height: 390px; left: -48px; bottom: 18px; }
  .character-card img { transform: scale(1.04); }
  .launcher-mockup { width: min(255px, 70vw); right: -4px; top: auto; bottom: 24px; }
  .launcher-mockup { transform: none; }
  .status-chip { display: none; }
  .holo-ring { width: 340px; height: 340px; }
  .inline-cta, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .price-card.featured { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
