:root {
  --bs-body-font-family: 'Inter', Arial, sans-serif;
  --brand: #4f46e5;
  --brand-2: #06b6d4;
  --ink: #0f172a;
  --soft: #64748b;
  --line: #e2e8f0;
  --bg: #f8fafc;
  --panel: #ffffff;
}

html {
  scroll-behavior: smooth
}

body {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
  color: var(--ink)
}

a {
  text-decoration: none
}

.navbar {
  backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, .92) !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08)
}

.navbar-brand {
  font-size: .95rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  max-width: 320px;
  white-space: normal;
  line-height: 1.25
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: 0;
  box-shadow: 0 12px 24px rgba(79, 70, 229, .18)
}

.btn-outline-dark {
  border-color: #cbd5e1
}

.hero-wrap {
  padding: 7rem 0 4rem;
  background: radial-gradient(circle at top right, rgba(79, 70, 229, .12), transparent 32%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)
}

.hero-card,
.glass-card,
.stat-card,
.feature-card,
.contact-card,
.legal-card,
.sidebar-card,
.footer-card,
.image-card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(148, 163, 184, .18);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
  border-radius: 1.5rem
}

.hero-card {
  padding: 2rem
}

.hero-title,
.page-title {
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .96
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5.2rem)
}

.page-title {
  font-size: clamp(2.2rem, 4vw, 4rem)
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(79, 70, 229, .18);
  border-radius: 999px;
  background: rgba(79, 70, 229, .06);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand)
}

.text-soft {
  color: var(--soft)
}

.section-space {
  padding: 4rem 0
}

.feature-card,
.stat-card,
.contact-card,
.legal-card,
.sidebar-card,
.footer-card {
  padding: 1.5rem
}

.feature-icon,
.step-num,
.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(79, 70, 229, .12), rgba(6, 182, 212, .18));
  color: var(--brand);
  font-weight: 800;
  border: 1px solid rgba(79, 70, 229, .1)
}

.image-card img {
  border-radius: 1.25rem;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.metric-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--line)
}

.metric-badge strong {
  display: block;
  font-size: 1rem
}

.metric-badge span {
  font-size: .82rem;
  color: var(--soft)
}

.band {
  background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 30px 70px rgba(15, 23, 42, .22)
}

.band .text-soft {
  color: rgba(255, 255, 255, .72) !important
}

.timeline {
  position: relative;
  padding-left: 1.2rem
}

.timeline:before {
  content: '';
  position: absolute;
  left: .3rem;
  top: .2rem;
  bottom: .2rem;
  width: 2px;
  background: linear-gradient(var(--brand), var(--brand-2))
}

.timeline-item {
  position: relative;
  padding: 0 0 1.25rem 1.1rem
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -.1rem;
  top: .2rem;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--brand)
}

.quote-box {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--line)
}

.footer-wrap {
  padding: 0 0 2rem;
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #e5eefb
}

 

.footer-topbar {
  background: linear-gradient(135deg, rgba(59, 130, 246, .24), rgba(168, 85, 247, .22));
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(2, 6, 23, .28)
}

.footer-eyebrow {
  letter-spacing: .18em;
  font-size: .72rem;
  color: #93c5fd
}

.footer-topbar-text,
.footer-copy {
  color: #cbd5e1
}

.footer-cta-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08)
}

.footer-mini-label,
.footer-title {
  color: #93c5fd
}

.footer-title {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 1rem
}

 .footer-mail {
  display: none !important;
 }

.footer-phone {
  color: #e2e8f0;
  font-size: 1.05rem
}

.footer-phone a {
  color: black !important;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  padding: .5rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  font-size: .84rem;
  color: #e2e8f0
}

.footer-links .nav-link {
  padding: .2rem 0;
  color: #cbd5e1
}

.footer-links .nav-link:hover {
  color: #fff
}

.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.footer-bottom {
  padding-top: 1rem;
  color: #94a3b8;
  font-size: .95rem
}

.table {
  --bs-table-bg: transparent
}

.table>:not(caption)>*>* {
  border-color: #dbe4ef;
  color: var(--soft)
}

.accordion-button:not(.collapsed) {
  background: rgba(79, 70, 229, .05);
  color: var(--ink);
  box-shadow: none
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(79, 70, 229, .25)
}

.form-control,
.form-select {
  border-radius: .95rem;
  padding: .9rem 1rem;
  border-color: #d6deea
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(79, 70, 229, .12);
  border-color: rgba(79, 70, 229, .35)
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  background: rgba(15, 23, 42, .96);
  color: #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .35)
}

.cookie-banner p {
  margin: 0;
  max-width: 62rem
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline
}

.cookie-banner.is-hidden {
  display: none
}

.legal-stick {
  position: sticky;
  top: 6rem
}

.page-hero {
  padding: 6rem 0 2rem
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0
}

.list-clean li+li {
  margin-top: .6rem
}

.rounded-4 {
  border-radius: 1.5rem !important
}

.shadow-soft {
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08) !important
}

@media (max-width: 991.98px) {
  .hero-wrap {
    padding-top: 6rem
  }

  .legal-stick {
    position: static
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start
  }
}