:root {
  --bg: #07111f;
  --bg-soft: rgba(255,255,255,0.06);
  --bg-card: rgba(11,18,32,0.72);
  --stroke: rgba(255,255,255,0.12);
  --text: #eaf2ff;
  --muted: #9ab0d1;
  --accent: #7c5cff;
  --accent-2: #26d0ce;
  --accent-3: #ff6b9f;
  --shadow: 0 20px 70px rgba(0,0,0,.35);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: radial-gradient(circle at top left, rgba(124,92,255,.18), transparent 30%), radial-gradient(circle at bottom right, rgba(38,208,206,.14), transparent 28%), var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(120deg, rgba(124,92,255,.10), transparent 35%), linear-gradient(240deg, rgba(255,107,159,.08), transparent 40%);
  pointer-events: none;
  z-index: -1;
}
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 32px)); }
.glass, .glass-soft, .pricing-card, .service-card, .content-box, .form-box {
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.glass { background: rgba(7,17,31,.72); }
.glass-soft { background: var(--bg-card); }
.header { position: sticky; top: 0; z-index: 50; margin: 16px auto 0; width: min(calc(var(--container) + 8px), calc(100% - 16px)); border-radius: 24px; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; gap: 20px; }
.brand { display: flex; gap: 14px; align-items: center; }
.brand strong { display: block; font-size: 1.05rem; }
.brand small { color: var(--muted); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px rgba(124,92,255,.35);
  position: relative;
}
.brand-mark::after {
  content: ''; position: absolute; inset: 10px; border-radius: 10px;
  border: 2px solid rgba(255,255,255,.55);
}
.nav { display: flex; gap: 26px; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a:hover, .nav a.active { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 999px; }
.lang-switch span { color: var(--muted); font-size: .9rem; }
.lang-switch a { padding: 8px 10px; border-radius: 999px; font-weight: 700; color: var(--muted); }
.lang-switch a.active { background: rgba(255,255,255,.12); color: var(--text); }
.menu-btn { display: none; background: transparent; border: 1px solid var(--stroke); color: var(--text); padding: 8px 12px; border-radius: 12px; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; padding: 80px 0 30px; min-height: calc(100vh - 120px); }
.kicker, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #c5d5ff; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.kicker::before, .section-kicker::before { content: ''; width: 32px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); }
.hero h1, .page-hero h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; margin: 18px 0; max-width: 14ch; }
.hero p, .page-hero p, .section-head p, .content-box p, .legal-copy p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 16px; font-weight: 800; border: 1px solid var(--stroke);
  transition: .25s ease; min-width: 160px;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; border-color: transparent; }
.btn-secondary { background: rgba(255,255,255,.04); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-stats span {
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.05); color: #d6e2ff; border: 1px solid var(--stroke);
}
.hero-panel { position: relative; min-height: 520px; border-radius: 32px; overflow: hidden; }
.panel-card { position: absolute; inset: auto 22px 22px 22px; background: rgba(3,9,18,.68); border: 1px solid rgba(255,255,255,.1); border-radius: 26px; padding: 26px; }
.panel-card h3 { margin-top: 0; font-size: 1.6rem; }
.panel-line { width: 120px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); margin-bottom: 18px; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 18px; }
.mini-grid div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.04); }
.mini-grid strong { display: block; font-size: 1.4rem; }
.mini-grid span { color: var(--muted); }
.orb { position: absolute; border-radius: 999px; filter: blur(4px); animation: float 7s ease-in-out infinite; }
.orb-1 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(124,92,255,.7), rgba(124,92,255,0)); top: 50px; left: 40px; }
.orb-2 { width: 260px; height: 260px; background: radial-gradient(circle, rgba(38,208,206,.56), rgba(38,208,206,0)); bottom: 100px; right: 20px; animation-delay: -2s; }
.section { padding: 42px 0 44px; }
.section-head { margin-bottom: 26px; }
.section-head h2, .content-box h2, .cta-band h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 16px 0 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { border-radius: 26px; padding: 28px; }
.service-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(135deg, rgba(124,92,255,.22), rgba(38,208,206,.18)); margin-bottom: 16px; font-size: 1.5rem; }
.service-card h3, .pricing-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.service-card p { color: var(--muted); line-height: 1.75; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing-grid.full { grid-template-columns: repeat(3,1fr); }
.pricing-card {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border-radius: 28px; padding: 26px; position: relative; overflow: hidden;
}
.pricing-card.featured { outline: 1px solid rgba(38,208,206,.45); transform: translateY(-4px); }
.pricing-card::before {
  content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
}
.price-top { margin-bottom: 18px; }
.price { font-size: 2.2rem; font-weight: 900; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; }
.pricing-card li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--muted); }
.split-section { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.content-box, .form-box, .cta-band, .legal-copy { border-radius: 28px; padding: 28px; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--muted); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: linear-gradient(135deg, rgba(124,92,255,.16), rgba(38,208,206,.1)); }
.page-hero { padding: 120px 0 18px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: #dbe7ff; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: var(--text);
}
.alert-success { padding: 14px 16px; border-radius: 16px; background: rgba(38,208,206,.14); border: 1px solid rgba(38,208,206,.22); margin-bottom: 18px; }
.footer { padding: 38px 0 24px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(4,9,18,.55); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 20px; }
.footer h3, .footer h4 { margin-top: 0; }
.footer p, .footer a, .contact-mini span, .footer-bottom { color: var(--muted); display: block; line-height: 1.8; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 18px; padding-top: 16px; text-align: center; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@media (max-width: 1024px) {
  .hero, .split-section, .footer-grid, .pricing-grid, .pricing-grid.full, .card-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }
}
@media (max-width: 760px) {
  .nav { display: none; position: absolute; top: 82px; left: 12px; right: 12px; padding: 18px; border-radius: 20px; background: rgba(7,17,31,.95); border: 1px solid var(--stroke); flex-direction: column; }
  .nav.open { display: flex; }
  .menu-btn { display: inline-flex; }
  .hero, .split-section, .footer-grid, .pricing-grid, .pricing-grid.full, .card-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .header { margin-top: 10px; }
  .nav-wrap { padding: 14px; }
  .lang-switch span { display: none; }
  .hero h1, .page-hero h1 { max-width: none; }
}
