:root {
  --bg: #120E1F;
  --bg-2: #1B1330;
  --card: #221A3B;
  --primary: #7C4DFF;
  --primary-2: #00E5FF;
  --pink: #FF2E9F;
  --text: #FFFFFF;
  --muted: #B9AEDE;
  --line: #332A55;
  --danger: #FF3B5C;
  --ok: #00E676;
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: var(--primary-2); }
.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 80;
  background: #fff; color: #000; padding: 8px 14px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { left: 8px; }
.crumbs {
  font-size: 0.82rem; font-weight: 700; color: var(--muted); margin: 0 0 18px;
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--primary-2); }
.crumbs span { color: #fff; }

.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(18, 14, 31, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 16px;
  min-height: 68px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: Outfit, sans-serif; font-weight: 900; letter-spacing: 0.02em;
  color: #fff; text-decoration: none; font-size: 1.15rem; margin-right: auto;
}
.logo img {
  width: 36px; height: 36px; object-fit: contain; border-radius: 8px; flex-shrink: 0;
  background: #1B1330;
}
.logo span { color: var(--primary-2); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  background: var(--bg-2); border-radius: 12px; cursor: pointer; padding: 10px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px;
}
.nav-toggle span { position: relative; }
.nav-toggle span:before, .nav-toggle span:after {
  content: ""; position: absolute; left: 0; width: 100%;
}
.nav-toggle span:before { top: -7px; }
.nav-toggle span:after { top: 7px; }
.nav-drawer { display: flex; align-items: center; gap: 8px; }
.nav-drawer a {
  color: #d4d4d8; text-decoration: none; font-weight: 700; font-size: 0.86rem;
  padding: 10px 12px; border-radius: 10px; min-height: 44px; display: inline-flex; align-items: center; gap: 7px;
}
.nav-drawer a:hover, .nav-drawer a.is-active { color: #fff; background: rgba(124, 77, 255, 0.22); }
.nav-drawer a.btn-solid,
.nav-drawer a.btn-solid:hover,
.nav-drawer a.btn-solid.is-active {
  color: #120E1F;
  background: #00E5FF;
}
.nav-drawer a.btn-ghost { color: #fff; }
.nav-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
  overflow: visible;
}
.nav-ico,
.nav-ico * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn-ghost, .btn-solid, .btn-danger, .btn-main {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 16px; border-radius: 12px; font-weight: 800;
  text-decoration: none; border: 0; cursor: pointer; font-family: inherit;
}
.btn-ghost { border: 1px solid var(--line); color: #fff; }
.btn-solid, .btn-main { background: var(--primary-2); color: #120E1F; }
.btn-danger { border: 2px solid var(--danger); color: var(--danger); background: transparent; }
.search-form { display: flex; gap: 6px; }
.search-form input {
  width: 160px; min-height: 44px; border-radius: 12px; border: 1px solid var(--line);
  background: #1B1330; color: #fff; padding: 0 12px; font: inherit;
}

.hero {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 1fr);
  gap: 22px; align-items: center;
  padding: 36px 0 20px;
  position: relative;
}
.hero-watermark {
  position: absolute; left: -8px; top: 8px; z-index: 0;
  font-family: Outfit, sans-serif; font-weight: 900; font-size: clamp(3.2rem, 9vw, 7rem);
  letter-spacing: -0.04em; line-height: 0.85; color: rgba(255,255,255,0.035);
  pointer-events: none; white-space: nowrap; user-select: none;
}
.hero-copy { position: relative; z-index: 2; }
.hero-visual {
  position: relative;
  z-index: 1;
  height: 560px;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 70%, rgba(0, 229, 255, 0.16), transparent 58%),
    radial-gradient(circle at 20% 20%, rgba(124, 77, 255, 0.22), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(255, 46, 159, 0.14), transparent 42%);
}
#phone3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
#phoneFallback {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(240px, 55%);
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.4);
  pointer-events: none;
  z-index: 0;
}
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px;
}
.stat {
  background: rgba(34, 26, 59, 0.7);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 120px;
}
.stat b {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  color: var(--primary-2);
}
.stat span { color: var(--muted); font-size: 0.82rem; font-weight: 700; }

.site-header, main, .site-footer, .skip-link { position: relative; z-index: 1; }
.site-header { z-index: 40; }
.will-reveal.is-in { transform: none; }

.btn-main, .btn-solid { transition: transform 0.15s ease, box-shadow 0.15s ease; }
.btn-main:hover, .btn-solid:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0, 229, 255, 0.35); }
.btn-ghost, .btn-danger { transition: transform 0.15s ease, border-color 0.15s ease; }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--primary); }

@media (prefers-reduced-motion: reduce) {
  .will-reveal { opacity: 1; transform: none; }
}
.badge {
  display: inline-block; background: rgba(124, 77, 255, 0.22); color: var(--primary-2);
  padding: 6px 14px; border-radius: 999px; font-weight: 800; font-size: 0.78rem;
}
h1, h2, h3 { font-family: Outfit, sans-serif; line-height: 1.15; margin: 0 0 12px; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h1 span {
  background: linear-gradient(90deg, #7C4DFF, #00E5FF 55%, #FF2E9F);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead, .muted { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 12px; }
.warn { color: var(--danger); font-weight: 700; font-size: 0.92rem; }

.section { padding: 64px 0; }
.section.alt { background: var(--bg-2); }
.section-head .setup-hero-ico {
  width: 56px; height: 56px; margin: 0 auto 12px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: rgba(0, 229, 255, 0.12); color: var(--primary-2);
}
.setup-steps { display: grid; gap: 16px; margin: 0 0 28px; }
.setup-steps .ico-card ol { margin: 8px 0 0; padding-left: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .work-card, .price-card, .g-box {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.grid-3 .card:nth-child(1) { border-top: 3px solid var(--primary-2); }
.grid-3 .card:nth-child(2) { border-top: 3px solid var(--primary); }
.grid-3 .card:nth-child(3) { border-top: 3px solid var(--pink); }
.work-card { display: grid; grid-template-columns: 1.4fr 180px; gap: 24px; align-items: center; margin-bottom: 20px; }
.work-card.reverse { direction: rtl; }
.work-card.reverse > * { direction: ltr; }
.ss { border-radius: 16px; box-shadow: 0 12px 28px rgba(0,0,0,0.35); max-height: 280px; width: auto; max-width: 100%; object-fit: contain; }
.hi { display: block; margin-top: 6px; color: #9b92c9; font-size: 0.86em; font-weight: 600; }
.use-box { margin-top: 20px; overflow: visible; }
.use-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}
.use-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.use-step {
  display: flex;
  gap: 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}
.use-step span {
  flex: 0 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--primary-2);
  line-height: 1;
}
.use-step h3 { font-size: 1rem; margin: 0 0 6px; }
.use-step p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.use-shots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.use-shots figure {
  margin: 0;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px 10px 0;
  overflow: visible;
  text-align: center;
}
.use-shots img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}
.use-shots figure:only-child img { max-height: 560px; }
.use-shots figure:not(:only-child) img { max-height: 300px; }
.use-shots figcaption {
  padding: 6px 10px 10px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-2);
}
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { margin: 0 0 12px; color: #d4d4d8; }
.check-list li:before { content: "✓ "; color: var(--ok); font-weight: 800; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span {
  background: #1B1330; border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; font-size: 0.85rem;
}
.step-num { font-family: Outfit, sans-serif; font-size: 2rem; color: var(--primary); opacity: 0.7; font-weight: 900; }
.news-list { list-style: none; padding: 0; max-width: 760px; margin: 0 auto; }
.news-list li { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; margin-bottom: 10px; }

.price-layout {
  display: grid; grid-template-columns: 1fr;
  gap: 28px; align-items: start;
}
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.ico svg {
  width: 20px; height: 20px; display: block;
}
.ico svg, .ico svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.price-card .ico {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px; margin-bottom: 12px;
  background: rgba(0, 229, 255, 0.12); color: var(--primary-2);
}
.hot {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--pink); padding: 4px 12px; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
}
.price { font-size: 2.4rem; font-family: Outfit, sans-serif; margin: 8px 0 0; }
.price-usd { margin: 0 0 8px; color: var(--primary-2); font-weight: 800; font-size: 1.05rem; }
.days { display: inline-block; background: #1B1330; padding: 4px 12px; border-radius: 8px; color: var(--muted); font-weight: 700; font-size: 0.85rem; }

.faq-list details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 8px 18px; margin-bottom: 10px;
}
.faq-list summary { cursor: pointer; font-weight: 800; padding: 12px 0; min-height: 44px; }
.keyword-block { margin-bottom: 28px; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.media-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.media-card img, .media-card video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #000; }
.media-card figcaption { padding: 10px 12px; font-size: 0.85rem; color: var(--muted); }
.result-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 12px; }
.result-card a { display: block; padding: 18px; text-decoration: none; color: inherit; }
.result-card h2 { font-size: 1.2rem; }
.legal { max-width: 720px; }
.legal p { color: var(--muted); }

.site-footer {
  margin: 24px auto 40px; width: min(var(--max), calc(100% - 32px));
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 28px; text-align: center;
}
.footer-brand {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: Outfit, sans-serif; font-weight: 900; margin: 0 0 12px;
}
.footer-brand img { width: 28px; height: 28px; object-fit: contain; border-radius: 6px; }
.site-footer .fine { color: var(--danger); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.03em; }
.made-in-india {
  display: flex; justify-content: center;
  margin: 8px 0 0; padding-top: 20px; border-top: 1px solid var(--line);
  perspective: 900px;
}
.india-float-card {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(56, 42, 88, 0.95), rgba(22, 16, 42, 0.96));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 18px 36px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.12);
  font-family: Outfit, sans-serif; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; font-size: 0.82rem; color: #f4f0ff;
  transform-style: preserve-3d;
  animation: india-card-float 5s ease-in-out infinite;
}
img.in-flag {
  display: block; width: 32px; height: 21px; border-radius: 3px;
  object-fit: cover; flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
}
@keyframes india-card-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(5deg) rotateY(-7deg); }
  50% { transform: translate3d(0, -10px, 16px) rotateX(7deg) rotateY(7deg); }
}
@media (prefers-reduced-motion: reduce) {
  .india-float-card { animation: none; }
}
.admin-box input, .admin-box textarea {
  width: 100%; min-height: 44px; margin: 8px 0 14px; border-radius: 12px; border: 1px solid var(--line);
  background: var(--bg-2); color: #fff; padding: 10px 12px; font: inherit;
}
.admin-box textarea { min-height: 90px; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-drawer {
    display: none; position: absolute; left: 0; right: 0; top: 68px;
    background: var(--bg-2); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px 16px 20px;
  }
  .nav-drawer.is-open { display: flex; }
  .search-form input { width: 100%; }
  .hero, .work-card, .grid-2, .grid-3, .price-grid, .use-layout, .use-steps, .lifetime-row { grid-template-columns: 1fr; }
  .use-shots { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: flex-start; }
  .use-shots figure { flex: 1 1 150px; max-width: 220px; }
  .use-shots img { width: auto; max-width: 100%; height: auto; max-height: 340px; }
  .work-card.reverse { direction: ltr; }
  .price-card.pro { transform: none; }
  .hero { grid-template-columns: 1fr; padding: 20px 0 8px; text-align: center; min-height: 0; }
  .hero-visual { height: 300px; order: -1; }
  .buy-card { text-align: left; }
  .tech-row { justify-content: center; }
  .hero-actions, .hero-stats { justify-content: center; }
  .price-layout { grid-template-columns: 1fr; }
}

.fx-orbs {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(2px);
  animation: orb-float 14s ease-in-out infinite;
}
.orb:after {
  content: ""; position: absolute; inset: -40%; border-radius: 50%;
  background: inherit; filter: blur(28px); opacity: 0.55;
}
.orb-a {
  width: 140px; height: 140px; left: -30px; top: 12%;
  background: radial-gradient(circle at 35% 30%, #c4b5ff, #7C4DFF 55%, #3b1d99);
  box-shadow: 0 0 50px rgba(124, 77, 255, 0.55);
}
.orb-b {
  width: 110px; height: 110px; right: 6%; top: 28%;
  background: radial-gradient(circle at 35% 30%, #9ffffa, #00E5FF 55%, #007a88);
  box-shadow: 0 0 46px rgba(0, 229, 255, 0.5);
  animation-delay: -5s;
}
.orb-c {
  width: 90px; height: 90px; left: 38%; bottom: 10%;
  background: radial-gradient(circle at 35% 30%, #ffb3d9, #FF2E9F 55%, #9b125c);
  box-shadow: 0 0 40px rgba(255, 46, 159, 0.5);
  animation-delay: -9s;
}
@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .orb { animation: none; }
}

.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: rgba(27, 19, 48, 0.7);
  border-radius: 999px; padding: 5px 12px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em;
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 8px var(--ok); }

.tech-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 8px;
}
.tech-tile {
  display: flex; align-items: center; gap: 10px;
  background: rgba(27, 19, 48, 0.72);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  backdrop-filter: blur(10px);
}
.tech-tile .ico {
  width: 36px; height: 36px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(124, 77, 255, 0.22);
  color: var(--primary-2);
}
.tech-tile .ico svg { width: 18px; height: 18px; }
.tech-tile b { display: block; font-size: 0.82rem; }
.tech-tile small { color: var(--muted); font-size: 0.72rem; }

.buy-card {
  position: relative;
  z-index: 2;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(40, 30, 70, 0.92), rgba(22, 16, 42, 0.95));
  border: 1px solid rgba(124, 77, 255, 0.45);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.08), 0 24px 50px rgba(0, 0, 0, 0.4), 0 0 80px rgba(124, 77, 255, 0.12);
}
.buy-card h2 { font-size: 1.25rem; margin-bottom: 4px; }
.buy-live { font-family: Outfit, sans-serif; font-size: 2rem; color: var(--primary-2); margin: 8px 0 4px; }
.buy-live small { font-size: 0.9rem; color: var(--muted); font-weight: 700; }
.plan-opts { display: grid; gap: 8px; margin: 14px 0; }
.plan-opt {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; text-align: left; cursor: pointer; font: inherit; font-weight: 800;
  color: #fff; background: rgba(18, 14, 31, 0.65);
  border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px;
}
.plan-opt.is-on {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 0 18px rgba(124, 77, 255, 0.35);
}
.plan-opt span { color: var(--muted); font-size: 0.78rem; }
.buy-card .btn-main { width: 100%; margin-top: 4px; }
.buy-perks { list-style: none; padding: 0; margin: 14px 0 0; }
.buy-perks li { color: #d4d4d8; font-size: 0.82rem; margin: 0 0 8px; }
.buy-perks li:before { content: "✓ "; color: var(--ok); font-weight: 800; }

.ico-card .ico {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px; margin-bottom: 12px;
  background: rgba(0, 229, 255, 0.12); color: var(--primary-2);
}
.ico-card .ico svg { width: 20px; height: 20px; }
.price-card {
  background: linear-gradient(180deg, rgba(40, 30, 70, 0.9), rgba(22, 16, 42, 0.95));
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}
.price-card.pro {
  position: relative;
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 20px 50px rgba(124, 77, 255, 0.22);
}
.price-lifetime { margin-top: 28px; }
.price-card.lifetime {
  position: relative;
  overflow: visible;
  padding-top: 28px;
  border-color: rgba(255, 209, 102, 0.55);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 46, 159, 0.22), transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(0, 229, 255, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(52, 36, 18, 0.92), rgba(22, 16, 42, 0.96));
  box-shadow: 0 0 0 1px rgba(255, 209, 102, 0.35), 0 24px 56px rgba(255, 46, 159, 0.16);
}
.price-card.lifetime .hot {
  background: linear-gradient(90deg, #FFD166, #FF2E9F);
  color: #120E1F;
}
.price-card.lifetime .ico {
  background: rgba(255, 209, 102, 0.16);
  color: #FFD166;
}
.lifetime-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 8px 28px;
  align-items: center;
}
.lifetime-row .check-list { margin: 0; }
.seats-pill {
  display: inline-block;
  margin: 10px 0 0;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #120E1F;
  background: #FFD166;
}
.blog-intro { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.blog-intro h1 { font-size: clamp(1.75rem, 4.2vw, 2.45rem); margin: 8px 0 12px; }
.blog-intro .lead { font-size: 1.08rem; color: #e8e4f5; margin: 0 0 12px; line-height: 1.65; }
.blog-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: rgba(27, 19, 48, 0.75);
  border-radius: 999px; padding: 6px 14px; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary-2);
}
.blog-kicker svg { width: 14px; height: 14px; }
.blog-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 18px 0 8px; }
.blog-pills span {
  background: #1B1330; border: 1px solid var(--line); padding: 6px 12px;
  border-radius: 999px; font-size: 0.78rem; font-weight: 700; color: var(--muted);
}
.blog-meta { font-size: 0.78rem; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; margin: 0 0 6px; }
.blog-card {
  display: flex; flex-direction: column; min-height: 100%;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
.blog-card:nth-child(1) { border-top: 3px solid var(--primary-2); }
.blog-card:nth-child(2) { border-top: 3px solid var(--primary); }
.blog-card:nth-child(3) { border-top: 3px solid var(--pink); }
.blog-card:nth-child(4) { border-top: 3px solid var(--ok); }
.blog-card .ico { width: 48px; height: 48px; margin-bottom: 10px; }
.blog-card .ico svg { width: 22px; height: 22px; }
.blog-card h2 { margin: 6px 0 10px; font-size: 1.18rem; line-height: 1.35; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card h2 a:hover { color: var(--primary-2); }
.blog-card .muted { flex: 1; }
.blog-card .btn-ghost { align-self: flex-start; margin-top: 8px; }
.post-article { max-width: 820px; margin: 0 auto; padding: 28px 28px 32px; }
.post-hero { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.post-hero.ico-card .ico {
  flex: 0 0 auto; width: 58px; height: 58px; margin-bottom: 0;
  background: rgba(124, 77, 255, 0.2); color: var(--primary-2);
  box-shadow: 0 0 24px rgba(124, 77, 255, 0.22);
}
.post-hero.ico-card .ico svg { width: 28px; height: 28px; }
.post-hero h1 { margin: 0 0 10px; font-size: clamp(1.45rem, 3.4vw, 2rem); line-height: 1.2; }
.post-hero .muted { margin: 0; font-size: 1.02rem; color: #dcd6f2; }
.post-body h2 { margin: 28px 0 10px; font-size: 1.18rem; }
.post-body h2:first-of-type { margin-top: 22px; }
.post-body p, .post-body li { color: var(--muted); }
.post-body ul, .post-body ol { margin: 0 0 8px; padding-left: 1.2em; }
.post-body li { margin: 0 0 8px; }
.post-callout {
  background: rgba(124, 77, 255, 0.12);
  border: 1px solid rgba(124, 77, 255, 0.38);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 18px 0;
}
.post-callout strong { color: #fff; }
.post-warn {
  background: rgba(255, 59, 92, 0.1);
  border: 1px solid rgba(255, 59, 92, 0.35);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 18px 0;
  color: #f5c4ce;
}
.related-posts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0 8px; }
.related-posts a {
  display: block; text-decoration: none; color: inherit;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 14px;
}
.related-posts a:hover { border-color: var(--primary-2); }
.related-posts strong { display: block; margin-bottom: 4px; color: #fff; }
.related-posts span { display: block; font-size: 0.82rem; color: var(--muted); }
.post-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
@media (max-width: 700px) {
  .related-posts { grid-template-columns: 1fr; }
  .post-article { padding: 20px 16px 24px; }
  .post-hero { flex-direction: column; gap: 12px; }
}
.table-wrap { overflow-x: auto; margin: 16px 0 8px; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 520px; }
.compare-table th, .compare-table td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.compare-table th { background: var(--bg-2); color: #fff; font-weight: 700; }
.compare-table td { color: var(--muted); }
.compare-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.02); }
.kw-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.kw-pills a {
  display: inline-block; text-decoration: none; color: #e8e2ff;
  border: 1px solid var(--line); background: var(--bg-2);
  border-radius: 999px; padding: 6px 12px; font-size: 0.82rem;
}
.kw-pills a:hover { border-color: var(--primary-2); }

