/* ==========================================================================
   Create Flo 2026 home — motion layer (home page only)
   Every hidden/animated state is scoped to .cfx, which home-fx.js adds only
   when motion is allowed. No JS or reduced motion = the static page.
   ========================================================================== */

/* ---------- scroll progress ---------- */
.cfx-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999;
  transform-origin: 0 50%; transform: scaleX(var(--cfx-p, 0));
  background: linear-gradient(90deg, #0db3b2, #7ff0ee 60%, #0db3b2);
  box-shadow: 0 0 12px rgba(13, 179, 178, .6);
  pointer-events: none;
}

/* ---------- word-by-word headings ---------- */
.cfx .fx-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.cfx .fx-w > span {
  display: inline-block;
  transform: translateY(105%) rotate(4deg);
  opacity: 0;
  transition: transform .9s cubic-bezier(.2, .8, .2, 1), opacity .6s ease;
  transition-delay: calc(var(--w, 0) * 55ms + var(--wd, 0ms));
}
.cfx .fx-in .fx-w > span { transform: none; opacity: 1; }

/* eyebrow rule draws in */
.cfx .cf26-eyebrow::before { transform: scaleX(0); transform-origin: 0 50%; transition: transform .8s cubic-bezier(.2, .8, .2, 1) .1s; }
.cfx .cf26-eyebrow.fx-in::before { transform: scaleX(1); }
.cfx .cf26-eyebrow { opacity: 0; transform: translateX(-14px); transition: transform .8s cubic-bezier(.2, .8, .2, 1), opacity .6s ease; }
.cfx .cf26-eyebrow.fx-in { opacity: 1; transform: none; }

/* ---------- HERO entrance ---------- */
.cfx .cf26-hero { overflow: hidden; }
.cfx .cf26-hero__copy > .cf26-lead,
.cfx .cf26-hero__ctas > *,
.cfx .cf26-trust > * {
  opacity: 0; transform: translateY(26px); filter: blur(6px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2, .8, .2, 1), filter .8s ease;
  transition-delay: var(--hd, 0ms);
}
.cfx.cfx-go .cf26-hero__copy > .cf26-lead,
.cfx.cfx-go .cf26-hero__ctas > *,
.cfx.cfx-go .cf26-trust > * { opacity: 1; transform: none; filter: none; }

.cfx .cf26-hero__visual { perspective: 1400px; }
.cfx .cf26-mock {
  opacity: 0;
  transform: translate3d(60px, 40px, 0) rotateY(-24deg) rotateX(12deg) scale(.88);
  transition: opacity 1s ease .35s, transform 1.4s cubic-bezier(.16, 1, .3, 1) .35s;
  transform-style: preserve-3d;
}
.cfx.cfx-go .cf26-mock {
  opacity: 1;
  transform: rotateY(calc(var(--tx, 0) * 7deg - 4deg)) rotateX(calc(var(--ty, 0) * -6deg + 3deg));
}
.cfx.cfx-settled .cf26-mock { transition: transform .5s cubic-bezier(.2, .8, .2, 1); }

/* mock contents assemble */
.cfx .cf26-mock__hero > *,
.cfx .cf26-mock__card,
.cfx .cf26-mock__chrome > * {
  opacity: 0; transform: translateY(14px) scale(.96);
  transition: opacity .6s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--md, 0ms);
}
.cfx.cfx-go .cf26-mock__hero > *,
.cfx.cfx-go .cf26-mock__card,
.cfx.cfx-go .cf26-mock__chrome > * { opacity: 1; transform: none; }
.cfx .cf26-mock__btn--fill { position: relative; overflow: hidden; }
.cfx .cf26-mock__btn--fill::after {
  content: ''; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, .55) 50%, transparent 80%);
  animation: cfx-shine 3.2s ease-in-out 2.6s infinite;
}
.cfx .cf26-mock__ico { animation: cfx-blink 3s ease-in-out infinite; animation-delay: var(--md, 0ms); }

/* chart bars regrow on entry */
.cfx .cf26-chart span { transform-origin: 50% 100%; transform: scaleY(0); transition: transform .9s cubic-bezier(.2, .8, .2, 1); transition-delay: var(--bd, 0ms); }
.cfx.cfx-go .cf26-chart span { transform: scaleY(1); }

/* floating review + chip spring in, then drift */
.cfx .cf26-float-review,
.cfx .cf26-float-chip { opacity: 0; transform: translateY(30px) scale(.7); }
.cfx.cfx-go .cf26-float-review { animation: cfx-spring .9s cubic-bezier(.2, .9, .3, 1.35) 1.25s forwards, cfx-floaty 6s ease-in-out 2.3s infinite; }
.cfx.cfx-go .cf26-float-chip { animation: cfx-spring .9s cubic-bezier(.2, .9, .3, 1.35) 1.55s forwards, cfx-floaty 7s ease-in-out 2.6s infinite reverse; }

/* hero ambience: rotating conic ring + drifting particles */
.cfx-ring {
  position: absolute; z-index: 0; pointer-events: none;
  width: 760px; height: 760px; right: -160px; top: 50%; margin-top: -380px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(13, 179, 178, 0), rgba(13, 179, 178, .22), rgba(127, 240, 238, 0) 40%, rgba(13, 179, 178, .16) 70%, rgba(13, 179, 178, 0));
  -webkit-mask: radial-gradient(closest-side, transparent 64%, #000 66%, #000 70%, transparent 72%);
          mask: radial-gradient(closest-side, transparent 64%, #000 66%, #000 70%, transparent 72%);
  animation: cfx-spin 26s linear infinite;
  opacity: 0; transition: opacity 1.6s ease .8s;
}
.cfx.cfx-go .cfx-ring { opacity: 1; }
.cfx-dots { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.cfx-dots i {
  position: absolute; left: var(--x); top: var(--y); width: var(--s); height: var(--s); border-radius: 50%;
  background: rgba(13, 179, 178, var(--o, .35));
  animation: cfx-rise var(--t, 14s) linear var(--dl, 0s) infinite;
}
.cf26-hero__inner { position: relative; z-index: 1; }

/* ---------- SERVICES: orbiting icons ---------- */
.cfx .cf26-svc__ico { position: relative; display: inline-grid; place-items: center; isolation: isolate; }
.cfx .cf26-svc__ico > svg { position: relative; z-index: 2; }
.fx-orbit { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.fx-ring {
  position: absolute; border-radius: 50%; border: 1.5px dashed rgba(13, 179, 178, .55);
}
.fx-ring--1 { inset: -12px; border-color: rgba(13, 179, 178, .85); box-shadow: 0 0 14px rgba(13, 179, 178, .25); animation: cfx-spin 12s linear infinite; }
.fx-ring--2 { inset: -24px; border-style: dotted; border-width: 2px; border-color: rgba(127, 240, 238, .55); animation: cfx-spin 20s linear infinite reverse; }
.fx-sat { position: absolute; inset: -12px; animation: cfx-spin 5.5s linear infinite; }
.fx-sat::before {
  content: ''; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%;
  background: #0db3b2; box-shadow: 0 0 10px 2px rgba(13, 179, 178, .6);
}
.fx-sat--2 { inset: -24px; animation-duration: 9s; animation-direction: reverse; }
.fx-sat--2::before { width: 6px; height: 6px; margin-left: -3px; top: -3px; background: #7ff0ee; }
.fx-pulse { position: absolute; inset: 0; border-radius: 18px; border: 2px solid rgba(127, 240, 238, .7); animation: cfx-pulse 2.8s ease-out infinite; }
.fx-pulse--2 { animation-delay: 1.4s; }

/* entrance of the icon itself */
.cfx .cf26-svc .cf26-svc__ico > svg { transform: scale(.3) rotate(-40deg); opacity: 0; transition: transform 1s cubic-bezier(.2, .9, .3, 1.35), opacity .5s ease; transition-delay: calc(var(--i, 0) * 110ms + 250ms); }
.cfx .cf26-svc .fx-orbit { transform: scale(.2); opacity: 0; transition: transform 1.1s cubic-bezier(.2, .8, .2, 1), opacity .8s ease; transition-delay: calc(var(--i, 0) * 110ms + 450ms); }
.cfx .cf26-svc.is-in .cf26-svc__ico > svg,
.cfx .cf26-svc.fx-in .cf26-svc__ico > svg { transform: none; opacity: 1; }
.cfx .cf26-svc.is-in .fx-orbit,
.cfx .cf26-svc.fx-in .fx-orbit { transform: none; opacity: 1; }

/* each glyph gets its own motion */
.cfx .cf26-svc:nth-child(1) svg rect:nth-of-type(3) { transform-box: fill-box; transform-origin: 0 50%; animation: cfx-load 2.4s ease-in-out infinite; }
.cfx .cf26-svc:nth-child(1) svg rect:nth-of-type(2) { stroke-dasharray: 110; animation: cfx-draw 4s ease-in-out infinite; }
.cfx .cf26-svc:nth-child(2) svg circle,
.cfx .cf26-svc:nth-child(2) svg rect:nth-of-type(2) { animation: cfx-scan 3.2s ease-in-out infinite; }
.cfx .cf26-svc:nth-child(3) svg path { transform-box: fill-box; transform-origin: 50% 50%; animation: cfx-twinkle 2.6s ease-in-out infinite; }
.cfx .cf26-svc:nth-child(4) svg circle:nth-of-type(1) { transform-box: fill-box; transform-origin: 50% 50%; animation: cfx-spin 6s linear infinite; }
.cfx .cf26-svc:nth-child(4) svg circle:nth-of-type(2) { transform-box: fill-box; transform-origin: 50% 50%; animation: cfx-beat 1.6s ease-in-out infinite; }

/* card spotlight + lift */
.cfx .cf26-svc { position: relative; transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease; }
.cfx .cf26-svc::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(13, 179, 178, .14), transparent 60%);
}
.cfx .cf26-svc:hover { transform: translateY(-8px); box-shadow: 0 28px 60px -24px rgba(13, 179, 178, .45); }
.cfx .cf26-svc:hover::after { opacity: 1; }
.cfx .cf26-svc:hover .fx-ring--1 { animation-duration: 4s; border-color: rgba(13, 179, 178, .85); }
.cfx .cf26-svc:hover .fx-sat { animation-duration: 2.4s; }

/* ---------- WHY: number tiles flip + halo ---------- */
.cfx .cf26-pillar .cf26-num { position: relative; transform: perspective(500px) rotateY(-100deg); opacity: 0; transition: transform .9s cubic-bezier(.2, .9, .3, 1.25), opacity .5s ease; transition-delay: calc(var(--i, 0) * 140ms + 200ms); }
.cfx .cf26-pillar.is-in .cf26-num { transform: none; opacity: 1; }
.cfx .cf26-pillar .cf26-num::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(13, 179, 178, .55); animation: cfx-pulse 3s ease-out infinite; animation-delay: calc(var(--i, 0) * .5s); }
.cfx .cf26-pillar { transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.cfx .cf26-pillar:hover { transform: translateY(-6px); }

/* ---------- section ambience ---------- */
.cfx .cf26-why, .cfx .cf26-services, .cfx .cf26-process, .cfx .cf26-reviews { position: relative; overflow: clip; }
.cfx .cf26-why > .cf26-wrap, .cfx .cf26-services > .cf26-wrap, .cfx .cf26-process > .cf26-wrap, .cfx .cf26-reviews > .cf26-wrap { position: relative; z-index: 1; }
.cfx-blob {
  position: absolute; z-index: 0; width: 520px; height: 520px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(13, 179, 178, .16), rgba(13, 179, 178, 0));
  animation: cfx-wander 22s ease-in-out infinite alternate;
}
.cfx-blob--b { animation-duration: 28s; animation-direction: alternate-reverse; background: radial-gradient(closest-side, rgba(127, 240, 238, .18), rgba(127, 240, 238, 0)); }

/* ---------- PROCESS: track fills step by step ---------- */
.cfx .cf26-step__track::after { transform: scaleX(0); transform-origin: 0 50%; transition: transform 1s cubic-bezier(.6, 0, .2, 1); transition-delay: calc(var(--i, 0) * 450ms + 300ms); }
.cfx .cf26-step.is-in .cf26-step__track::after { transform: scaleX(1); }
.cfx .cf26-step__dot { position: relative; transform: scale(0); transition: transform .7s cubic-bezier(.2, .9, .3, 1.5), background .4s ease, color .4s ease; transition-delay: calc(var(--i, 0) * 450ms); }
.cfx .cf26-step.is-in .cf26-step__dot { transform: none; background: var(--teal); color: #fff; }
.cfx .cf26-step.is-in .cf26-step__dot::before,
.cfx .cf26-step.is-in .cf26-step__dot::after { content: ''; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid rgba(13, 179, 178, .5); animation: cfx-ripple 2.6s ease-out infinite; animation-delay: calc(var(--i, 0) * 450ms + 700ms); }
.cfx .cf26-step.is-in .cf26-step__dot::after { animation-delay: calc(var(--i, 0) * 450ms + 2000ms); }

/* ---------- REVIEWS ---------- */
.cfx .cf26-score__s { background: linear-gradient(90deg, #f5b301 var(--sf, 0%), rgba(24, 39, 56, .15) var(--sf, 0%)); -webkit-background-clip: text; background-clip: text; color: transparent; transition: --sf 1.4s ease; }
.cfx .cf26-rev { transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease; }
.cfx .cf26-rev:hover { transform: translateY(-8px) rotate(-.6deg); box-shadow: 0 30px 60px -28px rgba(24, 39, 56, .35); }
.cfx .cf26-rev__q { display: inline-block; animation: cfx-floaty 5s ease-in-out infinite; }

/* ---------- WORK: tilt ---------- */
.cfx .cf26-case { transform-style: preserve-3d; transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s ease; }
.cfx .cf26-case.fx-tilt { transition: transform .12s linear; }

/* ---------- buttons: shine + magnetic ---------- */
.cfx .cf26-btn--primary { position: relative; overflow: hidden; transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, background .3s ease; transform: translate(var(--bx, 0), var(--by, 0)); }
.cfx .cf26-btn--primary::after {
  content: ''; position: absolute; inset: 0; transform: translateX(-130%); pointer-events: none;
  background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .45) 50%, transparent 75%);
  animation: cfx-shine 4.5s ease-in-out 3s infinite;
}
.cfx .cf26-btn--primary:hover { box-shadow: 0 14px 34px -10px rgba(13, 179, 178, .7); }

/* FAQ answers slide open */
.cfx .cf26-faq details[open] p { animation: cfx-drop .45s cubic-bezier(.2, .8, .2, 1); }

/* ---------- keyframes ---------- */
@keyframes cfx-spin { to { transform: rotate(360deg); } }
@keyframes cfx-pulse { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
@keyframes cfx-ripple { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(2.2); opacity: 0; } }
@keyframes cfx-shine { 0%, 55% { transform: translateX(-130%); } 80%, 100% { transform: translateX(130%); } }
@keyframes cfx-spring { 0% { opacity: 0; transform: translateY(30px) scale(.7); } 100% { opacity: 1; transform: none; } }
@keyframes cfx-floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes cfx-rise { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: 1; } 85% { opacity: 1; } 100% { transform: translateY(-420px); opacity: 0; } }
@keyframes cfx-blink { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes cfx-load { 0% { transform: scaleX(.15); } 60% { transform: scaleX(1); } 100% { transform: scaleX(1); opacity: .6; } }
@keyframes cfx-draw { 0% { stroke-dashoffset: 110; } 45%, 70% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -110; } }
@keyframes cfx-scan { 0%, 100% { transform: translate(0, 0); } 25% { transform: translate(4px, -3px); } 50% { transform: translate(0, -5px); } 75% { transform: translate(-4px, -2px); } }
@keyframes cfx-twinkle { 0%, 100% { transform: scale(1) rotate(0); } 40% { transform: scale(.72) rotate(45deg); } 70% { transform: scale(1.12) rotate(90deg); } }
@keyframes cfx-beat { 0%, 100% { transform: scale(1); } 30% { transform: scale(1.45); } 60% { transform: scale(.9); } }
@keyframes cfx-wander { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(120px, -60px) scale(1.15); } 100% { transform: translate(-80px, 70px) scale(.95); } }
@keyframes cfx-drop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

@property --sf { syntax: '<percentage>'; inherits: false; initial-value: 0%; }

@media (max-width: 960px) {
  .cfx-ring { width: 480px; height: 480px; margin-top: -240px; right: -200px; top: 30%; }
  .fx-ring--2, .fx-sat--2 { inset: -18px; }
}
@media (prefers-reduced-motion: reduce) {
  .cfx-progress, .cfx-ring, .cfx-dots, .cfx-blob { display: none !important; }
}

/* ---------- toned-down service icons (v3) ---------- */
.fx-ring--2, .fx-sat--2, .fx-pulse--2 { display: none; }
.fx-ring--1 { inset: -10px; border-width: 1px; border-color: rgba(13, 179, 178, .45); box-shadow: none; animation-duration: 30s; }
.fx-sat { inset: -10px; animation-duration: 14s; }
.fx-sat::before { width: 5px; height: 5px; margin-left: -2.5px; top: -3px; box-shadow: 0 0 6px rgba(13, 179, 178, .5); }
.fx-pulse { border-width: 1px; border-color: rgba(13, 179, 178, .35); animation-duration: 5s; }
.cfx .cf26-svc:hover .fx-ring--1 { animation-duration: 16s; border-color: rgba(13, 179, 178, .6); }
.cfx .cf26-svc:hover .fx-sat { animation-duration: 8s; }
/* gentler glyph motion */
.cfx .cf26-svc:nth-child(1) svg rect:nth-of-type(3) { animation-duration: 5s; }
.cfx .cf26-svc:nth-child(1) svg rect:nth-of-type(2) { animation: none; }
.cfx .cf26-svc:nth-child(2) svg circle,
.cfx .cf26-svc:nth-child(2) svg rect:nth-of-type(2) { animation-duration: 6s; }
.cfx .cf26-svc:nth-child(3) svg path { animation: cfx-twinkle-soft 5s ease-in-out infinite; }
.cfx .cf26-svc:nth-child(4) svg circle:nth-of-type(1) { animation-duration: 16s; }
.cfx .cf26-svc:nth-child(4) svg circle:nth-of-type(2) { animation: cfx-beat-soft 3s ease-in-out infinite; }
.cfx .cf26-svc .cf26-svc__ico > svg { transform: scale(.7); transition-timing-function: cubic-bezier(.2, .8, .2, 1); }
@keyframes cfx-twinkle-soft { 0%, 100% { transform: scale(1) rotate(0); } 50% { transform: scale(.88) rotate(20deg); } }
@keyframes cfx-beat-soft { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }

/* ---------- v4: icons = static glyph on a light-green circle + two slow rotating rings ---------- */
.cfx .cf26-svc__ico { border-radius: 50%; background: rgba(13, 179, 178, .18); }
.cfx .cf26-svc__ico > svg > rect:first-child { fill-opacity: 0; }          /* drop the square tile */
.cfx .cf26-svc .cf26-svc__ico svg * { animation: none !important; }         /* no glyph motion (it broke the search handle) */
.fx-sat, .fx-sat--2, .fx-pulse, .fx-pulse--2 { display: none !important; }
.fx-ring--1, .fx-ring--2 { display: block; box-shadow: none; border-width: 1.5px; border-style: dashed; }
.fx-ring--1 { inset: -9px;  border-color: rgba(13, 179, 178, .6);  animation: cfx-spin 24s linear infinite; }
.fx-ring--2 { inset: -18px; border-color: rgba(127, 240, 238, .35); animation: cfx-spin 36s linear infinite reverse; }
.cfx .cf26-svc:hover .fx-ring--1 { animation-duration: 12s; border-color: rgba(13, 179, 178, .85); }
.cfx .cf26-svc .cf26-svc__ico > svg { transform: scale(.8); }
.cfx .cf26-svc.is-in .cf26-svc__ico > svg,
.cfx .cf26-svc.fx-in .cf26-svc__ico > svg { transform: none; }

/* header buttons never move with the cursor */
.cfx .cf26-nav .cf26-btn--primary { transform: none; }

/* no sheen on any button (user request) */
.cfx .cf26-btn--primary::after,
.cfx .cf26-mock__btn--fill::after { content: none; animation: none; }

/* hero mock stays put (no cursor following) */
.cfx.cfx-go .cf26-mock { transform: rotateY(-4deg) rotateX(3deg); }

/* ---------- v8: hero mock grows into place (no tilt at any time) ---------- */
.cfx .cf26-hero__visual { perspective: none; }
.cfx .cf26-mock {
  opacity: 0;
  transform: scale(.55);
  clip-path: circle(0% at 50% 50%);
  transform-origin: 50% 55%;
  transition: opacity .35s ease .25s, transform 1.15s cubic-bezier(.2, .9, .25, 1.12) .25s, clip-path 1.05s cubic-bezier(.65, 0, .25, 1) .25s;
}
.cfx.cfx-go .cf26-mock { opacity: 1; transform: none; clip-path: circle(75% at 50% 50%); }
.cfx.cfx-settled .cf26-mock { clip-path: none; transform: none; }
/* soft halo that swells once behind the mock */
.cfx .cf26-hero__visual::before {
  content: ''; position: absolute; left: 50%; top: 50%; width: 120%; aspect-ratio: 1; z-index: 0; pointer-events: none;
  border-radius: 50%; transform: translate(-50%, -50%) scale(.2); opacity: 0;
  background: radial-gradient(closest-side, rgba(13, 179, 178, .28), rgba(13, 179, 178, 0) 70%);
}
.cfx.cfx-go .cf26-hero__visual::before { animation: cfx-halo 1.8s cubic-bezier(.2, .8, .2, 1) .2s forwards; }
@keyframes cfx-halo { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); } 45% { opacity: 1; } 100% { opacity: .55; transform: translate(-50%, -50%) scale(1); } }
.cfx .cf26-hero__visual { position: relative; }
.cfx .cf26-hero__visual > .cf26-mock { position: relative; z-index: 1; }
.cfx .cf26-float-review, .cfx .cf26-float-chip { z-index: 2; }
/* contents grow in one by one */
.cfx .cf26-mock__chrome > *,
.cfx .cf26-mock__hero > *,
.cfx .cf26-mock__card {
  opacity: 0; transform: scale(.4);
  transition: opacity .45s ease, transform .75s cubic-bezier(.2, .9, .3, 1.35);
  transition-delay: calc(var(--md, 0ms) + 350ms);
}
.cfx .cf26-mock__hero > .cf26-mock__line,
.cfx .cf26-mock__hero > .cf26-mock__kicker { transform: scaleX(0); transform-origin: 0 50%; transition-timing-function: ease, cubic-bezier(.65, 0, .25, 1); }
.cfx.cfx-go .cf26-mock__chrome > *,
.cfx.cfx-go .cf26-mock__hero > *,
.cfx.cfx-go .cf26-mock__card { opacity: 1; transform: none; }
.cfx .cf26-chart span { transition-delay: calc(var(--bd, 0ms) + 400ms); }

/* ---------- v10: everything grows up out of the ground (one soft settle, no wobble) ---------- */
.cfx .cf26-hero__visual::before { content: none; animation: none; }
.cfx .cf26-mock,
.cfx.cfx-go .cf26-mock,
.cfx.cfx-settled .cf26-mock { clip-path: none; transition: none; transform-origin: 50% 100%; }
.cfx .cf26-mock { opacity: 0; transform: none; }
.cfx.cfx-go .cf26-mock { animation: cfx-grow .95s cubic-bezier(.22, .8, .32, 1) .2s both; }

.cfx .cf26-mock__chrome > *,
.cfx .cf26-mock__hero > *,
.cfx .cf26-mock__card,
.cfx.cfx-go .cf26-mock__chrome > *,
.cfx.cfx-go .cf26-mock__hero > *,
.cfx.cfx-go .cf26-mock__card { transition: none; transform-origin: 50% 100%; }
.cfx .cf26-mock__chrome > *, .cfx .cf26-mock__hero > *, .cfx .cf26-mock__card { opacity: 0; transform: none; }
.cfx.cfx-go .cf26-mock__chrome > *,
.cfx.cfx-go .cf26-mock__hero > *,
.cfx.cfx-go .cf26-mock__card { animation: cfx-pop .7s cubic-bezier(.22, .8, .32, 1) both; animation-delay: calc(var(--md, 0ms) + 250ms); }
.cfx.cfx-go .cf26-mock__hero > .cf26-mock__line,
.cfx.cfx-go .cf26-mock__hero > .cf26-mock__kicker { transform-origin: 0 100%; }

.cfx.cfx-go .cf26-float-review { animation: cfx-pop .8s cubic-bezier(.22, .8, .32, 1) 1.55s both, cfx-floaty 6s ease-in-out 2.4s infinite; }
.cfx.cfx-go .cf26-float-chip { animation: cfx-pop .8s cubic-bezier(.22, .8, .32, 1) 1.75s both, cfx-floaty 7s ease-in-out 2.6s infinite reverse; }
.cfx .cf26-float-review, .cfx .cf26-float-chip { transform-origin: 50% 100%; }

@keyframes cfx-grow {
  0%   { opacity: 0; transform: translateY(40px) scale(.92, .08); }
  55%  { opacity: 1; transform: translateY(0) scale(1, 1.04); }
  100% { opacity: 1; transform: none; }
}
@keyframes cfx-pop {
  0%   { opacity: 0; transform: translateY(14px) scale(.94, .2); }
  60%  { opacity: 1; transform: translateY(0) scale(1, 1.06); }
  100% { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cfx .cf26-mock, .cfx .cf26-mock__chrome > *, .cfx .cf26-mock__hero > *, .cfx .cf26-mock__card, .cfx .cf26-float-review, .cfx .cf26-float-chip { animation: none !important; opacity: 1 !important; }
}

/* ==========================================================================
   "Trusted by" logo band — bold version (dark gradient band, logo tiles)
   Lives here because only the pages that carry the band load this file.
   ========================================================================== */
.cf26 .cf26-logos { position: relative; overflow: hidden; background: linear-gradient(115deg, #142233 0%, #1b2f44 55%, #123a47 100%); }
.cf26 .cf26-logos::before { content: ''; position: absolute; width: 520px; height: 520px; left: -160px; top: 50%; translate: 0 -50%; border-radius: 50%; background: radial-gradient(circle, rgba(13,179,178,.28), rgba(13,179,178,0) 65%); pointer-events: none; }
.cf26 .cf26-logos::after { content: ''; position: absolute; width: 300px; height: 300px; right: -90px; top: -120px; border-radius: 50%; border: 1.5px dashed rgba(127,240,238,.22); animation: cfx-logo-spin 40s linear infinite; pointer-events: none; }
@keyframes cfx-logo-spin { to { transform: rotate(360deg); } }
.cf26 .cf26-logos__inner { position: relative; z-index: 1; padding-block: clamp(40px, 5vw, 64px); gap: clamp(28px, 4vw, 64px); }
.cf26 .cf26-logos__label { flex: 0 0 250px; font-size: clamp(22px, 2vw, 27px); font-weight: 700; line-height: 1.2; letter-spacing: -.3px; color: #fff; font-family: var(--font-display, inherit); }
.cf26 .cf26-logos__label span { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7ff0ee; }
.cf26 .cf26-logos__label::after { content: ''; display: block; width: 44px; height: 3px; margin-top: 16px; border-radius: 3px; background: linear-gradient(90deg, #0db3b2, #7ff0ee); }
.cf26 .cf26-marquee { padding-block: 10px; }
.cf26 .cf26-marquee::before, .cf26 .cf26-marquee::after { display: none; }
.cf26 .cf26-marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%); }
.cf26 .cf26-marquee__set { gap: 20px; padding-right: 20px; }
.cf26 .cf26-marquee__set li { height: 92px; width: 210px; padding: 16px 24px; border-radius: 18px; background: #fff; box-shadow: 0 18px 36px -20px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.6); transition: transform .35s cubic-bezier(.22,.8,.3,1), box-shadow .35s ease; }
.cf26 .cf26-marquee__set li:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -18px rgba(13,179,178,.55); }
.cf26 .cf26-marquee__set img { max-width: 100%; }
@media (max-width: 767px) {
  .cf26 .cf26-logos__label { flex: 0 0 auto; font-size: 22px; }
  .cf26 .cf26-logos__label::after { margin-top: 12px; }
  .cf26 .cf26-marquee__set li { height: 74px; width: 160px; padding: 12px 18px; border-radius: 14px; }
  .cf26 .cf26-marquee__set { gap: 14px; padding-right: 14px; }
}
/* logo band: back to white (label size kept) */
.cf26 .cf26-logos { background: #fff; border-block: 1px solid var(--border, #e6ebef); }
.cf26 .cf26-logos::before { background: radial-gradient(circle, rgba(13,179,178,.10), rgba(13,179,178,0) 65%); }
.cf26 .cf26-logos::after { border-color: rgba(13,179,178,.18); }
.cf26 .cf26-logos__label { color: var(--navy, #182738); }
.cf26 .cf26-logos__label span { color: var(--teal-dark, #0a8f8e); }
.cf26 .cf26-marquee { padding-block: 16px; }
.cf26 .cf26-marquee__set li { border: 1px solid var(--border, #e6ebef); box-shadow: 0 16px 32px -22px rgba(24,39,56,.35); }
.cf26 .cf26-marquee__set li:hover { box-shadow: 0 22px 38px -20px rgba(13,179,178,.45); border-color: rgba(13,179,178,.4); }
/* logo band, round 3: plain logos, no boxes/lines/rings, compact */
.cf26 .cf26-logos { border-block: 0; }
.cf26 .cf26-logos::before, .cf26 .cf26-logos::after, .cf26 .cf26-logos__label::after { content: none; display: none; }
.cf26 .cf26-logos__inner { padding-block: 40px; }
.cf26 .cf26-marquee { padding-block: 0; }
.cf26 .cf26-marquee__set { gap: clamp(48px, 5vw, 76px); padding-right: clamp(48px, 5vw, 76px); }
.cf26 .cf26-marquee__set li, .cf26 .cf26-marquee__set li:hover { width: auto; height: 64px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; transform: none; }
@media (max-width: 767px) {
  .cf26 .cf26-logos__inner { padding-block: 32px; }
  .cf26 .cf26-marquee__set { gap: 40px; padding-right: 40px; }
  .cf26 .cf26-marquee__set li, .cf26 .cf26-marquee__set li:hover { width: auto; height: 52px; padding: 0; }
}
