:root{
  --bg:#0b1220;
  --bg2:#0f1a2e;
  --card:#0f1b31;
  --card2:#111f38;
  --text:#e9eefb;
  --muted:#a9b6d6;
  --line: rgba(255,255,255,.10);
  --accent:#7c5cff;
  --accent2:#22c55e;
  --danger:#ef4444;
  --shadow: 0 12px 36px rgba(0,0,0,.35);
  --radius: 16px;
}

*{box-sizing:border-box}
html,body{margin:0; padding:0; font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:var(--text); background: radial-gradient(1200px 700px at 20% -10%, #223a73 0%, rgba(34,58,115,0) 60%), var(--bg);}
a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92vw); margin:0 auto}
.section{padding:72px 0}
.section--alt{background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
h1{font-size:clamp(28px, 4vw, 44px); line-height:1.1; margin:14px 0 16px}
h2{font-size:28px; margin:0 0 18px}
h3{margin:0 0 10px}
p{color:var(--muted); line-height:1.6}
.sublead{margin-top:0; max-width:760px}

.topbar{position:sticky; top:0; z-index:10; background: rgba(11,18,32,.78); backdrop-filter: blur(10px); border-bottom:1px solid var(--line)}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:18px}
.brand{display:flex; align-items:center; gap:12px}
.brand__logo{width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background: linear-gradient(135deg, var(--accent), #2dd4bf); font-weight:800; box-shadow: var(--shadow)}
.brand__name{font-weight:800}
.brand__tag{font-size:12px; color:var(--muted)}

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

.btn{display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius:12px; border:1px solid var(--line); font-weight:700; gap:8px}
.btn--primary{background: linear-gradient(135deg, var(--accent), #4f46e5); border-color:transparent; box-shadow: var(--shadow)}
.btn--secondary{background: rgba(255,255,255,.06)}
.btn--ghost{background: transparent}
.btn--block{width:100%}

.hero{padding:64px 0 24px}
.hero__grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:28px; align-items:start}
@media (max-width: 920px){ .hero__grid{grid-template-columns:1fr} .nav{display:none} }

.pill{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; background: rgba(255,255,255,.06); border:1px solid var(--line); border-radius:999px; color:var(--muted); margin:0}
.dot{width:10px; height:10px; border-radius:50%; background: var(--accent2); box-shadow:0 0 0 4px rgba(34,197,94,.15)}
.lead{font-size:15px; max-width:720px}
.accent{color:var(--accent)}
.accent2{color:var(--accent2)}

.hero__cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.mini{display:grid; gap:10px; margin-top:18px}
.mini__item{display:grid; grid-template-columns: 110px 1fr; gap:10px; padding:10px 12px; border:1px solid var(--line); border-radius:14px; background: rgba(255,255,255,.03)}
.mini__k{color:var(--text); font-weight:700}
.mini__v{color:var(--muted); font-size:13px}

.lang-switch{display:flex; gap:10px; margin-top:16px}
.chip{background: rgba(255,255,255,.06); border:1px solid var(--line); color:var(--muted); padding:8px 12px; border-radius:999px; font-weight:700; cursor:pointer}
.chip--active{color:var(--text); border-color: rgba(124,92,255,.55); background: rgba(124,92,255,.16)}

.card{background: rgba(255,255,255,.04); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow)}
.visual-card{padding:14px}
.visual-card__top{display:flex; justify-content:space-between; align-items:center; margin-bottom:10px}
.badge{font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(255,255,255,.06); border:1px solid var(--line); color:var(--muted)}
.subtle{color:var(--muted)}
.visual-card__img{width:100%; border-radius:12px; border:1px solid rgba(255,255,255,.08); background:#0b1220}
.visual-card__note{font-size:12px; color:var(--muted); margin-top:10px}

.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:18px}
@media (max-width: 920px){ .grid3{grid-template-columns:1fr} }
.feature{padding:16px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px solid var(--line)}
.feature p{margin:0}

.split{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px}
@media (max-width: 920px){ .split{grid-template-columns:1fr} }
.split__card{padding:18px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px solid var(--line)}
.steps{margin:0; padding-left:18px}
.steps li{margin:8px 0; color:var(--muted)}

.disclaimer{margin-top:18px; padding:18px; border-radius: var(--radius); background: rgba(239,68,68,.08); border:1px solid rgba(239,68,68,.25)}
.disclaimer h3{margin-bottom:8px}
.disclaimer p{margin:6px 0}

.pricing{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px}
@media (max-width: 920px){ .pricing{grid-template-columns:1fr} }
.price-card{position:relative; padding:18px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px solid var(--line)}
.price-card--featured{border-color: rgba(124,92,255,.55); background: rgba(124,92,255,.10)}
.ribbon{position:absolute; top:14px; right:14px; font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(124,92,255,.22); border:1px solid rgba(124,92,255,.45)}
.price{display:flex; align-items:baseline; gap:8px; margin:10px 0 10px}
.price__value{font-size:40px; font-weight:900; color:var(--text)}
.price__unit{color:var(--muted)}
.check{margin:0; padding-left:18px; color:var(--muted)}
.check li{margin:8px 0}

.note{margin-top:14px; padding:14px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px dashed rgba(255,255,255,.18); color:var(--muted)}
.small{font-size:12px}

.faq details{border:1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 14px; padding:12px 14px; margin:10px 0}
.faq summary{cursor:pointer; font-weight:800; color:var(--text)}
.faq__body{margin-top:10px}

.contact{display:grid; grid-template-columns: .9fr 1.1fr; gap:14px; margin-top:18px}
@media (max-width: 920px){ .contact{grid-template-columns:1fr} }
.contact__card{padding:18px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px solid var(--line)}
.contact__rows{display:grid; gap:8px; margin:12px 0}
.row{display:flex; justify-content:space-between; gap:14px; padding:10px 12px; border-radius:12px; background: rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08)}
.row__k{color:var(--muted); font-weight:700}
.row__v a{color:var(--text); font-weight:800}
.hint{margin-top:10px; padding:12px; border-radius:14px; border:1px solid rgba(34,197,94,.25); background: rgba(34,197,94,.08); color:var(--muted)}

.contact__form{padding:18px; border-radius: var(--radius); background: rgba(255,255,255,.03); border:1px solid var(--line)}
label{display:grid; gap:6px; margin:10px 0}
label span{font-weight:700; color:var(--text); font-size:13px}
input, textarea{width:100%; padding:12px 12px; border-radius:12px; border:1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.18); color:var(--text); outline:none}
input:focus, textarea:focus{border-color: rgba(124,92,255,.65)}

.output{margin-top:12px; display:none; border-radius:14px; padding:12px; border:1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.22); color:var(--muted)}
.output pre{margin:0; white-space:pre-wrap; word-break:break-word; color:var(--text)}

.footer{padding:18px 0 0; text-align:center}


.logo-img{height:28px;width:auto;vertical-align:middle;margin-right:10px;}

.muted{opacity:0.8;}
