:root{
  --bg:#070A12;
  --bg2:#060814;
  --card:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.55);
  --shadow: 0 30px 80px rgba(0,0,0,.45);
  --r:22px;
  --accent:#6C7CFF;
  --orange:#FF9A55;
  --blue:#4DA3FF;
  --violet:#B18CFF;
}

*{box-sizing:border-box}
html,body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: none;
  overflow-x:hidden;
}


a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.site-header{
  position:sticky; top:0; z-index:20;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background:rgba(7,10,18,.55);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:18px}

.brand{display:flex; align-items:center; gap:10px}
.brand-mark{
  width:28px; height:28px; border-radius:10px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 30px rgba(0,0,0,.30);
  font-size:14px;
}
.brand-name{font-weight:700; letter-spacing:-.02em}
.brand.mini .brand-mark{width:26px;height:26px}
.brand-mark.small{width:22px;height:22px;border-radius:8px}

.nav-links{display:flex; align-items:center; gap:18px}
.nav-links a{color:var(--muted); font-weight:500}
.nav-links a:hover{color:var(--text)}

.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid rgba(255,255,255,.12);
  width:42px;height:38px;border-radius:12px;
  align-items:center; justify-content:center;
}
.burger{
  width:18px;height:2px;background:rgba(255,255,255,.85);
  position:relative; display:block; border-radius:2px;
}
.burger:before,.burger:after{
  content:""; position:absolute; left:0; width:18px;height:2px;border-radius:2px;
  background:rgba(255,255,255,.70);
}
.burger:before{top:-6px}
.burger:after{top:6px}

.hero{position:relative; padding:72px 0 36px}
.hero-grid{display:grid; grid-template-columns: 1.15fr .85fr; gap:34px; align-items:start}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  color:var(--muted); font-weight:600; letter-spacing:.02em;
}
.kicker:before{
  content:""; width:18px;height:1px;
  background:rgba(255,255,255,.25);
}
h1{
  margin:14px 0 14px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.grad{
  background: linear-gradient(90deg, rgba(108,124,255,1), rgba(177,140,255,1), rgba(255,154,85,1));
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}
.lead{
  margin:0;
  max-width:56ch;
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
}
.hero-cta{display:flex; gap:12px; margin-top:22px; flex-wrap:wrap}

.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.chips-lg{gap:10px}
.chip{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.72);
  font-weight:600;
  font-size:13px;
}

.hero-panel .panel{
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.panel-top{
  display:flex; align-items:center; gap:8px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.16)}
.panel-title{margin-left:6px; color:rgba(255,255,255,.75); font-weight:700; font-size:13px; letter-spacing:.02em}
.panel-list{padding:14px 16px 16px}
.panel-item{padding:12px 12px; border-radius:16px; border:1px solid rgba(255,255,255,.06)}
.panel-item + .panel-item{margin-top:10px}
.panel-label{font-weight:700; letter-spacing:-.01em}
.panel-sub{color:var(--muted2); margin-top:4px; font-size:13px}
.panel-link{
  display:inline-block; margin-top:10px;
  color:rgba(255,255,255,.78);
  font-weight:700; font-size:13px;
}
.panel-link:hover{color:#fff; text-decoration:underline}

.hero-glow{
  position:absolute; inset:-120px -120px auto -120px;
  height:260px;
  background: radial-gradient(closest-side, rgba(108,124,255,.18), transparent 70%);
  pointer-events:none;
  filter: blur(10px);
}

.section{padding:54px 0}
.section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 70%);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:22px}
.section-head h2{margin:0; font-size:28px; letter-spacing:-.03em}
.section-head p{margin:0; color:var(--muted)}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.card{
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  padding:22px;
  min-height: 210px;
}
.card:hover{
  border-color: rgba(255,255,255,.16);
  transform: translateY(-2px);
  transition: transform .2s ease, border-color .2s ease;
}
.card h3{margin:14px 0 8px; letter-spacing:-.02em}
.card p{margin:0 0 18px; color:var(--muted); line-height:1.6}

.card-icon{
  width:44px;height:44px;border-radius:16px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff; font-size:18px;
}
.icon-orange{background: linear-gradient(180deg, rgba(255,154,85,.30), rgba(255,154,85,.10))}
.icon-blue{background: linear-gradient(180deg, rgba(77,163,255,.30), rgba(77,163,255,.10))}
.icon-violet{background: linear-gradient(180deg, rgba(177,140,255,.30), rgba(177,140,255,.10))}

.card-actions{display:flex; gap:10px; flex-wrap:wrap}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:44px;
  padding:0 16px;
  border-radius: 14px;
  font-weight:700;
  letter-spacing:-.01em;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
}
.btn:hover{border-color: rgba(255,255,255,.18)}
.btn-primary{
  border-color: rgba(108,124,255,.55);
  background: linear-gradient(180deg, rgba(108,124,255,.90), rgba(108,124,255,.70));
}
.btn-primary:hover{filter: brightness(1.05)}
.btn-ghost{background: rgba(255,255,255,.03)}
.btn-sm{height:38px; padding:0 14px; border-radius:12px; font-size:14px}

.nfc-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:center;
}
.lead-sm{color:var(--muted); line-height:1.7; margin-top:10px; margin-bottom:0}
.inline-cta{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}

.nfc-card{
  border-radius: var(--r);
  border:1px solid rgba(255,255,255,.10);
  background: radial-gradient(120% 120% at 10% 10%, rgba(108,124,255,.18), transparent 55%),
              radial-gradient(120% 120% at 80% 30%, rgba(177,140,255,.16), transparent 55%),
              linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  padding:22px;
}
.nfc-surface{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
  background: rgba(0,0,0,.20);
}
.nfc-brand{display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.78); font-weight:800; letter-spacing:-.02em}
.nfc-title{margin-top:18px; font-size:22px; font-weight:800; letter-spacing:-.03em}
.nfc-sub{margin-top:6px; color:rgba(255,255,255,.70); font-weight:700}
.nfc-mini{display:flex; gap:8px; margin-top:18px; flex-wrap:wrap}
.mini-pill{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color:rgba(255,255,255,.75);
  font-weight:700;
  font-size:12px;
}

.contact-box{
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.30);
  padding:22px;
  margin-top:16px;
}
.contact-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.muted{color:var(--muted2)}
.strong{font-weight:800; letter-spacing:-.02em; margin-top:4px}
.contact-cta{display:flex; gap:10px; margin-top:18px; flex-wrap:wrap}

.site-footer{
  padding:26px 0 18px;
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.18);
}
.footer{display:flex; justify-content:space-between; gap:18px; align-items:flex-start; padding-bottom:10px}
.footer-left{max-width:56ch}
.footer-links{display:flex; gap:14px; flex-wrap:wrap; color:rgba(255,255,255,.72); font-weight:600}
.footer-links a:hover{color:#fff; text-decoration:underline}
.footer-bottom{padding-top:10px; border-top:1px solid rgba(255,255,255,.06)}

.reveal{opacity:0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease}
.reveal.is-visible{opacity:1; transform:none}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr; gap:18px}
  .nfc-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr; gap:14px}
  .section-head{flex-direction:column; align-items:flex-start}
  .contact-row{grid-template-columns:1fr}
  .nav-toggle{display:inline-flex}
  .nav-links{
    position:absolute; left:20px; right:20px; top:64px;
    padding:12px;
    border-radius:16px;
    background:rgba(7,10,18,.95);
    border:1px solid rgba(255,255,255,.10);
    display:none;
    flex-direction:column;
    align-items:stretch;
  }
  .nav-links.is-open{display:flex}
  .nav-links a{padding:10px 10px; border-radius:12px}
}

@media (prefers-reduced-motion: reduce){
  .reveal{transition:none}
  .card:hover{transform:none}
}

/* --- Requested tweaks / overrides (v2) --- */
.linklike{
  background:transparent;
  border:0;
  padding:0;
  font: inherit;
  color: var(--muted);
  font-weight:500;
  cursor:pointer;
}
.linklike:hover{color:var(--text)}

.section-tight{padding-top:26px}
.h2-big{font-size:34px}

.card-top{display:flex; align-items:center; justify-content:flex-start; margin-bottom:10px}
.card-logo{
  height:38px;
  width:auto;
  display:block;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.35));
  opacity:.95;
}

.panel-simple .panel-body{padding:18px 16px 18px}
.panel-h{margin:6px 0 10px; font-size:18px; letter-spacing:-.02em}
.panel-p{margin:0 0 14px; color:var(--muted); line-height:1.65}
.panel-chips{display:flex; flex-wrap:wrap; gap:10px}

/* Cookie banner (full-screen consent) */
.cookie-banner{
  z-index: 9999;
  position:fixed;
  inset:0;
  z-index: 9999;
  display:none;
}
.cookie-banner.is-open{display:block}
.cookie-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.60);
}
.cookie-inner{
  position:relative;
  width:min(720px, calc(100% - 36px));
  margin: calc(12vh) auto 0;
  border-radius: var(--r);
  background: rgba(7,10,18,.92);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
  padding:18px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.cookie-text{max-width: 52ch}
.cookie-title{font-weight:900; letter-spacing:-.03em; font-size:18px}
.cookie-desc{color:var(--muted); margin-top:6px; line-height:1.55}
.cookie-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

/* Cookie modal */
.cookie-modal{position:fixed; inset:0; z-index:70; display:none}
.cookie-modal.is-open{display:block}
.cookie-modal-backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.cookie-modal-card{
  position:relative;
  width:min(620px, calc(100% - 36px));
  margin: calc(10vh) auto 0;
  border-radius: var(--r);
  background: rgba(7,10,18,.92);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0,0,0,.60);
  padding:18px;
}
.cookie-modal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cookie-x{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  border-radius:12px;
  width:40px;height:40px;
  cursor:pointer;
}
.cookie-options{padding:14px 0; display:grid; gap:12px}
.cookie-opt{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.cookie-opt input{margin-top:3px}
.modal-actions{justify-content:flex-end}

@media (max-width: 920px){
  .h2-big{font-size:30px}
  .cookie-inner{flex-direction:column; align-items:stretch}
  .cookie-actions{justify-content:flex-end}
}


/* Cookie modal improvements */
.cookie-modal-card{ margin: calc(12vh) auto 0; }
@media (max-width: 920px){
  .cookie-inner{ margin: 10vh auto 0; flex-direction:column; align-items:stretch; }
  .cookie-actions{ justify-content:flex-end; }
  .cookie-modal-card{ margin: 8vh auto 0; }
}


/* v5 hard overrides to guarantee full-screen cookie overlay */
.cookie-banner{
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
}
.cookie-banner.is-open{display:block !important;}
body.cookie-lock, html.cookie-lock{
  overflow: hidden !important;
}

/* iOS/WebKit fix: keep background gradients on a fixed layer to avoid banding/tiles */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(108,124,255,.16), transparent 60%),
    radial-gradient(900px 700px at 85% 20%, rgba(177,140,255,.14), transparent 65%),
    radial-gradient(1100px 900px at 40% 95%, rgba(255,154,85,.10), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  transform: translateZ(0);
  will-change: transform;
  pointer-events: none;
}
