
:root {
  --bg: #08111f;
  --bg-2: #0d1830;
  --panel: rgba(14, 24, 45, 0.78);
  --panel-2: #101b33;
  --line: rgba(255,255,255,0.08);
  --text: #e9eef9;
  --muted: #aeb9cf;
  --accent: #4ea1ff;
  --accent-2: #7ef0c4;
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(78,161,255,.16), transparent 28%),
    radial-gradient(circle at top right, rgba(126,240,196,.10), transparent 22%),
    linear-gradient(180deg, var(--bg) 0%, #09101d 48%, #0c1627 100%);
  color: var(--text);
}
a { text-decoration: none; }
.site-navbar {
  background: rgba(7, 13, 25, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand-wordmark {
  max-width: 320px;
  white-space: normal;
  line-height: 1.15;
  font-size: 1rem;
  letter-spacing: .02em;
}
.navbar-dark .navbar-nav .nav-link { color: rgba(233,238,249,.72); }
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.btn-primary {
  background: linear-gradient(135deg, #287cff, #5ba7ff);
  border-color: transparent;
  box-shadow: 0 18px 45px rgba(40,124,255,.28);
}
.btn-primary:hover { background: linear-gradient(135deg, #1e6fe8, #4d97f1); }
.hero-section, .page-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(21,34,63,.92), rgba(7,15,29,.86));
  border-bottom: 1px solid var(--line);
}
.hero-section::before, .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(78,161,255,.18), transparent 30%), radial-gradient(circle at 80% 0%, rgba(126,240,196,.10), transparent 22%);
  pointer-events: none;
}
.hero-badge, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
  color: #87c0ff;
  font-weight: 700;
}
.section-title { font-size: clamp(1.9rem, 3vw, 2.7rem); margin: .5rem 0 1rem; }
.section-soft { background: rgba(255,255,255,0.02); }
.glass-card,
.info-card,
.feature-panel,
.testimonial-card,
.content-card,
.contact-tile,
.legal-card,
.mini-step {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.glass-card { color: #fff; }
.hero-visual-card {
  overflow: hidden;
  border-radius: 1.5rem;
  background: rgba(255,255,255,.97);
}
.hero-image { height: 420px; object-fit: cover; }
.info-card, .feature-panel, .testimonial-card, .contact-tile, .mini-step { padding: 1.5rem; }
.info-card h5, .feature-panel h5, .contact-value, .legal-card h2, .content-card h2 { color: #fff; }
.info-card p, .feature-panel p, .testimonial-card blockquote, .content-card p, .legal-card p, .mini-step p, .detail-list dd { color: var(--muted); margin-bottom: 0; }
.feature-number, .feature-letter {
  width: 3rem; height: 3rem; border-radius: .9rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-weight: 800;
  background: linear-gradient(135deg, rgba(78,161,255,.18), rgba(126,240,196,.14));
  color: #94c8ff;
  border: 1px solid rgba(148,200,255,.15);
}
.content-card, .legal-card { padding: 2rem; }
.testimonial-card blockquote { font-size: 1.05rem; line-height: 1.7; min-height: 130px; }
.styled-list { padding-left: 1.1rem; color: var(--muted); }
.styled-list li + li { margin-top: .55rem; }
.cta-slab, .cta-strip {
  background: linear-gradient(135deg, #10284f, #122038 70%, #0d1526 100%);
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
}
.cta-slab { padding: 2.25rem; }
.cta-strip {
  padding: 2rem 2.25rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.faq-accordion .accordion-button,
.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.faq-accordion .accordion-button::after { filter: invert(1); }
.faq-accordion .accordion-body { color: var(--muted); padding-left: 0; padding-right: 0; }
.contact-label, .footer-title { color: #87c0ff; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 700; margin-bottom: .75rem; }
.contact-value { font-size: 1.05rem; }
.small-line { line-height: 1.75; color: var(--muted); }
.detail-list dt { color: #87c0ff; font-weight: 600; }
.detail-list dd, .detail-list dt { margin-bottom: .9rem; }
.site-footer { background: rgba(6, 10, 19, 0.82); }
.footer-brand { color: #fff; font-weight: 800; font-size: 1.1rem; line-height: 1.3; }
.footer-links li + li { margin-top: .6rem; }
.footer-links a, .footer-links li { color: var(--muted); }
.footer-links a:hover { color: #fff; }
.cookie-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  background: rgba(5, 10, 18, .95);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.25rem;
  z-index: 1080;
}
.cookie-banner a { color: #9dccff; }
.cookie-banner.is-hidden { display: none; }
@media (max-width: 991.98px) {
  .brand-wordmark { max-width: 240px; font-size: .92rem; }
  .hero-image { height: 300px; }
  .cta-strip { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575.98px) {
  .content-card, .legal-card, .cta-slab { padding: 1.5rem; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; }
}


.contact-form .form-label { color: #d9e5fa; font-weight: 600; }
.contact-form .form-control,
.contact-form .form-select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--text);
  border-radius: 1rem;
}
.contact-form .form-control::placeholder { color: #90a0bd; }
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-color: rgba(78,161,255,.55);
  box-shadow: 0 0 0 .25rem rgba(78,161,255,.14);
}
.contact-form textarea.form-control { min-height: 180px; }
.contact-form .form-check-input {
  background-color: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
}
.contact-form .form-check-input:checked {
  background-color: #287cff;
  border-color: #287cff;
}
.contact-form .form-check-label { color: var(--muted); }
.legal-card h2 { margin-top: 1.7rem; margin-bottom: .9rem; font-size: 1.35rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p + p { margin-top: .95rem; }
