/* Language switch - mobile safe */
.lang-switch {
  position: fixed;
  top: 78px;              /* под горния бар */
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 9999;
}

.lang-switch a {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

/* Desktop – можеш да ги скриеш ако искаш */
@media (min-width: 1024px) {
  .lang-switch {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
:root{
  --bg:#0b0b0c;
  --panel:#121216;
  --panel2:#16161c;
  --text:#f3f3f5;
  --muted:#b7b7c3;
  --line:rgba(255,255,255,.10);
  --shadow:0 20px 70px rgba(0,0,0,.45);
  --r:18px;
  --r2:26px;
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(1100px 700px at 15% -10%, rgba(200,162,255,.22), transparent 55%),
    radial-gradient(900px 600px at 105% 0%, rgba(255,213,167,.18), transparent 55%),
    linear-gradient(180deg, #070708, var(--bg) 30%, #070708);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.wrap{max-width:var(--max); margin:0 auto; padding:0 18px}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,11,12,.70);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom:1px solid var(--line);
}
.header__inner{min-height:72px; display:flex; gap:12px; align-items:center; justify-content:space-between}

.brand{display:flex; gap:12px; align-items:center}
.brand__dot{
  width:38px; height:38px; border-radius:14px;
  background: linear-gradient(135deg, rgba(200,162,255,1), rgba(255,213,167,1));
  box-shadow: 0 10px 25px rgba(200,162,255,.12);
}
.brand strong{display:block; font-size:14.5px; letter-spacing:.2px}
.brand small{display:block; color:var(--muted); font-size:12px; margin-top:2px}

.nav{display:flex; gap:16px}
.nav a{color:var(--muted); font-size:13.5px}
.nav a:hover{color:var(--text)}

.lang{
  display:flex; gap:8px; align-items:center;
  padding:6px; border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:999px;
}
.lang__item{
  font-size:12px; color:var(--muted);
  padding:7px 10px; border-radius:999px;
}
.lang__item.is-active{
  color:#111;
  background: linear-gradient(135deg, rgba(200,162,255,1), rgba(255,213,167,1));
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  font-weight:700;
  font-size:13.5px;
}
.btn--primary{border:0; color:#111; background:linear-gradient(135deg, rgba(200,162,255,1), rgba(255,213,167,1))}
.btn--ghost{background:rgba(255,255,255,.04)}
.btn--block{width:100%}

.burger{
  display:none;
  width:46px; height:42px; border-radius:14px;
  border:1px solid var(--line); background:rgba(255,255,255,.04);
}
.burger span{display:block; width:18px; height:2px; background:rgba(255,255,255,.8); margin:5px auto; border-radius:2px}

.mobile{border-top:1px solid var(--line); background:rgba(11,11,12,.92)}
.mobile__inner{display:grid; gap:12px; padding:14px 0 18px}
.mobile__inner a{color:var(--muted)}
.lang--mobile{justify-content:flex-start}

.hero{padding:48px 0 26px}
.hero__grid{display:grid; grid-template-columns:1.05fr .95fr; gap:18px; align-items:stretch}
.pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:12px;
}
h1{margin:14px 0 10px; font-size:44px; letter-spacing:-.6px; line-height:1.05}
.accent{
  background: linear-gradient(135deg, rgba(200,162,255,1), rgba(255,213,167,1));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{margin:0; color:rgba(243,243,245,.88); font-size:16.5px; line-height:1.55}

.cta{display:flex; gap:10px; flex-wrap:wrap; margin:18px 0}

.grid3{display:flex; gap:12px; flex-wrap:wrap}
.mini{
  min-width:210px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.mini strong{display:block; font-size:13px}
.mini span{display:block; font-size:12px; color:var(--muted); margin-top:4px}

.card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r2);
  box-shadow:var(--shadow);
  padding:18px;
}
.card__top h2{margin:0 0 6px; font-size:18px}
.muted{color:var(--muted)}
.tiny{font-size:12px; line-height:1.45}

.price{display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin:12px 0 10px}
.price__big{font-size:30px; font-weight:900}
.price__meta{color:var(--muted); font-size:12.5px}

.list{margin:10px 0 14px; padding-left:18px}
.list li{margin:6px 0}

.section{padding:56px 0}
.section--alt{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 60%);
}
h2{margin:0 0 16px; font-size:28px}

.cards{display:grid; grid-template-columns:repeat(4,1fr); gap:12px}
.card2{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r);
  padding:16px;
}
.card2 h3{margin:0 0 8px; font-size:16px}
.card2 p{margin:0; color:rgba(243,243,245,.86); line-height:1.55}

.two{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.box{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r2);
  padding:18px;
}
.warn{
  margin-top:14px;
  border:1px solid rgba(255,213,167,.35);
  background:rgba(255,213,167,.08);
  border-radius:var(--r);
  padding:12px 14px;
  display:flex; gap:10px; flex-wrap:wrap;
}
.warn strong{color:#fff}
.warn span{color:rgba(243,243,245,.86)}

.pricing{display:grid; grid-template-columns:repeat(3,1fr); gap:12px}
.pcard{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r2);
  padding:18px;
}
.pcard h3{margin:0 0 8px}
.pprice{font-size:24px; font-weight:900; margin:8px 0 6px}

.faq{display:grid; gap:10px}
.qa{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r);
  padding:10px 12px;
}
.qa summary{cursor:pointer; font-weight:800}
.qa p{margin:10px 0 0; color:rgba(243,243,245,.86); line-height:1.55}

.booking{display:grid; grid-template-columns:1fr 1fr; gap:12px}

.footer{
  border-top:1px solid var(--line);
  padding:18px 0;
  background:rgba(0,0,0,.25);
}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}

@media (max-width: 980px){
  .nav{display:none}
  .lang{display:none}
  .burger{display:block}
  .hero__grid{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .two{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .booking{grid-template-columns:1fr}
  h1{font-size:38px}
}
