*{box-sizing:border-box}body{margin:0;background:#080b12;color:#edf0f8;font-family:Manrope,system-ui,sans-serif;line-height:1.65}.wrap{max-width:900px;margin:auto;padding:32px 20px 70px}.top{display:flex;align-items:center;gap:14px;margin-bottom:28px}.brand{font-size:20px;font-weight:800}.top a,.lang{color:#aaa5ff;background:#171c28;border:1px solid #303748;border-radius:8px;padding:7px 10px;text-decoration:none}.grow{flex:1}.hero{background:linear-gradient(135deg,#242653,#141a26);border:1px solid #7970ff55;border-radius:16px;padding:28px;margin-bottom:18px}.hero h1{margin:5px 0;font-size:34px}.hero p{color:#b1b6c7;margin:4px 0}.doc{background:#121720;border:1px solid #293040;border-radius:16px;padding:28px}.doc h2{font-size:20px;margin-top:30px}.doc h3{font-size:15px;margin-top:22px}.doc p,.doc li{color:#b8bdcb;font-size:14px}.notice{background:#2e260d;border:1px solid #705b19;border-radius:10px;padding:12px 14px;color:#f5d77f}.es{display:none}.show-es .en{display:none}.show-es .es{display:block}.small{font-size:12px;color:#8d94a6}.consent-banner{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #26344a;border-radius:14px;background:#0d1523;color:#eef4ff;box-shadow:0 18px 50px #0008}.consent-banner[hidden]{display:none}.consent-banner p{margin:3px 0 0;color:#aebbd0;font-size:12px}.consent-banner>div:last-child{display:flex;gap:8px;flex-shrink:0}.consent-banner button{border:1px solid #33445f;border-radius:8px;background:#16243a;color:#fff;padding:8px 12px;cursor:pointer}.consent-banner button.primary{background:#6d5dfc;border-color:#6d5dfc}@media(max-width:650px){.wrap{padding:14px 11px 50px}.top{flex-wrap:wrap}.grow{display:none}.hero,.doc{padding:17px}.hero h1{font-size:27px}.consent-banner{align-items:stretch;flex-direction:column}.consent-banner>div:last-child button{flex:1}}

/* Chroify theme harmonization */
:root{--ch-cyan:#18d6d0;--ch-violet:#8057ff;--ch-orange:#ff9a32}
body{background:radial-gradient(circle at 12% 8%,rgba(24,214,208,.10),transparent 28rem),radial-gradient(circle at 86% 0,rgba(255,154,50,.08),transparent 24rem),#080b12}
.top a,.lang{color:#bdefff;border-color:rgba(24,214,208,.28);background:#10202a}
.hero{background:linear-gradient(135deg,#12313d,#141a26);border-color:rgba(24,214,208,.35)}
.doc{border-color:#26394b}
.consent-banner button.primary{background:linear-gradient(110deg,var(--ch-cyan),var(--ch-violet),var(--ch-orange));border-color:transparent}

/* Public legal CTA polish */
:root{--public-cyan:#18d6d0;--public-blue:#3c8bff;--public-violet:#8057ff;--public-orange:#ff9a32}
.top a,.lang,.consent-banner button{
  background:rgba(17,23,34,.72);
  border-color:rgba(142,223,255,.28);
  color:#d8f8ff;
}
.top a:hover,.lang:hover,.consent-banner button:hover{
  border-color:rgba(24,214,208,.58);
  background:rgba(24,214,208,.10);
}
.consent-banner button.primary{
  color:#fff;
  background:linear-gradient(115deg,var(--public-cyan) 0%,var(--public-blue) 38%,var(--public-violet) 66%,var(--public-orange) 100%);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(24,214,208,.14),0 0 0 1px rgba(255,255,255,.14) inset;
}
.hero{
  border-color:rgba(24,214,208,.42);
  box-shadow:0 18px 48px rgba(24,214,208,.07);
}
