:root {
  --bg: #020617;
  --bg-2: #0f172a;
  --card: rgba(255,255,255,.045);
  --card-2: rgba(255,255,255,.075);
  --line: rgba(255,255,255,.11);
  --text: #ffffff;
  --muted: #cbd5e1;
  --muted-2: #94a3b8;
  --accent: #22d3ee;
  --accent-2: #67e8f9;
  --dark: #020617;
  --shadow: 0 30px 90px rgba(0,0,0,.35);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hidden { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 6, 23, .88);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-icon { width: 52px; height: 52px; object-fit: cover; border-radius: 18px; border: 1px solid var(--line); background: var(--bg-2); }
.brand strong { display: block; font-size: 16px; letter-spacing: .02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted-2); font-size: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255,255,255,.05);
}
.language-switch a {
  min-width: 36px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.language-switch a[aria-current="page"] { background: var(--accent); color: var(--dark); }
.nav-cta, .primary-btn, .secondary-btn, .contact-strip a, .contact-form button {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, border .2s ease; cursor: pointer;
}
.nav-cta { background: white; color: var(--dark); padding: 11px 19px; font-size: 14px; white-space: nowrap; }
.nav-cta:hover, .primary-btn:hover, .contact-form button:hover { transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; }
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(34,211,238,.24), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(14,165,233,.2), transparent 35%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding: 96px 0; align-items: center; }
.eyebrow, .section-heading span, .contact-strip span {
  display: inline-flex; width: fit-content; align-items: center; gap: 8px;
  border: 1px solid rgba(103,232,249,.28); background: rgba(34,211,238,.09); color: #cffafe;
  border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 800;
}
.hero h1 { margin: 22px 0 0; max-width: 850px; font-size: clamp(39px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; }
.hero-text { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.cta-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.cta-row.center { justify-content: center; }
.primary-btn { background: var(--accent); color: var(--dark); padding: 15px 25px; box-shadow: 0 20px 70px rgba(34,211,238,.16); }
.secondary-btn { border: 1px solid var(--line); color: white; padding: 15px 25px; }
.secondary-btn:hover { background: rgba(255,255,255,.08); }
.trust-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; }
.trust-grid div { min-height: 85px; padding: 18px 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.05); text-align: center; display: grid; place-items: center; gap: 8px; color: #f8fafc; font-weight: 800; }
.trust-grid span { color: var(--accent-2); }

.hero-card { border: 1px solid var(--line); background: rgba(255,255,255,.1); border-radius: 36px; padding: 16px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-card > * { position: relative; }
.logo-panel { background: #020617; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; padding: 18px; }
.logo-panel img { width: 100%; height: 310px; object-fit: contain; margin: 0 auto; }
.panel-title { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-title small, .info-list small, .next-step small { color: var(--muted-2); font-size: 13px; }
.panel-title h2 { margin: 4px 0 0; font-size: 25px; }
.panel-title span { background: rgba(52,211,153,.13); color: #6ee7b7; border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.info-list { display: grid; gap: 12px; margin-top: 22px; }
.info-list div { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 18px; padding: 15px 16px; }
.info-list strong { text-align: right; }
.next-step { margin-top: 22px; border-radius: 20px; background: var(--accent); color: var(--dark); padding: 22px; }
.next-step small { color: #164e63; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.next-step strong { display: block; margin-top: 8px; font-size: 25px; line-height: 1.1; }

.features { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 32px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-grid article { border: 1px solid var(--line); background: rgba(15,23,42,.78); border-radius: 26px; padding: 22px; }
.feature-icon, .card-icon { color: var(--accent-2); font-size: 28px; font-weight: 900; }
.feature-grid h3, .service-card h3, .investment-box h3, .product-grid h3, .steps-grid h3 { margin: 13px 0 0; }
.feature-grid p, .service-card p, .product-grid p, .steps-grid p, .section-heading p, .investment-box p, .contact-strip p { color: var(--muted); line-height: 1.7; }

.section { padding: 88px 0; }
.section-alt { background: rgba(255,255,255,.03); }
.products-section { background: rgba(15,23,42,.68); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 0; }
.section-heading span { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(32px, 4vw, 56px); line-height: 1.04; letter-spacing: -.04em; }
.section-heading p { margin: 20px 0 0; font-size: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card, .investment-box, .product-grid article, .steps-grid article, .contact-form { border: 1px solid var(--line); background: var(--card); border-radius: var(--radius); }
.service-card { padding: 30px; }
.service-card.wide-card { grid-column: 1 / -1; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tags span { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.04); color: #e2e8f0; border-radius: 999px; padding: 7px 10px; font-size: 13px; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.investment-box { background: var(--bg); padding: 34px; }
.check-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-grid div { border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 18px; padding: 16px; font-weight: 800; color: #f8fafc; }
.note { margin-top: 22px; font-size: 14px; color: var(--muted-2) !important; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-grid article { background: var(--bg); padding: 24px; }
.product-grid span { color: var(--accent-2); font-weight: 900; font-size: 22px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps-grid article { padding: 26px; }
.steps-grid strong { display: block; color: rgba(255,255,255,.14); font-size: 56px; line-height: 1; }

.contact-strip { padding: 0 0 88px; }
.strip-box { border-radius: 34px; background: var(--accent); color: var(--dark); padding: 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.strip-box span { background: rgba(2,6,23,.08); color: #083344; border-color: rgba(2,6,23,.1); }
.strip-box h2 { margin: 14px 0 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.strip-box p { color: #164e63; font-weight: 700; margin-bottom: 0; }
.contact-strip a { background: var(--dark); color: white; padding: 16px 25px; white-space: nowrap; }

.contact-section { background: var(--bg-2); border-top: 1px solid var(--line); }
.contact-list { margin-top: 28px; color: var(--muted); }
.contact-list a { color: var(--accent-2); font-weight: 800; overflow-wrap: anywhere; }
.contact-form { background: var(--bg); padding: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { display: grid; gap: 8px; color: var(--muted); font-weight: 700; font-size: 13px; }
.form-grid label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: white; border-radius: 18px; padding: 15px 16px; font: inherit; outline: none; }
select option { color: #020617; }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
.contact-form button { width: 100%; margin-top: 18px; border: 0; background: var(--accent); color: var(--dark); padding: 16px 24px; font-size: 16px; }
.consent-label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  color: var(--muted);
  line-height: 1.5;
}
.consent-label input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.consent-label a { color: var(--accent-2); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { background: var(--bg); color: var(--muted-2); font-size: 14px; }
.footer-wrap { border-top: 1px solid var(--line); padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer-links a { color: var(--accent-2); font-weight: 800; }

.legal-page { background: radial-gradient(circle at top right, rgba(34,211,238,.14), transparent 36%), var(--bg); }
.legal-hero { padding: 74px 0 36px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 14px 0 0; max-width: 900px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.legal-hero p { max-width: 760px; color: var(--muted); line-height: 1.75; font-size: 18px; }
.legal-content { padding: 52px 0 84px; display: grid; gap: 26px; }
.legal-card { border: 1px solid var(--line); background: rgba(15,23,42,.72); border-radius: 24px; padding: 28px; }
.legal-card h2 { margin: 0 0 12px; font-size: 26px; }
.legal-card h3 { margin: 24px 0 10px; font-size: 18px; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; }
.legal-card ul { margin: 12px 0 0; padding-left: 20px; }
.legal-card a { color: var(--accent-2); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.thanks-page { min-height: 100vh; background: radial-gradient(circle at top, rgba(34,211,238,.18), transparent 40%), var(--bg); display: grid; place-items: center; }
.thanks-wrap { width: min(620px, calc(100% - 40px)); text-align: center; border: 1px solid var(--line); background: rgba(255,255,255,.06); border-radius: 34px; padding: 36px; box-shadow: var(--shadow); }
.thanks-wrap img { width: 220px; margin: 0 auto 28px; border-radius: 24px; }
.thanks-wrap h1 { margin: 0; font-size: 42px; }
.thanks-wrap p { color: var(--muted); line-height: 1.7; }

.reveal { animation: rise .7s ease both; }
.delay-1 { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-box { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .nav-cta { display: none; }
  .header-actions { margin-left: auto; }
  .language-switch a { min-width: 34px; padding: 7px 9px; }
  .hero-grid { padding: 64px 0; }
  .hero h1 { font-size: 42px; }
  .hero-text { font-size: 16px; }
  .trust-grid, .feature-grid, .services-grid, .product-grid, .steps-grid, .check-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card.wide-card, .form-grid label.full { grid-column: auto; }
  .logo-panel img { height: 260px; }
  .section { padding: 66px 0; }
  .strip-box { padding: 28px; }
  .contact-strip { padding-bottom: 66px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
