:root {
  --two-blue: #006eb8;
  --two-blue-dark: #06466f;
  --two-cyan: #17a8d8;
  --two-ink: #17212b;
  --two-muted: #5d6b78;
  --two-soft: #f4f8fb;
  --two-line: #dce8f0;
}

body {
  color: var(--two-ink);
  font-family: Montserrat, Arial, sans-serif;
  padding-top: 98px;
}

a {
  color: var(--two-blue);
}

.navbar.clean-navbar {
  border-bottom: 1px solid rgba(6, 70, 111, 0.12);
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.07);
}

.navbar-brand.logo {
  display: block;
  width: 210px;
  height: 58px;
  background: url("../img/logo%20vert.png") center / contain no-repeat;
  font-size: 0;
}

.navbar .nav-link {
  color: var(--two-ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--two-blue);
}

.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 29, 45, 0.88), rgba(5, 29, 45, 0.38)), url("../img/black-network.jpg") center / cover no-repeat;
}

.hero .container {
  padding-top: 48px;
  padding-bottom: 88px;
}

.hero-eyebrow {
  color: #9fe5ff;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1.25rem;
  max-width: 860px;
}

.hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 760px;
}

.section {
  padding: 88px 0;
}

.section-soft {
  background: var(--two-soft);
}

.section-title {
  color: var(--two-blue-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-lead {
  color: var(--two-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 760px;
}

.feature-card,
.service-card,
.contact-panel {
  background: #fff;
  border: 1px solid var(--two-line);
  border-radius: 8px;
  height: 100%;
  padding: 28px;
  box-shadow: 0 14px 38px rgba(23, 33, 43, 0.06);
}

.feature-card i,
.service-icon {
  align-items: center;
  background: rgba(23, 168, 216, 0.13);
  border-radius: 8px;
  color: var(--two-blue);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}

.feature-card h3,
.service-card h3 {
  color: var(--two-blue-dark);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.feature-card p,
.service-card p,
.contact-panel p {
  color: var(--two-muted);
  line-height: 1.72;
  margin-bottom: 0;
}

.services-band {
  background: linear-gradient(135deg, var(--two-blue-dark), var(--two-blue));
  color: #fff;
}

.services-band .section-title,
.services-band .section-lead,
.services-band .service-card h3,
.services-band .service-card p {
  color: #fff;
}

.services-band .service-card {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.services-band .service-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.logos-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.client-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--two-line);
  border-radius: 8px;
  display: flex;
  height: 152px;
  justify-content: center;
  padding: 5px;
}

.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-logo {
  transition: all 0.3s ease;
}

.client-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.cta-band {
  background: var(--two-blue-dark);
  color: #fff;
  padding: 54px 0;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.page-hero {
  background: linear-gradient(90deg, rgba(5, 29, 45, 0.78), rgba(5, 29, 45, 0.36)), url("../img/WhatsApp%20Image%202024-07-31%20at%2014.23.07%20(1).jpeg") center / cover no-repeat;
  color: #fff;
  padding: 96px 0;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  max-width: 760px;
}

.contact-link {
  align-items: center;
  color: var(--two-ink);
  display: flex;
  font-weight: 600;
  gap: 12px;
  text-decoration: none;
}

.contact-link span {
  color: var(--two-muted);
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
}

.form-control {
  border-color: var(--two-line);
  border-radius: 8px;
  padding: 0.78rem 0.9rem;
}

.btn-primary {
  background: var(--two-blue);
  border-color: var(--two-blue);
}

.btn-primary:hover {
  background: var(--two-blue-dark);
  border-color: var(--two-blue-dark);
}

.btn-outline-light:hover {
  color: var(--two-blue-dark);
}

.page-footer.dark {
  background: #111a22;
  color: #cfd8df;
  padding: 24px 0;
}

.page-footer p {
  margin: 0;
}

@media (max-width: 767px) {
  body {
    padding-top: 82px;
  }

  .navbar-brand.logo {
    width: 170px;
    height: 48px;
  }

  .hero {
    min-height: 560px;
  }

  .section {
    padding: 64px 0;
  }

  .client-logo {
    height: 132px;
  }

  .client-logo img {
    max-height: 100px;
  }
}
