/* Shared QARA PULSE components */
/* Footer — brand + 5 columns, Sparta-like breathing (spacing only) */
.site-footer {
  background: var(--navy-deep);
  color: rgba(246, 251, 255, 0.65);
  padding: 3.5rem 0 2.25rem;
}

/* Desktop: brand left | Services→Langue compact cluster right */
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 3.25rem;
  row-gap: 2.5rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2.75rem;
}

.footer-brand {
  min-width: 0;
  max-width: 15.5rem;
  flex: 0 1 15.5rem;
}

.footer-brand .footer-tagline {
  margin-top: 0.85rem;
}

.footer-tagline p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(246, 251, 255, 0.72);
}

.footer-tagline p + p {
  margin-top: 0.35rem;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(246, 251, 255, 0.85);
  transition: color 0.15s ease;
}

.footer-social svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.footer-social:hover {
  color: var(--teal);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  column-gap: 1.75rem;
  row-gap: 1.75rem;
  width: auto;
  min-width: 0;
  margin-left: auto;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  color: var(--ice);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.95rem;
}

.footer-col a,
.footer-col .footer-soon {
  display: block;
  font-size: 0.84rem;
  line-height: 1.4;
  margin-bottom: 0.55rem;
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: var(--teal);
}

.footer-col .footer-location {
  color: rgba(246, 251, 255, 0.6);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-col .footer-location:hover {
  color: var(--teal);
}

.footer-col .footer-soon {
  color: rgba(246, 251, 255, 0.4);
  cursor: default;
}

.footer-col .footer-soon em {
  display: inline-block;
  font-style: normal;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 0.25rem;
  color: rgba(246, 251, 255, 0.35);
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(246, 251, 255, 0.1);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
}

.footer-bottom > span {
  flex-shrink: 0;
}

.footer-bottom a {
  color: inherit;
  transition: color 0.15s ease;
}

.footer-bottom a:hover {
  color: var(--teal);
}

.footer-legal-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  gap: 0.5rem 1rem;
  text-align: right;
}


.logos {
  padding: 3rem 0 2.85rem;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.logos-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.logos-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.logos-sub {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: logo-marquee 55s linear infinite;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  flex: 0 0 auto;
}

.logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.logo-item--resilio {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.logo-item--resilio img {
  display: block;
  width: 36px;
  height: 36px;
  max-height: none;
  max-width: none;
  object-fit: contain;
}



@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Problem section — Qapsule rhythm */
.features-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: 0 8px 28px rgba(0, 40, 80, 0.04);
  display: flex;
  flex-direction: column;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(0, 194, 203, 0.14), rgba(0, 40, 80, 0.06));
  color: var(--navy);
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.feature-card .icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--teal);
}

.feature-card h3 {
  margin: 0 0 0.55rem;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.feature-card > p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  flex: 1;
}

.pain-visual {
  margin-top: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  background: var(--ice);
  border: 1px solid rgba(0, 40, 80, 0.1);
  box-shadow: 0 6px 18px rgba(0, 40, 80, 0.06);
}

.pain-visual-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  background: rgba(0, 40, 80, 0.05);
  border-bottom: 1px solid rgba(0, 40, 80, 0.08);
}

.pain-visual-chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 40, 80, 0.18);
}

.pain-visual-chrome span:nth-child(1) { background: #ff6b6b; opacity: 0.7; }
.pain-visual-chrome span:nth-child(2) { background: #ffd166; opacity: 0.75; }
.pain-visual-chrome span:nth-child(3) { background: #06d6a0; opacity: 0.7; }

.pain-visual-body {
  min-height: 7.5rem;
  margin: 0.65rem;
  padding: 1rem 0.9rem;
  border-radius: 8px;
  border: 1.5px dashed rgba(0, 40, 80, 0.18);
  background:
    linear-gradient(135deg, rgba(0, 194, 203, 0.07), transparent 55%),
    rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
}

.pv-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pv-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}

.pv-dot--muted {
  background: rgba(0, 40, 80, 0.22);
}

.pv-bar {
  height: 0.45rem;
  flex: 1;
  border-radius: 4px;
  background: rgba(0, 40, 80, 0.12);
}

.pv-bar--short { flex: 0.45; }
.pv-bar--mid { flex: 0.7; }

.pv-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(0, 194, 203, 0.18);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}

.pv-pile {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.pv-pile span {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(0, 194, 203, 0.35), rgba(0, 40, 80, 0.15));
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0, 40, 80, 0.08);
}

.pv-pile span:nth-child(2) {
  transform: translateY(-0.35rem);
  background: linear-gradient(145deg, rgba(178, 170, 255, 0.45), rgba(0, 40, 80, 0.12));
}

.pv-caption {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(0, 40, 80, 0.55);
}

.pv-gauge {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}

.pv-gauge-track {
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(0, 40, 80, 0.1);
  overflow: hidden;
}

.pv-gauge-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), rgba(0, 40, 80, 0.55));
}

.pv-gauge-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(0, 40, 80, 0.55);
}

@media (max-width: 960px) {
  .features-3 {
    grid-template-columns: 1fr !important;
  }

  .testimonials-slider {
    --testimonials-per-view: 1;
  }

  .pain-visual-body {
    min-height: 6.25rem;
  }

  .approach-compose {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .approach-bridge {
    padding-top: 0;
  }

  .approach-bridge-mark {
    transform: rotate(90deg);
  }

  .approach-values {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .approach-pillar-visual {
    min-height: 10.25rem;
  }

  .apv-body {
    min-height: 7.5rem;
  }

  .svc-grid {
    grid-template-columns: 1fr;
  }
}


@media (prefers-reduced-motion: reduce) {
  .persona-card,
  .together-line,
  .hero-copy,
  .hero-how,
  .hero-ctas,
  .hero-proof-block,
  .hero-orb--teal,
  .hero-orb--lavender,
  .apv-flow span,
  .svc-row {
    animation: none !important;
  }

  .testimonials-slider__track.is-animating {
    transition: none !important;
  }

  .testimonials-slider__arrow:hover,
  .testimonials-slider__dot {
    transition: none;
  }

  .btn:hover,
  a.svc-row:hover,
  a.approach-pillar:hover,
  .credibility-stats .proof-card:hover {
    transform: none;
  }

  .apv-doc-path i.is-active {
    animation: none;
  }

  a.svc-row:hover .svc-chevron {
    transform: none;
  }
}

@media (max-width: 960px) {
  .nav {
    display: none;
  }

  .nav.is-open {
    display: flex;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1.25rem;
    right: 1.25rem;
    flex-direction: column;
    padding: 0.75rem;
    border-radius: 16px;
    background: rgba(0, 26, 54, 0.96);
    border: 1px solid rgba(246, 251, 255, 0.14);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .offer-grid,
  .cred-grid,
  .partners-row {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    flex-direction: column;
    column-gap: 0;
  }

  .footer-brand {
    max-width: 22rem;
    flex: none;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 2rem;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .header-actions .btn {
    display: none;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Homepage + shared proof counters: fit 3-up like Qapsule gains */
  .credibility-stats .proof-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .credibility-stats .proof-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .credibility-stats .proof-card {
    min-width: 0;
    min-height: 0;
    padding: 1rem 0.45rem 0.9rem;
  }

  .credibility-stats .proof-card .proof-stat {
    min-height: 0;
    margin-bottom: 0.45rem;
  }

  .credibility-stats .proof-card strong {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
    margin-bottom: 0.45rem;
  }

  .credibility-stats .proof-card > span {
    font-size: 0.72rem;
    line-height: 1.3;
    max-width: none;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-brand {
    max-width: none;
    flex: none;
  }

  .footer-links {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
    width: 100%;
    margin-left: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .hero-copy h1 {
    max-width: none;
  }
}


/* Nav dropdowns */
.nav-item { position: relative; }
.nav-item:hover,
.nav-item.is-open,
.nav-item:focus-within { z-index: 2; }
.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(246, 251, 255, 0.85);
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: inherit;
  padding: 0.5rem 0.7rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  cursor: pointer;
}
.nav-parent:hover,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: var(--ice);
  background: rgba(246, 251, 255, 0.08);
}
.nav-chevron { opacity: 0.75; transition: transform 0.18s ease; }
.nav-item.is-open > .nav-parent .nav-chevron,
.nav-item:hover > .nav-parent .nav-chevron { transform: rotate(180deg); }
.nav-submenu {
  display: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 20.5rem;
  margin-top: 0;
  padding: 0.45rem;
  border-radius: 14px;
  background: rgba(0, 26, 54, 0.98);
  border: 1px solid rgba(246, 251, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 10, 30, 0.45);
  z-index: 120;
  pointer-events: auto;
  flex-direction: column;
  gap: 0.15rem;
}
/* Invisible hover bridge across the visual gap so :hover never drops */
.nav-submenu::before {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 0;
  right: 0;
  height: 0.45rem;
}
.nav-item:hover > .nav-submenu,
.nav-item.is-open > .nav-submenu,
.nav-item:focus-within > .nav-submenu {
  display: flex;
}
.nav-submenu a,
.nav-submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  color: rgba(246, 251, 255, 0.88);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.nav-submenu a:hover {
  background: rgba(246, 251, 255, 0.1);
  color: var(--ice);
}
.nav-submenu-item.is-disabled {
  color: rgba(246, 251, 255, 0.4);
  cursor: not-allowed;
  pointer-events: none;
}
.nav-soon {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(246, 251, 255, 0.08);
  color: rgba(246, 251, 255, 0.42);
  border: 1px solid rgba(246, 251, 255, 0.1);
}
@media (max-width: 960px) {
  .nav-item { width: 100%; }
  .nav-parent { width: 100%; justify-content: space-between; }
  .nav-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0.15rem 0 0.35rem;
    box-shadow: none;
    background: rgba(246, 251, 255, 0.04);
  }
  .nav-submenu::before { content: none; }
  .nav-item:hover > .nav-submenu,
  .nav-item:focus-within > .nav-submenu { display: none; }
  .nav-item.is-open > .nav-submenu { display: flex; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-promise h1,
  .hero-promise-line { max-width: none; }
}


/* === Homepage v2: credibility + logos (2026-07-31) === */
.credibility-stats {
  padding: 2.75rem 0;
  background: var(--ice);
  border-bottom: 1px solid var(--border);
}

.credibility-stats--embedded {
  padding: 1.75rem 0 0;
  background: transparent;
  border-top: 1px solid var(--border);
  border-bottom: none;
  margin: 1.75rem 0 0;
}

.credibility-label {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.credibility-stats .proof-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 52rem;
  margin-inline: auto;
  gap: 1rem;
  align-items: stretch;
}

.credibility-stats .proof-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 36rem;
  margin-inline: auto;
  gap: 1rem;
  align-items: stretch;
}

.credibility-stats .proof-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
  min-width: 0;
  min-height: 8.5rem;
  padding: 1.5rem 1.15rem 1.35rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0, 40, 80, 0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.credibility-stats .proof-card:hover {
  border-color: rgba(0, 194, 203, 0.4);
  box-shadow: 0 14px 36px rgba(0, 40, 80, 0.08);
  transform: translateY(-2px);
}

.credibility-stats .proof-card .proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 3.75rem;
  margin-bottom: 0.65rem;
}

.credibility-stats .proof-card .proof-stat-prefix {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.credibility-stats .proof-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  color: var(--navy);
  margin-bottom: 0.65rem;
}

.credibility-stats .proof-card .proof-stat strong {
  margin-bottom: 0;
}

.credibility-stats .proof-card > span {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--text-muted);
  max-width: 11rem;
}

.results-section .section-header {
  margin-bottom: 1.5rem;
}

.results-section .results-proof {
  margin: 0 0 2rem;
}

.testimonials-slider {
  --testimonials-gap: 1.25rem;
  --testimonials-per-view: 2;
  position: relative;
}

.testimonials-slider__viewport {
  overflow: hidden;
}

.testimonials-slider__track {
  display: flex;
  align-items: stretch;
  gap: var(--testimonials-gap);
  will-change: transform;
}

.testimonials-slider__track.is-animating {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-card {
  margin: 0;
  padding: 1.5rem 1.45rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--ice);
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  flex: 0 0
    calc(
      (100% - (var(--testimonials-per-view) - 1) * var(--testimonials-gap)) /
        var(--testimonials-per-view)
    );
  min-width: 0;
  min-height: 100%;
}

.testimonial-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text);
}

.testimonial-card p::before {
  content: "“";
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 1.35em;
  line-height: 0;
  margin-right: 0.1rem;
}

.testimonial-card footer {
  margin-top: auto;
  display: grid;
  gap: 0.15rem;
}

.testimonial-card footer strong {
  font-size: 0.9rem;
  color: var(--navy);
}

.testimonial-card footer span {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.testimonials-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.testimonials-slider__arrow {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 40, 80, 0.14);
  background: var(--white);
  color: var(--navy);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}

.testimonials-slider__arrow:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--ice);
  transform: translateY(-1px);
}

.testimonials-slider__arrow:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.testimonials-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.testimonials-slider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(0, 40, 80, 0.18);
  transition: width 0.25s ease, background 0.25s ease;
}

.testimonials-slider__dot[aria-current="true"] {
  width: 1.35rem;
  background: var(--teal);
}

.testimonials-slider__dot:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.logos {
  padding: 3rem 0 2.85rem;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.logos-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.logos-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.logos-sub {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: logo-marquee 55s linear infinite;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  flex: 0 0 auto;
}

.logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.logo-item--resilio {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.logo-item--resilio img {
  display: block;
  width: 36px;
  height: 36px;
  max-height: none;
  max-width: none;
  object-fit: contain;
}





@media (max-width: 960px) {
  .footer-grid { flex-direction: column; column-gap: 0; }
  .footer-brand { max-width: 22rem; flex: none; }
  .footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 1.5rem; row-gap: 2rem; width: 100%; margin-left: 0; }
}
@media (max-width: 640px) {
  .footer-brand { max-width: none; flex: none; }
  .footer-links { grid-template-columns: 1fr; row-gap: 1.75rem; width: 100%; margin-left: 0; }
  .footer-bottom { flex-wrap: wrap; }
}

/* Shared site-wide cookie consent */
.shared-cookie-banner {
  position: fixed; z-index: 2000; left: 1rem; right: 1rem; bottom: 1rem;
  max-width: 42rem; margin-inline: auto; padding: 1.15rem 1.25rem;
  border-radius: 16px; background: rgba(0, 26, 54, 0.98);
  border: 1px solid rgba(246, 251, 255, 0.16);
  box-shadow: 0 24px 64px rgba(0, 26, 54, 0.28); color: #f6fbff;
  font-family: var(--font, "General Sans", system-ui, sans-serif);
}
.shared-cookie-banner[hidden] { display: none; }
.shared-cookie-banner__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; }
.shared-cookie-banner__copy { flex: 1 1 16rem; min-width: 0; }
.shared-cookie-banner__title { margin: 0 0 0.3rem; font-size: 0.95rem; font-weight: 700; color: #f6fbff; }
.shared-cookie-banner__text { margin: 0; font-size: 0.8125rem; line-height: 1.5; color: rgba(246, 251, 255, 0.74); }
.shared-cookie-banner__text a { color: #00c2cb; text-decoration: underline; text-underline-offset: 0.15em; }
.shared-cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; flex-shrink: 0; }
.shared-cookie-banner__button { min-height: 2.35rem; padding: 0.55rem 0.95rem; border-radius: 999px; border: 1px solid rgba(246, 251, 255, 0.28); font: inherit; font-size: 0.8rem; font-weight: 600; cursor: pointer; }
.shared-cookie-banner__button--essential { color: #f6fbff; background: transparent; }
.shared-cookie-banner__button--essential:hover { background: rgba(246, 251, 255, 0.08); }
.shared-cookie-banner__button--accept { color: #002850; background: #00c2cb; border-color: #00c2cb; }
.shared-cookie-banner__button--accept:hover { background: #1ad0d8; border-color: #1ad0d8; }
.shared-cookie-banner__button:focus-visible, .shared-cookie-banner__text a:focus-visible { outline: 2px solid #b2aaff; outline-offset: 2px; }
@media (max-width: 540px) {
  .shared-cookie-banner { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; padding: 1rem; }
  .shared-cookie-banner__actions { width: 100%; }
  .shared-cookie-banner__button { flex: 1 1 auto; }
}

/* Shared homepage FAQ */
/* FAQ — accordion left, navy contact cartouche right (stack <960px) */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
  column-gap: 3.5rem;
  row-gap: 2.5rem;
  align-items: start;
}

.faq-main {
  min-width: 0;
  grid-column: 1;
}

.faq-main .section-header {
  margin-bottom: 1.75rem;
  max-width: none;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 1.35rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--teal);
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item .faq-body {
  padding: 0 1.35rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.faq-contact {
  grid-column: 2;
  align-self: start;
  position: sticky;
  top: 6.5rem;
  width: 100%;
  max-width: 22rem;
  padding: 2rem 1.75rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(0, 194, 203, 0.22), transparent 55%),
    linear-gradient(160deg, var(--navy-deep), var(--navy-mid));
  color: var(--ice);
  box-shadow: var(--shadow);
}

.faq-contact h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.faq-contact > p:not(.faq-contact-note) {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(246, 251, 255, 0.78);
  margin-bottom: 1.5rem;
}

.faq-contact .btn {
  width: 100%;
}

.faq-contact .btn-primary {
  background: var(--teal);
  color: var(--navy);
}

.faq-contact-note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  text-align: center;
  color: rgba(246, 251, 255, 0.55);
}


.faq-item .faq-body a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 960px) { .faq-layout { grid-template-columns: 1fr; column-gap: 0; row-gap: 2rem; } .faq-main, .faq-contact { grid-column: 1; } .faq-contact { position: static; max-width: none; } }

/* Shared homepage navigation */
/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 1rem 0;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(0, 26, 54, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(246, 251, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

/* Official white lockup (orb + QARAPULSE) — for dark navy header/footer only */
.logo img {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(168px, 42vw);
}

.site-footer .logo img {
  height: 40px;
  max-width: min(200px, 70vw);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.45rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(246, 251, 255, 0.18);
  background: rgba(246, 251, 255, 0.05);
  backdrop-filter: blur(12px);
}

.nav a {
  color: rgba(246, 251, 255, 0.85);
  font-size: 0.8125rem;
  padding: 0.5rem 0.7rem;
  border-radius: var(--radius-pill);
  transition: background 0.15s ease, color 0.15s ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--ice);
  background: rgba(246, 251, 255, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.3rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(246, 251, 255, 0.18);
  background: rgba(246, 251, 255, 0.05);
}

.lang-switch a {
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(246, 251, 255, 0.55);
}

.lang-switch a.is-active {
  background: var(--teal);
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(246, 251, 255, 0.2);
  color: var(--ice);
  align-items: center;
  justify-content: center;
}


/* Nav dropdowns */
.nav-item { position: relative; }
.nav-item:hover,
.nav-item.is-open,
.nav-item:focus-within { z-index: 2; }
.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(246, 251, 255, 0.85);
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: inherit;
  padding: 0.5rem 0.7rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  cursor: pointer;
}
.nav-parent:hover,
.nav-parent.is-active,
.nav-item.is-open > .nav-parent {
  color: var(--ice);
  background: rgba(246, 251, 255, 0.08);
}
.nav-chevron { opacity: 0.75; transition: transform 0.18s ease; }
.nav-item.is-open > .nav-parent .nav-chevron,
.nav-item:hover > .nav-parent .nav-chevron { transform: rotate(180deg); }
.nav-submenu {
  display: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 20.5rem;
  margin-top: 0;
  padding: 0.45rem;
  border-radius: 14px;
  background: rgba(0, 26, 54, 0.98);
  border: 1px solid rgba(246, 251, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 10, 30, 0.45);
  z-index: 120;
  pointer-events: auto;
  flex-direction: column;
  gap: 0.15rem;
}
/* Invisible hover bridge across the visual gap so :hover never drops */
.nav-submenu::before {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 0;
  right: 0;
  height: 0.45rem;
}
.nav-item:hover > .nav-submenu,
.nav-item.is-open > .nav-submenu,
.nav-item:focus-within > .nav-submenu {
  display: flex;
}
.nav-submenu a,
.nav-submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  color: rgba(246, 251, 255, 0.88);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.nav-submenu a:hover {
  background: rgba(246, 251, 255, 0.1);
  color: var(--ice);
}
.nav-submenu-item.is-disabled {
  color: rgba(246, 251, 255, 0.4);
  cursor: not-allowed;
  pointer-events: none;
}
.nav-soon {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(246, 251, 255, 0.08);
  color: rgba(246, 251, 255, 0.42);
  border: 1px solid rgba(246, 251, 255, 0.1);
}
@media (max-width: 960px) {
  .nav-item { width: 100%; }
  .nav-parent { width: 100%; justify-content: space-between; }
  .nav-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0.15rem 0 0.35rem;
    box-shadow: none;
    background: rgba(246, 251, 255, 0.04);
  }
  .nav-submenu::before { content: none; }
  .nav-item:hover > .nav-submenu,
  .nav-item:focus-within > .nav-submenu { display: none; }
  .nav-item.is-open > .nav-submenu { display: flex; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-promise h1,
  .hero-promise-line { max-width: none; }
}



@media (max-width: 960px) {
  .nav { display: none; }
  .nav.is-open { display: flex; position: absolute; top: calc(100% + 0.5rem); left: 1.25rem; right: 1.25rem; flex-direction: column; padding: 0.75rem; border-radius: 16px; background: rgba(0, 26, 54, 0.96); border: 1px solid rgba(246, 251, 255, 0.14); }
  .menu-toggle { display: inline-flex; }
}
@media (max-width: 640px) { .header-actions .btn { display: none; } }
