/* ============================================================
   Landing Page V2 — VoiceShot
   All styles scoped under .lp-v2 to avoid theme conflicts.
   Mobile-first: base = mobile (390px), then tablet 768+, desktop 1024+
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Lato:ital,wght@0,700;1,700&display=swap');

/* ── Design tokens ──────────────────────────────────────────── */
:root {
  --lp-blue:        #0067cd;
  --lp-blue-dark:   #0054a6;
  --lp-orange:      #f7932d;
  --lp-orange-dark: #e07c1a;
  --lp-white:       #fafafa;
  --lp-beige:       #fafaf6;
  --lp-text:        #606263;
  --lp-dark:        #4a4a4a;
  --lp-card-bg:     #e9f6ff;
  --lp-yellow:      #ffd000;
  --lp-yellow-lt:   #fff4c3;
  --lp-border:      #e5e5e7;
  --lp-radius-sm:   5px;
  --lp-radius-md:   16px;
  --lp-radius-lg:   24px;
  --lp-radius-pill: 100px;
  --lp-shadow-card: 0 0 3.82px rgba(0,0,0,.04), 0 7.65px 15.3px rgba(0,0,0,.08);
  --lp-font-head:   'Open Sans', sans-serif;
  --lp-font-body:   'Open Sans', sans-serif;
  --lp-font-btn:    'Lato', sans-serif;
}

/* ── Wrappers & theme overrides ─────────────────────────────── */
body.page-template-template-landing-v2 .fl-page-content,
body.page-template-template-landing-v2 #main,
body.page-template-template-landing-v2 .entry-content,
body.page-template-template-landing-v2 .fl-content {
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.lp-v2 {
  font-family: var(--lp-font-body);
  color: var(--lp-dark);
  overflow-x: hidden;
}

.lp-v2__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ── Buttons ────────────────────────────────────────────────── */
.lp-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-font-btn);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 14px 24px;
  border-radius: var(--lp-radius-sm);
  text-decoration: none;
  transition: background .25s, color .25s, border-color .25s;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.lp-v2__btn--orange {
  background: var(--lp-orange);
  color: #fff;
  border-color: var(--lp-orange);
}
.lp-v2__btn--orange:hover {
  background: var(--lp-orange-dark);
  border-color: var(--lp-orange-dark);
  color: #fff;
}

.lp-v2__btn--blue {
  background: var(--lp-blue);
  color: #fff;
  border-color: var(--lp-blue);
}
.lp-v2__btn--blue:hover {
  background: var(--lp-blue-dark);
  border-color: var(--lp-blue-dark);
  color: #fff;
}

.lp-v2__btn--outline-orange {
  background: transparent;
  color: var(--lp-orange);
  border-color: var(--lp-orange);
}
.lp-v2__btn--outline-orange:hover {
  background: var(--lp-orange);
  color: #fff;
}

.lp-v2__btn--full {
  width: 100%;
}

/* ── Visibility helpers ─────────────────────────────────────── */
.lp-v2--mobile-only  { display: flex !important; }
.lp-v2--desktop-only { display: none !important; }

/* ============================================================
   S1: HERO
   ============================================================ */
.lp-v2__hero {
  position: relative;
  background: #0067cd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* Mobile: Figma 390×756 layout — 80px top/bottom, 40px sides */
  padding: 80px 40px;
  min-height: 756px;
  gap: 120px; /* gap between text block and form block */
  text-align: left;
  box-sizing: border-box;
}

/* Desktop CTA wrapper — display is controlled by lp-v2--desktop-only utility */
.lp-v2__hero-cta-wrap {
  justify-content: flex-start;
}

/* ── Decorative elements (all absolutely positioned) ─────── */
.lp-v2__hero-deco {
  position: absolute;
  pointer-events: none;
}
.lp-v2__hero-deco img {
  display: block;
}
/* Mobile: hide large desktop-only decorations */
.lp-v2__hero-deco--bubble-right,
.lp-v2__hero-deco--wave-br1,
.lp-v2__hero-deco--wave-br2 {
  display: none;
}

/* Mobile: hide the left speech-bubble (not in mobile Figma) */
.lp-v2__hero-deco--bubble-left {
  display: none;
}

/* Strips-right hidden on mobile — shown only on desktop via breakpoint */
.lp-v2__hero-deco--strips-right {
  display: none;
}

/* Full-width mobile waveform (hero-mobile.svg, 390×83px, opacity 0.5 baked in) */
.lp-v2__hero-mobile-wave {
  position: absolute;
  left: 0;
  top: 465px;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.lp-v2__hero-bubble-bg {
  /* Bubble background SVG: rounded rect, extends slightly outside wrapper */
  position: absolute;
  top: -12%;
  left: -18%;
  width: 136%;  /* accounts for the bleed-out of the SVG shape */
  height: auto;
}
.lp-v2__hero-bubble-wave {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

/* Three waveform strips – top-right, 50% opacity (desktop only) */
.lp-v2__hero-deco--strips-right {
  right: 0;
  top: 8.9%;  /* 33.67px / 378 */
}

/* Mirrored waveform bubble – bottom-right */
.lp-v2__hero-deco--bubble-right {
  right: 0;
  bottom: 0;
}
.lp-v2__hero-deco--bubble-right img {
  width: 100%;
  height: auto;
}

/* Two extra waveform strips – bottom-right */
.lp-v2__hero-deco--wave-br1 {
  right: 75px;
  bottom: 9%;
}
.lp-v2__hero-deco--wave-br1 img,
.lp-v2__hero-deco--wave-br2 img {
  width: 100%;
  height: auto;
}
.lp-v2__hero-deco--wave-br2 {
  right: 0;
  bottom: 9%;
}

/* ── Main content ────────────────────────────────────────── */
.lp-v2__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.lp-v2__hero-headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2; /* 48px / 40px */
  color: #fafafa;
  letter-spacing: -0.5px;
  margin: 0;
}

.lp-v2__hero-sub {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.556; /* 28px / 18px */
  color: #fafafa;
  margin: 0;
}

/* "Launch Your First Voice Drop in Minutes" — new line on mobile, inline on desktop */
.lp-v2__hero-launch {
  display: block; /* forces a new line on mobile */
  margin-top: 4px;
}

/* Mobile email + CTA form — full width per Figma */
.lp-v2__hero-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Email input: solid white bg + blue border, matches Figma */
.lp-v2__hero-email {
  width: 100%;
  padding: 14px 24px;
  border-radius: 5px;
  border: 1px solid #349cff;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-family: var(--lp-font-body);
  outline: none;
  box-sizing: border-box;
  height: 50px;
}
.lp-v2__hero-email::placeholder { color: #9d9d9d; }
.lp-v2__hero-email:focus        { border-color: var(--lp-orange); outline: none; }


/* ============================================================
   S2: PARTNER LOGOS
   ============================================================ */
.lp-v2__partners {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

.lp-v2__partners-heading {
  font-family: var(--lp-font-head);
  font-size: clamp(18px, 4vw, 24px);
  color: var(--lp-dark);
  margin: 0 0 28px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.lp-v2__partners-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.lp-v2__partners-logos::-webkit-scrollbar { display: none; }

.lp-v2__partner-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 12px 20px;
}

.lp-v2__partner-logo img {
  max-height: 77px;
  max-width: 320px;
  object-fit: contain;
}

.lp-v2__partner-logo--g2 {
  gap: 0;
}
.lp-v2__partner-logo--g2 img {
  max-height: 32px;
}


/* ============================================================
   S3: FEATURES OVERVIEW
   ============================================================ */
.lp-v2__features {
  background: #fff;
  padding: 48px 0;
}

/* On desktop the section owns its own horizontal padding (no .lp-v2__container) */
.lp-v2__features-inner {
  width: 100%;
  box-sizing: border-box;
}

.lp-v2__features-heading {
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: clamp(24px, 5vw, 40px);
  color: #606263;
  letter-spacing: -0.5px;
  line-height: 1.075;  /* 43px / 40px */
  margin: 0 0 32px;
}

/* ── Slider controls (mobile only) ─────────────────────── */
.lp-v2__slider-controls {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
}
.lp-v2__slider-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--lp-radius-sm);
  background: var(--lp-blue);
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.lp-v2__slider-btn:hover { background: var(--lp-blue-dark); }

/* ── Cards track ────────────────────────────────────────── */
.lp-v2__features-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  align-items: flex-start; /* cards align top and size to their own content */
}
.lp-v2__features-track::-webkit-scrollbar { display: none; }

/* ── Individual card ────────────────────────────────────── */
.lp-v2__feat-card {
  flex: 0 0 272px;          /* mobile: fixed width, scroll horizontally */
  background: var(--lp-card-bg);
  border: 2px solid transparent;
  border-radius: var(--lp-radius-lg);
  box-shadow: var(--lp-shadow-card);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 32px 24px 32px;
  box-sizing: border-box;
  transition: border-color .25s ease;
  cursor: default;
  /* height grows naturally as description expands — no fixed height set */
}

/* ── Active state (first card default + hover any card) ─── */
.lp-v2__feat-card.is-active,
.lp-v2__feat-card:hover {
  border-color: var(--lp-blue);
}

/* ── Icon image area ────────────────────────────────────── */
.lp-v2__feat-card-img {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.lp-v2__feat-card-img img {
  max-width: 100%;
  max-height: 183px;
  object-fit: contain;
  display: block;
}

/* Gauge / speedometer icon (card 2) */
.lp-v2__feat-card-img--gauge {
  position: relative;
}
.lp-v2__feat-card-img-gauge-ring {
  position: absolute;
  width: 146px;
  height: 146px;
  transform: rotate(-90deg);
}
.lp-v2__feat-card-img-gauge-face {
  position: absolute;
  width: 129px;
  height: 129px;
  object-fit: contain;
  border-radius: 50%;
  transform: rotate(180deg);
}

/* ── Text body ──────────────────────────────────────────── */
.lp-v2__feat-card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  flex: 1;
}
.lp-v2__feat-card-body h3 {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.35;
  color: #4a4a4a;
  margin: 0;
}

/* ── Description: hidden by default, shown when active/hover */
.lp-v2__feat-card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #6c6d74;
  margin: 0;
  /* hidden state */
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .25s ease, max-height .3s ease;
}

.lp-v2__feat-card.is-active .lp-v2__feat-card-desc,
.lp-v2__feat-card:hover     .lp-v2__feat-card-desc {
  opacity: 1;
  max-height: 200px;
}


/* ============================================================
   S4 / S7 / S9 / S11: CTA STRIP
   ============================================================ */
.lp-v2__cta-strip {
  background: #0067cd;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

/* Waveform decorations – left and right edges */
.lp-v2__cta-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.5;
  height: 79px;
  width: auto;
  display: none; /* hidden on mobile, shown on desktop */
}
.lp-v2__cta-deco--left  { left: 0; }
.lp-v2__cta-deco--right { right: 0; }

.lp-v2__cta-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ============================================================
   S5: CUSTOMER SUCCESS BLOCKS
   ============================================================ */
.lp-v2__blocks {
  background: var(--lp-card-bg);
  padding: 48px 0 60px;
}

.lp-v2__blocks-heading {
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: clamp(22px, 5vw, 40px);
  color: var(--lp-text);
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0 0 32px;
}

.lp-v2__blocks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.lp-v2__block-card {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  padding: 8px;
}

.lp-v2__block-img {
  display: block;
  overflow: hidden;
  border-radius: var(--lp-radius-md) var(--lp-radius-md) 0 0;
  line-height: 0; /* removes inline gap below img */
}

.lp-v2__block-img img {
  width: 100%;
  height: 277px;        /* Figma image area height */
  object-fit: cover;
  object-position: center;
  display: block;
}

.lp-v2__block-body {
  padding: 24px;
}

.lp-v2__block-body h3 {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: var(--lp-dark);
  margin: 0 0 12px;
}

.lp-v2__block-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #6c6d74;
  margin: 0;
}

.lp-v2__blocks-ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}


/* ============================================================
   S6: ARS QUOTE CARD
   ============================================================ */
.lp-v2__quote-section {
  position: relative;
  background: #fff;
  padding: 140px 20px;
  overflow: hidden;
}

.lp-v2__quote-wave {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  min-width: 600px;
  pointer-events: none;
}

.lp-v2__quote-card {
  position: relative;
  z-index: 1;
  background: var(--lp-blue);
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 80px 64px 48px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.lp-v2__quote-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.lp-v2__quote-logo img:first-child {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  max-height: auto;
  max-width: 256px;
  object-fit: contain;
}

.lp-v2__quote-stars {
  max-height: 32px;
}

.lp-v2__quote-text {
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: clamp(16px, 3.5vw, 22px);
  line-height: 1.5;
  color: #fff;
  margin: 0;
  border: none;
  padding: 0;
}

.lp-v2__highlight {
  color: #4fd9ff;
}


/* ============================================================
   S8: USE CASES
   ============================================================ */
.lp-v2__usecases {
  background: var(--lp-orange);
  padding: 56px 20px;
}

.lp-v2__usecases-header {
  text-align: center;
  margin-bottom: 40px;
}

.lp-v2__usecases-headline {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: clamp(22px, 5vw, 36px);
  color: var(--lp-beige);
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.lp-v2__usecases-sub {
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: 22px;
  color: rgba(0,0,0,.65);
  margin: 0;
}

/* ── Pills clipping wrapper ──────────────────────────────── */
.lp-v2__usecases-pills-wrap {
  width: 100%;
  /* Mobile: clip to exactly 4 pills (4×91px + 3×40px gap = 484px → Figma: 505px) */
  max-height: 520px;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.lp-v2__usecases-pills-wrap.is-expanded {
  max-height: 3000px; /* large enough for all pills */
}

/* ── Pills list ──────────────────────────────────────────── */
.lp-v2__usecases-pills {
  display: flex;
  flex-direction: column;
  align-items: center;      /* center pills horizontally */
  gap: 40px;
}

@media (max-width: 768px) {
  .lp-v2__usecases-pills-wrap {
    margin-bottom: 3rem;
  }
}

/* ── Individual pill ─────────────────────────────────────── */
.lp-v2__pill {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 3px solid var(--lp-yellow);
  border-radius: var(--lp-radius-pill);
  padding: 10px 40px 10px 10px;
  width: 335px;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {

  .lp-v2__pill {
    padding: 5px 20px 5px 5px;
  }

}

.lp-v2__pill-icon {
  flex: 0 0 81px;
  height: 81px;
  border-radius: 50px;
  background: var(--lp-yellow-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lp-v2__pill-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.lp-v2__pill-label {
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: 18px;
  color: #6d6d6d;
  letter-spacing: -0.5px;
  line-height: 1.22;
  width: 180px;
}

/* ── Show All button ─────────────────────────────────────── */
.lp-v2__usecases-show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;        /* stretch to container so justify-content centers the content */
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-top: 8px;
  padding: 0;
}
.lp-v2__usecases-show-all img {
  width: 46px;
  height: 46px;
}
.lp-v2__usecases-show-all.is-hidden {
  display: none;
}


/* ============================================================
   S10: COMPARISON TABLE
   ============================================================ */
.lp-v2__comparison {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}

/* Background dot pattern SVGs – full section width, clipped by overflow:hidden */
.lp-v2__comparison-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px; /* match your container width */
  height: auto;
  pointer-events: none;
  z-index: 0;
  padding: 0 110px;
}
.lp-v2__comparison-bg--top    { top: 3rem; }
.lp-v2__comparison-bg--bottom { bottom: 0; }

/* Keep content above the background images */
.lp-v2__comparison .lp-v2__container { position: relative; z-index: 1; }

/* Eyebrow */
.lp-v2__comparison-eyebrow {
  font-family: var(--lp-font-body);
  font-size: 16px;
  font-weight: 400;
  color: #606263;
  margin: 0 0 16px;
}

/* Heading — "VoiceShot" bold blue, rest normal weight */
.lp-v2__comparison-heading {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: clamp(20px, 5vw, 40px);
  color: #4a4a4a;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.lp-v2__comparison-heading strong {
  font-weight: 700;
}

/* Scrollable wrapper */
.lp-v2__comparison-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--lp-radius-lg);
  border: 2px solid rgba(0, 103, 205, 1);
}

/* Table */
.lp-v2__comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* Column widths */
.lp-v2__comp-feat-col { width: 55%; }
.lp-v2__comp-vs-col   { width: 22.5%; }

/* Header row */
.lp-v2__comparison-table thead th {
  padding: 14px 8px;
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: 12px;
  color: #606263;
  background: #e9f6ff;
  border-bottom: 1px solid #cce2f5;
  text-align: center;
  line-height: 1.3;
}
/* VoiceShot column header: bold blue */
.lp-v2__comp-vs-col--primary {
  color: var(--lp-blue) !important;
  font-weight: 700 !important;
}

/* Body rows */
.lp-v2__comparison-table tbody tr {
  border-bottom: 1px solid #e5e5e7;
}
.lp-v2__comparison-table tbody tr:last-child { border-bottom: none; }

/* Feature cell */
.lp-v2__comp-feat {
  padding: 14px 8px 14px 16px;
  font-size: 13px;
  color: #606263;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}

/* Icon cell */
.lp-v2__comp-check {
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
}
.lp-v2__comp-check img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

/* Warning icon + label stacked */
.lp-v2__comp-icon-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.lp-v2__comp-icon-label {
  font-size: 10px;
  font-weight: 600;
  color: #606263;
  line-height: 1;
}

/* ── Desktop overrides ──────────────────────────── */
@media (min-width: 768px) {
  .lp-v2__comp-feat-col { width: 50%; }
  .lp-v2__comp-vs-col   { width: 25%; }

  .lp-v2__comparison-table thead th {
    padding: 20px 16px;
    font-size: 15px;
  }

  .lp-v2__comp-feat {
    padding: 20px 16px 20px 24px;
    font-size: 15px;
  }

  .lp-v2__comp-check {
    padding: 16px;
  }
  .lp-v2__comp-check img {
    width: 32px;
    height: 32px;
  }

  .lp-v2__comp-icon-label {
    font-size: 13px;
  }
  .lp-v2__comp-icon-wrap { gap: 4px; }
}


/* ============================================================
   S12: TESTIMONIALS
   ============================================================ */
.lp-v2__testimonials {
  background: #fff;
  padding: 64px 0 72px;
  overflow: hidden;
}

.lp-v2__test-eyebrow {
  font-size: 18px;
  font-weight: 400;
  color: var(--lp-text);
  margin: 0 0 16px;
  text-align: center;
}

.lp-v2__test-heading {
  font-family: var(--lp-font-head);
  font-weight: 700;
  font-size: clamp(22px, 5vw, 36px);
  color: var(--lp-dark);
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

.lp-v2__test-waveform {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 36px;
}

.lp-v2__test-waveform img {
  width: 100%;
  max-width: 407px;
  height: auto;
  display: block;
}

/* Industry cards — width matches .lp-v2__container (parent); no extra side padding */
.lp-v2__test-table-wrap {
  width: 100%;
  box-sizing: border-box;
}

.lp-v2__test-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.lp-v2__test-table-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  box-sizing: border-box;
}

.lp-v2__test-table-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eaf3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-v2__test-table-icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.lp-v2__test-table-label {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--lp-dark);
}

/* Show all / Hide — mobile only; blue control (Figma: expanded state shows Hide) */
.lp-v2__test-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.lp-v2__test-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--lp-font-head);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: var(--lp-blue);
}
.lp-v2__test-toggle-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}
.lp-v2__test-toggle-btn.is-hidden {
  display: none !important;
}

/* Mobile: show first 4 industries; fifth revealed via “Show all” (must follow .lp-v2__test-table-item so display wins) */
@media (max-width: 767px) {
  .lp-v2__test-table-wrap:not(.is-expanded) .lp-v2__test-table-item:nth-child(n + 5) {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .lp-v2__testimonials {
    padding: 80px 0 88px;
  }

  .lp-v2__test-waveform {
    margin: 48px 0 44px;
  }

  .lp-v2__test-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .lp-v2__test-table-item {
    min-height: 86px;
  }

  .lp-v2__test-table-icon {
    width: 60px;
    height: 60px;
  }

  .lp-v2__test-table-icon img {
    width: auto;
    height: auto;
  }

  .lp-v2__test-table-label {
    font-size: 20px;
  }

  .lp-v2__test-table-item {
    padding: 16px;
  }
}

/* Desktop: 4 cards per row (Figma) */
@media (min-width: 1024px) {
  .lp-v2__test-table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ============================================================
   S13: INTEGRATIONS
   ============================================================ */
.lp-v2__integrations {
  background: var(--lp-blue);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

/* Waveform SVG — top-right decorative element (Figma: x=995 y=76, width=375 on 1440px section) */
.lp-v2__int-bg {
  display: none;
  position: absolute;
  top: 14%;
  right: 5%;
  width: 26%;
  min-width: 200px;
  max-width: 378px;
  pointer-events: none;
  z-index: 0;
}

/* Content column: text then logos, 64px gap */
.lp-v2__integrations .lp-v2__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

/* Text block — max 780px wide (Figma) */
.lp-v2__int-text {
  width: 100%;  /* mobile full width */
  text-align: center; /* center on mobile */
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-v2__int-heading {
  font-family: var(--lp-font-head);
  font-weight: 400;
  font-size: 28px;
  color: var(--lp-white);
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0;
}
.lp-v2__int-heading strong { font-weight: 700; }

.lp-v2__int-sub {
  font-size: 16px;
  color: var(--lp-white);
  line-height: 1.55;
  margin: 0;
  opacity: 0.85;
}

/* Logos row: flex row on desktop, full-width on mobile */
.lp-v2__int-logos-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

/* Slider column: swiper + bottom nav stacked */
.lp-v2__int-slider-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Mobile bottom nav row */
.lp-v2__int-mobile-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/* Arrows — compact on mobile */
.lp-v2__int-arrow {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  transition: opacity 0.2s;
  padding: 0;
}
.lp-v2__int-arrow:hover { opacity: 1; }
.lp-v2__int-arrow svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Swiper root — fills full width of its column wrapper */
.lp-v2__int-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

/* Individual logo circle — 165×165px, orange border (Figma) */
.lp-v2__int-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--lp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  margin: 0 auto;
}
.lp-v2__int-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}


/* ============================================================
   S14: FINAL CTA
   ============================================================ */
.lp-v2__final-cta {
  background: var(--lp-blue);
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.lp-v2__final-cta-heading {
  font-family: var(--lp-font-head);
  font-weight: 300; /* light — matching Figma "font-light" */
  font-size: clamp(24px, 4vw, 40px);
  color: #fafafa;
  letter-spacing: -0.5px;
  line-height: 1.075; /* 43px / 40px */
  margin: 0;
}
.lp-v2__final-cta-heading strong {
  font-weight: 600; /* semibold for "VoiceShot" */
}

.lp-v2__final-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

/* White outline button — used in the final CTA on blue background */
.lp-v2__btn--outline-white {
  background: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}


/* ============================================================
   TABLET  768px +
   ============================================================ */
@media (min-width: 768px) {

  .lp-v2--mobile-only  { display: none !important; }
  .lp-v2--desktop-only { display: flex !important; }

  /* Hero — restore desktop layout */
  .lp-v2__hero {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 40px 60px;
    min-height: 340px;
    gap: 0;
    text-align: left;
  }
  .lp-v2__hero-inner { align-items: center; text-align: center; gap: 28px; }
  .lp-v2__hero-cta-wrap { justify-content: center; }
  /* On desktop the launch text is inline — reset the mobile block display */
  .lp-v2__hero-launch { display: inline; margin-top: 0; }
  .lp-v2__hero-deco--bubble-left { display: block; width: 160px; top: 20px; left: 20px; opacity: 0.85; }
  /* Hide strips on tablet (will be re-shown on desktop at top-right) */
  .lp-v2__hero-deco--strips-right { display: none; }
  .lp-v2__hero-headline { font-size: clamp(28px, 4vw, 40px); }

  /* Partners: stop scrolling, center */
  .lp-v2__partners-logos {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  /* Features: 2 per row on tablet */
  .lp-v2__features-track {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .lp-v2__feat-card { flex: 0 0 calc(50% - 10px); }

  /* Blocks: 2 up */
  .lp-v2__blocks-grid { grid-template-columns: 1fr 1fr; }

  /* Blocks CTAs row */
  .lp-v2__blocks-ctas { flex-direction: row; }

  /* Final CTA */
  .lp-v2__final-cta { padding: 120px 110px; gap: 48px; }
  .lp-v2__final-cta-btns { flex-direction: row; justify-content: center; }

  /* Use cases pills: 2 columns on tablet – all visible, no clipping */
  .lp-v2__usecases-pills-wrap { max-height: none; overflow: visible; }
  .lp-v2__usecases-pills {
    display: grid;
    grid-template-columns: 335px 335px;
    justify-content: center;
    gap: 40px;
  }

  /* Integrations: restore desktop layout */
  .lp-v2__int-bg { display: block; }

  .lp-v2__integrations .lp-v2__container {
    gap: 64px;
    align-items: flex-start;
  }

  .lp-v2__int-text {
    gap: 24px;
    text-align: left;
  }

  .lp-v2__int-heading { font-size: clamp(28px, 3.5vw, 40px); }

  .lp-v2__int-sub {
    font-size: clamp(16px, 2vw, 24px);
    opacity: 1;
  }

  .lp-v2__int-arrow {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  .lp-v2__int-arrow svg { width: 24px; height: 24px; }

  .lp-v2__int-logo {
    width: 165px;
    height: 165px;
    padding: 10px;
    margin: 0;
  }
  .lp-v2__int-logo img {
    width: 90px;
    height: 90px;
  }

}


/* ============================================================
   DESKTOP  1024px +
   ============================================================ */
@media (min-width: 1024px) {

  .lp-v2__container { padding: 0 110px; }

  /* CTA strip decorations – visible on desktop */
  .lp-v2__cta-strip { padding: 30px 100px; }
  .lp-v2__cta-deco  { display: block; }

  /* Hero – matches Figma 1440px frame exactly */
  .lp-v2__hero {
    padding: 100px 100px 60px;
    min-height: 378px;
  }
  .lp-v2__hero-inner {
    gap: 32px;
    padding: 0 120px;
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
  .lp-v2__hero-cta-wrap { justify-content: center; }
  .lp-v2__hero-headline {
    font-size: 40px;
    line-height: 48px;
  }
  .lp-v2__hero-sub {
    font-size: 18px;
    line-height: 28px;
  }
  /* Restore desktop decorative elements */
  .lp-v2__hero-deco--strips-right,
  .lp-v2__hero-deco--bubble-right,
  .lp-v2__hero-deco--wave-br1,
  .lp-v2__hero-deco--wave-br2 {
    display: block;
  }
  .lp-v2__hero-deco--strips-right {
    display: flex;
    left: auto;
    right: 0;
    top: 8.9%;
    width: auto;
  }
  /* Restore left bubble to design position */
  .lp-v2__hero-deco--bubble-left {
    left: 2.36%;
    top: 11.55%;
    width: 19.79%;
    opacity: 1;
  }

  /* Features: Figma desktop layout – 4 cards in one row */
  .lp-v2__features { min-height: 769px; } /* exact Figma frame height — no jump on hover */
  .lp-v2__features-track {
    flex-wrap: nowrap;
    overflow-x: visible;
    gap: 26px;
    align-items: flex-start; /* cards sit at top, each grows independently */
    min-height: 519px;        /* reserve active-card height — prevents section jump */
  }
  .lp-v2__feat-card {
    flex: 1 1 0;
    padding: 40px 32px;
  }
  .lp-v2__feat-card-body h3 {
    font-size: 24px;
    line-height: 30px;
    /*
     * Fixed height matches Figma: 4 lines × 30px = 120px.
     * This makes ALL inactive cards the same height (403px total).
     * Active card grows taller when description expands below it.
     */
    height: 120px;
    overflow: hidden;
    margin: 0;
  }
  .lp-v2__feat-card-desc {
    font-size: 18px;
    line-height: 24px;
  }

  /* Blocks: 2×2 grid */
  .lp-v2__blocks-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Use cases pills: 3 per row on desktop */
  .lp-v2__usecases-pills {
    grid-template-columns: 335px 335px 335px;
  }

}

@media (max-width: 768px) {
  .lp-v2__hero-headline {
    text-align: left;
  }
  .lp-v2__hero-sub {
    text-align: left;
  }
  .lp-v2__hero-sub strong {
    display: block;
    margin-top: 1rem;
  }
  .lp-v2__hero-deco--bubble-left {
    display: none;
  }

  .lp-v2__features-heading {
    text-align: center;
  }
  .lp-v2__slider-controls {
    justify-content: center;
  }
  .lp-v2__btn--outline-orange,
  .lp-v2__blocks-ctas .lp-v2__btn--orange {
    width: 100%;
  }
  .lp-v2__quote-section {
    padding: 109px 20px 80px;
  }
  .lp-v2__quote-text {
    font-size: 24px;
    line-height: 35px
  }
  .lp-v2__quote-card {
    padding: 65px 30px 48px;
  }
  .lp-v2__quote-section .lp-v2__container {
    padding: 0;
  }
  lp-v2__quote-wave {
    display: none;
  }
  .lp-v2__cta-strip {
    padding: 10px 20px;
  }
  .lp-v2__comparison-bg--top,
  .lp-v2__comparison-bg--bottom {
    display: none;
  }

}
