/* =========================================================
   V13 targeted fixes only: CSS atom loader, corrected depth
   testimonials, restored FAQ/CTA, clean non-animated footer,
   and white home card icons.
   ========================================================= */
/* LOADER — recreated from the supplied atom/orbit reference, no video/background footage. */
html.fp-loading,html.fp-loading body {
  width:100%;
  height:100%;
  overflow:hidden!important;
  background:#020307!important
}
html.fp-loading body>*:not(#fp-preloader) {
  visibility:hidden!important
}
.fp-preloader {
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:30px!important;
  background:#020307!important;
  opacity:1;
  visibility:visible;
  transition:opacity .42s ease,visibility .42s ease
}
.fp-preloader.is-done {
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important
}
.fp-atom-loader {
  position:relative;
  width:230px;
  height:230px;
  display:grid;
  place-items:center;
  filter:drop-shadow(0 0 18px rgba(0,119,255,.26))
}
.fp-atom-core {
  position:relative;
  z-index:5;
  color:#0b8cff;
  font:500 62px/1 "Rethink Sans",sans-serif;
  letter-spacing:-.05em;
  text-shadow:0 0 24px rgba(0,140,255,.65)
}
.fp-atom-ring {
  position:absolute;
  inset:30px;
  border:2px solid #0d8fff;
  border-radius:50%;
  box-shadow:0 0 9px rgba(0,144,255,.48),inset 0 0 8px rgba(0,144,255,.14)
}
.fp-atom-ring::after {
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 13px #fff,0 0 21px #158cff;
  top:50%;
  left:-5px;
  transform:translateY(-50%)
}
.fp-ring-a {
  transform:rotate(12deg) scaleX(1.12) scaleY(.72);
  animation:fpOrbitA 3.8s linear infinite
}
.fp-ring-b {
  transform:rotate(72deg) scaleX(1.12) scaleY(.72);
  animation:fpOrbitB 4.4s linear infinite reverse
}
.fp-ring-c {
  transform:rotate(132deg) scaleX(1.12) scaleY(.72);
  animation:fpOrbitC 5s linear infinite
}
.fp-ring-d {
  transform:rotate(192deg) scaleX(1.12) scaleY(.72);
  animation:fpOrbitD 5.6s linear infinite reverse;
  opacity:.78
}
.fp-loader-title {
  color:#f4f9ff;
  font:600 14px/1 "Rethink Sans",sans-serif;
  letter-spacing:.34em;
  text-indent:.34em;
  text-transform:uppercase;
  text-shadow:0 0 18px rgba(0,119,255,.35)
}
@keyframes fpOrbitA {
  to {
    transform:rotate(372deg) scaleX(1.12) scaleY(.72)
  }
}
@keyframes fpOrbitB {
  to {
    transform:rotate(432deg) scaleX(1.12) scaleY(.72)
  }
}
@keyframes fpOrbitC {
  to {
    transform:rotate(492deg) scaleX(1.12) scaleY(.72)
  }
}
@keyframes fpOrbitD {
  to {
    transform:rotate(552deg) scaleX(1.12) scaleY(.72)
  }
}
/* TESTIMONIALS — contained like other site sections, roomier cards, no lower clipping. */
[data-id="7d007bd9"] {
  width:min(calc(100% - 48px),1290px)!important;
  max-width:1290px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  overflow:visible!important
}
[data-id="7d007bd9"]>[data-id="3deedf4e"] {
  width:100%!important;
  max-width:100%!important
}
[data-id="7d007bd9"] [data-id="7fda6798"] {
  width:100%!important;
  max-width:760px!important;
  margin:0 auto 20px!important;
  text-align:center!important;
  align-items:center!important
}
.fp-depth-testimonials,.testimonials-grid.fp-depth-ready {
  width:100%!important;
  max-width:1290px!important;
  margin-inline:auto!important;
  position:relative!important;
  overflow:hidden!important;
  perspective:1400px
}
.fp-depth-testimonials .testimonials-list,.testimonials-grid.fp-depth-ready {
  position:relative!important;
  overflow:visible!important;
  min-height:360px!important;
  padding:30px 0 64px!important
}
.fp-depth-testimonials .testimonials-track,.testimonials-grid.fp-depth-ready {
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:300px!important;
  transform:none!important
}
.fp-depth-testimonials .testimonial-item,.testimonials-grid.fp-depth-ready>.testimonial {
  position:absolute!important;
  left:50%!important;
  top:18px!important;
  width:430px!important;
  max-width:calc(100vw - 44px)!important;
  height:270px!important;
  min-height:270px!important;
  margin:0!important;
  opacity:0;
  pointer-events:none;
  transform-origin:center center;
  transform:translate3d(-50%,18px,0) scale(.8);
  transition:transform .78s cubic-bezier(.2,.75,.18,1),opacity .58s ease,filter .58s ease,box-shadow .58s ease!important;
  will-change:transform,opacity,filter
}
.fp-depth-testimonials .testimonial-box,.testimonials-grid.fp-depth-ready>.testimonial {
  height:100%!important;
  min-height:270px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  padding:28px!important;
  overflow:visible!important
}
.fp-depth-testimonials .comment-content p,.testimonials-grid.fp-depth-ready>.testimonial p {
  font-size:15px!important;
  line-height:1.65!important;
  margin-bottom:22px!important
}
.fp-depth-testimonials .fp-active,.testimonials-grid.fp-depth-ready>.fp-active {
  z-index:5!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  transform:translate3d(-50%,0,0) rotateY(0) scale(1)!important;
  box-shadow:0 24px 66px rgba(0,60,125,.22)!important
}
.fp-depth-testimonials .fp-prev,.testimonials-grid.fp-depth-ready>.fp-prev {
  z-index:3!important;
  opacity:.5!important;
  filter:blur(1.4px) brightness(.72)!important;
  transform:translate3d(calc(-50% - 405px),18px,-90px) rotateY(13deg) rotateZ(-1deg) scale(.88)!important
}
.fp-depth-testimonials .fp-next,.testimonials-grid.fp-depth-ready>.fp-next {
  z-index:3!important;
  opacity:.5!important;
  filter:blur(1.4px) brightness(.72)!important;
  transform:translate3d(calc(-50% + 405px),18px,-90px) rotateY(-13deg) rotateZ(1deg) scale(.88)!important
}
.fp-depth-testimonials .fp-far,.testimonials-grid.fp-depth-ready>.fp-far {
  z-index:1!important;
  opacity:0!important;
  filter:blur(5px)!important;
  transform:translate3d(-50%,35px,-180px) scale(.72)!important
}
.testimonials-section,.solution-testimonials,.testimonial-feature {
  overflow:hidden!important
}
.testimonials-section .v6-container,.solution-testimonials .v6-container,.testimonial-feature .v6-container {
  width:min(calc(100% - 48px),1290px)!important;
  max-width:1290px!important;
  margin-inline:auto!important
}
.testimonials-head,.testimonial-feature .page-intro-wrap,.solution-testimonials .page-intro-wrap {
  max-width:760px!important;
  margin-inline:auto!important;
  text-align:center!important;
  align-items:center!important;
  justify-content:center!important
}
/* HOME FAQ — restore the original two-column rhythm and keep it independent of the testimonial slider. */
.elementor-12 [data-id="2ee6be35"] {
  width:100%!important;
  max-width:none!important;
  padding:105px 24px 115px!important;
  overflow:visible!important
}
.elementor-12 [data-id="2ee6be35"]>.e-con-inner {
  width:min(1290px,100%)!important;
  max-width:1290px!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;
  gap:70px!important;
  align-items:start!important
}
.elementor-12 [data-id="78e23578"] {
  display:contents!important
}
.elementor-12 [data-id="16f622c9"],.elementor-12 [data-id="28438e10"] {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  position:relative!important;
  top:auto!important;
  align-self:start!important
}
.elementor-12 [data-id="16f622c9"] {
  padding-top:6px!important
}
.elementor-12 [data-id="15192e7f"] {
  width:100%!important;
  max-width:none!important
}
.elementor-12 .jkit-accordion .card-wrapper {
  width:100%!important
}
/* CTA — restore a visible, original-design CTA before every footer. */
.fp-final-cta {
  padding:42px 24px 80px;
  background:#020307
}
.fp-final-cta-inner {
  position:relative;
  width:min(1290px,100%);
  min-height:300px;
  margin:0 auto;
  border:1px solid rgba(0,119,255,.48);
  border-radius:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:52px 28px;
  overflow:hidden;
  background:linear-gradient(90deg,#031327 0%,#052b56 48%,#031327 100%)
}
.fp-final-cta-inner::before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(0,119,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(0,119,255,.13) 1px,transparent 1px);
  background-size:150px 100%,150px 100%;
  opacity:.65;
  pointer-events:none
}
.fp-final-cta-inner>* {
  position:relative;
  z-index:1
}
.fp-final-cta h2 {
  margin:0 0 16px;
  color:#fff;
  font-size:42px;
  line-height:1.08;
  font-weight:600
}
.fp-final-cta p {
  margin:0 0 28px;
  color:#8995aa;
  font-size:15px
}
.fp-final-cta-actions {
  display:flex;
  gap:14px;
  justify-content:center
}
.fp-btn {
  min-height:48px;
  padding:0 24px;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  font-size:14px;
  border:1px solid rgba(0,119,255,.48);
  transition:transform .25s ease,border-color .25s ease,background .25s ease
}
.fp-btn-primary {
  background:linear-gradient(180deg,#096ac6,#042e5c)
}
.fp-btn-secondary {
  background:#061426
}
.fp-btn:hover {
  transform:translateY(-2px);
  border-color:#168cff
}
/* FOOTER — clean, static, aligned. No background/link animation. */
.v6-footer.fp-footer-clean {
  position:relative!important;
  padding:72px 24px 28px!important;
  background:#031326!important;
  border-top:0!important;
  overflow:visible!important
}
.v6-footer.fp-footer-clean::before,.v6-footer.fp-footer-clean::after,.v6-footer.fp-footer-clean canvas,.v6-footer.fp-footer-clean .fp-footer-canvas,.v6-footer.fp-footer-clean .fp-footer-glow,.v6-footer.fp-footer-clean .footer-ai-scene {
  display:none!important;
  content:none!important;
  animation:none!important
}
.fp-footer-clean .v6-container {
  width:min(1290px,100%)!important;
  max-width:1290px!important;
  margin:0 auto!important;
  padding:0!important
}
.fp-footer-grid-clean {
  display:grid;
  grid-template-columns:minmax(0,1.65fr) repeat(3,minmax(150px,.72fr));
  gap:78px;
  align-items:start
}
.fp-footer-brand-clean,.fp-footer-column-clean {
  min-height:250px
}
.fp-footer-brand-clean>a {
  display:inline-block
}
.fp-footer-brand-clean img {
  display:block;
  width:280px;
  max-width:100%;
  height:auto
}
.fp-footer-brand-clean p {
  max-width:390px;
  margin:30px 0 26px;
  color:#95a3bb;
  font-size:15px;
  line-height:1.7
}
.fp-footer-column-clean h4 {
  margin:0 0 25px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:600
}
.fp-footer-column-clean ul {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px
}
.fp-footer-column-clean a {
  color:#9bacca;
  text-decoration:none;
  font-size:15px;
  line-height:1.35;
  transition:none!important;
  transform:none!important
}
.fp-footer-column-clean a:hover {
  color:#fff!important;
  transform:none!important
}
.fp-footer-clean .footer-socials {
  display:flex;
  gap:10px
}
.fp-footer-clean .footer-socials a {
  width:34px;
  height:34px;
  border:1px solid #0877d6;
  border-radius:5px;
  background:#07549a;
  display:grid;
  place-items:center;
  transition:none!important
}
.fp-footer-clean .footer-socials svg {
  width:16px;
  height:16px;
  stroke:#fff;
  fill:none;
  stroke-width:1.7
}
.fp-footer-clean .footer-socials a:hover {
  transform:none!important;
  background:#07549a!important
}
.fp-footer-copy {
  border-top:1px solid rgba(255,255,255,.06);
  margin-top:46px;
  padding-top:26px;
  text-align:center;
  color:#8392aa;
  font-size:13px
}
.fp-footer-copy a {
  color:#0584ff;
  text-decoration:none;
  transition:none!important
}
/* HOME card icons — improve contrast without changing the cards. */
.elementor-12 .jkit-icon-box .icon i,.elementor-12 .jkit-icon-box .icon svg,.elementor-12 .elementor-icon i,.elementor-12 .elementor-icon svg,.elementor-12 [class*="icon"] svg {
  color:#fff!important;
  fill:#fff!important;
  stroke:#fff!important
}
.elementor-12 .jkit-icon-box .icon {
  color:#fff!important
}
@media(max-width:1024px) {
  .fp-depth-testimonials .testimonial-item,.testimonials-grid.fp-depth-ready>.testimonial {
    width:390px!important
  }
  .fp-depth-testimonials .fp-prev,.testimonials-grid.fp-depth-ready>.fp-prev {
    transform:translate3d(calc(-50% - 315px),18px,-80px) rotateY(12deg) scale(.86)!important
  }
  .fp-depth-testimonials .fp-next,.testimonials-grid.fp-depth-ready>.fp-next {
    transform:translate3d(calc(-50% + 315px),18px,-80px) rotateY(-12deg) scale(.86)!important
  }
  .elementor-12 [data-id="2ee6be35"]>.e-con-inner {
    grid-template-columns:1fr!important;
    gap:36px!important
  }
  .fp-footer-grid-clean {
    grid-template-columns:1.4fr 1fr 1fr!important;
    gap:44px
  }
  .fp-footer-column-clean:last-child {
    grid-column:2/4
  }
  .fp-footer-brand-clean,.fp-footer-column-clean {
    min-height:auto
  }
}
@media(max-width:767px) {
  .fp-atom-loader {
    width:190px;
    height:190px
  }
  .fp-atom-ring {
    inset:27px
  }
  .fp-atom-core {
    font-size:52px
  }
  .fp-loader-title {
    font-size:12px
  }
  [data-id="7d007bd9"],.testimonials-section .v6-container,.solution-testimonials .v6-container,.testimonial-feature .v6-container {
    width:calc(100% - 30px)!important
  }
  .fp-depth-testimonials .testimonials-list,.testimonials-grid.fp-depth-ready {
    min-height:350px!important;
    padding-bottom:54px!important
  }
  .fp-depth-testimonials .testimonial-item,.testimonials-grid.fp-depth-ready>.testimonial {
    width:min(350px,86vw)!important;
    height:285px!important;
    min-height:285px!important
  }
  .fp-depth-testimonials .testimonial-box,.testimonials-grid.fp-depth-ready>.testimonial {
    min-height:285px!important;
    padding:24px!important
  }
  .fp-depth-testimonials .fp-prev,.testimonials-grid.fp-depth-ready>.fp-prev {
    opacity:.15!important;
    transform:translate3d(calc(-50% - 78vw),18px,-80px) rotateY(10deg) scale(.84)!important
  }
  .fp-depth-testimonials .fp-next,.testimonials-grid.fp-depth-ready>.fp-next {
    opacity:.15!important;
    transform:translate3d(calc(-50% + 78vw),18px,-80px) rotateY(-10deg) scale(.84)!important
  }
  .elementor-12 [data-id="2ee6be35"] {
    padding:80px 18px 90px!important
  }
  .fp-final-cta {
    padding:32px 18px 58px
  }
  .fp-final-cta-inner {
    min-height:265px;
    padding:40px 20px
  }
  .fp-final-cta h2 {
    font-size:32px
  }
  .fp-final-cta-actions {
    flex-wrap:wrap
  }
  .v6-footer.fp-footer-clean {
    padding:54px 20px 24px!important
  }
  .fp-footer-grid-clean {
    grid-template-columns:1fr 1fr!important;
    gap:38px 28px
  }
  .fp-footer-brand-clean {
    grid-column:1/-1
  }
  .fp-footer-column-clean:last-child {
    grid-column:auto
  }
  .fp-footer-brand-clean img {
    width:240px
  }
  .fp-footer-brand-clean p {
    margin:24px 0 22px
  }
  .fp-footer-copy {
    margin-top:38px
  }
}
@media(max-width:520px) {
  .fp-footer-grid-clean {
    grid-template-columns:1fr!important
  }
  .fp-footer-column-clean:last-child {
    grid-column:auto
  }
  .fp-final-cta h2 {
    font-size:29px
  }
}
@media(prefers-reduced-motion:reduce) {
  .fp-atom-ring {
    animation:none!important
  }
  .fp-depth-testimonials .testimonial-item,.testimonials-grid.fp-depth-ready>.testimonial {
    transition:none!important
  }
}
