:root {
  --bg: #081227;
  --bg-soft: #0d1d3b;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: #102954;
  --card: #ffffff;
  --text: #102140;
  --muted: #5c6d8e;
  --primary: #0f62fe;
  --primary-dark: #0a46b7;
  --primary-soft: #dcecff;
  --line: rgba(17, 47, 102, 0.12);
  --shadow: 0 24px 60px rgba(6, 19, 44, 0.22);
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(87, 165, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #f4f9ff 0%, #eaf3ff 22%, #f7fbff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(18px);
  background: rgba(8, 18, 39, 0.88);
}

.topbar-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.topbar-chip:hover,
.topbar-chip:focus {
  color: rgba(255, 255, 255, 0.9);
}

.topbar-chip i {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.topbar-chip-text {
  color: rgba(255, 255, 255, 0.72);
}

.topbar-meta {
  color: rgba(255, 255, 255, 0.68);
}

.topbar-years,
.topbar-states {
  color: rgba(255, 255, 255, 0.68);
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  flex: 0 1 auto;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
}

.footer-brand .brand-logo {
  height: 56px;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.06);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .nav-link.show {
  color: #7cd7fe;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #2d8cff);
  border: 0;
  box-shadow: 0 16px 35px rgba(15, 98, 254, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(86, 176, 255, 0.22), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(110, 216, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #07162f 0%, #0c2450 50%, #0d2d66 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 196, 255, 0.18), transparent 68%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #7ed9ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.hero-layout {
  position: relative;
  z-index: 1;
}

.metric-card,
.segment-card,
.feature-card,
.video-card,
.testimonial-card {
  height: 100%;
}

.metric-card {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.metric-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.map-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.map-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: #d8efff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.live-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7ce8a0;
  box-shadow: 0 0 0 6px rgba(124, 232, 160, 0.18);
}

.hero-globe-stage {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0;
}

.hero-globe-aura {
  position: absolute;
  right: -5%;
  top: -2%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(119, 219, 255, 0.24) 0%, rgba(119, 219, 255, 0.08) 34%, transparent 68%);
  filter: blur(12px);
}

.hero-globe-shell {
  position: relative;
  width: min(100%, 580px);
  height: 580px;
  margin-top: -1.5rem;
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 50%, rgba(109, 214, 255, 0.14), rgba(7, 18, 40, 0.04) 58%, transparent 72%);
  overflow: hidden;
}

.hero-globe-meta {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(8, 18, 39, 0.45);
  color: #fff;
  backdrop-filter: blur(12px);
}

.hero-globe-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-globe-country {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.mini-flag-img {
  display: block;
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.hero-globe-meta strong {
  font-size: 1rem;
  font-weight: 700;
}

.hero-globe-canvas {
  position: absolute;
  inset: 0;
}

.globe-signal {
  position: relative;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: #8ce8ff;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 14px rgba(111, 220, 255, 0.9);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.globe-signal::before,
.globe-signal::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(140, 232, 255, 0.85);
  animation: globePulse 1.9s ease-out infinite;
}

.globe-signal::after {
  animation-delay: 0.9s;
}

@keyframes globePulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  70% {
    transform: scale(2.9);
    opacity: 0;
  }

  100% {
    transform: scale(3.1);
    opacity: 0;
  }
}

.presence-highlight {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.state-uf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 0.75rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #2e8fff, #74d7ff);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.presence-highlight h3 {
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
}

.presence-highlight p,
.presence-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.presence-note {
  margin: 1rem 0;
  font-size: 0.92rem;
}

.state-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.state-chip {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #dcecff;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.state-chip:hover,
.state-chip.active {
  color: #09162c;
  background: #fff;
}

.segment-grid,
.segment-carousel-section {
  position: relative;
  z-index: 1;
}

.segment-carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.segment-carousel-head h2 {
  margin: 0;
  max-width: 42rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.segment-carousel-head p {
  max-width: 20rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.segment-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(1rem, calc((100vw - min(1320px, 100vw - 2rem)) / 2));
  padding-right: 0;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.segment-carousel.is-dragging {
  cursor: grabbing;
}

.segment-carousel-track {
  display: flex;
  gap: 1.25rem;
  will-change: transform;
}

.segment-card,
.feature-card,
.video-card,
.testimonial-card,
.solution-panel,
.content-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.segment-card {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  width: 330px;
  height: 286px;
  min-height: 286px;
  padding: 1.65rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 244, 255, 0.9)),
    rgba(255, 255, 255, 0.88);
}

.segment-card::before {
  content: "";
  position: absolute;
  inset: auto -20px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 193, 255, 0.22), transparent 68%);
}

.segment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%);
  pointer-events: none;
}

.segment-card h3 {
  max-width: 14rem;
}

.segment-card p {
  max-width: 14.5rem;
}

.segment-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: #1d4f95;
  background: rgba(15, 98, 254, 0.1);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.segment-icon,
.feature-icon,
.solution-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 18px;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 1.4rem;
}

.solution-panel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solutions-section {
  position: relative;
  overflow: hidden;
}

.solutions-section > .container {
  position: relative;
  z-index: 1;
}

.solutions-support-visual {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(32vw, 440px);
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.segment-card h3,
.feature-card h3,
.video-card h3,
.solution-panel h3 {
  font-size: 1.2rem;
}

.differentials-section {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 0;
  min-height: 860px;
}

.differentials-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(18, 53, 111, 0),
    rgba(18, 53, 111, 0.18) 18%,
    rgba(18, 53, 111, 0.42) 50%,
    rgba(18, 53, 111, 0.18) 82%,
    rgba(18, 53, 111, 0)
  );
  z-index: 3;
}

.differentials-section::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -22px;
  height: 48px;
  background: radial-gradient(circle at center, rgba(64, 144, 255, 0.22) 0%, rgba(64, 144, 255, 0.12) 28%, rgba(64, 144, 255, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 2;
}

.differentials-section .container {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
}

.differentials-section .col-lg-7 {
  position: relative;
  z-index: 2;
  width: min(100%, 58%);
}

.feature-visual-side {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 100%;
  z-index: 0;
}

.feature-visual-image {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: 101%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.differentials-section .row.g-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.differentials-section .feature-card {
  padding: 1.1rem;
  border-radius: 18px;
}

.differentials-section .feature-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 0.8rem;
  border-radius: 14px;
  font-size: 1.15rem;
}

.differentials-section .feature-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.differentials-section .feature-card p {
  font-size: 0.88rem;
  line-height: 1.45;
}

.segment-card p,
.feature-card p,
.video-card p,
.section-heading p,
.solution-panel p,
.content-card p,
.footer-about,
.footer-list,
.footer-bottom {
  color: var(--muted);
}

.section-space {
  padding: 6rem 0 0 0;
}

.testimonials-section {
  padding-top: 6rem !important;
  padding-bottom: 3rem;
}

.testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  color: #f6c445;
  font-size: 1.15rem;
}

.partners-section {
  position: relative;
  z-index: 1;
  padding-top: 3.5rem !important;
  padding-bottom: 5.75rem;
}

.partners-section-heading {
  margin-bottom: 2.5rem;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.newsletter-shell h2,
.cta-banner h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.newsletter-section {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.newsletter-shell,
.cta-banner {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(116, 215, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #0a3d9d, #0a67f0 55%, #1181ff);
  box-shadow: 0 26px 70px rgba(10, 61, 157, 0.26);
}

.newsletter-shell p,
.newsletter-shell small,
.cta-banner .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.newsletter-form .form-control {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
}

.newsletter-form .btn {
  min-width: 140px;
  border-radius: 18px;
}

.newsletter-form .btn.btn-primary {
  background: linear-gradient(135deg, #08245d, #103b8f);
  box-shadow: 0 18px 34px rgba(8, 36, 93, 0.34);
}

.newsletter-form .btn.btn-primary:hover,
.newsletter-form .btn.btn-primary:focus {
  background: linear-gradient(135deg, #061a46, #0c2d74);
}

.mobile-app-section {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  background: #fff;
}

.mobile-app-shell {
  padding: 0;
}

.mobile-app-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
}

.mobile-app-copy h2 {
  margin: 0 0 1.75rem;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.mobile-app-highlight {
  display: inline-block;
  color: #23499f;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.mobile-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #fff;
  font-weight: 700;
  background: #23499f;
  border: 0;
  box-shadow: 0 20px 40px rgba(35, 73, 159, 0.24);
}

.mobile-app-btn:hover,
.mobile-app-btn:focus {
  color: #fff;
  background: #1b3c86;
}

.mobile-app-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-media img {
  display: block;
  width: min(100%, 560px);
  height: auto;
}

.solution-tabs-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.solution-tabs {
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(25, 37, 59, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}

.solution-tabs::-webkit-scrollbar {
  display: none;
}

.solution-tabs-arrow {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #35425a;
  background: rgba(25, 37, 59, 0.08);
  flex: 0 0 auto;
}

.solution-tabs .nav-link {
  color: var(--text);
  background: transparent;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  white-space: nowrap;
  font-weight: 700;
}

.solution-tabs .nav-link.active {
  color: #fff;
  background: #252528;
  box-shadow: inset 0 0 0 1px rgba(15, 98, 254, 0.4), 0 0 0 4px rgba(15, 98, 254, 0.08);
}

.solution-panel {
  display: grid;
  grid-template-columns: 0.9fr minmax(420px, 1.25fr);
  grid-template-areas: "copy media";
  gap: 2rem;
  align-items: center;
  width: min(100%, 1080px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 150px;
  overflow: hidden;
}

.solution-panel-media {
  grid-area: media;
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
}

.solution-panel-copy {
  grid-area: copy;
  max-width: 34rem;
  padding: 2.25rem 0 2.25rem 2.5rem;
}

.solution-panel-copy p {
  margin-bottom: 1rem;
}

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

.check-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.65rem;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
}

.check-list li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  top: 0.64rem;
  font-family: bootstrap-icons;
  color: var(--primary);
  font-size: 0.85rem;
}

.youtube-section {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  background: #fe5550;
}

.youtube-section > .container {
  position: relative;
  z-index: 1;
}

.youtube-support-visual {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(30vw, 420px);
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.youtube-section-heading {
  max-width: 32rem;
  margin-bottom: 0;
  padding-bottom: 14rem;
}

.youtube-section .eyebrow {
  color: #081227;
}

.youtube-section .section-heading h2,
.youtube-section .section-heading p {
  color: #fff;
}

.youtube-video-grid {
  align-items: stretch;
}

.youtube-video-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(114, 16, 12, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.youtube-video-card:hover,
.youtube-video-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(114, 16, 12, 0.28);
}

.youtube-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(8, 18, 39, 0.12);
}

.youtube-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: rgba(254, 85, 80, 0.96);
  box-shadow: 0 14px 28px rgba(114, 16, 12, 0.25);
  font-size: 1.5rem;
}

.youtube-video-copy {
  padding: 1.2rem 1.25rem 1.3rem;
}

.youtube-video-copy h3 {
  margin: 0 0 0.45rem;
  color: var(--text);
  font-size: 1.05rem;
}

.youtube-video-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-tinted {
  background:
    radial-gradient(circle at top left, rgba(15, 98, 254, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(9, 24, 51, 0.03), rgba(9, 24, 51, 0.08));
}

.content-stack {
  display: grid;
  gap: 1rem;
}

.content-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.content-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 98, 254, 0.22);
}

.content-index {
  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--primary-soft);
  color: var(--primary);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.content-card i {
  margin-left: auto;
  color: var(--primary);
  font-size: 1.25rem;
}

.video-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 244, 255, 0.94));
}

.video-tag {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.cta-banner > div {
  flex: 1 1 auto;
  min-width: 0;
}

.cta-banner .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.testimonial-card p {
  margin-bottom: 1.5rem;
  color: var(--text);
  font-size: 1.05rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-author span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #0f62fe, #2a9cff);
  font-weight: 800;
}

.testimonial-author small {
  display: block;
  color: var(--muted);
}

.footer-section {
  padding: 0.5rem 0 1rem;
  color: #fff;
  background: linear-gradient(180deg, #07162f 0%, #081227 100%);
  overflow-x: clip;
}

.footer-map-band {
  width: 100vw;
  height: 420px;
  margin-left: calc(50% - 50vw);
  margin-bottom: 2rem;
  overflow: hidden;
}

.footer-map-band iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.95) contrast(1.02);
}

.partners-marquee {
  --partner-gap: 1.25rem;
  position: relative;
  z-index: 1;
  padding: 1rem 0 5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(3rem, 8vw, 7rem);
  z-index: 2;
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f3f8ff 12%, rgba(243, 248, 255, 0));
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f3f8ff 12%, rgba(243, 248, 255, 0));
}

.partners-marquee-track {
  display: flex;
  gap: var(--partner-gap);
  width: max-content;
  will-change: transform;
}

.partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 196px;
  height: 126px;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(17, 47, 102, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(6, 19, 44, 0.12);
}

.partner-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.footer-shell {
  margin-top: 2rem;
  padding: 2rem;
  border: 0;
  border-radius: 30px;
  background: transparent;
  backdrop-filter: none;
}

.footer-brand-panel {
  height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(124, 215, 254, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-about {
  max-width: 24rem;
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #fff;
  background: rgba(124, 215, 254, 0.14);
  border-color: rgba(124, 215, 254, 0.3);
  transform: translateY(-2px);
}

.footer-social-link i {
  font-size: 1.2rem;
}

.footer-info-card {
  height: 100%;
  padding: 0.2rem 0;
}

.footer-shell .col-lg-7 > .row {
  padding-top: 3rem;
  padding-left: 5.5rem;
}

.footer-section h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.footer-list a:hover {
  color: #7cd7fe;
}

.footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 1050;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #28d163, #10b450);
  box-shadow:
    0 18px 36px rgba(16, 180, 80, 0.34),
    0 0 0 8px rgba(40, 209, 99, 0.12);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 48%);
  pointer-events: none;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  color: #fff;
  box-shadow:
    0 22px 42px rgba(16, 180, 80, 0.4),
    0 0 0 10px rgba(40, 209, 99, 0.15);
}

.whatsapp-float i {
  position: relative;
  z-index: 1;
  font-size: 2rem;
}

.hire-btn {
  position: relative;
  border: 0;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #28d163, #10b450) !important;
  box-shadow:
    0 18px 36px rgba(16, 180, 80, 0.34),
    0 0 0 8px rgba(40, 209, 99, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.hire-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 48%);
  pointer-events: none;
}

.hire-btn:hover,
.hire-btn:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 22px 42px rgba(16, 180, 80, 0.4),
    0 0 0 10px rgba(40, 209, 99, 0.12);
}

@media (max-width: 991.98px) {
  .site-header {
    position: static;
  }

  .topbar-inner {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }

  .topbar-actions {
    flex: 0 0 auto;
    gap: 0.65rem !important;
    flex-wrap: nowrap;
  }

  .topbar-chip {
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(124, 215, 254, 0.38);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }

  .topbar-chip-text {
    display: none;
  }

  .topbar-meta {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
  }

  .topbar-states {
    display: none;
  }

  .topbar-years {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .navbar-brand {
    max-width: calc(100% - 72px);
  }

  .brand-logo {
    height: auto;
    max-height: 42px;
    max-width: 190px;
  }

  .navbar-toggler {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
  }

  .hero-section {
    padding-top: 3rem;
  }

  .segment-carousel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .segment-carousel {
    padding-left: 1rem;
  }

  .differentials-section {
    min-height: auto;
  }

  .differentials-section .col-lg-7 {
    width: auto;
  }

  .solution-tabs-shell {
    justify-content: stretch;
  }

  .solution-tabs-arrow {
    display: inline-grid;
    place-items: center;
  }

  .solution-tabs {
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .solution-panel,
  .cta-banner,
  .mobile-app-shell {
    grid-template-columns: 1fr;
    display: block;
  }

  .footer-shell .col-lg-7 > .row {
    padding-left: 0;
  }

  .cta-banner {
    text-align: left;
  }

  .cta-banner .btn {
    margin-top: 1rem;
  }

  .mobile-app-section {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }

  .youtube-section {
    padding: 4.5rem 0;
  }

  .youtube-section-heading {
    padding-bottom: 5rem;
  }

  .mobile-app-shell {
    padding: 0;
  }

  .solution-panel-copy {
    max-width: none;
    padding: 1.5rem 2rem 2rem;
  }

  .mobile-app-copy {
    text-align: left;
  }

  .mobile-app-copy h2 {
    margin-bottom: 1.5rem;
  }

  .partners-section {
    padding-top: 2.75rem !important;
    padding-bottom: 4.75rem;
  }

  .testimonials-section {
    padding-top: 4.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .newsletter-form {
    flex-direction: column;
  }

  .segment-card,
  .feature-card,
  .video-card,
  .testimonial-card,
  .solution-panel,
  .content-card,
  .newsletter-shell,
  .cta-banner,
  .footer-shell,
  .footer-brand-panel,
  .footer-info-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .section-space {
    padding: 4.5rem 0;
  }

  .hero-section {
    padding-bottom: 3rem;
  }

  .segment-card {
    width: 260px;
    height: 224px;
    min-height: 224px;
    padding: 1.2rem;
  }

  .partners-marquee {
    --partner-gap: 1rem;
    padding: 0.75rem 0;
    margin-bottom: 0;
  }

  .youtube-section {
    padding: 4rem 0;
  }

  .youtube-section-heading {
    padding-bottom: 2.5rem;
  }

  .solution-panel-copy {
    padding: 1.25rem 1.25rem 1.25rem;
  }

  .solution-panel-image {
    height: auto;
    min-height: 220px;
  }

  .youtube-video-card {
    border-radius: 20px;
  }

  .youtube-video-copy {
    padding: 1rem 1rem 1.1rem;
  }

  .youtube-play {
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }

  .mobile-app-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .mobile-app-btn {
    width: 100%;
    justify-content: center;
  }

  .mobile-app-media img {
    width: min(100%, 420px);
  }

  .partner-logo-card {
    width: 148px;
    height: 98px;
    border-radius: 20px;
  }

  .partner-logo-card img {
    max-height: 48px;
  }

  .solution-tabs-shell {
    gap: 0.5rem;
  }

  .solution-tabs {
    padding: 0.35rem;
  }

  .solution-tabs .nav-link {
    padding: 0.85rem 1.15rem;
  }

  .solution-panel-image {
    width: 100%;
  }

  .footer-map-band {
    height: 320px;
    margin-bottom: 1.5rem;
  }

  .whatsapp-float {
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    width: 58px;
    height: 58px;
  }
}
