:root {
  --bg: #0b0f1a;
  --bg-soft: #0f1523;
  --surface: #111827;
  --surface-2: #141d2f;
  --surface-3: #0d1422;
  --line: #1f2937;
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #ffffff;
  --text-soft: #9ca3af;
  --text-muted: #6b7280;
  --gold: #facc15;
  --gold-strong: #eab308;
  --green: #22c55e;
  --green-strong: #16a34a;
  --gradient-main: linear-gradient(90deg, #facc15 0%, #22c55e 100%);
  --gradient-surface: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(9, 14, 24, 0.98));
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.32);
  --shadow-green: 0 0 24px rgba(34, 197, 94, 0.18);
  --shadow-gold: 0 0 28px rgba(250, 204, 21, 0.14);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:where([id]) {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 14%, rgba(34, 197, 94, 0.1), transparent 22%),
    radial-gradient(circle at 18% 20%, rgba(250, 204, 21, 0.06), transparent 20%),
    linear-gradient(180deg, #060a12 0%, #0b0f1a 32%, #0d1320 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  padding-top: 84px;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1200;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gradient-main);
  color: #07110d;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

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

.section,
.section-tight {
  padding: 32px 0;
}

.section {
  padding: 56px 0;
}

.band {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.7), rgba(10, 14, 24, 0.7));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
}

.center {
  text-align: center;
}

.gradient-text {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1100;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(5, 9, 17, 0.96), rgba(7, 11, 20, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.reference-header {
  background:
    linear-gradient(180deg, rgba(6, 9, 16, 0.95), rgba(8, 11, 20, 0.88)),
    radial-gradient(circle at 84% 12%, rgba(34, 197, 94, 0.08), transparent 18%);
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--gold);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(250, 204, 21, 0.18), rgba(34, 197, 94, 0.12));
  border: 1px solid rgba(250, 204, 21, 0.32);
  color: var(--gold);
  font-size: 0.95rem;
}

.brand-logo img {
  width: 156px;
  height: auto;
}

.brand-wordmark {
  position: relative;
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(250, 204, 21, 0.18);
}

.brand-wordmark::before {
  content: "♛";
  position: absolute;
  left: 50%;
  top: -0.72em;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.44em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.nav-menu > li {
  position: relative;
}

.nav-menu a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gradient-main);
  transition: transform 0.25s ease;
}

.nav-menu a:hover::after,
.nav-menu a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-more {
  position: relative;
}

.nav-more-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-more-toggle::after {
  content: "▾";
  color: var(--gold);
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}

.nav-more.open .nav-more-toggle::after,
.nav-more:hover .nav-more-toggle::after,
.nav-more:focus-within .nav-more-toggle::after {
  transform: rotate(180deg);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-width: 360px;
  margin: 0;
  padding: 12px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 12, 20, 0.98);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.nav-more.open .nav-more-menu,
.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu {
  display: grid;
}

.nav-more-menu li {
  min-width: 0;
}

.nav-more-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  white-space: normal;
  line-height: 1.35;
}

.nav-more-menu a::after {
  display: none;
}

.nav-more-menu a:hover,
.nav-more-menu a:focus-visible {
  background: rgba(250, 204, 21, 0.08);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

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

.btn:focus-visible,
.menu-toggle:focus-visible,
.nav-more-toggle:focus-visible,
.nav-menu a:focus-visible,
.footer-links a:focus-visible,
.section-link:focus-visible,
.popular-guide-item:focus-visible,
.social-row a:focus-visible,
.wa-float:focus-visible {
  outline: 2px solid rgba(250, 204, 21, 0.72);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--gradient-main);
  color: #0a110b;
  box-shadow: var(--shadow-green);
}

.btn-primary:hover {
  box-shadow: 0 0 28px rgba(34, 197, 94, 0.26);
}

.btn-secondary,
.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(250, 204, 21, 0.45);
}

.nav-cta {
  min-width: 152px;
}

.full-width {
  width: 100%;
}

.card {
  background: var(--gradient-surface);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.section-head {
  margin-bottom: 22px;
}

.section-head h2,
.page-hero h1,
.hero-copy h1 {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.section-head p,
.page-lead,
.hero-lead,
.article-meta {
  color: var(--text-soft);
}

.page-hero {
  padding: 42px 0 22px;
}

.page-hero .container {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(10, 14, 24, 0.95)),
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.1), transparent 20%);
  box-shadow: var(--shadow-soft);
}

.page-hero h1 {
  font-size: clamp(2.15rem, 4vw, 3.4rem);
}

.page-lead {
  max-width: 720px;
  margin: 0;
  font-size: 1.02rem;
}

.breadcrumbs {
  margin-bottom: 14px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: var(--gold);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.icon,
.home-cta-icon,
.why-icon,
.badge-ring,
.recharge-step-badge {
  display: inline-grid;
  place-items: center;
}

.hero-reference {
  position: relative;
  overflow: clip;
  padding: 34px 0 20px;
}

.hero-reference::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 14, 0.96) 0%, rgba(6, 9, 16, 0.93) 48%, rgba(7, 12, 20, 0.92) 100%),
    url("/images/hero-bg.webp") center/cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.hero-reference-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 20px;
  min-height: 590px;
  padding: 42px 0 22px;
}

.hero-copy {
  max-width: 600px;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.25rem);
}

.hero-gold {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(250, 204, 21, 0.2);
}

.hero-slash {
  color: rgba(255, 255, 255, 0.9);
}

.hero-heading-strap {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 800;
  line-height: 1.12;
}

.hero-heading-subline {
  margin: -4px 0 14px;
  max-width: 620px;
  color: var(--gold);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(250, 204, 21, 0.12);
}

.hero-lead {
  max-width: 540px;
  margin: 0 0 26px;
  font-size: 1.15rem;
}

.hero-search {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 600px;
  padding: 8px;
  border: 1px solid rgba(250, 204, 21, 0.16);
  border-radius: 16px;
  background: rgba(12, 17, 28, 0.96);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 14px 30px rgba(0, 0, 0, 0.24);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 1rem;
}

.hero-search input::placeholder {
  color: #7f8b9a;
}

.hero-search button {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--gradient-main);
  color: #07110d;
  font-size: 1.25rem;
  font-weight: 900;
}

.hero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.hero-keywords span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.hero-keywords a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 540px;
}

.hero-rings {
  position: absolute;
  inset: 72px 40px 94px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(34, 197, 94, 0.12) 0 24%, transparent 24% 45%, rgba(34, 197, 94, 0.24) 45% 49%, transparent 49% 58%, rgba(250, 204, 21, 0.22) 58% 60%, transparent 60% 100%);
  filter: drop-shadow(0 0 26px rgba(34, 197, 94, 0.3));
}

.phone-dock {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 360px;
  height: 82px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(34, 197, 94, 0.46), rgba(34, 197, 94, 0.12) 36%, rgba(5, 8, 15, 0.2) 54%, rgba(5, 8, 15, 0) 68%),
    linear-gradient(180deg, rgba(23, 31, 48, 0.95), rgba(8, 12, 20, 1));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 20px rgba(34, 197, 94, 0.22);
}

.phone-dock::before {
  content: "";
  position: absolute;
  inset: 8px 36px 20px;
  border-radius: 50%;
  border: 1px solid rgba(34, 197, 94, 0.36);
}

.phone-mockup {
  position: absolute;
  left: 52%;
  bottom: 56px;
  width: 232px;
  aspect-ratio: 0.53;
  transform: translateX(-50%) rotate(8deg);
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(180deg, #2d3444, #0b0f1a);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 28px rgba(250, 204, 21, 0.12);
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 92px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0a0f19;
  z-index: 2;
}

.phone-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 14, 25, 0.97), rgba(6, 10, 18, 0.98)),
    url("/images/hero-gamepad.webp") center/cover no-repeat;
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 20, 0.84), rgba(7, 10, 18, 0.98));
}

.phone-screen > * {
  position: relative;
  z-index: 1;
}

.phone-brand,
.feature-phone-brand {
  font-family: "Orbitron", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(250, 204, 21, 0.2);
}

.phone-brand::before,
.feature-phone-brand::before {
  content: "♛";
  display: block;
  margin-bottom: -2px;
  color: var(--gold);
  font-size: 0.55em;
  text-align: center;
}

.phone-screen p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hero-float {
  position: absolute;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(250, 204, 21, 0.32);
  background: rgba(10, 14, 24, 0.82);
  color: var(--text);
  text-align: center;
  font-weight: 700;
  box-shadow: var(--shadow-soft), 0 0 16px rgba(34, 197, 94, 0.12);
}

.hero-float::before {
  color: var(--gold);
  font-size: 1.8rem;
}

.hero-float-top {
  top: 60px;
  left: 110px;
}

.hero-float-top::before {
  content: "⚡";
}

.hero-float-left {
  left: 90px;
  bottom: 170px;
}

.hero-float-left::before {
  content: "🔒";
}

.hero-float-right {
  top: 100px;
  right: 76px;
}

.hero-float-right::before {
  content: "◎";
}

.hero-float-bottom {
  right: 46px;
  bottom: 138px;
}

.hero-float-bottom::before {
  content: "↓";
}

.trust-strip-shell {
  position: relative;
  z-index: 2;
}

.trust-strip {
  display: grid;
  gap: 18px;
}

.trust-strip-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px 22px;
  border: 1px solid rgba(250, 204, 21, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 19, 32, 0.96), rgba(10, 14, 23, 0.98));
  box-shadow: var(--shadow-soft), inset 0 -1px 0 rgba(34, 197, 94, 0.18);
}

.trust-item {
  display: flex;
  gap: 14px;
}

.trust-item-inline b {
  display: block;
  margin-bottom: 4px;
  font-size: 1.02rem;
}

.trust-item-inline span {
  display: block;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.badge-ring {
  width: 54px;
  height: 54px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(250, 204, 21, 0.32);
  color: var(--gold);
  font-weight: 800;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.08), rgba(34, 197, 94, 0.04));
}

.home-cta-grid {
  align-items: stretch;
}

.home-cta-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 28px 24px 24px;
}

.home-cta-card h3,
.why-card h3,
.blog-card h3,
.article-card h3,
.feature-showcase h2,
.popular-guides-card h2,
.faq-section-reference h2,
.site-footer h3,
.page-hero h1,
.article h2 {
  margin: 0;
}

.home-cta-icon,
.why-icon,
.icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: linear-gradient(180deg, rgba(250, 204, 21, 0.08), rgba(34, 197, 94, 0.06));
  color: var(--gold);
  font-size: 1.9rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.home-cta-card ul,
.check-list,
.feature-bullets,
.article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-cta-card li,
.check-list li,
.feature-bullets li,
.article li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft);
}

.home-cta-card li + li,
.check-list li + li,
.feature-bullets li + li,
.article li + li {
  margin-top: 8px;
}

.home-cta-card li::before,
.check-list li::before,
.feature-bullets li::before,
.article li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}

.home-cta-card .btn {
  margin-top: auto;
}

.recharge-flow-card {
  padding: 32px;
  overflow: hidden;
}

.recharge-head {
  margin-bottom: 30px;
}

.recharge-head p {
  margin: 0 auto;
  max-width: 700px;
}

.recharge-steps-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  position: relative;
}

.recharge-steps-row::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 32px;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
}

.recharge-step {
  position: relative;
  text-align: center;
  padding: 0 8px;
}

.recharge-step-badge {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid rgba(250, 204, 21, 0.26);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.16), rgba(250, 204, 21, 0.1));
  color: var(--green);
  font-weight: 800;
  font-size: 1.1rem;
}

.recharge-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  line-height: 1.45;
}

.center-button-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.large-gradient-btn {
  min-width: 300px;
}

.why-grid {
  align-items: stretch;
}

.why-card {
  min-height: 100%;
  padding: 22px 16px;
  text-align: center;
}

.why-icon {
  margin: 0 auto 14px;
}

.why-card p {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.feature-guides-split {
  align-items: stretch;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  align-items: center;
}

.feature-showcase-phone {
  display: flex;
  justify-content: center;
}

.feature-phone-frame {
  position: relative;
  width: 176px;
  aspect-ratio: 0.55;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #262f41, #091019);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), 0 0 18px rgba(250, 204, 21, 0.12);
  overflow: hidden;
}

.feature-phone-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 12, 22, 0.72), rgba(7, 12, 20, 0.94)),
    url("/images/hero-gamepad.webp") center/cover no-repeat;
}

.feature-phone-brand,
.feature-phone-frame span {
  position: relative;
  z-index: 1;
}

.feature-phone-brand {
  margin-top: 42px;
  text-align: center;
  font-size: 1.95rem;
}

.feature-phone-frame span {
  display: block;
  color: var(--text);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.feature-showcase-copy h2,
.popular-guides-card h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  font-weight: 800;
}

.feature-bullets {
  margin: 18px 0 24px;
}

.popular-guides-card {
  padding: 26px;
}

.popular-guide-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.popular-guide-item {
  display: block;
  padding: 18px 18px 18px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.popular-guide-item::before {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 900;
}

.popular-guide-item::after {
  content: "◎";
  position: absolute;
  left: 18px;
  top: 22px;
  color: var(--gold);
  font-size: 1rem;
}

.popular-guide-item span {
  display: block;
  font-weight: 700;
}

.popular-guide-item small {
  display: block;
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-link {
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.article-card-grid {
  align-items: stretch;
}

.article-card {
  overflow: hidden;
}

.article-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1.43;
  overflow: hidden;
  background: #0a101c;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 9, 17, 0.08), rgba(6, 9, 17, 0.34));
}

.article-label {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.26);
  color: #aff0bf;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.article-copy p,
.blog-body p {
  margin: 0;
}

.article-copy h3 a,
.blog-body h3 a {
  display: inline;
}

.article-meta-row,
.article-meta {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.article-meta-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: auto;
}

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

.faq {
  display: grid;
  gap: 14px;
}

.faq-column {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.faq-a {
  display: none;
  padding: 0 18px 16px;
}

.faq-a p {
  margin: 0;
  color: var(--text-soft);
}

.faq-item.open .faq-a {
  display: block;
}

.cta-section {
  padding: 34px 0 56px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid rgba(250, 204, 21, 0.18);
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.98), rgba(9, 14, 24, 0.98)),
    radial-gradient(circle at right, rgba(34, 197, 94, 0.1), transparent 18%);
}

.cta-box h2 {
  margin-bottom: 8px;
  font-size: clamp(1.65rem, 2.2vw, 2.4rem);
}

.cta-box p {
  margin: 0;
  color: var(--text-soft);
}

.article {
  max-width: 860px;
}

.article h2 {
  margin: 32px 0 12px;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.article p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
}

.toc {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.toc strong {
  font-size: 1rem;
}

.toc a {
  color: var(--gold);
  font-size: 0.96rem;
}

.blog-card {
  overflow: hidden;
}

.blog-thumb {
  display: grid;
  place-items: end start;
  min-height: 190px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)),
    url("/images/banner01.webp") center/cover no-repeat;
}

.blog-card:nth-child(2) .blog-thumb {
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)), url("/images/banner02.webp");
}

.blog-card:nth-child(3) .blog-thumb {
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)), url("/images/banner03.webp");
}

.blog-card:nth-child(4) .blog-thumb {
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)), url("/images/banner04.webp");
}

.blog-card:nth-child(5) .blog-thumb {
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)), url("/images/about.webp");
}

.blog-card:nth-child(6) .blog-thumb {
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0.72)), url("/images/download.webp");
}

.blog-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.22);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.step,
.blog-card,
.article-card {
  min-height: 100%;
}

.step {
  padding: 24px;
}

.icon {
  margin-bottom: 16px;
}

.site-footer {
  padding: 28px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.96), rgba(5, 8, 14, 1));
}

.site-footer-reference {
  padding-top: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
}

.footer-grid-reference {
  grid-template-columns: 1.2fr repeat(3, 0.9fr) 1.1fr;
}

.footer-brand-col p,
.newsletter-col p,
.site-footer p {
  color: var(--text-soft);
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-links a:hover,
.section-link:hover,
.breadcrumbs a:hover,
.toc a:hover {
  color: var(--gold);
}

.footer-logo img {
  width: 150px;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-row a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 10px 12px;
  background: transparent;
  color: var(--text);
}

.newsletter-form button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--gradient-main);
  color: #06100b;
  font-weight: 900;
}

.footer-trust-note {
  margin-top: 16px;
  color: #d6f5dd;
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.92rem;
}

.wa-float {
  position: fixed;
  right: calc(18px + env(safe-area-inset-right, 0px));
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 1050;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--gradient-main);
  color: transparent;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.24);
}

.wa-float::before {
  content: "Help";
  color: #07110d;
  font-size: 0.82rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .nav {
    gap: 12px;
  }

  .nav-menu {
    gap: 12px;
  }

  .nav-menu a {
    font-size: 0.84rem;
  }

  .nav-more-toggle {
    font-size: 0.84rem;
  }

  .nav-cta {
    min-width: 140px;
  }

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

  .hero-reference-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-stage {
    max-width: 720px;
    width: 100%;
    margin: 12px auto 0;
  }

  .home-cta-grid,
  .article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip-wide,
  .recharge-steps-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recharge-steps-row::before {
    display: none;
  }

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

@media (max-width: 900px) {
  body {
    padding-top: 78px;
  }

  .nav {
    min-height: 78px;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-grid;
    margin-left: auto;
  }

  .nav-menu,
  .nav-actions {
    display: none;
    width: 100%;
  }

  .site-header.open .nav-menu {
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 6px 0 0;
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
  }

  .site-header.open .nav-actions {
    display: flex;
    padding: 12px 0 18px;
  }

  .nav-menu li {
    list-style: none;
  }

  .nav-menu a {
    display: block;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-more {
    width: 100%;
  }

  .nav-more-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-more-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    margin: 0 0 12px;
    padding: 0 0 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-more.open .nav-more-menu {
    display: grid;
  }

  .nav-more-menu a {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-actions {
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav-actions .btn {
    flex: 1 1 180px;
  }

  .split,
  .feature-guides-split,
  .faq-grid,
  .trust-strip-wide,
  .grid-3,
  .grid-4,
  .grid-6,
  .home-cta-grid,
  .article-card-grid,
  .footer-grid-reference,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-showcase {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .feature-bullets {
    text-align: left;
  }

  .cta-box,
  .section-head-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .recharge-steps-row {
    grid-template-columns: 1fr;
  }

  .popular-guides-card,
  .feature-showcase,
  .recharge-flow-card,
  .page-hero .container {
    padding: 24px;
  }

  .hero-stage {
    min-height: 470px;
  }

  .hero-rings {
    inset: 74px 18px 88px;
  }

  .phone-dock {
    width: 300px;
  }

  .hero-float {
    width: 94px;
    height: 94px;
    font-size: 0.9rem;
  }

  .hero-float-top {
    left: 28px;
  }

  .hero-float-left {
    left: 10px;
  }

  .hero-float-right {
    right: 18px;
  }

  .hero-float-bottom {
    right: 6px;
  }

  .hero-heading-strap {
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .hero-heading-subline {
    margin-bottom: 12px;
    font-size: 0.95rem;
  }

  .hero-lead {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero-stage {
    min-height: 340px;
  }

  .hero-float {
    display: none;
  }

  .phone-dock {
    width: 280px;
    height: 64px;
  }

  .phone-mockup {
    width: 190px;
    bottom: 44px;
  }

  .hero-keywords a:nth-of-type(n+6) {
    display: none;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .hero-reference {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .hero-heading-strap {
    font-size: 1.9rem;
  }

  .hero-heading-subline {
    margin: 0 0 12px;
    font-size: 0.98rem;
  }

  .hero-lead,
  .page-lead {
    font-size: 0.98rem;
  }

  .hero-search {
    padding: 6px;
  }

  .hero-search input {
    padding: 12px;
    font-size: 0.95rem;
  }

  .hero-search button {
    width: 48px;
    height: 48px;
  }

  .hero-stage {
    min-height: 380px;
  }

  .hero-rings {
    inset: 86px 6px 90px;
  }

  .phone-mockup {
    width: 172px;
    bottom: 52px;
  }

  .phone-dock {
    width: 250px;
    height: 68px;
  }

  .hero-float {
    width: 84px;
    height: 84px;
    padding: 10px;
    border-radius: 18px;
    font-size: 0.8rem;
  }

  .hero-float::before {
    font-size: 1.4rem;
  }

  .hero-float-top {
    top: 76px;
    left: 0;
  }

  .hero-float-left {
    left: 2px;
    bottom: 124px;
  }

  .hero-float-right {
    top: 92px;
    right: 0;
  }

  .hero-float-bottom {
    right: 0;
    bottom: 110px;
  }

  .brand-logo img,
  .footer-logo img {
    width: 128px;
  }

  .hero-keywords {
    gap: 8px;
  }

  .hero-keywords a {
    font-size: 0.76rem;
  }

  .hero-keywords a:nth-of-type(n+5) {
    display: none;
  }

  .large-gradient-btn,
  .nav-cta {
    min-width: 0;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .wa-float {
    width: 54px;
    height: 54px;
  }

  .wa-float::before {
    font-size: 0.72rem;
  }
}
