:root {
  --bg-0: #05070d;
  --bg-1: #090f1a;
  --bg-2: #0d1322;
  --panel: rgba(11, 17, 31, 0.88);
  --panel-strong: rgba(12, 18, 32, 0.96);
  --line: rgba(109, 128, 164, 0.2);
  --line-strong: rgba(137, 154, 188, 0.34);
  --text: #f6f0e6;
  --muted: #c2cbda;
  --muted-2: #8f9cb2;
  --blue: #5865f2;
  --red: #a80f14;
  --shadow: 0 30px 80px rgba(1, 4, 10, 0.55);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 16%, rgba(88, 101, 242, 0.14), transparent 20%),
    radial-gradient(circle at 18% 82%, rgba(168, 15, 20, 0.12), transparent 20%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  overflow-x: hidden;
}

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

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 900ms ease forwards;
}

.reveal.d2 { animation-delay: 160ms; }
.reveal.d3 { animation-delay: 300ms; }
.reveal.d4 { animation-delay: 440ms; }

@keyframes reveal {
  to { opacity: 1; transform: translateY(0); }
}

.opening {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(88, 101, 242, 0.16), transparent 26%),
    linear-gradient(180deg, #070b14 0%, #04060b 100%);
  animation: openingFade 2600ms ease forwards;
  pointer-events: none;
}

@keyframes openingFade {
  0%, 76% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

.opening-inner { text-align: center; }

.pulse-shell {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
}

.pulse-ring,
.pulse-ring::after,
.pulse-ring::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 999px;
  border: 1px solid rgba(88, 101, 242, 0.22);
  animation: ring 2.4s ease-out infinite;
}

.pulse-ring::before {
  inset: 0;
  animation-delay: 240ms;
  border-color: rgba(168, 15, 20, 0.2);
}

.pulse-ring::after {
  inset: 28px;
  animation-delay: 480ms;
}

@keyframes ring {
  0% { transform: scale(0.92); opacity: 0; }
  18% { opacity: 0.7; }
  100% { transform: scale(1.18); opacity: 0; }
}

.pulse-logo {
  width: 196px;
  max-width: 100%;
  height: auto;
  max-height: 196px;
  position: relative;
  z-index: 2;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(88, 101, 242, 0.1));
  animation: beat 2.4s ease-in-out infinite;
}

@keyframes beat {
  0%, 100% { transform: scale(1); }
  10% { transform: scale(1.03); }
  18% { transform: scale(1.08); }
  26% { transform: scale(1.02); }
  36% { transform: scale(1.06); }
  48% { transform: scale(1); }
}

.opening strong {
  display: block;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 14px;
  color: #9eaeff;
  margin-bottom: 10px;
}

.opening-title {
  margin: 0;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.opening p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.shell {
  width: min(var(--max), calc(100vw - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(6, 9, 16, 0.75);
  border-bottom: 1px solid rgba(128, 144, 175, 0.12);
}

.topbar-inner {
  width: min(var(--max), calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: auto;
  height: 48px;
  max-width: 100%;
  max-height: 48px;
  flex: 0 0 auto;
  min-width: 46px;
  border-radius: 0;
  display: block;
  object-fit: contain;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: 0 10px 24px rgba(3, 8, 18, 0.22);
}

.brand-copy strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9cabff;
}

.brand-copy span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
  color: #d8e0f5;
}

.brand-copy small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #dbe2ff;
  opacity: 0.78;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  color: var(--muted);
  justify-self: center;
  align-self: center;
}

.topbar--home .nav {
  transform: translateX(-96px);
}

.nav-page {
  transform: none;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.discord-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(114, 137, 218, 0.28);
  background:
    linear-gradient(135deg, rgba(88, 101, 242, 0.22), rgba(88, 101, 242, 0.1)),
    rgba(255,255,255,0.04);
  box-shadow: 0 16px 36px rgba(88, 101, 242, 0.16);
  transition: 180ms ease;
}

.discord-banner:hover { transform: translateY(-1px); }

.discord-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: block;
  color: #ffffff;
  opacity: 0.96;
}

.discord-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.discord-copy strong {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #eef1ff;
}

.discord-copy span {
  margin-top: 4px;
  font-size: 13px;
  color: #d3dafc;
  white-space: nowrap;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: 180ms ease;
  cursor: pointer;
}

button.cta {
  font: inherit;
}

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

.cta-primary {
  color: #07101b;
  background: var(--text);
  box-shadow: 0 16px 40px rgba(246, 240, 230, 0.12);
}

.cta-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border-color: rgba(130, 146, 179, 0.24);
}

.cta-discord {
  color: white;
  background: linear-gradient(135deg, #5865f2, #7380ff);
  box-shadow: 0 18px 40px rgba(88, 101, 242, 0.26);
}

.hero {
  padding: 54px 0 24px;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 18%, rgba(88, 101, 242, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(12, 18, 33, 0.94) 0%, rgba(8, 12, 21, 0.98) 100%);
  box-shadow: var(--shadow);
  padding: 58px 52px 50px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 800;
  color: #9cabff;
}

.hero-heart {
  position: relative;
  width: 370px;
  max-width: 100%;
  margin: 10px auto 22px;
  display: grid;
  place-items: center;
  min-height: 350px;
  overflow: visible;
}

.hero-heart::before,
.hero-heart::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-heart::before {
  width: 300px;
  height: 300px;
  background: rgba(88, 101, 242, 0.08);
  filter: blur(20px);
  animation: halo 4.5s ease-in-out infinite;
}

.hero-heart::after {
  inset: 12px;
  border: 1px solid rgba(88, 101, 242, 0.12);
  animation: ring 3s ease-out infinite;
}

@keyframes halo {
  0%, 100% { transform: scale(0.9); opacity: 0.5; }
  50% { transform: scale(1.08); opacity: 0.95; }
}

.hero-heart img {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  max-width: 320px;
  height: auto;
  max-height: 320px;
  display: block;
  object-fit: contain;
  transform-origin: center;
  animation: beat 2.5s ease-in-out infinite;
  filter: drop-shadow(0 0 28px rgba(88, 101, 242, 0.08));
}

.hero h1 {
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(52px, 7vw, 90px);
  line-height: 0.93;
  letter-spacing: -0.055em;
}

.rotating-line {
  min-height: 42px;
  margin: 18px 0 0;
  color: #dfe5ff;
  font-size: 26px;
  font-weight: 700;
}

.hero .lead {
  margin: 24px auto 0;
  max-width: 860px;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.hero-note {
  margin: 18px auto 0;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.6;
  max-width: 840px;
}

.hero-proof {
  margin: 16px auto 0;
  max-width: 760px;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(130, 146, 179, 0.22);
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
}

.hero-proof strong {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cfd8ff;
}

.hero-proof span {
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}

.metric {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(120, 137, 171, 0.16);
  background: rgba(255,255,255,0.04);
}

.metric strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.metric span {
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.46;
}

.banner-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
  align-items: stretch;
}

.affiliate-badge {
  margin: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid rgba(128, 146, 179, 0.24);
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}

.affiliate-badge-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border-radius: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.affiliate-badge img {
  height: 50px;
  width: auto;
  display: block;
  border-radius: 0;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}

.affiliate-badge span {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #dfe5ff;
  white-space: nowrap;
}

.affiliate-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.proof-pane--compact img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.banner-box {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  box-shadow: var(--shadow);
}

.banner-box img {
  width: 100%;
  display: block;
}

.mvs-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.mvs-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
  box-shadow: var(--shadow);
}

.mvs-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.mvs-banner--hero {
  grid-column: span 2;
}

.mvs-banner--horizontal {
  border-radius: 16px;
}

.mvs-banner--compact {
  max-width: 468px;
}

.mvs-banner--card {
  max-width: 250px;
  margin: 0 auto 16px;
  border-radius: 18px;
}

.mvs-impression-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.banner-box--hrc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 10px 18px;
  background: linear-gradient(180deg, rgba(44, 47, 56, 0.96), rgba(27, 30, 38, 0.98));
}

.banner-box--hrc img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

section.block { padding: 18px 0 0; }

.section-head {
  max-width: 860px;
  margin-bottom: 26px;
}

.section-head h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.inline-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(156, 171, 255, 0.4);
  text-underline-offset: 3px;
}

.inline-link:hover {
  color: #dfe5ff;
  text-decoration-color: rgba(156, 171, 255, 0.9);
}

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

.card {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
}

.card .label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #97a8ff;
  font-weight: 800;
}

.card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
}

.card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.tool-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.tool-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.tool-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(120, 137, 171, 0.18);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tool-feature-visual {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(128, 146, 179, 0.14);
}

.tool-feature-visual img {
  width: 100%;
  display: block;
}

.tool-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.tool-feature-copy strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9cabff;
}

.tool-feature-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.tool-feature-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.tool-feature-copy .cta {
  width: fit-content;
  margin-top: 6px;
}

.tool-tile {
  min-height: 112px;
  padding: 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(120, 137, 171, 0.16);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 180ms ease;
}

.tool-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(156, 171, 255, 0.28);
}

.tool-tile img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  width: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}

.tool-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 4px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #eef1ff;
}

.tool-wordmark--slot { color: #ffd36a; }
.tool-wordmark--stars { color: #b8c4ff; }
.tool-wordmark--check { color: #9ee6ff; }
.tool-wordmark--hrc { color: #ffffff; letter-spacing: 0.08em; }
.tool-wordmark--pt4 { color: #f7f1e4; }
.tool-wordmark--lobbyze { color: #8dd7ff; }
.tool-wordmark--jurojin { color: #d7d4ff; }

.card .hint {
  display: block;
  margin-top: 20px;
  color: #e0e5ff;
  font-weight: 700;
  font-size: 15px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.proof-pane {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 18, 33, 0.96), rgba(9, 13, 24, 0.98));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-pane img {
  width: 100%;
  display: block;
  background: #0a101b;
}

.proof-copy {
  padding: 22px 24px 26px;
}

.proof-copy strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.proof-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}

.proof-copy .closing {
  margin-top: 18px;
  color: #e0e5ff;
  font-weight: 700;
  line-height: 1.5;
}

.cta-band {
  margin: 30px 0 40px;
  padding: 40px 36px;
  border-radius: 34px;
  border: 1px solid rgba(130, 146, 179, 0.2);
  background:
    linear-gradient(135deg, rgba(88, 101, 242, 0.16), rgba(168, 15, 20, 0.16)),
    rgba(10, 15, 27, 0.98);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.cta-band p {
  margin: 18px 0 0;
  max-width: 840px;
  color: rgba(246, 240, 230, 0.9);
  font-size: 21px;
  line-height: 1.58;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.section-link,
.footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(130, 146, 179, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #dfe5ff;
  font-size: 14px;
  transition: 180ms ease;
}

.section-link:hover,
.footer-link:hover {
  transform: translateY(-1px);
  border-color: rgba(156, 171, 255, 0.42);
}

.step-grid,
.faq-grid,
.tool-card-grid {
  display: grid;
  gap: 18px;
}

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

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

.tool-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

details.faq-item,
.faq-item,
.tool-card,
.notice-block {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
}

.faq-item summary,
.faq-item h3,
.tool-card h3,
.notice-block h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--text);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(130, 146, 179, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #dfe5ff;
  font-size: 20px;
}

details.faq-item[open] summary::after {
  content: "-";
}

.faq-item p,
.tool-card p,
.notice-block p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.notice-block {
  margin-top: 20px;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.card-list li {
  position: relative;
  padding-left: 18px;
}

.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9cabff;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(130, 146, 179, 0.24);
  background: rgba(255,255,255,0.04);
  color: #dbe2ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.card-actions .cta {
  width: fit-content;
}

.footer-links {
  width: min(var(--max), calc(100vw - 40px));
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.footer-note {
  width: min(var(--max), calc(100vw - 40px));
  margin: 0 auto 34px;
  text-align: center;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .grid-3,
  .proof-grid,
  .hero-metrics,
  .banner-strip,
  .mvs-banner-grid,
  .affiliate-stack,
  .tool-showcase,
  .tool-feature,
  .step-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .mvs-banner--hero {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px 0;
  }

  .topbar--home .nav,
  .nav-page {
    transform: none;
  }

  .nav,
  .nav-page {
    grid-column: 1 / -1;
    justify-self: start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-wrap {
    padding: 40px 28px 34px;
    border-radius: 30px;
  }

  .hero-heart {
    width: 220px;
    min-height: 190px;
    margin: 4px auto 16px;
  }

  .hero-heart::before {
    width: 180px;
    height: 180px;
  }

  .hero-heart img {
    width: min(100%, 180px);
    max-width: 180px;
    max-height: 180px;
  }

  .hero h1 {
    font-size: clamp(36px, 7vw, 58px);
    line-height: 0.96;
  }

  .rotating-line {
    min-height: 28px;
    font-size: 20px;
  }

  .hero .lead {
    font-size: 19px;
    line-height: 1.52;
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .section-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-link,
  .footer-link {
    width: 100%;
  }

  .content-feed-block,
  .editorial-sheet,
  .cta-band {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 760px) {
  .shell,
  .topbar-inner,
  .footer-links,
  .footer-note {
    width: min(var(--max), calc(100vw - 24px));
  }

  html {
    scroll-behavior: auto;
  }

  .opening {
    display: none;
  }

  .reveal,
  .pulse-ring,
  .pulse-ring::after,
  .pulse-ring::before,
  .pulse-logo,
  .hero-heart::before,
  .hero-heart::after,
  .hero-heart img {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .topbar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    padding: 10px 0;
  }

  .topbar-actions {
    display: none;
  }

  .nav,
  .nav-page {
    display: none;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-mark {
    height: 36px;
    min-width: 36px;
    box-shadow: none;
  }

  .brand-copy strong {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .brand-copy span {
    display: none;
  }

  .brand-copy small {
    display: none;
  }

  .hero-wrap {
    padding: 26px 18px 24px;
    border-radius: 24px;
    text-align: left;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .hero-heart {
    display: none;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 10.2vw, 40px);
    line-height: 0.98;
  }

  .rotating-line {
    display: none;
  }

  .hero .lead {
    max-width: 100%;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.56;
  }

  .hero-proof {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .hero-proof span {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  body:not([data-page="atendimento"]) .hero-actions > :nth-child(n + 3) {
    display: none;
  }

  .cta,
  .discord-banner,
  .card-actions .cta,
  .card-actions .discord-banner {
    width: 100%;
  }

  .cta,
  .discord-banner,
  .section-link,
  .footer-link {
    min-height: 50px;
  }

  .page-home .affiliate-stack,
  .page-home .banner-strip {
    display: none;
  }

  .page-home .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .page-home .hero-metrics .metric:not(:first-child) {
    display: none;
  }

  .metric {
    padding: 14px;
  }

  .metric strong {
    font-size: 18px;
  }

  .metric span {
    font-size: 13px;
  }

  .section-head h2 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.02;
  }

  .section-head p,
  .content-feed-block p,
  .article-body,
  .editorial-panel p {
    font-size: 15px;
    line-height: 1.62;
  }

  .block {
    padding: 20px 0;
  }

  .card,
  .content-feed-block,
  .editorial-sheet,
  .cta-band {
    border-radius: 24px;
  }

  .card {
    padding: 20px 18px;
  }

  .content-feed-block,
  .editorial-sheet,
  .cta-band {
    padding: 20px 18px;
  }

  .card h3,
  .content-feed-block h3 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.12;
  }

  .cta-band h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .cta-band p {
    font-size: 16px;
    line-height: 1.58;
  }

  .editorial-grid,
  .content-media-grid,
  .content-feed-grid {
    grid-template-columns: 1fr;
  }

  .editorial-panel,
  .content-media-card {
    padding: 14px;
    border-radius: 18px;
  }

  .content-media-card img {
    border-radius: 12px;
  }

  .opening-title { font-size: 42px; }
  .opening p { font-size: 17px; }
  .pulse-shell { width: 220px; height: 220px; }
  .pulse-logo { width: 164px; }
}

@media (max-width: 430px) {
  .nav,
  .nav-page {
    display: none;
  }

  .topbar-actions {
    max-width: 48vw;
  }

  .topbar-actions .cta,
  .topbar-actions .discord-banner {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-wrap {
    padding: 24px 16px 22px;
  }

  .hero h1 {
    font-size: clamp(29px, 10.8vw, 36px);
  }

  .hero .lead,
  .hero-proof span,
  .cta-band p,
  .section-head p,
  .content-feed-block p {
    font-size: 14px;
  }

  .brand-copy span {
    display: none;
  }
}

.content-feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.content-feed-stack {
  display: grid;
  gap: 24px;
}

.content-feed-block {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
}

.content-feed-block h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.content-feed-block p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.content-card {
  min-height: 100%;
}

.content-card--editorial {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-card-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.content-card-topline--hero {
  margin-top: 18px;
}

.source-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.source-badge--discord {
  background: rgba(120, 187, 255, 0.14);
  border-color: rgba(120, 187, 255, 0.28);
  color: #cfe5ff;
}

.source-badge--support {
  background: rgba(106, 231, 184, 0.14);
  border-color: rgba(106, 231, 184, 0.28);
  color: #d1ffe9;
}

.source-badge--official {
  background: rgba(255, 211, 107, 0.14);
  border-color: rgba(255, 211, 107, 0.28);
  color: #ffe9af;
}

.content-card h3 {
  margin: 0;
}

.content-card-link {
  color: var(--text);
}

.content-editorial-group {
  display: grid;
  gap: 8px;
}

.content-editorial-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.content-card p {
  margin: 0;
}

.content-checklist {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.content-checklist li {
  color: var(--text);
}

.content-empty {
  color: var(--muted-2);
  font-size: 14px;
}

.content-tip {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(124, 151, 194, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.content-validation {
  display: grid;
  gap: 6px;
  padding-top: 4px;
}

.content-validation strong {
  color: var(--text);
}

.content-validation small {
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.5;
}

.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted-2);
  font-size: 12px;
}

.content-meta span {
  border: 1px solid rgba(130, 146, 179, 0.2);
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.03);
}

.content-inline-link {
  align-self: center;
  color: #dfe5ff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cta-note {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.5;
}

.article-body {
  max-width: 880px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.editorial-sheet {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 21, 37, 0.96), rgba(9, 14, 24, 0.98));
  box-shadow: var(--shadow);
}

.editorial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.editorial-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(124, 151, 194, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.editorial-panel p,
.editorial-panel strong {
  margin: 0;
}

.editorial-panel--tip {
  background: linear-gradient(180deg, rgba(51, 74, 115, 0.22), rgba(20, 28, 44, 0.3));
}

.block-media {
  padding-top: 0;
}

.content-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.content-media-card {
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(124, 151, 194, 0.16);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.content-media-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(124, 151, 194, 0.18);
}

.content-media-card figcaption {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.article-body h2 {
  margin: 34px 0 12px;
  color: var(--text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.article-body ul {
  padding-left: 22px;
}

.article-body li {
  margin: 8px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  color: var(--muted-2);
  font-size: 13px;
}

.breadcrumb a {
  color: #dfe5ff;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(223, 229, 255, 0.36);
}
