
:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-2: #eef3ff;
  --text: #101828;
  --muted: #667085;
  --primary: #0d6efd;
  --primary-dark: #0a58ca;
  --border-soft: rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 10px 30px rgba(15, 23, 42, 0.06);
}

html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(13,110,253,.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #f5f7fb 46%, #eef2f8 100%);
  color: var(--text);
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.site-navbar {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.45);
}
.brand-badge {
  width: 44px; height: 44px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0d6efd, #7c4dff);
  color: #fff; font-weight: 800; letter-spacing: .04em;
  box-shadow: 0 12px 30px rgba(13,110,253,.25);
}
.brand-text { font-weight: 800; letter-spacing: -.03em; font-size: 1.05rem; }
.navbar .nav-link {
  color: #475467; font-weight: 600; padding: .75rem 1rem !important; border-radius: 999px;
}
.navbar .nav-link.active, .navbar .nav-link:hover { color: #111827; background: rgba(17,24,39,.04); }

.hero-section { padding: 2rem 0 1.5rem; }
.hero-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(120deg, rgba(13,110,253,.10), transparent 38%, rgba(124,77,255,.08));
}
.hero-block, .hero-media, .info-card, .feature-panel, .testimonial-card, .content-card, .cta-panel, .mini-card, .legal-wrapper {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--border-soft);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}
.hero-block--inner { padding: 2.25rem; }
.hero-image { min-height: 420px; object-fit: cover; }
.section-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(13,110,253,.12); color: var(--primary-dark); border: 1px solid rgba(13,110,253,.1);
  border-radius: 999px; padding: .55rem .95rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.section-tag--light { background: rgba(17,24,39,.045); color: #344054; border-color: rgba(17,24,39,.06); }
.stats-row .stat-card, .mini-card, .info-card, .feature-panel, .testimonial-card, .contact-item, .legal-section {
  padding: 1.5rem;
  border-radius: 22px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.info-card h3, .feature-panel h3, .mini-card h3, .contact-item strong, .legal-section h2 {
  font-size: 1.05rem; font-weight: 700;
}
.info-card p, .feature-panel p, .mini-card p, .testimonial-card blockquote, .contact-item span, .legal-section p, .service-list li { color: var(--muted); }
.feature-number {
  width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(13,110,253,.14), rgba(124,77,255,.14)); color: #0b57d0; font-weight: 800; margin-bottom: 1rem;
}
.testimonial-card { position: relative; padding-top: 2rem; }
.quote-mark { font-size: 4rem; line-height: 1; color: rgba(13,110,253,.18); margin: 0 0 .5rem; font-weight: 800; }
.testimonial-card blockquote { font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.25rem; }
.testimonial-author { display: flex; flex-direction: column; gap: .25rem; }
.content-card, .cta-panel, .legal-wrapper { padding: 2rem; }
.cta-panel {
  background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(124,77,255,.08)), #fff;
}
.page-hero { padding-top: 1.25rem; }
.company-list .list-group-item {
  background: transparent; padding: 1rem 0; border-color: rgba(15,23,42,.08); color: var(--muted);
}
.service-list { padding-left: 1.1rem; margin-top: 1rem; }
.service-list li + li { margin-top: .75rem; }
.contact-stack { display: grid; gap: 1rem; }
.contact-item span { display: block; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .4rem; }
.form-control, .form-select {
  border-radius: 18px; border: 1px solid rgba(15,23,42,.12); padding: .9rem 1rem;
}
.form-control:focus { box-shadow: 0 0 0 .25rem rgba(13,110,253,.12); border-color: rgba(13,110,253,.45); }
.accordion-item {
  border: 1px solid var(--border-soft); border-radius: 18px !important; overflow: hidden; margin-bottom: .85rem;
}
.accordion-button {
  font-weight: 700; background: #fff; box-shadow: none !important; border-radius: 18px !important;
}
.accordion-button:not(.collapsed) { color: #111827; background: rgba(13,110,253,.05); }
.legal-wrapper { display: grid; gap: 1rem; }
.legal-section h2 { margin-bottom: .75rem; }
.legal-section p:last-child { margin-bottom: 0; }
.site-footer {
  background: #111827; color: rgba(255,255,255,.78);
}
.footer-text, .footer-links li { color: rgba(255,255,255,.72); }
.footer-title { color: #fff; margin-bottom: 1rem; font-weight: 700; }
.footer-links { display: grid; gap: .75rem; }
.footer-links a { color: rgba(255,255,255,.76); }
.footer-links a:hover { color: #fff; }
.footer-bottom { color: rgba(255,255,255,.62); font-size: .95rem; }
.cookie-toast {
  position: fixed; left: 0; right: 0; bottom: 1rem; z-index: 1080;
}
.cookie-toast__panel {
  background: rgba(17,24,39,.96); color: #fff; border-radius: 22px; padding: 1rem 1.1rem;
  display: flex; gap: 1rem; align-items: center; justify-content: space-between;
}
.cookie-toast__panel a { color: #fff; text-decoration: underline; }
.cookie-toast.is-hidden { display: none; }

@media (max-width: 991.98px) {
  .brand-text { font-size: .92rem; }
  .hero-image { min-height: 320px; }
  .cookie-toast__panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575.98px) {
  .hero-block--inner, .content-card, .cta-panel, .legal-wrapper { padding: 1.4rem; }
  .stats-row .stat-card, .info-card, .feature-panel, .testimonial-card, .mini-card, .contact-item, .legal-section { padding: 1.15rem; }
}
