:root{
  --bg:#0b0b0f;
  --surface:#12121a;
  --muted:#8b8ba3;
  --text:#f5f6fb;
  --brand:#ff5c8a;
  --brand-2:#6a8dff;
  --border:rgba(255,255,255,.08);
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: radial-gradient(1200px 800px at 10% -10%, rgba(255,92,138,.22), transparent 50%),
              radial-gradient(1200px 800px at 110% 10%, rgba(106,141,255,.18), transparent 50%),
              var(--bg);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:var(--text);text-decoration:none}
a:hover{opacity:.9}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;background:#000;color:#fff;padding:.5rem 1rem;border-radius:8px}
.site-header{
  position:sticky;top:0;z-index:20;
  backdrop-filter: blur(12px);
  background:linear-gradient(180deg, rgba(18,18,26,.9), rgba(18,18,26,.6));
  border-bottom:1px solid var(--border);
  display:flex;align-items:center;justify-content:space-between;
  padding:.6rem 1rem  .6rem 1rem;
}
.brand .logo{display:flex;align-items:center;gap:.6rem;font-weight:700}
.brand img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}
.navbar{display:flex;align-items:center;gap:1rem}
.navbar ul{list-style:none;margin:0;padding:0;display:flex;gap:.5rem}
.navbar a{padding:.6rem .9rem;border-radius:10px;display:inline-block}
.navbar a:hover{background:rgba(255,255,255,.06)}
.navbar a.active{background:linear-gradient(90deg, rgba(255,92,138,.18), rgba(106,141,255,.18));border:1px solid var(--border)}
.nav-toggle{display:none;background:none;border:0;color:var(--text)}
.nav-toggle .bar{display:block;width:22px;height:2px;background:var(--text);margin:4px 0;border-radius:4px}
.header-social{display:flex;gap:.5rem}
.icon.social{color:#fff;display:inline-flex;padding:.4rem;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.04)}
.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;padding:3rem 1.2rem}
.hero-text h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:.2rem 0 .6rem}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:.7rem 1rem;border:1px solid var(--border);transition:.2s;cursor:pointer}
.btn.primary{background:linear-gradient(90deg, var(--brand), var(--brand-2));border:0;color:white}
.btn.ghost{background:transparent}
.btn.white{background:white;color:#111;border:0}
.btn.text{padding:0;border:0;color:var(--brand-2)}
.btn.small{padding:.45rem .75rem;border-radius:10px}
.btn.small.outline{background:transparent;border:1px solid var(--border)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 1.2rem 2rem}
.feature-card{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}
.feature-card .icon{width:44px;height:44px;display:grid;place-items:center;background:rgba(255,255,255,.06);border-radius:12px;margin-bottom:.75rem}
.hero-slider{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,.02)}
.hero-slider .slides{position:relative;height:420px}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s}
.slide.active{opacity:1}
.slide img{width:100%;height:420px;object-fit:cover}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.35);border:0;color:#fff;padding:.5rem;border-radius:10px;cursor:pointer}
.slider-btn.prev{left:.6rem}
.slider-btn.next{right:.6rem}
.dots{position:absolute;bottom:.6rem;left:0;right:0;display:flex;justify-content:center;gap:.4rem}
.dots button{width:8px;height:8px;border-radius:999px;border:0;background:rgba(255,255,255,.35)}
.dots button.active{background:#fff}
.cta-ribbon{padding:1rem 1.2rem}
.ribbon-content{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg, rgba(255,92,138,.18), rgba(106,141,255,.18));border:1px solid var(--border);border-radius:16px;padding:1rem 1.2rem}
.glossary{padding:2rem 1.2rem}
.glossary dl{display:grid;grid-template-columns:1fr 2fr;gap:.6rem 1rem}
.section-head{padding:2rem 1.2rem}
.post-grid{padding:1rem 1.2rem;display:grid;grid-template-columns:1fr;gap:1rem}
.post-card{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--border);border-radius:16px;overflow:hidden}
.post-card .post-image img{height:260px;object-fit:cover}
.post-content{padding:1rem}
.more-links{padding:1rem 1.2rem}
.post-links{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.post-links a{color:var(--brand-2)}
.about-layout .team-grid{padding:1rem 1.2rem;display:grid;grid-template-columns:repeat(5, minmax(180px,1fr));gap:1rem}
.team-card{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--border);border-radius:16px;padding:1rem;text-align:center}
.team-card img{border-radius:12px;object-fit:cover;width:100%;height:auto}
.about-cta{padding:2rem 1.2rem}
.about-cta .card{border:1px solid var(--border);border-radius:16px;padding:1.2rem;display:grid;gap:.6rem;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01))}
.contact-layout .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 1.2rem}
.info-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));display:grid;gap:.4rem}
.contact-form-section{padding:1rem 1.2rem 2rem}
.form-card{border:1px solid var(--border);border-radius:16px;padding:1.2rem;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01))}
.form-card .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:.8rem}
label{display:grid;gap:.35rem;font-size:.95rem;color:#e2e3ee}
input,textarea{background:#0f0f15;border:1px solid var(--border);color:#fff;border-radius:10px;padding:.7rem}
input:focus,textarea:focus{outline:2px solid rgba(106,141,255,.4);outline-offset:1px}
.form-actions{display:flex;align-items:center;gap:.8rem;margin-top:.6rem}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:30}
.modal[aria-hidden="false"]{display:flex}
.modal-inner{background:#151521;border:1px solid var(--border);border-radius:16px;padding:1.2rem;box-shadow:var(--shadow);width:min(90vw,460px)}
.site-footer{border-top:1px solid var(--border);padding:2rem 1.2rem;background:rgba(0,0,0,.3);margin-top:2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}
.footer-brand img{width:40px;height:40px;border-radius:8px;margin-bottom:.5rem}
.footer-nav ul, .footer-legal ul{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}
.legal-link{color:#aab3ff}
.cookie-banner{position:fixed;left:0;right:0;bottom:0;background:#0f0f15;color:#fff;border-top:1px solid var(--border);display:none}
.cookie-banner.show{display:block}
.cookie-content{display:flex;align-items:center;gap:1rem;justify-content:space-between;padding:.8rem 1rem;flex-wrap:wrap}
.cookie-link{color:#aab3ff}
.cookie-modal{position:fixed;inset:0;display:none;background:rgba(0,0,0,.6);z-index:40;align-items:center;justify-content:center}
.cookie-modal.show{display:flex}
.cookie-modal-inner{background:#151521;border:1px solid var(--border);border-radius:16px;padding:1rem;width:min(90vw,460px);display:grid;gap:.6rem}
.switch{display:flex;align-items:center;gap:.6rem}
.theme-home .hero-text h1{background: linear-gradient(90deg, #fff, #cbd3ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.theme-blog .section-head h1{color:#ffd0e0}
.theme-about .section-head h1{color:#c6d3ff}
.theme-contact .contact-info h1{color:#ffe1ef}
.theme-post .post-header h1{color:#ffd0e0}
@media (max-width: 980px){
  .hero{grid-template-columns:1fr;gap:1rem}
  .features{grid-template-columns:1fr}
  .post-card{grid-template-columns:1fr}
  .about-layout .team-grid{grid-template-columns:repeat(2,1fr)}
  .contact-layout .cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .navbar ul{display:none;position:absolute;right:1rem;top:60px;background:#0f0f15;border:1px solid var(--border);border-radius:12px;padding:.5rem;flex-direction:column;width:200px}
  .nav-toggle{display:block}
  .navbar ul.show{display:flex}
}
