:root {
  --bg: #050506;
  --bg-soft: #0b0c0f;
  --panel: #111319;
  --panel-2: #171a21;
  --line: rgba(255, 214, 0, 0.18);
  --text: #f5f5f0;
  --muted: #a9a99d;
  --yellow: #ffd600;
  --yellow-2: #ffae00;
  --ink: #080808;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 70% 6%, rgba(255, 214, 0, 0.18), transparent 30rem),
    radial-gradient(circle at 10% 28%, rgba(255, 174, 0, 0.09), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.payment-body {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 214, 0, 0.24), transparent 24rem),
    radial-gradient(circle at 82% 10%, rgba(255, 174, 0, 0.18), transparent 28rem),
    linear-gradient(135deg, #15110a 0%, #090a0b 46%, #17140a 100%);
}

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

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

button,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 6, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 900;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
}

.brand span span {
  color: var(--yellow);
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex: 1;
}

.nav-links,
.nav-actions,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: 0.35rem;
  flex: 1;
}

.nav-links a,
.nav-group > button,
.ghost-button,
.secondary-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  padding: 0.72rem 0.9rem;
  cursor: pointer;
}

.nav-links a:hover,
.nav-group > button:hover,
.ghost-button:hover,
.secondary-button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.nav-discord {
  width: 44px;
  min-width: 44px;
  display: inline-grid !important;
  place-items: center;
  border: 1px solid rgba(255, 214, 0, 0.28);
}

.discord-logo-mark {
  width: 23px;
  height: 18px;
  display: block;
  background: var(--yellow);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.14 96.36'%3E%3Cpath d='M107.7 8.07A105.15 105.15 0 0 0 81.47 0a72.06 72.06 0 0 0-3.36 6.83 97.68 97.68 0 0 0-29.11 0A72.37 72.37 0 0 0 45.64 0 105.89 105.89 0 0 0 19.39 8.09C2.79 32.65-1.71 56.6.54 80.21A105.73 105.73 0 0 0 32.71 96.36a77.7 77.7 0 0 0 6.89-11.11 68.42 68.42 0 0 1-10.85-5.18c.91-.66 1.8-1.35 2.66-2.06a75.57 75.57 0 0 0 64.32 0c.87.71 1.76 1.4 2.66 2.06a68.68 68.68 0 0 1-10.87 5.19 77 77 0 0 0 6.89 11.1 105.25 105.25 0 0 0 32.19-16.14c2.64-27.38-4.51-51.11-18.9-72.15ZM42.45 65.69c-6.27 0-11.43-5.75-11.43-12.8s5.06-12.8 11.43-12.8 11.54 5.8 11.43 12.8-5.06 12.8-11.43 12.8Zm42.24 0c-6.28 0-11.43-5.75-11.43-12.8s5.06-12.8 11.43-12.8 11.54 5.8 11.43 12.8-5.05 12.8-11.43 12.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.14 96.36'%3E%3Cpath d='M107.7 8.07A105.15 105.15 0 0 0 81.47 0a72.06 72.06 0 0 0-3.36 6.83 97.68 97.68 0 0 0-29.11 0A72.37 72.37 0 0 0 45.64 0 105.89 105.89 0 0 0 19.39 8.09C2.79 32.65-1.71 56.6.54 80.21A105.73 105.73 0 0 0 32.71 96.36a77.7 77.7 0 0 0 6.89-11.11 68.42 68.42 0 0 1-10.85-5.18c.91-.66 1.8-1.35 2.66-2.06a75.57 75.57 0 0 0 64.32 0c.87.71 1.76 1.4 2.66 2.06a68.68 68.68 0 0 1-10.87 5.19 77 77 0 0 0 6.89 11.1 105.25 105.25 0 0 0 32.19-16.14c2.64-27.38-4.51-51.11-18.9-72.15ZM42.45 65.69c-6.27 0-11.43-5.75-11.43-12.8s5.06-12.8 11.43-12.8 11.54 5.8 11.43 12.8-5.06 12.8-11.43 12.8Zm42.24 0c-6.28 0-11.43-5.75-11.43-12.8s5.06-12.8 11.43-12.8 11.54 5.8 11.43 12.8-5.05 12.8-11.43 12.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-soon-link span {
  margin-left: 0.35rem;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.nav-group {
  position: relative;
}

.nav-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.9rem;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.7rem);
  width: min(680px, 90vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 11, 14, 0.98);
  box-shadow: var(--shadow);
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 180ms ease;
}

.coaching-menu {
  width: min(270px, 86vw);
  grid-template-columns: 1fr;
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu strong {
  display: block;
  margin: 0 0 0.45rem;
  color: var(--yellow);
}

.mega-menu a + strong,
.mega-menu .mega-soon + strong {
  margin-top: 0.9rem;
}

.mega-soon {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 214, 0, 0.42);
  border-radius: 999px;
  background: rgba(255, 214, 0, 0.1);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.mega-menu a {
  display: block;
  min-height: 38px;
  padding: 0.5rem 0.6rem;
}

.primary-button,
.secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.82rem 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

.primary-button {
  border: 1px solid rgba(255, 245, 153, 0.35);
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(255, 214, 0, 0.22);
}

.primary-button:hover {
  transform: translateY(-1px);
}

.profile-menu {
  position: relative;
}

.profile-menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.9rem;
}

.profile-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 214, 0, 0.35);
  border-radius: 8px;
  background: rgba(255, 214, 0, 0.08);
  color: var(--yellow);
  padding: 0.62rem 0.85rem;
  font-weight: 1000;
  cursor: pointer;
}

.profile-avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 214, 0, 0.42);
  border-radius: 8px;
  background: #050506;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 16px rgba(255, 214, 0, 0.18);
}

.profile-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.7rem);
  width: 210px;
  display: grid;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 11, 14, 0.98);
  box-shadow: var(--shadow);
  padding: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 180ms ease;
}

.profile-menu:hover .profile-dropdown,
.profile-menu:focus-within .profile-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.profile-dropdown p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-dropdown a,
.profile-dropdown button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  padding: 0.5rem 0.6rem;
  text-align: left;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.profile-dropdown a:hover,
.profile-dropdown button:hover {
  background: rgba(255, 214, 0, 0.09);
  color: var(--yellow);
}

.primary-button.small {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
}

.primary-button.full {
  width: 100%;
}

.secondary-button {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 214, 0, 0.05);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 0.7rem;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--yellow);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.hero {
  min-height: calc(100dvh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 3rem;
  padding-top: 3rem;
}

.eyebrow,
.card-kicker {
  margin: 0 0 0.7rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.15rem;
  font-size: clamp(3.1rem, 8vw, 6.6rem);
  line-height: 0.9;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}

.hero-lede,
.section-heading p,
.calculator-copy p,
.coach-panel p,
.site-footer p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-lede {
  max-width: 640px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.5rem;
}

.trust-row {
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 0.75rem 0.9rem;
}

.trust-row b {
  color: var(--text);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: visible;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(620px, 104%);
  height: min(390px, 70%);
  border-radius: 8px;
  background:
    linear-gradient(112deg, transparent 0 14%, rgba(255, 214, 0, 0.26) 14% 18%, transparent 18% 100%),
    radial-gradient(circle at 36% 48%, rgba(255, 214, 0, 0.28), transparent 34%),
    radial-gradient(circle at 72% 54%, rgba(255, 174, 0, 0.12), transparent 48%);
  filter: blur(20px);
  transform: rotate(-5deg) translate(10px, 20px);
  z-index: -2;
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 0;
  bottom: 8%;
  height: 38%;
  background:
    linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.6) 56%, var(--bg) 92%),
    linear-gradient(100deg, transparent 0 16%, rgba(255, 214, 0, 0.12) 16% 18%, transparent 18% 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-visual img {
  width: min(610px, 108%);
  transform: translateX(18px);
  position: relative;
  z-index: 1;
  filter:
    drop-shadow(0 28px 42px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 18px rgba(255, 214, 0, 0.12));
}

.bolt-orbit {
  position: absolute;
  width: min(610px, 100%);
  height: 210px;
  border: 1px solid rgba(255, 214, 0, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 214, 0, 0.3) 0 9%, transparent 9% 100%),
    linear-gradient(24deg, transparent 0 30%, rgba(255, 214, 0, 0.38) 30% 34%, transparent 34% 100%),
    linear-gradient(158deg, transparent 0 58%, rgba(255, 214, 0, 0.24) 58% 62%, transparent 62% 100%),
    radial-gradient(circle at 18% 54%, rgba(255, 214, 0, 0.2), transparent 26%),
    linear-gradient(96deg, rgba(18, 19, 24, 0.98), rgba(23, 17, 4, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 0 48px rgba(255, 214, 0, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(255, 214, 0, 0.12);
  transform: rotate(-5deg) translateY(30px);
  opacity: 0.98;
  z-index: 0;
}

.bolt-orbit::before,
.bolt-orbit::after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  opacity: 0.78;
}

.bolt-orbit::before {
  width: 54%;
  left: -4%;
  top: 34%;
  transform: rotate(-18deg);
}

.bolt-orbit::after {
  width: 46%;
  right: 0;
  bottom: 24%;
  transform: rotate(15deg);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading.split p {
  max-width: 460px;
}

.boost-page-hero {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 2rem;
  padding-bottom: 3rem;
}

.boost-page-hero h1 {
  max-width: 12ch;
}

.boost-page-badge {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 214, 0, 0.14), rgba(255, 255, 255, 0.03)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 1.25rem;
}

.boost-page-badge img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.boost-page-badge span {
  display: block;
  color: var(--muted);
}

.boost-page-badge strong {
  color: var(--yellow);
  font-size: 1.65rem;
}

.product-page {
  width: min(1220px, calc(100% - 32px));
  padding-top: 2.25rem;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: start;
  gap: 2rem;
}

.product-main {
  display: grid;
  gap: 1.25rem;
}

.promo-banner {
  min-height: 150px;
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 214, 0, 0.62), transparent 20%),
    linear-gradient(108deg, rgba(255, 214, 0, 0.18), rgba(13, 13, 12, 0.98) 46%, rgba(43, 31, 4, 0.98));
  box-shadow: var(--shadow);
}

.promo-mascot {
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 46% 48%, rgba(255, 214, 0, 0.72), transparent 31%),
    linear-gradient(120deg, transparent 0 30%, rgba(255, 214, 0, 0.8) 30% 34%, transparent 34% 100%);
}

.promo-mascot img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45));
}

.promo-banner h1 {
  max-width: none;
  margin-bottom: 0.45rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.08;
}

.promo-banner p {
  margin-bottom: 0.2rem;
  color: #fff;
  font-weight: 800;
}

.promo-banner strong,
.checkout-options b {
  color: var(--yellow);
}

.product-form {
  display: grid;
  gap: 1rem;
}

.rank-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.placement-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 1rem;
}

.placement-settings-card {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.config-card {
  border: 1px solid rgba(255, 214, 0, 0.42);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 15, 14, 0.86), rgba(7, 7, 8, 0.82));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  padding: 1.65rem;
}

.config-card h2 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.selected-rank-emblem {
  width: 190px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 1.2rem;
  transform: scale(1.35);
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
}

.config-card label,
.discount-field {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  font-weight: 800;
}

.config-card select,
.discount-field input,
.stepper input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 214, 0, 0.48);
  border-radius: 8px;
  background: #10100d;
  color: var(--text);
  padding: 0 0.8rem;
}

.stepper {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 0.7rem;
}

.stepper button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 214, 0, 0.08);
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: 1000;
  cursor: pointer;
}

.stepper input {
  text-align: center;
  font-weight: 900;
}

.server-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-notes article {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 1rem;
}

.product-notes p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
}

.note-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 1000;
}

.checkout-panel {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 0, 0.5);
  border-radius: 8px;
  background: #070706;
  box-shadow: var(--shadow);
}

.checkout-ranks {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 214, 0, 0.34);
  padding: 0.75rem 1.25rem;
}

.checkout-ranks span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.checkout-ranks img {
  width: 72px;
  height: 58px;
  object-fit: contain;
  transform: scale(1.55);
}

.rank-arrow {
  color: var(--yellow);
  font-size: 2rem;
}

.checkout-body {
  padding: 1.5rem;
}

.checkout-body h2 {
  margin-bottom: 1.1rem;
  text-align: center;
  font-size: 1.25rem;
}

.checkout-options {
  display: grid;
  gap: 0.7rem;
}

.placement-options {
  animation: placementOptionsIn 180ms ease both;
}

.placement-options.is-hidden {
  display: none;
}

@keyframes placementOptionsIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.placement-mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  border: 1px solid rgba(255, 214, 0, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  padding: 0.45rem;
  margin-bottom: 1.1rem;
}

.placement-mode-toggle button {
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 1000;
  cursor: pointer;
}

.placement-mode-toggle button.active {
  border-color: rgba(255, 214, 0, 0.4);
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  color: #050506;
}

.checkout-hint {
  margin: 1.1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 214, 0, 0.24);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.checkout-options label {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text);
  position: relative;
  margin-inline: -0.45rem;
  padding: 0.38rem 0.45rem;
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.checkout-options label:hover,
.checkout-options label:focus-within {
  border-color: rgba(255, 214, 0, 0.5);
  background: rgba(255, 214, 0, 0.1);
  box-shadow: 0 0 18px rgba(255, 214, 0, 0.18);
  color: var(--yellow);
}

.checkout-options .tooltip-option {
  cursor: help;
}

.checkout-options .tooltip-option::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: calc(100% + 10px);
  width: min(260px, 78vw);
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: var(--yellow);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  color: #070707;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.checkout-options .tooltip-option::before {
  content: "";
  position: absolute;
  z-index: 21;
  left: 20px;
  bottom: calc(100% + 3px);
  border: 7px solid transparent;
  border-top-color: var(--yellow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.checkout-options .tooltip-option:hover::after,
.checkout-options .tooltip-option:hover::before,
.checkout-options .tooltip-option:focus-within::after,
.checkout-options .tooltip-option:focus-within::before {
  opacity: 1;
  transform: translateY(0);
}

.checkout-options b {
  margin-left: 0.25rem;
  text-transform: uppercase;
}

.checkout-options input {
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
  appearance: none;
  border: 1px solid rgba(255, 214, 0, 0.58);
  border-radius: 999px;
  background: #1a1a13;
  cursor: pointer;
  position: relative;
}

.checkout-options input::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 2px;
  border-radius: 50%;
  background: #f5f5f0;
  transition: transform 180ms ease;
}

.checkout-options input:checked {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
}

.checkout-options input:checked::before {
  transform: translateX(19px);
}

.checkout-offer {
  min-height: 80px;
  margin: 1.25rem 0 1rem;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 50%, rgba(255, 214, 0, 0.36), transparent 24%),
    linear-gradient(100deg, rgba(255, 214, 0, 0.2), rgba(23, 23, 17, 0.95));
  padding: 1rem;
}

.checkout-offer strong,
.checkout-offer span {
  display: block;
}

.checkout-offer strong {
  color: var(--yellow);
  text-transform: uppercase;
}

.discount-field {
  margin-bottom: 1.1rem;
}

.checkout-body > s {
  display: block;
  color: #8d8d83;
  text-align: center;
}

.checkout-price {
  display: block;
  margin: 0.2rem 0 1rem;
  color: var(--text);
  text-align: center;
  font-size: 2.4rem;
}

.metric-grid,
.service-grid,
.feature-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.metric-grid {
  grid-template-columns: repeat(4, 1fr);
}

.metric-grid article,
.service-card,
.boost-form,
.feature-grid article,
.review-grid article,
.coach-panel,
.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.metric-grid article {
  padding: 1.4rem;
}

.metric-grid img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 7px;
  margin-bottom: 1.6rem;
}

.metric-grid strong {
  display: block;
  color: var(--yellow);
  font-size: 2.15rem;
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
}

.service-grid {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 214, 0, 0.16), transparent 45%),
    radial-gradient(circle at 80% 12%, rgba(255, 214, 0, 0.24), transparent 8rem);
  opacity: 0.55;
  z-index: -1;
}

.service-card.featured {
  background:
    linear-gradient(rgba(7, 7, 9, 0.45), rgba(7, 7, 9, 0.9)),
    url("assets/boltboost-guardian.png") center 30% / cover;
}

.service-card p,
.feature-grid p,
.review-grid p,
.faq-list p {
  color: var(--muted);
}

.service-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--yellow);
  font-weight: 900;
}

.calculator {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 2rem;
}

.league-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.86fr;
  align-items: start;
  gap: 1.25rem;
}

.league-panel,
.rank-price-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.league-panel {
  overflow: hidden;
}

.boost-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
  padding: 0.6rem;
}

.boost-tabs button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.boost-tabs button:hover,
.boost-tabs button.active {
  border-color: var(--line);
  background: rgba(255, 214, 0, 0.08);
  color: var(--text);
}

.tab-panel {
  display: none;
  padding: 1.25rem;
}

.tab-panel.active {
  display: block;
}

.tab-panel p {
  color: var(--muted);
}

.league-form {
  display: grid;
  gap: 1rem;
}

.league-form label {
  color: var(--text);
  font-weight: 800;
}

.league-form select {
  width: 100%;
  min-height: 50px;
  display: block;
  margin-top: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #090a0d;
  color: var(--text);
  padding: 0 0.8rem;
}

.league-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.league-options .toggle-line {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
}

.league-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.league-summary div {
  border-radius: 8px;
  background: #07080a;
  padding: 1rem;
}

.league-summary span,
.rank-card-heading span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.league-summary s,
.rank-price-grid s {
  color: #8d8d83;
}

.league-summary strong {
  display: block;
  color: var(--yellow);
  font-size: 2rem;
  line-height: 1.1;
}

.rank-price-card {
  padding: 1.1rem;
}

.rank-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.rank-card-heading strong {
  color: var(--yellow);
}

.rank-price-grid {
  display: grid;
  gap: 0.55rem;
}

.rank-price-grid article {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0.7rem;
}

.rank-name {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 900;
}

.rank-price-grid article > span:last-child {
  display: grid;
  justify-items: end;
  line-height: 1.2;
}

.rank-price-grid strong {
  color: var(--yellow);
}

.rank-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transform: scale(2.15);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
}

.check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.check-list li {
  border-left: 3px solid var(--yellow);
  background: rgba(255, 214, 0, 0.06);
  padding: 0.75rem 0.9rem;
}

.boost-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(13, 14, 18, 0.92);
}

.boost-form label,
.boost-form legend {
  color: var(--text);
  font-weight: 800;
}

.boost-form select {
  width: 100%;
  min-height: 50px;
  display: block;
  margin-top: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #090a0d;
  color: var(--text);
  padding: 0 0.8rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

fieldset {
  display: grid;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 0;
  padding: 1rem;
}

.toggle-line {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
}

.toggle-line input {
  width: 20px;
  height: 20px;
  accent-color: var(--yellow);
}

.estimate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #07080a;
  padding: 1rem;
}

.estimate span {
  color: var(--muted);
}

.estimate strong {
  color: var(--yellow);
  font-size: 2rem;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article,
.review-grid article {
  padding: 1.35rem;
}

.coach-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background:
    linear-gradient(90deg, rgba(255, 214, 0, 0.14), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.coach-list {
  display: grid;
  gap: 0.75rem;
}

.coach-list article {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  padding: 1rem;
}

.coach-list strong {
  color: var(--yellow);
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-grid span {
  color: var(--yellow);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: start;
  gap: 1.25rem;
}

.faq-discord {
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 0, 0.48);
  border-radius: 8px;
  background: rgba(255, 214, 0, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.faq-discord:hover,
.faq-discord:focus-visible {
  border-color: rgba(255, 214, 0, 0.8);
  background: rgba(255, 214, 0, 0.14);
  transform: translateY(-2px);
}

.faq-discord svg {
  width: 92px;
  height: auto;
  fill: var(--yellow);
}

.faq-list details {
  padding: 1rem 1.2rem;
}

.faq-list summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem 0 3rem;
}

.site-footer img {
  width: 210px;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 0.75rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-end;
  gap: 0.8rem;
}

.site-footer a {
  color: var(--muted);
  min-height: 44px;
  padding: 0.55rem;
}

.job-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 214, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 20% 80%, rgba(255, 174, 0, 0.08), transparent 24rem),
    var(--bg);
  padding: 2rem;
}

.job-card {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 214, 0, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.job-brand {
  margin-bottom: 2rem;
}

.discord-logo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 0, 0.32);
  border-radius: 8px;
  background: rgba(255, 214, 0, 0.08);
  color: var(--yellow);
  margin-bottom: 1.5rem;
}

.discord-logo svg {
  width: 58px;
}

.job-card h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 9vw, 5.5rem);
}

.job-card p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.08rem;
}

.discord-link {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  border: 1px solid rgba(255, 214, 0, 0.38);
  border-radius: 8px;
  background: #090a0d;
  padding: 1rem 1.15rem;
}

.discord-link span {
  color: var(--muted);
}

.discord-link strong {
  color: var(--yellow);
  font-size: clamp(1.1rem, 3vw, 1.65rem);
}

.coaching-page {
  width: min(1280px, calc(100% - 32px));
}

.coaching-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 408px);
  gap: 1.75rem;
  align-items: start;
}

.coaching-options {
  display: grid;
  gap: 1.25rem;
}

.coaching-options .eyebrow {
  margin: 0 0 -0.4rem;
  color: var(--text);
  text-transform: none;
  font-size: 1rem;
}

.coaching-options .eyebrow::after {
  content: " Coaching";
  color: var(--yellow);
}

.coaching-option {
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.35rem;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(17, 19, 25, 0.72);
  color: var(--text);
  padding: 1.35rem;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.coaching-option:hover,
.coaching-option:focus-visible,
.coaching-option.active {
  border-color: rgba(255, 214, 0, 0.78);
  background: rgba(255, 214, 0, 0.08);
  box-shadow: 0 16px 40px rgba(255, 214, 0, 0.14);
  transform: translateY(-1px);
}

.coaching-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 0, 0.58);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 214, 0, 0.34), transparent 28%),
    rgba(255, 214, 0, 0.08);
  color: var(--yellow);
}

.coaching-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coaching-copy {
  display: grid;
  gap: 0.16rem;
}

.coaching-copy strong {
  font-size: 1.28rem;
  line-height: 1.15;
}

.coaching-copy span {
  color: var(--text);
  font-size: 0.95rem;
}

.coaching-copy small {
  color: var(--yellow);
  font-weight: 900;
}

.coaching-price {
  justify-self: end;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 1000;
  white-space: nowrap;
}

.coaching-price small {
  font-size: 0.78rem;
}

.coaching-checkout {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(17, 19, 25, 0.66);
  padding: 1.4rem;
}

.coaching-checkout h1 {
  margin: 0 0 1.35rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.coaching-checkout label {
  display: grid;
  gap: 0.55rem;
  color: var(--text);
  font-weight: 900;
}

.coaching-checkout input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(9, 10, 14, 0.88);
  color: var(--text);
  padding: 0 1rem;
  font-size: 1rem;
}

.coaching-total {
  margin: 1.25rem 0 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 0.15rem;
}

.coaching-total span,
.coaching-total strong {
  color: var(--text);
  font-weight: 1000;
}

.coaching-checkout .primary-button {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(255, 214, 0, 0.22);
}

.payment-page {
  width: min(1280px, calc(100% - 32px));
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 1.25rem;
  align-items: start;
}

.payment-page h1,
.payment-summary-card h2 {
  margin: 0 0 1.25rem;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

.payment-method {
  position: relative;
  width: 100%;
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 214, 0, 0.4);
  border-radius: 8px;
  background: rgba(17, 19, 25, 0.74);
  color: var(--text);
  padding: 1.35rem 1.5rem;
  text-align: left;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.payment-method.active {
  background: rgba(255, 214, 0, 0.08);
}

.payment-method-copy {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
}

.payment-method strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  line-height: 1;
  word-break: normal;
}

.payment-method-copy > span:not(.card-badges) {
  color: var(--text);
  font-weight: 800;
}

.payment-method b {
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
  align-self: center;
  justify-self: end;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  background: rgba(255, 214, 0, 0.08);
  color: var(--ink);
  font-size: 0;
  box-shadow:
    0 0 0 4px rgba(255, 214, 0, 0.08),
    inset 0 0 0 3px rgba(5, 5, 6, 0.95);
}

.payment-method b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 10px rgba(255, 214, 0, 0.45);
  transform: translate(-50%, -50%);
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.card-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 1000;
  line-height: 1;
}

.card-badge.visa {
  background: #f7f8ff;
  color: #173fb5;
  font-style: italic;
  letter-spacing: 0.04em;
}

.card-badge.mastercard {
  position: relative;
  min-width: 92px;
  gap: 0.3rem;
  background: #f7f8ff;
  color: #101010;
}

.card-badge.mastercard i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.card-badge.mastercard i:first-child {
  background: #eb001b;
}

.card-badge.mastercard i:nth-child(2) {
  margin-left: -0.7rem;
  background: rgba(247, 158, 27, 0.88);
}

.card-badge.mastercard em {
  font-style: normal;
}

.recommended {
  position: absolute;
  left: 1.35rem;
  top: -0.85rem;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  padding: 0.2rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.payment-summary-card {
  border: 1px solid rgba(255, 214, 0, 0.28);
  border-radius: 8px;
  background: rgba(17, 19, 25, 0.76);
  padding: 1.8rem;
  box-shadow: var(--shadow);
}

.payment-route {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  border-radius: 8px;
  background: rgba(255, 214, 0, 0.08);
  color: var(--text);
  font-weight: 1000;
}

.payment-route span {
  color: var(--yellow);
}

.payment-line,
.payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}

.payment-line span,
.payment-line b {
  color: var(--text);
}

.payment-total {
  margin-bottom: 1.25rem;
  border-bottom: 0;
}

.payment-total span {
  color: var(--yellow);
  font-weight: 1000;
}

.payment-total strong {
  color: var(--text);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

:focus-visible {
  outline: 3px solid rgba(255, 214, 0, 0.65);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-panel {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 5, 6, 0.98);
    padding: 1rem;
  }

  .nav-panel.open {
    display: block;
  }

  .nav-links,
  .nav-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mega-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero,
  .boost-page-hero,
  .product-layout,
  .league-layout,
  .calculator,
  .coach-panel {
    grid-template-columns: 1fr;
  }

  .checkout-panel {
    position: static;
  }

  .promo-banner {
    grid-template-columns: 170px 1fr;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-visual img {
    width: min(560px, 104%);
    transform: translateX(0);
  }

  .bolt-orbit {
    width: min(560px, 96%);
    height: 185px;
    transform: rotate(-4deg) translateY(22px);
  }

  .hero-visual::after {
    left: 0;
    right: 0;
    bottom: 16%;
    height: 28%;
  }

  .metric-grid,
  .feature-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual::before {
    width: 96%;
    height: 250px;
    filter: blur(14px);
  }

  .hero-visual::after {
    bottom: 28%;
    height: 24%;
  }

  .bolt-orbit {
    width: 96%;
    height: 145px;
    transform: rotate(-4deg) translateY(10px);
  }

  .section-heading.split,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .metric-grid,
  .service-grid,
  .feature-grid,
  .review-grid,
  .faq-layout,
  .form-row,
  .coaching-shell,
  .payment-layout,
  .rank-config-grid,
  .placement-grid,
  .server-card,
  .product-notes,
  .league-options,
  .league-summary,
  .boost-tabs {
    grid-template-columns: 1fr;
  }

  .promo-banner {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .promo-mascot {
    min-height: 140px;
  }

  .checkout-ranks {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .coaching-option {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .coaching-price {
    grid-column: 2;
    justify-self: start;
  }

  .service-card {
    min-height: 240px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
