/* CLARYEL Box remake v2 — 2026-08-24. Dark cyan→blue→purple. No remake CMP. No Classic toggle. */
:root{
  --bg:#03060d;
  --bg2:#07101c;
  --ink:#e8f4ff;
  --muted:#9bb4cc;
  --cyan:#3de8ff;
  --blue:#3a7dff;
  --purple:#b44cff;
  --line:rgba(90,200,255,.22);
  --glass:rgba(8,16,32,.62);
  --pill:rgba(10,18,36,.55);
  --ok:#6ee7c4;
  --radius:22px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{color-scheme:dark;background:var(--bg);scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(1200px 700px at 80% -10%,rgba(180,76,255,.16),transparent 55%),
    radial-gradient(900px 600px at -10% 10%,rgba(61,232,255,.12),transparent 50%),
    linear-gradient(180deg,#03060d 0%,#07101c 45%,#0a0820 100%);
  overflow-x:hidden;
}
a{color:var(--cyan);text-decoration:none}
a:hover{color:#fff}
img{max-width:100%;height:auto}
.skip{
  position:absolute;left:-999px;top:0;background:#000;color:#fff;padding:8px 12px;z-index:80
}
.skip:focus{left:12px;top:12px}
.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:12px 0 10px;
  background:linear-gradient(180deg,rgba(3,6,13,.92),rgba(3,6,13,.55) 70%,transparent);
  backdrop-filter:blur(10px);
}
.brand{display:flex;align-items:center;gap:10px;color:inherit}
.brand img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(61,232,255,.35))}
.brand b{display:block;letter-spacing:.18em;font-size:13px;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.brand small{display:block;color:var(--muted);letter-spacing:.12em;font-size:10px;text-transform:uppercase}
.nav{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}
.nav a{
  color:var(--muted);font-size:13px;letter-spacing:.04em;padding:6px 0;border-bottom:1px solid transparent
}
.nav a[aria-current="page"],.nav a:hover{color:var(--ink);border-color:var(--cyan)}
.header-right{display:flex;align-items:center;gap:10px;margin-left:auto;flex:0 0 52px;width:52px;min-width:52px;height:52px;justify-content:flex-end}

/* Language orbit — Box canon: translucent pills, flag + native name. NEVER flags-only. */
.lang-constellation{position:relative;width:52px;height:52px;z-index:50;overflow:visible}
.lang-constellation.is-open{z-index:80}
.lang-trigger{
  width:48px;height:48px;border-radius:50%;
  border:1px solid rgba(120,220,255,.4);
  background:radial-gradient(circle at 35% 30%,rgba(80,180,255,.35),rgba(8,14,28,.9));
  color:#fff;cursor:pointer;display:grid;place-items:center;
  box-shadow:0 0 0 6px rgba(61,232,255,.06),0 10px 30px rgba(0,0,0,.35);
}
.lang-trigger .flag{width:28px;height:28px;border-radius:50%;object-fit:cover;display:block}
.lang-orbit-shell{
  position:absolute;right:0;top:50%;width:460px;height:460px;
  transform:translate(0,-50%) scale(.08);transform-origin:100% 50%;
  opacity:0;visibility:hidden;pointer-events:none;overflow:visible;
  transition:opacity .2s ease;
  z-index:60
}
.lang-constellation.is-open .lang-orbit-shell,
.lang-orbit-shell.is-open{
  position:fixed;top:12px;right:12px;left:auto;width:460px;height:460px;
  transform:none;opacity:1;visibility:visible;pointer-events:auto
}
.lang-orbit-dim{display:none}
.lang-orbit{
  position:absolute;inset:0;transform-origin:center;touch-action:none;overflow:visible
}
.lang-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:56px;height:56px;border-radius:50%;
  border:1px solid rgba(120,220,255,.28);
  background:rgba(10,20,40,.45);
  display:grid;place-items:center;color:#d7f6ff;font-size:9px;letter-spacing:.12em;text-transform:uppercase
}
.lang-pill{
  position:absolute;left:50%;top:50%;
  display:flex;align-items:center;gap:8px;
  min-width:154px;padding:7px 14px 7px 8px;
  border-radius:999px;
  border:1px solid rgba(140,220,255,.28);
  background:rgba(8,16,32,.58);
  color:#e8f6ff;font-size:13px;white-space:nowrap;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  cursor:pointer;text-decoration:none;
  margin-left:-77px;margin-top:-18px;
  will-change:transform;
}
.lang-pill .flag{
  width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.06);font-size:15px;flex:0 0 26px
}
.lang-pill.is-current,.lang-pill:hover{
  border-color:rgba(61,232,255,.7);
  background:rgba(20,40,80,.72);
  box-shadow:0 0 0 6px rgba(61,232,255,.12)
}
.lang-pill.is-hot .flag{box-shadow:0 0 0 6px rgba(61,232,255,.28)}

.hero-stage{
  position:relative;min-height:min(78vh,760px);
  border:1px solid var(--line);border-radius:28px;overflow:hidden;
  background:
    repeating-linear-gradient(90deg,transparent 0 46px,rgba(180,230,255,.03) 46px 47px),
    radial-gradient(circle at 50% 40%,rgba(50,90,160,.2),transparent 55%),
    #050914;
  margin:8px auto 28px;
}
.scene-3d{position:absolute;inset:0;perspective:1100px;transform-style:preserve-3d}
.atmosphere{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(61,232,255,.08),transparent 28%),
    radial-gradient(circle at 70% 30%,rgba(180,76,255,.08),transparent 30%);
  pointer-events:none
}
.streaks{
  position:absolute;inset:0;opacity:.45;
  background:repeating-linear-gradient(100deg,transparent 0 18px,rgba(200,235,255,.04) 18px 19px);
  animation:drift 18s linear infinite;
}
@keyframes drift{to{transform:translateX(-40px)}}
.dome{
  position:absolute;left:50%;top:46%;width:min(520px,80vw);height:min(520px,80vw);
  transform:translate(-50%,-56%);
  border-radius:50%;
  border:1px solid rgba(120,220,255,.16);
  box-shadow:inset 0 0 80px rgba(61,232,255,.08),0 0 120px rgba(61,80,180,.15);
}
.ring,.ring2{
  position:absolute;left:50%;top:46%;width:min(420px,70vw);height:min(160px,28vw);
  border:1px solid rgba(90,200,255,.28);border-radius:50%;
  transform:translate(-50%,-50%) rotateX(68deg);
  box-shadow:0 0 24px rgba(61,232,255,.12);
}
.ring2{width:min(520px,82vw);height:min(200px,34vw);border-color:rgba(180,76,255,.22);animation:spin 22s linear infinite}
.ring{animation:spin 16s linear infinite reverse}
@keyframes spin{to{transform:translate(-50%,-50%) rotateX(68deg) rotate(360deg)}}
.box3d{
  position:absolute;left:50%;top:44%;width:140px;height:140px;
  transform-style:preserve-3d;
  transform:translate(-50%,-50%) rotateX(-18deg) rotateY(28deg);
  animation:boxspin 14s linear infinite;
}
@keyframes boxspin{to{transform:translate(-50%,-50%) rotateX(-18deg) rotateY(388deg)}}
.face{
  position:absolute;inset:0;border:1px solid rgba(120,230,255,.45);
  background:linear-gradient(135deg,rgba(61,232,255,.18),rgba(58,125,255,.12) 50%,rgba(180,76,255,.16));
  box-shadow:inset 0 0 30px rgba(61,232,255,.12)
}
.face.ft{transform:translateZ(70px)}
.face.bk{transform:rotateY(180deg) translateZ(70px)}
.face.rt{transform:rotateY(90deg) translateZ(70px)}
.face.lt{transform:rotateY(-90deg) translateZ(70px)}
.face.tp{transform:rotateX(90deg) translateZ(70px)}
.face.bm{transform:rotateX(-90deg) translateZ(70px)}
.callouts{
  position:absolute;inset:auto 4% 18% 4%;display:flex;justify-content:space-between;gap:12px;pointer-events:none
}
.callout{
  max-width:240px;padding:12px 14px;border-radius:16px;
  border:1px solid var(--line);background:var(--glass);backdrop-filter:blur(8px)
}
.callout b{display:block;letter-spacing:.14em;font-size:11px;color:var(--cyan)}
.callout span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.hero-copy{
  position:relative;z-index:2;padding:28px 28px 20px;max-width:620px
}
.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:11px;color:var(--cyan);margin:0 0 10px}
h1,.h1{font-size:clamp(1.7rem,4vw,3rem);line-height:1.12;margin:0 0 12px;font-weight:680}
.lead{color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0 0 18px}
.ctas{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 8px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 18px;border-radius:999px;border:1px solid rgba(120,220,255,.32);
  color:#fff;background:rgba(16,36,72,.7);font-size:14px
}
.btn.primary{
  background:linear-gradient(90deg,#1aa7c4, #2f62d8 55%, #7a3ad6);
  border-color:transparent;box-shadow:0 8px 28px rgba(58,125,255,.28)
}
.btn.ghost{background:transparent}
.scene-2d{display:none;padding:28px}
.scene-2d .logo-hero{width:min(280px,70vw);margin:10px auto 18px;display:block;filter:drop-shadow(0 12px 40px rgba(61,232,255,.2))}
@media (max-width:720px){
  .scene-3d,.streaks,.dome,.ring,.ring2,.box3d{display:none!important}
  .scene-2d{display:block}
  .hero-stage{min-height:auto}
  .callouts{position:static;display:grid;padding:0 16px 16px}
  .nav{display:none}
  .nav.is-open{display:flex;position:absolute;top:64px;left:12px;right:12px;flex-direction:column;background:rgba(6,12,24,.94);padding:14px;border:1px solid var(--line);border-radius:16px}
  .menu-btn{display:inline-flex}
  .lang-orbit-shell{width:300px;height:300px;right:0;top:50%}
  .lang-constellation.is-open .lang-orbit-shell{width:300px;height:300px;top:12px;right:12px}
  .lang-pill{min-width:132px;font-size:12px}
}
@media (prefers-reduced-motion:reduce){
  .box3d,.ring,.ring2,.streaks{animation:none!important}
  .scene-3d{display:none!important}
  .scene-2d{display:block}
}
.menu-btn{display:none;background:transparent;border:1px solid var(--line);color:#fff;border-radius:10px;padding:8px 10px}

.grid{display:grid;gap:16px}
.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:8px 0 28px}
.card{
  border:1px solid var(--line);border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(12,22,42,.7),rgba(8,12,24,.7));
  padding:20px
}
.card h2,.card h3{margin:0 0 8px;font-size:1.15rem}
.card p{margin:0;color:var(--muted);line-height:1.55}
.kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin:0 0 8px}

.lines{
  display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center;
  border:1px solid var(--line);border-radius:24px;padding:22px;
  background:linear-gradient(120deg,rgba(61,232,255,.06),rgba(180,76,255,.06));
  margin:10px 0 32px
}
.lines .num{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:720;letter-spacing:-.03em;
  background:linear-gradient(90deg,var(--cyan),#7aa7ff,var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.lines small{color:var(--muted)}
@media (max-width:800px){.lines{grid-template-columns:1fr}}

.page{padding:18px 0 60px}
.prose{max-width:760px}
.prose h1{margin-top:0}
.prose p,.prose li{color:var(--muted);line-height:1.7}
.news-list{display:grid;gap:14px}
.news-item{padding:18px 20px}
.news-item time{color:var(--cyan);font-size:12px;letter-spacing:.08em}

.site-footer{
  border-top:1px solid var(--line);padding:28px 0 80px;color:var(--muted);font-size:14px
}
.site-footer .row{display:flex;flex-wrap:wrap;gap:16px 28px;justify-content:space-between}
.site-footer nav{display:flex;flex-wrap:wrap;gap:10px 16px}
.founder-contact-note{margin:10px 0 0;max-width:36rem;font-size:13px;line-height:1.45;color:var(--muted)}
.beta{
  position:fixed;left:0;right:0;bottom:0;z-index:20;
  display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center;
  padding:8px 16px;font-size:12px;color:#cfe6f7;
  background:rgba(6,10,20,.86);border-top:1px solid var(--line)
}

[dir="rtl"] .brand,[dir="rtl"] .nav,[dir="rtl"] .site-footer .row{direction:rtl}
[dir="rtl"] .header-right,[dir="rtl"] .lang-constellation,[dir="rtl"] .lang-orbit-shell{right:12px;left:auto;margin-left:auto;margin-right:0}

.launch-sign{
  margin:20px auto 16px;
  padding:0;
  border:0;
  background:transparent;
  display:flex;
  justify-content:center
}
.launch-plaque{
  position:relative;
  width:fit-content;
  max-width:min(56rem,100%);
  margin:0 auto;
  padding:3px;
  border-radius:16px;
  background:
    linear-gradient(140deg,rgba(61,232,255,.95),rgba(58,125,255,.55) 38%,rgba(180,76,255,.42) 72%,rgba(61,232,255,.8));
  box-shadow:
    0 0 0 1px rgba(61,232,255,.28),
    0 12px 28px rgba(0,0,0,.42),
    0 0 28px rgba(61,232,255,.16)
}
.launch-plaque-frame{
  padding:28px 36px 24px;
  border-radius:14px;
  background:
    linear-gradient(180deg,rgba(14,26,48,.97),rgba(5,10,20,.98));
  box-shadow:
    inset 0 1px 0 rgba(180,230,255,.22),
    inset 0 0 0 1px rgba(8,18,36,.85);
  text-align:center
}
.launch-title-line{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:center;
  gap:.35em;
  margin:0 0 8px;
  font-size:clamp(1.05rem,2.1vw,1.28rem);
  line-height:1.25;
  font-weight:680;
  color:#fff
}
.launch-kicker{
  margin:0;
  color:var(--cyan);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.62em;
  font-weight:700
}
.launch-title-sep{color:rgba(180,230,255,.55);font-weight:500}
.launch-sign .launch-date{
  margin:0;
  color:#fff;
  letter-spacing:.04em;
  text-transform:none;
  font-size:1em;
  font-weight:700
}
.launch-sign .lead{
  margin:0 auto 12px;
  max-width:44rem;
  color:var(--muted);
  font-size:15px;
  line-height:1.45
}
.launch-merch{
  margin:4px auto 0;
  max-width:360px;
}
.launch-merch img{
  display:block;
  width:100%;
  max-width:360px;
  height:auto;
  margin:0 auto;
  border-radius:10px;
  box-shadow:0 12px 26px rgba(0,0,0,.32);
}
@media (max-width:640px){
  .launch-plaque-frame{padding:12px 14px 10px}
  .launch-merch,.launch-merch img{max-width:160px}
}
.beta{display:none!important}

html[data-site="box"] .claryel-beta-strip-standard,
html[data-site="box"] .beta-banner,
html[data-site="box"] .production-beta-ribbon,
html[data-site="box"] #claryelBetaStrip,
html[data-site="box"] #betaBanner,
html[data-site="box"] .beta{display:none!important}
html[data-site="box"] body{padding-top:0!important;padding-bottom:0!important}
.lang-orbit-shell.is-open{opacity:1;visibility:visible;pointer-events:auto;z-index:2400}
html.lang-orbit-lock, body.lang-orbit-lock{overflow:hidden;overscroll-behavior:none;touch-action:none}

/* Footer legal plates: Privacy, Cookies, TRL 4, Universe. Same 3D dark-glass cyan-edge volume. Never top chrome. */
.site-footer .site-marks,
.site-marks{
  display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:12px;
  width:min(1120px,calc(100% - 32px));margin:18px auto 8px;padding:4px 0 8px;
}
.site-footer{padding-bottom:36px}
.site-footer .site-marks .site-mark,
.site-marks .site-mark,
html[data-site=box] .site-marks .claryel-universe-control,
html[data-site=box] .site-marks .claryel-trl-badge,
html[data-site=box] #claryelFooterMarks .claryel-universe-control,
html[data-site=box] #claryelFooterMarks .claryel-trl-badge{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;
  z-index:1!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;
  padding:2px 8px!important;
  border-radius:999px!important;
  border:1px solid rgba(61,232,255,.38)!important;
  background:
    linear-gradient(180deg,rgba(18,32,56,.78),rgba(6,12,24,.88))!important;
  box-shadow:
    0 10px 22px rgba(0,0,0,.38),
    0 1px 0 rgba(180,230,255,.16),
    inset 0 1px 0 rgba(180,230,255,.18),
    inset 0 -10px 18px rgba(0,0,0,.28)!important;
  color:#e8f6ff!important;
  cursor:pointer!important;
  text-decoration:none!important;
  transform:none!important;
  opacity:.82!important;
  font:650 11px/1 Inter,ui-sans-serif,system-ui,sans-serif!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-align:center!important;
}
.site-footer .site-marks .site-mark:hover,
.site-footer .site-marks .site-mark:focus-visible,
html[data-site=box] .site-marks .claryel-universe-control:hover,
html[data-site=box] .site-marks .claryel-universe-control:focus-visible,
html[data-site=box] .site-marks .claryel-trl-badge:hover,
html[data-site=box] .site-marks .claryel-trl-badge:focus-visible{
  opacity:1!important;
  transform:none!important;
  border-color:rgba(61,232,255,.7)!important;
  box-shadow:
    0 14px 28px rgba(0,0,0,.42),
    0 0 20px rgba(61,232,255,.16),
    inset 0 1px 0 rgba(180,230,255,.28)!important;
  outline:none!important;
}
html[data-site=box] .site-marks .universe-control-core{display:none!important}
html[data-site=box] .site-marks .claryel-control-sr{
  position:static!important;width:auto!important;height:auto!important;margin:0!important;
  overflow:visible!important;clip:auto!important;white-space:normal!important;
  color:#e8f6ff!important;font-size:13px!important;letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
html[data-site=box] .site-marks .claryel-trl-badge span{
  display:flex!important;flex-direction:column!important;align-items:center!important;
  color:#e8f6ff!important;letter-spacing:.14em!important;font-size:13px!important;
}
html[data-site=box] .site-marks .claryel-trl-badge b{
  font-size:18px!important;letter-spacing:.04em!important;color:#fff!important;
}
html[data-site=box] .site-marks .site-mark[data-tooltip]::after,
html[data-site=box] .site-marks .claryel-universe-control[data-tooltip]::after{
  content:attr(data-tooltip);
  position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);
  min-width:max-content;padding:6px 10px;border-radius:8px;
  background:rgba(6,12,24,.94);border:1px solid rgba(61,232,255,.35);
  color:#e8f6ff;font-size:12px;letter-spacing:.04em;white-space:nowrap;
  pointer-events:none;opacity:0;transition:opacity .15s ease;
  text-transform:none;font-weight:600;
}
html[data-site=box] .site-marks .site-mark[data-tooltip]:hover::after,
html[data-site=box] .site-marks .site-mark[data-tooltip]:focus-visible::after,
html[data-site=box] .site-marks .claryel-universe-control:hover::after,
html[data-site=box] .site-marks .claryel-universe-control:focus-visible::after{
  opacity:1;
}
html[data-site=box] body > .claryel-trl-badge,
html[data-site=box] #claryelGlobalControls,
html[data-site=box] .claryel-global-controls-standard{
  display:none!important;
}
.trl-lines-note{
  margin:28px 0 0;padding:10px 12px;border-radius:12px;
  border:1px solid rgba(90,200,255,.16);
  background:rgba(8,16,32,.35);color:var(--muted);font-size:13px;line-height:1.5
}
@media (max-width:640px){
  .site-marks{flex-direction:column;align-items:center}
  html[data-site="box"] .site-marks .claryel-universe-control,
  html[data-site="box"] .site-marks .claryel-trl-badge{width:min(320px,100%)!important}
}

.footer-contacts{display:flex;flex-wrap:wrap;gap:8px 28px;align-items:center}
.footer-contact-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 10px;align-items:center;min-width:0}
.footer-contact-kicker{margin:0;color:#cfe6f7;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;white-space:nowrap}
.footer-contact-hint{display:none}
.site-footer .footer-contact-icon{padding:0 2px!important;min-width:0}
.support-phone-uses{margin:10px 0 0;padding-left:1.2em}
.support-phone-uses li{margin:4px 0}
.site-footer .footer-contact-plate,
.support-contact-blocks .footer-contact-plate,
.site-footer .site-marks .site-mark{gap:8px!important}
.site-footer .site-marks .site-mark img{
  width:12px!important;height:12px!important;object-fit:contain;flex:0 0 12px;
  filter:none;pointer-events:none}
.footer-contact-plate img,
.support-contact-blocks .footer-contact-plate img{
  width:16px!important;height:16px!important;object-fit:contain;flex:0 0 16px;
  filter:none;pointer-events:none;vertical-align:middle}
.support-contact-blocks .footer-contact-plate{margin-top:10px;max-width:320px}
html[data-site=box] [data-claryel-cmp],
html[data-site=box] .claryel-cmp-manage,
html[data-site=box] .claryel-consent-manage,
html[data-site=box] #claryelConsentManage,
html[data-site=box] .cc-revoke,
html[data-site=box] .cky-btn-revisit,
html[data-site=box] [aria-label="Confidentiality settings"],
html[data-site=box] button.manage-consent,
html[data-site=box] .manage-preferences,
html[data-site=box] a[href="#manage-consent"]{display:none!important}


html[data-site=box] .claryel-privacy-manage,
html[data-site=box] [data-claryel-privacy-manage]{display:none!important;}

/* Official CLARYEL channel video band — compact horizontal stripe, same plaque language. */
.video-band{margin:8px auto 28px}
.video-channel{color:inherit}
.video-channel:hover,.video-channel:focus-visible{color:#fff}
.video-stage{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:16px;
  align-items:start;
  min-width:0
}
.video-shorts{display:flex;flex-direction:column;gap:8px;min-width:0}
.video-shorts-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;min-width:0}
.video-long{min-width:0}
.video-plaque{
  position:relative;
  min-width:0;
  padding:3px;
  border-radius:16px;
  background:
    linear-gradient(140deg,rgba(61,232,255,.95),rgba(58,125,255,.55) 38%,rgba(180,76,255,.42) 72%,rgba(61,232,255,.8));
  box-shadow:
    0 0 0 1px rgba(61,232,255,.28),
    0 12px 28px rgba(0,0,0,.42),
    0 0 28px rgba(61,232,255,.16)
}
.video-plaque-inner{
  height:100%;
  padding:10px 10px 12px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(14,26,48,.97),rgba(5,10,20,.98));
  box-shadow:
    inset 0 1px 0 rgba(180,230,255,.22),
    inset 0 0 0 1px rgba(8,18,36,.85)
}
.video-label{
  margin:0 0 8px;
  color:var(--cyan);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:11px;
  font-weight:700
}
.video-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:10px;
  overflow:hidden;
  background:#000;
  box-shadow:0 10px 22px rgba(0,0,0,.32)
}
.video-frame-short{
  max-height:160px;
  max-width:min(100%,calc(160px * 16 / 9));
  margin-inline:auto
}
.video-frame-long{
  max-height:220px;
  max-width:min(100%,calc(220px * 16 / 9))
}
.video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block
}
.video-caption{
  margin:8px 2px 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.35
}
@media (max-width:900px){
  .video-stage{grid-template-columns:1fr}
  .video-frame-short{max-height:150px;max-width:min(100%,calc(150px * 16 / 9))}
  .video-frame-long{max-height:200px;max-width:min(100%,calc(200px * 16 / 9))}
}
@media (max-width:640px){
  .video-plaque-inner{padding:8px 8px 10px}
  .video-caption{font-size:12px}
  .video-frame-short{max-height:140px;max-width:min(100%,calc(140px * 16 / 9))}
}

.offer-sign{
  margin:20px auto 16px;
  padding:0;
  border:0;
  background:transparent;
  display:flex;
  justify-content:center
}
.offer-plaque{
  position:relative;
  width:fit-content;
  max-width:min(56rem,100%);
  margin:0 auto;
  padding:3px;
  border-radius:16px;
  background:
    linear-gradient(140deg,rgba(61,232,255,.95),rgba(58,125,255,.55) 38%,rgba(180,76,255,.42) 72%,rgba(61,232,255,.8));
  box-shadow:
    0 0 0 1px rgba(61,232,255,.28),
    0 12px 28px rgba(0,0,0,.42),
    0 0 28px rgba(61,232,255,.16)
}
.offer-plaque-frame{
  padding:28px 36px 24px;
  border-radius:14px;
  background:
    linear-gradient(180deg,rgba(14,26,48,.97),rgba(5,10,20,.98));
  box-shadow:
    inset 0 1px 0 rgba(180,230,255,.22),
    inset 0 0 0 1px rgba(8,18,36,.85);
  text-align:center
}
.offer-kicker{
  margin:0 0 8px;
  color:var(--cyan);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:700
}
.offer-price-row{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:center;
  gap:.35em .7em;
  margin:0 0 8px
}
.offer-price{
  margin:0;
  color:#fff;
  font-size:clamp(2.4rem,6vw,3.4rem);
  line-height:1;
  font-weight:760;
  letter-spacing:.01em
}
.offer-price-note{
  color:var(--muted);
  font-size:1.05rem
}
.offer-net-line{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:center;
  gap:.4em;
  margin:0 0 10px;
  font-size:1.05rem
}
.offer-net{color:rgba(200,230,255,.92);font-weight:650}
.offer-net-note{color:var(--muted)}
.offer-service{
  margin:0 auto 14px;
  max-width:44rem;
  color:var(--muted);
  font-size:15px;
  line-height:1.45
}
.offer-pay-form{display:inline-flex;margin:0;padding:0;border:0;background:transparent}
button.btn{cursor:pointer;font:inherit;appearance:none;-webkit-appearance:none}
@media (max-width:640px){
  .offer-plaque-frame{padding:16px 16px 14px}
}

.offer-ready-bar{margin:8px auto 0;padding:8px 16px;max-width:56rem;text-align:center;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700;color:#9ef6ff}
.offer-title{margin:0 0 10px;font-size:clamp(1.25rem,3vw,1.7rem);line-height:1.2;font-weight:700}
.offer-points{list-style:none;margin:14px auto 18px;padding:0;text-align:left;max-width:40rem}
.offer-points li{position:relative;padding:8px 0 8px 1.1em;color:#e8f4ff;font-size:15px;line-height:1.45;font-weight:500}
.offer-points li:before{content:"";position:absolute;left:0;top:.7em;width:7px;height:7px;border-radius:50%;background:#3de8ff}
.offer-book-form{display:grid;gap:10px;margin:18px auto 0;max-width:28rem;text-align:left}
.offer-field{display:grid;gap:4px;color:#d7ecff;font-size:13px}
.offer-field input{padding:10px 12px;border-radius:12px;border:1px solid rgba(120,220,255,.32);background:rgba(8,16,32,.7);color:#fff;font:inherit}
.offer-fattura{border:1px solid rgba(120,220,255,.22);border-radius:14px;padding:8px 12px;background:rgba(8,16,32,.35)}
.offer-fattura summary{cursor:pointer;color:#9ef6ff;font-size:14px;font-weight:650;padding:6px 0}
.offer-fattura[open] .offer-field{margin-top:8px}
.offer-plaque-frame .btn.primary{margin-top:6px}

.offer-limited{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 14px}
.offer-limited-seal{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(61,232,255,.45))}
.offer-limited-label{max-width:16rem;text-align:left;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;line-height:1.25;color:#9ef6ff}

.offer-invoice-note{margin:14px 0 0;font-size:14px;line-height:1.45;color:#b7c7d4}
.header-right{flex:0 0 auto;width:auto;min-width:0;height:auto}
.header-auth{display:flex;align-items:center;gap:8px}
.header-auth .btn{padding:8px 14px;font-size:13px;white-space:nowrap}
.offer-paid{margin:16px auto;padding:16px 18px;border:1px solid rgba(90,200,255,.28);border-radius:18px;background:rgba(8,16,32,.7)}
.offer-paid[hidden]{display:none}

.offer-book-form[hidden]{display:none}
.offer-check{display:flex;align-items:flex-start;gap:8px;color:#d7ecff;font-size:14px;font-weight:600}
.offer-check input{margin-top:3px}
.offer-fattura-fields{display:grid;gap:10px;padding:10px 12px;border:1px solid rgba(120,220,255,.22);border-radius:14px;background:rgba(8,16,32,.35)}
.offer-fattura-fields[hidden]{display:none}

.nav-legal{display:inline-flex;align-items:center;gap:6px}
.nav-legal-sep{color:var(--muted);opacity:.55;line-height:1}
.site-footer .footer-line,
.site-footer .row{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 18px;
}
.site-footer .footer-legal{
  display:inline-flex;align-items:center;gap:6px;line-height:1.2;color:var(--muted);
}
.site-footer .footer-copy-mark{color:#fff;font-weight:700;line-height:1}
.site-footer .footer-contacts{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px 16px}
.site-footer .footer-contact-group{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:6px 8px}
.site-footer .footer-contact-kicker{line-height:1;margin:0}
.site-footer .footer-contact-plate{
  display:inline-flex!important;align-items:center!important;height:auto!important;min-height:0!important;
  padding:0!important;border:0!important;background:none!important;box-shadow:none!important;transform:none!important;
  border-radius:0!important;
}
.site-footer nav{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px 12px}
.site-footer .legal-line{display:none}
.site-footer .site-marks{margin:10px auto 0;padding:0;align-items:center;gap:8px}
@media (max-width:640px){
  .site-marks{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}
  html[data-site="box"] .site-marks .claryel-universe-control,
  html[data-site="box"] .site-marks .claryel-trl-badge{width:auto!important;min-width:0!important}
}
