@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #706f6f;
  background: #ffffff;
  --color-accent: #1d71b8;
  --color-accent-light: #4fa3e0;
  padding-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
}

p + p {
  margin-top: 1rem;
}

.eyebrow {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4fa3e0;
  margin-bottom: 0.5rem;
}

.eyebrow--rule {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.eyebrow--rule::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  flex: none;
}

.eyebrow--rule-center::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  flex: none;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}
a:hover {
  color: color-mix(in srgb, var(--color-accent) 80%, black);
}

img {
  max-width: 100%;
  display: block;
}

section[id] {
  scroll-margin-top: 96px;
}

.page-hero {
  animation: av-fade-up 0.7s ease both;
}

.hero__badge {
  animation: av-fade 0.6s ease both;
}

.hero__intro {
  animation: av-fade-up 0.6s ease 0.1s both;
}

.hero .btn--white {
  animation: av-fade-up 0.6s ease 0.2s both;
}

.hero .btn--outline-white {
  animation: av-fade-up 0.6s ease 0.3s both;
}

.hero__visual {
  animation: av-fade-up 0.6s ease 0.4s both;
}

html.js .solutions,
html.js .why,
html.js .reviews,
html.js .trust,
html.js .cta-final,
html.js .page-section,
html.js .contact,
html.js .team,
html.js .faq-item,
html.js .stats--overlap,
html.js .hero-proofs,
html.js .solution-intro,
html.js .solution-install,
html.js .solution-choice,
html.js .solution-controls {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
html.js .solutions.is-visible,
html.js .why.is-visible,
html.js .reviews.is-visible,
html.js .trust.is-visible,
html.js .cta-final.is-visible,
html.js .page-section.is-visible,
html.js .contact.is-visible,
html.js .team.is-visible,
html.js .faq-item.is-visible,
html.js .stats--overlap.is-visible,
html.js .hero-proofs.is-visible,
html.js .solution-intro.is-visible,
html.js .solution-install.is-visible,
html.js .solution-choice.is-visible,
html.js .solution-controls.is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.js .solutions.is-visible .card-solution,
html.js .why.is-visible .why-item,
html.js .reviews.is-visible .card-avis,
html.js .team.is-visible .team-card,
html.js .page-section.is-visible .compare__item,
html.js .page-section.is-visible .feature-grid__item,
html.js .page-section.is-visible .value-item,
html.js .stats--overlap.is-visible .stat-item,
html.js .hero-proofs.is-visible .hero-proofs__item,
html.js .solution-controls.is-visible .solution-control-card,
html.js .solution-choice.is-visible .solution-choice__col {
  animation: av-fade-up 0.5s ease both;
}
html.js .solutions.is-visible .card-solution:nth-child(1 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(1),
html.js .reviews.is-visible .card-avis:nth-child(1),
html.js .team.is-visible .team-card:nth-child(1),
html.js .page-section.is-visible .compare__item:nth-child(1),
html.js .page-section.is-visible .feature-grid__item:nth-child(1),
html.js .page-section.is-visible .value-item:nth-child(1),
html.js .stats--overlap.is-visible .stat-item:nth-child(1),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(1),
html.js .solution-controls.is-visible .solution-control-card:nth-child(1),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(1) {
  animation-delay: 0s;
}
html.js .solutions.is-visible .card-solution:nth-child(2 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(2),
html.js .reviews.is-visible .card-avis:nth-child(2),
html.js .team.is-visible .team-card:nth-child(2),
html.js .page-section.is-visible .compare__item:nth-child(2),
html.js .page-section.is-visible .feature-grid__item:nth-child(2),
html.js .page-section.is-visible .value-item:nth-child(2),
html.js .stats--overlap.is-visible .stat-item:nth-child(2),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(2),
html.js .solution-controls.is-visible .solution-control-card:nth-child(2),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(2) {
  animation-delay: 0.2s;
}
html.js .solutions.is-visible .card-solution:nth-child(3 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(3),
html.js .reviews.is-visible .card-avis:nth-child(3),
html.js .team.is-visible .team-card:nth-child(3),
html.js .page-section.is-visible .compare__item:nth-child(3),
html.js .page-section.is-visible .feature-grid__item:nth-child(3),
html.js .page-section.is-visible .value-item:nth-child(3),
html.js .stats--overlap.is-visible .stat-item:nth-child(3),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(3),
html.js .solution-controls.is-visible .solution-control-card:nth-child(3),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(3) {
  animation-delay: 0.4s;
}
html.js .solutions.is-visible .card-solution:nth-child(4 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(4),
html.js .reviews.is-visible .card-avis:nth-child(4),
html.js .team.is-visible .team-card:nth-child(4),
html.js .page-section.is-visible .compare__item:nth-child(4),
html.js .page-section.is-visible .feature-grid__item:nth-child(4),
html.js .page-section.is-visible .value-item:nth-child(4),
html.js .stats--overlap.is-visible .stat-item:nth-child(4),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(4),
html.js .solution-controls.is-visible .solution-control-card:nth-child(4),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(4) {
  animation-delay: 0.6s;
}
html.js .solutions.is-visible .card-solution:nth-child(5 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(5),
html.js .reviews.is-visible .card-avis:nth-child(5),
html.js .team.is-visible .team-card:nth-child(5),
html.js .page-section.is-visible .compare__item:nth-child(5),
html.js .page-section.is-visible .feature-grid__item:nth-child(5),
html.js .page-section.is-visible .value-item:nth-child(5),
html.js .stats--overlap.is-visible .stat-item:nth-child(5),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(5),
html.js .solution-controls.is-visible .solution-control-card:nth-child(5),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(5) {
  animation-delay: 0.8s;
}
html.js .solutions.is-visible .card-solution:nth-child(6 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(6),
html.js .reviews.is-visible .card-avis:nth-child(6),
html.js .team.is-visible .team-card:nth-child(6),
html.js .page-section.is-visible .compare__item:nth-child(6),
html.js .page-section.is-visible .feature-grid__item:nth-child(6),
html.js .page-section.is-visible .value-item:nth-child(6),
html.js .stats--overlap.is-visible .stat-item:nth-child(6),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(6),
html.js .solution-controls.is-visible .solution-control-card:nth-child(6),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(6) {
  animation-delay: 1s;
}
html.js .solutions.is-visible .card-solution:nth-child(7 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(7),
html.js .reviews.is-visible .card-avis:nth-child(7),
html.js .team.is-visible .team-card:nth-child(7),
html.js .page-section.is-visible .compare__item:nth-child(7),
html.js .page-section.is-visible .feature-grid__item:nth-child(7),
html.js .page-section.is-visible .value-item:nth-child(7),
html.js .stats--overlap.is-visible .stat-item:nth-child(7),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(7),
html.js .solution-controls.is-visible .solution-control-card:nth-child(7),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(7) {
  animation-delay: 1.2s;
}
html.js .solutions.is-visible .card-solution:nth-child(8 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(8),
html.js .reviews.is-visible .card-avis:nth-child(8),
html.js .team.is-visible .team-card:nth-child(8),
html.js .page-section.is-visible .compare__item:nth-child(8),
html.js .page-section.is-visible .feature-grid__item:nth-child(8),
html.js .page-section.is-visible .value-item:nth-child(8),
html.js .stats--overlap.is-visible .stat-item:nth-child(8),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(8),
html.js .solution-controls.is-visible .solution-control-card:nth-child(8),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(8) {
  animation-delay: 1.4s;
}
html.js .solutions.is-visible .card-solution:nth-child(9 of :not(.is-hidden)),
html.js .why.is-visible .why-item:nth-child(9),
html.js .reviews.is-visible .card-avis:nth-child(9),
html.js .team.is-visible .team-card:nth-child(9),
html.js .page-section.is-visible .compare__item:nth-child(9),
html.js .page-section.is-visible .feature-grid__item:nth-child(9),
html.js .page-section.is-visible .value-item:nth-child(9),
html.js .stats--overlap.is-visible .stat-item:nth-child(9),
html.js .hero-proofs.is-visible .hero-proofs__item:nth-child(9),
html.js .solution-controls.is-visible .solution-control-card:nth-child(9),
html.js .solution-choice.is-visible .solution-choice__col:nth-child(9) {
  animation-delay: 1.6s;
}

html.js .solutions.is-visible h2 .word-reveal,
html.js .why.is-visible h2 .word-reveal,
html.js .reviews.is-visible h2 .word-reveal,
html.js .trust.is-visible h2 .word-reveal,
html.js .cta-final.is-visible h2 .word-reveal,
html.js .page-section.is-visible h2 .word-reveal,
html.js .contact.is-visible h2 .word-reveal {
  animation: av-fade-up 0.4s ease both;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(1),
html.js .why.is-visible h2 .word-reveal:nth-child(1),
html.js .reviews.is-visible h2 .word-reveal:nth-child(1),
html.js .trust.is-visible h2 .word-reveal:nth-child(1),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(1),
html.js .page-section.is-visible h2 .word-reveal:nth-child(1),
html.js .contact.is-visible h2 .word-reveal:nth-child(1) {
  animation-delay: 0s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(2),
html.js .why.is-visible h2 .word-reveal:nth-child(2),
html.js .reviews.is-visible h2 .word-reveal:nth-child(2),
html.js .trust.is-visible h2 .word-reveal:nth-child(2),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(2),
html.js .page-section.is-visible h2 .word-reveal:nth-child(2),
html.js .contact.is-visible h2 .word-reveal:nth-child(2) {
  animation-delay: 0.035s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(3),
html.js .why.is-visible h2 .word-reveal:nth-child(3),
html.js .reviews.is-visible h2 .word-reveal:nth-child(3),
html.js .trust.is-visible h2 .word-reveal:nth-child(3),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(3),
html.js .page-section.is-visible h2 .word-reveal:nth-child(3),
html.js .contact.is-visible h2 .word-reveal:nth-child(3) {
  animation-delay: 0.07s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(4),
html.js .why.is-visible h2 .word-reveal:nth-child(4),
html.js .reviews.is-visible h2 .word-reveal:nth-child(4),
html.js .trust.is-visible h2 .word-reveal:nth-child(4),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(4),
html.js .page-section.is-visible h2 .word-reveal:nth-child(4),
html.js .contact.is-visible h2 .word-reveal:nth-child(4) {
  animation-delay: 0.105s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(5),
html.js .why.is-visible h2 .word-reveal:nth-child(5),
html.js .reviews.is-visible h2 .word-reveal:nth-child(5),
html.js .trust.is-visible h2 .word-reveal:nth-child(5),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(5),
html.js .page-section.is-visible h2 .word-reveal:nth-child(5),
html.js .contact.is-visible h2 .word-reveal:nth-child(5) {
  animation-delay: 0.14s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(6),
html.js .why.is-visible h2 .word-reveal:nth-child(6),
html.js .reviews.is-visible h2 .word-reveal:nth-child(6),
html.js .trust.is-visible h2 .word-reveal:nth-child(6),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(6),
html.js .page-section.is-visible h2 .word-reveal:nth-child(6),
html.js .contact.is-visible h2 .word-reveal:nth-child(6) {
  animation-delay: 0.175s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(7),
html.js .why.is-visible h2 .word-reveal:nth-child(7),
html.js .reviews.is-visible h2 .word-reveal:nth-child(7),
html.js .trust.is-visible h2 .word-reveal:nth-child(7),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(7),
html.js .page-section.is-visible h2 .word-reveal:nth-child(7),
html.js .contact.is-visible h2 .word-reveal:nth-child(7) {
  animation-delay: 0.21s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(8),
html.js .why.is-visible h2 .word-reveal:nth-child(8),
html.js .reviews.is-visible h2 .word-reveal:nth-child(8),
html.js .trust.is-visible h2 .word-reveal:nth-child(8),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(8),
html.js .page-section.is-visible h2 .word-reveal:nth-child(8),
html.js .contact.is-visible h2 .word-reveal:nth-child(8) {
  animation-delay: 0.245s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(9),
html.js .why.is-visible h2 .word-reveal:nth-child(9),
html.js .reviews.is-visible h2 .word-reveal:nth-child(9),
html.js .trust.is-visible h2 .word-reveal:nth-child(9),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(9),
html.js .page-section.is-visible h2 .word-reveal:nth-child(9),
html.js .contact.is-visible h2 .word-reveal:nth-child(9) {
  animation-delay: 0.28s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(10),
html.js .why.is-visible h2 .word-reveal:nth-child(10),
html.js .reviews.is-visible h2 .word-reveal:nth-child(10),
html.js .trust.is-visible h2 .word-reveal:nth-child(10),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(10),
html.js .page-section.is-visible h2 .word-reveal:nth-child(10),
html.js .contact.is-visible h2 .word-reveal:nth-child(10) {
  animation-delay: 0.315s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(11),
html.js .why.is-visible h2 .word-reveal:nth-child(11),
html.js .reviews.is-visible h2 .word-reveal:nth-child(11),
html.js .trust.is-visible h2 .word-reveal:nth-child(11),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(11),
html.js .page-section.is-visible h2 .word-reveal:nth-child(11),
html.js .contact.is-visible h2 .word-reveal:nth-child(11) {
  animation-delay: 0.35s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(12),
html.js .why.is-visible h2 .word-reveal:nth-child(12),
html.js .reviews.is-visible h2 .word-reveal:nth-child(12),
html.js .trust.is-visible h2 .word-reveal:nth-child(12),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(12),
html.js .page-section.is-visible h2 .word-reveal:nth-child(12),
html.js .contact.is-visible h2 .word-reveal:nth-child(12) {
  animation-delay: 0.385s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(13),
html.js .why.is-visible h2 .word-reveal:nth-child(13),
html.js .reviews.is-visible h2 .word-reveal:nth-child(13),
html.js .trust.is-visible h2 .word-reveal:nth-child(13),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(13),
html.js .page-section.is-visible h2 .word-reveal:nth-child(13),
html.js .contact.is-visible h2 .word-reveal:nth-child(13) {
  animation-delay: 0.42s;
}
html.js .solutions.is-visible h2 .word-reveal:nth-child(14),
html.js .why.is-visible h2 .word-reveal:nth-child(14),
html.js .reviews.is-visible h2 .word-reveal:nth-child(14),
html.js .trust.is-visible h2 .word-reveal:nth-child(14),
html.js .cta-final.is-visible h2 .word-reveal:nth-child(14),
html.js .page-section.is-visible h2 .word-reveal:nth-child(14),
html.js .contact.is-visible h2 .word-reveal:nth-child(14) {
  animation-delay: 0.455s;
}

.word-reveal {
  display: inline-block;
}

html.js .gsap-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@keyframes av-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes av-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title,
  .hero__badge,
  .hero__intro,
  .hero .btn,
  .hero__visual,
  .page-hero,
  .solution-hero__intro,
  .solution-hero__content .btn,
  html.js .solutions,
  html.js .why,
  html.js .reviews,
  html.js .trust,
  html.js .cta-final,
  html.js .page-section,
  html.js .contact,
  html.js .team,
  html.js .faq-item,
  html.js .stats--overlap,
  html.js .hero-proofs,
  html.js .solution-intro,
  html.js .solution-install,
  html.js .solution-choice,
  html.js .solution-controls,
  html.js .solutions.is-visible .card-solution,
  html.js .why.is-visible .why-item,
  html.js .reviews.is-visible .card-avis,
  html.js .team.is-visible .team-card,
  html.js .page-section.is-visible .compare__item,
  html.js .page-section.is-visible .feature-grid__item,
  html.js .page-section.is-visible .value-item,
  html.js .stats--overlap.is-visible .stat-item,
  html.js .hero-proofs.is-visible .hero-proofs__item,
  html.js .solution-controls.is-visible .solution-control-card,
  html.js .solution-choice.is-visible .solution-choice__col {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}
.site-topbar {
  display: none;
  background: #0f3f61;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .site-topbar {
    display: block;
  }
}

.site-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
  white-space: nowrap;
}

.site-topbar__hours {
  padding: 0.75rem 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.site-topbar__links {
  display: none;
}
@media (min-width: 1024px) {
  .site-topbar__links {
    display: flex;
    gap: 1.5rem;
  }
}

.site-topbar__link {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.15s ease;
}
.site-topbar__link:hover {
  color: #ffffff;
}

.site-topbar__link--active {
  color: #ffffff;
  font-weight: 700;
}

.site-nav-band {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.site-header-shell {
  position: relative;
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(112, 111, 111, 0.15);
}

.site-header__logo img {
  height: 40px;
  width: auto;
  transition: opacity 0.2s ease;
}

.site-header__logo:hover img {
  opacity: 0.8;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-header__nav {
  display: none;
}

.site-header__nav--open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 80vh;
  background: #ffffff;
  overflow-y: auto;
  padding-bottom: 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  animation: av-fade-in 0.2s ease;
}

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

.site-header__nav-item {
  border-bottom: 1px solid rgba(112, 111, 111, 0.12);
  position: relative;
}

.site-header__nav-link {
  display: block;
  padding: 1.1rem 1.25rem;
  font-weight: 500;
  color: #706f6f;
  transition: background 0.15s ease, color 0.15s ease;
}
.site-header__nav-link:hover {
  background: #f7f8f9;
  color: var(--color-accent);
}

.site-header__dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  padding: 1.1rem 0;
  border: none;
  background: none;
  cursor: pointer;
}
.site-header__dropdown-toggle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #706f6f;
  border-bottom: 2px solid #706f6f;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.15s ease;
}
.site-header__dropdown-toggle:hover::after {
  border-color: var(--color-accent);
}

.site-header__nav-item--open .site-header__dropdown-toggle::after {
  transform: rotate(-135deg);
}

.site-header__nav-item--active .site-header__dropdown-toggle::after {
  border-color: var(--color-accent);
}

.site-header__nav-item--active .site-header__nav-link {
  color: var(--color-accent);
  border-left: 3px solid var(--color-accent);
  padding-left: calc(1.25rem - 3px);
  background: color-mix(in srgb, var(--color-accent) 6%, transparent);
}

.site-header__dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f7f8f9;
}

.site-header__nav-item--open .site-header__dropdown {
  display: block;
}

.site-header__dropdown-link {
  display: block;
  padding: 0.85rem 1.25rem 0.85rem 2.5rem;
  color: #706f6f;
  border-bottom: 1px solid rgba(112, 111, 111, 0.1);
}
.site-header__dropdown-link:hover {
  color: var(--color-accent);
  background: color-mix(in srgb, var(--color-accent) 6%, transparent);
}

.site-header__dropdown-link--active {
  color: var(--color-accent);
  font-weight: 700;
  background: color-mix(in srgb, var(--color-accent) 6%, transparent);
}

a.site-header__cta {
  display: block;
  margin: 1.25rem;
  text-align: center;
}

a.site-header__cta-desktop {
  display: none;
}

.site-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.site-header__burger-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-accent);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-header__burger--open .site-header__burger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header__burger--open .site-header__burger-bar:nth-child(2) {
  opacity: 0;
}

.site-header__burger--open .site-header__burger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes av-fade-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .site-header__nav-list {
    display: flex;
    align-items: center;
  }
  .site-header__nav-item--mobile-only {
    display: none;
  }
  .site-header__nav-item {
    border-bottom: none;
  }
  .site-header__nav-item + .site-header__nav-item {
    margin-left: 1.25rem;
  }
  .site-header__nav-link {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: none;
  }
  .site-header__nav-link:hover {
    background: color-mix(in srgb, var(--color-accent) 10%, transparent);
    color: var(--color-accent);
  }
  .site-header__nav-item--dropdown .site-header__nav-link {
    padding-right: 1.9rem;
  }
  .site-header__dropdown-toggle {
    width: 20px;
    right: 0.15rem;
    height: 100%;
    padding: 0;
  }
  .site-header__nav-item--active .site-header__nav-link {
    border-left: none;
    padding-left: 1rem;
    background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  }
  .site-nav-band {
    background: #0f3f61;
    padding: 0.5rem 1.25rem;
  }
  .site-nav-band--overlay {
    background: none;
  }
  .site-header {
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 999px;
    border-bottom: none;
    padding: 0.4rem 0.4rem 0.4rem 1.75rem;
    box-shadow: 0 10px 30px rgba(15, 63, 97, 0.18);
  }
  .site-header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    overflow: hidden;
    z-index: 10;
  }
  .site-header__dropdown-link {
    padding: 0.75rem 1.25rem;
  }
  a.site-header__cta {
    display: none;
  }
  a.site-header__cta-desktop {
    display: inline-block;
  }
  .site-header__burger {
    display: none;
  }
  .mobile-cta-bar {
    display: none;
  }
}
.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

.site-header-shell:has(.site-header__nav--open) + .mobile-cta-bar {
  display: none;
}

.mobile-cta-bar__btn {
  display: block;
  width: 100%;
  text-align: center;
}

.site-footer {
  background: color-mix(in srgb, var(--color-accent) 55%, black);
  color: #ffffff;
  padding: 3rem 1.25rem 1.5rem;
}

.site-footer__grid {
  display: grid;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.site-footer__heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.site-footer__link {
  display: block;
  color: #ffffff;
  opacity: 0.85;
  padding: 0.25rem 0;
}
.site-footer__link:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}

.site-footer__bottom {
  max-width: 1280px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
  opacity: 0.7;
  text-align: center;
}
.site-footer__bottom p + p {
  margin-top: 0.35rem;
}

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary {
  background: var(--color-accent);
  color: #ffffff;
}
.btn--primary:hover {
  background: color-mix(in srgb, var(--color-accent) 80%, black);
  color: #ffffff;
}

.btn--outline {
  background: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.btn--outline:hover {
  background: var(--color-accent);
  color: #ffffff;
}

.btn--white {
  background: #ffffff;
  color: var(--color-accent);
}
.btn--white:hover {
  background: color-mix(in srgb, #ffffff 85%, black);
  color: var(--color-accent);
}

.btn--outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.btn--outline-white:hover {
  background: #ffffff;
  color: var(--color-accent);
  border-color: #ffffff;
}

.page-hero {
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  padding: 10rem 1.25rem;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero__inner {
    grid-template-columns: 3fr 2fr;
  }
}

.hero__title {
  color: #ffffff;
}

.hero__intro {
  margin: 1.5rem 0 2rem;
  font-size: 1.1rem;
  max-width: 55ch;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #0f3f61;
  color: #ffffff;
  padding: 6rem 1.25rem 5rem;
}
@media (min-width: 1024px) {
  .hero {
    padding: calc(4rem + 80px) 1.25rem 8rem;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 70% at 50% 45%, rgba(15, 63, 97, 0.86) 0%, rgba(15, 63, 97, 0.9) 55%, rgba(11, 44, 68, 0.96) 100%);
}

.hero .hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero .hero__title {
  max-width: 20ch;
  margin-top: 1.5rem;
}

.hero .hero__intro {
  margin-left: auto;
  margin-right: auto;
}

.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero__note {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero-proofs {
  background: #f7f8f9;
  padding: 0.25rem 1.25rem;
}

.hero-proofs__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.hero-proofs__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(112, 111, 111, 0.12);
}
.hero-proofs__item:first-child {
  border-top: none;
}

.hero-proofs__icon {
  flex: none;
  display: flex;
  color: var(--color-accent);
}
.hero-proofs__icon svg {
  width: 19px;
  height: 19px;
}

.hero-proofs__value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f3f61;
  margin-right: 0.3rem;
}

@media (max-width: 1023px) {
  .hero-proofs {
    position: relative;
    z-index: 2;
    background: none;
    padding: 0 1rem;
    margin-top: -46px;
  }
  .hero-proofs__inner {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(15, 63, 97, 0.18);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-proofs__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon value" "label label";
    column-gap: 0.6rem;
    row-gap: 0.35rem;
    align-items: center;
    padding: 1.25rem 1rem;
    border-top: 1px solid rgba(112, 111, 111, 0.12);
    border-left: 1px solid rgba(112, 111, 111, 0.12);
  }
  .hero-proofs__item:nth-child(-n+2) {
    border-top: none;
  }
  .hero-proofs__item:nth-child(odd) {
    border-left: none;
  }
  .hero-proofs__icon {
    grid-area: icon;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  }
  .hero-proofs__icon svg {
    width: 20px;
    height: 20px;
  }
  .hero-proofs__value {
    grid-area: value;
    display: block;
    font-size: 1.35rem;
    margin-right: 0;
  }
  .hero-proofs__label {
    grid-area: label;
    font-size: 0.85rem;
  }
}
@media (min-width: 1024px) {
  .hero-proofs {
    position: relative;
    z-index: 2;
    background: none;
    padding: 0 1.25rem;
    margin-top: -3.5rem;
  }
  .hero-proofs__inner {
    max-width: 1140px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 63, 97, 0.18);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-proofs__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon value" "label label";
    column-gap: 0.75rem;
    row-gap: 0.4rem;
    align-items: center;
    padding: 2rem 1.6rem;
    border-top: none;
    border-left: 1px solid rgba(112, 111, 111, 0.14);
  }
  .hero-proofs__item:first-child {
    border-left: none;
  }
  .hero-proofs__icon {
    grid-area: icon;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  }
  .hero-proofs__icon svg {
    width: 20px;
    height: 20px;
  }
  .hero-proofs__value {
    grid-area: value;
    display: block;
    font-size: 1.5rem;
    margin-right: 0;
  }
  .hero-proofs__label {
    grid-area: label;
    font-size: 0.92rem;
  }
}
.solutions {
  padding: 4rem 1.25rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
  --color-accent: #1d71b8;
}
@media (min-width: 1024px) {
  .solutions {
    padding: 6rem 1.25rem;
  }
}

@media (min-width: 1024px) {
  .solutions__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .solutions__head .audience-switch {
    margin-top: 0;
    flex: none;
  }
}

.solutions__grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .solutions__grid {
    grid-template-columns: 1.6fr repeat(2, 1fr);
    grid-auto-flow: dense;
  }
}

@media (min-width: 768px) {
  a.card-solution--featured {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  a.card-solution--featured {
    grid-column: 1;
    grid-row: span 2;
  }
}

.card-solution.is-hidden {
  display: none;
}

.audience-switch {
  display: inline-flex;
  gap: 0.25rem;
  margin-top: 1.5rem;
  padding: 0.25rem;
  background: #ffffff;
  border: 1px solid rgba(112, 111, 111, 0.15);
  border-radius: 999px;
}

.audience-switch__btn {
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #706f6f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.audience-switch__btn:hover:not(.is-active) {
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
}
.audience-switch__btn.is-active {
  background: var(--color-accent);
  color: #ffffff;
}

a.card-solution {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.card-solution:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
}

.card-solution__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  color: var(--color-accent);
  transition: background 0.25s ease, color 0.25s ease;
}
.card-solution__icon svg {
  width: 24px;
  height: 24px;
}

a.card-solution:hover .card-solution__icon {
  background: var(--color-accent);
  color: #ffffff;
}

.card-solution__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.card-solution__text {
  flex: 1;
  margin-bottom: 1rem;
  color: #706f6f;
}

.card-solution__link {
  font-weight: 700;
  color: var(--color-accent);
  align-self: flex-start;
}
.card-solution__link::after {
  content: "→";
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}

a.card-solution:hover .card-solution__link::after {
  transform: translateX(4px);
}

a.card-solution--featured {
  position: relative;
  min-height: 360px;
  padding: 0;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #0f3f61;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
a.card-solution--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 63, 97, 0.92) 0%, rgba(15, 63, 97, 0.35) 55%, rgba(15, 63, 97, 0.1) 100%);
}
@media (min-width: 1024px) {
  a.card-solution--featured {
    min-height: 420px;
  }
}

.card-solution--featured .card-solution__body {
  position: relative;
  z-index: 1;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .card-solution--featured .card-solution__body {
    padding: 2.5rem;
  }
}

.card-solution--featured .card-solution__icon {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.card-solution--featured .card-solution__title,
.card-solution--featured .card-solution__link {
  color: #ffffff;
}

.card-solution--featured .card-solution__text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 42ch;
}

.why {
  background: radial-gradient(120% 120% at 15% -10%, color-mix(in srgb, #4fa3e0 40%, #0f3f61) 0%, #0f3f61 50%, color-mix(in srgb, #0f3f61 70%, black) 100%);
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .why {
    padding: 6rem 1.25rem;
  }
}

.why__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .why__inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 4.5rem;
    align-items: center;
  }
}

.why h2 {
  color: #ffffff;
}

.why__inner > div > p {
  color: rgba(255, 255, 255, 0.8);
}

.why__photo {
  margin-top: 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  height: 220px;
}
.why__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .why__photo {
    height: 260px;
  }
}

.why__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .why__grid {
    margin-top: 0;
  }
}

.why-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.75rem;
}

.why-item__number {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #4fa3e0;
  margin-bottom: 0.75rem;
}

.why-item__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.why-item p:not(.why-item__title) {
  color: rgba(255, 255, 255, 0.75);
}

.photo-band {
  height: 260px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .photo-band {
    height: 420px;
  }
}

.steps {
  position: relative;
  margin-top: 1.75rem;
  padding-left: 2.75rem;
}
.steps::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(29, 113, 184, 0.35);
}

.steps__svg {
  display: none;
}

.steps__bignum {
  display: none;
}

.steps__item {
  position: relative;
  margin-bottom: 1.75rem;
}
.steps__item:last-child {
  margin-bottom: 0;
}

.steps__pin {
  position: absolute;
  left: -2.75rem;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #1d71b8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 0 0 6px #f7f8f9;
}

.steps__pin-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.steps__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f3f61;
  margin-bottom: 0.25rem;
}

.steps-section__title {
  color: #0f3f61;
}

@media (min-width: 1024px) {
  .steps-section .page-section__inner {
    text-align: center;
  }
  .steps {
    height: 430px;
    margin-top: 2.5rem;
    padding-left: 0;
  }
  .steps::before {
    content: none;
  }
  .steps__svg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .steps__bignum {
    display: block;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 90px;
    line-height: 1;
    color: rgba(15, 63, 97, 0.12);
  }
  .steps__bignum:nth-of-type(1) {
    left: 8%;
    top: -12px;
  }
  .steps__bignum:nth-of-type(2) {
    left: 32.5%;
    top: 163px;
  }
  .steps__bignum:nth-of-type(3) {
    left: 59.5%;
    top: 0px;
  }
  .steps__item {
    margin-bottom: 0;
  }
  .steps__pin {
    left: auto;
    top: auto;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #ffffff;
    color: var(--color-accent);
    box-shadow: 0 16px 28px -8px rgba(15, 63, 97, 0.35), 0 4px 10px rgba(15, 63, 97, 0.12);
  }
  .steps__pin-num {
    display: none;
  }
  .steps__pin-icon {
    display: block;
  }
  .steps__text {
    position: absolute;
    text-align: center;
  }
  .steps__item--1 .steps__pin {
    left: 16.7%;
    top: 209px;
  }
  .steps__item--1 .steps__text {
    left: 2%;
    top: 44px;
    width: 29%;
  }
  .steps__item--2 .steps__pin {
    left: 45.2%;
    top: 83px;
  }
  .steps__item--2 .steps__text {
    left: 32%;
    top: 220px;
    width: 32%;
  }
  .steps__item--3 .steps__pin {
    left: 84.2%;
    top: 153px;
  }
  .steps__item--3 .steps__text {
    left: 57.5%;
    top: 57px;
    width: 30%;
  }
}
.reviews {
  padding: 2rem 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .reviews {
    padding: 6rem 1.25rem;
  }
}

.reviews__grid {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
  text-align: left;
}
@media (min-width: 768px) {
  .reviews__grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

.card-avis__stars {
  color: var(--color-accent, #1d71b8);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.card-avis {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-avis__quote {
  font-style: italic;
  margin-bottom: 0.75rem;
}

.card-avis__author {
  font-weight: 700;
  font-size: 0.9rem;
  color: #706f6f;
}

.ti-widget[data-layout-id="14"][data-set-id=light-background] .ti-verified-by-row {
  visibility: hidden;
}

.ti-widget[data-layout-id="14"][data-set-id=light-background][data-pid="42370458009a1250ec46ccde6e8"] .ti-widget-header .ti-header-content .ti-header-write-btn-container a.ti-header-write-btn {
  border-color: #1d71b8;
  color: #1d71b8 !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ti-widget[data-layout-id="14"][data-set-id=light-background][data-pid="42370458009a1250ec46ccde6e8"] .ti-widget-header .ti-header-content .ti-header-write-btn-container a.ti-header-write-btn:hover {
  background-color: #1d71b8 !important;
  border-color: #1d71b8 !important;
  color: #ffffff !important;
}

.trust {
  background: #ffffff;
  padding: 2rem 1.25rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .trust {
    padding: 6rem 1.25rem;
  }
}

.trust__logos {
  overflow: hidden;
  margin-top: 1.5rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.trust__logos-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: trust-scroll 36s linear infinite;
}
.trust__logos:hover .trust__logos-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .trust__logos-track {
    animation: none;
  }
}

@keyframes trust-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.trust__logo {
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #706f6f;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.trust__logo:hover {
  opacity: 1;
}

.trust__logo img {
  height: 40px;
  width: auto;
}

.cta-final {
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  color: #ffffff;
  text-align: center;
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .cta-final {
    padding: 6rem 1.25rem;
  }
}

.cta-final__title {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto 0.75rem;
}

.cta-final__text {
  max-width: 36ch;
  margin: 0 auto;
}

.cta-final .btn {
  margin-top: 1.5rem;
}

.page-section {
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .page-section {
    padding: 6rem 1.25rem;
  }
}

.solution-hero + .page-section,
.page-hero + .page-section,
.hero + .page-section {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .solution-hero + .page-section,
  .page-hero + .page-section,
  .hero + .page-section {
    padding-top: 6rem;
  }
}

.page-section--alt {
  background: #ffffff;
}

.page-section__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.checklist {
  list-style: none;
  margin-top: 1rem;
  counter-reset: checklist;
}

.checklist__item {
  counter-increment: checklist;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
.checklist__item::before {
  content: counter(checklist) ".";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

.compare {
  display: grid;
  gap: 1.5rem;
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  .compare {
    grid-template-columns: repeat(2, 1fr);
  }
}

.compare__item {
  border-radius: 20px;
  padding: 2.25rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);
}
.compare__item:nth-child(even) {
  background: var(--color-accent);
  border-color: transparent;
}
.compare__item:nth-child(even) .compare__title {
  color: #ffffff;
}
.compare__item:nth-child(even) p {
  color: rgba(255, 255, 255, 0.9);
}

.compare__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.75rem;
}

.page-section__inner--wide {
  max-width: 1280px;
}

.page-hero__photo {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4/3;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
}
.page-hero__photo::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 999;
}
.page-hero__photo svg {
  width: 20%;
  height: 20%;
  opacity: 0.8;
}
.page-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.page-hero__photo-label {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

.split-block__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .split-block__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .split-block--reverse .split-block__inner .split-block__media {
    order: 2;
  }
}

.split-block__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  background: #f7f8f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--color-accent);
}
.split-block__media::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 16px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  z-index: 999;
}
.split-block__media img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.split-block__media svg {
  width: 22%;
  height: 22%;
  opacity: 0.45;
}

.split-block__media-label {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #706f6f;
}

.feature-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-grid__item {
  border-radius: 20px;
  padding: 2.25rem;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);
}
.feature-grid__item:nth-child(even) {
  background: var(--color-accent);
  border-color: transparent;
}
.feature-grid__item:nth-child(even) .feature-grid__title {
  color: #ffffff;
}
.feature-grid__item:nth-child(even) p {
  color: rgba(255, 255, 255, 0.9);
}

.feature-grid__badge {
  display: none;
}

.feature-grid__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}

.legal h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
}

.solution-hero {
  padding: 1.5rem 1.25rem 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .solution-hero {
    padding-top: calc(4rem + 80px);
    margin-bottom: 80px;
  }
}

.solution-hero + .solution-intro,
.solution-hero + .solution-install,
.solution-hero + .solution-choice,
.solution-hero + .solution-controls .solution-controls__inner {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .solution-hero + .solution-intro,
  .solution-hero + .solution-install,
  .solution-hero + .solution-choice,
  .solution-hero + .solution-controls .solution-controls__inner {
    padding-top: 80px;
  }
}

.solution-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.solution-hero__photo {
  position: relative;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.solution-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 63, 97, 0.86) 0%, rgba(15, 63, 97, 0.6) 60%, rgba(15, 63, 97, 0.25) 100%);
}
@media (min-width: 1024px) {
  .solution-hero__photo {
    height: 460px;
  }
}

.solution-hero__content {
  position: relative;
  padding: 1.75rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .solution-hero__content {
    padding: 3rem;
  }
}

.solution-hero__title {
  color: #ffffff;
  max-width: 20ch;
}
@media (min-width: 1024px) {
  .solution-hero__title {
    width: 650px;
  }
}

.solution-hero__intro {
  margin-top: 1rem;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.9);
  animation: av-fade-up 0.6s ease 0.1s both;
}

.solution-hero__content .btn {
  margin-top: 1.5rem;
  animation: av-fade-up 0.6s ease 0.2s both;
}

.hero-stats {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 1.5rem auto 0;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .hero-stats {
    margin-top: -8.5rem;
  }
}

.hero-stats__item {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 63, 97, 0.18);
  padding: 2.25rem 1.75rem;
  text-align: center;
}

.hero-stats__value {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1;
  color: #0f3f61;
}

.hero-stats__label {
  margin-top: 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #706f6f;
  font-size: 0.95rem;
}

.solution-intro {
  padding: 24px 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .solution-intro {
    padding: 80px 1.25rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 4.5rem;
    align-items: center;
  }
}

.solution-intro__title {
  color: #0f3f61;
  max-width: 24ch;
}

.solution-intro__body {
  display: grid;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .solution-intro__body {
    grid-template-columns: repeat(1, 1fr);
  }
}

.solution-intro__brands {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.solution-intro__brand {
  display: flex;
  align-items: center;
  height: 50px;
}
.solution-intro__brand img {
  height: 100%;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.solution-intro__photo {
  position: relative;
  margin-top: 2rem;
  height: 260px;
  border-radius: 22px;
  overflow: hidden;
}
.solution-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-intro__photo video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.solution-intro__photo video.is-active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .solution-intro__photo {
    margin-top: 0;
    height: 420px;
  }
}
.solution-intro__photo--video {
  width: 100%;
  height: auto;
  aspect-ratio: 932 / 984;
  max-width: 320px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .solution-intro__photo--video {
    height: auto;
    max-width: 380px;
  }
}

.solution-install {
  padding: 24px 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .solution-install {
    padding: 80px 1.25rem;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4.5rem;
    align-items: center;
  }
}

.solution-install__photo {
  position: relative;
  height: 260px;
  border-radius: 22px;
  overflow: hidden;
}
.solution-install__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .solution-install__photo {
    height: 520px;
  }
}

.solution-install__content {
  margin-top: 2rem;
}
.solution-install__content h2 {
  color: #0f3f61;
}
@media (min-width: 1024px) {
  .solution-install__content {
    margin-top: 0;
  }
}

.solution-install__list {
  margin-top: 1.5rem;
}

.solution-install__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(112, 111, 111, 0.15);
}
.solution-install__item:first-child {
  border-top: none;
}

.solution-install__icon {
  display: flex;
  align-items: center;
  color: var(--color-accent);
  margin-top: 0.15rem;
}
.solution-install__icon svg {
  width: 22px;
  height: 22px;
}

.solution-install__item-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f3f61;
  margin-bottom: 0.25rem;
}

.solution-install__item-text {
  font-size: 0.95rem;
}

.solution-choice {
  padding: 24px 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .solution-choice {
    padding: 80px 1.25rem;
  }
}

.solution-choice__head {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .solution-choice__head {
    margin-bottom: 3rem;
  }
}

.solution-choice__head h2 {
  color: #0f3f61;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.solution-choice__head p {
  max-width: 64ch;
  margin: 0 auto;
}

.solution-choice__grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .solution-choice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .solution-choice__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.solution-choice__col {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .solution-choice__col:not(:first-child) {
    padding-left: 2.5rem;
    border-left: 1px solid rgba(112, 111, 111, 0.18);
  }
}

.solution-choice__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f3f61;
  font-size: 1.3rem;
}

.solution-choice__tag {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f3f61;
  font-size: 0.9rem;
}

.solution-choice__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--color-accent);
  font-size: 0.95rem;
}
.solution-choice__link svg {
  width: 16px;
  height: 16px;
  display: block;
}

.solution-controls {
  background: linear-gradient(180deg, color-mix(in srgb, #0f3f61 80%, black) 0%, #0f3f61 100%);
}

.solution-controls__inner {
  position: relative;
  padding: 24px 1.25rem;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .solution-controls__inner {
    padding: 80px 1.25rem;
  }
}

.solution-controls__inner h2 {
  color: #ffffff;
  max-width: 26ch;
  margin: 0 auto 0.6rem;
}

.solution-controls__inner > p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 70ch;
  margin: 0 auto;
}

.solution-controls__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .solution-controls__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .solution-controls__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .solution-controls__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.solution-control-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 1.6rem;
}

.solution-control-card__icon {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 1rem;
}
.solution-control-card__icon svg {
  width: 24px;
  height: 24px;
}

.solution-control-card__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

.solution-control-card__text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.cta-final--photo {
  position: relative;
  overflow: hidden;
  background: var(--color-accent);
}

.cta-final--photo__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.cta-final--photo__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent-light) 92%, transparent) 0%, color-mix(in srgb, var(--color-accent) 95%, transparent) 100%);
}

.cta-final--photo > * {
  position: relative;
}

.cta-final--photo .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.journey {
  position: relative;
  max-width: 1024px;
  margin: 3rem auto 0;
}

.journey__path {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-accent);
  opacity: 0.65;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='1300' viewBox='0 0 400 1300'%3E%3Cpath d='M60 0 C 60 325 340 325 340 650 C 340 975 60 975 60 1300' stroke='white' stroke-width='4' stroke-dasharray='3 16' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  mask-repeat: repeat-y;
  mask-size: 100% 1300px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='1300' viewBox='0 0 400 1300'%3E%3Cpath d='M60 0 C 60 325 340 325 340 650 C 340 975 60 975 60 1300' stroke='white' stroke-width='4' stroke-dasharray='3 16' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-size: 100% 1300px;
}

.journey__step {
  margin-bottom: 2.5rem;
}
.journey__step:last-child {
  margin-bottom: 0;
}
.journey__step {
  width: 80%;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .journey__step {
    position: relative;
    width: 46%;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(-1.5deg);
    transition: transform 0.2s ease;
  }
  .journey__step + .journey__step {
    margin-top: -5rem;
  }
  .journey__step:hover {
    transform: rotate(0deg);
  }
}

.journey__step--right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .journey__step--right {
    margin-left: 54%;
    transform: rotate(1.5deg);
  }
}

.journey__card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.journey__media {
  aspect-ratio: 16/10;
}
.journey__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.journey__number {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.journey__body {
  padding: 1.75rem;
}

.journey__body h3 {
  margin-bottom: 0.5rem;
}

.journey__body .btn {
  margin-top: 1rem;
  max-width: 100%;
  white-space: normal;
}

.team {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .team {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-card {
  background: #f7f8f9;
  border-radius: 16px;
  padding: 1.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.team-card__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px dashed rgba(29, 113, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: rgba(29, 113, 184, 0.5);
  text-align: center;
  margin-bottom: 1rem;
}

.team-card__name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1d71b8;
}

.team-card__role {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.team--photo {
  max-width: 820px;
  margin: 1.5rem auto 0;
  gap: 2rem;
}

.team-card--photo {
  background: #ffffff;
  border: 1px solid rgba(112, 111, 111, 0.14);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.team-card--photo:hover {
  transform: none;
  box-shadow: none;
}

.team-card__photo-frame {
  height: 350px;
}
.team-card__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card--photo .team-card__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}
.team-card--photo .team-card__body p {
  margin-top: 0;
}

.team-card--photo .team-card__name {
  color: #0f3f61;
  font-size: 1.35rem;
}

.team-card--photo .team-card__role {
  color: #1d71b8;
  margin-bottom: 0;
}

.stats {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stat-item {
  background: var(--color-accent);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.stats--overlap {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .stats--overlap {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
}

@media (min-width: 1024px) {
  .stats--overlap + .page-section {
    padding-top: 10.5rem;
  }
}
.stat-item__number {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.stat-item__label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.split-block__inner:has(.value-list) {
  align-items: start;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(112, 111, 111, 0.15);
  border-radius: 16px;
}

.value-item__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  color: var(--color-accent);
}
.value-item__icon svg {
  width: 22px;
  height: 22px;
}

.value-item__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.25rem;
}

.confirmation {
  padding: 3rem 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .confirmation {
    padding: 8rem 1.25rem;
  }
}

.solution-hero + .confirmation {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .solution-hero + .confirmation {
    padding-top: 80px;
  }
}

.confirmation__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  color: var(--color-accent);
}
.confirmation__icon svg {
  width: 40px;
  height: 40px;
}

.confirmation__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.faq {
  max-width: 768px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(112, 111, 111, 0.2);
}

.faq-item__question {
  cursor: pointer;
  padding: 1.25rem 1.5rem 1.25rem 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1d71b8;
  list-style: none;
  transition: color 0.15s ease;
}
.faq-item__question::-webkit-details-marker {
  display: none;
}
.faq-item__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1.1rem;
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}
.faq-item__question:hover {
  color: var(--color-accent);
}
.faq-item__question:hover::after {
  transform: scale(1.2);
}

.faq-item[open] .faq-item__question::after {
  content: "−";
}

.faq-item__answer {
  padding-bottom: 1.25rem;
}

.form {
  max-width: 768px;
  margin: 0 auto;
}

.form__row {
  display: grid;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .form__row.form__row--split {
    grid-template-columns: 1fr 1fr;
  }
}

.form__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.form__input,
.form__select,
.form__textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(112, 111, 111, 0.35);
  border-radius: 4px;
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  background: #ffffff;
}

.form__textarea {
  min-height: 120px;
  resize: vertical;
}

.form-banner {
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.form-banner--success {
  background: rgba(47, 158, 68, 0.12);
  color: #2f9e44;
}

.form-banner--error {
  background: rgba(224, 49, 49, 0.12);
  color: #e03131;
}

.contact {
  padding: 80px 1.25rem 40px;
}
@media (min-width: 1024px) {
  .contact {
    padding: 80px 1.25rem;
  }
}

.contact__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.contact__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 4.5rem;
    align-items: start;
  }
}

.contact__grid h2 {
  color: #0f3f61;
}

.contact-info {
  list-style: none;
  margin-top: 1.5rem;
}

.contact-info__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(112, 111, 111, 0.15);
}
.contact-info__item:first-child {
  border-top: none;
  padding-top: 0;
}

.contact-info__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  color: var(--color-accent);
}
.contact-info__icon svg {
  width: 20px;
  height: 20px;
}

.contact-info__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f3f61;
  margin-bottom: 0.3rem;
}

.contact-form-card {
  background: #f7f8f9;
  border: 1px solid rgba(112, 111, 111, 0.14);
  border-radius: 22px;
  padding: 1.75rem;
}
@media (min-width: 768px) {
  .contact-form-card {
    padding: 2.5rem;
  }
}
.contact-form-card h2 {
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
}
.contact-form-card .form {
  max-width: none;
  margin: 0;
}
.contact-form-card .form__label {
  font-family: "Poppins", sans-serif;
  color: #0f3f61;
  font-size: 0.85rem;
}
.contact-form-card .form__input,
.contact-form-card .form__select,
.contact-form-card .form__textarea {
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
  border-color: rgba(112, 111, 111, 0.28);
}
.contact-form-card .form__input:focus,
.contact-form-card .form__select:focus,
.contact-form-card .form__textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 15%, transparent);
}
.contact-form-card .form button[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;
}
@media (min-width: 768px) {
  .contact-form-card .form button[type=submit] {
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
}

.contact-form-card__intro {
  margin-bottom: 2rem;
}

.contact-form-card--solo {
  max-width: 42rem;
  margin: 0 auto;
}

.contact__map {
  margin-top: 2.5rem;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(112, 111, 111, 0.14);
}
.contact__map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.cookie-banner {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #0f3f61;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
}
.cookie-banner--visible {
  display: block;
}

.cookie-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .cookie-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.cookie-banner__text {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}
.cookie-banner__text a {
  color: #ffffff;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

body.has-cookie-banner .mobile-cta-bar {
  display: none;
}

.form__cookie-notice {
  margin: -0.5rem 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  font-size: 0.85rem;
  color: #706f6f;
}
.form__cookie-notice button {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: underline;
  cursor: pointer;
}

.contact__map {
  position: relative;
}
.contact__map[data-map-blocked] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  background: #f7f8f9;
  text-align: center;
  padding: 2rem;
}
.contact__map[data-map-blocked] iframe {
  display: none;
}

.contact__map-gate {
  display: none;
  max-width: 32rem;
}
[data-map-blocked] .contact__map-gate {
  display: block;
}
.contact__map-gate p {
  margin-bottom: 1rem;
}
