/* Shared visual system: DJ Zuka Profile and Zuka Studio Tool */
:root {
      --bg: #08090d;
      --surface: #11131a;
      --surface-2: #181b24;
      --text: #f7f7fb;
      --muted: #a9adba;
      --line: rgba(255,255,255,.11);
      --accent: #ff3159;
      --accent-2: #8c5cff;
      --glow: rgba(255,49,89,.22);
      --radius: 24px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 80% 10%, rgba(140,92,255,.16), transparent 28rem),
        radial-gradient(circle at 10% 30%, rgba(255,49,89,.13), transparent 26rem),
        var(--bg);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.65;
      overflow-x: hidden;
      position: relative;
    }
    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
    }
    body::before {
      z-index: 0;
      inset: 0;
      background: none;
      opacity: 0;
      filter: none;
      animation: none;
    }
    body::after {
      z-index: 0;
      background: none;
      filter: none;
      opacity: 0;
      animation: none;
    }
    header, main {
      position: relative;
      z-index: 1;
    }

    a { color: inherit; }
    img {
      display: block;
      max-width: 100%;
      -webkit-user-drag: none;
      -webkit-touch-callout: none;
      user-select: none;
      pointer-events: none;
    }
    .hero-photo, .portrait-panel, .music-card, .gallery figure {
      -webkit-touch-callout: none;
      user-select: none;
    }
    button, a { -webkit-tap-highlight-color: transparent; }
    ::selection { background: var(--accent); color: white; }

    .container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

    .skip-link {
      position: fixed; top: 10px; left: 10px; z-index: 100;
      transform: translateY(-160%); background: white; color: #111;
      padding: 10px 14px; border-radius: 10px; text-decoration: none;
    }
    .skip-link:focus { transform: translateY(0); }

    header {
      position: fixed; inset: 0 0 auto; z-index: 50;
      background: rgba(8,9,13,.72); backdrop-filter: blur(18px);
      border-bottom: 1px solid transparent; transition: border-color .2s ease, background .2s ease;
    }
    header.scrolled { border-color: var(--line); background: rgba(8,9,13,.9); }

    nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      min-width: 104px;
    }
    .brand img {
      width: 112px;
      height: auto;
      max-height: 34px;
      object-fit: contain;
      filter: drop-shadow(0 0 10px rgba(255,255,255,.08));
    }
    .nav-links { display: flex; align-items: center; gap: 24px; }
    .nav-links a { text-decoration: none; color: var(--muted); font-size: .93rem; font-weight: 750; }
    .nav-links a:hover, .nav-links a:focus-visible { color: white; }

    .mini-cta {
      border: 1px solid rgba(255,49,89,.55); color: white !important;
      padding: 9px 14px; border-radius: 999px; background: rgba(255,49,89,.08);
    }
    .nav-links .header-primary-link {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      padding: 8px 13px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 999px;
      color: white;
      line-height: 1;
      white-space: nowrap;
    }
    .nav-links .tool-nav-backup {
      border-color: rgba(105,215,255,.46);
      background: rgba(105,215,255,.08);
      color: #c8f1ff;
    }
    .nav-links .tool-nav-fix {
      border-color: rgba(255,49,89,.52);
      background: rgba(255,49,89,.08);
      color: #ffe3e9;
    }
    .nav-links .music-nav-link {
      border-color: rgba(140,92,255,.56);
      background: rgba(140,92,255,.1);
      color: #eee7ff;
    }
    .nav-links .header-primary-link:hover,
    .nav-links .header-primary-link:focus-visible {
      border-color: currentColor;
      color: white;
      transform: translateY(-1px);
    }

    .hero { min-height: 100svh; display: grid; align-items: center; padding: 118px 0 58px; position: relative; }
    .hero::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 42%;
      pointer-events: none;
      background: radial-gradient(circle at 50% 100%, rgba(255,255,255,.05), transparent 55%);
      opacity: .8;
      filter: blur(24px);
    }
    .hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(36px, 7vw, 88px); }
    .beam-rig {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
    }
    .beam-truss {
      position: absolute;
      left: 50%;
      top: 42px;
      transform: translateX(-50%);
      width: min(1180px, calc(100% - 40px));
      height: 12px;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,.06));
      box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 30px rgba(0,0,0,.35);
      opacity: .8;
    }
    .beam-haze {
      position: absolute;
      inset: 76px 2% auto;
      height: 520px;
      background:
        radial-gradient(ellipse at 20% 0%, rgba(67,230,255,.08), transparent 45%),
        radial-gradient(ellipse at 50% 8%, rgba(255,255,255,.06), transparent 44%),
        radial-gradient(ellipse at 78% 0%, rgba(255,49,89,.08), transparent 45%);
      filter: blur(24px);
      opacity: .95;
    }
    .beam-light {
      --beam-color: rgba(67,230,255,.24);
      --fixture-glow: rgba(67,230,255,.36);
      --sweep-start: -12deg;
      --sweep-mid: 0deg;
      --sweep-end: 12deg;
      --chase-delay: 0s;
      position: absolute;
      top: 44px;
      width: 112px;
      height: 560px;
      transform-origin: 50% 20px;
      animation: movingHead 1.75s cubic-bezier(.45,.05,.55,.95) infinite;
      animation-delay: var(--chase-delay);
      filter: drop-shadow(0 8px 14px rgba(0,0,0,.4));
    }
    .beam-light::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 48px;
      height: 28px;
      transform: translateX(-50%);
      border-radius: 12px 12px 16px 16px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0) 24%),
        linear-gradient(180deg, #6f7682, #303643 62%, #131821 100%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.24), inset 0 -2px 4px rgba(0,0,0,.42), 0 0 18px rgba(0,0,0,.35), 0 0 18px var(--fixture-glow);
      border: 1px solid rgba(255,255,255,.12);
      animation: beamFixturePulse 1.15s ease-in-out infinite, beamHeadRGB 3.6s linear infinite, beamChaseGlow 1.15s ease-in-out infinite;
      animation-delay: var(--chase-delay), var(--chase-delay), var(--chase-delay);
    }
    .beam-light::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 18px;
      width: 16px;
      height: 16px;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.96) 0 18%, color-mix(in srgb, var(--beam-color) 82%, white) 30%, color-mix(in srgb, var(--beam-color) 100%, black 5%) 62%, rgba(0,0,0,.12) 100%);
      box-shadow: 0 0 12px color-mix(in srgb, var(--beam-color) 82%, white), 0 0 34px color-mix(in srgb, var(--beam-color) 58%, white);
      animation: beamLensColor 3.6s linear infinite, beamChaseGlow 1.15s ease-in-out infinite, beamStrobe .95s steps(1,end) infinite;
      animation-delay: var(--chase-delay), var(--chase-delay), var(--chase-delay);
    }
    .beam-arm {
      position: absolute;
      left: 50%;
      top: 18px;
      width: 12px;
      height: 22px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: linear-gradient(180deg, #747c89, #1a1f29);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
    }
    .beam-arm::before,
    .beam-arm::after {
      content: "";
      position: absolute;
      top: -2px;
      width: 8px;
      height: 22px;
      border-radius: 999px;
      background: linear-gradient(180deg, #626a77, #171c25);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    }
    .beam-arm::before { right: 100%; margin-right: 4px; }
    .beam-arm::after { left: 100%; margin-left: 4px; }
    .beam-cone {
      position: absolute;
      left: 50%;
      top: 28px;
      width: 260px;
      height: 520px;
      transform: translateX(-50%);
      clip-path: polygon(49.6% 0, 50.4% 0, 88% 100%, 12% 100%);
      background:
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.88) 0%, color-mix(in srgb, var(--beam-color) 78%, white) 10%, rgba(255,255,255,0) 28%),
        linear-gradient(180deg, color-mix(in srgb, var(--beam-color) 70%, white) 0%, rgba(255,255,255,.08) 22%, rgba(255,255,255,0) 100%);
      opacity: .56;
      filter: blur(10px) saturate(1.08);
      mix-blend-mode: screen;
      animation: beamColorShift 3.6s linear infinite, beamSpread 1.9s ease-in-out infinite, beamChaseGlow 1.15s ease-in-out infinite, beamStrobe .95s steps(1,end) infinite;
      animation-delay: var(--chase-delay), var(--chase-delay), var(--chase-delay), var(--chase-delay);
    }
    .beam-cone::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 34%;
      height: 100%;
      transform: translateX(-50%);
      clip-path: polygon(49.3% 0, 50.7% 0, 78% 100%, 22% 100%);
      background: linear-gradient(180deg, rgba(255,255,255,.92), color-mix(in srgb, var(--beam-color) 88%, white) 10%, rgba(255,255,255,0) 100%);
      opacity: .88;
      filter: blur(3px);
      mix-blend-mode: screen;
    }
    .beam-cone::after {
      content: "";
      position: absolute;
      left: -18%;
      top: 0;
      width: 136%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 18%, rgba(255,255,255,0) 100%);
      clip-path: polygon(49.6% 0, 50.4% 0, 95% 100%, 5% 100%);
      opacity: .34;
      filter: blur(22px);
      mix-blend-mode: screen;
    }
    .beam-hit {
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 96px;
      height: 26px;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(ellipse at center, color-mix(in srgb, var(--beam-color) 72%, white) 0%, rgba(255,255,255,.18) 34%, rgba(255,255,255,0) 72%);
      filter: blur(8px);
      opacity: .54;
      mix-blend-mode: screen;
      animation: beamHitPulse 1.15s ease-in-out infinite, beamHitRGB 3.6s linear infinite, beamStrobe .95s steps(1,end) infinite;
      animation-delay: var(--chase-delay), var(--chase-delay), var(--chase-delay);
    }
    .laser-light {
      --laser-color: rgba(67,230,255,.95);
      --laser-glow: rgba(67,230,255,.55);
      --laser-start: -24deg;
      --laser-mid: 0deg;
      --laser-end: 24deg;
      --laser-delay: 0s;
      position: absolute;
      top: 48px;
      width: 70px;
      height: 680px;
      transform-origin: 50% 18px;
      animation: laserScanner 1.45s linear infinite;
      animation-delay: var(--laser-delay);
      filter: drop-shadow(0 0 8px var(--laser-glow));
    }
    .laser-light::before {
      content: "";
      position: absolute;
      left: 50%; top: 0;
      width: 30px; height: 18px;
      transform: translateX(-50%);
      border-radius: 10px;
      background: linear-gradient(180deg, #69707a, #1a1f29 72%, #0e1117);
      border: 1px solid rgba(255,255,255,.1);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 0 16px var(--laser-glow);
    }
    .laser-ray {
      position: absolute;
      left: 50%;
      top: 14px;
      width: var(--ray-width, 4px);
      height: var(--ray-length, 620px);
      transform: translateX(-50%) rotate(var(--ray-angle, 0deg));
      transform-origin: 50% 0%;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255,255,255,1), color-mix(in srgb, var(--laser-color) 92%, white) 10%, color-mix(in srgb, var(--laser-color) 82%, white 6%) 40%, rgba(255,255,255,0) 100%);
      box-shadow: 0 0 10px var(--laser-glow), 0 0 26px var(--laser-glow), 0 0 44px color-mix(in srgb, var(--laser-color) 55%, white);
      opacity: 0;
      mix-blend-mode: screen;
      animation: laserRayPulse 1.05s ease-in-out infinite;
      animation-delay: calc(var(--laser-delay) + var(--ray-delay, 0s));
      transition: opacity .08s linear, height .14s linear, filter .08s linear, transform .14s linear, width .12s linear;
    }
    .laser-light .laser-ray.is-active {
      opacity: var(--active-opacity, .96);
      filter: brightness(1.7) saturate(1.2);
    }
    .laser-light .laser-ray.is-dim {
      opacity: 0;
      filter: brightness(.55);
    }
    .laser-ray::after {
      content: "";
      position: absolute;
      left: 50%; bottom: 0;
      width: 22px; height: 22px;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(circle, color-mix(in srgb, var(--laser-color) 88%, white), rgba(255,255,255,0) 72%);
      box-shadow: 0 0 22px var(--laser-glow), 0 0 36px color-mix(in srgb, var(--laser-color) 48%, white);
      opacity: .86;
    }
    .laser-light .ray-1 { --base-angle: -22deg; --ray-delay: .02s; }
    .laser-light .ray-2 { --base-angle: -11deg; --ray-delay: .08s; }
    .laser-light .ray-3 { --base-angle: 0deg; --ray-delay: .14s; --base-width: 4px; }
    .laser-light .ray-4 { --base-angle: 11deg; --ray-delay: .2s; }
    .laser-light .ray-5 { --base-angle: 22deg; --ray-delay: .26s; }
    .beam-light-1 { left: 8%; --beam-color: rgba(255,30,48,.28); --fixture-glow: rgba(255,30,48,.48); --sweep-start: -30deg; --sweep-mid: -8deg; --sweep-end: 18deg; --chase-delay: 0s; }
    .laser-light-1 { left: 20%; --laser-color: rgba(67,230,255,.92); --laser-glow: rgba(67,230,255,.6); --laser-start: -30deg; --laser-mid: -6deg; --laser-end: 22deg; --laser-delay: .05s; }
    .beam-light-2 { left: 32%; --beam-color: rgba(255,30,48,.28); --fixture-glow: rgba(255,30,48,.48); --sweep-start: -16deg; --sweep-mid: 10deg; --sweep-end: 28deg; --chase-delay: .28s; }
    .laser-light-2 { left: 44%; --laser-color: rgba(255,49,89,.9); --laser-glow: rgba(255,49,89,.58); --laser-start: -22deg; --laser-mid: 8deg; --laser-end: 30deg; --laser-delay: .18s; }
    .beam-light-3 { left: 56%; --beam-color: rgba(255,30,48,.28); --fixture-glow: rgba(255,30,48,.48); --sweep-start: -22deg; --sweep-mid: 0deg; --sweep-end: 22deg; --chase-delay: .56s; }
    .laser-light-3 { left: 68%; --laser-color: rgba(140,92,255,.94); --laser-glow: rgba(140,92,255,.6); --laser-start: 24deg; --laser-mid: 0deg; --laser-end: -24deg; --laser-delay: .31s; }
    .beam-light-4 { left: 80%; --beam-color: rgba(255,30,48,.28); --fixture-glow: rgba(255,30,48,.48); --sweep-start: -28deg; --sweep-mid: -10deg; --sweep-end: 16deg; --chase-delay: .84s; }
    .laser-light-4 { left: 92%; --laser-color: rgba(155,255,106,.9); --laser-glow: rgba(155,255,106,.5); --laser-start: 30deg; --laser-mid: 4deg; --laser-end: -26deg; --laser-delay: .44s; }
    .beam-light-5 { display: none; }
    .kicker { display: flex; align-items: center; gap: 12px; color: #d9dbe3; text-transform: uppercase; letter-spacing: .22em; font-size: .76rem; font-weight: 850; }
    .kicker::before { content: ""; width: 44px; height: 2px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
    h1, h2, h3 { line-height: 1.06; margin-top: 0; letter-spacing: -.045em; }
    h1 { margin: 22px 0 18px; font-size: clamp(4rem, 12vw, 9.6rem); font-weight: 950; letter-spacing: -.075em; }
    h1 .outline { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.46); }
    h2 { font-size: clamp(2.15rem, 5vw, 4.5rem); margin-bottom: 14px; }
    h3 { font-size: 1.25rem; margin-bottom: 8px; }
    .hero-copy { max-width: 660px; margin: 0; color: var(--muted); font-size: clamp(1.02rem, 2vw, 1.22rem); }
    .hero-copy strong { color: white; }

    .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
    .button {
      min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      border: 1px solid var(--line); border-radius: 999px; padding: 11px 20px;
      color: white; background: rgba(255,255,255,.04); text-decoration: none; font-weight: 820;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
    .button.primary { border-color: var(--accent); background: var(--accent); box-shadow: 0 18px 50px var(--glow); }
    .button.primary:hover { background: #ff496c; }

    .hero-visual { position: relative; min-height: 680px; isolation: isolate; }
    .hero-photo {
      position: absolute; inset: 0; overflow: hidden; border-radius: 38px;
      border: 1px solid var(--line); background: var(--surface);
      box-shadow: 0 40px 100px rgba(0,0,0,.46);
    }
    .hero-photo > .hero-background {
      position: absolute; inset: 0; z-index: 0;
      width: 100%; height: 100%; object-fit: cover;
      image-rendering: auto; filter: saturate(.92) contrast(1.08) brightness(.8);
    }
    .hero-photo::after {
      content: ""; position: absolute; inset: 0; z-index: 1;
      background:
        radial-gradient(circle at 50% 34%, rgba(8,9,13,.05), rgba(8,9,13,.4) 55%, rgba(8,9,13,.78) 100%),
        linear-gradient(180deg, rgba(8,9,13,.08), transparent 36%, rgba(8,9,13,.9) 100%);
      pointer-events: none;
    }
    .hero-brand-logo {
      position: absolute; z-index: 2;
      left: 50%; top: 37%;
      transform: translate(-50%, -50%);
      width: min(45%, 255px); max-height: 48%; height: auto;
      object-fit: contain; opacity: .92;
      filter: drop-shadow(0 14px 30px rgba(0,0,0,.72)) drop-shadow(0 0 14px rgba(255,255,255,.12));
      pointer-events: none;
    }
    .artist-card {
      position: absolute; left: 22px; bottom: 22px; z-index: 4; width: min(300px, calc(100% - 44px));
      padding: 22px; border: 1px solid var(--line); border-radius: 22px;
      background: rgba(17,19,26,.9); backdrop-filter: blur(18px); box-shadow: 0 24px 60px rgba(0,0,0,.38);
    }
    .artist-card small { color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-weight: 850; }
    .artist-card strong { display: block; font-size: 1.35rem; margin: 8px 0 4px; }
    .artist-card span { color: var(--muted); font-size: .95rem; }

    .equalizer { position: absolute; right: 20px; top: 20px; z-index: 4; display: flex; align-items: end; gap: 6px; height: 72px; padding: 14px; border-radius: 18px; background: rgba(8,9,13,.8); border: 1px solid var(--line); backdrop-filter: blur(12px); }
    .equalizer i { width: 6px; border-radius: 999px; background: linear-gradient(var(--accent), var(--accent-2)); animation: bounce 1s ease-in-out infinite alternate; }
    .equalizer i:nth-child(1) { height: 22%; animation-delay: -.6s; }
    .equalizer i:nth-child(2) { height: 70%; animation-delay: -.2s; }
    .equalizer i:nth-child(3) { height: 42%; animation-delay: -.8s; }
    .equalizer i:nth-child(4) { height: 92%; animation-delay: -.4s; }
    .equalizer i:nth-child(5) { height: 55%; animation-delay: -.7s; }
    @keyframes bounce { to { height: 95%; } }
    @keyframes laserSweep {
      0% { transform: translate3d(-1.5%, 0, 0) rotate(-4deg) scale(1); }
      50% { transform: translate3d(0, 1%, 0) rotate(0deg) scale(1.03); }
      100% { transform: translate3d(1.5%, 2%, 0) rotate(4deg) scale(1.06); }
    }
    @keyframes glowShift {
      0% { transform: translate3d(-1%, 0, 0) scale(1); opacity: .82; }
      50% { transform: translate3d(.5%, -.5%, 0) scale(1.04); opacity: 1; }
      100% { transform: translate3d(1%, -1%, 0) scale(1.07); opacity: .94; }
    }
    @keyframes heroLaser {
      0% { transform: translateX(-4%) translateY(0) rotate(-2deg); }
      50% { transform: translateX(0) translateY(.5%) rotate(0deg); }
      100% { transform: translateX(4%) translateY(1%) rotate(2deg); }
    }
    @keyframes movingHead {
      0% { transform: rotate(var(--sweep-start)); }
      25% { transform: rotate(var(--sweep-mid)); }
      50% { transform: rotate(var(--sweep-end)); }
      75% { transform: rotate(calc(var(--sweep-mid) - 4deg)); }
      100% { transform: rotate(var(--sweep-start)); }
    }
    @keyframes beamColorShift {
      0% { filter: blur(10px) brightness(1.02) hue-rotate(0deg); }
      33% { filter: blur(10px) brightness(1.12) hue-rotate(120deg); }
      66% { filter: blur(10px) brightness(1.16) hue-rotate(240deg); }
      100% { filter: blur(10px) brightness(1.02) hue-rotate(360deg); }
    }
    @keyframes beamSpread {
      0% { width: 240px; }
      50% { width: 300px; }
      100% { width: 250px; }
    }
    @keyframes beamHitPulse {
      0%, 100% { opacity: .42; transform: translateX(-50%) scale(.94); }
      50% { opacity: .68; transform: translateX(-50%) scale(1.08); }
    }
    @keyframes beamChaseGlow {
      0%, 100% { opacity: .34; }
      28% { opacity: .52; }
      48% { opacity: 1; }
      68% { opacity: .7; }
    }
    @keyframes beamStrobe {
      0%, 14%, 32%, 56%, 78%, 100% { opacity: 1; }
      8%, 24%, 48%, 72%, 90% { opacity: 0; }
    }
    @keyframes beamLensColor {
      0% { filter: hue-rotate(0deg) brightness(1.08); }
      33% { filter: hue-rotate(120deg) brightness(1.22); }
      66% { filter: hue-rotate(240deg) brightness(1.24); }
      100% { filter: hue-rotate(360deg) brightness(1.08); }
    }
    @keyframes beamHeadRGB {
      0% { filter: hue-rotate(0deg); }
      33% { filter: hue-rotate(120deg); }
      66% { filter: hue-rotate(240deg); }
      100% { filter: hue-rotate(360deg); }
    }
    @keyframes beamHitRGB {
      0% { filter: blur(8px) hue-rotate(0deg); }
      33% { filter: blur(8px) hue-rotate(120deg); }
      66% { filter: blur(8px) hue-rotate(240deg); }
      100% { filter: blur(8px) hue-rotate(360deg); }
    }
    @keyframes beamFixturePulse {
      0%, 100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 0 18px var(--fixture-glow); }
      50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 0 28px var(--fixture-glow), 0 0 52px rgba(255,255,255,.08); }
    }
    @keyframes laserScanner {
      0% { transform: rotate(var(--laser-start)); opacity: .88; }
      45% { transform: rotate(var(--laser-mid)); opacity: 1; }
      85% { transform: rotate(var(--laser-end)); opacity: .94; }
      100% { transform: rotate(var(--laser-start)); opacity: .88; }
    }
    @keyframes laserRayPulse {
      0%, 100% { filter: brightness(.86); }
      50% { filter: brightness(1.3); }
    }

    .stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .stat { padding: 30px clamp(16px, 4vw, 46px); text-align: center; border-right: 1px solid var(--line); }
    .stat:last-child { border-right: 0; }
    .stat strong { display: block; font-size: clamp(1.7rem, 4vw, 3.2rem); line-height: 1; }
    .stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; }

    section { padding: clamp(74px, 10vw, 128px) 0; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 34px; }
    .section-head p { max-width: 580px; color: var(--muted); margin: 0; }
    .label { display: inline-block; margin-bottom: 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 850; }

    .about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 22px; align-items: stretch; }
    .portrait-panel { min-height: 540px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
    .portrait-panel img { width: 100%; height: 100%; object-fit: cover; }
    .about-copy { padding: clamp(26px, 5vw, 54px); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,49,89,.1), rgba(140,92,255,.08)), var(--surface); border: 1px solid var(--line); }
    .about-copy p { color: var(--muted); font-size: 1.06rem; }
    .quote { margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); font-size: clamp(1.25rem, 2.6vw, 1.8rem); line-height: 1.4; color: white; font-weight: 750; }

    .timeline { display: grid; gap: 0; border-top: 1px solid var(--line); }
    .timeline-item { display: grid; grid-template-columns: 160px 1fr; gap: 32px; padding: 30px 0; border-bottom: 1px solid var(--line); }
    .timeline-item time { color: var(--accent); font-weight: 900; font-size: 1.05rem; }
    .timeline-item p { margin: 8px 0 0; color: var(--muted); }

    .music-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .music-card { position: relative; text-decoration: none; min-height: 370px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
    .music-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
    .music-card:hover img { transform: scale(1.055); }
    .music-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(8,9,13,.94) 100%); }
    .music-card-content { position: absolute; inset: auto 22px 22px; z-index: 2; }
    .music-card-content span { color: var(--accent); font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
    .music-card-content p { color: #c4c7d1; margin: 9px 0 0; }

    .story-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 22px; align-items: start; }
    .story-copy, .story-aside { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
    .story-copy { padding: clamp(28px, 5vw, 58px); }
    .story-copy h3 { margin-top: 34px; font-size: clamp(1.35rem, 2.7vw, 2rem); }
    .story-copy p { color: var(--muted); font-size: 1.04rem; }
    .story-copy p:first-of-type { color: #d9dbe3; font-size: 1.14rem; }
    .story-aside { position: sticky; top: 102px; padding: 26px; }
    .story-aside ul { list-style: none; padding: 0; margin: 18px 0 0; }
    .story-aside li { padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); }
    .story-aside strong { display: block; color: white; margin-bottom: 3px; }
    .source-links { display: grid; gap: 10px; margin-top: 22px; }
    .source-links a { color: #d9dbe3; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
    .source-links a:hover { color: white; border-color: var(--accent); }

    .gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 320px 320px; gap: 16px; }
    .gallery figure { margin: 0; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); background: var(--surface); }
    .gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
    .gallery figure:hover img { transform: scale(1.05); }

    .press-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(26px, 5vw, 48px); border-radius: var(--radius); border: 1px solid rgba(255,49,89,.34); background: linear-gradient(120deg, rgba(255,49,89,.12), rgba(140,92,255,.12)); }
    .press-card p { color: var(--muted); margin: 10px 0 0; max-width: 760px; }

    .tool-showcase { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #0d0f15; box-shadow: 0 34px 90px rgba(0,0,0,.34); }
    .tool-slider { display: flex; transition: transform .65s cubic-bezier(.22,.72,.28,1); will-change: transform; }
    .tool-slide { min-width: 100%; min-height: 510px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(30px, 6vw, 76px); padding: clamp(34px, 7vw, 78px); position: relative; isolation: isolate; }
    .tool-slide::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 80% 45%, var(--tool-glow), transparent 34rem); }
    .tool-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, black); }
    .tool-slide.fix { --tool-accent: #43e6ff; --tool-accent-2: #4b7dff; --tool-glow: rgba(67,230,255,.22); }
    .tool-slide.backup { --tool-accent: #9cff6a; --tool-accent-2: #16d8a3; --tool-glow: rgba(86,255,178,.2); }
    .tool-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid color-mix(in srgb, var(--tool-accent) 48%, transparent); border-radius: 999px; color: var(--tool-accent); background: color-mix(in srgb, var(--tool-accent) 8%, transparent); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .tool-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--tool-accent); box-shadow: 0 0 18px var(--tool-accent); }
    .tool-copy h2 { margin: 22px 0 16px; max-width: 760px; font-size: clamp(2.25rem, 5.6vw, 5.2rem); }
    .tool-copy h2 span { color: var(--tool-accent); }
    .tool-copy > p { max-width: 680px; color: #bec2cd; font-size: 1.08rem; }
    .tool-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; }
    .tool-points span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: #d9dbe3; background: rgba(255,255,255,.035); font-size: .86rem; }
    .tool-copy .button.primary { border-color: var(--tool-accent); background: linear-gradient(135deg, var(--tool-accent), var(--tool-accent-2)); color: #071015; box-shadow: 0 18px 50px var(--tool-glow); }
    .tool-copy .button.primary:hover { filter: brightness(1.08); }

    .tool-visual { display: grid; place-items: center; min-height: 320px; position: relative; }
    .usb-device { width: min(310px, 80%); aspect-ratio: 1.15; position: relative; transform: rotate(-8deg); filter: drop-shadow(0 36px 36px rgba(0,0,0,.48)); }
    .usb-body { position: absolute; inset: 15% 5% 8% 5%; border-radius: 42px 42px 52px 52px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, #272c39, #0c0f16 72%); overflow: hidden; }
    .usb-body::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.16), transparent 32%); }
    .usb-port { position: absolute; width: 42%; height: 31%; top: -2%; left: 29%; border-radius: 10px 10px 3px 3px; border: 1px solid rgba(255,255,255,.23); background: linear-gradient(180deg, #d6d9df, #747b88); }
    .usb-port::before, .usb-port::after { content: ""; position: absolute; bottom: 10px; width: 12px; height: 8px; border-radius: 2px; background: #323640; }
    .usb-port::before { left: 22%; } .usb-port::after { right: 22%; }
    .usb-logo { position: absolute; inset: 38% 0 auto; text-align: center; color: var(--tool-accent); font-weight: 950; font-size: 1.1rem; letter-spacing: .18em; text-shadow: 0 0 24px var(--tool-accent); }
    .usb-status { position: absolute; left: 50%; bottom: 22%; transform: translateX(-50%); width: 48%; height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
    .usb-status::after { content: ""; display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--tool-accent), var(--tool-accent-2)); animation: toolPulse 2.2s ease-in-out infinite alternate; }
    .tool-orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--tool-accent) 22%, transparent); border-radius: 50%; animation: toolSpin 18s linear infinite; }
    .tool-orbit::before, .tool-orbit::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--tool-accent); box-shadow: 0 0 22px var(--tool-accent); }
    .tool-orbit::before { top: 14%; left: 14%; } .tool-orbit::after { right: 5%; bottom: 29%; }
    @keyframes toolPulse { to { width: 96%; } }
    @keyframes toolSpin { to { transform: rotate(360deg); } }

    .slider-controls { position: absolute; z-index: 5; left: clamp(24px, 6vw, 68px); right: clamp(24px, 6vw, 68px); bottom: 24px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
    .slider-dots, .slider-arrows { display: flex; align-items: center; gap: 9px; pointer-events: auto; }
    .slider-dot { width: 36px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.2); cursor: pointer; transition: width .25s ease, background .25s ease; }
    .slider-dot.active { width: 62px; background: white; }
    .slider-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(8,9,13,.7); color: white; font-size: 1.25rem; cursor: pointer; backdrop-filter: blur(12px); }
    .slider-arrow:hover, .slider-arrow:focus-visible { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.1); }
    .tool-disclaimer { margin: 16px 4px 0; color: #7f8491; font-size: .84rem; }
    .tool-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 22px; }
    .tool-product { display: grid; grid-template-rows: auto 1fr; gap: 14px; min-width: 0; }
    .product-head { display: block; min-height: 248px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); }
    .product-head h3 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); }
    .product-head p { margin: 8px 0 0; color: var(--muted); max-width: 760px; }
    .tool-meta { display: inline-flex; flex-wrap: wrap; gap: 10px; }
    .tool-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: #d9dbe3; background: rgba(255,255,255,.03); font-size: .84rem; }
    .tool-benefits { display: grid; gap: 12px; margin: 24px 0 0; }
    .tool-benefit { padding: 15px 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); }
    .tool-benefit strong { display: block; margin-bottom: 4px; color: white; }
    .tool-benefit span { color: #c4c7d1; font-size: .95rem; }
    .price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
    .price-card { padding: 18px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.04); }
    .price-card small { display: inline-block; color: var(--tool-accent); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
    .price-card strong { display: block; margin: 10px 0 8px; font-size: clamp(1.9rem, 4vw, 2.5rem); line-height: 1; }
    .price-card span { color: #c4c7d1; font-size: .94rem; }
    .price-note { margin-top: 18px; color: #aeb3bf; }

    @media (min-width: 1101px) {
      .tool-product .tool-showcase { height: 780px; border-radius: 26px; }
      .tool-product .tool-slider { height: 100%; }
      .tool-product .tool-slide {
        min-height: 780px;
        height: 780px;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 18px;
        padding: 30px 28px 88px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255,255,255,.2) transparent;
      }
      .tool-product .tool-slide::after { background-size: 34px 34px; }
      .tool-product .tool-copy h2 { margin: 18px 0 13px; font-size: clamp(2rem, 2.7vw, 3rem); }
      .tool-product .tool-copy > p { font-size: .96rem; line-height: 1.6; }
      .tool-product .tool-points { margin-top: 18px; }
      .tool-product .tool-points span { padding: 7px 10px; font-size: .78rem; }
      .tool-product .actions { margin-top: 22px; }
      .tool-product .button { min-height: 44px; padding: 9px 15px; font-size: .87rem; }
      .tool-product .tool-visual { min-height: 205px; }
      .tool-product .usb-device { width: min(190px, 58%); }
      .tool-product .tool-orbit { width: min(250px, 64%); }
      .tool-product .tool-benefits { gap: 9px; margin-top: 18px; }
      .tool-product .tool-benefit { padding: 12px 13px; border-radius: 15px; }
      .tool-product .tool-benefit span { font-size: .86rem; line-height: 1.5; }
      .tool-product .price-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
      .tool-product .price-card { padding: 13px 15px; border-radius: 16px; }
      .tool-product .price-card strong { display: inline-block; margin: 7px 12px 5px 0; font-size: 1.85rem; }
      .tool-product .price-card span { font-size: .84rem; }
      .tool-product .price-note { margin-top: 13px; font-size: .86rem; }
      .tool-product .slider-controls { left: 24px; right: 24px; bottom: 20px; }
      .tool-product .slider-dot { width: 25px; }
      .tool-product .slider-dot.active { width: 42px; }
      .tool-product .slider-arrow { width: 40px; height: 40px; }
      .tool-product .tool-meta { margin-top: 16px; }
      .tool-product .tool-meta span { padding: 7px 10px; font-size: .76rem; }
    }

    .contact-card { position: relative; overflow: hidden; text-align: center; padding: clamp(48px, 10vw, 110px) 22px; border-radius: 34px; border: 1px solid var(--line); background: var(--surface); }
    .contact-card::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(30px); background: rgba(255,49,89,.13); top: -250px; left: 50%; transform: translateX(-50%); }
    .contact-card > * { position: relative; }
    .contact-card p { color: var(--muted); max-width: 650px; margin: 0 auto 26px; }

    @media (prefers-reduced-motion: reduce) {
      body::before, body::after, .hero::before, .beam-light, .laser-light, .beam-cone, .beam-hit, .laser-ray, .beam-light::before, .beam-light::after { animation: none; }
    }

    @media (max-width: 1100px) {
      .tool-stack { grid-template-columns: 1fr; gap: 32px; }
      .product-head { min-height: auto; }
    }

    @media (max-width: 900px) {
      .hero { min-height: auto; }
      .hero-grid, .about-grid, .story-layout, .tool-slide { grid-template-columns: 1fr; }
      .hero-visual { min-height: 530px; max-width: 670px; width: 100%; }
      .hero-photo { inset: 0; }
      .music-grid { grid-template-columns: 1fr 1fr; }
      .music-card:last-child { grid-column: 1 / 3; }
      .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px; }
      .press-card { grid-template-columns: 1fr; }
      .story-aside { position: static; }
      .tool-slide { min-height: 720px; padding-bottom: 84px; }
      .tool-visual { min-height: 260px; }
      .product-head { align-items: start; flex-direction: column; }
      .price-grid { grid-template-columns: 1fr; }
      .beam-light { height: 420px; width: 96px; top: 52px; }
      .beam-cone { width: 220px; height: 400px; }
      .beam-hit { width: 78px; height: 22px; }
      .beam-truss { top: 46px; }
      .beam-haze { inset: 82px 2% auto; height: 420px; }
      .laser-light { height: 500px; top: 56px; }
      .laser-ray { height: var(--ray-length, 450px); }
    }

    @media (max-width: 650px) {
      body::before { opacity: 0; }
      body::after { opacity: 0; }
      .hero::before { opacity: .6; }
      .beam-light { height: 300px; width: 72px; top: 58px; }
      .beam-light-2, .beam-light-4 { display: none; }
      .beam-cone { width: 150px; height: 280px; }
      .beam-hit { width: 58px; height: 18px; }
      .beam-truss { top: 52px; height: 10px; }
      .beam-haze { inset: 86px 0 auto; height: 280px; }
      .laser-light { height: 360px; top: 60px; }
      .laser-light-2, .laser-light-4 { display: none; }
      .laser-ray { height: var(--ray-length, 320px); }
      .beam-light-1 { left: 12%; }
      .laser-light-1 { left: 34%; }
      .beam-light-3 { left: 62%; }
      .laser-light-3 { left: 86%; }
      .brand { min-width: 88px; }
      .brand img { width: 94px; max-height: 29px; }
      .hero-brand-logo { top: 42px; right: 7%; width: min(58%, 280px); opacity: .84; }
      nav { min-height: 68px; }
      .nav-links { gap: 5px; margin-left: auto; }
      .nav-links a:not(.mini-cta):not(.header-primary-link) { display: none; }
      .nav-links .header-primary-link {
        display: inline-flex;
        min-height: 34px;
        padding: 7px 9px;
        font-size: .68rem;
      }
      .hero { padding-top: 100px; }
      .hero-visual { min-height: 440px; }
      .hero-photo { inset: 0; }
      .hero-brand-logo { width: min(48%, 210px); top: 35%; }
      .artist-card { bottom: 14px; left: 14px; width: calc(100% - 28px); }
      .equalizer { right: 14px; top: 14px; }
      .stats { grid-template-columns: 1fr; }
      .stat { border-right: 0; border-bottom: 1px solid var(--line); }
      .stat:last-child { border-bottom: 0; }
      .section-head { align-items: start; flex-direction: column; gap: 8px; }
      .timeline-item { grid-template-columns: 1fr; gap: 5px; }
      .music-grid { grid-template-columns: 1fr; }
      .music-card:last-child { grid-column: auto; }
      .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 280px); }
      .tool-slide { min-height: 760px; padding: 34px 22px 94px; }
      .tool-copy h2 { font-size: clamp(2.15rem, 12vw, 3.6rem); }
      .tool-visual { min-height: 230px; }
      .slider-controls { left: 20px; right: 20px; bottom: 20px; }
      .slider-arrow { width: 42px; height: 42px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; animation: none !important; }
    }
/* Shared purchase flow */
.pricing-dialog {
  width: min(760px, calc(100% - 28px));
  max-height: calc(100svh - 28px);
  padding: 0;
  overflow: visible;
  border: 0;
  color: var(--text);
  background: transparent;
}
.pricing-dialog::backdrop {
  background: rgba(3,4,8,.82);
  backdrop-filter: blur(14px);
}
.pricing-dialog[open] { animation: pricing-in .2s ease-out; }
.pricing-panel {
  position: relative;
  max-height: calc(100svh - 28px);
  padding: clamp(24px, 5vw, 42px);
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 8%, rgba(140,92,255,.25), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(255,49,89,.18), transparent 38%),
    linear-gradient(155deg, rgba(24,27,36,.99), rgba(8,9,13,.99));
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
}
.pricing-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.06);
  font-size: 1.35rem;
  cursor: pointer;
}
.pricing-close:hover { background: rgba(255,255,255,.13); }
.pricing-heading { padding-right: 46px; }
.pricing-heading h2 { margin: 8px 0 8px; font-size: clamp(1.65rem, 4vw, 2.55rem); line-height: 1.1; }
.pricing-heading p { max-width: 620px; margin: 0; color: var(--muted); }
.pricing-dialog .price-grid { margin-top: 26px; }
.pricing-dialog .price-card { position: relative; min-height: 170px; }
.pricing-dialog .price-card.popular {
  border-color: rgba(255,49,89,.62);
  box-shadow: 0 18px 50px rgba(255,49,89,.13);
}
.pricing-popular {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  color: white;
  background: var(--accent);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.pricing-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #d7d9e2;
  background: rgba(255,255,255,.04);
  font-size: .88rem;
}
.pricing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pricing-actions .button { flex: 1 1 220px; justify-content: center; }
.tool-choice-actions .button { min-height: 58px; }
.tool-choice-actions .tool-choice-backup {
  border-color: rgba(105,215,255,.48);
  background: rgba(105,215,255,.1);
  color: #c8f1ff;
}
.tool-choice-actions .tool-choice-fix {
  border-color: rgba(255,49,89,.56);
  background: rgba(255,49,89,.1);
  color: #ffe3e9;
}
.tool-choice-actions .button:hover { border-color: currentColor; color: white; }
@keyframes pricing-in {
  from { opacity: 0; transform: translateY(14px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 650px) {
  .pricing-dialog { width: min(100% - 18px, 760px); max-height: calc(100svh - 18px); }
  .pricing-panel { max-height: calc(100svh - 18px); padding: 24px 18px 20px; border-radius: 22px; }
  .pricing-dialog .price-grid { grid-template-columns: 1fr; }
  .pricing-dialog .price-card { min-height: auto; }
  .pricing-actions .button { width: 100%; flex-basis: 100%; }
}
