/* =====================================================================
   RNJ — automotive design layer (homepage cockpit, process film, insights)
   ===================================================================== */
:root { --night: #03170A; --night-2: #062712; --dash: #0A1F10; }
.eyebrow-light { color: #F4B48A; }
.eyebrow-light::before { background: #F4B48A; }
.btn-ghost { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.28); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: rgba(255,255,255,.08); --bs-btn-hover-border-color: rgba(255,255,255,.5); display: inline-flex; align-items: center; gap: 10px; }
.play-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--rnj-orange); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 0 0 6px rgba(233,122,46,.22); }

/* ---------- Vehicle line art ---------- */
.vh { width: 100%; height: auto; display: block; overflow: visible; }
.vh .vh-body, .vh-body { fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linejoin: round; stroke-linecap: round; }
.vh-glass { fill: currentColor; fill-opacity: .12; stroke: currentColor; stroke-width: 2.2; stroke-linejoin: round; }
.vh-line { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; opacity: .6; }
.vh-tyre { fill: var(--vh-bg, #fff); stroke: currentColor; stroke-width: 3.2; }
.vh-hub { fill: none; stroke: currentColor; stroke-width: 2; }
.vh-spoke { stroke: currentColor; stroke-width: 1.6; opacity: .7; }

/* ---------- Cockpit hero ---------- */
.cockpit { position: relative; overflow: hidden; color: #fff; padding: 76px 0 110px;
  background: radial-gradient(800px 420px at 80% 30%, rgba(233,122,46,.18), transparent 60%), radial-gradient(700px 500px at 10% 100%, rgba(22,112,58,.35), transparent 60%), linear-gradient(170deg, #063B18 0%, var(--night) 75%); }
.cockpit-title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(2.2rem, 4.6vw, 3.7rem); line-height: 1.05; letter-spacing: -.035em; }
.cockpit-title span { display: block; background: linear-gradient(90deg, #F7A15E, #E97A2E 45%, #CC5F47); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cockpit-sub { color: #C9DCCE; font-size: 1.1rem; max-width: 540px; margin-top: 18px; }
.cockpit-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.cockpit-chips span { font-size: .82rem; color: #DCEBE0; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); padding: 6px 12px; border-radius: 99px; }
.cockpit-chips i { color: var(--rnj-orange); margin-right: 6px; }
.road { position: absolute; left: 0; right: 0; bottom: 0; height: 46px; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.35)); border-top: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.road span { position: absolute; left: 0; right: 0; top: 50%; height: 4px; margin-top: -2px; background: repeating-linear-gradient(90deg, rgba(244,180,138,.55) 0 46px, transparent 46px 96px); animation: road .9s linear infinite; }
@keyframes road { to { background-position: -96px 0; } }
.road::before, .road::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.12); }
.road::before { top: 8px; } .road::after { bottom: 8px; }

.cluster { position: relative; max-width: 520px; margin: 0 auto; padding: 18px 18px 22px; border-radius: 28px;
  background: radial-gradient(120% 90% at 50% 100%, #0F2A17 0%, var(--dash) 60%); border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 6px rgba(0,0,0,.25); }
.cluster-gauge { width: 100%; height: auto; display: block; }
.cluster-gauge .ticks line { stroke: rgba(255,255,255,.28); stroke-width: 2; }
.cluster-gauge .ticks line.major { stroke: rgba(255,255,255,.7); stroke-width: 3.5; }
.cluster-gauge .stage-num { fill: rgba(255,255,255,.35); font: 800 20px 'Manrope', sans-serif; text-anchor: middle; transition: fill .4s; }
.cluster-gauge .stage-num.lit { fill: #F4B48A; }
#needle { transition: transform 1.1s cubic-bezier(.34,1.35,.64,1); filter: drop-shadow(0 0 6px rgba(233,122,46,.7)); }
#gaugeArc { transition: stroke-dasharray 1.1s cubic-bezier(.34,1.2,.64,1); }
.cluster-display { margin: -8px auto 0; max-width: 360px; text-align: center; background: #031109; border: 1px solid rgba(233,122,46,.25); border-radius: 14px; padding: 12px 14px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; box-shadow: inset 0 0 22px rgba(233,122,46,.08); }
.cd-ref { color: #8FB39A; font-size: .75rem; letter-spacing: .08em; display: flex; justify-content: space-between; }
.cd-live { color: #F4B48A; } .cd-live i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--rnj-orange); margin-right: 5px; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.cd-stage { color: #fff; font-size: .95rem; margin-top: 4px; letter-spacing: .04em; }
.cd-stage b { color: #F7A15E; }
.cd-text { color: #B8CDBE; font-family: 'Inter', sans-serif; font-size: .84rem; margin-top: 4px; min-height: 2.6em; }
.cluster-lights { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.cluster-lights span { width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.04); color: rgba(255,255,255,.22); font-size: 1rem; transition: all .4s; }
.cluster-lights span.on { color: #57E08A; background: rgba(87,224,138,.1); box-shadow: 0 0 14px rgba(87,224,138,.35); }

/* ---------- Ticker ---------- */
.ticker { background: var(--rnj-orange); color: #fff; overflow: hidden; white-space: nowrap; border-top: 3px solid #F7A15E; }
.ticker-track { display: inline-flex; gap: 38px; padding: 12px 0; animation: ticker 48s linear infinite; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.ticker-track i { margin-right: 10px; opacity: .8; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Garage (vehicle classes) ---------- */
.garage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bay { position: relative; display: flex; flex-direction: column; padding: 0; border: 1px solid var(--rnj-line); border-radius: 18px; background: #fff; color: inherit; text-decoration: none; overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.bay:hover { transform: translateY(-3px); box-shadow: var(--rnj-shadow); border-color: #F4C6A4; color: inherit; }
.bay-art { position: relative; aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; padding: 0 9%; color: var(--rnj-green); --vh-bg: #F3F7F4;
  background: radial-gradient(90% 70% at 50% 35%, #fff, #F3F7F4 70%); border-bottom: 1px solid var(--rnj-line); }
.bay-art::after { content: ''; position: absolute; left: 7%; right: 7%; bottom: 25%; border-bottom: 2px dashed #CFDCD3; z-index: 0; }
.bay-art .vh { position: relative; z-index: 1; transform: translateY(4%); transition: transform .5s cubic-bezier(.3,1.4,.6,1), color .3s; }
.bay:hover .bay-art .vh { transform: translate(6%, 4%); color: var(--rnj-orange-600); }
.bay-body { padding: 16px 20px 18px; }
.bay h3 { font-size: 1.05rem; font-weight: 800; color: var(--rnj-green); margin: 0 0 2px; }
.bay p { color: var(--rnj-muted); font-size: .85rem; margin: 0 0 10px; }
.bay-cta { font-size: .8rem; font-weight: 700; color: var(--rnj-orange-600); }
.bay-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0A1F10; }
.bay-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.bay-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,23,10,.45)); }
.bay-photo:hover .bay-img img { transform: scale(1.05); }
.bay-credit { position: absolute; left: 12px; bottom: 10px; z-index: 1; font-size: .7rem; font-weight: 600; color: #fff; background: rgba(3,23,10,.55); backdrop-filter: blur(4px); padding: 3px 9px; border-radius: 99px; }
@media (max-width: 991px) { .garage { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .garage { grid-template-columns: 1fr; } }

/* ---------- GS 4510 rule card ---------- */
.rule-card { display: flex; gap: 26px; align-items: flex-start; background: linear-gradient(120deg, #3A0F0F 0%, #6B1F1C 40%, #8E2E24 100%); color: #fff; border-radius: 22px; padding: 28px 30px; box-shadow: 0 30px 60px -30px rgba(107,31,28,.7); }
.rule-badge { flex-shrink: 0; width: 96px; height: 96px; border-radius: 50%; border: 4px solid #fff; background: #BC3130; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 0 0 6px rgba(255,255,255,.12); }
.rule-badge span { font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.rule-badge b { font-size: .95rem; line-height: 1.1; }
.rule-body p { color: #F6DCD6; }
.rule-checks { display: flex; flex-wrap: wrap; gap: 8px; }
.rule-checks span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; padding: 5px 12px; font-size: .8rem; }
@media (max-width: 767px) { .rule-card { flex-direction: column; } }

/* ---------- Route ---------- */
.route-steps { list-style: none; counter-reset: rs; padding: 0; margin: 22px 0; }
.route-steps li { counter-increment: rs; position: relative; padding: 0 0 16px 46px; }
.route-steps li::before { content: counter(rs); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--rnj-green); color: #fff; font-weight: 800; font-size: .85rem; display: flex; align-items: center; justify-content: center; }
.route-steps li::after { content: ''; position: absolute; left: 14px; top: 32px; bottom: 2px; border-left: 2px dashed #C9D8CD; }
.route-steps li:last-child::after { display: none; }
.route-steps li:last-child::before { background: var(--rnj-orange); }
.route-steps b { display: block; color: var(--rnj-green); }
.route-steps span { font-size: .86rem; color: var(--rnj-muted); }
.route-map { background: #F3F7F4; border: 1px solid var(--rnj-line); border-radius: 22px; padding: 12px; box-shadow: var(--rnj-shadow); }
.route-map svg { width: 100%; height: auto; display: block; }
.route-map .land { fill: #DDE9E0; stroke: #BFD2C4; stroke-width: 1.5; }
.route-map .land-label { font: 800 13px 'Manrope', sans-serif; fill: #7FA18A; letter-spacing: .14em; }
.route-map .route-line { animation: dash 1.2s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -32; } }
.route-map .port { fill: #fff; stroke: var(--rnj-green); stroke-width: 4; }
.route-map .port-tema { stroke: var(--rnj-orange); fill: #FDEBDD; }
.route-map .port-label { font: 700 13px 'Inter', sans-serif; fill: var(--rnj-green); }
.route-legend { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .78rem; color: var(--rnj-muted); padding: 8px 8px 2px; }
.route-legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; vertical-align: -1px; }
.route-legend .dot.o { background: var(--rnj-orange); }

/* ---------- Cost stack ---------- */
.coststack { background: #fff; border: 1px solid var(--rnj-line); border-radius: 22px; padding: 26px; box-shadow: var(--rnj-shadow); }
.cs-bar { display: flex; height: 54px; border-radius: 14px; overflow: hidden; background: #EEF2EF; margin-bottom: 18px; }
.cs-bar span { width: 0; transition: width 1s cubic-bezier(.3,1,.4,1); position: relative; }
.coststack.go .cs-bar span { width: calc(var(--w) * 1%); }
.cs-bar span:nth-child(2) { transition-delay: .12s; } .cs-bar span:nth-child(3) { transition-delay: .24s; } .cs-bar span:nth-child(4) { transition-delay: .36s; }
.cs-bar span:nth-child(5) { transition-delay: .48s; } .cs-bar span:nth-child(6) { transition-delay: .6s; } .cs-bar span:nth-child(7) { transition-delay: .72s; }
.c1 { background: #063B18; } .c2 { background: #16703A; } .c3 { background: #3E8E5A; } .c4 { background: #7FB38E; } .c5 { background: #E97A2E; } .c6 { background: #CC5F47; }
.c7 { background: repeating-linear-gradient(135deg, #F4C6A4 0 8px, #FBE3D2 8px 16px); }
.cs-legend { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.cs-legend li { display: grid; grid-template-columns: 16px 1fr auto; column-gap: 12px; align-items: baseline; padding: 8px 0; border-bottom: 1px dashed var(--rnj-line); }
.cs-legend li i { width: 14px; height: 14px; border-radius: 4px; grid-row: span 2; align-self: center; }
.cs-legend b { font-size: .92rem; } .cs-legend span { grid-column: 2; font-size: .8rem; color: var(--rnj-muted); }
.cs-legend em { grid-column: 3; grid-row: 1 / span 2; align-self: center; font-style: normal; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--rnj-green-600); background: var(--rnj-green-50); padding: 3px 8px; border-radius: 99px; }
.cs-legend em.est { color: var(--rnj-orange-600); background: var(--rnj-orange-100); }

/* ---------- Dashboard warning-light trust cards ---------- */
.trust-card .ic { position: relative; background: #0A1F10; color: #57E08A; box-shadow: 0 0 0 4px #EEF4F0, 0 0 18px rgba(87,224,138,.35); }

/* ---------- Portal band ---------- */
.portal-band { background: linear-gradient(140deg, #063B18, #04290F); color: #fff; border-radius: 26px; padding: 44px; position: relative; overflow: hidden; }
.portal-band::after { content: ''; position: absolute; right: -90px; top: -90px; width: 300px; height: 300px; border-radius: 50%; border: 30px solid rgba(233,122,46,.16); }
.portal-mock-lg { max-width: none; position: relative; z-index: 1; }
.pm-box { background: var(--rnj-bg); border-radius: 10px; padding: 10px 12px; height: 100%; }
@media (max-width: 767px) { .portal-band { padding: 26px 18px; } }

/* ---------- Odometer stats ---------- */
.odo { display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 1.9rem; font-weight: 800; color: #fff; background: #0A1F10; border-radius: 10px; padding: 6px 14px; letter-spacing: .28em; box-shadow: inset 0 -12px 0 rgba(255,255,255,.04), 0 10px 20px -10px rgba(0,0,0,.4); margin-bottom: 8px; }

/* ---------- Ignition CTA ---------- */
.ignition { background: radial-gradient(700px 300px at 85% 50%, rgba(233,122,46,.25), transparent 60%), var(--night); padding: 64px 0; }
.ignition-form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 10px; }
.ignition-form .form-control { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); color: #fff; }
.ignition-form .form-control::placeholder { color: #8FB39A; }
@media (max-width: 767px) { .ignition-form { grid-template-columns: 1fr; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =====================================================================
   PROCESS FILM
   ===================================================================== */
.film-section { background: radial-gradient(900px 400px at 50% 0%, rgba(22,112,58,.35), transparent 60%), var(--night); padding: 84px 0 70px; }
.film { max-width: 1060px; margin: 0 auto; }
.film-tabs { display: flex; gap: 6px; justify-content: center; margin-bottom: 14px; }
.film-tabs button { background: rgba(255,255,255,.06); color: #CFE0D4; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; padding: 7px 16px; font-weight: 600; font-size: .88rem; }
.film-tabs button.active { background: var(--rnj-orange); color: #fff; border-color: var(--rnj-orange); }
.film-screen { position: relative; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; container-type: inline-size; color: #fff; cursor: pointer;
  background: radial-gradient(90% 80% at 70% 20%, #0F3A1D 0%, #062712 45%, #03170A 100%); box-shadow: 0 40px 90px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.08); user-select: none; }
.film-screen:fullscreen { border-radius: 0; }
.film-video { cursor: default; background: #000; }
.film-video iframe, .film-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.film-hud { position: absolute; top: 2.2cqw; left: 2.6cqw; right: 2.6cqw; display: flex; gap: 1.2cqw; align-items: center; font: 700 1.15cqw ui-monospace, Menlo, Consolas, monospace; letter-spacing: .14em; color: #8FB39A; z-index: 5; }
.film-hud .rec { width: .9cqw; height: .9cqw; border-radius: 50%; background: #E0443A; animation: blink 1.2s infinite; }
.film-hud .hud-ref { color: #F4B48A; } .film-hud .hud-clock { margin-left: auto; color: #fff; }
.film-brand { position: absolute; top: 1.5cqw; right: 2.4cqw; z-index: 5; display: none; } .film-brand img { height: 4.2cqw; }
.film-export .film-brand { display: block; } .film-export .hud-clock { display: none; }
.film-caption { position: absolute; left: 2.6cqw; right: 2.6cqw; bottom: 2.4cqw; z-index: 6; display: flex; gap: 1.6cqw; align-items: flex-start; background: rgba(3,23,10,.78); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.08); border-radius: 1.6cqw; padding: 1.4cqw 1.8cqw; }
.film-caption.in { animation: capIn .6s ease both; }
@keyframes capIn { from { opacity: 0; transform: translateY(1.2cqw); } }
.fc-num { font: 800 3cqw 'Manrope', sans-serif; color: var(--rnj-orange); line-height: 1; }
.film-caption b { font: 800 2cqw 'Manrope', sans-serif; display: block; }
.film-caption p { margin: .3cqw 0 0; font-size: 1.35cqw; color: #C9DCCE; line-height: 1.4; }
.film-start { position: absolute; inset: 0; z-index: 10; border: 0; background: radial-gradient(circle at 50% 45%, rgba(3,23,10,.35), rgba(3,23,10,.8)); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.4cqw; }
.film-start span { width: 9cqw; height: 9cqw; border-radius: 50%; background: var(--rnj-orange); display: flex; align-items: center; justify-content: center; font-size: 4.4cqw; box-shadow: 0 0 0 1.4cqw rgba(233,122,46,.25), 0 0 0 3cqw rgba(233,122,46,.1); animation: pulse 2s infinite; }
.film-start b { font: 800 1.9cqw 'Manrope', sans-serif; }
@keyframes pulse { 50% { box-shadow: 0 0 0 1.8cqw rgba(233,122,46,.3), 0 0 0 4cqw rgba(233,122,46,.05); } }
.film.started .film-start { display: none; }
.film.ended .film-screen::after { content: 'Replay ↻'; position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); z-index: 9; font: 800 2.4cqw 'Manrope', sans-serif; background: var(--rnj-orange); padding: 1cqw 2.4cqw; border-radius: 99px; }
.film-controls { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.fc-btn { width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.1); color: #fff; font-size: 1.2rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fc-btn:hover { background: var(--rnj-orange); }
.fc-track { flex: 1; display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px; }
.fc-seg { height: 8px; border: 0; padding: 0; border-radius: 99px; background: rgba(255,255,255,.14); overflow: hidden; }
.fc-seg i { display: block; height: 100%; width: calc(var(--p, 0) * 100%); background: var(--rnj-orange); }
.fc-seg.done i { background: #57C27E; }
.film-chapters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.film-chapters button { text-align: left; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #B8CDBE; border-radius: 12px; padding: 9px 12px; font-size: .83rem; font-weight: 600; }
.film-chapters button span { color: var(--rnj-orange); font-family: ui-monospace, Menlo, monospace; margin-right: 8px; }
.film-chapters button.active, .film-chapters button:hover { background: rgba(233,122,46,.14); border-color: rgba(233,122,46,.5); color: #fff; }
@media (max-width: 767px) { .film-chapters { grid-template-columns: 1fr 1fr; } .film-caption p { display: none; } .film-caption b { font-size: 3.2cqw; } .fc-num { font-size: 4.2cqw; } }

/* ----- scene base ----- */
.scene { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility 0s linear .5s; --panel: rgba(255,255,255,.96); }
.scene.active { opacity: 1; visibility: visible; transition: opacity .5s ease; }
.scene .panel { position: absolute; background: var(--panel); color: var(--rnj-ink); border-radius: 1.6cqw; padding: 1.6cqw 1.9cqw; box-shadow: 0 2.4cqw 5cqw -1.6cqw rgba(0,0,0,.6); font-size: 1.3cqw; }
.scene .p-head { font: 800 1.2cqw 'Manrope', sans-serif; color: var(--rnj-green); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1cqw; display: flex; gap: .7cqw; align-items: center; }
.scene .p-head i { color: var(--rnj-orange); }
.scene .row-f { display: flex; justify-content: space-between; gap: 1.6cqw; padding: .75cqw 0; border-bottom: 1px dashed #DDE5DF; }
.scene .row-f span { color: var(--rnj-muted); }
.scene .type { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom; width: 0; border-right: .18cqw solid var(--rnj-orange); font-family: ui-monospace, Menlo, Consolas, monospace; }
.scene.active .type { animation: typing calc(var(--n) * 55ms) steps(var(--n)) var(--d, .2s) forwards, caret .7s step-end infinite; }
@keyframes typing { to { width: calc(var(--n) * 1ch + .2ch); } }
@keyframes caret { 50% { border-color: transparent; } }
.scene.active .panel { animation: panelIn .7s cubic-bezier(.2,1.2,.4,1) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(3cqw) scale(.96); } }
.scene ul { list-style: none; padding: 0; margin: 0; }
.scene li { opacity: 0; padding: .55cqw 0; display: flex; gap: .8cqw; align-items: center; }
.scene li i { color: #16703A; }
.scene.active li { animation: liIn .45s ease both var(--d, 0s); }
@keyframes liIn { from { opacity: 0; transform: translateX(-1.4cqw); } to { opacity: 1; transform: none; } }

/* S1 spec */
.s1 .p-spec { left: 8%; top: 15%; width: 38%; }
.s1 .p-limits { right: 8%; top: 22%; width: 38%; animation-delay: .9s !important; }
.s1 .lim { position: relative; display: flex; justify-content: space-between; padding: .6cqw 0 1.6cqw; }
.s1 .lim span { color: var(--rnj-muted); } .s1 .lim b { font-family: 'Manrope', sans-serif; }
.s1 .lim i { position: absolute; left: 0; bottom: .5cqw; height: .7cqw; width: 0; border-radius: 99px; background: linear-gradient(90deg, #16703A, #E97A2E); }
.s1.active .lim i { animation: fill 1s cubic-bezier(.3,1,.4,1) var(--d) forwards; }
@keyframes fill { to { width: var(--to); } }
.s1 .lock-note { margin-top: .6cqw; font-size: 1.1cqw; font-weight: 700; color: var(--rnj-orange-600); opacity: 0; }
.s1.active .lock-note { animation: liIn .5s ease 4.1s forwards; }

/* S2 search */
.s2 .lots { position: absolute; left: 5%; top: 14%; width: 50%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2cqw; }
.s2 .lot { position: relative; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 1.2cqw; padding: 1cqw 1cqw .8cqw; color: #CFE0D4; --vh-bg: #0B2A15; opacity: 0; }
.s2.active .lot { animation: liIn .4s ease both calc(var(--i) * .12s); }
.s2 .lot span { display: block; font: 700 .95cqw ui-monospace, Menlo, monospace; letter-spacing: .08em; margin-top: .4cqw; color: #8FB39A; }
.s2 .lot em { position: absolute; top: .6cqw; right: .6cqw; font: 800 .8cqw 'Inter', sans-serif; font-style: normal; text-transform: uppercase; padding: .2cqw .6cqw; border-radius: 99px; opacity: 0; }
.s2 .lot em.x { background: #BC3130; color: #fff; }
.s2.active .lot em.x { animation: liIn .3s ease 1.9s forwards; }
.s2.active .lot:has(em.x) { animation: liIn .4s ease both calc(var(--i) * .12s), dim .4s ease 2s forwards; }
@keyframes dim { to { opacity: .35; } }
.s2 .lot.pick { color: #fff; }
.s2.active .lot.pick { animation: liIn .4s ease both calc(var(--i) * .12s), pick .5s ease 2.2s forwards; }
@keyframes pick { to { border-color: #E97A2E; background: rgba(233,122,46,.16); box-shadow: 0 0 0 .35cqw rgba(233,122,46,.3); transform: scale(1.04); } }
.s2 .scanner { position: absolute; top: -1cqw; bottom: -1cqw; width: 18%; left: -20%; background: linear-gradient(90deg, transparent, rgba(87,224,138,.25), transparent); border-right: 2px solid #57E08A; opacity: 0; }
.s2.active .scanner { animation: scan 1.8s ease-in-out .5s 1 forwards; }
@keyframes scan { 0% { left: -20%; opacity: 1; } 99% { left: 100%; opacity: 1; } 100% { opacity: 0; left: 100%; } }
.s2 .p-checks { right: 5%; top: 16%; width: 36%; animation-delay: 2s !important; }
.s2 .vin { font-size: 1.1cqw; color: var(--rnj-muted); margin-bottom: .8cqw; } .s2 .vin b { color: var(--rnj-ink); }
.s2 li.gh { font-weight: 800; color: var(--rnj-green); } .s2 li.gh i { color: var(--rnj-orange); }

/* S3 approve */
.s3 .p-approve { left: 50%; top: 11%; width: 40%; margin-left: -20%; text-align: center; }
.s3 .car-art { color: var(--rnj-green); --vh-bg: #fff; width: 70%; margin: 0 auto .8cqw; }
.s3 .meta { color: var(--rnj-muted); font-size: 1.1cqw; margin: .3cqw 0 1.2cqw; }
.s3 .approve-btn { background: var(--rnj-orange); color: #fff; font-weight: 800; border-radius: 1cqw; padding: 1cqw; }
.s3.active .approve-btn { animation: press .35s ease 2.15s both; }
@keyframes press { 50% { transform: scale(.94); background: #D2661B; } 100% { background: #16703A; } }
.s3 .cursor { position: absolute; font-size: 2.6cqw; color: #fff; filter: drop-shadow(0 .2cqw .4cqw rgba(0,0,0,.6)); left: 110%; top: 110%; opacity: 0; }
.s3.active .cursor { animation: cursor 2.2s cubic-bezier(.5,0,.3,1) .4s forwards; }
@keyframes cursor { 0% { opacity: 0; left: 110%; top: 110%; } 20% { opacity: 1; } 85% { left: 62%; top: 80%; } 100% { left: 62%; top: 80%; opacity: 1; } }
.s3 .stamp { position: absolute; right: 9%; top: 50%; font: 900 4cqw 'Manrope', sans-serif; color: #57E08A; border: .5cqw solid #57E08A; border-radius: 1cqw; padding: .4cqw 1.6cqw; text-align: center; line-height: 1; opacity: 0; transform: rotate(-12deg) scale(2.4); }
.s3 .stamp small { display: block; font: 700 1cqw ui-monospace, Menlo, monospace; letter-spacing: .06em; margin-top: .6cqw; }
.s3.active .stamp { animation: stamp .45s cubic-bezier(.3,1.6,.5,1) 2.6s forwards; }
@keyframes stamp { to { opacity: 1; transform: rotate(-12deg) scale(1); } }

/* S4 agreement */
.s4 .p-doc { left: 6%; top: 12%; width: 46%; }
.s4 .line { display: flex; justify-content: space-between; padding: .5cqw 0; border-bottom: 1px dashed #DDE5DF; opacity: 0; }
.s4.active .line { animation: liIn .35s ease var(--d) forwards; }
.s4 .line b.est { color: var(--rnj-orange-600); }
.s4 .line.total { border-bottom: 0; border-top: .25cqw solid var(--rnj-green); margin-top: .4cqw; padding-top: .8cqw; font-weight: 800; color: var(--rnj-green); }
.s4 .p-bank { right: 6%; top: 18%; width: 36%; display: flex; gap: 1.4cqw; align-items: center; background: #0A1F10; color: #fff; border: 1px solid rgba(87,224,138,.35); animation-delay: 3.2s !important; }
.s4 .p-bank > i { font-size: 3.4cqw; color: #57E08A; }
.s4 .p-bank small { color: #8FB39A; display: block; } .s4 .p-bank b { display: block; font-size: 1.4cqw; } .s4 .p-bank span { color: #57E08A; font-size: 1.05cqw; }
.s4 .receipt { position: absolute; right: 8%; top: 44%; width: 30%; background: #fff; color: var(--rnj-ink); border-radius: 1.2cqw; padding: 1.2cqw 1.6cqw; display: grid; grid-template-columns: auto 1fr; column-gap: 1cqw; opacity: 0; transform: translateY(3cqw) rotate(3deg); box-shadow: 0 2cqw 4cqw -1cqw rgba(0,0,0,.6); border-top: .5cqw solid #16703A; }
.s4 .receipt i { grid-row: span 2; font-size: 2.6cqw; color: #16703A; } .s4 .receipt b { font-size: 1.4cqw; } .s4 .receipt span { font-size: 1.05cqw; color: var(--rnj-muted); }
.s4.active .receipt { animation: rcpt .6s cubic-bezier(.3,1.5,.5,1) 4.2s forwards; }
@keyframes rcpt { to { opacity: 1; transform: rotate(-2deg); } }

/* S5 auction */
.s5 .p-bid { left: 7%; top: 16%; width: 40%; }
.s5 .bid-now small { color: var(--rnj-muted); display: block; }
.s5 .bid-now b { font: 800 5.4cqw 'Manrope', sans-serif; color: var(--rnj-green); letter-spacing: -.02em; }
.s5 .bid-hist { display: flex; gap: .8cqw; flex-wrap: wrap; margin-top: .8cqw; }
.s5 .bid-hist span { font: 700 1cqw ui-monospace, Menlo, monospace; background: #EEF4F0; padding: .3cqw .7cqw; border-radius: 99px; opacity: 0; }
.s5.active .bid-hist span { animation: liIn .3s ease forwards; }
.s5.active .bid-hist span:nth-child(1) { animation-delay: .9s; } .s5.active .bid-hist span:nth-child(2) { animation-delay: 1.8s; } .s5.active .bid-hist span:nth-child(3) { animation-delay: 2.7s; } .s5.active .bid-hist span:nth-child(4) { animation-delay: 3.6s; }
.s5 .meter { position: absolute; left: 56%; top: 12%; bottom: 22%; width: 7%; border-radius: 1.4cqw; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); overflow: visible; }
.s5 .meter-fill { position: absolute; left: .6cqw; right: .6cqw; bottom: .6cqw; height: 0; border-radius: 1cqw; background: linear-gradient(0deg, #16703A, #E97A2E); }
.s5.active .meter-fill { animation: rise 3.6s cubic-bezier(.3,.8,.5,1) .5s forwards; }
@keyframes rise { to { height: 80%; } }
.s5 .meter-limit { position: absolute; left: -.8cqw; right: -.8cqw; top: 11%; border-top: .35cqw dashed #BC3130; }
.s5 .meter-limit span { position: absolute; left: 110%; top: -1.1cqw; white-space: nowrap; font: 700 1.1cqw 'Inter', sans-serif; color: #F6A39C; }
.s5 .meter-label { position: absolute; bottom: -2.6cqw; left: 0; right: 0; text-align: center; font: 800 1cqw ui-monospace, monospace; color: #8FB39A; letter-spacing: .2em; }
.s5 .hammer { position: absolute; right: 12%; top: 18%; font-size: 7cqw; color: #F4B48A; transform-origin: 80% 80%; transform: rotate(-35deg); opacity: 0; }
.s5.active .hammer { animation: hammer .7s ease 4.1s forwards; }
@keyframes hammer { 0% { opacity: 1; transform: rotate(-35deg); } 60% { transform: rotate(18deg); } 100% { opacity: 1; transform: rotate(0); } }
.s5 .sold { position: absolute; right: 7%; top: 48%; font: 900 3.4cqw 'Manrope', sans-serif; color: #fff; text-align: right; opacity: 0; }
.s5 .sold b { color: #57E08A; } .s5 .sold small { display: block; font: 700 1.2cqw 'Inter', sans-serif; color: #B8CDBE; }
.s5.active .sold { animation: liIn .5s ease 4.6s forwards; }

/* S6 tow */
.s6 .sky { position: absolute; inset: 0 0 38% 0; background: radial-gradient(40% 50% at 80% 30%, rgba(233,122,46,.25), transparent 70%); }
.s6 .lane { position: absolute; left: 0; right: 0; bottom: 20%; height: 18%; background: #0A1F10; border-top: .3cqw solid rgba(255,255,255,.14); }
.s6 .lane::after { content: ''; position: absolute; left: 0; right: 0; top: 46%; height: .5cqw; background: repeating-linear-gradient(90deg, #F4B48A 0 5cqw, transparent 5cqw 10cqw); }
.s6.active .lane::after { animation: lane .5s linear infinite; }
@keyframes lane { to { background-position: -10cqw 0; } }
.s6 .tow { position: absolute; bottom: 27%; left: -45%; width: 44%; color: #fff; --vh-bg: #0A1F10; }
.s6 .tow > svg { width: 100%; height: auto; display: block; overflow: visible; }
.s6 .tb-bed, .s6 .tb-cab { fill: #E97A2E; } .s6 .tb-glass { fill: #0A1F10; opacity: .8; } .s6 .tb-tyre { fill: #111; stroke: #555; stroke-width: 3; } .s6 .tb-hub { fill: #999; }
.s6.active .tow { animation: drive 3.2s cubic-bezier(.3,.6,.4,1) .2s forwards; }
@keyframes drive { to { left: 12%; } }
.s6 .coc { position: absolute; right: 7%; top: 14%; width: 34%; display: flex; gap: 1.4cqw; align-items: center; background: #fff; color: var(--rnj-ink); border-radius: 1.4cqw; padding: 1.4cqw 1.6cqw; opacity: 0; transform: scale(.8) rotate(-4deg); box-shadow: 0 2cqw 4cqw -1cqw rgba(0,0,0,.6); border: .3cqw solid #16703A; }
.s6 .coc-seal { width: 5.4cqw; height: 5.4cqw; flex-shrink: 0; border-radius: 50%; background: #16703A; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 3cqw; }
.s6 .coc b { display: block; font-size: 1.5cqw; } .s6 .coc span { font-size: 1.05cqw; color: var(--rnj-muted); display: block; }
.s6 .coc em { font: 900 1.1cqw ui-monospace, monospace; color: #16703A; letter-spacing: .2em; font-style: normal; }
.s6.active .coc { animation: cocIn .6s cubic-bezier(.3,1.5,.5,1) 3.3s forwards; }
@keyframes cocIn { to { opacity: 1; transform: rotate(2deg); } }

/* S7 ocean */
.s7 .sea { position: absolute; inset: 0; width: 100%; height: 100%; }
.s7 .sea-land { fill: #0F3A1D; stroke: rgba(87,224,138,.25); stroke-width: 2; }
.s7 .sea-route { fill: none; stroke: #E97A2E; stroke-width: 4; stroke-dasharray: 10 12; }
.s7.active .sea-route { animation: dash 1s linear infinite; }
.s7 .sea-lbl { font: 800 20px 'Manrope', sans-serif; fill: #57C27E; letter-spacing: .2em; } .s7 .sea-lbl.sm { font-size: 16px; fill: #F4B48A; }
.s7 .sea-port { fill: #E97A2E; }
.s7 .vessel { position: absolute; left: 28%; top: 41%; width: 4.4cqw; height: 4.4cqw; margin: -2.2cqw 0 0 -2.2cqw; border-radius: 50%; background: #fff; color: var(--rnj-green); display: flex; align-items: center; justify-content: center; font-size: 2.2cqw; box-shadow: 0 0 0 .8cqw rgba(255,255,255,.18); }
.s7.active .vessel { animation: sail 5s cubic-bezier(.45,.05,.55,.95) .3s forwards; }
@keyframes sail { 0% { left: 28%; top: 41%; } 25% { left: 41%; top: 36%; } 50% { left: 53%; top: 52%; } 75% { left: 66%; top: 66%; } 100% { left: 80%; top: 65%; } }
.s7 .p-voy { right: 4%; top: 11%; width: 28%; font-size: 1.15cqw; animation-delay: .8s !important; }
.s7 .track { margin-top: .8cqw; color: var(--rnj-orange-600); font-weight: 700; font-size: 1.1cqw; }

/* S8 Tema */
.s8 .port-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.s8 .crane path, .s8 .crane rect { fill: none; stroke: rgba(87,194,126,.55); stroke-width: 6; stroke-linejoin: round; }
.s8 .stack rect { fill: rgba(233,122,46,.35); stroke: rgba(233,122,46,.7); stroke-width: 2; }
.s8 .quay { fill: #0A1F10; }
.s8 .p-clear { left: 7%; top: 16%; width: 32%; }
.s8 .keys { position: absolute; right: 8%; top: 20%; width: 40%; text-align: center; opacity: 0; transform: scale(.8); }
.s8 .keys i { display: inline-flex; width: 10cqw; height: 10cqw; border-radius: 50%; background: var(--rnj-orange); align-items: center; justify-content: center; font-size: 5cqw; box-shadow: 0 0 0 1.4cqw rgba(233,122,46,.22), 0 0 5cqw rgba(233,122,46,.5); }
.s8 .keys b { display: block; font: 900 4.2cqw 'Manrope', sans-serif; margin-top: 1.6cqw; }
.s8 .keys span { color: #C9DCCE; font-size: 1.5cqw; }
.s8.active .keys { animation: keys .7s cubic-bezier(.3,1.5,.5,1) 2.8s forwards; }
@keyframes keys { to { opacity: 1; transform: none; } }

/* reduced motion: show every scene's end state, no movement */
.film.reduced .scene *, .film.reduced .scene { animation-duration: .001s !important; animation-delay: 0s !important; transition: none !important; }

/* Export mode (MP4 render): full-bleed screen */
.film-export { max-width: none; }
.film-export .film-screen { border-radius: 0; box-shadow: none; cursor: default; }

/* =====================================================================
   INSIGHTS
   ===================================================================== */
.ins-cover { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.9); background: #063B18; }
.ins-cover img { width: 100%; height: 100%; object-fit: cover; }
.ins-cover.acc-green { background: radial-gradient(90% 90% at 80% 10%, #16703A, #063B18 60%, #03170A); }
.ins-cover.acc-orange { background: radial-gradient(90% 90% at 80% 10%, #F7A15E, #E97A2E 50%, #9B3F0A); }
.ins-cover.acc-rust { background: radial-gradient(90% 90% at 80% 10%, #E0806A, #CC5F47 50%, #6B1F1C); }
.ins-cover.acc-ink { background: radial-gradient(90% 90% at 80% 10%, #2A4A36, #0A1F10 60%, #020C05); }
.ins-cover > i { font-size: 3.2rem; position: relative; z-index: 1; filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
.ins-cover .ins-gauge { position: absolute; width: 78%; bottom: -12%; right: -14%; color: rgba(255,255,255,.14); }
.ins-cover .ins-tag { position: absolute; left: 12px; top: 12px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: rgba(0,0,0,.28); color: #fff; padding: 4px 9px; border-radius: 99px; }
.ins-cover.ins-xs { width: 56px; aspect-ratio: 1; border-radius: 10px; } .ins-cover.ins-xs > i { font-size: 1.3rem; } .ins-cover.ins-xs .ins-tag, .ins-cover.ins-xs .ins-gauge { display: none; }
.ins-cover.ins-lg { aspect-ratio: 16 / 10; border-radius: 22px; } .ins-cover.ins-lg > i { font-size: 5rem; }
.ins-card { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.ins-card .ins-cover { transition: transform .3s; }
.ins-card:hover .ins-cover { transform: translateY(-3px); }
.ins-card:hover h3 { color: var(--rnj-orange-600); }
.ins-card h3 { font-size: 1.12rem; font-weight: 800; color: var(--rnj-green); margin: 14px 0 6px; line-height: 1.3; transition: color .2s; }
.ins-card p { color: var(--rnj-muted); font-size: .9rem; margin-bottom: 8px; }
.ins-meta { font-size: .78rem; color: var(--rnj-muted); display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ins-meta .cat { color: var(--rnj-orange-600); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.ins-lead { display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: center; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--rnj-line); border-radius: 24px; padding: 18px; box-shadow: var(--rnj-shadow); }
.ins-lead h2 { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--rnj-green); letter-spacing: -.02em; }
.ins-lead:hover h2 { color: var(--rnj-orange-600); }
@media (max-width: 991px) { .ins-lead { grid-template-columns: 1fr; } }
.ins-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.ins-cats a { text-decoration: none; font-size: .85rem; font-weight: 600; color: var(--rnj-ink); border: 1px solid var(--rnj-line); background: #fff; border-radius: 99px; padding: 6px 14px; }
.ins-cats a.active, .ins-cats a:hover { background: var(--rnj-green); color: #fff; border-color: var(--rnj-green); }
.ins-cats a small { opacity: .6; margin-left: 4px; }
/* Article */
.article-hero { background: linear-gradient(170deg, #063B18, var(--night)); color: #fff; padding: 56px 0 120px; }
.article-hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -.025em; font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.12; }
.article-hero .ins-meta { color: #B8CDBE; } .article-hero .ins-meta .cat { color: #F4B48A; }
.article-wrap { margin-top: -90px; }
.article-cover { box-shadow: 0 30px 60px -30px rgba(0,0,0,.5); border-radius: 22px; }
.article-cover .ins-cover.ins-lg:not(:has(img)) { aspect-ratio: 3 / 1; }
.article-cover .ins-cover.ins-lg:not(:has(img)) > i { font-size: 3.6rem; }
.article-cover .ins-cover .ins-gauge { width: 40%; bottom: -30%; right: 6%; }
.prose { font-size: 1.08rem; line-height: 1.8; color: #1F2E25; }
.prose h2 { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--rnj-green); font-size: 1.6rem; margin: 2.2rem 0 .8rem; scroll-margin-top: 90px; letter-spacing: -.015em; }
.prose h3 { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--rnj-green); font-size: 1.22rem; margin: 1.6rem 0 .5rem; }
.prose p { margin-bottom: 1.1rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin-bottom: 1.2rem; }
.prose li { margin-bottom: .4rem; }
.prose li::marker { color: var(--rnj-orange); }
.prose a { color: var(--rnj-green-600); font-weight: 600; text-decoration-color: rgba(233,122,46,.6); text-underline-offset: 3px; }
.prose blockquote { border-left: 5px solid var(--rnj-orange); background: #FFF8F1; padding: 16px 20px; border-radius: 0 14px 14px 0; font-weight: 600; color: #6B3410; margin: 1.6rem 0; }
.prose blockquote p:last-child { margin: 0; }
.prose img { max-width: 100%; height: auto; border-radius: 14px; margin: 1rem 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: .95rem; } .prose th, .prose td { border: 1px solid var(--rnj-line); padding: 8px 10px; }
.prose .ql-align-center { text-align: center; } .prose .ql-align-right { text-align: right; }
.toc { position: sticky; top: 96px; }
.toc a { display: block; font-size: .88rem; color: var(--rnj-muted); text-decoration: none; padding: 6px 0 6px 14px; border-left: 2px solid var(--rnj-line); }
.toc a:hover, .toc a.active { color: var(--rnj-green); border-left-color: var(--rnj-orange); }
.share a, .share button { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rnj-line); color: var(--rnj-green); background: #fff; text-decoration: none; }
.share a:hover, .share button:hover { background: var(--rnj-green); color: #fff; }
.sources { background: var(--rnj-bg); border-radius: 14px; padding: 16px 18px; font-size: .88rem; }
.sources ol { margin: 0; padding-left: 1.2rem; } .sources a { word-break: break-word; }
.cta-card { background: linear-gradient(140deg, #063B18, #04290F); color: #fff; border-radius: 20px; padding: 24px; position: relative; overflow: hidden; }
.cta-card::after { content: ''; position: absolute; right: -50px; bottom: -50px; width: 160px; height: 160px; border-radius: 50%; border: 18px solid rgba(233,122,46,.2); }
.read-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--rnj-orange); z-index: 2000; }

.film-share { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; }
.film-share a, .film-share button { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid rgba(255,255,255,.18); color: #DCEBE0; border-radius: 99px; padding: 7px 16px; font-size: .85rem; font-weight: 600; text-decoration: none; }
.film-share a:hover, .film-share button:hover { border-color: var(--rnj-orange); color: #fff; }
