/* Fuselio 2.0 — post-export polish layer */

/* ---------- display typeface: Clash Display (self-hosted) ---------- */
@font-face {
  font-family: "Clash Display";
  src: url("/assets/fonts/clash-display-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("/assets/fonts/clash-display-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("/assets/fonts/clash-display-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-family: "Clash Display", "Segoe UI", Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.015em;
}
/* explicit body face for all custom components — the template has a bodyless
   `font-family: Avertastd` rule with no @font-face that falls back to serif */
.fx-page, .fx-foot, .fx-est-panel, .fx-blog-cta, .fx-call,
.fx-related, .fx-explore, .fx-cat-row {
  font-family: Eudoxussans, "Segoe UI", Helvetica, Arial, sans-serif;
}
h1 { letter-spacing: -0.02em; }
/* display numerals share the face */
.fx-stat b,
.fx-tier-price b,
.fx-est-price b {
  font-family: "Clash Display", sans-serif;
  letter-spacing: -0.01em;
}
/* serif pull quotes and mono accents keep their own voices */
.fx2-pull { font-family: "PT Serif", Georgia, serif !important; }

/* ---------- ambient depth on dark canvases ---------- */
.fx-page {
  background-image:
    radial-gradient(900px 480px at 12% -8%, rgba(105, 56, 239, 0.14), transparent 60%),
    radial-gradient(700px 420px at 95% 12%, rgba(211, 253, 80, 0.05), transparent 55%);
}
.home-hero-section {
  background-image:
    radial-gradient(1000px 560px at 8% 0%, rgba(105, 56, 239, 0.16), transparent 60%),
    radial-gradient(800px 480px at 100% 30%, rgba(211, 253, 80, 0.05), transparent 55%);
}
.fx-call {
  background-image:
    radial-gradient(600px 300px at 85% 0%, rgba(105, 56, 239, 0.15), transparent 60%);
}

/* ---------- film grain (unifies every page, kills the flat-slab look) ---------- */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media print {
  body::after { display: none; }
}

/* ---------- blog reading experience (80 posts, white canvas) ---------- */
.rich-text-block {
  font-size: 17px;
  line-height: 1.75;
}
.rich-text-block p {
  margin-bottom: 1.35em;
}
.rich-text-block h2 {
  margin: 1.6em 0 0.6em;
  line-height: 1.25;
}
.rich-text-block h3 {
  margin: 1.4em 0 0.5em;
}
.rich-text-block img {
  border-radius: 14px;
  margin: 1.6em 0;
}
.rich-text-block ul,
.rich-text-block ol {
  margin: 1em 0 1.4em;
}
.rich-text-block li {
  margin-bottom: 0.45em;
}
.rich-text-block blockquote {
  border-left: 3px solid #6938ef;
  background: rgba(105, 56, 239, 0.05);
  border-radius: 0 10px 10px 0;
  padding: 14px 22px;
  font-style: italic;
  margin: 1.6em 0;
}
.rich-text-block a {
  text-decoration-color: rgba(105, 56, 239, 0.45);
  text-underline-offset: 3px;
}
.rich-text-block a:hover {
  color: #6938ef;
}

/* ---------- article template ---------- */
.fx-art-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 100000;
  background: transparent;
}
.fx-art-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #6938ef, #d3fd50);
}
.fx-art-head { max-width: 900px; }
.fx-art-head h1 { font-size: clamp(28px, 4vw, 42px); }
.fx-art-hero {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 16px;
  margin: 8px 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fx-art-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 720px);
  gap: 56px;
  justify-content: start;
}
@media (max-width: 900px) {
  .fx-art-grid { grid-template-columns: 1fr; gap: 8px; }
  .fx-art-rail { display: none; }
}
.fx-art-rail {
  position: sticky;
  top: 100px;
  align-self: start;
}
.fx-art-toc ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.fx-art-toc li a {
  display: block;
  padding: 6px 0 6px 16px;
  margin-left: -1px;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}
.fx-art-toc li a:hover { color: #fff; }
.fx-art-toc li a.on {
  color: #d3fd50;
  border-left-color: #d3fd50;
}
.fx-art-cta {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(211, 253, 80, 0.25);
  border-radius: 12px;
  background: rgba(211, 253, 80, 0.05);
}
.fx-art-cta p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 12px;
}
.fx-art-cta .fx-tier-cta {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 10px 14px;
}
.fx-art-body {
  color: rgba(255, 255, 255, 0.82);
}
.fx-art-body .rich-text-block h2,
.fx-art-body .rich-text-block h3,
.fx-art-body .rich-text-block h4 { color: #fff; scroll-margin-top: 110px; }
.fx-art-body .rich-text-block a { color: #d3fd50; text-decoration-color: rgba(211, 253, 80, 0.4); }
.fx-art-body .rich-text-block a:hover { color: #fff; }
.fx-art-body .rich-text-block blockquote {
  border-left-color: #d3fd50;
  background: rgba(211, 253, 80, 0.05);
  color: rgba(255, 255, 255, 0.85);
}
.fx-art-body .rich-text-block strong { color: #fff; }
.fx-art-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.fx-art-author img { border-radius: 50%; flex: none; }
.fx-art-author div { flex: 1; }
.fx-art-author b { display: block; color: #fff; font-size: 15px; }
.fx-art-author span { color: rgba(255, 255, 255, 0.55); font-size: 13px; }
.fx-art-author a { color: #d3fd50; font-size: 13px; text-decoration: none; }
.fx-art-related { margin-top: 56px; }
.fx-art-rel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.fx-art-rel {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.fx-art-rel:hover { border-color: rgba(211, 253, 80, 0.4); transform: translateY(-2px); }
.fx-art-rel h3 { color: #fff; font-size: 16px; line-height: 1.35; margin: 0; }

/* ---------- blog listing cards ---------- */
.fx-bgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.fx-bcard {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.fx-bcard:hover { border-color: rgba(211, 253, 80, 0.4); transform: translateY(-3px); }
.fx-bcard-img { aspect-ratio: 16/9; overflow: hidden; background: #241c3a; }
.fx-bcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.fx-bcard:hover .fx-bcard-img img { transform: scale(1.04); }
.fx-bcard-body { padding: 18px 20px 20px; }
.fx-bcard-body h3 { color: #fff; font-size: 17px; line-height: 1.35; margin: 8px 0; }
.fx-bcard-body p { color: rgba(255, 255, 255, 0.6); font-size: 13.5px; line-height: 1.55; margin: 0; }
.fx-bcard-big {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-top: 34px;
}
@media (max-width: 720px) { .fx-bcard-big { grid-template-columns: 1fr; } }
.fx-bcard-big .fx-bcard-img { aspect-ratio: auto; min-height: 280px; }
.fx-bcard-big .fx-bcard-body { padding: 30px; align-self: center; }
.fx-bcard-big h3 { font-size: 26px; }
.fx-cat-link.on { background: #d3fd50; border-color: #d3fd50; color: #181227; }

/* ---------- service landing pages: hero, logos, bento ---------- */
.fx-svc-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .fx-svc-hero { grid-template-columns: 1fr; gap: 28px; }
}
.fx-svc-hero h1 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
  margin: 14px 0 16px;
  text-align: left;
}
.fx-svc-hero .fx2-lede { font-size: 16px; }
.fx-svc-visual {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(400px 300px at 30% 20%, rgba(105, 56, 239, 0.22), transparent 65%),
    rgba(255, 255, 255, 0.03);
  padding: 18px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-svc-visual img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
}
.fx-svc-lottie {
  width: 100%;
  min-height: 320px;
}
/* infinite client marquee (reference: fuselioautomation.com, lime-ized) */
.fx-trusted {
  margin: 0;
  padding: 34px 0 38px;
  background: #14101f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fx-trusted > .fx2-eyebrow {
  display: block;
  text-align: center;
  margin: 0 0 22px;
}
.fx-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.fx-marquee-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: max-content;
  padding: 6px 0;
  animation: fx-scroll 38s linear infinite;
}
.fx-marquee:hover .fx-marquee-track {
  animation-play-state: paused;
}
.fx-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 66px;
  padding: 18px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.fx-marquee-item:hover {
  border-color: rgba(211, 253, 80, 0.45);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(211, 253, 80, 0.1);
}
.fx-marquee-item img {
  height: 30px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(1) brightness(1.35);
  transition: opacity 0.4s ease, filter 0.4s ease;
}
.fx-marquee-item:hover img {
  opacity: 1;
  filter: none;
}
@keyframes fx-scroll {
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .fx-marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .fx-marquee { mask-image: none; -webkit-mask-image: none; }
}

.fx-logostrip {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin: 44px 0 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fx-logostrip img {
  height: 26px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1) brightness(1.6);
  transition: opacity 0.2s ease;
}
.fx-logostrip img:hover { opacity: 1; }
.fx-stats.fx-svc-stats {
  max-width: none;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px 0 8px;
  text-align: left;
}
@media (max-width: 720px) {
  .fx-stats.fx-svc-stats { grid-template-columns: 1fr 1fr; }
}
.fx-svc-stats .fx-stat { text-align: left; }
.fx-bento-sec {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fx-bento-sec > h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  margin: 10px 0 26px;
  text-align: left;
  max-width: 640px;
}
.fx-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 900px) { .fx-bento { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fx-bento { grid-template-columns: 1fr; } }
.fx-bento-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  padding: 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fx-bento-card:hover {
  border-color: rgba(211, 253, 80, 0.35);
  transform: translateY(-2px);
}
.fx-bento-card:first-child {
  grid-column: span 2;
  background:
    radial-gradient(360px 200px at 15% 0%, rgba(105, 56, 239, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.04);
}
@media (max-width: 560px) { .fx-bento-card:first-child { grid-column: span 1; } }
.fx-bento-card h3 {
  color: #d3fd50;
  font-size: 16px;
  margin: 0 0 8px;
}
.fx-bento-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px;
}
/* numbered process steps (class added by JS) */
.fx-numbered > div { counter-reset: step; }
.fx-numbered .fx2-item h3::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  color: #d3fd50;
  font-size: 13px;
  margin-right: 12px;
}

/* ---------- contact form (extracted Webflow form, restyled) ---------- */
.fx-formwrap label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  display: block;
  margin: 14px 0 6px;
}
.fx-formwrap input[type="text"],
.fx-formwrap input[type="email"],
.fx-formwrap input[type="tel"],
.fx-formwrap input[type="number"],
.fx-formwrap select,
.fx-formwrap textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  margin-bottom: 6px;
}
.fx-formwrap input:focus,
.fx-formwrap textarea:focus,
.fx-formwrap select:focus {
  border-color: #d3fd50;
  outline: none;
}
.fx-formwrap ::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.fx-formwrap input[type="submit"] {
  background: #d3fd50;
  color: #181227;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 13px 26px;
  margin-top: 14px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.fx-formwrap input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(211, 253, 80, 0.4);
}
.fx-formwrap .w-form-done,
.fx-formwrap .w-form-fail {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: #fff;
  padding: 14px;
}

/* split action layout: text rail left, widget right, above the fold */
.fx-page-tight {
  padding-top: 118px;
}
.fx-split {
  display: grid;
  grid-template-columns: minmax(300px, 400px) 1fr;
  gap: 52px;
  align-items: start;
}
@media (max-width: 920px) {
  .fx-split { grid-template-columns: 1fr; gap: 28px; }
}
.fx2-head-sm h1 {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 10px;
}
.fx2-head-sm {
  margin-bottom: 8px;
}
.fx2-head-sm .fx2-lede {
  font-size: 15.5px;
}
.fx-split-rail .fx2-item {
  padding: 14px 0;
}
.fx-split-rail .fx2-item h3 { font-size: 15px; }
.fx-split-rail .fx2-item p { font-size: 13.5px; }
.fx-formcard {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 26px 28px 30px;
}

/* cal.com embed container */
.fx-cal-wrap {
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.fx-cal-wrap > div {
  min-height: 720px;
}

/* ---------- custom footer with giant wordmark ---------- */
.fx-foot {
  background: #100c1c;
  background-image:
    radial-gradient(800px 400px at 90% 0%, rgba(105, 56, 239, 0.12), transparent 60%);
  padding: 72px 5% 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fx-foot-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .fx-foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .fx-foot-top { grid-template-columns: 1fr; }
}
.fx-foot-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.65;
  max-width: 34ch;
  margin: 14px 0 20px;
}
.fx-foot-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.fx-foot-cta .fx-tier-cta,
.fx-foot-cta .fx2-ghost {
  font-size: 14px;
  padding: 11px 18px;
}
.fx-foot-mail {
  color: #d3fd50;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 13px;
  text-decoration: none;
}
.fx-foot-mail:hover { text-decoration: underline; }
.fx-foot-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fx-foot-col .fx2-eyebrow {
  margin-bottom: 12px;
}
.fx-foot-col a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  width: fit-content;
}
.fx-foot-col a:hover {
  color: #d3fd50;
}
.fx-foot-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 48px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.fx-foot-legal div {
  display: flex;
  gap: 20px;
}
.fx-foot-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.fx-foot-legal a:hover { color: #d3fd50; }
.fx-foot-mark {
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  font-size: clamp(88px, 17.5vw, 300px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: center;
  color: #fff;
  user-select: none;
  margin: 28px -2% -0.14em;
  white-space: nowrap;
}

/* ---------- scrollbar, on-brand ---------- */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #14101f;
}
::-webkit-scrollbar-thumb {
  background: #3a2f5c;
  border-radius: 6px;
  border: 3px solid #14101f;
}
::-webkit-scrollbar-thumb:hover {
  background: #6938ef;
}

/* crisper text rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* smooth in-page anchor scrolling, unless the visitor prefers reduced motion */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* balanced, non-orphaned headlines (progressive enhancement) */
h1, h2, h3 {
  text-wrap: balance;
}

/* keyboard-accessible focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #6938ef;
  outline-offset: 2px;
  border-radius: 2px;
}

/* brand-colored text selection */
::selection {
  background: #6938ef;
  color: #fff;
}

/* never let images overflow their containers */
img {
  max-width: 100%;
}

/* collapse empty CMS placeholder images (unbound Webflow fields) */
img.w-dyn-bind-empty {
  display: none !important;
}
.cs-wrapper.cs-hero-img:has(> img.w-dyn-bind-empty) {
  display: none;
}

/* hide the Webflow badge injected by webflow.js on the self-hosted build */
.w-webflow-badge {
  display: none !important;
}

/* nicer link transitions */
a {
  transition: color 0.15s ease, opacity 0.15s ease;
}

/* ---------- microinteractions ---------- */

/* buttons: lift on hover, press on click */
.w-button,
.green-button {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, filter 0.18s ease;
  will-change: transform;
}
.w-button:hover,
.green-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(105, 56, 239, 0.45);
  filter: brightness(1.04);
}
.w-button:active,
.green-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px -6px rgba(105, 56, 239, 0.4);
  transition-duration: 0.06s;
}

/* nav links: animated underline */
.w-nav-link {
  position: relative;
}
.w-nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.w-nav-link:hover::after,
.w-nav-link.w--current::after {
  transform: scaleX(1);
}

/* invisible bridge over the 16px gap between nav toggle and menu,
   so the pointer never "leaves" the dropdown while travelling down */
.w-dropdown-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

/* dropdown menu: soft fade + slide when opening */
.w-dropdown-list {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  display: block;
  visibility: hidden;
}
.w-dropdown-list.w--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.w-dropdown-link {
  transition: color 0.15s ease, background-color 0.15s ease, padding-left 0.18s ease;
}
.w-dropdown-link:hover {
  padding-left: 24px;
}

/* slider affordances */
.w-slider-mask {
  cursor: grab;
}
.w-slider-mask:active {
  cursor: grabbing;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.w-slider-arrow-left:hover {
  transform: translateX(-3px);
}
.w-slider-arrow-right:hover {
  transform: translateX(3px);
}
.w-slider-dot {
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.w-slider-dot:hover {
  transform: scale(1.3);
}

/* card-style link blocks: gentle lift */
.w-inline-block[href^="/blog/"],
.w-inline-block[href^="/case-studies/"],
.w-inline-block[href^="/services/"] {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.w-inline-block[href^="/blog/"]:hover,
.w-inline-block[href^="/case-studies/"]:hover,
.w-inline-block[href^="/services/"]:hover {
  transform: translateY(-4px);
}

/* animated gradient accent in the hero headline */
.fx-gradient {
  background: linear-gradient(90deg, #d3fd50, #a78bfa, #6938ef, #d3fd50);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: fx-gradient-shift 6s linear infinite;
}
@keyframes fx-gradient-shift {
  to { background-position: 300% 0; }
}

/* hero "agent console" strip */
.fx-terminal {
  display: inline-flex;
  align-items: center;
  margin: 18px 0 28px;
  padding: 10px 16px;
  border: 1px solid rgba(211, 253, 80, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.4;
  color: #d3fd50;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fx-terminal-prompt {
  color: rgba(255, 255, 255, 0.55);
  margin-right: 2px;
}
.fx-cursor {
  margin-left: 2px;
  animation: fx-blink 1s steps(1) infinite;
}
@keyframes fx-blink {
  50% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .fx-gradient { animation: none; }
  .fx-cursor { animation: none; }
}
@media (max-width: 479px) {
  .fx-terminal { font-size: 11px; padding: 8px 10px; }
}

/* blog category link row (de-orphans category pages) */
.fx-cat-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  max-width: 1080px;
  margin: 18px auto 0;
  padding: 0 24px;
}
.fx-cat-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
}
.fx-cat-link {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 5px 14px;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.fx-cat-link:hover {
  background: #d3fd50;
  border-color: #d3fd50;
  color: #181227;
}

/* discovery-call value section (lives inside the light modal card) */
.fx-call {
  background: #181227;
  border-radius: 14px;
  padding: 32px 24px 36px;
  margin: 4px 0 24px;
}
.fx-call-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.fx-call-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.fx-call-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.fx-call-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 22px;
}
.fx-call-card h3 {
  color: #d3fd50;
  margin: 0 0 8px;
  font-size: 17px;
}
.fx-call-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.fx-call-quote {
  margin: 32px auto 0;
  max-width: 640px;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
}
.fx-call-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* custom-built pages (/pricing, /about) — dark page body matching the site */
.fx-page {
  background: #181227;
  /* top padding clears the fixed navbar so headings never sit behind it */
  padding: 150px 24px 88px;
}

/* ---------- editorial layout v2 (industries, outsourcing, hub) ---------- */
.fx2-head {
  max-width: 820px;
  margin-bottom: 26px;
}
.fx2-eyebrow {
  display: block;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d3fd50;
  margin-bottom: 14px;
}
.fx2-head h1 {
  color: #fff;
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
  text-align: left;
}
.fx2-lede {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
  max-width: 58ch;
}
.fx2-section {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 44px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 820px) {
  .fx2-section { grid-template-columns: 1fr; gap: 18px; }
}
.fx2-section aside h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  text-align: left;
}
.fx2-item {
  padding: 20px 0;
  max-width: 62ch;
}
.fx2-item + .fx2-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fx2-item h3 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 6px;
}
.fx2-item p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.fx2-case {
  margin-top: 64px;
  padding: 36px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 760px;
}
.fx2-case h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 14px;
  text-align: left;
}
.fx2-case > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}
.fx2-pull {
  font-family: "PT Serif", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: #fff;
  border-left: 3px solid #d3fd50;
  padding: 4px 0 4px 22px;
  margin: 26px 0;
}
.fx2-pull cite {
  display: block;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 10px;
}
.fx2-case a.fx2-more {
  color: #d3fd50;
  font-weight: 600;
  text-decoration: none;
}
.fx2-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 64px;
  padding: 26px 30px;
  border: 1px solid rgba(211, 253, 80, 0.3);
  border-radius: 14px;
  background: rgba(211, 253, 80, 0.05);
}
.fx2-cta p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}
.fx2-cta div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.fx2-cta .fx-tier-cta {
  padding: 12px 22px;
}
.fx2-cta a.fx2-ghost {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 12px 22px;
  transition: border-color 0.15s ease;
}
.fx2-cta a.fx2-ghost:hover {
  border-color: #d3fd50;
}
.fx2-industry-link {
  display: block;
  text-decoration: none;
  padding: 26px 0;
}
.fx2-industry-link + .fx2-industry-link {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fx2-industry-link h3 {
  color: #fff;
  font-size: 21px;
  margin: 0 0 6px;
  transition: color 0.15s ease;
}
.fx2-industry-link:hover h3 {
  color: #d3fd50;
}
.fx2-industry-link p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 64ch;
}
.fx2-industry-link .fx2-metric {
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: #d3fd50;
  display: block;
  margin-top: 8px;
}

/* "keep exploring" strip on service pages */
.fx-explore {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  background: #181227;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 5%;
}
.fx-explore a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(211, 253, 80, 0.35);
  padding-bottom: 2px;
}
.fx-explore a:hover {
  color: #d3fd50;
}

/* in-content related-service callout (blog posts & case studies) */
.fx-related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(105, 56, 239, 0.07);
  border: 1px solid rgba(105, 56, 239, 0.25);
  border-left: 3px solid #6938ef;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 22px 0;
}
.fx-related span {
  font-weight: 600;
  color: inherit;
}
.fx-related a {
  color: #6938ef;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.fx-related a:hover {
  text-decoration: underline;
}

/* supplementary dark sections appended to service pages */
.fx-svc-extra {
  padding-top: 64px;
}
.fx-svc-h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
  font-size: clamp(24px, 3.4vw, 32px);
}

/* testimonials wall */
.fx-quotes {
  columns: 2;
  column-gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .fx-quotes { columns: 1; }
}
.fx-quote {
  break-inside: avoid;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: 24px;
  margin: 0 0 18px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fx-quote:hover {
  border-color: rgba(211, 253, 80, 0.4);
  transform: translateY(-2px);
}
.fx-quote-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #d3fd50;
  background: rgba(211, 253, 80, 0.1);
  border-radius: 14px;
  padding: 3px 10px;
  margin-bottom: 12px;
}
.fx-quote blockquote {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14.5px;
  line-height: 1.65;
}
.fx-quote figcaption b {
  display: block;
  color: #fff;
  font-size: 14px;
}
.fx-quote figcaption span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

/* comparison tables */
.fx-cmp-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 28px;
}
.fx-cmp {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.fx-cmp th {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fx-cmp th.fx-cmp-us {
  color: #d3fd50;
}
.fx-cmp td {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}
.fx-cmp tr:last-child td {
  border-bottom: none;
}
.fx-cmp-crit {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.fx-cmp td.fx-cmp-us {
  color: #fff;
  background: rgba(211, 253, 80, 0.06);
}
.fx-cmp-verdicts {
  margin-bottom: 8px;
}

/* animated stat counters (/about) */
.fx-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.fx-stat b {
  display: block;
  font-size: 44px;
  color: #d3fd50;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.fx-stat-l {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.fx-page-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.fx-page-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.fx-page-head h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 48px);
  margin: 0 0 16px;
}
.fx-lede {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}
.fx-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.fx-tier {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.fx-tier:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 253, 80, 0.45);
}
.fx-tier-popular {
  border-color: #d3fd50;
  background: rgba(211, 253, 80, 0.06);
}
.fx-tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #d3fd50;
  color: #181227;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
}
.fx-tier-name {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.fx-tier-price {
  margin: 12px 0;
}
.fx-tier-price span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.fx-tier-price b {
  font-size: 34px;
  color: #d3fd50;
}
.fx-tier p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
.fx-tier ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 22px;
  flex: 1;
}
.fx-tier li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  padding: 5px 0 5px 24px;
  position: relative;
}
.fx-tier li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d3fd50;
}
.fx-tier-cta {
  display: block;
  text-align: center;
  background: #d3fd50;
  color: #181227;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.fx-tier-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(211, 253, 80, 0.4);
}
.fx-page-note {
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  margin: 36px auto;
  max-width: 640px;
}
.fx-page-note a {
  color: #d3fd50;
}
.fx-faq {
  max-width: 720px;
  margin: 24px auto 0;
}
.fx-faq h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.fx-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.fx-faq-item h3 {
  color: #d3fd50;
  font-size: 16px;
  margin: 0 0 8px;
}
.fx-faq-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.fx-founder {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.fx-founder img {
  border-radius: 14px;
  flex: none;
}
.fx-founder > div {
  flex: 1;
  min-width: 260px;
}
.fx-founder h2 {
  color: #fff;
  margin: 0 0 12px;
}
.fx-founder p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.65;
}
.fx-founder-link {
  color: #d3fd50;
  text-decoration: none;
  font-size: 14px;
}
.fx-method h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}
.fx-page .fx-reveal,
.fx-page h1, .fx-page h2, .fx-page h3 {
  opacity: 1;
  transform: none;
}

/* /estimate calculator */
.fx-est {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 860px) {
  .fx-est { grid-template-columns: 1fr; }
}
.fx-est-q {
  margin-bottom: 26px;
}
.fx-est-q h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fx-est-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(211, 253, 80, 0.15);
  color: #d3fd50;
  font-size: 13px;
  flex: none;
}
.fx-est-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fx-est-opts button {
  font: inherit;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.fx-est-opts button:hover {
  border-color: rgba(211, 253, 80, 0.6);
  transform: translateY(-1px);
}
.fx-est-opts button.on {
  background: #d3fd50;
  border-color: #d3fd50;
  color: #181227;
  font-weight: 600;
}
.fx-est-panel {
  position: sticky;
  top: 96px;
  background: #0f0c1a;
  border: 1px solid rgba(211, 253, 80, 0.3);
  border-radius: 14px;
  padding: 24px;
}
.fx-est-prompt {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}
.fx-est-prompt span { color: #d3fd50; }
.fx-est-price span,
.fx-est-meta span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.fx-est-price b {
  font-size: 32px;
  color: #d3fd50;
  font-variant-numeric: tabular-nums;
}
.fx-est-meta {
  display: flex;
  gap: 28px;
  margin: 18px 0;
}
.fx-est-meta b {
  color: #fff;
  font-size: 17px;
}
.fx-est-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0 0 18px;
}
.fx-est-alt {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-decoration: none;
}
.fx-est-alt:hover { color: #d3fd50; }

/* /ai-stack-builder result cards */
.fx-st-tool {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.04);
}
.fx-st-tool b {
  color: #d3fd50;
  font-size: 15px;
}
.fx-st-tool p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
  margin: 4px 0 0;
}
.fx-st-custom {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 16px 0;
  padding-top: 14px;
}
.fx-st-custom span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.fx-st-custom p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 4px;
}

/* sticky estimate bar on blog posts */
.fx-blog-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 80px);
  display: flex;
  align-items: center;
  gap: 14px;
  background: #0f0c1a;
  border: 1px solid rgba(211, 253, 80, 0.35);
  border-radius: 40px;
  padding: 10px 12px 10px 20px;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
  max-width: calc(100vw - 32px);
  white-space: nowrap;
}
.fx-blog-cta-show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.fx-blog-cta span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.fx-blog-cta a {
  background: #d3fd50;
  color: #181227;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 22px;
  padding: 8px 18px;
}
.fx-blog-cta button {
  font: inherit;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  cursor: pointer;
  padding: 0 6px;
}
.fx-blog-cta button:hover { color: #fff; }
@media (max-width: 560px) {
  .fx-blog-cta span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fx-blog-cta { transition: none; }
}

/* hero secondary CTA (homepage) */
.fx-hero-alt {
  display: inline-block;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(211, 253, 80, 0.4);
  padding-bottom: 2px;
}
.fx-hero-alt:hover { color: #d3fd50; }

/* glass navbar once the page scrolls (class applied by fuselio-custom.js) */
.w-nav {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}
.w-nav.nav-scrolled {
  background-color: rgba(24, 18, 39, 0.82) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.55);
}

/* anchored sections shouldn't hide under the fixed nav */
[id] {
  scroll-margin-top: 90px;
}

/* blog & case-study card images: subtle zoom on card hover */
.blog-image-wrapper,
.featured-blog-image-wrapper {
  overflow: hidden;
}
.blog-thumbnail {
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover .blog-thumbnail,
.blog-image-wrapper:hover .blog-thumbnail,
.featured-blog-image-wrapper:hover .blog-thumbnail {
  transform: scale(1.04);
}

/* primary CTA: light sheen sweep on hover */
.green-button {
  position: relative;
  overflow: hidden;
}
.green-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
  pointer-events: none;
}
.green-button:hover::after {
  left: 120%;
}

/* scroll-reveal (class applied by fuselio-custom.js, IX2 elements excluded) */
.fx-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fx-reveal.fx-in {
  opacity: 1;
  transform: none;
}
/* conversion copy is never reveal-gated */
.fx-call .fx-reveal,
.fx-call h2,
.fx-call h3 {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .fx-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .w-button, .green-button, .w-nav-link::after, .w-dropdown-list {
    transition: none;
  }
}

/* ---------- service-page testimonial cards (round 2 restyle) ---------- */
.serv-testimonial .testimonial-slide-wrapper {
  background: #fff;
  border: 1px solid #e9e4f4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(24, 18, 39, 0.09);
  padding: 32px 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  font-family: Eudoxussans, Arial, sans-serif;
}
.serv-testimonial .pr-top {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid #efeaf8;
  padding-bottom: 16px;
}
.serv-testimonial .text-block-4.large {
  font-family: "Clash Display", Eudoxussans, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #6b4ee6;
  white-space: nowrap;
}
.serv-testimonial .sup-text {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #71698a;
}
.serv-testimonial .mid-contain-copy {
  position: relative;
}
.serv-testimonial .mid-contain-copy::before {
  content: "\201C";
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-size: 3.2rem;
  line-height: 0.55;
  color: #cdbdfd;
  margin: 10px 0 6px;
}
.serv-testimonial .testimonial-text.white {
  color: #3b3355 !important;
  font-size: 1rem;
  line-height: 1.65;
}
.serv-testimonial .testimonial-text.white strong {
  color: #181227;
}
.serv-testimonial .reviewer-block.left {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 6px;
}
.serv-testimonial .reviewer-image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.fx-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181227;
  color: #d3fd50;
  font-family: "Clash Display", Eudoxussans, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
}
.serv-testimonial .reviewer-name {
  color: #181227;
}
.serv-testimonial .reviewer-position {
  color: #71698a;
  font-size: 0.9rem;
}
.serv-testimonial .testimonial-absolute-block {
  display: none;
}

/* ---------- "Our Collaborative Approach" process grid ---------- */
.process .div-block-90 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.process .slider-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 28px;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease;
}
.process .slider-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.28);
}
.process .slider-card_top {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
}
.process .slider-card_top .heading-style-h1 {
  font-family: "Clash Display", Eudoxussans, Arial, sans-serif;
  font-size: 1.05rem !important;
  line-height: 1 !important;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #d3fd50;
  color: #181227;
  margin-bottom: 14px;
}
.process .slider-card:nth-child(3n + 2) .slider-card_top .heading-style-h1 {
  background: #cdbdfd;
}
.process .slider-card:nth-child(3n) .slider-card_top .heading-style-h1 {
  background: #f4a58d;
}
.process .heading-style-h2.step,
.process .slider-card_bottom h2 {
  font-size: 1.3rem !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}
.process .paragraph-3.step {
  font-size: 0.96rem !important;
  line-height: 1.6 !important;
  color: #6f6788 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .process .div-block-90 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .process .div-block-90 {
    grid-template-columns: 1fr;
  }
}

/* ---------- bottom conversion band on service pages ---------- */
.fx-svc-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 55% at 88% -8%, rgba(107, 78, 230, 0.32), transparent 62%),
    radial-gradient(ellipse 42% 48% at 8% 108%, rgba(107, 78, 230, 0.18), transparent 60%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #171126, #221740);
  background-size: auto, auto, 56px 56px, 56px 56px, auto;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 96px 5% 90px;
  text-align: center;
}
.fx-svc-cta::before {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -65%;
  height: 120%;
  background: radial-gradient(ellipse at 50% 100%, rgba(211, 253, 80, 0.2), transparent 62%);
  pointer-events: none;
}
.fx-svc-cta-in {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.fx-svc-cta .fx-tier-cta {
  box-shadow: 0 10px 40px rgba(211, 253, 80, 0.28);
}
.fx-svc-cta h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  margin: 16px 0 18px;
}
.fx-svc-cta p {
  color: #b9b3cc;
  font-family: Eudoxussans, Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 32px;
}
.fx-svc-cta .fx-foot-cta {
  justify-content: center;
}
.fx-svc-cta-proof {
  display: block;
  margin-top: 28px;
  color: #8d85a8;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ---------- custom navbar (replaces Webflow w-nav) ---------- */
.fx-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  background: #181227;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.fx-nav.nav-scrolled {
  background: rgba(24, 18, 39, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.55);
}
.fx-nav-in {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 24px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.fx-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.fx-nav-mark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(90deg, #cdbdfd 0 50%, #d3fd50 50% 100%);
  flex-shrink: 0;
}
.fx-nav-logo img {
  height: 30px;
  width: auto;
  filter: hue-rotate(49deg); /* template's .hue — turns the blue wordmark brand-purple */
}
.fx-nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fx-nav-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: Eudoxussans, "Segoe UI", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 14px;
}
.fx-nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 1px;
  background: #d3fd50;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fx-nav-link:hover::after {
  transform: scaleX(1);
}
.fx-nav-drop {
  position: relative;
}
.fx-nav-drop > .fx-nav-link .fx-nav-chev {
  display: inline-block;
  margin-left: 6px;
  border: solid #fff;
  border-width: 0 1.6px 1.6px 0;
  padding: 2.6px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.fx-nav-drop:hover > .fx-nav-link .fx-nav-chev {
  transform: rotate(225deg) translateY(-2px);
  border-color: #d3fd50;
}
.fx-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  padding-top: 14px; /* hover bridge — no dead gap */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.fx-nav-drop:hover .fx-nav-menu,
.fx-nav-drop:focus-within .fx-nav-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.fx-nav-menu-in {
  background: #1d1530;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.fx-nav-menu-in a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-family: Eudoxussans, "Segoe UI", Arial, sans-serif;
  font-size: 14.5px;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}
.fx-nav-menu-in a:hover {
  background: rgba(211, 253, 80, 0.1);
  color: #d3fd50;
}
.fx-nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.fx-nav-cta .fx-tier-cta {
  padding: 12px 20px;
  font-size: 14.5px;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.fx-nav-cta .fx-tier-cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
  pointer-events: none;
}
.fx-nav-cta .fx-tier-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(211, 253, 80, 0.5);
  filter: brightness(1.04);
}
.fx-nav-cta .fx-tier-cta:hover::after {
  left: 120%;
}
.fx-nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 9px 8px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.fx-nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.fx-nav.menu-open .fx-nav-burger span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.fx-nav.menu-open .fx-nav-burger span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.fx-nav-mobile {
  display: none;
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 91px);
  height: calc(100dvh - 91px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #14101f;
  padding: 28px 24px 48px;
}
/* backdrop-filter on the scrolled nav makes it the containing block for the
   fixed panel on mobile engines — drop the blur while the menu is open */
.fx-nav.menu-open,
.fx-nav.menu-open.nav-scrolled {
  background: #14101f;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.fx-nav.menu-open .fx-nav-mobile {
  display: block;
}
.fx-nav-mobile a {
  display: block;
  color: #fff;
  font-family: Eudoxussans, "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.fx-nav-mobile .fx-nav-mgroup a {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  border-bottom: none;
}
.fx-nav-mobile .fx2-eyebrow {
  margin: 26px 0 4px;
}
.fx-nav-mobile .fx-tier-cta {
  display: block;
  text-align: center;
  margin-top: 28px;
  background: #d3fd50;
  color: #181227; /* .fx-nav-mobile a sets #fff — pin the dark text */
  border-bottom: none;
}
@media (max-width: 991px) {
  .fx-nav-links { display: none; }
  .fx-nav-burger { display: flex; }
  .fx-nav-in { height: 84px; }
  .fx-nav-mobile { top: 84px; }
  .fx-nav-cta .fx-tier-cta { display: none; }
}

/* lime links are unreadable on light sections — homepage static testimonials */
.fx-thome .fx-page-note a {
  color: #6b4ee6;
  text-decoration: underline;
}

/* ---------- unified FAQ accordion (site-wide) ---------- */
.fx-faqs-sec {
  background: #181227;
  padding: 78px 5% 84px;
}
details.fx-qa {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
details.fx-qa[open] {
  border-color: rgba(211, 253, 80, 0.35);
}
.fx-qa summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 17px 20px;
  color: #fff;
  font-family: Eudoxussans, "Segoe UI", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
}
.fx-qa summary::-webkit-details-marker {
  display: none;
}
.fx-qa-i {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(211, 253, 80, 0.12);
  position: relative;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.25s ease;
}
.fx-qa-i::before,
.fx-qa-i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #d3fd50;
  transform: translate(-50%, -50%);
}
.fx-qa-i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
details.fx-qa[open] .fx-qa-i {
  transform: rotate(45deg);
  background: rgba(211, 253, 80, 0.22);
}
.fx-qa-a {
  padding: 0 20px 18px;
}
.fx-qa-a p {
  color: rgba(255, 255, 255, 0.72);
  font-family: Eudoxussans, "Segoe UI", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.68;
  margin: 0;
}
.fx-qa-a a {
  color: #d3fd50;
}

/* ---------- homepage static testimonial grid ---------- */
.fx-tstatic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .fx-tstatic { grid-template-columns: 1fr; }
}

/* ---------- estimate: secondary range line under the from-price ---------- */
.fx-est-hi {
  display: block;
  margin-top: 6px;
  color: #8d85a8;
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

/* ---------- industries hub card grid ---------- */
.fx-igrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.fx-icard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.fx-icard:hover {
  transform: translateY(-5px);
  border-color: rgba(211, 253, 80, 0.35);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}
.fx-icard .fx2-eyebrow {
  margin: 0;
  color: #d3fd50;
}
.fx-icard h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
}
.fx-icard p {
  color: #b9b3cc;
  font-family: Eudoxussans, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 991px) {
  .fx-igrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .fx-igrid { grid-template-columns: 1fr; }
}

/* ---------- case-study detail hero + listing filters ---------- */
.fx-case-hero {
  margin: 38px 0 4px;
  padding: 26px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}
.fx-case-hero img {
  max-width: 100%;
  width: auto;
  border-radius: 10px;
  display: inline-block;
}
#fx-cs-filters .fx-cat-link {
  cursor: pointer;
}

/* ---------- case-study listing cards + fx2-page marquee inset ---------- */
.cs-cards-section .featured-blog-wrapper {
  border: 1px solid #e9e4f4;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.cs-cards-section .featured-blog-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(24, 18, 39, 0.12);
  border-color: #cdbdfd;
}
.cs-cards-section .blog-thumbnail {
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cs-cards-section .featured-blog-wrapper:hover .blog-thumbnail {
  transform: scale(1.04);
}
.fx-page-inner .fx-trusted {
  margin: 40px 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

/* ---------- "Services Offered" cards on service pages ---------- */
.features-grid._2 .feature-card-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  padding: 34px 30px;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.features-grid._2 .feature-card-wrapper:hover {
  transform: translateY(-6px);
  border-color: rgba(211, 253, 80, 0.35);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.35);
}
.features-grid._2 .feature-icon {
  border-radius: 14px;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.features-grid._2 .feature-card-wrapper:hover .feature-icon {
  transform: scale(1.07) rotate(-2deg);
}
.features-grid._2 .features-paragraph {
  color: #c5bfd8;
}
