/* Voost Vision, prezentarea animată. Scena are 1920×1080 și se scalează în fereastră.
   Toată mișcarea vine din film.js, cadru cu cadru, în funcție de timp (fără tranziții CSS),
   ca filmul să poată fi derulat înapoi și randat identic în MP4. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0a0a0a;
  --white: #f5f5f0;
  --cream: #f5f4f0;
  --accent: #fb7e3c;
  --accent-rgb: 251, 126, 60;
  --accent-light: #ffa06a;
  --accent-deep: #d9531f;
  --muted: rgba(255, 255, 255, .55);
  --disp: "Inter Tight", "Inter", system-ui, sans-serif;
  --title: "Sora", "Inter Tight", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

html, body { height: 100%; background: #000; color: var(--white); overflow: hidden; font-family: var(--body); -webkit-font-smoothing: antialiased; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { display: block; }

.viewport { position: fixed; inset: 0; overflow: hidden; background: #000; }
.stage { position: absolute; left: 50%; top: 50%; width: 1920px; height: 1080px; margin: -540px 0 0 -960px; background: var(--black); overflow: hidden; transform-origin: 50% 50%; contain: strict; }

/* ---------- utilitare ---------- */
.mask { display: block; clip-path: inset(-.05em -100% 0 -100%); padding: .14em 0 .1em; margin: -.14em 0 -.1em; }
.line { display: block; will-change: transform; }
.scene { position: absolute; inset: 0; visibility: hidden; }
.ch { display: inline-block; white-space: pre; will-change: transform; }

/* ---------- fundal ---------- */
.bg-glow { position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, rgba(255, 255, 255, .10), rgba(var(--accent-rgb), .06) 30%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 100% 100%, rgba(var(--accent-rgb), .07), transparent 70%); }
.arc-box { position: absolute; inset: 0; pointer-events: none; will-change: transform, opacity; }
.arc { position: absolute; inset: 0; isolation: isolate; transform: translateY(-45%) scaleY(1.25); }
.arc i { position: absolute; inset: 0; border-radius: 100%; }
.arc .a1 { transform: scale(1.32); background: #fff; box-shadow: 0 -4px 25px 2px rgba(255, 255, 255, .9), 0 0 60px 10px rgba(var(--accent-rgb), .35); }
.arc .a2 { transform: scale(1.2); background: #ffd0b0; filter: blur(31px); }
.arc .a3 { transform: scale(1.24); background: var(--accent); filter: blur(21px); }
.arc .a4 { transform: scale(1.15); background: #0a0a0a; filter: blur(40px); }

#gl { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* ---------- S1 hero ---------- */
.hero-title { position: absolute; left: 0; right: 0; top: 214px; display: flex; flex-direction: column; align-items: center; font-family: var(--disp); font-weight: 900; text-transform: uppercase; }
.hero-title .line, .out-title .line { font-size: 176px; line-height: 1; letter-spacing: -.035em; color: var(--white); }
.line.italic { font-style: italic; background: linear-gradient(90deg, #fff 0% 16%, #cecece 36%, #787878 66%, #3a3a3a); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; padding: 0 .3em; margin: 0 -.3em; }
.hero-sub { position: absolute; left: 0; right: 0; top: 600px; text-align: center; font-family: var(--body); font-weight: 600; font-size: 44px; letter-spacing: -.01em; line-height: 1.2; }
.hero-sub .lead { color: var(--white); }
.cycle { position: relative; height: 62px; margin-top: 4px; }
.cy { position: absolute; left: 0; right: 0; top: 0; clip-path: inset(-.05em -100% 0 -100%); padding: .1em 0; color: rgba(245, 245, 240, .72); }

/* ---------- S2 pin ---------- */
.pin { position: absolute; left: 0; top: 0; width: 0; height: 0; }
.pin .dot { position: absolute; left: -9px; top: -9px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .9), 0 0 40px 12px rgba(var(--accent-rgb), .7); }
.pin .ring { position: absolute; left: -60px; top: -60px; width: 120px; height: 120px; border-radius: 50%; border: 2px solid rgba(var(--accent-rgb), .9); }
.pin .stem { position: absolute; left: -1px; bottom: 16px; width: 2px; height: 210px; background: linear-gradient(to top, rgba(var(--accent-rgb), 1), rgba(255, 255, 255, .9)); transform-origin: 50% 100%; }
.pin-card { position: absolute; left: 34px; bottom: 150px; white-space: nowrap; }
.pin-kicker { font-family: var(--mono); font-size: 18px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-light); }
.pin-city { font-family: var(--disp); font-weight: 900; font-size: 120px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; color: var(--white); margin-top: 6px; }
.pin-coord { font-family: var(--mono); font-size: 20px; letter-spacing: .08em; color: rgba(255, 255, 255, .7); margin-top: 14px; min-height: 26px; }
.pin-coord .cur { display: inline-block; width: 11px; height: 22px; margin-left: 3px; vertical-align: -4px; background: var(--accent); }

/* ---------- S3 Maine Coon ---------- */
.mc-3d { position: absolute; inset: 0; perspective: 2400px; perspective-origin: 30% 50%; }
.browser { position: absolute; left: 400px; top: 170px; width: 1120px; height: 740px; transform-origin: 50% 50%; will-change: transform; }
.b-bar { position: absolute; left: 0; right: 0; top: 0; height: 40px; background: #1b1b1b; border: 1px solid rgba(255, 255, 255, .09); border-bottom: 0; border-radius: 14px 14px 0 0; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.b-bar i { width: 11px; height: 11px; border-radius: 50%; background: #3a3a3a; }
.b-bar i:nth-child(1) { background: #ff5f57; } .b-bar i:nth-child(2) { background: #febc2e; } .b-bar i:nth-child(3) { background: #28c840; }
.b-url { margin: 0 auto; transform: translateX(-30px); display: inline-flex; align-items: center; gap: 8px; height: 26px; padding: 0 16px; border-radius: 8px; background: rgba(255, 255, 255, .06); font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .75); }
.b-url svg { width: 12px; height: 12px; color: rgba(255, 255, 255, .6); }
.b-img { position: absolute; left: 0; top: 40px; width: 1120px; height: 700px; object-fit: cover; box-shadow: 0 40px 120px rgba(0, 0, 0, .6); }
.phone { position: absolute; left: 0; top: 0; width: 318px; height: 668px; padding: 9px; border-radius: 52px; background: linear-gradient(145deg, #2a2a2a, #0d0d0d 40%, #1c1c1c); box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 50px 120px rgba(0, 0, 0, .7), inset 0 0 0 2px rgba(255, 255, 255, .04); will-change: transform; }
.phone-screen { width: 100%; height: 100%; border-radius: 44px; overflow: hidden; background: #000; }
.phone-screen img { width: 100%; height: auto; }
.phone-notch { position: absolute; left: 50%; top: 20px; width: 96px; height: 28px; margin-left: -48px; border-radius: 20px; background: #000; }
.mc-copy { position: absolute; left: 1150px; top: 176px; width: 700px; }
.kicker { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 17px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .2), 0 0 16px rgba(61, 220, 132, .8); }
.mc-title { margin-top: 18px; font-family: var(--disp); font-weight: 900; text-transform: uppercase; }
.mc-title .line { font-size: 112px; line-height: .98; letter-spacing: -.035em; }
.stats { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 44px; row-gap: 34px; }
.stat { position: relative; padding-top: 22px; }
.stat .rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(255, 255, 255, .22); transform-origin: 0 50%; }
.stat .num { font-family: var(--disp); font-weight: 900; font-size: 86px; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; background: linear-gradient(180deg, #fff 30%, #bdbdbd); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat p { margin-top: 10px; font-size: 21px; font-weight: 600; color: var(--white); line-height: 1.25; }
.stat small { display: block; margin-top: 4px; font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, .5); }
.src { margin-top: 38px; font-family: var(--mono); font-size: 15px; letter-spacing: .06em; color: rgba(255, 255, 255, .45); }

/* ---------- S4 reel ---------- */
.reel-head { position: absolute; left: 110px; top: 118px; z-index: 2; }
.reel-title { font-family: var(--disp); font-weight: 900; font-size: 150px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.reel-title sup { font-family: var(--mono); font-weight: 400; font-size: 26px; letter-spacing: 0; vertical-align: top; margin-left: 12px; position: relative; top: 18px; color: var(--accent-light); }
.reel-view { position: absolute; inset: 0; perspective: 2805px; perspective-origin: 50% 48%; }
.reel-scene { position: absolute; left: 50%; top: 52%; width: 0; height: 0; transform-style: preserve-3d; will-change: transform; }
.r-card { position: absolute; left: -440px; top: -275px; width: 880px; height: 550px; border-radius: 18px; overflow: hidden; backface-visibility: hidden; background: #111; box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 40px 100px rgba(0, 0, 0, .55); }
.r-card img { width: 100%; height: 100%; object-fit: cover; }
.r-card .shade { position: absolute; inset: 0; background: #0a0a0a; }
.reel-caption { position: absolute; left: 110px; right: 110px; bottom: 96px; height: 142px; z-index: 2; clip-path: inset(-12px -60px 0 -60px); }
.cap { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; }
.cap .mask { padding-bottom: .12em; }
.cap-name { font-family: var(--disp); font-weight: 900; font-size: 64px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.cap-desc { margin-top: 12px; font-size: 22px; color: rgba(255, 255, 255, .7); }
.cap-tag { display: inline-block; margin-left: 16px; padding: 7px 14px; border-radius: 100px; font-family: var(--mono); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; vertical-align: 6px; border: 1px solid rgba(var(--accent-rgb), .45); color: var(--accent-light); background: rgba(var(--accent-rgb), .08); }
.cap-tag.live { border-color: rgba(61, 220, 132, .45); color: #7ef0ae; background: rgba(61, 220, 132, .08); }
.cap-idx { font-family: var(--mono); font-size: 18px; letter-spacing: .14em; color: var(--accent-light); margin-bottom: 14px; }

/* ---------- S5 statement ---------- */
.st-a { position: absolute; left: 0; right: 0; top: 262px; text-align: center; }
.st-line { font-family: var(--disp); font-weight: 900; font-size: 172px; line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.strike { position: relative; display: inline-block; color: rgba(245, 245, 240, .9); }
.strike i { position: absolute; left: -2%; right: -2%; top: 50%; height: 16px; margin-top: -4px; background: var(--accent); border-radius: 8px; transform-origin: 0 50%; box-shadow: 0 0 30px rgba(var(--accent-rgb), .6); }
.mask:has(> .st-small) { position: relative; top: 30px; }
.st-small { font-family: var(--title); font-weight: 600; font-size: 40px; color: rgba(255, 255, 255, .6); letter-spacing: -.01em; }
.st-b { position: absolute; left: 130px; top: 250px; }
.st-line.sm { font-size: 106px; line-height: 1.02; }
.st-line.accent, .sk-title.accent { background: linear-gradient(135deg, var(--accent-light), var(--accent) 50%, var(--accent-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .1em; }
.lock { position: absolute; left: 1336px; top: 96px; width: 440px; height: 900px; will-change: transform; }
.lock-waves i { position: absolute; inset: 0; border-radius: 64px; border: 2px solid rgba(var(--accent-rgb), .75); box-shadow: 0 0 24px rgba(var(--accent-rgb), .35); opacity: 0; }
.lock-body { position: absolute; inset: 0; border-radius: 64px; padding: 12px; background: linear-gradient(145deg, #2c2c2c, #0e0e0e 40%, #1d1d1d); box-shadow: 0 0 0 1px rgba(255, 255, 255, .14), 0 60px 140px rgba(0, 0, 0, .8); }
.lock-body::before { content: ""; position: absolute; inset: 12px; border-radius: 54px; background: radial-gradient(ellipse 90% 60% at 50% 100%, rgba(var(--accent-rgb), .55), rgba(var(--accent-rgb), .12) 45%, transparent 70%), radial-gradient(ellipse 70% 50% at 20% 10%, rgba(255, 255, 255, .08), transparent 60%), #0b0b0c; }
.lock-body::after { content: ""; position: absolute; left: 50%; top: 30px; width: 118px; height: 34px; margin-left: -59px; border-radius: 20px; background: #000; }
.lock-time { position: relative; text-align: center; padding-top: 104px; font-family: var(--disp); font-weight: 800; font-size: 104px; line-height: 1; letter-spacing: -.03em; color: rgba(255, 255, 255, .95); }
.lock-time small { display: block; margin-top: 10px; font-family: var(--body); font-size: 20px; font-weight: 500; letter-spacing: 0; color: rgba(255, 255, 255, .75); }
.notifs { position: absolute; left: 26px; right: 26px; top: 318px; }
.nt { position: absolute; left: 0; right: 0; top: 0; display: flex; gap: 14px; padding: 16px 18px; border-radius: 26px; background: rgba(58, 58, 60, .82); box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08); will-change: transform, opacity; }
.nt-ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--accent-light), var(--accent-deep)); display: grid; place-items: center; }
.nt-ic svg { width: 26px; height: 26px; }
.nt-t { flex: 1; min-width: 0; }
.nt-app { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.nt-app span:last-child { text-transform: none; letter-spacing: 0; font-weight: 500; }
.nt-h { margin-top: 3px; font-size: 19px; font-weight: 700; color: #fff; }
.nt-b { margin-top: 1px; font-size: 17px; color: rgba(255, 255, 255, .82); line-height: 1.3; }

/* ---------- S6 servicii ---------- */
.svc-head { position: absolute; left: 110px; top: 96px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 18px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.eyebrow::before { content: "✦"; color: var(--accent); font-size: 16px; }
.svc-title { font-family: var(--disp); font-weight: 900; font-size: 176px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; margin-top: 4px; }
.svc-list { position: absolute; left: 110px; right: 110px; top: 396px; }
.svc-row { position: absolute; left: 0; right: 0; height: 172px; }
.svc-row .rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(255, 255, 255, .16); transform-origin: 0 50%; }
.svc-row .hl { position: absolute; left: 0; right: 0; top: 1px; bottom: 0; background: linear-gradient(90deg, rgba(var(--accent-rgb), .16), rgba(var(--accent-rgb), .03) 60%, transparent); opacity: 0; }
.svc-row .bar { position: absolute; left: 0; top: 1px; bottom: 0; width: 4px; background: var(--accent); transform-origin: 50% 0; }
.svc-num { position: absolute; left: 28px; top: 34px; font-family: var(--mono); font-size: 18px; color: rgba(255, 255, 255, .55); }
.svc-name-wrap { position: absolute; left: 120px; top: 30px; }
.svc-name { font-family: var(--disp); font-weight: 900; font-size: 70px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; white-space: nowrap; }
.mask:has(> .svc-price) { position: relative; top: 12px; }
.svc-price { font-size: 21px; color: rgba(255, 255, 255, .6); white-space: nowrap; }
.svc-price b { color: var(--white); font-weight: 700; }
.svc-hd { position: absolute; left: 930px; top: 44px; width: 500px; font-family: var(--title); font-weight: 600; font-size: 32px; line-height: 1.2; color: var(--white); letter-spacing: -.01em; }
.svc-thumb { position: absolute; right: 24px; top: 20px; width: 212px; height: 132px; border-radius: 12px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 20px 50px rgba(0, 0, 0, .5); }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.svc-foot { position: absolute; left: 110px; right: 110px; top: 950px; display: flex; gap: 56px; font-size: 22px; font-weight: 500; color: rgba(255, 255, 255, .8); }
.svc-foot span { display: flex; align-items: center; gap: 12px; }
.svc-foot span::before { content: "✦"; color: var(--accent); font-size: 16px; }

/* ---------- S7 schița ---------- */
.sk-head { position: absolute; left: 110px; top: 128px; }
.sk-title { font-family: var(--disp); font-weight: 900; font-size: 172px; line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.sk-price { position: absolute; right: 110px; top: 236px; width: 760px; height: 330px; }
.roll { position: absolute; right: 168px; top: 0; height: 220px; overflow: hidden; clip-path: inset(0 -40px 0 -200px); }
.roll-strip { will-change: transform; }
.roll-v { height: 220px; font-family: var(--disp); font-weight: 900; font-size: 220px; line-height: 220px; letter-spacing: -.045em; text-align: right; white-space: nowrap; background: linear-gradient(180deg, #fff 35%, #a9a9a9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sk-price .lei { position: absolute; right: 0; top: 94px; font-family: var(--disp); font-weight: 900; font-size: 104px; line-height: 1; letter-spacing: -.03em; color: rgba(255, 255, 255, .85); }
.sk-note { position: absolute; right: 0; top: 256px; font-family: var(--mono); font-size: 19px; letter-spacing: .08em; color: rgba(255, 255, 255, .6); text-transform: uppercase; white-space: nowrap; }
.steps { position: absolute; left: 110px; right: 110px; top: 760px; height: 200px; }
.steps .track { position: absolute; left: 0; right: 425px; top: 60px; height: 2px; background: rgba(255, 255, 255, .12); }
.steps .track i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: linear-gradient(90deg, var(--accent-deep), var(--accent), var(--accent-light)); transform-origin: 0 50%; }
.steps .track b { position: absolute; top: -9px; left: 0; width: 20px; height: 20px; margin-left: -10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .5), 0 0 30px 8px rgba(var(--accent-rgb), .6); }
.step { position: absolute; top: 0; width: 400px; }
.step .node { position: absolute; left: 0; top: 52px; width: 18px; height: 18px; margin-left: -9px; border-radius: 50%; background: #0a0a0a; border: 2px solid rgba(255, 255, 255, .3); }
.step .node.on { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 20px rgba(var(--accent-rgb), .8); }
.step .n { font-family: var(--mono); font-size: 16px; letter-spacing: .12em; color: var(--accent-light); }
.step .tm { position: relative; top: 60px; }
.step .t { font-family: var(--title); font-weight: 600; font-size: 28px; line-height: 1.15; color: var(--white); }

/* ---------- S8 testimonial ---------- */
.q-mark { position: absolute; left: 164px; top: -92px; font-family: var(--disp); font-weight: 900; font-size: 380px; line-height: 1; color: var(--accent); text-shadow: 0 0 80px rgba(var(--accent-rgb), .45); }
.q-text { position: absolute; left: 180px; top: 356px; width: 1560px; font-family: var(--title); font-weight: 600; font-size: 84px; line-height: 1.12; letter-spacing: -.025em; }
.q-text .w { display: inline-block; will-change: transform, opacity, filter; }
.q-who { position: absolute; left: 180px; top: 780px; display: flex; align-items: center; gap: 24px; }
.q-av { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; font-family: var(--disp); font-weight: 900; font-size: 26px; color: var(--black); background: linear-gradient(135deg, var(--accent-light), var(--accent-deep)); }
.q-who b { display: block; font-family: var(--disp); font-weight: 900; font-size: 34px; text-transform: uppercase; letter-spacing: -.01em; }
.q-who small { display: block; margin-top: 4px; font-size: 20px; color: rgba(255, 255, 255, .6); }

/* ---------- S9 final ---------- */
.out-center { position: absolute; left: 0; right: 0; top: 118px; display: flex; flex-direction: column; align-items: center; }
.out-mark { width: 96px; height: 78px; }
.out-title { margin-top: 18px; display: flex; flex-direction: column; align-items: center; font-family: var(--disp); font-weight: 900; text-transform: uppercase; }
.out-tag { margin-top: 26px; font-size: 42px; font-weight: 600; letter-spacing: -.01em; color: var(--white); text-align: center; }
.out-tag em { font-style: normal; color: rgba(245, 245, 240, .6); }
.out-cta { position: relative; margin-top: 40px; display: inline-flex; align-items: center; gap: 16px; padding: 24px 46px; border-radius: 100px; overflow: hidden; background: #f2f2ed; color: var(--black); font-size: 20px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 20px 60px rgba(0, 0, 0, .45); }
.cta-fill { position: absolute; inset: 0; background: linear-gradient(135deg, var(--accent-light), var(--accent) 52%, var(--accent-deep)); transform-origin: 0 50%; }
.cta-txt, .cta-arrow { position: relative; }
.cta-arrow { font-size: 22px; }
.out-contact { margin-top: 34px; display: flex; gap: 40px; font-family: var(--mono); font-size: 19px; letter-spacing: .08em; color: rgba(255, 255, 255, .8); }
.mk-a { fill: #f8f3ee; } .mk-b { fill: url(#tg); }

/* ---------- rama ---------- */
.frame { position: absolute; inset: 0; pointer-events: none; }
.brand { position: absolute; left: 56px; top: 46px; display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 28px; }
.brand-word { font-family: var(--disp); font-weight: 900; font-size: 22px; letter-spacing: .03em; text-transform: uppercase; line-height: 1; }
.chapter { position: absolute; right: 56px; top: 50px; display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.ch-num { color: var(--accent-light); font-weight: 400; }
.ch-mask { position: relative; width: 420px; height: 22px; clip-path: inset(0 0 0 0); padding: 0; margin: 0; }
.ch-name { position: absolute; right: 0; top: 0; line-height: 22px; white-space: nowrap; will-change: transform; }
.corner { position: absolute; bottom: 42px; font-family: var(--mono); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.corner.bl { left: 56px; } .corner.br { right: 56px; font-variant-numeric: tabular-nums; }

.vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 75% 75% at 50% 50%, transparent 55%, rgba(0, 0, 0, .5) 100%); }
.grain { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .07; mix-blend-mode: overlay; }
.flash { position: absolute; inset: 0; pointer-events: none; background: #fff; opacity: 0; }

/* ---------- S0 cortina ---------- */
.curtain { position: absolute; inset: 0; background: var(--cream); overflow: hidden; will-change: transform; }
.curtain-inner { position: absolute; inset: 0; will-change: transform; }
.lockup { position: absolute; left: 0; top: 0; height: 138px; display: flex; align-items: center; gap: 50px; transform-origin: 0 0; will-change: transform; }
.lk-mark { width: 170px; height: 138px; flex: none; overflow: visible; }
.lk-a { fill: #0a0a0a; stroke: #0a0a0a; }
.lk-b { fill: url(#tg); stroke: #ef5b2a; }
.lk-word { display: block; font-family: var(--disp); font-weight: 900; font-size: 110px; letter-spacing: .03em; text-transform: uppercase; line-height: 1; color: #0a0a0a; white-space: nowrap; clip-path: inset(-.1em -.2em 0 -.2em); }
.lk-sub { position: absolute; left: 0; right: 0; top: 700px; display: flex; justify-content: center; gap: 28px; font-family: var(--mono); font-size: 18px; letter-spacing: .3em; text-transform: uppercase; color: rgba(10, 10, 10, .55); }
.fade-black { position: absolute; inset: 0; background: #000; opacity: 0; pointer-events: none; }

/* ---------- controale ---------- */
.ui { position: fixed; inset: 0; pointer-events: none; z-index: 10; }
.start { pointer-events: auto; position: absolute; left: 50%; top: 76%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 22px; padding: 18px 34px 18px 18px; border-radius: 100px; background: rgba(20, 20, 20, .72); border: 1px solid rgba(var(--accent-rgb), .3); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0, 0, 0, .6); transition: opacity .4s, transform .4s; }
.start:hover { border-color: rgba(var(--accent-rgb), .7); }
.start-ring { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; color: var(--black); background: linear-gradient(135deg, var(--accent-light), var(--accent) 52%, var(--accent-deep)); box-shadow: 0 0 0 8px rgba(var(--accent-rgb), .15); }
.start-ring svg { width: 30px; height: 30px; margin-left: 4px; }
.start-txt { text-align: left; }
.start-txt b { display: block; font-family: var(--disp); font-weight: 900; font-size: 22px; letter-spacing: .02em; text-transform: uppercase; }
.start-txt small { display: block; margin-top: 4px; font-size: 14px; color: rgba(255, 255, 255, .6); }
.start.gone { opacity: 0; pointer-events: none; transform: translate(-50%, -46%); }
.ctl { pointer-events: auto; position: absolute; left: 50%; bottom: 20px; width: min(760px, calc(100% - 24px)); transform: translateX(-50%); display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 100px; background: rgba(18, 18, 18, .72); border: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: opacity .35s, transform .35s; }
.ui.pre .ctl { display: none; }
.ui.idle .ctl { opacity: 0; transform: translate(-50%, 12px); }
.ui.idle { cursor: none; }
.ib { flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.ib:hover { background: rgba(255, 255, 255, .08); }
.ib svg { width: 20px; height: 20px; }
.ib.off { color: rgba(255, 255, 255, .4); }
.scrub { flex: 1; height: 40px; display: flex; align-items: center; cursor: pointer; }
.scrub-track { position: relative; width: 100%; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .15); }
.scrub-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); transform-origin: 0 50%; }
.scrub-ticks i { position: absolute; top: -3px; width: 2px; height: 10px; margin-left: -1px; border-radius: 2px; background: rgba(255, 255, 255, .35); }
.time { flex: none; font-family: var(--mono); font-size: 13px; color: rgba(255, 255, 255, .7); font-variant-numeric: tabular-nums; min-width: 92px; text-align: center; }
@media (max-width: 600px) { .start { padding: 12px 22px 12px 12px; gap: 14px; } .start-ring { width: 54px; height: 54px; } .start-txt b { font-size: 17px; } .start-txt small { font-size: 12px; } .time { display: none; } }
.render .ui { display: none; }

.phone .bz, .r-card .notch { display: none; }

/* ================= VERTICAL 9:16 (Reels) =================
   Zonele sigure Instagram: sus ~130 px și jos ~350 px sunt acoperite de interfață,
   deci tot ce contează stă între y 140 și 1570. */
.v .stage { width: 1080px; height: 1920px; margin: -960px 0 0 -540px; }
.v .bg-glow { background: radial-gradient(ellipse 90% 45% at 0% 0%, rgba(255, 255, 255, .10), rgba(var(--accent-rgb), .06) 30%, transparent 70%), radial-gradient(ellipse 80% 40% at 100% 100%, rgba(var(--accent-rgb), .08), transparent 70%); }
.v .arc { inset: auto; left: 50%; top: -1903px; width: 2750px; height: 2830px; margin-left: -1375px; transform: none; }
.v .arc .a1 { box-shadow: 0 -8px 60px 6px rgba(255, 255, 255, .9), 0 0 150px 26px rgba(var(--accent-rgb), .35); }
.v .arc .a2 { filter: blur(80px); } .v .arc .a3 { filter: blur(55px); } .v .arc .a4 { filter: blur(100px); }

/* rama */
.v .brand { left: 60px; top: 146px; }
.v .chapter { right: 60px; top: 150px; }
.v .corner { display: none; }

/* intro */
.v .lockup { height: 111px; gap: 40px; }
.v .lk-mark { width: 136px; height: 111px; }
.v .lk-word { font-size: 88px; }
.v .lk-sub { top: 1050px; }

/* hero */
.v .hero-title { top: 548px; }
.v .hero-title .line, .v .out-title .line { font-size: 214px; }
.v .hero-sub { top: 1030px; font-size: 50px; }
.v .cycle { height: 70px; }

/* București */
.v .pin .stem { height: 200px; }
.v .pin-card { left: 0; bottom: 252px; transform: translateX(-50%); text-align: center; }
.v .pin-city { font-size: 124px; }

/* Maine Coon pe telefon */
.v .browser { display: none; }
.v .mc-3d { perspective: 2200px; perspective-origin: 50% 45%; }
.v .phone { left: 280px; top: 370px; width: 520px; height: 1102px; padding: 10px; border-radius: 70px; background: transparent; box-shadow: none; }
.v .phone .bz { display: block; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, #2a2a2a, #0d0d0d 40%, #1c1c1c); box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 60px 140px rgba(0, 0, 0, .75), inset 0 0 0 2px rgba(255, 255, 255, .04); }
.v .phone-screen { border-radius: 60px; }
.v .phone-notch { top: 30px; width: 150px; height: 42px; margin-left: -75px; border-radius: 24px; }
.v .mc-copy { left: 80px; top: 250px; width: 920px; }
.v .mc-title .line { font-size: 108px; }
.v .stats { width: 470px; grid-template-columns: 1fr; row-gap: 22px; margin-top: 60px; }
.v .stat .num { font-size: 80px; }
.v .stat p { font-size: 22px; }
.v .src { width: 470px; font-size: 16px; line-height: 1.5; }

/* reel cu telefoane */
.v .reel-head { left: 70px; top: 230px; }
.v .reel-title { font-size: 136px; }
.v .reel-view { perspective: 2200px; perspective-origin: 50% 52%; }
.v .reel-scene { top: 998px; }
.v .r-card { left: -210px; top: -445px; width: 420px; height: 890px; padding: 8px; border-radius: 56.5px; overflow: visible; background: linear-gradient(145deg, #2a2a2a, #0d0d0d 40%, #1c1c1c); box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 50px 120px rgba(0, 0, 0, .6); }
.v .r-card img { border-radius: 48.5px; object-position: top; }
.v .r-card .notch { display: block; position: absolute; left: 50%; top: 24px; width: 121px; height: 34px; margin-left: -60.5px; border-radius: 20px; background: #000; }
.v .r-card .shade { border-radius: 56.5px; }
.v .reel-caption { left: 70px; right: 70px; top: 396px; bottom: auto; height: 142px; }
.v .cap-name { font-size: 54px; }
.v .cap-tag { font-size: 13px; margin-left: 12px; vertical-align: 5px; }
.v .cap-desc { font-size: 22px; }

/* declarația + telefonul cu notificări */
.v .st-a { top: 470px; }
.v .st-line { font-size: 136px; }
.v .st-a .strike { display: block; width: max-content; margin: 0 auto; }
.v .st-b { left: 70px; top: 250px; }
.v .st-line.sm { font-size: 88px; }
.v .lock { left: 320px; top: 668px; }

/* servicii */
.v .svc-head { left: 70px; top: 236px; }
.v .svc-title { font-size: 150px; }
.v .svc-list { left: 70px; right: 70px; top: 530px; }
.v .svc-row { height: 300px; }
.v .svc-num { left: 20px; top: 34px; }
.v .svc-name-wrap { left: 70px; top: 28px; }
.v .svc-name { font-size: 66px; }
.v .svc-hd { left: 96px; top: 158px; width: 520px; font-size: 30px; }
.v .svc-thumb { right: 20px; top: 152px; width: 250px; height: 132px; }
.v .svc-foot { left: 70px; right: 70px; top: 1450px; flex-wrap: wrap; gap: 14px 34px; font-size: 22px; }

/* schița */
.v .sk-head { left: 70px; top: 240px; }
.v .sk-title { font-size: 150px; }
.v .sk-price { left: 0; right: 0; top: 640px; width: auto; }
.v .roll { right: 370px; }
.v .sk-price .lei { right: 160px; }
.v .sk-note { left: 0; right: 0; text-align: center; }
.v .steps { left: 130px; right: 70px; top: 1030px; height: 480px; }
.v .steps .track { left: 0; right: auto; top: 0; width: 2px; height: 390px; }
.v .steps .track i { transform-origin: 50% 0; }
.v .steps .track b { top: 0; left: -9px; margin: -10px 0 0 0; }
.v .step { width: 800px; }
.v .step .node { left: 0; top: 0; margin: -9px 0 0 -9px; }
.v .step .mask:first-of-type { position: absolute; left: 44px; top: -34px; }
.v .step .tm { position: absolute; left: 44px; top: -12px; }
.v .step .t { font-size: 34px; white-space: nowrap; }

/* citat */
.v .q-mark { left: 64px; top: 70px; font-size: 330px; }
.v .q-text { left: 80px; top: 500px; width: 920px; font-size: 72px; line-height: 1.14; }
.v .q-who { left: 80px; top: 1010px; }
.v .q-who small { max-width: 700px; }

/* final */
.v .out-center { top: 300px; }
.v .out-tag { max-width: 900px; font-size: 44px; line-height: 1.25; }
.v .out-tag em { display: block; }
.v .out-contact { flex-direction: column; align-items: center; gap: 10px; font-size: 22px; }
.v .sk-price { top: 600px; }
.v .roll { left: 0; right: 0; clip-path: inset(0 -40px 0 -40px); }
.v .roll-v { text-align: center; }
.v .sk-price .lei { left: 0; right: 0; top: 226px; text-align: center; font-size: 72px; }
.v .sk-note { top: 324px; }
.v .steps { top: 1060px; }
