
/* =========================================================
   V47 — Home hero clarity + AI Innovation polish + Testimonials redesign
   Scoped overrides only. Titles/buttons stay unchanged.
   ========================================================= */

/* ---------- Home hero image clarity ---------- */
.fp43-hero-tilt {
  isolation: isolate;
}
.fp43-hero-tilt,
.fp43-hero-tilt * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.fp43-hero-tilt::before,
.fp43-hero-tilt::after,
.fp43-hero-tilt .elementor-widget-container::before,
.fp43-hero-tilt .elementor-widget-container::after {
  display: none !important;
  content: none !important;
}
.fp43-hero-tilt .elementor-widget-container {
  filter: none !important;
}
.fp43-hero-tilt img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  object-position: center top;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
}

/* ---------- Shared V47 reveal / tilt ---------- */
.fp47-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(.2,.82,.2,1);
}
.fp47-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.fp47-tilt-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}
.fp47-tilt-card:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

/* ---------- AI Innovation page polish ---------- */
.ai43-main {
  position: relative;
}
.ai43-section {
  padding: 108px 0;
}
.ai43-section .v6-eyebrow,
.ai43-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(58, 134, 255, 0.26);
  background: linear-gradient(180deg, rgba(7, 25, 54, 0.96), rgba(2, 13, 29, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.08em;
}
.ai43-chip-icon,
.ai43-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ai43-chip-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(63, 166, 255, 0.35), rgba(0, 77, 168, 0.2));
  border: 1px solid rgba(76, 156, 255, 0.26);
  animation: fp47Pulse 4.4s ease-in-out infinite;
}
.ai43-chip-icon svg,
.ai43-note-icon svg,
.ts47-chip-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ai43-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  border-top: 0;
}
.ai43-detail-list > div {
  padding: 22px 20px;
  border: 1px solid rgba(38, 121, 255, 0.14);
  border-bottom: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.96), rgba(1, 12, 26, 0.94));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.ai43-detail-list > div strong {
  margin-bottom: 10px;
}
.ai43-image {
  border: 1px solid rgba(0, 119, 255, 0.22);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.28);
}
.ai43-image::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -25%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 144, 255, 0.18), rgba(40, 144, 255, 0));
  pointer-events: none;
  z-index: 1;
  animation: fp47FloatGlow 7s ease-in-out infinite alternate;
}
.ai43-image img {
  filter: saturate(0.96) contrast(1.02) brightness(0.84);
}
.ai43-image:hover img {
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.03) brightness(0.92);
}
.ai43-context {
  background: linear-gradient(180deg, rgba(0, 34, 82, 0.24), rgba(0, 0, 0, 0));
}
.ai43-context-stage {
  gap: 26px;
}
.ai43-image-wide {
  border-radius: 24px;
}
.ai43-context-notes {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 16px;
}
.ai43-context-notes article {
  grid-template-columns: 52px 1fr;
  align-items: center;
  padding: 24px 22px;
  border-bottom: 0;
  border: 1px solid rgba(38, 121, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.95), rgba(1, 12, 26, 0.94));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}
.ai43-note-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(7, 74, 156, 0.34), rgba(6, 31, 68, 0.8));
  border: 1px solid rgba(68, 149, 255, 0.22);
  color: #b8dcff;
}
.ai43-decision-shell {
  border-top: 0;
  padding-top: 0;
}
.ai43-decision-heading,
.ai43-trust-top {
  align-items: center;
}
.ai43-decision-body {
  gap: 28px;
}
.ai43-decision-points {
  border: 0;
  gap: 16px;
}
.ai43-decision-points > div {
  padding: 24px 22px;
  border-bottom: 0;
  border: 1px solid rgba(38, 121, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.96), rgba(1, 12, 26, 0.94));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}
.ai43-decision-points span,
.ai43-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 38, 74, 0.82);
}
.ai43-photo-label {
  background: rgba(2, 13, 29, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 12px 14px;
}
.ai43-trust-copy {
  padding: 12px 0;
}
.ai43-trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  border-top: 0;
  border-bottom: 0;
}
.ai43-trust-strip > div {
  padding: 22px 18px;
  border-right: 0;
  border: 1px solid rgba(38, 121, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.96), rgba(1, 12, 26, 0.94));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

/* ---------- Testimonials page redesign ---------- */
.ts47-main {
  position: relative;
}
.ts47-section {
  padding: 106px 0;
  position: relative;
  overflow: clip;
}
.ts47-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.14), rgba(0, 119, 255, 0));
  pointer-events: none;
}
.ts47-spotlight::before {
  top: -140px;
  left: -140px;
}
.ts47-wall::before {
  right: -160px;
  top: 30px;
}
.ts47-outcomes::before {
  bottom: -170px;
  left: 30%;
}
.ts47-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.ts47-head-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.ts47-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(58, 134, 255, 0.26);
  background: linear-gradient(180deg, rgba(7, 25, 54, 0.96), rgba(2, 13, 29, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.08em;
}
.ts47-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(63, 166, 255, 0.35), rgba(0, 77, 168, 0.2));
  border: 1px solid rgba(76, 156, 255, 0.26);
  color: #b8dcff;
}
.ts47-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}
.ts47-panel {
  border: 1px solid rgba(38, 121, 255, 0.16);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(4, 20, 45, 0.96), rgba(1, 12, 26, 0.94));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.ts47-featured {
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.ts47-quote-mark {
  font-size: 70px;
  line-height: 0.7;
  color: rgba(64, 158, 255, 0.34);
}
.ts47-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(6, 30, 62, 0.85);
  color: #ffd76b;
  letter-spacing: 0.08em;
  font-size: 12px;
  text-transform: uppercase;
}
.ts47-featured-label {
  margin: 22px 0 16px;
  color: #8eb8e7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.ts47-featured blockquote,
.ts47-card blockquote {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.ts47-featured .person,
.ts47-card .person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.ts47-featured .person img,
.ts47-card .person img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(67, 146, 255, 0.32);
}
.ts47-featured .person span,
.ts47-card .person span {
  color: #8ea9c4;
}
.ts47-side-stack {
  display: grid;
  grid-template-rows: minmax(300px, auto) auto;
  gap: 24px;
}
.ts47-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.ts47-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) brightness(0.86);
  transition: transform 750ms cubic-bezier(.2,.8,.2,1), filter 750ms ease;
}
.ts47-photo-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.02) brightness(0.94);
}
.ts47-photo-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(2,13,29,0.88));
}
.ts47-photo-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 1;
  color: #d8e9ff;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.ts47-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ts47-mini {
  padding: 22px 18px;
}
.ts47-mini strong,
.ts47-outcome strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}
.ts47-mini p,
.ts47-outcome p,
.ts47-card p {
  color: #97a4b8;
  margin: 0;
  line-height: 1.6;
}
.ts47-wall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ts47-card {
  padding: 28px 26px;
}
.ts47-card .ts47-stars {
  margin-bottom: 16px;
}
.ts47-card blockquote {
  font-size: clamp(20px, 2vw, 28px);
}
.ts47-card p {
  margin-top: 18px;
}
.ts47-outcomes-wrap {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}
.ts47-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ts47-outcome {
  padding: 24px 22px;
}
.ts47-outcome span {
  display: inline-flex;
  padding: 7px 11px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(6, 30, 62, 0.84);
  color: #5db1ff;
  letter-spacing: 0.08em;
  font-size: 11px;
  text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .ts47-spotlight-grid,
  .ts47-outcomes-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .ai43-section,
  .ts47-section {
    padding: 84px 0;
  }
  .ai43-detail-list,
  .ai43-trust-strip,
  .ts47-kpi-grid,
  .ts47-wall-grid,
  .ts47-outcomes-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .ai43-detail-list,
  .ai43-trust-strip,
  .ts47-kpi-grid,
  .ts47-wall-grid,
  .ts47-outcomes-grid {
    grid-template-columns: 1fr;
  }
  .ai43-context-stage,
  .ai43-decision-body,
  .ai43-trust-top {
    gap: 20px;
  }
  .ts47-featured,
  .ts47-card,
  .ts47-mini,
  .ts47-outcome {
    padding: 24px 20px;
  }
}
@media (max-width: 640px) {
  .ai43-section,
  .ts47-section {
    padding: 72px 0;
  }
  .ai43-detail-list {
    grid-template-columns: 1fr;
  }
  .ai43-context-notes article {
    grid-template-columns: 42px 1fr;
    padding: 20px 18px;
  }
  .ts47-featured blockquote,
  .ts47-card blockquote {
    font-size: 26px;
  }
  .ts47-photo-card img {
    min-height: 260px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fp47-reveal,
  .fp47-tilt-card,
  .ai43-chip-icon,
  .ai43-image::before,
  .ts47-photo-card img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@keyframes fp47Pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(60, 156, 255, 0.18); }
  50% { transform: scale(1.06); box-shadow: 0 0 28px rgba(60, 156, 255, 0.16); }
}
@keyframes fp47FloatGlow {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(24px, 18px, 0) scale(1.08); }
}
