/* =============================================================
   Homepage — UXPeak type + full-fold hero spacing
   Brand #08090C + #0080FF. Navbar lives in ds-public-nav.css.
   ============================================================= */

body.lp-home {
  font-family: var(--font-sans);
  font-feature-settings: 'ss01' 1, 'cv11' 1;
}

body.lp-home h1,
body.lp-home h2,
body.lp-home h3,
body.lp-home .hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.lp-home p,
body.lp-home .lead,
body.lp-home .hero__subtitle,
body.lp-home li {
  font-family: var(--font-sans);
  letter-spacing: -0.011em;
}

body.lp-home section + section {
  border-top: none;
}

body.lp-home .hero,
body.lp-home .hero--stage {
  min-height: calc(100svh - var(--site-header-offset, 5.95rem) - 1.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(1.25rem, 3.5vh, 2.25rem) !important;
  padding-bottom: clamp(1.5rem, 4vh, 2.5rem) !important;
  overflow: visible !important;
}

.hero--stage {
  position: relative;
  isolation: isolate;
  text-align: left;
}

/* No ambient orbs / bubbles on the homepage hero */
body.lp-home .hero::before,
body.lp-home .hero::after,
body.lp-home .hero--stage::before,
body.lp-home .hero--stage::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.hero--stage > .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(1.5rem, 3.5vh, 2.25rem);
  width: 100%;
  max-width: min(1280px, 100%);
}

.hero--stage .hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  width: 100%;
}

.hero--stage .hero__stage {
  max-width: 40rem;
  margin: 0;
  text-align: left;
}

.hero--stage .hero__eyebrow {
  margin: 0 0 1rem;
  background: rgba(0, 128, 255, 0.1) !important;
  color: #7dd3fc !important;
  border-color: rgba(0, 128, 255, 0.32) !important;
  letter-spacing: 0.1em;
  box-shadow: none !important;
  font-family: var(--font-sans);
  font-weight: 600;
}

.hero--stage .hero__title {
  margin: 0 0 1.1rem;
  font-size: clamp(2.45rem, 5.6vw, 4.35rem);
  line-height: 1.04;
  max-width: 11.5em;
  text-align: left;
}

.hero--stage .hero__subtitle {
  max-width: 38rem;
  margin: 0 0 1.2rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.65;
  color: #94A3B8;
  text-align: left;
}

.hero--stage .hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.55rem 1.25rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  color: #94A3B8;
  font-size: 0.92rem;
}

.hero--stage .hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero--stage .hero__trust li::before {
  content: "✓";
  color: #0080FF;
  font-weight: 700;
}

.hero--stage .hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}

.hero--stage .hero__cta .btn--lg {
  border-radius: 10px;
  min-height: 3.45rem;
  padding-inline: 1.45rem;
  font-family: var(--font-sans);
  font-size: 1.02rem;
  font-weight: 600;
}

.hero--stage .hero__cta .btn--primary {
  color: #fff !important;
  background: #0080FF !important;
  box-shadow: 0 14px 32px rgba(0, 128, 255, 0.34) !important;
  animation: none !important;
}

.hero--stage .hero__cta .btn--ghost {
  border-radius: 999px;
}

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  pointer-events: none;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  filter: none !important;
}

body.lp-home .hero__visual::before,
body.lp-home .hero__visual::after {
  display: none !important;
  content: none !important;
}

.hero__visual-ring {
  display: none !important;
}

.hero__visual-logo {
  position: relative;
  z-index: 1;
  width: clamp(320px, 38vw, 560px);
  max-width: 100%;
  max-height: none !important;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__visual-logo {
    transform: none;
  }
}

.hero--stage .hero__meta {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero--stage .hero__meta > div {
  text-align: left;
  padding: 1.05rem 0.95rem 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  overflow: visible;
}

body.lp-home .hero__meta > div::before {
  display: none !important;
}

.hero--stage .hero__meta strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.04em;
  display: block;
}

.lp-where {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 !important;
}

.lp-where__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.75rem;
}

.lp-where__head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  color: #fff;
}

.lp-where__head p {
  margin: 0;
  color: #94A3B8;
  font-size: 0.95rem;
}

.lp-where__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.lp-where__grid li {
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-where__grid span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748B;
  font-family: var(--font-sans);
}

.lp-where__grid strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--font-sans);
  letter-spacing: -0.015em;
}

body.lp-home .lp-section {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 !important;
}

body.lp-home .lp-section__head,
body.lp-home .section-header {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem) !important;
}

body.lp-home .lp-section__head h2,
body.lp-home .section-header h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  margin: 0.45rem 0 0.65rem;
}

body.lp-home .lp-section__head .lead,
body.lp-home .section-header .lead {
  font-size: 1.08rem;
  line-height: 1.65;
}

body.lp-home .lp-exp {
  gap: 1rem;
}

body.lp-home .lp-exp article,
body.lp-home .lp-faq details,
body.lp-home .lp-review-card {
  padding: 1.45rem 1.3rem;
  border-radius: 1.2rem;
}

body.lp-home .lp-exp h3 {
  font-size: 1.18rem;
  margin: 0.7rem 0 0.5rem;
}

body.lp-home .lp-exp p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #94A3B8;
}

body.lp-home #services-preview {
  padding-block: clamp(4.5rem, 9vw, 7.5rem) !important;
}

.lp-exp article .lp-pills {
  margin-top: 0.75rem;
}

@media (max-width: 960px) {
  .lp-where__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero--stage .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.25rem;
  }

  .hero--stage .hero__stage {
    max-width: none;
    text-align: center;
    margin: 0 auto;
  }

  .hero--stage .hero__eyebrow,
  .hero--stage .hero__title,
  .hero--stage .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero--stage .hero__trust,
  .hero--stage .hero__cta {
    justify-content: center;
  }

  body.lp-home .hero__visual {
    order: -1;
    min-height: 0;
    width: 100%;
    max-width: none !important;
    margin-inline: auto;
    aspect-ratio: auto !important;
  }

  .hero__visual-logo {
    width: min(72vw, 360px) !important;
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 720px) {
  body.lp-home .hero.hero--stage {
    min-height: 0;
    padding-top: 1.1rem !important;
    padding-bottom: 1.35rem !important;
    overflow: visible !important;
  }

  .hero--stage > .container {
    gap: 1.15rem;
  }

  .hero--stage .hero__title {
    max-width: none;
    font-size: clamp(1.9rem, 8.6vw, 2.45rem);
  }

  .hero--stage .hero__subtitle {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 0.9rem;
  }

  .hero--stage .hero__trust {
    justify-content: center;
    gap: 0.4rem 0.9rem;
    margin-bottom: 1rem;
  }

  .hero--stage .hero__cta .btn--lg {
    width: 100%;
    justify-content: center;
  }

  .hero__visual-logo {
    width: min(82vw, 320px) !important;
  }

  /* Stats as one block so they don't look like three cut cards */
  .hero--stage .hero__meta {
    grid-template-columns: 1fr;
    margin-top: 0.15rem;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
  }

  .hero--stage .hero__meta > div {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: transparent;
    box-shadow: none;
    padding: 0.85rem 1rem;
  }

  .hero--stage .hero__meta > div:last-child {
    border-bottom: none;
  }

  body.lp-home .hero__meta div:hover {
    border-color: transparent;
    box-shadow: none;
  }

  /* Continuous page rhythm — no clipped sections */
  body.lp-home .lp-where,
  body.lp-home .lp-section,
  body.lp-home #services-preview {
    padding: 2.15rem 0 !important;
  }

  body.lp-home .lp-where {
    padding-top: 1.5rem !important;
  }

  .lp-where__grid {
    grid-template-columns: 1fr;
  }

  body.lp-home .lp-exp {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  body.lp-home .lp-exp article,
  body.lp-home .lp-faq details,
  body.lp-home .lp-review-card {
    padding: 1.15rem 1.05rem;
    border-radius: 1rem;
  }
}

@media (max-width: 759px) {
  body.lp-home .footer-brand__cta {
    display: none !important;
  }
}

/* ── Reviews: desktop slideshow / mobile pages ─────────────── */

body.lp-home #avis .container {
  max-width: min(1180px, 100%);
}

body.lp-home .lp-reviews {
  width: 100%;
  min-width: 0;
}

body.lp-home .lp-reviews__viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  touch-action: pan-y;
}

body.lp-home .lp-reviews__track {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.lp-home .lp-reviews__track.is-no-transition {
  transition: none;
}

body.lp-home .lp-reviews__page {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

body.lp-home .lp-review-card,
body.lp-home .lp-reviews__page article.lp-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.35rem 1.3rem 1.25rem !important;
  border-radius: 1.05rem !important;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.lp-home .lp-review-card:hover {
  border-color: rgba(0, 128, 255, 0.38);
  box-shadow: 0 0 24px rgba(0, 128, 255, 0.14);
}

body.lp-home .lp-review-card::after {
  content: "“";
  position: absolute;
  top: 0.45rem;
  right: 1.05rem;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 128, 255, 0.22);
  pointer-events: none;
}

body.lp-home .lp-review-card__top {
  display: flex;
  align-items: center;
  min-height: 1.4rem;
  margin-bottom: 0.85rem;
  padding-right: 2.2rem;
}

body.lp-home .lp-review-card__stars {
  color: #FBBF24;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  line-height: 1;
}

body.lp-home .lp-review-card blockquote {
  flex: 1 1 auto;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

body.lp-home .lp-review-card__by {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

body.lp-home .lp-review-card__avatar {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.lp-home .lp-review-card__avatar[data-tone="0"] { background: #0D9488; }
body.lp-home .lp-review-card__avatar[data-tone="1"] { background: #E11D48; }
body.lp-home .lp-review-card__avatar[data-tone="2"] { background: #EA580C; }
body.lp-home .lp-review-card__avatar[data-tone="3"] { background: #7C3AED; }
body.lp-home .lp-review-card__avatar[data-tone="4"] { background: #0080FF; }
body.lp-home .lp-review-card__avatar[data-tone="5"] { background: #16A34A; }
body.lp-home .lp-review-card__avatar[data-tone="6"] { background: #DB2777; }
body.lp-home .lp-review-card__avatar[data-tone="7"] { background: #CA8A04; }

body.lp-home .lp-review-card__by strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

body.lp-home .lp-review-card__by small {
  display: block;
  margin-top: 0.12rem;
  color: #94A3B8;
  font-size: 0.75rem;
  line-height: 1.35;
}

body.lp-home .lp-reviews__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

body.lp-home .lp-reviews.is-single .lp-reviews__nav,
body.lp-home .lp-reviews.is-single .lp-reviews__dots {
  display: none;
}

body.lp-home .lp-reviews__status {
  margin: 0;
  min-width: 4.5rem;
  text-align: center;
  font-family: var(--font-sans, Inter, sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  font-variant-numeric: tabular-nums;
}

body.lp-home .lp-reviews__arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

body.lp-home .lp-reviews__arrow:hover:not(:disabled) {
  background: rgba(0, 128, 255, 0.16);
  border-color: rgba(0, 128, 255, 0.42);
}

body.lp-home .lp-reviews__arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.35);
}

body.lp-home .lp-reviews__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

body.lp-home .lp-reviews__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.95rem;
}

body.lp-home .lp-reviews__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

body.lp-home .lp-reviews__dots button:hover,
body.lp-home .lp-reviews__dots button:focus-visible {
  background: rgba(255, 255, 255, 0.45);
  outline: none;
}

body.lp-home .lp-reviews__dots button.is-active {
  width: 1.35rem;
  background: #0080FF;
}

@media (max-width: 980px) {
  body.lp-home .lp-reviews__page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.lp-home .lp-reviews__page {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  body.lp-home .lp-review-card blockquote {
    -webkit-line-clamp: 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lp-home .lp-reviews__track {
    transition: none;
  }
}

/* Viewport fade-in/out lives in animations.css (all public pages). */

