:root {
  --ink: #080808;
  --muted: #575861;
  --line: #ececef;
  --soft: #f4f4f5;
  --panel: #ffffff;
  --green: #087a48;
  --violet: #6427ff;
  --sky: #e3e7eb;
  --shadow: 0 24px 70px rgba(12, 12, 18, 0.08);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #dfe3e7;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

img,
svg,
video {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
button,
span,
strong {
  overflow-wrap: break-word;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #080808;
  font-weight: 800;
}

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

.site-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-shell,
.page-hero {
  margin-top: 18px;
  background: #f7f7f8;
  border-radius: 22px;
  overflow: hidden;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
}

.brand,
.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}

.nav-links a {
  color: #333;
  padding: 8px 10px;
  border-radius: 999px;
  min-width: 0;
  text-align: center;
}

.nav-links .active {
  background: var(--soft);
}

.nav-links .nav-cta {
  color: #fff;
  background: var(--ink);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 520px;
  padding: 76px 56px 38px;
}

.hero-copy {
  align-self: end;
  max-width: 470px;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: #2d2d31;
  font-size: 13px;
  font-weight: 700;
}

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

.hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 430px;
  color: #484951;
  font-size: 17px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  font-family: inherit;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

.button.primary,
.button.dark {
  color: #fff;
  background: var(--ink);
}

.button.secondary {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.phone-illustration {
  position: relative;
  min-height: 400px;
}

.phone {
  position: absolute;
  top: 22px;
  left: 12%;
  width: 235px;
  min-height: 410px;
  transform: rotate(-14deg);
  border: 10px solid #111;
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 36px 18px 18px;
  z-index: 3;
}

.phone-pill {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 58px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111;
}

.metric-row,
.search-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  padding: 14px;
  background: #f2f3f5;
  font-size: 12px;
}

.metric-row strong {
  color: var(--green);
}

.chart-lines {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.chart-lines span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #ececef 70%);
}

.chart-lines span:nth-child(2) {
  width: 72%;
}

.chart-lines span:nth-child(3) {
  width: 86%;
}

.green-tile {
  display: grid;
  place-items: center;
  margin-top: 18px;
  height: 90px;
  border-radius: 22px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
  font-size: 30px;
}

.hand-shape {
  position: absolute;
  right: 1%;
  top: 54px;
  width: 360px;
  height: 250px;
  border-radius: 58% 42% 56% 44%;
  border: 3px solid #141414;
  background: #fff;
  transform: rotate(24deg);
}

.hand-shape::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -68px;
  width: 170px;
  height: 130px;
  border-radius: 42px;
  background: #070707;
}

.spark {
  position: absolute;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
}

.spark-one {
  right: 160px;
  top: 22px;
  width: 90px;
  height: 32px;
  transform: rotate(-28deg);
}

.spark-two {
  right: 88px;
  top: 16px;
  width: 38px;
  height: 80px;
  transform: rotate(34deg);
}

.headline-section {
  width: min(780px, calc(100% - 32px));
  margin: 86px auto 68px;
  text-align: center;
}

.headline-section h2,
.center-copy h1 {
  font-size: clamp(34px, 6vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.avatar-stack {
  display: inline-flex;
  margin-top: 12px;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  font-weight: 800;
}

.avatar-stack span:nth-child(2) {
  background: #b83c25;
}

.avatar-stack span:nth-child(3) {
  background: var(--green);
}

.avatar-stack span:nth-child(4) {
  background: #111;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr 220px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 78px;
}

.dashboard-card,
.growth-tile,
.insight-card,
.quote-panel,
.post-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.dashboard-card {
  min-height: 360px;
  padding: 28px;
  background: #e8ecef;
}

.dashboard-window {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.dashboard-window span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mini-panel {
  min-height: 88px;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
}

.mini-panel.wide {
  grid-column: span 2;
}

.mini-panel small,
.mini-panel strong {
  display: block;
}

.mini-panel small {
  color: var(--muted);
}

.mini-panel strong {
  margin-top: 8px;
  font-size: 28px;
}

.mini-panel.dark {
  color: #fff;
  background: #111;
}

.mini-panel.graph {
  background:
    radial-gradient(circle at 20% 80%, var(--green) 0 8px, transparent 9px),
    linear-gradient(135deg, transparent 45%, var(--violet) 46% 54%, transparent 55%),
    #fff;
}

.demo-pill {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 800;
}

.feature-list {
  display: grid;
  align-content: center;
  gap: 0;
}

.feature-list article {
  display: grid;
  grid-template-columns: 44px 1fr 1.3fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span {
  color: var(--muted);
  font-weight: 800;
}

.feature-list h3 {
  margin-bottom: 0;
  font-size: 15px;
}

.feature-list p {
  margin-bottom: 0;
  color: #484951;
  font-size: 13px;
  line-height: 1.45;
}

.growth-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 28px;
  color: #fff;
  background: var(--green);
}

.growth-tile strong {
  font-size: 48px;
}

.growth-tile span {
  line-height: 1.45;
}

.insight-card {
  display: grid;
  grid-template-columns: 1fr 360px 220px;
  gap: 32px;
  align-items: center;
  margin-bottom: 74px;
  padding: 44px;
  background: #f6f6f7;
}

.insight-card h2 {
  max-width: 470px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.arc-wrap {
  position: relative;
  height: 190px;
}

.arc {
  position: absolute;
  inset: 0;
  border-radius: 190px 190px 0 0;
  border: 34px solid transparent;
  border-top-color: #e5e5e8;
  border-left-color: #e5e5e8;
  border-right-color: #e5e5e8;
}

.arc-front {
  border-top-color: var(--violet);
  border-right-color: var(--violet);
  transform: rotate(18deg);
}

.arc-label {
  position: absolute;
  right: 38px;
  bottom: 18px;
  color: #fff;
  background: var(--violet);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
}

.stat-block strong,
.stat-block span {
  display: block;
}

.stat-block strong {
  font-size: 54px;
}

.stat-block span {
  color: #484951;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 74px;
}

.proof-strip article,
.process-grid article,
.home-cta {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.proof-strip article {
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding: 26px;
}

.proof-strip strong {
  font-size: 34px;
  line-height: 1;
}

.proof-strip span {
  color: #484951;
  line-height: 1.55;
}

.process-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 74px;
}

.section-heading {
  position: sticky;
  top: 20px;
}

.section-heading h2 {
  max-width: 430px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.process-grid {
  display: grid;
  gap: 16px;
}

.process-grid article {
  display: grid;
  grid-template-columns: 58px 0.5fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #080808;
  font-size: 13px;
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.process-grid p {
  margin-bottom: 0;
  color: #484951;
  line-height: 1.55;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 78px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(8, 122, 72, 0.12), transparent 46%),
    #fff;
}

.home-cta h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}

.page-hero {
  padding-bottom: 70px;
}

.compact-hero {
  background: #fff;
}

.blog-hero {
  background: #f6f6f7;
}

.center-copy {
  width: min(760px, calc(100% - 48px));
  margin: 76px auto 28px;
  text-align: center;
}

.article-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: #484951;
  font-size: 17px;
  line-height: 1.6;
}

.article-layout {
  margin-top: 22px;
  margin-bottom: 78px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  color: #676770;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: #111;
}

.article-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-image {
  height: clamp(280px, 45vw, 520px);
}

.inline-image {
  height: clamp(240px, 36vw, 430px);
  margin: 34px 0;
}

.article-image figcaption {
  padding: 12px 18px 16px;
  color: #4f5058;
  font-size: 12px;
}

.article-body {
  width: min(820px, 100%);
  margin: 42px auto 0;
  border-radius: 24px;
  background: #fff;
  padding: clamp(24px, 5vw, 56px);
  box-shadow: var(--shadow);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: #41424a;
  font-size: 13px;
  font-weight: 700;
}

.article-meta span {
  border-radius: 999px;
  background: #f2f3f5;
  padding: 8px 11px;
}

.toc {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #f8f8f9;
}

.toc strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.toc a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.article-body .lead {
  color: #303036;
  font-size: 20px;
  line-height: 1.65;
}

.article-body h2 {
  margin: 42px 0 14px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
}

.article-body h3 {
  margin: 28px 0 10px;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.15;
}

.article-body p,
.article-body li {
  color: #484951;
  font-size: 16px;
  line-height: 1.75;
}

.article-body p a,
.article-body li a,
.author-card a {
  color: #078b52;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.comparison-table {
  display: grid;
  margin: 24px 0 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.comparison-table div {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr 1.2fr;
}

.comparison-table div:first-child {
  color: #fff;
  background: #080808;
}

.comparison-table span,
.comparison-table strong {
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.45;
}

.comparison-table span:last-child,
.comparison-table strong:last-child {
  border-right: 0;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  border-radius: 22px;
  padding: 24px;
  color: #fff;
  background: #080808;
}

.article-cta span,
.article-cta strong {
  display: block;
}

.article-cta span {
  margin-bottom: 6px;
  color: #b7b7be;
  font-size: 13px;
}

.article-cta .button {
  flex: 0 0 auto;
  color: #080808;
  background: #fff;
}

.author-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: #f8f8f9;
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: #080808;
  font-size: 26px;
  font-weight: 900;
}

.author-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.author-card p {
  margin-bottom: 10px;
}

.back-to-top {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #080808;
  font-size: 13px;
  font-weight: 800;
}

.service-table {
  display: grid;
  gap: 14px;
  margin-top: 54px;
  margin-bottom: 72px;
}

.service-table article {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.4fr 42px;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 12px 14px 12px 22px;
}

.service-table article.selected {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.service-table div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.check {
  color: #0b6fae;
}

.service-table .selected .check,
.service-table .selected span:not(.check) {
  color: #d8d8dc;
}

.service-table span:not(.check) {
  color: #5a5b63;
  font-size: 13px;
}

.service-table p {
  margin-bottom: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.35;
}

.service-table .selected p {
  color: #d8d8dc;
}

.service-table a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f7f7f7;
  color: #111;
  font-size: 26px;
}

.quote-panel {
  position: relative;
  min-height: 460px;
  margin-bottom: 74px;
  overflow: hidden;
  padding: 72px 28px 28px;
  text-align: center;
  background: #dde2e7;
}

.quote-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0 auto 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
}

.quote-panel .button {
  position: relative;
  z-index: 2;
}

.clouds span {
  position: absolute;
  width: 56px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
}

.clouds span:nth-child(1) {
  left: 8%;
  top: 76px;
}

.clouds span:nth-child(2) {
  right: 16%;
  top: 96px;
}

.clouds span:nth-child(3) {
  left: 18%;
  bottom: 128px;
}

.clouds span:nth-child(4) {
  right: 12%;
  bottom: 178px;
}

.clouds span:nth-child(5) {
  left: 46%;
  top: 52px;
}

.plane {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 420px;
  height: 150px;
  transform: translateX(-50%) rotate(8deg);
}

.plane-body {
  position: absolute;
  left: 50px;
  top: 56px;
  width: 310px;
  height: 58px;
  border: 2px solid #111;
  border-radius: 70% 32% 38% 70%;
  background: #fff;
}

.plane-body::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 8px;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.plane-wing,
.plane-tail {
  position: absolute;
  border: 2px solid #111;
  background: #fff;
}

.plane-wing {
  left: 135px;
  top: 18px;
  width: 108px;
  height: 78px;
  transform: skewX(-42deg);
}

.plane-tail {
  left: 42px;
  top: 36px;
  width: 64px;
  height: 50px;
  transform: skewX(38deg);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
  margin-bottom: 78px;
}

.post-card {
  min-height: 300px;
  padding: 28px;
}

.featured-post {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(18, 201, 120, 0.14), transparent 42%),
    #fff;
}

.post-card span {
  display: inline-flex;
  margin-bottom: 26px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 800;
}

.post-card h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.post-card p {
  color: #5e5e66;
  line-height: 1.55;
}

.post-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  padding: 56px 0 96px;
  color: #fff;
  background: #080808;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.footer-brand .brand {
  width: fit-content;
  color: #080808;
}

.footer-brand p {
  max-width: 420px;
  margin: 20px 0 0;
  color: #d6d6dc;
  line-height: 1.65;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-links strong,
.footer-contact strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: #d6d6dc;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  color: #bdbdc6;
  font-size: 13px;
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: #087a48;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 900;
}

.whatsapp-widget::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 65% 65%, #087a48 0 4px, transparent 5px),
    radial-gradient(circle, #fff 0 11px, transparent 12px);
}

.mission-cart {
  position: fixed;
  right: 20px;
  bottom: 94px;
  z-index: 45;
  color: #f8fbff;
  font-size: 13px;
}

.mission-cart-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid rgba(101, 244, 255, 0.42);
  border-radius: 999px;
  padding: 0 14px 0 18px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #a875ff 58%, #ff315d);
  box-shadow: 0 0 28px rgba(101, 244, 255, 0.28);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mission-cart-toggle strong {
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 4, 11, 0.78);
}

.mission-cart-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: grid;
  gap: 14px;
  width: min(380px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 150px));
  overflow: auto;
  border: 1px solid rgba(101, 244, 255, 0.32);
  border-radius: 8px;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(101, 244, 255, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(12, 20, 42, 0.96), rgba(14, 8, 28, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62), inset 0 0 34px rgba(98, 226, 255, 0.06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mission-cart.is-open .mission-cart-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.mission-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mission-cart-head span {
  display: block;
  margin-bottom: 4px;
  color: #65f4ff;
  font-size: 11px;
  font-weight: 900;
}

.mission-cart-head strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.mission-cart-head button,
.mission-cart-clear {
  border: 1px solid rgba(101, 244, 255, 0.26);
  border-radius: 999px;
  padding: 9px 12px;
  color: #dce7ff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mission-cart-items {
  display: grid;
  gap: 10px;
}

.mission-cart-empty {
  margin: 0;
  border: 1px dashed rgba(101, 244, 255, 0.26);
  border-radius: 8px;
  padding: 18px;
  color: #bdcbe8;
  background: rgba(255, 255, 255, 0.04);
}

.mission-cart-item {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(101, 244, 255, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.mission-cart-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.mission-cart-item span {
  display: block;
  margin-top: 5px;
  color: #8fefff;
  font-weight: 800;
}

.mission-cart-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mission-cart-controls button {
  min-height: 34px;
  border: 1px solid rgba(101, 244, 255, 0.26);
  border-radius: 999px;
  padding: 0 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mission-cart-controls span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  color: #05060d;
  background: #65f4ff;
}

.mission-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(101, 244, 255, 0.2);
  padding-top: 14px;
}

.mission-cart-total span {
  color: #bdcbe8;
  font-weight: 900;
}

.mission-cart-total strong {
  color: #65f4ff;
  font-size: 28px;
}

.mission-cart-checkout,
.mission-cart-clear {
  width: 100%;
}

.mission-cart-checkout[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.home-superhero,
.legal-page {
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 4%, rgba(101, 244, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(154, 108, 255, 0.18), transparent 30%),
    #070b14;
}

.home-superhero .site-shell,
.legal-page .site-shell {
  width: min(1180px, calc(100% - 32px));
}

.home-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.98), rgba(7, 11, 20, 0.66), rgba(7, 11, 20, 0.96)),
    var(--home-hero-image) center/cover;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.home-hero::before {
  background:
    linear-gradient(rgba(101, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 108, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.home-hero::after {
  background:
    radial-gradient(circle at 72% 35%, rgba(101, 244, 255, 0.22), transparent 24%),
    radial-gradient(circle at 44% 72%, rgba(154, 108, 255, 0.16), transparent 28%),
    linear-gradient(180deg, transparent 64%, #070b14 100%);
}

.home-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.home-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #65f4ff;
  box-shadow: 0 0 18px #65f4ff;
  animation: particleFloat var(--speed, 8s) linear infinite;
  opacity: 0.78;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
  gap: 32px;
  align-items: center;
  min-height: 690px;
  padding: 70px 0 96px;
}

.home-hero-copy h1 {
  max-width: none;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(52px, 8.2vw, 118px);
  line-height: 0.92;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: 0 0 38px rgba(101, 244, 255, 0.45), 0 12px 0 rgba(154, 108, 255, 0.18);
}

.home-hero-copy h1 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(44px, 6.5vw, 92px);
  line-height: 0.92;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  background: linear-gradient(135deg, #65f4ff, #9a6cff 52%, #ff315d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 24px rgba(101, 244, 255, 0.4));
}

.home-hero-copy p:not(.classified-label) {
  max-width: 680px;
  color: #dce7ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.home-command-card,
.home-service-card,
.home-final-cta,
.legal-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(101, 244, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.78), rgba(14, 8, 28, 0.78));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48), inset 0 0 34px rgba(98, 226, 255, 0.06);
  backdrop-filter: blur(18px);
}

.home-command-card::before,
.home-service-card::before,
.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(101, 244, 255, 0.7), rgba(154, 108, 255, 0.18), rgba(255, 49, 93, 0.44));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.65;
  pointer-events: none;
}

.home-command-card {
  min-height: 520px;
  padding: 26px;
}

.hero-silhouette {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
  margin: 24px 0;
}

.hero-silhouette::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 244, 255, 0.22), transparent 64%);
  box-shadow: 0 0 80px rgba(101, 244, 255, 0.22);
  animation: orbitPulse 4s ease-in-out infinite;
}

.hero-silhouette span {
  position: relative;
  width: 150px;
  height: 230px;
  clip-path: polygon(50% 0, 72% 16%, 66% 38%, 92% 50%, 68% 59%, 77% 100%, 50% 82%, 22% 100%, 31% 59%, 8% 50%, 34% 38%, 28% 16%);
  background: linear-gradient(160deg, #65f4ff, #9a6cff 52%, #ff315d);
  filter: drop-shadow(0 0 36px rgba(101, 244, 255, 0.6));
  animation: heroHover 4s ease-in-out infinite;
}

.home-section {
  margin-bottom: 96px;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-service-card {
  min-height: 250px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-service-card:hover,
.home-tool-list a:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 244, 255, 0.54);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 0 42px rgba(101, 244, 255, 0.18);
}

.home-service-card span {
  display: inline-grid;
  place-items: center;
  min-width: 56px;
  height: 42px;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #9a6cff);
  padding: 0 12px;
  font-weight: 900;
}

.home-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.home-service-card p,
.home-tools-grid p,
.legal-panel p,
.legal-panel li {
  color: #bdcbe8;
  line-height: 1.65;
}

.home-tools-band {
  margin-bottom: 96px;
  background:
    radial-gradient(circle at 18% 8%, rgba(101, 244, 255, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(7, 11, 20, 0.96), rgba(7, 11, 20, 0.7)),
    #03040b;
}

.home-tools-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding: 78px 0;
}

.home-tools-grid h2,
.home-final-cta h2,
.legal-panel h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1;
}

.home-tool-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.home-tool-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(101, 244, 255, 0.22);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-tool-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #9a6cff);
  font-weight: 900;
}

.home-tool-list strong {
  color: #fff;
}

.home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 96px;
  padding: clamp(24px, 4vw, 44px);
}

.home-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-socials a {
  border: 1px solid rgba(101, 244, 255, 0.24);
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 900;
}

.home-footer-bottom span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-footer-bottom a {
  color: #d6d6dc;
}

.legal-panel {
  margin: 54px auto;
  padding: clamp(24px, 5vw, 52px);
}

.legal-panel .brand {
  width: fit-content;
  margin-bottom: 34px;
}

.legal-panel a:not(.button) {
  color: #65f4ff;
  font-weight: 900;
}

.home-superhero .button.primary,
.home-superhero .button.secondary,
.home-superhero .neon-button,
.legal-page .button.primary {
  color: #f8fbff;
  background:
    linear-gradient(135deg, rgba(101, 244, 255, 0.24), rgba(154, 108, 255, 0.22), rgba(255, 49, 93, 0.16)),
    rgba(5, 8, 18, 0.84);
  box-shadow:
    0 0 26px rgba(101, 244, 255, 0.2),
    inset 0 0 0 1px rgba(101, 244, 255, 0.34);
}

.home-superhero .button.primary:hover,
.home-superhero .button.secondary:hover,
.legal-page .button.primary:hover {
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #9a6cff);
}

.arsenal-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 28%, rgba(101, 244, 255, 0.22), transparent 24%),
    radial-gradient(circle at 18% 10%, rgba(154, 108, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #070b14 0%, #03040b 100%);
}

.arsenal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(101, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 108, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.intelligence-hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 49, 93, 0.18), transparent 24%),
    radial-gradient(circle at 18% 10%, rgba(101, 244, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #070b14 0%, #03040b 100%);
}

.arsenal-hero-grid {
  display: grid;
  align-items: center;
  min-height: 420px;
  padding: 54px 0 78px;
}

.arsenal-hero h1 {
  max-width: 960px;
  color: #fff;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(101, 244, 255, 0.42);
}

.arsenal-hero p:not(.classified-label) {
  max-width: 720px;
  color: #dce7ff;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
}

.arsenal-grid,
.intelligence-grid-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -58px;
  margin-bottom: 96px;
  position: relative;
  z-index: 2;
}

.arsenal-grid article,
.intelligence-grid-page article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid rgba(101, 244, 255, 0.24);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.86), rgba(14, 8, 28, 0.82));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48), inset 0 0 34px rgba(98, 226, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.arsenal-grid article:hover,
.intelligence-grid-page article:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 244, 255, 0.54);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 0 42px rgba(101, 244, 255, 0.18);
}

.arsenal-grid span,
.intelligence-grid-page span {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 42px;
  border-radius: 8px;
  padding: 0 12px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #9a6cff);
  font-size: 12px;
  font-weight: 900;
}

.arsenal-grid h2,
.intelligence-grid-page h2 {
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.06;
}

.arsenal-grid p,
.intelligence-grid-page p {
  color: #bdcbe8;
  line-height: 1.6;
}

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

.intelligence-grid-page .featured {
  grid-column: span 2;
  min-height: 330px;
  background:
    radial-gradient(circle at 82% 18%, rgba(101, 244, 255, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(12, 20, 42, 0.9), rgba(14, 8, 28, 0.84));
}

.intelligence-grid-page a {
  display: inline-flex;
  margin-top: 12px;
  color: #65f4ff;
  font-weight: 900;
}

.checkout-universe {
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 229, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(138, 43, 226, 0.18), transparent 30%),
    #070b14;
}

.checkout-universe .site-shell {
  width: min(1180px, calc(100% - 32px));
}

.checkout-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.98), rgba(7, 11, 20, 0.66), rgba(7, 11, 20, 0.96)),
    var(--checkout-hero-image) center/cover;
}

.checkout-hero::before,
.checkout-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.checkout-hero::before {
  background:
    linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 99, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.checkout-hero::after {
  background:
    radial-gradient(circle at 72% 38%, rgba(0, 255, 198, 0.22), transparent 22%),
    radial-gradient(circle at 42% 70%, rgba(138, 43, 226, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 64%, #070b14 100%);
}

.checkout-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.checkout-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00e5ff;
  box-shadow: 0 0 18px #00e5ff;
  animation: particleFloat var(--speed, 8s) linear infinite;
}

.checkout-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: 690px;
  padding: 70px 0 96px;
}

.checkout-copy h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 38px rgba(0, 229, 255, 0.45), 0 12px 0 rgba(108, 99, 255, 0.18);
}

.checkout-copy p:not(.classified-label) {
  max-width: 680px;
  color: #dce7ff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.checkout-trust-row,
.paypal-badges,
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.checkout-trust-row span,
.paypal-badges span,
.payment-methods span {
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 900;
}

.checkout-card,
.checkout-power-grid article,
.power-meter-panel,
.payment-card,
.checkout-proof-stack article,
.checkout-social-proof article,
.mission-countdown {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.84), rgba(14, 8, 28, 0.8));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.52), inset 0 0 34px rgba(0, 229, 255, 0.06);
  backdrop-filter: blur(18px);
}

.checkout-card {
  padding: 26px;
}

.checkout-plan {
  margin: 28px 0;
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.checkout-plan span {
  color: #00ffc6;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-plan h2 {
  margin: 12px 0;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.checkout-plan strong {
  display: block;
  color: #00e5ff;
  font-size: 72px;
  line-height: 1;
}

.checkout-plan p,
.checkout-power-grid p,
.payment-card p,
.checkout-social-proof p,
.mission-countdown p {
  color: #bdcbe8;
  line-height: 1.6;
}

.checkout-pulse {
  animation: ctaPulse 2.2s ease-in-out infinite;
}

.checkout-powers {
  margin-bottom: 96px;
}

.checkout-power-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.checkout-power-grid article {
  min-height: 240px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.checkout-power-grid article:hover {
  transform: perspective(900px) rotateX(3deg) rotateY(-4deg) translateY(-6px);
  border-color: rgba(0, 229, 255, 0.56);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 0 42px rgba(0, 229, 255, 0.22);
}

.checkout-power-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 42px;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, #00e5ff, #8a2be2);
  font-weight: 900;
}

.checkout-power-grid h3,
.power-meter-panel h2,
.payment-card h2,
.mission-countdown h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
}

.power-meter-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 96px;
  padding: clamp(24px, 4vw, 42px);
}

.power-meters {
  display: grid;
  gap: 14px;
}

.power-meters span {
  display: grid;
  gap: 9px;
}

.power-meters b {
  color: #dce7ff;
  font-size: 13px;
}

.power-meters i {
  position: relative;
  overflow: hidden;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.power-meters i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--level);
  border-radius: inherit;
  background: linear-gradient(90deg, #00e5ff, #8a2be2, #00ffc6);
  animation: meterCharge 1.4s ease-out both;
}

.payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 96px;
}

.payment-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
}

.payment-card label {
  display: grid;
  gap: 8px;
}

.payment-card label span {
  color: #8fefff;
  font-size: 12px;
  font-weight: 900;
}

.payment-card input {
  min-height: 54px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 8px;
  padding: 0 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.payment-card input:focus {
  border-color: rgba(0, 229, 255, 0.76);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.18);
}

.paypal-element-wrap {
  display: grid;
  gap: 8px;
}

.paypal-element-wrap > span,
.paypal-element-wrap small {
  color: #8fefff;
  font-size: 12px;
  font-weight: 900;
}

.paypal-element-wrap small {
  color: #9fb2d8;
  font-weight: 700;
  line-height: 1.45;
}

.paypal-element-wrap {
  position: relative;
  border: 1px solid rgba(0, 255, 198, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 255, 198, 0.04);
}

#paypal-button-container {
  min-height: 52px;
}

.payment-message {
  min-height: 22px;
  margin: 0;
  color: #bdcbe8;
  font-size: 13px;
  font-weight: 800;
}

.payment-message[data-state="error"] {
  color: #ff8fa7;
}

.payment-message[data-state="success"] {
  color: #00ffc6;
}

.payment-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.payment-secure-line {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(0, 255, 198, 0.2);
  border-radius: 8px;
  padding: 12px;
  color: #dce7ff;
  background: rgba(0, 255, 198, 0.06);
  font-size: 13px;
}

.payment-secure-line span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #05060d;
  background: #00ffc6;
  font-size: 11px;
  font-weight: 900;
}

.payment-shield {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(0, 229, 255, 0.18);
  animation: holoSpin 14s linear infinite;
}

.checkout-proof-stack {
  display: grid;
  gap: 14px;
}

.checkout-proof-stack article {
  padding: 20px;
}

.checkout-proof-stack strong {
  display: block;
  color: #00e5ff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.checkout-proof-stack span {
  color: #dce7ff;
  line-height: 1.5;
}

.ai-orb {
  display: grid;
  place-items: center;
  min-height: 160px;
}

.ai-orb span {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #00e5ff 18%, #8a2be2 58%, transparent 70%);
  box-shadow: 0 0 60px rgba(0, 229, 255, 0.36);
  animation: heroHover 4s ease-in-out infinite;
}

.voice-waves {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: end;
  height: 64px;
}

.voice-waves span {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00e5ff, #8a2be2);
  animation: soundWave 1.2s ease-in-out infinite;
}

.voice-waves span:nth-child(1) { height: 24px; animation-delay: 0s; }
.voice-waves span:nth-child(2) { height: 44px; animation-delay: 0.12s; }
.voice-waves span:nth-child(3) { height: 62px; animation-delay: 0.24s; }
.voice-waves span:nth-child(4) { height: 34px; animation-delay: 0.36s; }

.checkout-social-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 96px;
}

.checkout-social-proof article {
  padding: 24px;
  animation: subtleFloat 5s ease-in-out infinite;
}

.checkout-social-proof article:nth-child(2) { animation-delay: 0.45s; }
.checkout-social-proof article:nth-child(3) { animation-delay: 0.9s; }

.checkout-social-proof img {
  width: 68px;
  height: 68px;
  border: 2px solid rgba(0, 229, 255, 0.6);
  border-radius: 50%;
  object-fit: cover;
}

.checkout-social-proof strong {
  color: #00e5ff;
}

.mission-countdown {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 96px;
  padding: clamp(24px, 4vw, 42px);
}

.countdown-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.countdown-timer span {
  display: grid;
  place-items: center;
  min-height: 116px;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.countdown-timer b {
  color: #00ffc6;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
}

.countdown-timer i {
  color: #dce7ff;
  font-style: normal;
  font-weight: 900;
}

.checkout-success {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(7, 11, 20, 0.94);
  backdrop-filter: blur(16px);
}

.checkout-success.is-active {
  display: grid;
}

.checkout-success article {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.92), rgba(14, 8, 28, 0.92));
  text-align: center;
}

.checkout-success h2 {
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1;
}

.success-burst {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 198, 0.34), transparent 64%);
  animation: successBurst 1.1s ease-out infinite;
}

.mobile-checkout-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 14px;
  z-index: 50;
  display: none;
}

.checkout-footer {
  padding-bottom: 40px;
}

.checkout-cursor {
  position: fixed;
  z-index: 999;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.18);
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.45);
  pointer-events: none;
  opacity: 0;
}

@keyframes ctaPulse {
  50% {
    box-shadow: 0 0 44px rgba(0, 229, 255, 0.42), inset 0 0 22px rgba(255, 255, 255, 0.1);
  }
}

@keyframes meterCharge {
  from { width: 0; }
  to { width: var(--level); }
}

@keyframes soundWave {
  50% { transform: scaleY(0.45); filter: brightness(1.3); }
}

@keyframes subtleFloat {
  50% { transform: translateY(-8px); }
}

@keyframes successBurst {
  0% { transform: scale(0.62); opacity: 0.9; }
  100% { transform: scale(1.55); opacity: 0; }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes particleFloat {
  from {
    transform: translate3d(0, 110vh, 0) scale(0.7);
  }
  to {
    transform: translate3d(var(--drift, 80px), -12vh, 0) scale(1.15);
  }
}

@keyframes heroHover {
  50% {
    transform: translateY(-14px) scale(1.03);
  }
}

.backlink-page {
  color: #f4f7ff;
  background:
    radial-gradient(circle at 12% 8%, rgba(22, 188, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(170, 50, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #03040b 0%, #0a0814 46%, #06070d 100%);
}

.backlink-page .site-shell {
  width: min(1180px, calc(100% - 32px));
}

.multiverse-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 4, 13, 0.96), rgba(5, 6, 18, 0.72) 50%, rgba(2, 4, 13, 0.95)),
    var(--hero-image) center/cover;
}

.multiverse-hero::before,
.multiverse-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.multiverse-hero::before {
  background:
    linear-gradient(rgba(28, 225, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 225, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

.multiverse-hero::after {
  background:
    radial-gradient(circle at 70% 38%, rgba(255, 39, 84, 0.26), transparent 22%),
    linear-gradient(180deg, transparent 66%, #03040b 100%);
}

.multiverse-nav {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.multiverse-nav .brand,
.multiverse-nav .nav-links {
  border: 1px solid rgba(116, 226, 255, 0.22);
  color: #fff;
  background: rgba(6, 10, 24, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 30px rgba(54, 217, 255, 0.13);
}

.multiverse-nav .brand-mark {
  background: linear-gradient(135deg, #13d8ff, #8c43ff 52%, #ff234f);
}

.multiverse-nav .nav-links a {
  color: #dce8ff;
}

.multiverse-nav .nav-links .active,
.multiverse-nav .nav-links a:hover {
  color: #fff;
  background: rgba(74, 218, 255, 0.16);
}

.multiverse-nav .nav-links .nav-cta {
  color: #05060d;
  background: #65f4ff;
}

.multiverse-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
  gap: 42px;
  align-items: center;
  min-height: 630px;
  padding: 64px 0 86px;
}

.multiverse-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(58px, 9vw, 122px);
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(43, 213, 255, 0.48), 0 10px 0 rgba(255, 35, 79, 0.18);
}

.multiverse-copy p:not(.classified-label) {
  max-width: 650px;
  color: #dbe5ff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.classified-label,
.hero-signal,
.file-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #79f3ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.classified-label::before,
.hero-signal::before,
.file-stamp::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.multiverse-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.neon-button {
  border: 1px solid rgba(115, 238, 255, 0.35);
  box-shadow: 0 0 22px rgba(25, 209, 255, 0.2), inset 0 0 18px rgba(255, 255, 255, 0.06);
}

.backlink-page .neon-button,
.hero-market-page .neon-button,
.mission-page .neon-button {
  position: relative;
  overflow: hidden;
  min-height: 58px;
  border-color: rgba(101, 244, 255, 0.46);
  text-transform: none;
  box-shadow:
    0 0 26px rgba(101, 244, 255, 0.22),
    inset 0 0 22px rgba(255, 255, 255, 0.07);
}

.backlink-page .neon-button::before,
.hero-market-page .neon-button::before,
.mission-page .neon-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.35;
  transform: translateX(-120%);
  transition: transform 220ms ease;
}

.backlink-page .neon-button:hover::before,
.hero-market-page .neon-button:hover::before,
.mission-page .neon-button:hover::before {
  transform: translateX(120%);
}

.backlink-page .neon-button,
.hero-market-page .neon-button,
.mission-page .neon-button {
  color: #f8fbff;
}

.backlink-page .button.primary {
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #a875ff 58%, #ff315d);
}

.backlink-page .button.secondary {
  color: #f8fbff;
  background:
    linear-gradient(135deg, rgba(101, 244, 255, 0.18), rgba(168, 117, 255, 0.14), rgba(255, 49, 93, 0.16)),
    rgba(5, 8, 18, 0.78);
  box-shadow:
    0 0 22px rgba(101, 244, 255, 0.18),
    inset 0 0 0 1px rgba(101, 244, 255, 0.28);
}

.command-holo,
.hero-card,
.mission-tracker,
.rank-scanner,
.power-card,
.origin-recruit,
.intelligence-grid {
  border: 1px solid rgba(118, 230, 255, 0.22);
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.78), rgba(14, 8, 28, 0.78));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), inset 0 0 34px rgba(98, 226, 255, 0.06);
  backdrop-filter: blur(18px);
}

.command-holo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 8px;
  padding: 26px;
}

.command-holo::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 90deg, transparent, rgba(88, 232, 255, 0.16), transparent, rgba(255, 45, 92, 0.14), transparent);
  animation: holoSpin 12s linear infinite;
}

.command-holo > * {
  position: relative;
  z-index: 1;
}

.holo-topline,
.scanner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #a9b9d7;
  font-size: 12px;
  font-weight: 900;
}

.holo-topline strong {
  border-radius: 999px;
  padding: 7px 10px;
  color: #04060c;
  background: #65f4ff;
}

.rank-orbit {
  position: relative;
  display: grid;
  place-items: center;
  height: 245px;
  margin: 28px 0;
}

.rank-orbit::before {
  content: "SEO";
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #ff315d);
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 0 60px rgba(101, 244, 255, 0.52);
}

.rank-orbit span {
  position: absolute;
  border: 1px solid rgba(101, 244, 255, 0.45);
  border-radius: 50%;
}

.rank-orbit span:nth-child(1) {
  width: 190px;
  height: 190px;
  animation: orbitPulse 4s ease-in-out infinite;
}

.rank-orbit span:nth-child(2) {
  width: 255px;
  height: 112px;
  transform: rotate(-18deg);
}

.rank-orbit span:nth-child(3) {
  width: 128px;
  height: 255px;
  transform: rotate(28deg);
}

.scanner-lines {
  display: grid;
  gap: 13px;
}

.scanner-lines span {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 999px;
  padding: 12px 14px;
  color: #e8efff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.scanner-lines span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  background: linear-gradient(90deg, rgba(101, 244, 255, 0.28), rgba(255, 49, 93, 0.12));
}

.scanner-lines b,
.scanner-lines i {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.serp-pulse {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.serp-pulse strong {
  display: grid;
  place-items: center;
  height: 74px;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #a875ff 58%, #ff315d);
  font-size: 34px;
  box-shadow: 0 0 34px rgba(101, 244, 255, 0.38);
}

.serp-pulse span {
  color: #d9e7ff;
  font-weight: 900;
}

.image-credit {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 3;
  color: rgba(235, 243, 255, 0.62);
  font-size: 11px;
}

.universe-map {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: -42px;
  margin-bottom: 86px;
  border: 1px solid rgba(101, 244, 255, 0.22);
  background: rgba(101, 244, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.universe-map a {
  display: grid;
  gap: 8px;
  min-height: 110px;
  padding: 20px;
  background: rgba(5, 8, 18, 0.92);
}

.universe-map span {
  color: #8da1c5;
  font-size: 12px;
  font-weight: 800;
}

.universe-map strong {
  color: #fff;
  font-size: 16px;
}

.multiverse-section {
  margin-bottom: 96px;
}

.neon-heading {
  position: static;
  margin-bottom: 26px;
}

.neon-heading h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
}

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

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(101, 244, 255, 0.16), transparent 36%, rgba(255, 49, 93, 0.14));
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-card:hover::after {
  opacity: 1;
}

.hero-card figure {
  position: relative;
  height: 250px;
  margin: 0;
  overflow: hidden;
}

.hero-card img,
.intelligence-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(3, 4, 11, 0.96));
}

.hero-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin-top: -58px;
  padding: 0 22px 24px;
}

.hero-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 0.96;
}

.hero-card p,
.hero-card li,
.battle-inner p,
.intelligence-grid p,
.origin-recruit p,
.power-card p,
.rank-scanner p {
  color: #bdcbe8;
  line-height: 1.6;
}

.hero-card strong {
  color: #fff;
}

.hero-card ul,
.power-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li,
.power-card li,
.intel-list span {
  border: 1px solid rgba(138, 224, 255, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
}

.linkverine { --accent: #ff315d; }
.ghostrank { --accent: #65f4ff; }
.lokilinks { --accent: #54ff8f; }
.magnetrank { --accent: #9a6cff; }
.superman { --accent: #ff315d; }
.flashindex { --accent: #ffe66d; }

.hero-card .hero-signal,
.hero-card h3 {
  color: var(--accent);
  text-shadow: 0 0 24px rgba(101, 244, 255, 0.34);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  margin-bottom: 96px;
}

.mission-tracker,
.rank-scanner {
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
}

.mission-tracker h2,
.battle-inner h2,
.intelligence-grid h2,
.origin-recruit h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.mission-steps {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.mission-steps span {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(101, 244, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  color: #93a5c6;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.mission-steps b {
  color: #65f4ff;
}

.mission-steps .active {
  color: #fff;
  border-color: rgba(101, 244, 255, 0.46);
  box-shadow: inset 0 0 26px rgba(101, 244, 255, 0.12);
}

.scanner-header button,
.recruit-levels button {
  border: 1px solid rgba(101, 244, 255, 0.32);
  border-radius: 999px;
  color: #05060d;
  background: #65f4ff;
  padding: 9px 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.scanner-screen {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  margin: 28px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(101, 244, 255, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle, rgba(101, 244, 255, 0.16), transparent 46%),
    linear-gradient(rgba(101, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 244, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
}

.scanner-screen strong {
  color: #fff;
  font-size: 82px;
  text-shadow: 0 0 34px rgba(101, 244, 255, 0.6);
}

.scanner-screen span {
  color: #9db0d1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.scanner-sweep {
  position: absolute;
  inset: -20%;
  background: linear-gradient(90deg, transparent, rgba(101, 244, 255, 0.18), transparent);
  transform: translateX(-68%) rotate(18deg);
  animation: scannerSweep 3.8s ease-in-out infinite;
}

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

.power-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  border-radius: 8px;
  padding: 24px;
}

.power-card::before {
  content: "CLASSIFIED";
  position: absolute;
  right: 18px;
  top: 18px;
  transform: rotate(8deg);
  color: rgba(255, 49, 93, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.power-card.omega {
  border-color: rgba(255, 49, 93, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 49, 93, 0.18), rgba(12, 20, 42, 0.82)),
    rgba(10, 10, 24, 0.92);
}

.power-card h3 {
  max-width: 220px;
  color: #fff;
  font-size: 28px;
  line-height: 0.98;
}

.power-price {
  margin: 10px 0 16px;
  color: #65f4ff;
  font-size: 54px;
  line-height: 1;
}

.assigned-hero {
  margin: auto 0 18px;
  border-top: 1px solid rgba(101, 244, 255, 0.18);
  padding-top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.battle-records {
  position: relative;
  margin-bottom: 96px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 4, 11, 0.96), rgba(3, 4, 11, 0.64), rgba(3, 4, 11, 0.96)),
    var(--battle-image) center/cover;
}

.battle-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  min-height: 560px;
  padding: 72px 0;
}

.battle-panels {
  display: grid;
  gap: 16px;
}

.battle-panels article {
  border: 1px solid rgba(101, 244, 255, 0.22);
  border-radius: 8px;
  padding: 24px;
  background: rgba(8, 13, 29, 0.78);
  backdrop-filter: blur(14px);
}

.battle-panels strong {
  display: block;
  color: #65f4ff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.battle-panels span {
  color: #dbe6ff;
  line-height: 1.5;
}

.intelligence-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 96px;
  border-radius: 8px;
  padding: 24px;
}

.intelligence-grid figure {
  height: min(520px, 56vw);
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.intel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.origin-recruit {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 96px;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
}

.recruit-system {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(101, 244, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.recruit-system > span {
  color: #65f4ff;
  font-size: 12px;
  font-weight: 900;
}

.recruit-levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.recruit-levels button {
  color: #dbe6ff;
  background: rgba(255, 255, 255, 0.08);
}

.recruit-levels button.active {
  color: #05060d;
  background: #65f4ff;
}

.multiverse-footer {
  border-top: 1px solid rgba(101, 244, 255, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(101, 244, 255, 0.16), transparent 28%),
    #03040b;
}

.mission-page {
  --mission-accent: #65f4ff;
  --mission-accent-2: #9a6cff;
  --mission-danger: #ff315d;
  color: #f7fbff;
  background:
    radial-gradient(circle at 12% 0%, rgba(101, 244, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(154, 108, 255, 0.16), transparent 30%),
    #03040b;
}

.mission-crimson {
  --mission-accent: #ff315d;
  --mission-accent-2: #ff9b54;
  --mission-danger: #ff315d;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 49, 93, 0.2), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255, 155, 84, 0.12), transparent 28%),
    #040305;
}

.mission-infinity {
  --mission-accent: #8f7cff;
  --mission-accent-2: #65f4ff;
  --mission-danger: #ff315d;
}

.mission-omega {
  --mission-accent: #ffd36a;
  --mission-accent-2: #ff315d;
  --mission-danger: #ffd36a;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 211, 106, 0.18), transparent 24%),
    radial-gradient(circle at 72% 10%, rgba(255, 49, 93, 0.18), transparent 34%),
    radial-gradient(circle at 50% 80%, rgba(101, 244, 255, 0.1), transparent 34%),
    #03030a;
}

.mission-page .site-shell {
  width: min(1180px, calc(100% - 32px));
}

.mission-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 4, 11, 0.96), rgba(6, 7, 18, 0.72) 48%, rgba(3, 4, 11, 0.96)),
    var(--mission-hero) center/cover;
}

.mission-hero::before,
.mission-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mission-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.mission-hero::after {
  background:
    radial-gradient(circle at 72% 38%, color-mix(in srgb, var(--mission-accent), transparent 72%), transparent 24%),
    linear-gradient(180deg, transparent 62%, #03040b 100%);
}

.mission-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: 650px;
  padding: 62px 0 92px;
}

.mission-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 0 34px color-mix(in srgb, var(--mission-accent), transparent 42%);
}

.mission-copy p:not(.classified-label) {
  max-width: 660px;
  color: #dce7ff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.mission-page .classified-label,
.mission-page .file-stamp {
  color: var(--mission-accent);
}

.mission-page .button.primary {
  color: #05060d;
  background: linear-gradient(135deg, var(--mission-accent), var(--mission-accent-2));
}

.mission-page .button.secondary {
  color: #f8fbff;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--mission-accent), transparent 78%),
      rgba(168, 117, 255, 0.15),
      color-mix(in srgb, var(--mission-accent-2), transparent 80%)
    ),
    rgba(5, 8, 18, 0.82);
  box-shadow:
    0 0 26px color-mix(in srgb, var(--mission-accent), transparent 82%),
    inset 0 0 0 1px color-mix(in srgb, var(--mission-accent), transparent 58%);
}

.mission-page .button.secondary:hover {
  color: #05060d;
  background: linear-gradient(135deg, var(--mission-accent), var(--mission-accent-2));
}

.mission-urgency {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mission-urgency span,
.checkout-icons span {
  border: 1px solid color-mix(in srgb, var(--mission-accent), transparent 65%);
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 900;
}

.mission-command-card,
.mission-modules article,
.operative-panel,
.trust-command,
.mission-checkout {
  border: 1px solid color-mix(in srgb, var(--mission-accent), transparent 72%);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.78), rgba(14, 8, 28, 0.78));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), inset 0 0 34px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.mission-command-card {
  overflow: hidden;
  padding: 26px;
}

.mission-growth-graph {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 250px;
  margin: 34px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.05);
  background-size: 100% 25%, 25% 100%, auto;
}

.mission-growth-graph span {
  flex: 1;
  min-width: 24px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--mission-accent), var(--mission-accent-2));
  box-shadow: 0 0 24px color-mix(in srgb, var(--mission-accent), transparent 45%);
  animation: graphRise 2.8s ease-in-out infinite;
}

.mission-growth-graph span:nth-child(1) { height: 28%; animation-delay: 0s; }
.mission-growth-graph span:nth-child(2) { height: 44%; animation-delay: 0.12s; }
.mission-growth-graph span:nth-child(3) { height: 58%; animation-delay: 0.24s; }
.mission-growth-graph span:nth-child(4) { height: 74%; animation-delay: 0.36s; }
.mission-growth-graph span:nth-child(5) { height: 92%; animation-delay: 0.48s; }

.dr-indicators {
  display: grid;
  gap: 12px;
}

.dr-indicators span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 999px;
  padding: 12px 14px;
  color: #dce7ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.dr-indicators i {
  color: var(--mission-accent);
  font-style: normal;
  font-weight: 900;
}

.mission-modules,
.backlink-category-panel,
.operative-panel,
.trust-command,
.mission-checkout {
  margin-bottom: 96px;
}

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

.backlink-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.backlink-category-grid article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(118, 230, 255, 0.22);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.78), rgba(14, 8, 28, 0.78));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 0 34px rgba(98, 226, 255, 0.05);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.backlink-category-grid article::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(101, 244, 255, 0.14);
  filter: blur(18px);
}

.mission-page .backlink-category-grid article {
  border-color: color-mix(in srgb, var(--mission-accent), transparent 72%);
}

.mission-page .backlink-category-grid article::after {
  background: color-mix(in srgb, var(--mission-accent), transparent 80%);
}

.backlink-category-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 244, 255, 0.48);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48), 0 0 34px rgba(101, 244, 255, 0.18);
}

.backlink-category-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 44px;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #a875ff);
  padding: 0 12px;
  font-weight: 900;
}

.mission-page .backlink-category-grid span {
  background: linear-gradient(135deg, var(--mission-accent), var(--mission-accent-2));
}

.backlink-category-grid h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.backlink-category-grid p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #bdcbe8;
  line-height: 1.6;
}

.module-grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.module-grid article::after {
  content: "";
  position: absolute;
  inset: auto -25% -40% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--mission-accent), transparent 78%);
  filter: blur(22px);
}

.module-grid article:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--mission-accent), transparent 35%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), 0 0 40px color-mix(in srgb, var(--mission-accent), transparent 75%);
}

.module-grid article > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: #05060d;
  background: var(--mission-accent);
  font-weight: 900;
}

.module-grid h3 {
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.module-grid p,
.operative-panel p,
.buyer-grid p,
.mission-checkout p {
  color: #bdcbe8;
  line-height: 1.6;
}

.operative-panel {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 34px;
  align-items: center;
  padding: 24px;
}

.operative-panel figure {
  position: relative;
  height: min(520px, 56vw);
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.operative-panel figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(3, 4, 11, 0.82));
}

.operative-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.operative-panel h2,
.trust-command h2,
.mission-checkout h2 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.operative-tags,
.checkout-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.operative-tags span {
  border: 1px solid color-mix(in srgb, var(--mission-accent), transparent 66%);
  border-radius: 999px;
  padding: 9px 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 900;
}

.buyer-psychology {
  position: relative;
  margin-bottom: 96px;
  background:
    linear-gradient(90deg, rgba(3, 4, 11, 0.96), rgba(3, 4, 11, 0.66), rgba(3, 4, 11, 0.96)),
    var(--mission-proof) center/cover;
}

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

.buyer-grid article {
  min-height: 310px;
  border: 1px solid color-mix(in srgb, var(--mission-accent), transparent 72%);
  border-radius: 8px;
  padding: 26px;
  background: rgba(8, 13, 29, 0.78);
  backdrop-filter: blur(14px);
}

.buyer-grid span {
  color: var(--mission-accent);
  font-size: 12px;
  font-weight: 900;
}

.buyer-grid h2 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.trust-command {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-metrics article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-metrics strong {
  display: block;
  color: var(--mission-accent);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.trust-metrics span {
  display: block;
  margin-top: 10px;
  color: #dce7ff;
  line-height: 1.4;
}

.mission-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 44px);
}

.mission-checkout p {
  max-width: 680px;
}

.hero-market-page {
  --market-accent: #65f4ff;
  --market-accent-2: #9a6cff;
  color: #f7fbff;
  background:
    radial-gradient(circle at 10% 0%, rgba(101, 244, 255, 0.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(154, 108, 255, 0.14), transparent 30%),
    #03040b;
}

.hero-market-red { --market-accent: #ff315d; --market-accent-2: #ff8a54; }
.hero-market-stealth { --market-accent: #65f4ff; --market-accent-2: #5f6cff; }
.hero-market-green { --market-accent: #54ff8f; --market-accent-2: #18d6ff; }
.hero-market-magnet { --market-accent: #65f4ff; --market-accent-2: #9a6cff; }
.hero-market-heroic { --market-accent: #ff315d; --market-accent-2: #65f4ff; }
.hero-market-yellow { --market-accent: #ffe66d; --market-accent-2: #ff9b54; }

.hero-market-page .site-shell {
  width: min(1180px, calc(100% - 32px));
}

.hero-market-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 4, 11, 0.97), rgba(3, 4, 11, 0.66), rgba(3, 4, 11, 0.96)),
    var(--hero-market-image) center/cover;
}

.hero-market-hero::before,
.hero-market-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-market-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hero-market-hero::after {
  background:
    radial-gradient(circle at 72% 36%, color-mix(in srgb, var(--market-accent), transparent 72%), transparent 24%),
    linear-gradient(180deg, transparent 62%, #03040b 100%);
}

.hero-market-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.76fr);
  gap: 42px;
  align-items: center;
  min-height: 650px;
  padding: 62px 0 92px;
}

.hero-market-copy h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 34px color-mix(in srgb, var(--market-accent), transparent 42%);
}

.hero-market-copy p:not(.classified-label) {
  max-width: 680px;
  color: #dce7ff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-market-page .classified-label,
.hero-market-page .file-stamp {
  color: var(--market-accent);
}

.hero-market-page .button.primary {
  color: #05060d;
  background: linear-gradient(135deg, var(--market-accent), var(--market-accent-2));
}

.hero-market-page .button.secondary {
  color: #f8fbff;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--market-accent), transparent 78%),
      rgba(168, 117, 255, 0.16),
      color-mix(in srgb, var(--market-accent-2), transparent 80%)
    ),
    rgba(5, 8, 18, 0.82);
  box-shadow:
    0 0 26px color-mix(in srgb, var(--market-accent), transparent 82%),
    inset 0 0 0 1px color-mix(in srgb, var(--market-accent), transparent 58%);
}

.hero-market-page .button.secondary:hover {
  color: #05060d;
  background: linear-gradient(135deg, var(--market-accent), var(--market-accent-2));
}

.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-service-pills span {
  border: 1px solid color-mix(in srgb, var(--market-accent), transparent 66%);
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 900;
}

.hero-market-dashboard,
.hero-market-services article,
.hero-pricing-grid article {
  border: 1px solid color-mix(in srgb, var(--market-accent), transparent 72%);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 20, 42, 0.82), rgba(14, 8, 28, 0.78));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), inset 0 0 34px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.hero-market-dashboard {
  padding: 26px;
}

.authority-counter {
  display: grid;
  place-items: center;
  min-height: 230px;
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--market-accent), transparent 78%), transparent 54%),
    rgba(255, 255, 255, 0.05);
  text-align: center;
}

.authority-counter strong {
  color: var(--market-accent);
  font-size: clamp(76px, 10vw, 128px);
  line-height: 1;
  text-shadow: 0 0 38px color-mix(in srgb, var(--market-accent), transparent 40%);
}

.authority-counter span {
  color: #dce7ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-market-section {
  margin-bottom: 96px;
}

.hero-market-services,
.hero-pricing-grid {
  display: grid;
  gap: 16px;
}

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

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

.hero-market-services article,
.hero-pricing-grid article {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.hero-market-services article {
  min-height: 220px;
}

.hero-market-services article::after,
.hero-pricing-grid article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--market-accent), transparent 82%);
  filter: blur(18px);
}

.hero-market-services span {
  display: inline-grid;
  place-items: center;
  min-width: 56px;
  height: 42px;
  border-radius: 8px;
  color: #05060d;
  background: linear-gradient(135deg, var(--market-accent), var(--market-accent-2));
  padding: 0 12px;
  font-weight: 900;
}

.hero-market-services h3,
.hero-pricing-grid h3 {
  position: relative;
  z-index: 1;
  margin: 26px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.06;
}

.hero-market-services p,
.hero-market-command p,
.hero-pricing-grid p,
.hero-pricing-grid li {
  position: relative;
  z-index: 1;
  color: #bdcbe8;
  line-height: 1.6;
}

.hero-pricing-grid article.popular {
  border-color: color-mix(in srgb, var(--market-accent), transparent 40%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 0 42px color-mix(in srgb, var(--market-accent), transparent 78%);
}

.hero-pricing-grid strong {
  display: block;
  position: relative;
  z-index: 1;
  margin: 12px 0 18px;
  color: var(--market-accent);
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1;
}

.hero-pricing-grid ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.hero-pricing-grid li {
  border: 1px solid color-mix(in srgb, var(--market-accent), transparent 76%);
  border-radius: 999px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.hero-pricing-grid .button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-market-command {
  margin-bottom: 0;
  background:
    radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--market-accent), transparent 84%), transparent 32%),
    #03040b;
}

.hero-market-command-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 76px 0;
}

.hero-market-command h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1;
}

.market-cta-buttons {
  display: grid;
  gap: 12px;
}

.market-cta-buttons .button {
  width: 100%;
  min-height: 60px;
  border: 1px solid color-mix(in srgb, var(--market-accent), transparent 54%);
}

.hero-market-link {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  border: 1px solid rgba(101, 244, 255, 0.26);
  border-radius: 999px;
  padding: 10px 13px;
  color: #05060d;
  background: linear-gradient(135deg, #65f4ff, #a875ff);
  font-size: 12px;
  font-weight: 900;
}

@keyframes holoSpin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes orbitPulse {
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(101, 244, 255, 0.22);
  }
}

@keyframes scannerSweep {
  50% {
    transform: translateX(68%) rotate(18deg);
  }
}

@keyframes graphRise {
  50% {
    transform: scaleY(0.82);
    filter: brightness(1.3);
  }
}

@media (max-width: 900px) {
  .top-nav {
    padding: 18px 0;
  }

  .hero-grid,
  .split-feature,
  .insight-card,
  .proof-strip,
  .process-section,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 44px 24px 34px;
  }

  .hero-copy h1,
  .multiverse-copy h1,
  .mission-copy h1 {
    line-height: 1;
  }

  .headline-section h2,
  .center-copy h1,
  .neon-heading h2,
  .mission-tracker h2,
  .battle-inner h2,
  .intelligence-grid h2,
  .origin-recruit h2,
  .operative-panel h2,
  .trust-command h2,
  .mission-checkout h2 {
    line-height: 1.08;
  }

  .phone-illustration {
    min-height: 420px;
    order: -1;
  }

  .phone {
    left: 8%;
  }

  .hand-shape {
    right: -70px;
  }

  .split-feature {
    gap: 20px;
  }

  .feature-list article,
  .service-table article {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .comparison-table,
  .comparison-table div {
    display: block;
  }

  .comparison-table div:first-child {
    display: none;
  }

  .comparison-table span {
    display: block;
    border-right: 0;
  }

  .comparison-table span:first-child {
    color: #fff;
    background: #080808;
    font-weight: 800;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .author-card {
    grid-template-columns: 1fr;
  }

  .growth-tile {
    min-height: 180px;
  }

  .insight-card {
    padding: 28px;
  }

  .featured-post {
    grid-column: span 1;
  }

  .section-heading {
    position: static;
  }

  .process-grid article,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .multiverse-hero-grid,
  .mission-hero-grid,
  .hero-roster,
  .mission-grid,
  .power-grid,
  .battle-inner,
  .intelligence-grid,
  .origin-recruit,
  .module-grid,
  .backlink-category-grid,
  .operative-panel,
  .buyer-grid,
  .trust-command,
  .hero-market-grid,
  .hero-market-services,
  .hero-pricing-grid,
  .hero-market-command-grid {
    grid-template-columns: 1fr;
  }

  .multiverse-hero-grid,
  .mission-hero-grid,
  .hero-market-grid {
    min-height: auto;
    padding: 42px 0 64px;
  }

  .home-hero-grid,
  .home-service-grid,
  .home-tools-grid,
  .arsenal-grid,
  .intelligence-grid-page,
  .checkout-hero-grid,
  .checkout-power-grid,
  .power-meter-panel,
  .payment-grid,
  .checkout-social-proof,
  .mission-countdown {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    min-height: auto;
    padding: 46px 0 70px;
  }

  .home-hero {
    min-height: auto;
  }

  .home-service-grid {
    gap: 14px;
  }

  .home-service-card {
    min-height: auto;
  }

  .home-tools-grid {
    padding: 52px 0;
  }

  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-hero-grid {
    min-height: auto;
    padding: 46px 0 76px;
  }

  .checkout-hero {
    min-height: auto;
  }

  .checkout-power-grid {
    gap: 14px;
  }

  .checkout-power-grid article {
    min-height: auto;
  }

  .payment-grid,
  .mission-countdown,
  .power-meter-panel {
    gap: 18px;
  }

  .arsenal-grid,
  .intelligence-grid-page,
  .intelligence-grid-page .featured {
    grid-column: auto;
  }

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

  .intelligence-grid-page {
    grid-template-columns: 1fr;
  }

  .multiverse-hero {
    min-height: auto;
  }

  .command-holo {
    min-height: 420px;
  }

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

  .battle-inner {
    min-height: auto;
  }

  .mission-hero {
    min-height: auto;
  }

  .hero-market-hero {
    min-height: auto;
  }

  .power-card,
  .module-grid article,
  .backlink-category-grid article,
  .buyer-grid article,
  .hero-market-services article {
    min-height: auto;
  }

  .power-card {
    padding: 22px;
  }

  .mission-modules,
  .backlink-category-panel,
  .operative-panel,
  .trust-command,
  .mission-checkout,
  .multiverse-section,
  .mission-grid,
  .battle-records,
  .intelligence-grid,
  .origin-recruit,
  .hero-market-section {
    margin-bottom: 58px;
  }

  .battle-inner,
  .buyer-grid,
  .hero-market-command-grid {
    padding: 46px 0;
  }

  .mission-checkout {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 24px, 1120px);
  }

  .top-nav,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    gap: 10px;
  }

  .brand {
    width: 100%;
    border-radius: 16px;
    justify-content: center;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 16px;
    gap: 6px;
    padding: 8px;
    font-size: 12px;
  }

  .nav-links a {
    flex: 1 1 calc(50% - 6px);
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  .hero-copy h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .phone {
    left: 2%;
    width: 205px;
  }

  .hand-shape {
    width: 270px;
    height: 210px;
  }

  .plane {
    width: 320px;
    transform: translateX(-50%) rotate(8deg) scale(0.82);
  }

  .whatsapp-widget span {
    display: none;
  }

  .mission-cart {
    right: 12px;
    bottom: 84px;
  }

  .mission-cart-panel {
    right: -4px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 150px);
  }

  .multiverse-nav .nav-links {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .multiverse-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .multiverse-copy p:not(.classified-label),
  .hero-market-copy p:not(.classified-label),
  .mission-copy p:not(.classified-label),
  .hero-copy p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.55;
  }

  .universe-map,
  .recruit-levels {
    grid-template-columns: 1fr;
  }

  .serp-pulse {
    grid-template-columns: 1fr;
  }

  .mission-copy h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .hero-market-copy h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .home-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
    white-space: normal;
  }

  .home-hero-copy h1 span {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.02;
  }

  .home-hero-copy p:not(.classified-label) {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-command-card {
    min-height: 390px;
    padding: 18px;
  }

  .hero-silhouette {
    min-height: 210px;
  }

  .hero-silhouette span {
    width: 112px;
    height: 170px;
  }

  .home-tool-list {
    grid-template-columns: 1fr;
  }

  .checkout-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .checkout-plan strong {
    font-size: 52px;
  }

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

  .payment-split {
    grid-template-columns: 1fr;
  }

  .mobile-checkout-cta {
    display: inline-flex;
  }

  .checkout-footer {
    padding-bottom: 90px;
  }

  .arsenal-grid {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .arsenal-hero h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .mission-hero-grid {
    padding: 30px 0 48px;
  }

  .hero-market-grid {
    padding: 30px 0 48px;
  }

  .classified-label,
  .hero-signal,
  .file-stamp {
    font-size: 11px;
    line-height: 1.35;
  }

  .multiverse-actions,
  .hero-actions {
    width: 100%;
  }

  .multiverse-actions .button,
  .hero-actions .button,
  .market-cta-buttons .button,
  .mission-checkout .button {
    width: 100%;
  }

  .command-holo,
  .mission-command-card,
  .mission-tracker,
  .rank-scanner,
  .operative-panel,
  .trust-command,
  .mission-checkout,
  .intelligence-grid,
  .origin-recruit {
    padding: 18px;
  }

  .hero-market-dashboard,
  .hero-market-services article,
  .hero-pricing-grid article {
    padding: 18px;
  }

  .authority-counter {
    min-height: 180px;
  }

  .authority-counter strong {
    font-size: 68px;
  }

  .rank-orbit {
    height: 190px;
  }

  .rank-orbit span:nth-child(1) {
    width: 150px;
    height: 150px;
  }

  .rank-orbit span:nth-child(2) {
    width: 200px;
    height: 92px;
  }

  .rank-orbit span:nth-child(3) {
    width: 92px;
    height: 200px;
  }

  .serp-pulse strong {
    height: 58px;
    font-size: 28px;
  }

  .power-price {
    font-size: 42px;
  }

  .power-card h3,
  .module-grid h3,
  .backlink-category-grid h3,
  .hero-market-services h3,
  .hero-pricing-grid h3,
  .hero-card h3 {
    font-size: 24px;
    line-height: 1.08;
  }

  .hero-card figure {
    height: 210px;
  }

  .mission-growth-graph {
    height: 180px;
    gap: 8px;
  }

  .operative-panel figure,
  .intelligence-grid figure {
    height: 260px;
    min-height: 240px;
  }

  .buyer-grid {
    padding: 34px 0;
  }

  .trust-metrics article,
  .module-grid article,
  .backlink-category-grid article,
  .buyer-grid article {
    padding: 18px;
  }

  .checkout-icons span,
  .operative-tags span,
  .hero-card li,
  .power-card li,
  .hero-service-pills span,
  .hero-pricing-grid li,
  .intel-list span {
    border-radius: 12px;
    line-height: 1.3;
  }
}
