:root {
  --brand-blue: #0b5ed7;
  --brand-blue-dark: #063b87;
  --brand-sky: #eaf4ff;
  --ink: #172033;
  --muted: #617086;
  --line: #d9e5f3;
  --soft: #f6faff;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

a {
  color: var(--brand-blue);
  text-decoration: none;
}

a:hover {
  color: var(--brand-blue-dark);
}

.topbar {
  background: var(--brand-blue-dark);
  color: var(--white);
  font-size: 0.92rem;
}

.topbar a {
  color: var(--white);
}

.navbar {
  box-shadow: 0 8px 24px rgba(13, 54, 115, 0.08);
}

.navbar-brand {
  color: var(--brand-blue-dark);
  font-weight: 800;
  letter-spacing: 0;
}

.nav-link {
  color: #24324a;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand-blue);
}

.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  box-shadow: 0 8px 18px rgba(11, 94, 215, 0.22);
}

.btn-primary:hover {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
}

.btn-outline-primary {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
}

.btn-outline-primary:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.btn-whatsapp {
  background: #16a34a;
  border-color: #16a34a;
  color: var(--white);
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.2);
}

.btn-whatsapp:hover {
  background: #11823b;
  border-color: #11823b;
  color: var(--white);
}

.hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 35, 82, 0.92), rgba(4, 54, 124, 0.72), rgba(4, 54, 124, 0.18)),
    url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
}

.page-hero {
  padding: 92px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 43, 100, 0.94), rgba(11, 94, 215, 0.72)),
    url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.hero h1,
.page-hero h1 {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 720px;
}

.trust-strip {
  margin-top: -52px;
  position: relative;
  z-index: 3;
}

.trust-item {
  height: 100%;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 52, 96, 0.12);
}

.section-pad {
  padding: 86px 0;
}

.section-soft {
  background: var(--soft);
}

.eyebrow {
  color: var(--brand-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.section-title {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.18;
}

.section-copy {
  color: var(--muted);
  max-width: 760px;
}

.service-card,
.value-card,
.contact-card,
.faq-card {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 53, 91, 0.08);
}

.service-card {
  padding: 28px;
}

.service-icon,
.value-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brand-sky);
  color: var(--brand-blue);
  font-weight: 800;
  font-size: 1.4rem;
}

.service-card h3,
.value-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.service-card p,
.value-card p,
.contact-card p,
.faq-card p,
.list-check li {
  color: var(--muted);
}

.feature-image {
  min-height: 390px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(3, 31, 70, 0.12), rgba(3, 31, 70, 0.12)),
    url("https://images.unsplash.com/photo-1610056494052-6a4f83a8368c?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  box-shadow: 0 18px 44px rgba(15, 52, 96, 0.15);
}

.list-check {
  padding-left: 0;
  list-style: none;
}

.list-check li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: var(--brand-sky);
  color: var(--brand-blue);
  font-weight: 900;
  font-size: 0.82rem;
}

.cta-band {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
}

.cta-band p {
  color: rgba(255, 255, 255, 0.88);
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
}

.footer {
  background: #061d42;
  color: rgba(255, 255, 255, 0.78);
}

.footer h5,
.footer h6 {
  color: var(--white);
  font-weight: 800;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer a:hover {
  color: var(--white);
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-actions .btn {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.65);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.85);
}

.breadcrumb a {
  color: var(--white);
}

.form-control,
.form-select {
  min-height: 50px;
  border-color: var(--line);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.2rem rgba(11, 94, 215, 0.15);
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 92px 0 116px;
  }

  .trust-strip {
    margin-top: -72px;
  }

  .section-pad {
    padding: 64px 0;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: 0.84rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  .hero {
    padding: 74px 0 112px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
}
