/*
Theme Name: SEO Wizard
Theme URI: https://seowizard.lt
Author: SEO Wizard
Author URI: https://seowizard.lt
Description: Custom one-page theme for SEO Wizard — interneto svetainių kūrimas ir SEO paslaugos. Dark magic-themed scrollytelling design with canvas starfield, wizard mascot, chapter rail, scroll-driven reveals, animated counters and a built-in contact form.
Version: 1.3.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seo-wizard
Tags: one-column, custom-menu, custom-logo, translation-ready
*/

/* ========================================================================
   Tokens
   ======================================================================== */
:root {
  --wiz-bg: #05050A;
  --wiz-ink: #EDEBFF;
  --wiz-ink-hi: #F4F2FF;
  --wiz-muted: #A6A1C8;
  --wiz-muted-2: #8F89BC;
  --wiz-dim: #6B6594;
  --wiz-purple: #7C3AED;
  --wiz-violet: #8B5CF6;
  --wiz-lav: #A78BFA;
  --wiz-lav-lt: #C4B5FD;
  --wiz-cyan: #38BDF8;
  --wiz-cyan-lt: #7DD3FC;
  --wiz-blue: #0EA5E9;
  --wiz-indigo: #818CF8;
  /* The -fb faces are metric-matched local fallbacks (see fonts.css) that
     prevent layout shift while the real fonts load. */
  --wiz-font-display: 'Unbounded', 'Unbounded-fb', sans-serif;
  --wiz-font-body: 'Space Grotesk', 'Space Grotesk-fb', sans-serif;
  --wiz-font-mono: 'JetBrains Mono', 'JetBrains Mono-fb', monospace;
  --wiz-ease: cubic-bezier(.22, 1, .36, 1);
}

/* ========================================================================
   Base
   ======================================================================== */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wiz-bg);
  color: var(--wiz-ink);
  font-family: var(--wiz-font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--wiz-purple); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #07070E; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--wiz-purple), var(--wiz-blue));
  border-radius: 8px;
  border: 2px solid #07070E;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}

/* ========================================================================
   Keyframes
   ======================================================================== */
@keyframes wiz-drift { 0%, 100% { transform: translate3d(-4%, -3%, 0) scale(1); } 50% { transform: translate3d(5%, 6%, 0) scale(1.18); } }
@keyframes wiz-drift2 { 0%, 100% { transform: translate3d(4%, 5%, 0) scale(1.1); } 50% { transform: translate3d(-6%, -4%, 0) scale(1); } }
@keyframes wiz-pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes wiz-scrolldot { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(44px); opacity: 0; } }
@keyframes wiz-shimmer { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes wiz-spin { to { transform: rotate(360deg); } }
@keyframes wiz-spin-rev { to { transform: rotate(-360deg); } }
@keyframes wiz-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes wiz-orb { 0%, 100% { box-shadow: 0 0 14px 3px rgba(56, 189, 248, .55); } 50% { box-shadow: 0 0 30px 9px rgba(56, 189, 248, .95); } }
@keyframes wiz-blink { 0%, 91%, 100% { transform: scaleY(1); } 94% { transform: scaleY(.08); } }
@keyframes wiz-twinkle { 0%, 100% { opacity: .15; transform: scale(.7) rotate(0deg); } 50% { opacity: .95; transform: scale(1.2) rotate(24deg); } }
@keyframes wiz-shadow { 0%, 100% { transform: translateX(-50%) scaleX(1); opacity: .55; } 50% { transform: translateX(-50%) scaleX(.8); opacity: .3; } }

/* ========================================================================
   Shared text helpers
   ======================================================================== */
.wiz-grad {
  background: linear-gradient(115deg, var(--wiz-lav-lt) 0%, var(--wiz-violet) 45%, var(--wiz-cyan) 100%);
  background-size: 220% 100%;
  animation: wiz-shimmer 9s ease-in-out infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wiz-grad--glow { filter: drop-shadow(0 0 30px rgba(124, 58, 237, .35)); }
.wiz-grad--cyan { background-image: linear-gradient(115deg, var(--wiz-cyan-lt), var(--wiz-cyan) 55%, var(--wiz-indigo)); }
.wiz-grad--indigo { background-image: linear-gradient(115deg, var(--wiz-indigo), var(--wiz-cyan) 55%, var(--wiz-lav-lt)); }

.wiz-kicker {
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  letter-spacing: .34em;
  color: var(--wiz-muted-2);
  font-weight: 600;
  text-transform: uppercase;
}
.wiz-h2 {
  margin: 18px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 600;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.12;
  color: #F2F0FF;
  text-wrap: balance;
}
.wiz-lead {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--wiz-muted);
  text-wrap: pretty;
}
.wiz-strong { color: #E9E6FF; font-weight: 600; }

/* ========================================================================
   Buttons
   ======================================================================== */
.wiz-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 34px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--wiz-purple), #4F46E5 55%, var(--wiz-blue));
  color: #fff;
  text-decoration: none;
  font-family: var(--wiz-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  border: 1px solid rgba(196, 181, 253, .45);
  box-shadow: 0 0 22px rgba(124, 58, 237, .5), 0 0 70px rgba(14, 165, 233, .22), inset 0 1px 0 rgba(255, 255, 255, .28);
  cursor: pointer;
  transition: transform .35s var(--wiz-ease), box-shadow .35s;
}
.wiz-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 34px rgba(124, 58, 237, .85), 0 0 110px rgba(14, 165, 233, .4), inset 0 1px 0 rgba(255, 255, 255, .32);
}
.wiz-btn--ghost {
  background: rgba(124, 58, 237, .07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #C9C2F5;
  font-weight: 600;
  border: 1px solid rgba(139, 92, 246, .4);
  box-shadow: none;
  transition: all .35s;
}
.wiz-btn--ghost:hover {
  transform: none;
  background: rgba(124, 58, 237, .16);
  border-color: rgba(167, 139, 250, .8);
  box-shadow: 0 0 30px rgba(124, 58, 237, .35);
  color: #fff;
}

/* ========================================================================
   Fixed background
   ======================================================================== */
.wiz-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, #0B0A18 0%, #05050A 55%, #030308 100%);
}
.wiz-bg__aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  transition: top 1.6s var(--wiz-ease), left 1.6s var(--wiz-ease), filter 1.6s ease;
}
.wiz-bg__aura--a {
  top: -14%; left: -10%;
  width: 58vw; height: 58vw;
  background: radial-gradient(closest-side, rgba(124, 58, 237, .42), rgba(124, 58, 237, 0) 72%);
  animation: wiz-drift 26s ease-in-out infinite;
}
.wiz-bg__aura--b {
  top: 52%; left: 58%;
  width: 52vw; height: 52vw;
  background: radial-gradient(closest-side, rgba(14, 165, 233, .3), rgba(14, 165, 233, 0) 72%);
  animation: wiz-drift2 34s ease-in-out infinite;
}
.wiz-bg__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.wiz-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 92, 246, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 92, 246, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(75% 60% at 50% 42%, #000 15%, transparent 100%);
  mask-image: radial-gradient(75% 60% at 50% 42%, #000 15%, transparent 100%);
}
.wiz-bg__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 70% at 50% 50%, transparent 40%, rgba(3, 3, 8, .75) 100%);
}
.wiz-fx-canvas {
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* ========================================================================
   Navigation
   ======================================================================== */
.wiz-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: linear-gradient(rgba(5, 5, 12, .72), rgba(5, 5, 12, .35));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(139, 92, 246, .14);
}
body.admin-bar .wiz-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .wiz-nav { top: 46px; } }
.wiz-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; white-space: nowrap; }
.wiz-logo__mark {
  height: 26px;
  width: auto;
  display: block;
  /* The lens sits in the upper-left of the artwork box (handle + sparkle
     extend lower-right), so center the lens — not the box — on the text. */
  transform: translateY(3px);
  filter: drop-shadow(0 0 10px rgba(124, 58, 237, .5));
  transition: filter .35s;
}
.wiz-logo:hover .wiz-logo__mark { filter: drop-shadow(0 0 14px rgba(139, 147, 253, .9)); }
.wiz-logo__word {
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .18em;
  color: #F1EFFF;
}
.wiz-logo__word--grad {
  background: linear-gradient(115deg, var(--wiz-lav-lt), var(--wiz-violet) 45%, var(--wiz-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wiz-nav__links { display: flex; align-items: center; gap: clamp(14px, 2.6vw, 36px); margin: 0; padding: 0; list-style: none; }
.wiz-nav__links a {
  color: #9A95BD;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .3s, text-shadow .3s;
}
.wiz-nav__links a:hover { color: #E9E6FF; text-shadow: 0 0 16px rgba(167, 139, 250, .9); }
.wiz-nav__cta {
  display: inline-flex;
  white-space: nowrap;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(124, 58, 237, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #C9C2F5;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid rgba(139, 92, 246, .4);
  transition: all .35s;
}
.wiz-nav__cta:hover {
  background: rgba(124, 58, 237, .18);
  border-color: rgba(167, 139, 250, .85);
  box-shadow: 0 0 26px rgba(124, 58, 237, .4);
  color: #fff;
}
/* ---- "Paslaugos" dropdown ---- */
.wiz-nav__has-sub { position: relative; }
.wiz-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  color: #9A95BD;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .3s, text-shadow .3s;
}
.wiz-nav__toggle:hover,
.wiz-nav__has-sub.wiz-open .wiz-nav__toggle { color: #E9E6FF; text-shadow: 0 0 16px rgba(167, 139, 250, .9); }
.wiz-nav__caret { font-size: 9px; transition: transform .3s; }
.wiz-nav__has-sub:hover .wiz-nav__caret,
.wiz-nav__has-sub.wiz-open .wiz-nav__caret { transform: rotate(180deg); }
.wiz-nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 268px;
  margin: 0;
  list-style: none;
  /* Transparent border bridges the hover gap between trigger and panel. */
  border-top: 14px solid transparent;
  padding: 10px;
  background: rgba(10, 9, 22, .97) padding-box;
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(139, 92, 246, .28), 0 24px 60px rgba(3, 2, 10, .65);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s, transform .25s, visibility .25s;
}
.wiz-nav__has-sub:hover .wiz-nav__sub,
.wiz-nav__has-sub:focus-within .wiz-nav__sub,
.wiz-nav__has-sub.wiz-open .wiz-nav__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.wiz-nav__sub a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  letter-spacing: .08em;
}
.wiz-nav__sub a:hover { background: rgba(124, 58, 237, .14); }

/* ---- Burger (mobile only) ---- */
.wiz-nav__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  flex: none;
  background: rgba(124, 58, 237, .08);
  border: 1px solid rgba(139, 92, 246, .4);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .3s;
}
.wiz-nav__burger span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #C9C2F5;
  transition: transform .3s, opacity .3s;
}
.wiz-nav--open .wiz-nav__burger { border-color: rgba(167, 139, 250, .85); }
.wiz-nav--open .wiz-nav__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.wiz-nav--open .wiz-nav__burger span:nth-child(2) { opacity: 0; }
.wiz-nav--open .wiz-nav__burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 720px) {
  .wiz-nav__burger { display: flex; }
  /* The link row becomes a slide-down panel under the fixed nav bar. */
  .wiz-nav__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px 16px 18px;
    background: #08071A;
    border-bottom: 1px solid rgba(139, 92, 246, .25);
    box-shadow: 0 24px 50px rgba(3, 2, 10, .6);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    display: none;
  }
  .wiz-nav--open .wiz-nav__links { display: flex; }
  .wiz-nav__links > li > a,
  .wiz-nav__toggle { display: block; width: 100%; text-align: left; padding: 12px 6px; }
  .wiz-nav__toggle { display: flex; justify-content: space-between; }
  /* Submenu is inlined into the panel, collapsed until tapped. */
  .wiz-nav__sub {
    position: static;
    transform: none;
    min-width: 0;
    border-top: 0;
    padding: 0 0 0 14px;
    background: none;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* Outranks the desktop hover/open rules that translate the panel. */
  .wiz-nav__has-sub:hover .wiz-nav__sub,
  .wiz-nav__has-sub:focus-within .wiz-nav__sub,
  .wiz-nav__has-sub.wiz-open .wiz-nav__sub { transform: none; }
  .wiz-nav__has-sub.wiz-open .wiz-nav__sub { display: block; }
  .wiz-nav__links .wiz-nav__cta { justify-content: center; margin-top: 10px; text-align: center; }
}

/* ========================================================================
   Hero
   ======================================================================== */
.wiz-hero {
  position: relative;
  z-index: 10;
  /* The decorative rune rings are wider than narrow viewports — clip them
     so the page never gains horizontal overflow on mobile. */
  overflow-x: clip;
  min-height: 96vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px clamp(20px, 6vw, 80px) 40px;
  box-sizing: border-box;
}
.wiz-hero__rings {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -53%);
  width: min(660px, 92vw);
  height: min(660px, 92vw);
  z-index: -1;
  pointer-events: none;
}
.wiz-hero__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, .16);
  animation: wiz-spin 90s linear infinite;
}
.wiz-hero__ring--inner {
  inset: 72px;
  border: 1px solid rgba(56, 189, 248, .1);
  animation: wiz-spin-rev 64s linear infinite;
}
.wiz-hero__ring span { position: absolute; line-height: 1; }
.wiz-hero__glow {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .09), transparent 70%);
}
.wiz-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, .3);
  background: rgba(124, 58, 237, .08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: #B9B3E6;
}
.wiz-hero__title {
  margin: 28px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(36px, 5.4vw, 88px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--wiz-ink-hi);
  text-wrap: balance;
  max-width: 1240px;
}
.wiz-hero__sub {
  margin: 22px 0 0;
  max-width: 640px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
  color: var(--wiz-muted);
  text-wrap: pretty;
}
.wiz-hero__ctas {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
  justify-content: center;
}
.wiz-scroll-hint {
  margin-top: clamp(44px, 8vh, 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.wiz-scroll-hint__label { font-size: 10px; letter-spacing: .42em; color: var(--wiz-dim); font-weight: 600; }
.wiz-scroll-hint__line {
  position: relative;
  width: 1px;
  height: 52px;
  background: linear-gradient(rgba(167, 139, 250, .6), transparent);
  display: block;
}
.wiz-scroll-hint__dot {
  position: absolute;
  top: 0; left: -2px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--wiz-lav);
  box-shadow: 0 0 12px var(--wiz-lav);
  animation: wiz-scrolldot 2.2s ease-in-out infinite;
}

/* ========================================================================
   Sections / cards
   ======================================================================== */
.wiz-section {
  position: relative;
  z-index: 10;
  padding: 80px clamp(20px, 6vw, 80px);
  box-sizing: border-box;
}
.wiz-section, .wiz-service, .wiz-hero { scroll-margin-top: 80px; }
.wiz-section--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.wiz-section__head { text-align: center; }

.wiz-service {
  position: relative;
  z-index: 10;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 56px clamp(20px, 6vw, 90px);
  box-sizing: border-box;
}
.wiz-service--right { justify-content: flex-end; }
.wiz-service--center { justify-content: center; }

.wiz-card {
  /* Half the section's content box: the card spans from its side padding
     exactly to the viewport centerline. */
  width: 50%;
  min-width: 450px;
  padding: clamp(22px, 2.6vw, 36px);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(21, 18, 40, .66), rgba(10, 9, 22, .55));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(139, 92, 246, .22);
  box-shadow: 0 30px 80px rgba(3, 2, 10, .6), inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform .5s var(--wiz-ease), border-color .5s, box-shadow .5s;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .wiz-card { width: 100%; min-width: 0; }
}
.wiz-card:hover {
  transform: translateY(-6px);
  border-color: rgba(167, 139, 250, .5);
  box-shadow: 0 40px 100px rgba(3, 2, 10, .7), 0 0 44px rgba(124, 58, 237, .22), inset 0 1px 0 rgba(255, 255, 255, .09);
}
.wiz-card--cyan {
  background: linear-gradient(210deg, rgba(13, 22, 42, .66), rgba(9, 10, 22, .55));
  border-color: rgba(56, 189, 248, .22);
}
.wiz-card--cyan:hover {
  border-color: rgba(125, 211, 252, .5);
  box-shadow: 0 40px 100px rgba(3, 2, 10, .7), 0 0 44px rgba(14, 165, 233, .22), inset 0 1px 0 rgba(255, 255, 255, .09);
}
.wiz-card--indigo {
  padding: clamp(22px, 2.6vw, 40px);
  background: linear-gradient(180deg, rgba(15, 19, 40, .68), rgba(9, 9, 22, .55));
  border-color: rgba(99, 132, 246, .24);
  text-align: center;
}
.wiz-card--indigo:hover {
  border-color: rgba(147, 167, 253, .55);
  box-shadow: 0 40px 100px rgba(3, 2, 10, .7), 0 0 50px rgba(79, 70, 229, .28), inset 0 1px 0 rgba(255, 255, 255, .09);
}
.wiz-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--wiz-muted-2);
  font-weight: 600;
}
.wiz-card--cyan .wiz-card__meta { color: #84A3C4; }
.wiz-card--indigo .wiz-card__meta { color: #8F94C4; }
.wiz-card__meta-line { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(139, 92, 246, .5), transparent); }
.wiz-card--cyan .wiz-card__meta-line { background: linear-gradient(90deg, rgba(56, 189, 248, .5), transparent); }
.wiz-card--indigo .wiz-card__meta-line { background: linear-gradient(90deg, rgba(99, 132, 246, .5), transparent); }
.wiz-card--indigo .wiz-card__meta-line--lead { background: linear-gradient(90deg, transparent, rgba(99, 132, 246, .5)); }
.wiz-card__title {
  margin: 16px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 600;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.16;
  color: #F2F0FF;
}
.wiz-card--indigo .wiz-card__title { margin-top: 18px; font-size: clamp(26px, 3vw, 42px); }
.wiz-card__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--wiz-muted);
  text-wrap: pretty;
}
.wiz-card--cyan .wiz-card__text { color: #A0AAC8; }
.wiz-card--indigo .wiz-card__text { max-width: 520px; margin-left: auto; margin-right: auto; }

.wiz-features { margin-top: 18px; border-top: 1px solid rgba(139, 92, 246, .16); }
.wiz-card--cyan .wiz-features { border-top-color: rgba(56, 189, 248, .16); }
.wiz-card--indigo .wiz-features {
  margin-left: auto; margin-right: auto;
  max-width: 480px;
  border-top-color: rgba(99, 132, 246, .18);
  text-align: left;
  margin-top: 20px;
}
.wiz-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 2px;
  border-bottom: 1px solid rgba(139, 92, 246, .16);
  transition: padding-left .35s;
}
.wiz-card--cyan .wiz-feature { border-bottom-color: rgba(56, 189, 248, .16); }
.wiz-card--indigo .wiz-feature { border-bottom-color: rgba(99, 132, 246, .18); }
.wiz-feature:hover { padding-left: 12px; }
.wiz-feature__gem { color: var(--wiz-lav); text-shadow: 0 0 12px rgba(167, 139, 250, .9); font-size: 12px; }
.wiz-card--cyan .wiz-feature__gem { color: var(--wiz-cyan); text-shadow: 0 0 12px rgba(56, 189, 248, .9); }
.wiz-card--indigo .wiz-feature__gem { color: var(--wiz-indigo); text-shadow: 0 0 12px rgba(129, 140, 248, .9); }
.wiz-feature__label { font-size: 15px; color: #C9C4E8; }
.wiz-card--cyan .wiz-feature__label { color: #C4CCE8; }
.wiz-card--indigo .wiz-feature__label { color: #C7CBE8; }

.wiz-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.wiz-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.wiz-card--indigo .wiz-tags { justify-content: center; }
.wiz-tag {
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  letter-spacing: .22em;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, .3);
  color: var(--wiz-cyan-lt);
  background: rgba(14, 165, 233, .07);
}
.wiz-tag--purple {
  border-color: rgba(139, 92, 246, .35);
  color: var(--wiz-lav-lt);
  background: rgba(124, 58, 237, .08);
}
.wiz-card__link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--wiz-lav-lt);
  text-decoration: none;
  transition: color .3s, text-shadow .3s;
}
.wiz-card__link:hover { color: #fff; text-shadow: 0 0 16px rgba(167, 139, 250, .9); }

/* ========================================================================
   Performance
   ======================================================================== */
.wiz-perf {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.wiz-perf__title {
  margin: 20px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.1;
  color: #F2F0FF;
  text-wrap: balance;
}
.wiz-perf__metrics {
  display: flex;
  gap: clamp(36px, 6vw, 96px);
  margin-top: clamp(32px, 5vh, 56px);
  flex-wrap: wrap;
  justify-content: center;
}
.wiz-metric__value {
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(84px, 11vw, 168px);
  line-height: 1;
  background: linear-gradient(160deg, #E9E6FF, var(--wiz-lav) 55%, var(--wiz-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(124, 58, 237, .4));
}
.wiz-metric--cyan .wiz-metric__value {
  background-image: linear-gradient(160deg, #E9F6FF, var(--wiz-cyan-lt) 55%, var(--wiz-blue));
  filter: drop-shadow(0 0 28px rgba(14, 165, 233, .4));
}
.wiz-metric__track {
  width: 200px;
  height: 2px;
  background: rgba(139, 92, 246, .18);
  margin: 20px auto 0;
  border-radius: 2px;
  overflow: hidden;
}
.wiz-metric--cyan .wiz-metric__track { background: rgba(56, 189, 248, .18); }
.wiz-metric__bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--wiz-purple), var(--wiz-cyan));
  box-shadow: 0 0 12px rgba(124, 58, 237, .8);
}
.wiz-metric--cyan .wiz-metric__bar {
  background: linear-gradient(90deg, var(--wiz-blue), var(--wiz-lav));
  box-shadow: 0 0 12px rgba(14, 165, 233, .8);
}
.wiz-metric__label {
  margin-top: 14px;
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--wiz-muted-2);
  font-weight: 600;
}
.wiz-metric--cyan .wiz-metric__label { color: #84A3C4; }
.wiz-perf__note { margin: clamp(24px, 4vh, 40px) 0 0; font-size: 14px; letter-spacing: .06em; color: var(--wiz-dim); }
.wiz-perf__body {
  margin: 20px auto 0;
  max-width: 780px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--wiz-muted);
  text-wrap: pretty;
}

/* ========================================================================
   Process
   ======================================================================== */
.wiz-process { max-width: 880px; margin: 0 auto; }
.wiz-process__steps { margin-top: 44px; display: flex; flex-direction: column; }
.wiz-step { display: grid; grid-template-columns: 44px 1fr; gap: 20px; }
.wiz-step__rail { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.wiz-step__num {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(167, 139, 250, .5);
  background: rgba(124, 58, 237, .1);
  display: grid;
  place-items: center;
  font-family: var(--wiz-font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--wiz-lav-lt);
  box-shadow: 0 0 18px rgba(124, 58, 237, .25);
}
.wiz-step--cyan .wiz-step__num {
  border-color: rgba(125, 211, 252, .5);
  background: rgba(14, 165, 233, .1);
  color: var(--wiz-cyan-lt);
  box-shadow: 0 0 18px rgba(14, 165, 233, .25);
}
.wiz-step--final .wiz-step__num {
  border-color: rgba(196, 181, 253, .6);
  background: linear-gradient(140deg, rgba(124, 58, 237, .22), rgba(14, 165, 233, .16));
  color: #E9E6FF;
  box-shadow: 0 0 22px rgba(124, 58, 237, .4);
}
.wiz-step__line { width: 1px; flex: 1; background: linear-gradient(rgba(139, 92, 246, .4), rgba(139, 92, 246, .1)); }
.wiz-step--cyan .wiz-step__line { background: linear-gradient(rgba(56, 189, 248, .4), rgba(56, 189, 248, .1)); }
.wiz-step__body { padding-bottom: 30px; }
.wiz-step--final .wiz-step__body { padding-bottom: 0; }
.wiz-step__title {
  margin: 9px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 600;
  font-size: clamp(17px, 1.6vw, 22px);
  color: #F2F0FF;
}
.wiz-step__text { margin: 10px 0 0; font-size: 15px; line-height: 1.7; color: var(--wiz-muted); text-wrap: pretty; }

/* ========================================================================
   Why us
   ======================================================================== */
.wiz-why { max-width: 1200px; margin: 0 auto; }
.wiz-why__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.wiz-why-card {
  padding: 26px 26px 28px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(19, 16, 38, .62), rgba(9, 9, 22, .5));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(139, 92, 246, .2);
  transition: transform .45s var(--wiz-ease), border-color .45s, box-shadow .45s;
}
.wiz-why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(167, 139, 250, .5);
  box-shadow: 0 24px 60px rgba(3, 2, 10, .6), 0 0 34px rgba(124, 58, 237, .18);
}
.wiz-why-card--cyan {
  background: linear-gradient(160deg, rgba(13, 22, 42, .62), rgba(9, 10, 22, .5));
  border-color: rgba(56, 189, 248, .2);
}
.wiz-why-card--cyan:hover {
  border-color: rgba(125, 211, 252, .5);
  box-shadow: 0 24px 60px rgba(3, 2, 10, .6), 0 0 34px rgba(14, 165, 233, .18);
}
.wiz-why-card__num { font-family: var(--wiz-font-mono); font-size: 10px; letter-spacing: .26em; color: var(--wiz-muted-2); }
.wiz-why-card--cyan .wiz-why-card__num { color: #84A3C4; }
.wiz-why-card__title {
  margin: 12px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #F2F0FF;
}
.wiz-why-card__text { margin: 10px 0 0; font-size: 14px; line-height: 1.7; color: var(--wiz-muted); text-wrap: pretty; }

/* ========================================================================
   Pricing
   ======================================================================== */
.wiz-pricing { display: flex; align-items: center; justify-content: center; }
.wiz-pricing__card {
  width: min(760px, 100%);
  padding: clamp(28px, 3.4vw, 52px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 16, 38, .68), rgba(9, 9, 22, .55));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(139, 92, 246, .24);
  box-shadow: 0 30px 80px rgba(3, 2, 10, .6), inset 0 1px 0 rgba(255, 255, 255, .06);
  text-align: center;
  box-sizing: border-box;
}
.wiz-pricing__title { margin: 16px 0 0; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.14; }
.wiz-price {
  margin-top: 26px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wiz-price__unit { font-family: var(--wiz-font-mono); font-size: 12px; letter-spacing: .3em; color: var(--wiz-muted-2); font-weight: 600; }
.wiz-price__value {
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  background: linear-gradient(160deg, #E9E6FF, var(--wiz-lav) 55%, var(--wiz-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(124, 58, 237, .4));
}
.wiz-pricing__text { margin: 24px auto 0; max-width: 620px; font-size: 15px; line-height: 1.75; color: var(--wiz-muted); text-wrap: pretty; }

/* ========================================================================
   FAQ
   ======================================================================== */
.wiz-faq-wrap { max-width: 860px; margin: 0 auto; }
.wiz-faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.wiz-faq {
  border-radius: 16px;
  border: 1px solid rgba(139, 92, 246, .2);
  background: linear-gradient(160deg, rgba(19, 16, 38, .6), rgba(9, 9, 22, .48));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 22px;
  transition: border-color .35s;
}
.wiz-faq:hover { border-color: rgba(167, 139, 250, .45); }
.wiz-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 0; }
.wiz-faq summary::-webkit-details-marker { display: none; }
.wiz-faq__q {
  margin: 0;
  font-family: var(--wiz-font-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #E9E6FF;
}
.wiz-faq__x {
  flex: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(167, 139, 250, .4);
  color: var(--wiz-lav-lt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  transition: transform .4s var(--wiz-ease);
}
.wiz-faq[open] .wiz-faq__x { transform: rotate(45deg); }
.wiz-faq__a { margin: 0; padding: 0 34px 20px 0; font-size: 14px; line-height: 1.75; color: var(--wiz-muted); text-wrap: pretty; }

/* ========================================================================
   Contact
   ======================================================================== */
.wiz-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 0;
}
.wiz-contact__inner { max-width: 960px; margin: 0 auto; text-align: center; width: 100%; }
.wiz-contact__title {
  margin: 16px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.6vw, 72px);
  line-height: 1.12;
  color: var(--wiz-ink-hi);
  text-wrap: balance;
}
.wiz-form-card {
  max-width: 720px;
  margin: 36px auto 0;
  padding: clamp(22px, 2.6vw, 40px);
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(19, 16, 38, .7), rgba(9, 9, 22, .58));
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(139, 92, 246, .24);
  box-shadow: 0 30px 80px rgba(3, 2, 10, .6), inset 0 1px 0 rgba(255, 255, 255, .06);
  text-align: left;
}
.wiz-form { display: flex; flex-direction: column; gap: 26px; }
.wiz-form__row { display: flex; gap: 26px; flex-wrap: wrap; }
.wiz-field { position: relative; flex: 1; min-width: 220px; }
.wiz-field--full { flex: none; width: 100%; min-width: 0; }
.wiz-field input,
.wiz-field textarea {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(139, 92, 246, .28);
  padding: 20px 0 12px;
  color: var(--wiz-ink);
  font-family: var(--wiz-font-body);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border-radius: 0;
  transition: border-color .3s;
}
.wiz-field textarea { resize: vertical; }
.wiz-field input:focus,
.wiz-field textarea:focus { border-bottom-color: var(--wiz-lav); }
.wiz-field label {
  position: absolute;
  left: 0; top: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7B76A0;
  pointer-events: none;
  transform-origin: left top;
  transition: transform .35s var(--wiz-ease), color .35s;
}
.wiz-field input:focus ~ label,
.wiz-field input:not(:placeholder-shown) ~ label,
.wiz-field textarea:focus ~ label,
.wiz-field textarea:not(:placeholder-shown) ~ label {
  transform: translateY(-26px) scale(.8);
  color: var(--wiz-lav);
}
.wiz-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.wiz-form__note { font-family: var(--wiz-font-mono); font-size: 11px; letter-spacing: .14em; color: var(--wiz-dim); }
.wiz-form__error { margin: 0; font-size: 14px; color: #FCA5A5; }
.wiz-hp { position: absolute !important; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.wiz-success { text-align: center; padding: 36px 16px; }
.wiz-success__star {
  font-size: 30px;
  background: linear-gradient(115deg, var(--wiz-lav-lt), var(--wiz-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(139, 92, 246, .8));
}
.wiz-success__title { margin-top: 18px; font-family: var(--wiz-font-display); font-weight: 600; font-size: 24px; color: #F2F0FF; }
.wiz-success__text { margin: 14px 0 0; font-size: 15px; line-height: 1.7; color: var(--wiz-muted); }
.wiz-contact__alt { margin: 26px auto 0; max-width: 520px; font-size: 14px; line-height: 1.8; color: var(--wiz-muted-2); }
.wiz-contact__email {
  font-family: var(--wiz-font-mono);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--wiz-lav-lt);
  text-decoration: none;
  transition: color .3s, text-shadow .3s;
}
.wiz-contact__email:hover { color: #fff; text-shadow: 0 0 18px rgba(167, 139, 250, .9); }

/* ========================================================================
   Footer
   ======================================================================== */
.wiz-footer {
  max-width: 1280px;
  width: 100%;
  margin: clamp(48px, 8vh, 90px) auto 0;
  border-top: 1px solid rgba(139, 92, 246, .14);
}
.wiz-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px;
  padding: 38px 0 8px;
  text-align: left;
}
.wiz-footer__brand-name {
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .18em;
  color: #F1EFFF;
}
.wiz-footer__brand-name .wiz-logo__word--grad { font-size: inherit; }
.wiz-footer__tagline { margin: 14px 0 0; font-size: 13px; line-height: 1.7; color: var(--wiz-muted-2); text-wrap: pretty; }
.wiz-footer__email {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--wiz-font-mono);
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--wiz-lav-lt);
  text-decoration: none;
  transition: color .3s, text-shadow .3s;
}
.wiz-footer__email:hover { color: #fff; text-shadow: 0 0 14px rgba(167, 139, 250, .9); }
.wiz-footer__heading {
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--wiz-muted-2); /* --wiz-dim fails WCAG contrast on this bg */
  font-weight: 600;
  text-transform: uppercase;
}
.wiz-footer__links { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.wiz-footer__links a { font-size: 13px; color: #9A95BD; text-decoration: none; transition: color .3s; }
.wiz-footer__links a:hover { color: #E9E6FF; }
.wiz-footer__seo-line { margin: 26px 0 0; font-size: 13px; letter-spacing: .02em; color: var(--wiz-muted-2); text-align: center; }
.wiz-footer__bottom {
  margin-top: 16px;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(139, 92, 246, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wiz-footer__copy { font-size: 12px; letter-spacing: .06em; color: var(--wiz-muted-2); }
.wiz-footer__copy a { color: var(--wiz-muted-2); text-decoration: none; transition: color .3s; }
.wiz-footer__copy a:hover { color: #E9E6FF; }
.wiz-footer__social { display: flex; gap: 22px; }
.wiz-footer__social a {
  color: var(--wiz-muted-2);
  text-decoration: none;
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  letter-spacing: .2em;
  transition: color .3s, text-shadow .3s;
}
.wiz-footer__social a:hover { color: #E9E6FF; text-shadow: 0 0 14px rgba(167, 139, 250, .9); }

/* ========================================================================
   Wizard mascot
   ======================================================================== */
.wiz-mascot {
  position: fixed;
  right: 26px;
  bottom: 22px;
  z-index: 45;
  width: 100px;
  height: 140px;
  perspective: 700px;
  cursor: pointer;
}
.wiz-mascot__root { position: absolute; inset: 0; transform-style: preserve-3d; will-change: transform; }
.wiz-mascot__shadow {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px; height: 13px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(124, 58, 237, .4), transparent);
  animation: wiz-shadow 5.2s ease-in-out infinite;
}
.wiz-mascot__bob { position: absolute; inset: 0; transform-style: preserve-3d; animation: wiz-bob 5.2s ease-in-out infinite; }
.wiz-mascot__staff {
  position: absolute;
  right: 8px; top: 38px;
  width: 6px; height: 84px;
  border-radius: 4px;
  background: linear-gradient(180deg, #6E96FF, #4F7DFF 40%, #2A3170);
  transform: translateZ(20px) rotate(6deg);
  box-shadow: 0 0 8px rgba(79, 125, 255, .4);
  transition: box-shadow .3s ease, filter .3s ease;
}
.wiz-mascot__orb {
  position: absolute;
  right: -5px; top: 9px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(140deg, #8F8AFF, #5BA1FF 55%, var(--wiz-cyan));
  display: grid;
  place-items: center;
  transform: translateZ(24px);
  animation: wiz-orb 2.8s ease-in-out infinite;
  transition: filter 1.2s ease;
}
.wiz-mascot__orb-core { width: 20px; height: 20px; border-radius: 50%; background: #0C0B1E; display: grid; place-items: center; }
.wiz-mascot__orb-core span { font-size: 10px; line-height: 1; color: #F3F6FF; text-shadow: 0 0 8px rgba(196, 214, 253, .95); }
.wiz-mascot__robe {
  position: absolute;
  left: 14px; top: 62px;
  width: 72px; height: 78px;
  background: linear-gradient(168deg, #5B3AA8 0%, #33206B 45%, #150C31 100%);
  clip-path: polygon(50% 0%, 73% 11%, 89% 100%, 71% 85%, 57% 100%, 43% 87%, 29% 100%, 11% 85%, 27% 11%);
}
.wiz-mascot__belt {
  position: absolute;
  left: 34px; top: 86px;
  width: 32px; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(125, 211, 252, .05), var(--wiz-cyan-lt), rgba(125, 211, 252, .05));
  box-shadow: 0 0 8px rgba(125, 211, 252, .7);
  transform: translateZ(6px);
}
.wiz-mascot__head {
  position: absolute;
  left: 50%; top: 38px;
  transform: translateX(-50%) translateZ(12px);
  width: 34px; height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 32%, #43307C, #241A52 62%, #150D38);
}
.wiz-mascot__eyes {
  position: absolute;
  left: 50%; top: 55px;
  margin-left: -11px;
  width: 22px;
  display: flex;
  justify-content: space-between;
  transform: translateZ(14px);
}
.wiz-mascot__eyes span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #9BEFFF;
  box-shadow: 0 0 8px 1px rgba(125, 229, 255, .95);
  animation: wiz-blink 4.6s ease-in-out infinite;
}
.wiz-mascot__brim {
  position: absolute;
  left: 50%; top: 36px;
  transform: translateX(-50%) translateZ(16px);
  width: 62px; height: 13px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6D3FD1, #392077);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .5);
}
.wiz-mascot__hat {
  position: absolute;
  left: 50%; top: -2px;
  transform: translateX(-50%) translateZ(18px);
  width: 54px; height: 42px;
  clip-path: polygon(50% 0%, 90% 100%, 10% 100%);
  background: linear-gradient(150deg, var(--wiz-violet) 0%, #5B21B6 55%, #38206E 100%);
}
.wiz-mascot__hat-star {
  position: absolute;
  left: 50%; top: 20px;
  transform: translateX(-50%) translateZ(20px);
  font-size: 11px;
  line-height: 1;
  color: #BAE6FD;
  text-shadow: 0 0 9px rgba(125, 211, 252, .95);
  transition: filter 1.2s ease;
}
.wiz-mascot__spark { position: absolute; line-height: 1; animation: wiz-twinkle 3.4s ease-in-out infinite; }
.wiz-mascot__spark--1 { left: -6px; top: 58px; font-size: 11px; color: var(--wiz-lav-lt); }
.wiz-mascot__spark--2 { right: -8px; top: 104px; font-size: 9px; color: var(--wiz-cyan-lt); animation-duration: 2.8s; animation-delay: .6s; }
.wiz-mascot__spark--3 { left: 8px; top: 6px; font-size: 8px; color: var(--wiz-cyan-lt); animation-duration: 3.9s; animation-delay: 1.2s; }
@media (max-width: 720px) { .wiz-mascot { display: none; } }

/* ========================================================================
   Scrollytelling: reveal-on-scroll
   Hidden states only apply once JS tags <html> with .wiz-js, and only for
   users who have not asked for reduced motion. main.js removes the
   data-reveal attribute after the transition so component hover styles
   (cards, buttons) get their own transitions back.
   ======================================================================== */
@media (prefers-reduced-motion: no-preference) {
  html.wiz-js [data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition:
      opacity .9s var(--wiz-ease) var(--wiz-rd, 0s),
      transform .9s var(--wiz-ease) var(--wiz-rd, 0s),
      filter .9s ease var(--wiz-rd, 0s);
    will-change: opacity, transform;
  }
  html.wiz-js [data-reveal="left"] { transform: translateX(-48px); }
  html.wiz-js [data-reveal="right"] { transform: translateX(48px); }
  html.wiz-js [data-reveal="zoom"] { transform: translateY(16px) scale(.94); }
  html.wiz-js [data-reveal="blur"] { transform: translateY(18px) scale(.99); filter: blur(12px); }
  html.wiz-js [data-reveal].wiz-in { opacity: 1; transform: none; filter: none; }

  /* Above-the-fold hero content must not wait for JS + IntersectionObserver —
     that delays LCP by seconds. It paints right away and the entrance runs
     as a pure CSS animation. Transform-only on purpose: animating opacity
     would leave the LCP text invisible during the stagger delays, which
     tanks both LCP and Speed Index. */
  html.wiz-js .wiz-hero [data-reveal],
  html.wiz-js .wiz-page-hero [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
    animation: wiz-hero-enter .6s var(--wiz-ease) backwards;
    animation-delay: var(--wiz-rd, 0s);
  }
  @keyframes wiz-hero-enter {
    from { transform: translateY(16px); }
    to { transform: none; }
  }
}

/* ========================================================================
   Scrollytelling: reading progress bar
   ======================================================================== */
.wiz-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  z-index: 60;
  pointer-events: none;
  background: rgba(139, 92, 246, .08);
}
body.admin-bar .wiz-progress { top: 32px; }
@media (max-width: 782px) { body.admin-bar .wiz-progress { top: 46px; } }
.wiz-progress__bar {
  height: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--wiz-purple), var(--wiz-violet) 45%, var(--wiz-cyan));
  box-shadow: 0 0 12px rgba(124, 58, 237, .85), 0 0 26px rgba(56, 189, 248, .45);
}

/* ========================================================================
   Scrollytelling: chapter rail
   ======================================================================== */
.wiz-rail {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wiz-rail__item { position: relative; display: flex; align-items: center; text-decoration: none; padding: 2px; }
.wiz-rail__dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, .45);
  background: rgba(124, 58, 237, .2);
  transition: height .4s var(--wiz-ease), background .4s, box-shadow .4s, border-color .4s;
}
.wiz-rail__label {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #B9B3E6;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 0 12px rgba(5, 5, 12, .9);
  transition: opacity .35s, transform .35s var(--wiz-ease);
}
.wiz-rail__item:hover .wiz-rail__dot { border-color: rgba(196, 181, 253, .8); }
.wiz-rail__item:hover .wiz-rail__label,
.wiz-rail__item.wiz-active .wiz-rail__label { opacity: 1; transform: translateY(-50%) translateX(0); }
.wiz-rail__item.wiz-active .wiz-rail__dot {
  height: 26px;
  background: linear-gradient(180deg, var(--wiz-violet), var(--wiz-cyan));
  border-color: rgba(196, 181, 253, .8);
  box-shadow: 0 0 14px rgba(124, 58, 237, .8);
}
@media (max-width: 1099px) { .wiz-rail { display: none; } }

/* ========================================================================
   Scrollytelling: nav scrolled state + active link
   ======================================================================== */
html.wiz-js .wiz-nav { transition: background .45s, box-shadow .45s, border-color .45s; }
.wiz-nav.wiz-scrolled {
  background: linear-gradient(rgba(5, 5, 12, .92), rgba(5, 5, 12, .66));
  border-bottom-color: rgba(139, 92, 246, .28);
  box-shadow: 0 14px 44px rgba(3, 2, 10, .55);
}
.wiz-nav__links a.wiz-active { color: #E9E6FF; text-shadow: 0 0 16px rgba(167, 139, 250, .95); }

/* ========================================================================
   Service demos: interactive vignettes in the empty half beside each card
   (decorative: aria-hidden, pointer-events none — cursor reactions are
   driven off the globally tracked mouse position in main.js)
   ======================================================================== */
.wiz-demo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 56px);
  right: clamp(20px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.wiz-service--right .wiz-demo { left: clamp(20px, 6vw, 90px); right: calc(50% + 56px); }
@media (max-width: 900px) { .wiz-demo { display: none; } }

.wiz-demo__hint {
  margin-top: 22px;
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--wiz-muted-2); /* --wiz-dim fails WCAG contrast on this bg */
  text-align: center;
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  .wiz-demo__hint { display: block; }
}
.wiz-demo__hint--pointer { display: none; }
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .wiz-demo__hint--pointer { display: block; }
}

/* --- SK.01: cursor-reactive 3D glass window --------------------------- */
.wiz-demo--3d { perspective: 900px; }
.wiz-demo3d {
  position: relative;
  width: min(340px, 90%);
  height: 240px;
  transform-style: preserve-3d;
  will-change: transform;
}
.wiz-demo3d > * { position: absolute; }
.wiz-demo3d__ring {
  inset: -34px;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, .28);
  transform: translateZ(-60px);
  animation: wiz-spin 44s linear infinite;
}
.wiz-demo3d__win {
  inset: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(21, 18, 40, .72), rgba(10, 9, 22, .6));
  border: 1px solid rgba(139, 92, 246, .32);
  box-shadow: 0 30px 70px rgba(3, 2, 10, .6), inset 0 1px 0 rgba(255, 255, 255, .07);
}
.wiz-demo3d__dots { top: 13px; left: 15px; display: flex; gap: 6px; }
.wiz-demo3d__dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(167, 139, 250, .5); }
.wiz-demo3d__dots span:nth-child(2) { background: rgba(125, 211, 252, .5); }
.wiz-demo3d__dots span:nth-child(3) { background: rgba(107, 101, 148, .5); }
.wiz-demo3d__blob {
  left: 20px; top: 46px;
  width: 128px; height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(167, 139, 250, .6), rgba(124, 58, 237, .16) 60%, transparent 76%);
  filter: blur(2px);
}
.wiz-demo3d__line { left: 172px; height: 10px; border-radius: 6px; background: rgba(139, 92, 246, .28); }
.wiz-demo3d__line--a { top: 78px; width: 112px; }
.wiz-demo3d__line--b { top: 102px; width: 72px; background: rgba(56, 189, 248, .24); }
.wiz-demo3d__chip {
  padding: 7px 14px;
  border-radius: 999px;
  font-family: var(--wiz-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  background: rgba(10, 12, 28, .88);
  box-shadow: 0 10px 30px rgba(3, 2, 10, .5);
}
.wiz-demo3d__chip--a {
  right: -26px; top: 34px;
  transform: translateZ(55px);
  color: var(--wiz-lav-lt);
  border: 1px solid rgba(139, 92, 246, .5);
}
.wiz-demo3d__chip--b {
  left: -22px; bottom: 42px;
  transform: translateZ(78px);
  color: var(--wiz-cyan-lt);
  border: 1px solid rgba(56, 189, 248, .45);
}
.wiz-demo3d__orb {
  right: -10px; top: -18px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(140deg, #8F8AFF, #5BA1FF 55%, var(--wiz-cyan));
  display: grid;
  place-items: center;
  transform: translateZ(95px);
  box-shadow: 0 0 26px rgba(56, 189, 248, .7);
}
.wiz-demo3d__orb span { font-size: 15px; color: #F3F6FF; text-shadow: 0 0 10px rgba(196, 214, 253, .95); }

/* --- SK.02: kinetic typography ---------------------------------------- */
.wiz-kinetic {
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}
.wiz-kinetic span {
  display: inline-block;
  will-change: transform;
  background: linear-gradient(160deg, #E9E6FF, var(--wiz-lav) 60%, var(--wiz-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(124, 58, 237, .35));
}
.wiz-kinetic span:nth-child(2n) {
  background-image: linear-gradient(160deg, #E9F6FF, var(--wiz-cyan-lt) 60%, var(--wiz-blue));
  filter: drop-shadow(0 0 18px rgba(14, 165, 233, .35));
}

/* --- SK.03: SERP result climbing to #1 -------------------------------- */
.wiz-serp {
  position: relative;
  width: min(400px, 94%);
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(19, 16, 38, .74), rgba(9, 9, 22, .62));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(139, 92, 246, .26);
  box-shadow: 0 30px 70px rgba(3, 2, 10, .55);
  box-sizing: border-box;
}
.wiz-serp__bar {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, .32);
  background: rgba(10, 10, 24, .6);
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--wiz-muted);
}
.wiz-serp__body { display: flex; gap: 14px; margin-top: 16px; }
.wiz-serp__ranks { display: flex; flex-direction: column; flex: none; }
.wiz-serp__ranks span {
  height: 48px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wiz-font-mono);
  font-size: 11px;
  color: var(--wiz-dim);
}
.wiz-serp__list { position: relative; flex: 1; height: 240px; }
.wiz-serp__row {
  position: absolute;
  left: 0; right: 0;
  height: 40px;
  transform: translateY(calc(var(--wiz-slot) * 48px + 4px));
  transition: transform .7s var(--wiz-ease);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, .15);
  background: rgba(19, 17, 38, .5);
  box-sizing: border-box;
}
.wiz-serp__fav { width: 14px; height: 14px; border-radius: 50%; background: rgba(139, 92, 246, .3); flex: none; }
.wiz-serp__bars { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.wiz-serp__bars span { height: 6px; border-radius: 4px; background: rgba(166, 161, 200, .24); width: 70%; }
.wiz-serp__bars span + span { width: 44%; background: rgba(166, 161, 200, .14); }
.wiz-serp__row--you {
  border-color: rgba(125, 211, 252, .55);
  background: linear-gradient(120deg, rgba(124, 58, 237, .3), rgba(14, 165, 233, .22));
  box-shadow: 0 0 22px rgba(56, 189, 248, .25);
}
.wiz-serp__fav--you {
  width: 16px; height: 16px;
  background: linear-gradient(140deg, var(--wiz-violet), var(--wiz-cyan));
  display: grid;
  place-items: center;
  font-size: 8px;
  color: #fff;
}
.wiz-serp__you-lines { display: flex; flex-direction: column; line-height: 1.25; }
.wiz-serp__title { font-weight: 700; font-size: 13px; color: #EAF6FF; }
.wiz-serp__url { font-family: var(--wiz-font-mono); font-size: 9px; letter-spacing: .08em; color: var(--wiz-cyan-lt); }
.wiz-serp__badge {
  position: absolute;
  top: -14px; right: -12px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--wiz-font-display);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, var(--wiz-purple), var(--wiz-blue));
  border: 1px solid rgba(196, 181, 253, .5);
  box-shadow: 0 0 24px rgba(124, 58, 237, .6);
  transform: scale(0) rotate(8deg);
  transition: transform .5s var(--wiz-ease);
}
.wiz-serp--won .wiz-serp__badge { transform: scale(1) rotate(8deg); }
.wiz-serp--won .wiz-serp__row--you { box-shadow: 0 0 32px rgba(56, 189, 248, .5); }

/* ========================================================================
   Scrollytelling: process timeline lights up step by step
   ======================================================================== */
.wiz-step__line { position: relative; }
html.wiz-js .wiz-step__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--wiz-lav), var(--wiz-cyan));
  box-shadow: 0 0 10px rgba(167, 139, 250, .7);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform .9s var(--wiz-ease) .1s;
}
.wiz-step.wiz-lit .wiz-step__line::after { transform: scaleY(1); }
html.wiz-js .wiz-step__num { transition: color .5s, border-color .5s, background .5s, box-shadow .5s, transform .5s var(--wiz-ease); }
.wiz-step.wiz-lit .wiz-step__num {
  color: #fff;
  transform: scale(1.1);
  border-color: rgba(196, 181, 253, .85);
  background: linear-gradient(140deg, rgba(124, 58, 237, .4), rgba(14, 165, 233, .3));
  box-shadow: 0 0 24px rgba(124, 58, 237, .5);
}

/* ========================================================================
   Interactive: 3D tilt cards with pointer glare
   (class is added by JS only after the reveal transition has finished)
   ======================================================================== */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html.wiz-js .wiz-tilt {
    position: relative;
    transform: perspective(950px) rotateX(var(--wiz-rx, 0deg)) rotateY(var(--wiz-ry, 0deg)) translateY(var(--wiz-ty, 0px));
    transition: transform .55s var(--wiz-ease), border-color .5s, box-shadow .5s;
  }
  html.wiz-js .wiz-tilt:hover {
    --wiz-ty: -6px;
    transition: transform .08s linear, border-color .5s, box-shadow .5s;
  }
  html.wiz-js .wiz-tilt::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(460px circle at var(--wiz-gx, 50%) var(--wiz-gy, 50%), rgba(196, 181, 253, .09), transparent 65%);
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
  }
  html.wiz-js .wiz-tilt:hover::after { opacity: 1; }
}

/* ========================================================================
   Service landing pages: hero + 3D sigil + price cards + related links
   ======================================================================== */
.wiz-page-hero {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 170px clamp(20px, 6vw, 90px) 60px;
  box-sizing: border-box;
}
.wiz-page-hero__text { max-width: 660px; }
.wiz-page-hero__title {
  margin: 20px 0 0;
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.12;
  color: var(--wiz-ink-hi);
  text-wrap: balance;
}
.wiz-page-hero__bluf {
  margin: 22px 0 0;
  max-width: 620px;
  padding: 14px 18px;
  border-left: 3px solid #a78bfa;
  border-radius: 0 12px 12px 0;
  background: rgba(167, 139, 250, 0.08);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.65;
  color: var(--wiz-ink-hi);
  text-wrap: pretty;
}
.wiz-page-hero__bluf strong { color: #c4b5fd; }
.wiz-page-hero__lead {
  margin: 20px 0 0;
  max-width: 620px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: var(--wiz-muted);
  text-wrap: pretty;
}
.wiz-page-hero__chips { margin-top: 24px; }
.wiz-page-hero__ctas { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.wiz-page-hero__aside { perspective: 900px; flex: none; }
@media (max-width: 1020px) {
  .wiz-page-hero { padding-top: 140px; }
  .wiz-page-hero__aside { display: none; }
}

.wiz-sigil {
  position: relative;
  width: 250px;
  height: 210px;
  transform-style: preserve-3d;
  will-change: transform;
}
.wiz-sigil__ring {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, .3);
  transform: translateZ(-50px);
  animation: wiz-spin 46s linear infinite;
}
.wiz-sigil__tile {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(21, 18, 40, .72), rgba(10, 9, 22, .6));
  border: 1px solid rgba(139, 92, 246, .32);
  box-shadow: 0 30px 70px rgba(3, 2, 10, .6), inset 0 1px 0 rgba(255, 255, 255, .07);
}
.wiz-sigil__glow {
  position: absolute;
  left: 50%; top: 58%;
  width: 190px; height: 190px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .35), transparent 70%);
  filter: blur(6px);
}
.wiz-sigil__word {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  transform: translateY(-50%) translateZ(45px);
  text-align: center;
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: 44px;
  letter-spacing: .04em;
}
.wiz-sigil__orb {
  position: absolute;
  right: -12px; top: -16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(140deg, #8F8AFF, #5BA1FF 55%, var(--wiz-cyan));
  display: grid;
  place-items: center;
  transform: translateZ(85px);
  box-shadow: 0 0 26px rgba(56, 189, 248, .7);
}
.wiz-sigil__orb span { font-size: 15px; color: #F3F6FF; text-shadow: 0 0 10px rgba(196, 214, 253, .95); }

.wiz-page-prose { max-width: 720px; }
.wiz-page-prose a {
  color: var(--wiz-lav-lt);
  text-decoration: underline;
  text-decoration-color: rgba(167, 139, 250, .4);
  text-underline-offset: 3px;
  transition: color .3s, text-decoration-color .3s;
}
.wiz-page-prose a:hover { color: #fff; text-decoration-color: rgba(167, 139, 250, .9); }

.wiz-price-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: start;
}
.wiz-price-card { position: relative; }
.wiz-price-card--featured {
  border-color: rgba(167, 139, 250, .55);
  box-shadow: 0 24px 60px rgba(3, 2, 10, .6), 0 0 40px rgba(124, 58, 237, .25);
}
.wiz-price-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--wiz-font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(120deg, var(--wiz-purple), var(--wiz-blue));
  border: 1px solid rgba(196, 181, 253, .5);
  box-shadow: 0 0 18px rgba(124, 58, 237, .5);
}
.wiz-price-card .wiz-why-card__title { margin-top: 6px; font-size: 19px; }
.wiz-price-card__price {
  margin-top: 12px;
  font-family: var(--wiz-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}
.wiz-price-card .wiz-features { margin-top: 16px; }

.wiz-related {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.wiz-related__link { padding: 13px 26px; font-size: 12px; letter-spacing: .12em; }

.wiz-price-note { margin-top: 36px; text-align: center; max-width: 720px; }

/* ========================================================================
   Generic content (fallback templates: posts, pages)
   ======================================================================== */
.wiz-content {
  position: relative;
  z-index: 10;
  max-width: 860px;
  margin: 0 auto;
  padding: 150px clamp(20px, 6vw, 80px) 90px;
}
.wiz-content h1, .wiz-content h2, .wiz-content h3 { font-family: var(--wiz-font-display); color: #F2F0FF; }
.wiz-content a { color: var(--wiz-lav-lt); }
.wiz-content a:hover { color: #fff; }
.wiz-content p, .wiz-content li { line-height: 1.75; color: var(--wiz-muted); }

/* ========================================================================
   Reduced motion
   ======================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wiz-grad,
  .wiz-bg__aura,
  .wiz-hero__ring,
  .wiz-scroll-hint__dot,
  .wiz-mascot__bob,
  .wiz-mascot__orb,
  .wiz-mascot__shadow,
  .wiz-mascot__spark,
  .wiz-mascot__eyes span { animation: none !important; }
  .wiz-metric__bar { width: 100% !important; }
  html.wiz-js .wiz-step__line::after,
  html.wiz-js .wiz-step__num { transition: none !important; }
  .wiz-rail__dot, .wiz-rail__label { transition: none !important; }
  .wiz-serp__row, .wiz-serp__badge { transition: none !important; }
  .wiz-demo3d__ring { animation: none !important; }
}

/* ========================================================================
   Mobile performance: backdrop-filter blur is very expensive on phone GPUs
   (jank while scrolling), and the drifting blurred auras cost every frame.
   On small screens the glass effect is replaced with a more opaque solid
   background and the auras become static.
   ======================================================================== */
@media (max-width: 782px) {
  .wiz-nav,
  .wiz-nav__cta,
  .wiz-btn--ghost,
  .wiz-badge,
  .wiz-card,
  .wiz-why-card,
  .wiz-pricing__card,
  .wiz-faq,
  .wiz-form-card,
  .wiz-serp {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  /* Without backdrop blur the nav must be near-opaque in BOTH states —
     .wiz-scrolled's translucent gradient outranks a bare .wiz-nav rule. */
  .wiz-nav,
  .wiz-nav.wiz-scrolled { background: rgba(6, 6, 14, .95); }
  .wiz-bg__aura {
    animation: none;
    filter: blur(44px);
    transition: none;
  }
  /* Keep the logo and CTA on one line on narrow screens. */
  .wiz-nav { gap: 12px; }
  .wiz-logo__word { font-size: 12px; letter-spacing: .14em; }
  .wiz-nav__cta { padding: 8px 14px; font-size: 11px; letter-spacing: .08em; }
}

/* Horizontal entrances would poke outside the viewport on narrow screens
   while pending — keep mobile reveals vertical only. (Scoped to
   no-preference: outside it there is no hidden state to override.) */
@media (max-width: 782px) and (prefers-reduced-motion: no-preference) {
  html.wiz-js [data-reveal="left"],
  html.wiz-js [data-reveal="right"] { transform: translateY(30px); }
}
