/* =====================================================================
   GP Tools promo animation
   A 1920x1080 stage, scaled to fit its container. Every moving part is
   positioned by promo.js as a pure function of time; the rules below
   only set the resting look. Colours follow the launch2026 tokens.
   ===================================================================== */

@font-face { font-family: "GPUbuntu"; src: url("assets/fonts/ubuntu-300.woff2") format("woff2"); font-weight: 300; font-display: block; }
@font-face { font-family: "GPUbuntu"; src: url("assets/fonts/ubuntu-400.woff2") format("woff2"); font-weight: 400; font-display: block; }
@font-face { font-family: "GPUbuntu"; src: url("assets/fonts/ubuntu-500.woff2") format("woff2"); font-weight: 500; font-display: block; }
@font-face { font-family: "GPUbuntu"; src: url("assets/fonts/ubuntu-700.woff2") format("woff2"); font-weight: 700; font-display: block; }
@font-face { font-family: "GPIcons"; src: url("assets/fonts/gptools-icons.woff") format("woff"); font-display: block; }

:root {
    --page: #f4f6f9;
    --card: #ffffff;
    --line: #dfe4ec;
    --ink: #1c2430;
    --muted: #5b6472;
    --brand: #1c5cab;
    --brand-2: #2a78d6;
    --brand-deep: #16437e;
    --wash: #eaf2fc;
    --wash-border: #c5dcf5;
    --wash-ink: #274763;
    --az: #2196d9;
    --az-deep: #1a7fc0;
    --az-now-1: #28adea;
    --az-now-2: #1795d0;
    --az-wash: #e3f1fb;
    --ok: #0f8a4c;
    --ok-wash: #e7f5ee;
    --ok-border: #b9e2cc;
    --warn: #9a6a1c;
    --badge: #fde68a;
    --badge-ink: #92400e;
    --danger: #c0392b;
    --rep-deep: #0a4f86;
    --rep-brand: #0086dc;
    --rep-mid: #6db9e9;
    --rep-track: #eef4f9;
    --shadow-lg: 0 50px 100px -30px rgba(16, 44, 84, .35), 0 18px 40px -18px rgba(16, 44, 84, .28);
    --shadow-md: 0 24px 50px -20px rgba(16, 44, 84, .30), 0 8px 18px -10px rgba(16, 44, 84, .18);
    --shadow-sm: 0 10px 24px -12px rgba(16, 44, 84, .28);
}

html, body { margin: 0; height: 100%; background: #eef4fa; }
body { overflow: hidden; }

/* ---------- player shell ---------- */
.gp-player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f2f8fd;
    font-family: "GPUbuntu", "Ubuntu", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    user-select: none;
}
.gp-stage {
    position: absolute;
    left: 0; top: 0;
    width: 1920px; height: 1080px;
    transform-origin: 0 0;
    overflow: hidden;
    color: var(--ink);
    contain: strict;
}
.gp-stage * { box-sizing: border-box; }
.abs { position: absolute; }
.gp-stage svg:not(#s1-scribble):not(#s6-svg) { fill: currentColor; }
.ring { width: 300px; height: 300px; left: 0; top: 0; }
.scene { position: absolute; inset: 0; visibility: hidden; }
.scene.on { visibility: visible; }
.layer { position: absolute; inset: 0; }
.will { will-change: transform, opacity; }

/* ---------- background ---------- */
#bg { background: linear-gradient(180deg, #d9ecfa 0%, #eef6fd 45%, #f8fbfe 100%); }
.orb { position: absolute; border-radius: 50%; }
#orb1 { width: 1400px; height: 1400px; left: -380px; top: -620px; background: radial-gradient(closest-side, rgba(40, 173, 234, .30), rgba(40, 173, 234, 0)); }
#orb2 { width: 1200px; height: 1200px; right: -420px; bottom: -560px; background: radial-gradient(closest-side, rgba(42, 120, 214, .22), rgba(42, 120, 214, 0)); }
#orb3 { width: 900px; height: 900px; left: 640px; top: 260px; background: radial-gradient(closest-side, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0)); }
#dots {
    background-image: radial-gradient(rgba(28, 92, 171, .16) 1.6px, transparent 1.8px);
    background-size: 36px 36px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 0%, transparent 75%);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 0%, transparent 75%);
}
#tint { background: linear-gradient(180deg, #dfe4ea 0%, #e9ecf0 55%, #f1f2f4 100%); }
#grain { opacity: .05; mix-blend-mode: multiply; background-size: 256px 256px; }
#vignette { background: radial-gradient(ellipse 85% 80% at 50% 50%, transparent 60%, rgba(12, 38, 72, .13) 100%); pointer-events: none; }
#fx { position: absolute; left: 0; top: 0; width: 1920px; height: 1080px; pointer-events: none; }

/* ---------- typography ---------- */
.h-xl { font-size: 104px; font-weight: 700; letter-spacing: -2.5px; line-height: 1.04; }
.h-lg { font-size: 80px; font-weight: 700; letter-spacing: -2px; line-height: 1.08; }
.h-md { font-size: 64px; font-weight: 700; letter-spacing: -1.4px; line-height: 1.1; }
.sub { font-size: 42px; font-weight: 400; color: var(--muted); letter-spacing: -.3px; }
.accent { color: var(--brand-2); }
.accent-az { color: var(--az); }
.accent-ok { color: var(--ok); }
.center-x { left: 0; right: 0; text-align: center; }

/* word reveal: an outer clip and an inner mover */
.wd { display: inline-block; overflow: hidden; vertical-align: top; padding: 0 .02em .12em; margin-bottom: -.12em; }
.wi { display: inline-block; will-change: transform, opacity; }

/* ---------- S1: the paper pile ---------- */
.paper {
    position: absolute; left: 0; top: 0;
    width: 230px; height: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 22px 40px -18px rgba(30, 40, 60, .35), 0 2px 6px rgba(30, 40, 60, .08);
    padding: 22px 20px;
    will-change: transform, opacity;
}
.paper .ph { height: 12px; width: 60%; border-radius: 6px; margin-bottom: 14px; }
.paper .pt { font-size: 21px; font-weight: 700; color: #2f3a48; margin-bottom: 16px; line-height: 1.15; }
.paper .pl { height: 8px; border-radius: 4px; background: #e6eaf0; margin: 10px 0; }
.paper .pbox { display: flex; gap: 8px; margin-top: 12px; }
.paper .pbox i { width: 18px; height: 18px; border: 2px solid #c9d1dc; border-radius: 4px; }
.sticky {
    position: absolute; left: 0; top: 0;
    width: 196px; height: 186px;
    background: linear-gradient(180deg, #fff2a8, #fde88a);
    box-shadow: 0 20px 34px -16px rgba(90, 70, 10, .45);
    padding: 26px 20px;
    font-size: 27px; font-weight: 500; color: #5b4708; line-height: 1.2;
    font-style: normal;
    will-change: transform, opacity;
}
.sticky::before { content: ""; position: absolute; left: 60px; top: -12px; width: 76px; height: 26px; background: rgba(255, 255, 255, .55); transform: rotate(-3deg); }
.calcard {
    position: absolute; left: 0; top: 0;
    width: 210px; height: 228px; background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 22px 40px -18px rgba(30, 40, 60, .4);
    text-align: center;
    will-change: transform, opacity;
}
.calcard .ch { background: var(--danger); color: #fff; font-weight: 700; font-size: 22px; letter-spacing: 3px; padding: 14px 0; }
.calcard .cn { font-size: 104px; font-weight: 700; color: #2f3a48; line-height: 1.05; margin-top: 6px; }
.calcard .cs { font-size: 22px; color: var(--danger); font-weight: 500; }
#s1-head { top: 380px; }
#s1-scribble { position: absolute; left: 0; top: 0; overflow: visible; }

/* ---------- logo lockup ---------- */
.lockup { position: absolute; left: 0; top: 0; display: flex; align-items: center; will-change: transform, opacity; }
.wordmark { font-weight: 700; font-size: 190px; letter-spacing: -4px; line-height: 1; color: #121417; white-space: nowrap; }
.wordmark b { font-weight: 700; }
.wordmark span { font-weight: 400; }
.wm-clip { overflow: hidden; padding: 10px 0 18px; }
#s2-rays, #s8-rays {
    position: absolute; left: 960px; top: 540px; width: 2400px; height: 2400px; margin: -1200px 0 0 -1200px;
    background-size: 100% 100%;
}
.ring { position: absolute; border-radius: 50%; border: 6px solid var(--az-now-1); }
#s2-glow { position: absolute; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(closest-side, rgba(40, 173, 234, .35), rgba(40, 173, 234, 0)); }

/* ---------- browser mock ---------- */
.browser {
    position: absolute;
    width: 1440px; height: 800px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    will-change: transform, opacity;
}
.bchrome { height: 48px; background: #eef1f5; border-bottom: 1px solid #dde2e9; display: flex; align-items: center; padding: 0 20px; gap: 9px; }
.bchrome i { width: 14px; height: 14px; border-radius: 50%; display: block; }
.burl { margin-left: 26px; height: 30px; width: 520px; border-radius: 15px; background: #fff; border: 1px solid #dde2e9; display: flex; align-items: center; padding: 0 16px; font-size: 16px; color: #4b5563; gap: 8px; }
.burl svg { width: 13px; height: 13px; }
.bview { position: absolute; left: 0; top: 48px; right: 0; bottom: 0; overflow: hidden; background: linear-gradient(180deg, #ddeefa 0%, #f2f8fd 300px, #f7fafc 100%); }
.page { position: absolute; inset: 0; will-change: transform, opacity; }

.app-head { height: 64px; background: linear-gradient(180deg, #2065b8, var(--brand)); display: flex; align-items: center; padding: 0 28px; color: #fff; }
.app-head img { width: 38px; height: 38px; border-radius: 7px; margin-right: 12px; }
.app-head .wm { font-size: 34px; letter-spacing: -.5px; }
.app-head .wm b { font-weight: 700; }
.app-head .wm span { font-weight: 400; }
.app-head .who { margin-left: auto; font-size: 18px; opacity: .95; margin-right: 18px; }
.app-head .out { border: 1px solid rgba(255, 255, 255, .6); border-radius: 7px; padding: 6px 16px; font-size: 16px; font-weight: 500; }

.side { position: absolute; left: 22px; top: 86px; width: 244px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 10px; }
.side .grp { background: var(--az-wash); border: 1px solid #bfdff5; color: var(--wash-ink); border-radius: 8px; font-size: 13px; font-weight: 500; letter-spacing: 1.4px; padding: 9px 12px; margin: 6px 0 8px; }
.side .it { font-size: 16px; color: #2b3440; padding: 8px 12px; border-radius: 6px; }
.side .it.on { background: var(--brand); color: #fff; }

.main { position: absolute; left: 288px; right: 24px; top: 86px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 1px 2px rgba(28, 36, 48, .06); }
.hero { padding: 22px 26px; position: relative; border-top: 5px solid var(--az); }
.hero h3 { margin: 0; font-size: 28px; font-weight: 700; color: var(--ink); }
.hero p { margin: 6px 0 0; font-size: 16px; color: var(--muted); }
.hero p b { color: var(--ink); }
.chip { display: inline-block; border: 1px solid var(--wash-border); background: var(--wash); color: var(--brand); border-radius: 18px; padding: 7px 16px; font-size: 15px; }
.hero .chips { position: absolute; right: 22px; top: 18px; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.refer { margin-top: 14px; padding: 11px 18px; font-size: 16px; color: var(--brand); background: var(--wash); border: 1px solid var(--wash-border); border-radius: 10px; display: flex; justify-content: space-between; }
.ycard { margin-top: 14px; border-radius: 12px; overflow: hidden; border: 1px solid #9fd3ef; background: #fff; }
.yband { height: 62px; background: linear-gradient(180deg, var(--az-now-1), var(--az-now-2)); color: #fff; display: flex; align-items: center; padding: 0 22px; font-size: 24px; font-weight: 700; }
.yband .alloc { margin-left: auto; font-size: 15px; font-weight: 400; border: 1px solid rgba(255, 255, 255, .75); padding: 6px 14px; border-radius: 7px; }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 18px 20px 10px; }
.tile { border: 1px solid var(--line); border-radius: 10px; height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 17px; color: #2b3440; line-height: 1.25; background: #fff; will-change: transform; }
.tile i { font-family: "GPIcons"; font-style: normal; font-size: 46px; color: var(--az); margin-bottom: 10px; line-height: 1; }
.tile.primary { border-color: var(--az); background: var(--az-wash); }
.signoff { margin: 8px 20px 18px; border-radius: 8px; background: #f6f8fb; }
.signoff .row { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; padding: 12px 20px; font-size: 16px; color: #8a93a0; align-items: center; }
.signoff .row b { color: var(--ink); }
.signoff .row + .row { border-top: 1px solid #e8ecf1; }
.so { display: inline-flex; align-items: center; gap: 8px; position: relative; }
.so .ok { position: absolute; left: 0; top: 50%; margin-top: -14px; display: inline-flex; align-items: center; gap: 8px; color: var(--ok); font-weight: 500; white-space: nowrap; }
.so .ok svg { width: 24px; height: 24px; }

.nav2 { height: 58px; background: #fff; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 30px; gap: 30px; font-size: 16px; color: #2b3440; }
.nav2 .yr { background: linear-gradient(180deg, var(--az-now-1), var(--az-now-2)); color: #fff; border-radius: 18px; padding: 7px 16px; font-weight: 500; font-size: 15px; }
.nav2 .act { background: var(--wash); color: var(--brand); border-radius: 18px; padding: 7px 14px; }
.nav2 svg { width: 20px; height: 20px; }
.formcard { position: absolute; left: 120px; right: 120px; top: 150px; bottom: -20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 40px; }
.formcard h3 { margin: 0 0 22px; font-size: 30px; font-weight: 700; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.q { background: #e3f0fa; border: 1px solid #c6ddf0; border-radius: 8px; padding: 11px 16px; font-size: 17px; font-weight: 500; color: #243242; margin-top: 18px; }
.ta { border: 1px solid #d6dde6; border-radius: 8px; min-height: 104px; margin-top: 10px; padding: 14px 16px; font-size: 18px; color: #1f2937; line-height: 1.5; position: relative; }
.ta.focus { border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(42, 120, 214, .18); }
.caret { display: inline-block; width: 2px; height: 22px; background: var(--brand-2); vertical-align: -4px; margin-left: 1px; }
.btnrow { position: absolute; right: 40px; bottom: 48px; display: flex; gap: 12px; align-items: center; }
.btn { background: var(--brand-2); color: #fff; font-weight: 500; font-size: 17px; padding: 11px 26px; border-radius: 8px; will-change: transform; }
.toast { position: absolute; right: 150px; top: 132px; background: var(--ok); color: #fff; border-radius: 10px; padding: 14px 22px; font-size: 18px; font-weight: 500; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-md); }
.toast svg { width: 22px; height: 22px; }

/* ---------- pills, badges ---------- */
.pill {
    position: absolute; left: 0; top: 0;
    display: inline-flex; align-items: center; gap: 14px;
    background: #fff; border-radius: 999px; padding: 16px 30px 16px 18px;
    font-size: 30px; font-weight: 500; color: var(--ink);
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    will-change: transform, opacity;
}
.pill .pi { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.pill .pi svg { width: 26px; height: 26px; }
.pill.ok .pi { background: var(--ok-wash); color: var(--ok); }
.pill.brand .pi { background: var(--wash); color: var(--brand-2); }
.pill.green { background: var(--ok); color: #fff; }
.pill.green .pi { background: rgba(255, 255, 255, .2); color: #fff; }

#cursor { position: absolute; left: 0; top: 0; width: 44px; height: 54px; will-change: transform, opacity; filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .25)); z-index: 50; }
.click-ring { position: absolute; width: 90px; height: 90px; margin: -45px 0 0 -45px; border-radius: 50%; border: 4px solid var(--brand-2); z-index: 49; }

/* ---------- S4 surveys ---------- */
.sheet { position: absolute; width: 400px; height: 540px; background: #fff; border-radius: 8px; box-shadow: var(--shadow-md); padding: 26px 28px; will-change: transform, opacity; }
.srow .sc i.t::after { transform: scale(var(--k, 0)); }
.sheet .shh { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 2px solid #e6edf4; margin-bottom: 12px; }
.sheet .shh img { width: 40px; height: 40px; }
.sheet .shh div { font-size: 21px; font-weight: 700; color: var(--rep-deep); line-height: 1.1; }
.sheet .shh small { display: block; font-size: 14px; font-weight: 400; color: var(--muted); }
.srow { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #f0f3f7; }
.srow .sl { height: 8px; width: 120px; border-radius: 4px; background: #dfe6ee; }
.srow .sc { display: flex; gap: 9px; }
.srow .sc i { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #b9c6d4; display: block; position: relative; }
.srow .sc i.t::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: var(--rep-brand); transform: scale(var(--k, 0)); }
.phone {
    position: absolute; width: 330px; height: 670px; border-radius: 54px; background: #0f1520; padding: 14px;
    box-shadow: var(--shadow-lg), inset 0 0 0 2px #2b3442;
    will-change: transform, opacity;
}
.phone .scr { position: absolute; inset: 14px; border-radius: 42px; overflow: hidden; background: #f4f7fb; }
.phone .notch { position: absolute; left: 50%; top: 22px; width: 104px; height: 30px; margin-left: -52px; border-radius: 16px; background: #0f1520; z-index: 5; }
.ps-head { height: 110px; background: linear-gradient(180deg, #2065b8, var(--brand)); color: #fff; padding: 58px 22px 0; font-size: 19px; font-weight: 700; }
.ps-q { padding: 22px 22px 10px; font-size: 19px; font-weight: 500; color: var(--ink); line-height: 1.3; }
.ps-opt { margin: 9px 18px; border: 1.5px solid #d4dce6; border-radius: 12px; padding: 13px 16px; font-size: 17px; color: #2b3440; background: #fff; display: flex; align-items: center; gap: 12px; }
.ps-opt i { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #b9c6d4; display: block; flex: none; position: relative; }
.ps-opt.sel { border-color: var(--brand-2); background: var(--wash); }
.ps-opt.sel i { border-color: var(--brand-2); }
.ps-opt.sel i::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--brand-2); }
.ps-thanks { position: absolute; inset: 110px 0 0; background: #f4f7fb; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; font-size: 22px; font-weight: 700; color: var(--ink); }
.ps-thanks .big { width: 110px; height: 110px; border-radius: 50%; background: var(--ok); display: grid; place-items: center; }
.ps-thanks .big svg { width: 60px; height: 60px; color: #fff; }
.ps-thanks small { font-size: 16px; font-weight: 400; color: var(--muted); }
.slabel { position: absolute; font-size: 32px; font-weight: 500; color: var(--wash-ink); text-align: center; width: 460px; will-change: transform, opacity; }
.msf { position: absolute; width: 460px; height: 460px; }
.msf .av { position: absolute; width: 82px; height: 82px; margin: -41px 0 0 -41px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 26px; box-shadow: 0 10px 20px -8px rgba(16, 44, 84, .35); border: 4px solid #fff; will-change: transform, opacity; }
.msf .me { width: 132px; height: 132px; margin: -66px 0 0 -66px; font-size: 38px; background: linear-gradient(180deg, var(--az-now-1), var(--brand)); }
.msf svg { position: absolute; inset: 0; overflow: visible; }
.msf .count { position: absolute; left: 0; right: 0; bottom: -64px; text-align: center; font-size: 26px; color: var(--muted); }
.msf .count b { color: var(--ink); font-size: 30px; }
.report {
    position: absolute; width: 520px; height: 700px; background: #fbfdfe; border-radius: 10px; overflow: hidden;
    box-shadow: var(--shadow-lg); will-change: transform, opacity;
}
.rep-mast { height: 150px; background: linear-gradient(120deg, var(--rep-deep), var(--rep-brand)); color: #fff; padding: 28px 30px; position: relative; }
.rep-mast small { font-size: 15px; letter-spacing: 2.5px; opacity: .85; text-transform: uppercase; }
.rep-mast div { font-size: 34px; font-weight: 700; margin-top: 8px; line-height: 1.1; }
.rep-mast img { position: absolute; right: 26px; top: 28px; width: 56px; height: 56px; }
.rep-body { padding: 22px 30px; }
.rq { font-size: 17px; font-weight: 700; color: #1b2a38; margin: 14px 0 8px; }
.rb { display: flex; align-items: center; gap: 12px; margin: 6px 0; font-size: 13px; color: #6b7f90; }
.rb span:first-child { width: 86px; text-align: right; flex: none; }
.rb .tr { flex: 1; height: 13px; background: var(--rep-track); border-radius: 3px; position: relative; overflow: hidden; }
.rb .tr i { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 3px; transform-origin: 0 50%; will-change: transform; }
.rb b { width: 40px; font-size: 13px; color: #1b2a38; }
.db { display: flex; align-items: center; gap: 14px; margin: 16px 0; font-size: 14px; color: #3d5568; }
.db span { width: 150px; flex: none; }
.db .dt { flex: 1; height: 26px; position: relative; }
.db .dt::before { content: ""; position: absolute; left: 0; right: 0; top: 12px; height: 2px; background: #e2eaf1; }
.db .dl { position: absolute; top: 11px; height: 4px; background: #cfe6f7; transform-origin: 0 50%; }
.db .dp { position: absolute; top: 5px; width: 16px; height: 16px; margin-left: -8px; border-radius: 50%; }

/* ---------- S5 mobile ---------- */
.app-scr-head { padding: 58px 22px 14px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #e6ebf1; }
.app-scr-head .wm { font-size: 22px; color: var(--brand); letter-spacing: -.3px; }
.app-scr-head .wm b { font-weight: 700; }
.app-scr-head .yr { background: linear-gradient(180deg, var(--az-now-1), var(--az-now-2)); color: #fff; border-radius: 12px; padding: 4px 10px; font-size: 13px; font-weight: 500; }
.m-body { padding: 18px 20px; }
.m-title { font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.m-lab { font-size: 12px; letter-spacing: 1.2px; color: var(--muted); font-weight: 500; margin: 14px 0 8px; }
.m-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.m-chips span { border: 1.5px solid #d4dce6; border-radius: 16px; padding: 6px 12px; font-size: 14px; color: #2b3440; background: #fff; }
.m-chips span.on { border-color: var(--brand-2); background: var(--wash); color: var(--brand); font-weight: 500; }
.m-field { border: 1.5px solid #d4dce6; border-radius: 10px; padding: 11px 12px; font-size: 16px; background: #fff; min-height: 46px; color: var(--ink); }
.m-field.focus { border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(42, 120, 214, .15); }
.m-row { display: flex; gap: 10px; }
.m-row > div { flex: 1; }
.m-photo { margin-top: 14px; border: 1.5px dashed #b9c6d4; border-radius: 10px; height: 64px; display: flex; align-items: center; gap: 10px; padding: 0 12px; font-size: 15px; color: var(--brand); font-weight: 500; position: relative; background: #fff; }
.m-photo .thumb { width: 44px; height: 44px; border-radius: 6px; background: linear-gradient(135deg, #fef3c7, #fcd34d); position: relative; overflow: hidden; }
.m-photo .thumb::after { content: ""; position: absolute; left: 8px; right: 8px; top: 10px; height: 4px; background: rgba(146, 64, 14, .5); box-shadow: 0 9px 0 rgba(146, 64, 14, .35), 0 18px 0 rgba(146, 64, 14, .25); }
.m-save { margin-top: 18px; height: 54px; border-radius: 12px; background: var(--brand-2); color: #fff; font-weight: 700; font-size: 18px; display: grid; place-items: center; position: relative; overflow: hidden; }
.m-save .done { position: absolute; inset: 0; background: var(--ok); display: flex; align-items: center; justify-content: center; gap: 10px; }
.m-save .done svg { width: 24px; height: 24px; }
.tap { position: absolute; width: 70px; height: 70px; margin: -35px 0 0 -35px; border-radius: 50%; background: rgba(42, 120, 214, .28); border: 3px solid rgba(255, 255, 255, .9); z-index: 20; }
.store { display: inline-flex; align-items: center; gap: 14px; background: #121821; color: #fff; border-radius: 16px; padding: 14px 26px 14px 20px; font-size: 28px; font-weight: 500; }
.store svg { width: 30px; height: 30px; }
.floatcard { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md); padding: 18px 22px; display: flex; align-items: center; gap: 14px; font-size: 22px; font-weight: 500; color: var(--ink); white-space: nowrap; will-change: transform, opacity; }
.floatcard .fi { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; color: #fff; }
.floatcard .fi svg { width: 26px; height: 26px; }
.floatcard small { display: block; font-size: 15px; font-weight: 400; color: var(--muted); }

/* ---------- S6 people ---------- */
.pcard { position: absolute; width: 420px; background: #fff; border-radius: 22px; box-shadow: var(--shadow-md); padding: 34px 30px 30px; text-align: center; will-change: transform, opacity; }
.pcard .pav { width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; color: #fff; font-size: 46px; font-weight: 700; }
.pcard .pn { font-size: 30px; font-weight: 700; color: var(--ink); }
.pcard .pr { font-size: 22px; color: var(--muted); margin-top: 4px; }
.pcard .ptag { position: absolute; right: -22px; top: -22px; background: var(--ok); color: #fff; border-radius: 999px; padding: 12px 22px; font-size: 26px; font-weight: 700; box-shadow: var(--shadow-sm); will-change: transform; }
.rec { position: absolute; width: 560px; height: 380px; border-radius: 20px; overflow: hidden; background: #0f1a2a; box-shadow: var(--shadow-lg); will-change: transform, opacity; }
.rec .vid { position: absolute; inset: 0; background: linear-gradient(160deg, #2c4a6e 0%, #1b2d45 60%, #14233a 100%); }
.rec .desk { position: absolute; left: 0; right: 0; bottom: 0; height: 110px; background: linear-gradient(180deg, #5b4636, #47372b); }
.rec .per { position: absolute; bottom: 90px; width: 150px; height: 190px; }
.rec .per .hd { position: absolute; left: 45px; top: 0; width: 60px; height: 60px; border-radius: 50%; }
.rec .per .bd { position: absolute; left: 0; top: 66px; width: 150px; height: 130px; border-radius: 70px 70px 10px 10px; }
.rec .bar { position: absolute; left: 0; right: 0; bottom: 0; height: 64px; background: rgba(8, 14, 24, .78); display: flex; align-items: center; padding: 0 22px; gap: 14px; color: #fff; font-size: 20px; font-weight: 500; }
.rec .dot { width: 18px; height: 18px; border-radius: 50%; background: #ef4444; }
.rec .wave { display: flex; gap: 4px; align-items: center; height: 36px; margin-left: auto; }
.rec .wave i { width: 5px; height: 30px; border-radius: 3px; background: rgba(255, 255, 255, .8); display: block; transform-origin: 50% 50%; }
.rec .tagrec { position: absolute; left: 20px; top: 18px; background: rgba(8, 14, 24, .6); color: #fff; border-radius: 8px; padding: 6px 12px; font-size: 16px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.vthumb { position: absolute; width: 220px; height: 150px; border-radius: 14px; overflow: hidden; background: linear-gradient(160deg, #2c4a6e, #14233a); box-shadow: var(--shadow-md); will-change: transform, opacity; }
.vthumb .play { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; margin: -29px 0 0 -29px; border-radius: 50%; background: rgba(255, 255, 255, .92); display: grid; place-items: center; }
.vthumb .play svg { width: 24px; height: 24px; color: var(--brand); margin-left: 4px; }
.vthumb .lock { position: absolute; right: 10px; top: 10px; width: 34px; height: 34px; border-radius: 50%; background: var(--ok); display: grid; place-items: center; }
.vthumb .lock svg { width: 18px; height: 18px; color: #fff; }

/* ---------- S7 price ---------- */
.pricecard { position: absolute; width: 640px; background: #fff; border-radius: 28px; box-shadow: var(--shadow-lg); padding: 44px 50px 40px; will-change: transform, opacity; }
.pricecard .pk { font-size: 24px; font-weight: 500; color: var(--brand); letter-spacing: .5px; }
.pricecard .pp { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 8px; }
.pricecard .pp b { font-size: 132px; font-weight: 700; letter-spacing: -4px; color: var(--ink); line-height: 1; }
.pricecard .pp span { font-size: 34px; color: var(--muted); }
.pricecard hr { border: 0; height: 1px; background: var(--line); margin: 22px 0 18px; }
.pli { display: flex; align-items: center; gap: 16px; font-size: 27px; color: #2b3440; padding: 9px 0; will-change: transform, opacity; }
.pli .ck { width: 38px; height: 38px; border-radius: 50%; background: var(--ok-wash); color: var(--ok); display: grid; place-items: center; flex: none; }
.pli .ck svg { width: 22px; height: 22px; }
.pli.hi { font-weight: 700; color: var(--ink); }
.ribbon { position: absolute; left: 0; top: 0; background: linear-gradient(90deg, #f59e0b, #f97316); color: #fff; font-weight: 700; font-size: 34px; padding: 18px 40px; border-radius: 14px; box-shadow: 0 20px 40px -16px rgba(194, 65, 12, .55); white-space: nowrap; will-change: transform, opacity; }
.xchip { position: absolute; background: #fff; border-radius: 14px; padding: 16px 24px; font-size: 26px; color: #6b7280; box-shadow: var(--shadow-sm); white-space: nowrap; will-change: transform, opacity; }
.xchip .strike { position: absolute; left: 12px; right: 12px; top: 50%; height: 4px; margin-top: -2px; background: var(--danger); border-radius: 2px; transform-origin: 0 50%; }

/* ---------- S8 end card ---------- */
#s8-bg { background: radial-gradient(ellipse 80% 90% at 50% 45%, #2a86e0 0%, #1c5cab 55%, #123a6e 100%); }
#s8 .wordmark { color: #fff; }
.cta { position: absolute; left: 0; top: 0; background: #fff; color: var(--brand); font-weight: 700; font-size: 38px; padding: 26px 54px; border-radius: 999px; box-shadow: 0 30px 60px -20px rgba(4, 20, 50, .55); white-space: nowrap; overflow: hidden; will-change: transform, opacity; }
.cta .shine { position: absolute; top: -20px; bottom: -20px; width: 120px; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(42, 150, 230, .28), rgba(255, 255, 255, 0)); transform: skewX(-20deg); }
.url { position: absolute; font-size: 40px; font-weight: 500; color: #fff; letter-spacing: 1px; will-change: transform, opacity; }

/* ---------- player controls ---------- */
.gp-ui { position: absolute; inset: 0; pointer-events: none; font-family: "GPUbuntu", system-ui, sans-serif; }
.gp-ui button { pointer-events: auto; font-family: inherit; cursor: pointer; }
.gp-sound {
    position: absolute; left: 2.2%; bottom: 4%;
    display: inline-flex; align-items: center; gap: .55em;
    border: 0; border-radius: 999px;
    background: rgba(15, 30, 52, .78); color: #fff;
    font-size: clamp(11px, 1.35vw, 17px); font-weight: 500;
    padding: .7em 1.15em .7em .95em;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    transition: opacity .3s, transform .2s;
}
.gp-sound:hover { transform: scale(1.04); background: rgba(28, 92, 171, .92); }
.gp-sound svg { width: 1.3em; height: 1.3em; }
.gp-sound .bars i { display: inline-block; width: .16em; margin: 0 .05em; background: #fff; border-radius: 1px; animation: gpbar 1s ease-in-out infinite; }
.gp-sound .bars i:nth-child(2) { animation-delay: -.3s; }
.gp-sound .bars i:nth-child(3) { animation-delay: -.6s; }
@keyframes gpbar { 0%, 100% { height: .35em; } 50% { height: 1em; } }
.gp-ctrls { position: absolute; right: 2.2%; bottom: 4%; display: flex; gap: .5em; opacity: 0; transition: opacity .3s; font-size: clamp(11px, 1.35vw, 17px); }
.gp-player:hover .gp-ctrls, .gp-player:focus-within .gp-ctrls, .gp-player.paused .gp-ctrls { opacity: 1; }
.gp-ctrls button { width: 2.6em; height: 2.6em; border-radius: 50%; border: 0; background: rgba(15, 30, 52, .78); color: #fff; display: grid; place-items: center; backdrop-filter: blur(6px); }
.gp-ctrls button:hover { background: rgba(28, 92, 171, .92); }
.gp-ctrls svg { width: 1.2em; height: 1.2em; }
.gp-prog { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(15, 30, 52, .15); opacity: 0; transition: opacity .3s; }
.gp-player:hover .gp-prog { opacity: 1; }
.gp-prog i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--az); transform-origin: 0 50%; transform: scaleX(0); }
.gp-big {
    position: absolute; left: 50%; top: 50%; width: 5.2em; height: 5.2em; margin: -2.6em 0 0 -2.6em;
    border-radius: 50%; border: 0; background: rgba(255, 255, 255, .95); color: var(--brand);
    display: none; place-items: center; font-size: clamp(12px, 1.6vw, 20px);
    box-shadow: 0 20px 50px -10px rgba(4, 20, 50, .5);
}
.gp-big svg { width: 2em; height: 2em; margin-left: .25em; }
.gp-player.paused .gp-big { display: grid; }
.gp-player.render .gp-ui { display: none; }
:focus-visible { outline: 3px solid var(--az); outline-offset: 2px; }

.yband.old { background: linear-gradient(180deg, #e0f0fb, #cbe6f9); color: #173a5c; height: 56px; font-size: 21px; }
.yband.old .dots { display: flex; gap: 6px; margin-left: 14px; }
.yband.old .dots i { width: 12px; height: 12px; border-radius: 50%; background: var(--ok); display: block; }
.yband.old .alloc { border-color: #9cc0dd; color: #173a5c; }

/* keyboard and screen reader route to the end card's link (the stage itself is decorative) */
.gp-skip { position: absolute; left: -9999px; top: auto; pointer-events: auto; }
.gp-skip:focus { left: 2.2%; top: 4%; background: #fff; color: var(--brand); padding: .6em 1em; border-radius: 999px; font-weight: 700; font-size: clamp(11px, 1.35vw, 17px); z-index: 5; }
.cta:hover { background: #f2f8fd; }
.gp-player.ended .gp-big { display: none; }
.gp-player.ended .gp-ctrls { opacity: 1; }
