/* ============================================
   KYVERA — RAW GROWTH (direction 01)
   THESIS: menos agencia, más máquina de crecimiento. Llevar el growth al extremo.
   OWN-WORLD: #080808 + #F2F2EC + #B8FF00; grids; líneas; números gigantes; SC shots.
   STORY: slogan intacto → prueba brutal → manifiesto → casos Search Console.
   FIRST VIEWPORT: grid + H1 ExtraBold + chips + CTA ácido.
   FORM: RAW GROWTH brief-pinned.
   ============================================ */

body.home-v2.home-raw {
  --bg: #080808;
  --surface: #0e0e0e;
  --surface-2: #121212;
  --text: #f2f2ec;
  --text-secondary: #7a7a74;
  --accent: #b8ff00;
  --accent-ink: #080808;
  --border: rgba(242, 242, 236, 0.1);
  --border-strong: rgba(242, 242, 236, 0.2);
  --primary: #b8ff00;
  --primary-hover: #c9ff33;
  --radius-md: 4px;
  --radius-lg: 4px;
  --radius-xl: 4px;
  background: var(--bg) !important;
  color: var(--text) !important;
}

/* ---- Persistent grid ---- */
body.home-v2.home-raw .raw-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(242, 242, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 242, 236, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 20%, transparent 75%);
}

body.home-v2.home-raw .header,
body.home-v2.home-raw main,
body.home-v2.home-raw .footer {
  position: relative;
  z-index: 1;
}

/* ---- Type: ExtraBold optical ---- */
body.home-v2.home-raw .section-title,
body.home-v2.home-raw .hero-title,
body.home-v2.home-raw .manifesto-line,
body.home-v2.home-raw .results-strip-head h2,
body.home-v2.home-raw .cta-final-inner h2,
body.home-v2.home-raw .brand-name,
body.home-v2.home-raw .btn {
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.home-v2.home-raw .section-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem) !important;
  line-height: 0.98 !important;
  max-width: 14ch;
}

body.home-v2.home-raw .section-subtitle {
  max-width: 28ch;
  font-size: 1rem;
  color: var(--text-secondary) !important;
}

body.home-v2.home-raw .section {
  padding-block: clamp(4.5rem, 10vw, 7.5rem) !important;
  border-bottom: 1px solid var(--border);
}

/* ---- Header sharper ---- */
body.home-v2.home-raw .header {
  background: rgba(8, 8, 8, 0.9) !important;
  border-bottom: 1px solid var(--border) !important;
}

body.home-v2.home-raw .nav-cta,
body.home-v2.home-raw .btn-primary {
  border-radius: 4px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

/* ---- Hero ---- */
body.home-v2.home-raw .hero-v2 {
  min-height: 100dvh;
  border-bottom: 1px solid var(--border);
  background: var(--bg) !important;
}

body.home-v2.home-raw .hero-topo {
  opacity: 0.28;
  filter: hue-rotate(2deg) saturate(1.1);
}

body.home-v2.home-raw .hero-k-watermark {
  opacity: 0.07;
  color: var(--accent);
}

body.home-v2.home-raw .hero-copy {
  max-width: min(100%, 22rem);
  overflow: visible;
}

body.home-v2.home-raw .hero-v2 .hero-title {
  max-width: 10ch;
  font-size: clamp(3.25rem, 11vw, 7.25rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.045em !important;
  font-weight: 800 !important;
}

body.home-v2.home-raw .hero-v2 .hero-title .hero-line--accent {
  color: var(--accent) !important;
}

body.home-v2.home-raw .hero-chip {
  border-radius: 999px;
  border-color: var(--border-strong);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  padding: 0.45rem 0.95rem;
}

body.home-v2.home-raw .hero-brand-mark {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

body.home-v2.home-raw .hero-brand-k {
  color: var(--accent);
}

body.home-v2.home-raw .btn-primary {
  min-height: 52px;
  padding-inline: 1.5rem 1.65rem;
  font-size: 0.92rem;
  width: max-content !important;
  max-width: calc(100vw - 2.5rem);
  white-space: nowrap;
  overflow: visible;
}

body.home-v2.home-raw .hero-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
}

body.home-v2.home-raw .hero-actions .btn {
  margin-inline: auto;
  align-self: center !important;
}

body.home-v2.home-raw .hero-trust {
  align-self: center;
  margin-inline: auto;
}

body.home-v2.home-raw .hero-trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.15rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms var(--ease);
}

body.home-v2.home-raw .hero-trust:hover,
body.home-v2.home-raw .hero-trust:focus-visible {
  color: var(--text);
}

body.home-v2.home-raw .hero-trust-stars {
  position: relative;
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

body.home-v2.home-raw .hero-trust-stars-bg {
  color: rgba(242, 242, 236, 0.22);
}

body.home-v2.home-raw .hero-trust-g {
  display: inline-flex;
  flex-shrink: 0;
}

body.home-v2.home-raw .hero-trust-stars-fill {
  position: absolute;
  inset: 0;
  width: 84%;
  overflow: hidden;
  color: var(--accent);
  white-space: nowrap;
}

body.home-v2.home-raw .hero-trust-stars-fill--full {
  width: 100%;
}

body.home-v2.home-raw .hero-trust-copy strong {
  color: var(--text);
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

body.home-v2.home-raw .hero-trust-sep {
  margin: 0 0.15rem;
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .hero-chip {
    transition: border-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
  }

  body.home-v2.home-raw .hero-chip:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-1px);
  }

  body.home-v2.home-raw .btn-primary {
    transition: transform 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
  }

  body.home-v2.home-raw .btn-primary:hover {
    box-shadow: 0 0 0 1px var(--accent), 0 12px 40px rgba(184, 255, 0, 0.18);
  }
}

/* ---- Results: full-bleed machine ---- */
body.home-v2.home-raw .results-strip {
  padding: 0 !important;
  border-block: 1px solid var(--border);
  background: var(--bg);
}

body.home-v2.home-raw .results-strip-head {
  padding: 3.5rem 0 2rem;
  margin: 0 !important;
  border-bottom: 1px solid var(--border);
}

body.home-v2.home-raw .results-strip-head h2 {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.home-v2.home-raw .results-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 !important;
  width: 100%;
  max-width: none;
  margin: 0;
  border: none;
}

body.home-v2.home-raw .result-stat {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
  border-right: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.home-v2.home-raw .result-stat:last-child {
  border-right: none;
}

body.home-v2.home-raw .result-stat strong {
  font-size: clamp(3.5rem, 10vw, 7.5rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.05em !important;
  color: var(--accent) !important;
  font-weight: 800 !important;
}

body.home-v2.home-raw .result-stat span {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--text) !important;
  text-transform: uppercase;
}

body.home-v2.home-raw .result-stat small {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
}

@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .result-stat::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 400ms var(--ease);
  }

  body.home-v2.home-raw .result-stat:hover::after {
    transform: scaleX(1);
  }
}

@media (max-width: 768px) {
  body.home-v2.home-raw .results-grid {
    grid-template-columns: 1fr;
  }

  body.home-v2.home-raw .result-stat {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  body.home-v2.home-raw .result-stat:last-child {
    border-bottom: none;
  }
}

/* ---- Manifesto: stacked lines ---- */
body.home-v2.home-raw .manifesto {
  padding: 0 !important;
  border-bottom: 1px solid var(--border);
}

body.home-v2.home-raw .manifesto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: none;
  margin: 0;
  text-align: left;
}

body.home-v2.home-raw .manifesto-line {
  margin: 0;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
  font-size: clamp(1.85rem, 5vw, 3.25rem) !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  max-width: none;
  width: min(100% - 0px, 1160px);
  margin-inline: auto;
}

body.home-v2.home-raw .manifesto-line:last-child {
  border-bottom: none;
}

body.home-v2.home-raw .manifesto-line em {
  color: var(--accent);
  font-style: normal;
}

/* ---- Trust / clients ---- */
body.home-v2.home-raw .trust-bar-inner {
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.home-v2.home-raw .trust-item {
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--border);
}

body.home-v2.home-raw .trust-item:last-child {
  border-right: none;
}

body.home-v2.home-raw .client-logo-card {
  border-radius: 0 !important;
  transition: border-color 200ms var(--ease), transform 200ms var(--ease);
}

@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .client-logo-card:hover {
    border-color: var(--accent) !important;
    transform: translateY(-2px);
  }
}

/* ---- Services: compact 2-col ---- */
body.home-v2.home-raw .svc-grid {
  border-radius: 0 !important;
  border-color: var(--border) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home-v2.home-raw .svc-card {
  padding: 1rem 1rem 1.1rem !important;
  transition: background 200ms var(--ease);
}

body.home-v2.home-raw .svc-card:hover {
  background: var(--surface) !important;
}

body.home-v2.home-raw .svc-card h3 {
  font-weight: 800;
  font-size: 1rem !important;
  letter-spacing: -0.03em;
}

body.home-v2.home-raw .svc-icon {
  border-radius: 4px !important;
  border-color: var(--border-strong) !important;
  width: 36px !important;
  height: 36px !important;
  margin-bottom: 0.65rem !important;
}

body.home-v2.home-raw #servicios .section-header {
  margin-bottom: 1.5rem !important;
}

body.home-v2.home-raw #servicios.section {
  padding-block: clamp(3rem, 7vw, 5rem) !important;
}

@media (min-width: 1100px) {
  body.home-v2.home-raw .svc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ---- Cases: compact 2-col ---- */
body.home-v2.home-raw .cases-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
}

body.home-v2.home-raw .case-card--raw {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
  border-radius: 0 !important;
  border: 1px solid var(--border) !important;
  background: var(--surface) !important;
  position: relative;
  overflow: hidden;
  min-height: 0;
}

body.home-v2.home-raw .case-card--raw .case-mobile {
  display: none !important;
}

body.home-v2.home-raw .case-card--raw .case-frames {
  margin: 0;
  min-height: 0;
  flex: 0 0 auto;
}

body.home-v2.home-raw .case-card--raw .case-desktop {
  border-radius: 0 !important;
  border: none !important;
  height: auto;
}

body.home-v2.home-raw .case-card--raw .case-desktop img {
  width: 100%;
  height: 140px !important;
  min-height: 0 !important;
  max-height: 140px;
  object-fit: cover;
  object-position: top left;
  filter: contrast(1.05) saturate(0.92);
}

body.home-v2.home-raw .case-card--raw .case-chrome {
  display: none !important;
}

body.home-v2.home-raw .case-metric {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
  color: var(--accent-ink);
  background: var(--accent);
  padding: 0.25rem 0.45rem;
  line-height: 1;
}

body.home-v2.home-raw .case-card--raw .case-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.85rem 0.9rem 1rem;
  border-left: none;
  border-top: 1px solid var(--border);
  flex: 1;
}

body.home-v2.home-raw .case-card--raw .case-sector {
  font-size: 0.72rem !important;
}

body.home-v2.home-raw .case-card--raw h3 {
  font-size: 1.05rem !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.2rem 0 0.35rem !important;
  line-height: 1.15;
}

body.home-v2.home-raw .case-card--raw .case-result {
  color: var(--text-secondary) !important;
  font-size: 0.82rem !important;
  max-width: none;
  line-height: 1.35;
  margin: 0 !important;
}

body.home-v2.home-raw .case-card--raw .case-cta {
  margin-top: auto;
  padding-top: 0.65rem;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: -0.02em;
}

body.home-v2.home-raw #casos .section-header {
  margin-bottom: 1.5rem !important;
}

body.home-v2.home-raw #casos.section {
  padding-block: clamp(3rem, 7vw, 5rem) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .case-card--raw {
    transition: border-color 220ms var(--ease);
  }

  body.home-v2.home-raw .case-card--raw:hover {
    border-color: rgba(184, 255, 0, 0.45) !important;
  }

  body.home-v2.home-raw .case-card--raw .case-desktop img {
    transition: transform 500ms var(--ease);
  }

  body.home-v2.home-raw .case-card--raw:hover .case-desktop img {
    transform: scale(1.03);
  }
}

@media (min-width: 1100px) {
  body.home-v2.home-raw .cases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home-v2.home-raw .case-card--raw .case-desktop img {
    height: 160px !important;
    max-height: 160px;
  }
}

@media (max-width: 380px) {
  body.home-v2.home-raw .cases-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.home-raw .case-card--raw .case-desktop img {
    height: 120px !important;
    max-height: 120px;
  }
}

/* ---- IA: compact 2-col ---- */
body.home-v2.home-raw #ia.section {
  padding-block: clamp(3rem, 7vw, 5rem) !important;
}

body.home-v2.home-raw #ia .section-header {
  margin-bottom: 1.5rem !important;
}

body.home-v2.home-raw .ia-section {
  background: var(--bg) !important;
}

body.home-v2.home-raw .ia-grid {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0;
  border: 1px solid var(--border);
}

body.home-v2.home-raw .ia-card {
  padding: 1rem 1rem 1.1rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: transparent;
}

body.home-v2.home-raw .ia-card:nth-child(2n) {
  border-right: none;
}

body.home-v2.home-raw .ia-card strong {
  display: block;
  color: var(--text) !important;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.35rem;
}

body.home-v2.home-raw .ia-card p {
  margin: 0;
  color: var(--text-secondary) !important;
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
}

body.home-v2.home-raw .ia-flow {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  box-shadow: none !important;
}

body.home-v2.home-raw .ia-flow-title {
  margin: 0 0 0.75rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary) !important;
}

body.home-v2.home-raw .ia-flow-steps {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.5rem !important;
}

body.home-v2.home-raw .ia-flow-arrow {
  display: none !important;
}

body.home-v2.home-raw .ia-flow-step {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  gap: 0.55rem !important;
  align-items: center;
  padding: 0.65rem 0.7rem !important;
  border-radius: 0 !important;
  background: var(--bg) !important;
  border: 1px solid var(--border) !important;
}

body.home-v2.home-raw .ia-flow-num {
  width: 28px !important;
  height: 28px !important;
  border-radius: 4px !important;
  font-size: 0.8rem !important;
}

body.home-v2.home-raw .ia-flow-step strong {
  font-size: 0.88rem !important;
  line-height: 1.2;
}

body.home-v2.home-raw .ia-flow-step p {
  font-size: 0.78rem !important;
  line-height: 1.3;
  margin: 0.15rem 0 0 !important;
}

@media (min-width: 1100px) {
  body.home-v2.home-raw .ia-flow-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 380px) {
  body.home-v2.home-raw .ia-grid,
  body.home-v2.home-raw .ia-flow-steps {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.home-raw .ia-card {
    border-right: none;
  }
}

/* ---- Proceso (briefing → live): compact 2-col ---- */
body.home-v2.home-raw #proceso.section {
  padding-block: clamp(3rem, 7vw, 5rem) !important;
}

body.home-v2.home-raw #proceso .section-header {
  margin-bottom: 1.5rem !important;
}

body.home-v2.home-raw .process-track {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid var(--border);
  position: relative;
}

body.home-v2.home-raw .process-track::before {
  display: none !important;
}

body.home-v2.home-raw .process-step-v2 {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.2rem;
  align-items: start;
  text-align: left !important;
  padding: 1rem 1rem 1.1rem !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.home-v2.home-raw .process-step-v2:nth-child(2n) {
  border-right: none !important;
}

body.home-v2.home-raw .process-step-v2 .num {
  grid-row: 1 / span 2;
  width: 28px !important;
  height: 28px !important;
  margin: 0.1rem 0 0 !important;
  border-radius: 4px !important;
  font-size: 0.8rem !important;
  font-weight: 800;
}

body.home-v2.home-raw .process-step-v2 h3 {
  margin: 0 !important;
  font-size: 1rem !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text) !important;
}

body.home-v2.home-raw .process-step-v2 p {
  margin: 0 !important;
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
  color: var(--text-secondary) !important;
}

body.home-v2.home-raw .process-total {
  margin: 0.75rem 0 0 !important;
  max-width: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  text-align: left !important;
  padding: 0.85rem 1rem !important;
  border-radius: 0 !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
}

body.home-v2.home-raw .process-total strong {
  font-size: 1.15rem !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent) !important;
}

body.home-v2.home-raw .process-total span {
  font-size: 0.84rem !important;
  color: var(--text-secondary) !important;
}

body.home-v2.home-raw .process-link {
  margin-top: 0.75rem !important;
  text-align: left !important;
}

body.home-v2.home-raw .process-link a {
  color: var(--accent) !important;
  font-weight: 700;
  font-size: 0.9rem;
}

@media (min-width: 1100px) {
  body.home-v2.home-raw .process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home-v2.home-raw .process-step-v2 {
    border-right: 1px solid var(--border) !important;
  }

  body.home-v2.home-raw .process-step-v2:nth-child(2n) {
    border-right: 1px solid var(--border) !important;
  }

  body.home-v2.home-raw .process-step-v2:nth-child(3n) {
    border-right: none !important;
  }
}

@media (max-width: 380px) {
  body.home-v2.home-raw .process-track {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.home-raw .process-step-v2 {
    border-right: none !important;
  }
}

/* ---- Clientes reales: compact 2-col ---- */
body.home-v2.home-raw #testimonios.section {
  padding-block: clamp(3rem, 7vw, 5rem) !important;
}

body.home-v2.home-raw #testimonios .section-header {
  margin-bottom: 1.5rem !important;
}

body.home-v2.home-raw .testimonial-v2 {
  max-width: none !important;
  margin: 0 0 0.75rem !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  grid-template-columns: minmax(120px, 0.55fr) 1fr !important;
  align-items: stretch;
}

body.home-v2.home-raw .testimonial-v2 video,
body.home-v2.home-raw .testimonial-video {
  min-height: 0 !important;
  max-height: 220px !important;
  height: 220px !important;
  object-fit: cover;
  background: #050505 !important;
}

body.home-v2.home-raw .testimonial-v2-meta {
  padding: 1rem 1rem 1.1rem !important;
  gap: 0.4rem !important;
  justify-content: center;
}

body.home-v2.home-raw .testimonial-v2-meta .stars {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--accent) !important;
}

body.home-v2.home-raw .testimonial-v2-meta h3 {
  margin: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text) !important;
}

body.home-v2.home-raw .testimonial-v2-meta p {
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
  color: var(--text-secondary) !important;
}

body.home-v2.home-raw .testimonial-v2-meta a {
  color: var(--accent) !important;
}

body.home-v2.home-raw .testimonial-quotes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 0 !important;
  border: 1px solid var(--border);
}

body.home-v2.home-raw .testimonial-quote {
  margin: 0 !important;
  padding: 1rem 1rem 1.1rem !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
}

body.home-v2.home-raw .testimonial-quote:nth-child(2n) {
  border-right: none !important;
}

body.home-v2.home-raw .testimonial-quote .stars {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--accent) !important;
  line-height: 1;
}

body.home-v2.home-raw .testimonial-quote blockquote {
  margin: 0.4rem 0 0.75rem !important;
  flex: 1;
}

body.home-v2.home-raw .testimonial-quote blockquote p {
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
  color: var(--text-secondary) !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home-v2.home-raw .testimonial-quote footer {
  gap: 0.55rem !important;
  margin-top: auto;
}

body.home-v2.home-raw .testimonial-avatar {
  width: 28px !important;
  height: 28px !important;
  border-radius: 4px !important;
  font-size: 0.7rem !important;
  background: var(--accent) !important;
  color: var(--accent-ink) !important;
}

body.home-v2.home-raw .testimonial-quote footer strong {
  font-size: 0.85rem !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text) !important;
}

body.home-v2.home-raw .testimonial-quote footer span {
  font-size: 0.72rem !important;
}

body.home-v2.home-raw .testimonials-more {
  margin: 0.75rem 0 0 !important;
  text-align: left !important;
}

body.home-v2.home-raw .testimonials-more .btn {
  border-radius: 0 !important;
  padding: 0.65rem 1rem !important;
  font-size: 0.85rem !important;
}

@media (min-width: 1100px) {
  body.home-v2.home-raw .testimonial-quotes {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home-v2.home-raw .testimonial-quote {
    border-right: 1px solid var(--border) !important;
  }

  body.home-v2.home-raw .testimonial-quote:nth-child(2n) {
    border-right: 1px solid var(--border) !important;
  }

  body.home-v2.home-raw .testimonial-quote:nth-child(3n) {
    border-right: none !important;
  }

  body.home-v2.home-raw .testimonial-v2 video,
  body.home-v2.home-raw .testimonial-video {
    height: 260px !important;
    max-height: 260px !important;
  }
}

@media (max-width: 720px) {
  body.home-v2.home-raw .testimonial-v2 {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.home-raw .testimonial-v2 video,
  body.home-v2.home-raw .testimonial-video {
    height: 280px !important;
    max-height: 280px !important;
  }
}

@media (max-width: 380px) {
  body.home-v2.home-raw .testimonial-quotes {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.home-raw .testimonial-quote {
    border-right: none !important;
  }
}

/* ---- FAQ / CTA sharpen ---- */
body.home-v2.home-raw .faq-item,
body.home-v2.home-raw .cta-final-inner,
body.home-v2.home-raw .contact-detail,
body.home-v2.home-raw .lead-form,
body.home-v2.home-raw .plan-card {
  border-radius: 0 !important;
}

body.home-v2.home-raw .cta-final-inner h2 {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  max-width: 16ch;
  margin-inline: auto;
}

body.home-v2.home-raw .footer {
  background: #050505 !important;
}

/* ---- Reveal micro-motion ---- */
@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .reveal {
    transition: opacity 500ms var(--ease), transform 500ms var(--ease);
  }
}

/* ---- Social proof strip (post-hero) ---- */
body.home-v2.home-raw .social-proof {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 2.75rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  overflow: hidden;
}

body.home-v2.home-raw .social-proof-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.85rem;
}

body.home-v2.home-raw .social-proof-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.05rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(242, 242, 236, 0.03);
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

body.home-v2.home-raw .social-proof-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

body.home-v2.home-raw .social-proof-track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}

body.home-v2.home-raw .social-proof-logos {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  flex-shrink: 0;
}

body.home-v2.home-raw .social-proof-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 32px;
  color: rgba(242, 242, 236, 0.62);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.82rem, 1.3vw, 0.95rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 200ms var(--ease), opacity 200ms var(--ease);
  opacity: 0.72;
}

body.home-v2.home-raw .social-proof-logo img {
  width: 26px;
  height: 26px;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(0.92);
  opacity: 0.85;
}

body.home-v2.home-raw .social-proof-logo:hover,
body.home-v2.home-raw .social-proof-logo:focus-visible {
  color: var(--text);
  opacity: 1;
}

body.home-v2.home-raw .social-proof-logo:hover img,
body.home-v2.home-raw .social-proof-logo:focus-visible img {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  body.home-v2.home-raw .social-proof-track {
    animation: social-marquee 38s linear infinite;
  }

  body.home-v2.home-raw .social-proof-marquee:hover .social-proof-track,
  body.home-v2.home-raw .social-proof-marquee:focus-within .social-proof-track {
    animation-play-state: paused;
  }
}

@keyframes social-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-v2.home-raw .social-proof-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  body.home-v2.home-raw .social-proof-track {
    animation: none;
  }

  body.home-v2.home-raw .social-proof-logos[aria-hidden="true"] {
    display: none;
  }

  body.home-v2.home-raw .social-proof-logos {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1.25rem;
    gap: 1.5rem 2rem;
    width: 100%;
  }
}

@media (max-width: 900px) {
  body.home-v2.home-raw .social-proof {
    padding: 1.85rem 0 2rem;
  }

  body.home-v2.home-raw .social-proof-inner {
    gap: 1.4rem;
  }

  body.home-v2.home-raw .social-proof-badge {
    max-width: 90%;
  }

  body.home-v2.home-raw .social-proof-logos {
    gap: 2.25rem;
    padding: 0 1.5rem;
  }

  body.home-v2.home-raw .social-proof-logo {
    font-size: 0.88rem;
  }

  @media (prefers-reduced-motion: no-preference) {
    body.home-v2.home-raw .social-proof-track {
      animation-duration: 28s;
    }
  }
}
