/* SW Home v4 - extracted from homepage sketch */
.sw-home-v4 { min-height: 40vh; }
body:has(.sw-home-v4) {
  min-height: 100vh;
  background:
    radial-gradient(1100px 560px at 88% -8%, var(--sw-glow), transparent 55%),
    radial-gradient(900px 520px at -8% 18%, var(--sw-glow-m), transparent 52%),
    var(--sw-ink);
}
:root {
      --sw-ink: #07060f;
      --sw-panel: #12101c;
      --sw-mist: #9b97b0;
      --sw-paper: #f4f2ff;
      --sw-green: #2fea15;
      --sw-magenta: #ff40ff;
      --sw-accent: var(--sw-green);
      --sw-line: rgba(255, 255, 255, 0.08);
      --sw-glow: rgba(47, 234, 21, 0.1);
      --sw-glow-m: rgba(255, 64, 255, 0.09);
      --font-display: "Anybody", system-ui, sans-serif;
      --font-body: "IBM Plex Sans", system-ui, sans-serif;
      --font-hud: "IBM Plex Mono", ui-monospace, monospace;
      /* Fallback; real --max injected from Elementor kit (container_width + breakpoints). */
      --max: 1180px;
      --r-card: 1.25rem;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--font-body);
      color: var(--sw-paper);
      background: var(--sw-ink);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .sketch-bar {
      position: sticky; top: 0; z-index: 120;
      display: flex; justify-content: space-between; align-items: center;
      gap: 0.75rem; padding: 0.45rem 1rem;
      background: rgba(7, 6, 15, 0.94);
      border-bottom: 1px solid var(--sw-line);
      backdrop-filter: blur(10px);
      font-size: 0.72rem; color: var(--sw-mist);
      font-family: var(--font-hud);
      font-weight: 400;
      letter-spacing: 0.04em;
    }
    .sketch-bar strong { color: var(--sw-accent); font-weight: 500; }
    .sketch-bar .live { display: inline-flex; align-items: center; gap: 0.35rem; color: #c8f5b8; }
    .sketch-bar .dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--sw-accent); box-shadow: 0 0 8px var(--sw-accent);
      animation: pulse 1.4s ease infinite;
    }
    @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

    .shell {
      min-height: 100vh;
      background:
        radial-gradient(1100px 560px at 88% -8%, var(--sw-glow), transparent 55%),
        radial-gradient(900px 520px at -8% 18%, var(--sw-glow-m), transparent 52%),
        var(--sw-ink);
    }

    .nav {
      position: absolute; left: 0; right: 0; top: 0; z-index: 50;
      padding: 1rem 1.5rem 0;
    }
    .nav-inner {
      width: min(100%, var(--max));
      margin-inline: auto;
      display: flex; align-items: center; justify-content: space-between;
      gap: 1rem;
    }
    .brand {
      display: inline-flex; align-items: center; gap: 0.65rem;
      font-family: var(--font-display);
      font-weight: 800;
      letter-spacing: -0.03em;
      font-size: 1.15rem;
    }
    .brand__logo {
      width: 1.75rem; height: 1.75rem; border-radius: 0.45rem;
      box-shadow: 0 0 0 3px rgba(47, 234, 21, 0.1);
    }
    .nav-actions { display: inline-flex; align-items: center; gap: 0.75rem; }
    .lang-switch {
      display: inline-flex; align-items: center;
      border: 1px solid var(--sw-line); border-radius: 999px;
      padding: 0.2rem; gap: 0.15rem;
      font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
    }
    .lang-switch a {
      padding: 0.28rem 0.6rem; border-radius: 999px; color: var(--sw-mist);
    }
    .lang-switch a:hover { color: var(--sw-paper); }
    .lang-switch a.is-on { background: rgba(255, 255, 255, 0.09); color: var(--sw-paper); }
    .nav-links {
      display: none; gap: 1.35rem;
      font-size: 0.92rem; color: var(--sw-mist); font-weight: 500;
    }
    @media (min-width: 900px) { .nav-links { display: flex; } }
    .nav-links a:hover { color: var(--sw-paper); }
    .btn-nav {
      display: inline-flex; align-items: center;
      border-radius: 999px;
      padding: 0.55rem 1rem;
      background: var(--sw-accent);
      color: #061003;
      font-weight: 600; font-size: 0.9rem;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }
    .btn-nav:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 22px rgba(47, 234, 21, 0.16);
    }

    .hero {
      display: grid;
      gap: 2.5rem;
      padding: clamp(6.5rem, 10vw, 7.5rem) clamp(1rem, 4vw, 2.5rem) 3rem;
      max-width: var(--max);
      margin: 0 auto;
      align-items: center;
    }
    @media (min-width: 900px) {
      .hero { grid-template-columns: 0.9fr 1.1fr; }
    }

    .kicker {
      display: inline-block;
      margin: 0 0 1rem;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--sw-green);
      text-shadow: 0 0 12px rgba(47, 234, 21, 0.16);
    }
    .hero h1 {
      margin: 0;
      font-family: var(--font-display);
      font-weight: 900;
      font-size: clamp(2.4rem, 6.5vw, 4.4rem);
      line-height: 0.95;
      letter-spacing: -0.045em;
    }
    .hero h1 em {
      font-style: normal;
      color: var(--sw-green);
      text-shadow: 0 0 16px rgba(47, 234, 21, 0.16);
    }
    .hero-lead {
      margin: 1.25rem 0 0;
      font-size: 1.08rem;
      color: var(--sw-mist);
      max-width: 32rem;
    }
    .cta-row {
      display: flex; flex-wrap: wrap; gap: 0.75rem;
      margin-top: 1.75rem;
    }
    .cta-micro {
      margin: 0.8rem 0 0;
      font-size: 0.82rem;
      color: var(--sw-mist);
    }
    .cta-micro b {
      color: var(--sw-green);
      font-weight: 600;
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center;
      border-radius: 999px;
      padding: 0.85rem 1.35rem;
      font-weight: 600; font-size: 0.95rem;
      border: 1px solid transparent;
      transition: transform 0.18s ease;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary {
      background: var(--sw-green);
      color: #061003;
      box-shadow: 0 0 14px rgba(47, 234, 21, 0.12);
    }
    .btn-primary:hover {
      box-shadow: 0 0 18px rgba(47, 234, 21, 0.2);
    }
    .btn-ghost {
      border-color: rgba(244, 242, 255, 0.22);
      color: var(--sw-paper);
      background: rgba(244, 242, 255, 0.04);
    }
    .btn-ghost:hover {
      border-color: rgba(244, 242, 255, 0.45);
    }

    .hero-visual {
      position: relative;
      isolation: isolate;
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 8% -6% -4% 6%;
      background:
        radial-gradient(ellipse at 30% 40%, var(--sw-glow), transparent 55%),
        radial-gradient(ellipse at 75% 55%, var(--sw-glow-m), transparent 50%);
      filter: blur(18px);
      z-index: 0;
      pointer-events: none;
    }
    .pc-scene {
      position: relative;
      z-index: 1;
      width: min(105%, 640px);
      margin-inline: auto;
      aspect-ratio: 609 / 691;
    }
    .pc-scene__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.5));
      pointer-events: none;
      user-select: none;
    }
    .pc-scene__screen {
      position: absolute;
      left: 0;
      top: 0;
      width: 77.08%;
      height: 49.31%;
      transform-origin: 0 0;
      overflow: hidden;
      background: #0a0a0c;
      visibility: hidden;
    }
    .pc-scene__screen.is-mapped { visibility: visible; }
    .pc-scene__screen .sw-app-mount { width: 100%; }

    /* Click hint on hero monitor demo */
    .pc-scene__hint {
      position: absolute;
      inset: 0;
      z-index: 6;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      background: rgba(7, 6, 15, 0.34);
      pointer-events: none;
      transition: opacity 0.18s ease;
    }
    .pc-scene__screen.is-hovering .pc-scene__hint,
    .pc-scene__screen.is-engaged .pc-scene__hint {
      opacity: 0;
    }
    .pc-scene__screen.is-engaged .pc-scene__hint {
      display: none;
    }
    .pc-scene__hint-label {
      padding: 0.3rem 0.65rem;
      border-radius: 999px;
      background: rgba(10, 3, 23, 0.86);
      border: 1px solid rgba(108, 190, 69, 0.55);
      color: #f4f2ff;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-family: var(--font-hud, "IBM Plex Mono", ui-monospace, monospace);
      white-space: nowrap;
    }
    .pc-scene__hint-cursor {
      position: relative;
      color: #fff;
      filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.55));
      animation: sw-hero-cursor 1.35s ease-in-out infinite;
    }
    .pc-scene__hint-cursor svg { display: block; }
    .pc-scene__hint-ripple {
      position: absolute;
      left: 2px;
      top: 4px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid rgba(108, 190, 69, 0.95);
      opacity: 0;
      animation: sw-hero-ripple 1.35s ease-out infinite;
    }
    @keyframes sw-hero-cursor {
      0%, 100% { transform: translate(8px, 6px) scale(1); }
      40% { transform: translate(0, 0) scale(0.92); }
      55% { transform: translate(0, 0) scale(1); }
    }
    @keyframes sw-hero-ripple {
      0%, 35% { opacity: 0; transform: scale(0.4); }
      45% { opacity: 0.95; }
      75%, 100% { opacity: 0; transform: scale(2.1); }
    }

    /* Small corner DEMO badge on live clickable screens */
    .sw-demo-glass {
      position: absolute;
      inset: auto 0.32rem 0.28rem auto;
      z-index: 5;
      display: block;
      pointer-events: none;
      overflow: visible;
      opacity: 0.92;
      transition: opacity 0.18s ease;
    }
    .pc-scene__screen:hover .sw-demo-glass,
    .sw-app-demo:hover .sw-demo-glass {
      opacity: 0.28;
    }
    .sw-demo-glass > span {
      display: inline-block;
      padding: 0.1rem 0.28rem;
      border-radius: 3px;
      font-family: var(--font-hud, "IBM Plex Mono", ui-monospace, monospace);
      font-size: 0.42rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      line-height: 1;
      color: rgba(255, 255, 255, 0.78);
      background: rgba(8, 6, 16, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      user-select: none;
      white-space: nowrap;
      text-indent: 0;
      transform: none;
      text-shadow: none;
      -webkit-text-stroke: 0;
    }
    .pc-scene__screen .sw-demo-glass {
      inset: auto 0.22rem 0.18rem auto;
    }
    .pc-scene__screen .sw-demo-glass > span {
      font-size: 0.36rem;
      padding: 0.08rem 0.22rem;
      letter-spacing: 0.08em;
    }

    /* Flat demo frame (About Mission etc.) - no monitor / chars */
    .sw-app-demo {
      position: relative;
      z-index: 1;
      width: min(100%, 560px);
      margin-inline: auto;
      aspect-ratio: 992 / 720;
      border-radius: 14px;
      overflow: hidden;
      background: #0a0a0c;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 22px 54px rgba(0, 0, 0, 0.48);
    }
    .sw-app-demo .sw-app-mount {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .sw-app-demo .app-skeleton {
      border-radius: 0;
    }
    .app-skeleton {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, #1b1b1b 0 9%, #141414 9% 16%, #101014 16%);
    }
    .app-skeleton span {
      position: absolute;
      inset: 0;
      background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.045) 50%, transparent 70%);
      background-size: 220% 100%;
      animation: skel-shine 1.6s linear infinite;
    }
    @keyframes skel-shine {
      from { background-position: 160% 0; }
      to { background-position: -60% 0; }
    }
    .pc-scene__screen .sw-live {
      border-radius: 0;
      border: 0;
      box-shadow: none;
    }
    .pc-char {
      position: absolute;
      z-index: 2;
      bottom: 2.5%;
      height: auto;      pointer-events: none;
      user-select: none;
    }
    .pc-scene__img { height: auto; }
    .pc-char--wizard {
      left: -4%;
      width: 31%;
      filter:
        drop-shadow(0 10px 18px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 22px rgba(47, 234, 21, 0.14));
    }
    .pc-char--gamer {
      right: 2%;
      width: 19%;
      bottom: 2%;
      filter:
        drop-shadow(0 10px 18px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 20px rgba(255, 64, 255, 0.16));
    }
    .wrap {
      width: min(100% - 2rem, var(--max));
      margin-inline: auto;
    }

    .proof {
      padding: 3.5rem 0 1.5rem;
      text-align: center;
    }
    .proof h2 {
      margin: 0 auto 0.65rem;
      max-width: 18ch;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      letter-spacing: -0.035em;
      line-height: 1.05;
    }
    .proof .lead {
      margin: 0 auto 1.75rem;
      max-width: 36rem;
      color: var(--sw-mist);
    }
    .rail-wrap { position: relative; }
    .proof-rail {
      display: flex;
      gap: 0.75rem;
      overflow-x: auto;
      padding: 0.4rem 0.15rem 1rem;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      overscroll-behavior-x: contain;
      scrollbar-width: thin;
      scrollbar-color: rgba(47, 234, 21, 0.35) rgba(244, 242, 255, 0.06);
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
    }
    .proof-rail::-webkit-scrollbar { height: 6px; }
    .proof-rail::-webkit-scrollbar-track {
      background: rgba(244, 242, 255, 0.06);
      border-radius: 999px;
    }
    .proof-rail::-webkit-scrollbar-thumb {
      background: rgba(47, 234, 21, 0.35);
      border-radius: 999px;
    }
    .proof-rail::-webkit-scrollbar-thumb:hover { background: rgba(47, 234, 21, 0.55); }
    .rail-btn {
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      z-index: 2;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      border: 1px solid var(--sw-line);
      background: rgba(10, 9, 18, 0.85);
      color: var(--sw-paper);
      font-size: 1.35rem;
      line-height: 1;
      display: grid;
      place-items: center;
      cursor: pointer;
      backdrop-filter: blur(6px);
      transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .rail-btn:hover { border-color: rgba(47, 234, 21, 0.45); color: var(--sw-green); }
    .rail-btn--prev { left: -0.7rem; }
    .rail-btn--next { right: -0.7rem; }
    .rail-btn[disabled] { opacity: 0; pointer-events: none; }
    @media (max-width: 700px) { .rail-btn { display: none; } }
    .proof-card {
      flex: 0 0 148px;
      scroll-snap-align: start;
      border-radius: 0.85rem;
      overflow: hidden;
      border: 1px solid var(--sw-line);
      background: #14121c;
      text-align: left;
    }
    .proof-card .shot {
      aspect-ratio: 16/10;
      display: grid;
      place-items: center;
      background:
        radial-gradient(circle at 50% 35%, rgba(47, 234, 21, 0.08), transparent 60%),
        linear-gradient(145deg, #1c1a2a, #0e0c14);
    }
    .proof-card .shot img {
      max-width: 52px;
      max-height: 52px;
      object-fit: contain;
      filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.55));
    }
    .proof-card h3 {
      margin: 0;
      padding: 0.7rem 0.8rem 0.85rem;
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: -0.01em;
    }
    .proof-card--more {
      display: block;
      color: var(--sw-paper);
      text-decoration: none;
      border-color: rgba(47, 234, 21, 0.28);
    }
    .proof-card--more .shot {
      background:
        radial-gradient(circle at 50% 40%, rgba(47, 234, 21, 0.14), transparent 62%),
        linear-gradient(145deg, #17231a, #0e0c14);
    }
    .proof-card--more .plus {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.3rem;
      color: var(--sw-green);
      letter-spacing: -0.02em;
    }
    .proof-card--more h3 { color: var(--sw-green); }
    .proof-cta { margin-top: 1.15rem; }
    .proof-more {
      margin: 1.4rem auto 0;
      max-width: 46rem;
      font-size: 0.92rem;
      color: var(--sw-mist);
    }
    .proof-more b { color: var(--sw-green); font-weight: 700; }

    .whats-new {
      margin: 1rem 0 2rem;
      padding: 1.35rem 1.4rem;
      border-radius: var(--r-card);
      border: 1px solid var(--sw-line);
      background:
        radial-gradient(480px 180px at 12% 20%, rgba(47, 234, 21, 0.05), transparent 60%),
        rgba(18, 16, 28, 0.9);
      text-align: left;
    }
    .whats-new h3 {
      margin: 0 0 0.45rem;
      font-family: var(--font-display);
      font-size: 1.35rem;
      letter-spacing: -0.02em;
    }
    .whats-new p {
      margin: 0;
      color: var(--sw-mist);
      max-width: 42rem;
    }
    .whats-new ul {
      margin: 0.9rem 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.45rem;
    }
    .whats-new li {
      display: flex;
      gap: 0.55rem;
      align-items: flex-start;
      font-size: 0.95rem;
    }
    .whats-new li::before {
      content: "";
      width: 0.45rem; height: 0.45rem;
      margin-top: 0.45rem;
      border-radius: 50%;
      background: var(--sw-green);
      box-shadow: 0 0 6px rgba(47, 234, 21, 0.3);
      flex-shrink: 0;
    }

    .chapters {
      padding: 1.25rem 0 3rem;
      display: grid;
      gap: 1.15rem;
    }
    .chapter {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      align-items: center;
      min-height: 320px;
      padding: clamp(1.25rem, 3vw, 2.2rem);
      border-radius: var(--r-card);
      border: 1px solid var(--sw-line);
      background:
        radial-gradient(520px 280px at 18% 30%, rgba(47, 234, 21, 0.07), transparent 55%),
        rgba(18, 16, 28, 0.85);
      overflow: visible;
    }
    .chapter.is-flip {
      background:
        radial-gradient(520px 280px at 82% 35%, rgba(255, 64, 255, 0.07), transparent 55%),
        rgba(18, 16, 28, 0.85);
    }
    .chapter.is-flip .chapter-visual { order: 2; }
    .chapter.is-flip .chapter-copy { order: 1; }
    @media (max-width: 860px) {
      .chapter, .chapter.is-flip { grid-template-columns: 1fr; min-height: 0; }
      .chapter.is-flip .chapter-visual,
      .chapter.is-flip .chapter-copy { order: initial; }
    }
    .chapter-copy h2 {
      margin: 0 0 0.75rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.45rem, 2.8vw, 2.1rem);
      letter-spacing: -0.03em;
      line-height: 1.08;
    }
    .chapter-copy p {
      margin: 0;
      color: var(--sw-mist);
      font-size: 1.02rem;
      max-width: 34rem;
    }
    .chapter-visual {
      position: relative;
      min-height: 200px;
      display: grid;
      place-items: center;
    }

    .app-panel {
      width: min(100%, 380px);
      border-radius: 10px;
      border: 1px solid #2b2b2b;
      background: #181818;
      box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
      overflow: hidden;
      font-family: "Montserrat", var(--font-body);
      user-select: none;
    }
    .app-panel__bar {
      display: flex; align-items: center; gap: 0.45rem;
      padding: 0.4rem 0.6rem;
      background: #1b1b1b;
      border-bottom: 1px solid #2a2a2a;
      font-size: 0.64rem;
      font-weight: 600;
      color: #e6e6e6;
    }
    .app-panel__bar img.logo { width: 14px; height: 14px; object-fit: contain; }
    .app-panel__bar .t {
      color: #a1a1a1;
      font-weight: 400;
      font-size: 0.6rem;
    }
    .app-panel__win {
      margin-left: auto;
      display: flex; align-items: center; gap: 0.5rem;
    }
    .app-panel__win img { width: 10px; height: 10px; opacity: 0.7; }
    .app-panel__tabs {
      display: flex; gap: 0.3rem;
      padding: 0.38rem 0.5rem;
      border-bottom: 1px solid #2a2a2a;
      background: #1b1b1b;
      overflow: hidden;
    }
    .app-panel__tab {
      flex: 0 0 auto;
      display: inline-flex; align-items: center; gap: 0.3rem;
      padding: 0.28rem 0.5rem;
      border-radius: 6px;
      font-size: 0.6rem;
      color: #a1a1a1;
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .app-panel__tab img { width: 12px; height: 12px; object-fit: contain; }
    .app-panel__tab.is-on {
      color: #fff;
      border-color: #6cbe45;
      background: #263124;
    }
    .app-panel__body {
      background: #181818;
      padding: 0.5rem;
      min-height: 150px;
    }
    .app-panel__head {
      margin: 0.05rem 0 0.4rem;
      font-size: 0.6rem;
      color: #a1a1a1;
    }
    .app-panel__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.4rem;
    }
    .app-panel__cover {
      aspect-ratio: 158 / 120;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #2a2a2a;
      background: #1f1f1f;
    }
    .app-panel__cover img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.2s ease, filter 0.2s ease;
    }
    .app-panel__cover:hover img {
      transform: scale(1.1);
      filter: blur(2px);
    }
    .app-panel__row {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.42rem 0.55rem;
      border-radius: 8px;
      background: rgba(31, 31, 31, 0.55);
      border: 1px solid #333;
      font-size: 0.64rem;
      color: #d0d0d0;
    }
    .app-panel__row + .app-panel__row { margin-top: 0.35rem; }
    .app-panel__row img { width: 16px; height: 16px; object-fit: contain; }
    .app-panel__row .sw {
      margin-left: auto;
      width: 2rem; height: 1.1rem;
      border-radius: 999px;
      background: #3574f0;
      position: relative;
      flex: 0 0 auto;
    }
    .app-panel__row .sw::after {
      content: "";
      position: absolute;
      right: 2px; top: 2px;
      width: 0.85rem; height: 0.85rem;
      border-radius: 50%;
      background: #fff;
    }
    .app-panel__row .sw.is-off { background: #4a4a4a; }
    .app-panel__row .sw.is-off::after { right: auto; left: 2px; }
    .app-panel__foot {
      display: flex; align-items: center; gap: 0.5rem;
      padding: 0.3rem 0.6rem;
      border-top: 1px solid #2a2a2a;
      background: #1b1b1b;
      font-size: 0.54rem;
      color: #8a8a8a;
    }
    .app-panel__foot img { width: 11px; height: 11px; object-fit: contain; opacity: 0.85; }
    .app-panel__foot .pro { color: #6cbe45; font-weight: 600; }
    .app-panel__foot .ver { margin-left: auto; }

    .devices {
      margin: 0.5rem auto 2.5rem;
      text-align: center;
      padding: 3rem 1.5rem;
      border-radius: var(--r-card);
      border: 1px solid var(--sw-line);
      background:
        radial-gradient(640px 280px at 50% 0%, rgba(47, 234, 21, 0.06), transparent 60%),
        var(--sw-panel);
    }
    .devices h2 {
      margin: 0 0 0.75rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.55rem, 3vw, 2.3rem);
      letter-spacing: -0.03em;
      line-height: 1.08;
    }
    .devices p {
      margin: 0 auto 1.5rem;
      max-width: 34rem;
      color: var(--sw-mist);
    }
    .devices .app-panel { margin-inline: auto; }

    .features {
      padding: 3rem 0 1.5rem;
      text-align: center;
    }
    .features h2 {
      margin: 0 0 0.6rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.6rem, 3.2vw, 2.3rem);
      letter-spacing: -0.03em;
    }
    .features .lead {
      margin: 0 auto 1.75rem;
      max-width: 36rem;
      color: var(--sw-mist);
    }
    .features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.9rem;
      text-align: left;
    }
    @media (max-width: 960px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 620px) { .features-grid { grid-template-columns: 1fr; } }
    .feature {
      position: relative;
      padding: 1.1rem 1.15rem 1.2rem;
      border-radius: 1rem;
      border: 1px solid var(--sw-line);
      background: rgba(18, 16, 28, 0.85);
    }
    .feature--pro { border-color: rgba(47, 234, 21, 0.28); }
    .feature__tag {
      display: inline-block;
      margin-bottom: 0.6rem;
      font-family: var(--font-hud);
      font-size: 0.58rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--sw-mist);
      border: 1px solid rgba(155, 151, 176, 0.4);
      border-radius: 999px;
      padding: 0.22rem 0.55rem;
    }
    .feature__tag--pro {
      color: var(--sw-green);
      border-color: rgba(47, 234, 21, 0.4);
      background: rgba(47, 234, 21, 0.07);
    }
    .feature h3 {
      margin: 0 0 0.35rem;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.01em;
    }
    .feature p {
      margin: 0;
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--sw-mist);
    }
    .pro-band {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.6rem;
      margin: 0 auto 2rem;
    }
    .pro-band span {
      display: inline-flex;
      align-items: baseline;
      gap: 0.4rem;
      padding: 0.55rem 0.95rem;
      border-radius: 999px;
      border: 1px solid rgba(47, 234, 21, 0.28);
      background: rgba(47, 234, 21, 0.05);
      font-size: 0.82rem;
      color: var(--sw-mist);
      white-space: nowrap;
    }
    .pro-band b {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.15rem;
      color: var(--sw-green);
      letter-spacing: -0.02em;
    }
    .features-sub {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin: 1.9rem 0 0.9rem;
      font-family: var(--font-hud);
      font-weight: 400;
      font-size: 0.7rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--sw-mist);
      text-align: left;
    }
    .features-sub::after {
      content: "";
      flex: 1;
      height: 1px;
      background: var(--sw-line);
    }
    .features-sub--pro { color: var(--sw-green); }
    .features-sub--pro::after { background: rgba(47, 234, 21, 0.25); }
    .feature__count {
      position: absolute;
      top: 1.05rem;
      right: 1rem;
      font-family: var(--font-hud);
      font-size: 0.58rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--sw-green);
      background: rgba(47, 234, 21, 0.08);
      border: 1px solid rgba(47, 234, 21, 0.25);
      border-radius: 999px;
      padding: 0.22rem 0.5rem;
    }

    .reviews {
      padding: 2.5rem 0 1.5rem;
      text-align: center;
    }
    .reviews h2 {
      margin: 0 0 0.6rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.6rem, 3.2vw, 2.3rem);
      letter-spacing: -0.03em;
    }
    .reviews-score {
      margin: 0 auto 1.75rem;
      color: var(--sw-mist);
      font-size: 1rem;
    }
    .reviews-score b { color: var(--sw-paper); }
    .reviews-score a { color: var(--sw-green); text-decoration: underline; }
    .tp-stars {
      color: var(--sw-green);
      letter-spacing: 0.12em;
      margin-right: 0.35rem;
      text-shadow: 0 0 10px rgba(47, 234, 21, 0.25);
    }
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.9rem;
      text-align: left;
    }
    @media (max-width: 960px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 620px) { .reviews-grid { grid-template-columns: 1fr; } }
    .review {
      display: flex;
      flex-direction: column;
      padding: 1.1rem 1.15rem 1.05rem;
      border-radius: 1rem;
      border: 1px solid var(--sw-line);
      background: rgba(18, 16, 28, 0.85);
    }
    .review p.review__stars {
      margin: 0 0 0.5rem;
      color: var(--sw-green);
      font-size: 0.85rem;
      letter-spacing: 0.14em;
      flex: 0 0 auto;
    }
    .review h3 {
      margin: 0 0 0.35rem;
      font-size: 0.98rem;
      font-weight: 700;
      letter-spacing: -0.01em;
    }
    .review p {
      margin: 0 0 0.75rem;
      font-size: 0.88rem;
      line-height: 1.55;
      color: rgba(244, 242, 255, 0.82);
      flex: 1;
    }
    .review footer {
      font-family: var(--font-hud);
      font-size: 0.62rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--sw-mist);
    }
    .reviews-cta {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.75rem;
      margin-top: 1.5rem;
    }
    .reviews-note {
      margin: 1rem auto 0;
      max-width: 44rem;
      font-size: 0.75rem;
      color: rgba(155, 151, 176, 0.7);
    }

    .plans {
      padding: 3.5rem 0 1.5rem;
      text-align: center;
    }
    .plans h2 {
      margin: 0 auto 0.55rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.7rem, 3.5vw, 2.5rem);
      letter-spacing: -0.03em;
      line-height: 1.05;
    }
    .plans .lead {
      margin: 0 auto 1.75rem;
      max-width: 34rem;
      color: var(--sw-mist);
    }
    .plan-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      text-align: left;
      max-width: 820px;
      margin-inline: auto;
    }
    @media (max-width: 720px) {
      .plan-grid { grid-template-columns: 1fr; }
    }
    .plan {
      position: relative;
      border-radius: 1.15rem;
      border: 1px solid var(--sw-line);
      background: rgba(18, 16, 28, 0.9);
      padding: 1.35rem 1.35rem 1.45rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .plan--pop {
      border-color: rgba(47, 234, 21, 0.35);
      box-shadow: 0 0 0 1px rgba(47, 234, 21, 0.08);
      background:
        radial-gradient(420px 200px at 80% 0%, rgba(47, 234, 21, 0.07), transparent 55%),
        rgba(18, 16, 28, 0.95);
    }
    .plan__badge {
      position: absolute;
      top: 0.85rem;
      right: 0.85rem;
      font-family: var(--font-hud);
      font-size: 0.58rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--sw-green);
      border: 1px solid rgba(47, 234, 21, 0.4);
      border-radius: 999px;
      padding: 0.25rem 0.55rem;
      background: rgba(47, 234, 21, 0.08);
    }
    .plan h3 {
      margin: 0;
      font-family: var(--font-display);
      font-size: 1.45rem;
      letter-spacing: -0.02em;
    }
    .plan__price {
      margin: 0;
      font-family: var(--font-hud);
      font-size: 0.95rem;
      font-weight: 400;
      color: var(--sw-paper);
    }
    .plan__price span {
      color: var(--sw-mist);
      font-size: 0.78rem;
    }
    .plan ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.4rem;
      flex: 1;
    }
    .plan li {
      font-size: 0.92rem;
      color: rgba(244, 242, 255, 0.88);
      padding-left: 1.1rem;
      position: relative;
    }
    .plan li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--sw-green);
      font-size: 0.8rem;
    }
    .plan .btn { width: 100%; justify-content: center; margin-top: 0.35rem; }
    .plan .micro {
      margin: 0;
      font-size: 0.78rem;
      color: var(--sw-mist);
      text-align: center;
    }

    .compare {
      padding: 2rem 0 1rem;
    }
    .compare h2 {
      margin: 0 0 1.25rem;
      text-align: center;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.4rem, 2.8vw, 2rem);
      letter-spacing: -0.03em;
    }
    .compare-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.9rem;
      border: 1px solid var(--sw-line);
      border-radius: 1rem;
      overflow: hidden;
      background: rgba(18, 16, 28, 0.85);
    }
    .compare-table th,
    .compare-table td {
      padding: 0.75rem 1rem;
      border-bottom: 1px solid var(--sw-line);
      text-align: left;
    }
    .compare-table th {
      font-family: var(--font-hud);
      font-weight: 400;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--sw-mist);
      background: rgba(0, 0, 0, 0.25);
    }
    .compare-table th.is-pop {
      color: var(--sw-green);
      background: rgba(47, 234, 21, 0.07);
    }
    .compare-table td.is-pop {
      background: rgba(47, 234, 21, 0.04);
      color: var(--sw-paper);
      font-weight: 600;
    }
    .compare-table tr:last-child td { border-bottom: 0; }
    .compare-table .yes { color: var(--sw-green); }
    .compare-table .no { color: rgba(155, 151, 176, 0.55); }

    .faq {
      padding: 2.5rem 0 3rem;
      max-width: 720px;
      margin-inline: auto;
    }
    .faq .kicker { display: block; text-align: center; }
    .faq h2 {
      margin: 0 0 1.25rem;
      text-align: center;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.4rem, 2.8vw, 2rem);
      letter-spacing: -0.03em;
    }
    .faq details {
      border: 1px solid var(--sw-line);
      border-radius: 0.85rem;
      background: rgba(18, 16, 28, 0.75);
      margin-bottom: 0.55rem;
      padding: 0.85rem 1rem;
    }
    .faq summary {
      cursor: pointer;
      font-weight: 600;
      list-style: none;
    }
    .faq summary::-webkit-details-marker { display: none; }
    .faq details[open] summary { color: var(--sw-green); }
    .faq details p {
      margin: 0.65rem 0 0;
      color: var(--sw-mist);
      font-size: 0.95rem;
    }

    .close {
      text-align: center;
      padding: 4rem 1.25rem 4.5rem;
      background:
        radial-gradient(520px 300px at 35% 40%, rgba(47, 234, 21, 0.08), transparent 55%),
        radial-gradient(520px 300px at 68% 45%, rgba(255, 64, 255, 0.07), transparent 55%),
        linear-gradient(180deg, #0a0912, var(--sw-ink));
    }
    .close h2 {
      margin: 0 0 1.2rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(1.7rem, 3.8vw, 2.7rem);
      letter-spacing: -0.03em;
      line-height: 1.05;
    }
    .close .micro {
      margin: 0.9rem 0 0;
      color: var(--sw-mist);
      font-size: 0.9rem;
    }

    footer.site {
      border-top: 1px solid var(--sw-line);
      padding: 2rem 1.25rem 2.5rem;
      color: var(--sw-mist);
      font-size: 0.85rem;
    }
    footer.site .cols {
      width: min(100%, var(--max));
      margin-inline: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }
    @media (max-width: 800px) {
      footer.site .cols { grid-template-columns: 1fr 1fr; }
    }
    footer.site h3 {
      margin: 0 0 0.55rem;
      color: rgba(244, 242, 255, 0.7);
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    footer.site a { display: block; margin: 0.28rem 0; }
    footer.site a:hover { color: var(--sw-paper); }
    .refs {
      width: min(100%, var(--max));
      margin: 1.5rem auto 0;
      padding-top: 1rem;
      border-top: 1px solid var(--sw-line);
      font-size: 0.74rem;
      font-family: var(--font-hud);
      font-weight: 300;
      letter-spacing: 0.02em;
    }
    .refs code { color: rgba(244, 242, 255, 0.7); }

    [data-reveal] {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    [data-reveal].is-in {
      opacity: 1;
      transform: none;
    }


    .proof h2,
    .features h2,
    .reviews h2,
    .plans h2 {
      font-size: clamp(2rem, 4.6vw, 3.2rem);
      line-height: 1.02;
    }
    .devices h2,
    .compare h2,
    .faq h2 {
      font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    }
    .chapter-copy h2 {
      font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    }

    @keyframes floaty {
      0%, 100% { transform: translateY(0) rotate(-2deg); }
      50% { transform: translateY(-10px) rotate(2deg); }
    }
    @keyframes floaty-alt {
      0%, 100% { transform: translateY(-6px) rotate(2deg); }
      50% { transform: translateY(8px) rotate(-2deg); }
    }
    .sec-char {
      position: absolute;
      z-index: 3;
      pointer-events: none;
      user-select: none;
      filter:
        drop-shadow(0 12px 22px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 16px rgba(47, 234, 21, 0.12));
      animation: floaty 6s ease-in-out infinite;
    }
    .chapter-visual { overflow: visible; }
    .chapter-visual .sec-char { width: 104px; right: -2%; bottom: -14px; }
    .chapter-visual .sec-char--chip { animation-delay: -1.6s; }
    .chapter-visual .sec-char--atom { animation: floaty-alt 7s ease-in-out infinite; }
    .chapter-visual .app-panel { position: relative; z-index: 1; }
    .chapter-visual .sec-char--witch {
      width: 150px;
      right: auto;
      left: -13%;
      bottom: -8px;
      z-index: 0;
      animation-delay: -3s;
    }
    .whats-new { position: relative; }
    .whats-new .sec-char--chest {
      width: 110px;
      right: 1.1rem;
      top: -42px;
      animation: floaty-alt 6.5s ease-in-out infinite;
    }
    .devices { position: relative; }
    .devices .sec-char--monitor {
      width: 150px;
      right: 6%;
      bottom: 1.6rem;
      animation-delay: -2.2s;
    }
    .reviews { position: relative; }
    .reviews .sec-char--ghost {
      width: 116px;
      right: 1%;
      top: -6px;
      animation: floaty-alt 7.5s ease-in-out infinite;
      filter:
        drop-shadow(0 12px 22px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 18px rgba(255, 64, 255, 0.14));
    }
    .plans { position: relative; }
    .plans .sec-char--coin {
      width: 92px;
      left: 3%;
      top: 46%;
      animation-delay: -4s;
    }
    @media (max-width: 860px) {
      .whats-new .sec-char--chest { width: 84px; top: -30px; }
      .devices .sec-char--monitor,
      .reviews .sec-char--ghost,
      .plans .sec-char--coin,
      .chapter-visual .sec-char { display: none; }
    }

    @keyframes bob {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-7px); }
    }
    .pc-char--wizard { animation: bob 7s ease-in-out infinite; }
    .pc-char--gamer { animation: bob 8s ease-in-out -2.5s infinite; }

    .close { position: relative; overflow: hidden; }
    .close-mascot {
      width: min(280px, 58vw);
      margin: 0 auto 1.1rem;
      animation: floaty 5.5s ease-in-out infinite;
      filter:
        drop-shadow(0 18px 32px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 22px rgba(47, 234, 21, 0.16));
    }
    .close .spark {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      animation: pulse 2.6s ease-in-out infinite;
    }
    .close .spark--1 {
      width: 8px; height: 8px;
      left: 24%; top: 26%;
      background: var(--sw-green);
      box-shadow: 0 0 14px rgba(47, 234, 21, 0.5);
    }
    .close .spark--2 {
      width: 6px; height: 6px;
      right: 22%; top: 34%;
      background: var(--sw-magenta);
      box-shadow: 0 0 12px rgba(255, 64, 255, 0.4);
      animation-delay: -1.2s;
    }
    .close .spark--3 {
      width: 5px; height: 5px;
      left: 36%; bottom: 20%;
      background: var(--sw-green);
      box-shadow: 0 0 10px rgba(47, 234, 21, 0.4);
      animation-delay: -0.6s;
    }

    .features-grid .feature,
    .reviews-grid .review,
    .plan-grid .plan {
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    [data-reveal].is-in .feature,
    [data-reveal].is-in .review,
    [data-reveal].is-in .plan {
      opacity: 1;
      transform: none;
    }
    .features-grid > :nth-child(2), .reviews-grid > :nth-child(2), .plan-grid > :nth-child(2) { transition-delay: 0.07s; }
    .features-grid > :nth-child(3), .reviews-grid > :nth-child(3) { transition-delay: 0.14s; }
    .features-grid > :nth-child(4), .reviews-grid > :nth-child(4) { transition-delay: 0.21s; }
    .features-grid > :nth-child(5), .reviews-grid > :nth-child(5) { transition-delay: 0.28s; }
    .features-grid > :nth-child(6), .reviews-grid > :nth-child(6) { transition-delay: 0.35s; }
    .features-grid > :nth-child(7) { transition-delay: 0.42s; }
    .features-grid > :nth-child(8) { transition-delay: 0.49s; }
    .features-grid > :nth-child(9) { transition-delay: 0.56s; }

    .proof-card {
      transition: transform 0.2s ease, border-color 0.2s ease;
    }
    .proof-card:hover {
      transform: translateY(-4px);
      border-color: rgba(47, 234, 21, 0.35);
    }
    [data-reveal].is-in .feature:hover,
    [data-reveal].is-in .review:hover {
      transform: translateY(-4px);
      border-color: rgba(47, 234, 21, 0.3);
    }
    [data-reveal].is-in .plan:hover {
      transform: translateY(-4px);
    }
    [data-reveal].is-in .plan--pop:hover {
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(47, 234, 21, 0.14);
    }

    @media (prefers-reduced-motion: reduce) {
      .sec-char, .close-mascot, .pc-char, .close .spark { animation: none; }
      [data-reveal],
      .features-grid .feature,
      .reviews-grid .review,
      .plan-grid .plan {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }