.feature-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center bottom;
  background: rgba(17, 13, 10, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(188, 160, 106, 0.1);
}

.light .feature-card {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(188, 160, 106, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  box-shadow: 0 20px 40px -10px rgba(188, 160, 106, 0.2);
  border-color: rgba(188, 160, 106, 0.5);
  transform: translateY(-8px);
}

.feature-icon-wrapper {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(8deg);
  background-color: var(--color-primary-600);
  color: white;
  box-shadow: 0 0 20px rgba(188, 160, 106, 0.4);
}

.light .feature-icon-wrapper {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-200);
  color: var(--color-primary-600);
}

.feature-list-item {
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.light .feature-list-item {
  border-color: rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.02);
}

.feature-card:hover .feature-list-item {
  border-color: rgba(188, 160, 106, 0.2);
}

.feature-list-item:hover {
  background: rgba(188, 160, 106, 0.1);
  transform: translateX(8px);
  border-color: rgba(188, 160, 106, 0.4);
}

.feature-list-item svg {
  transition: transform 0.3s ease;
}

.feature-list-item:hover svg {
  transform: scale(1.2);
  color: var(--color-primary-400);
}

.features-hero-gradient {
  background: radial-gradient(circle at top right, rgba(188, 160, 106, 0.15), transparent 40%),
              radial-gradient(circle at bottom left, rgba(188, 160, 106, 0.1), transparent 40%);
}

.light .features-hero-gradient {
  background: radial-gradient(circle at top right, rgba(188, 160, 106, 0.08), transparent 50%),
              radial-gradient(circle at bottom left, rgba(188, 160, 106, 0.05), transparent 50%);
}

.feature-accent-line {
  height: 2px;
  width: 60px;
  background: linear-gradient(90deg, var(--color-primary-600), transparent);
  transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal.revealed .feature-accent-line {
  width: 100%;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.light .glass-panel {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.delay-100 { animation-delay: 100ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-400 { animation-delay: 400ms; }
.delay-500 { animation-delay: 500ms; }
.delay-600 { animation-delay: 600ms; }


.hero-gradient-text {
  background: linear-gradient(135deg, #bca06a 0%, #e8ba60 50%, #bca06a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}



:root {
  --features-py: 1rem;
}

@media (min-width: 640px) {
  :root {
    --features-py: 1rem;
  }
}

@media (min-width: 768px) {
  :root {
    --features-py: 2rem;
  }
}

@media (min-width: 2000px) {
  :root {
    --features-py: 3rem;
  }
}

.features-section-py {
  padding-top: var(--features-py);
 
}

footer.features-section-py {
  padding-bottom: 3rem;
}

#hero {
  min-height: auto;
  height: auto;
}

@media (min-width: 768px) {
  #hero {
    min-height: 100svh;
  }
}

#hero .features-hero-bg-stack {
  height: 100%;
}

.features-hero-parallax {
  height: 100%;
}

@media (min-width: 768px) {
  .features-hero-parallax {
    height: 120%;
    top: -10%;
  }
}

@media (max-width: 767px) {
  #hero .features-hero-inner {
    padding-top: 5.25rem;
    padding-bottom: 2rem;
  }

  .features-hero-mobile-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 11.5rem;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 10;
  }

  #hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(1.65rem, 7.5vw, 2.25rem);
    line-height: 1.15;
  }

  #hero .features-hero-lede {
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  #features-hero-pills {
    margin-top: 1rem;
  }

  #features-hero-ticker {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }

  #hero .features-hero-actions {
    margin-top: 1.25rem;
    gap: 0.75rem;
  }

  #hero .features-hero-actions .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9375rem;
  }
}

.parallax-bg {
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.features-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

html.dark .features-hero-parallax img {
  filter: grayscale(1);
}

:root.light .features-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(250, 248, 244, 0.9) 0%,
    rgba(250, 248, 244, 0.6) 50%,
    rgba(250, 248, 244, 1) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

:root.light #hero {
  background-color: #faf8f4;
}

html.dark #hero {
  background-color: #000;
}

:root.light #hero h1,
:root.light #hero .text-gray-400 {
  color: #3d3428;
}

:root.light #hero .text-gray-500 {
  color: #6b5f4f;
}

.grain-overlay::before {
  content: "";
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  animation: grain 8s steps(10) infinite;
  pointer-events: none;
  z-index: 5;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-2%, -2%); }
  30% { transform: translate(2%, -4%); }
  50% { transform: translate(-4%, 2%); }
  70% { transform: translate(4%, 4%); }
  90% { transform: translate(-2%, 2%); }
}

.mouse-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(188, 160, 106, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
}



.features-hero-pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #d49033;
  box-shadow: 0 0 0 0 rgba(212, 144, 51, 0.55);
  animation: features-hero-pulse 2s ease-out infinite;
}

@keyframes features-hero-pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 144, 51, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(212, 144, 51, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 144, 51, 0); }
}

.features-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8ba60;
  border: 1px solid rgba(212, 144, 51, 0.35);
  background: rgba(24, 20, 16, 0.55);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}

.features-hero-pill:hover,
.features-hero-pill.is-active {
  transform: translateY(-2px);
  border-color: rgba(212, 144, 51, 0.75);
  background: rgba(212, 144, 51, 0.12);
  box-shadow: 0 8px 24px rgba(212, 144, 51, 0.15);
}

:root.light .features-hero-pill {
  color: #9a6b1f;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(154, 107, 31, 0.3);
}

:root.light .features-hero-pill:hover,
:root.light .features-hero-pill.is-active {
  background: rgba(212, 144, 51, 0.1);
  border-color: rgba(154, 107, 31, 0.55);
}

#features-hero-ticker-text {
  display: inline-block;
  margin-left: 0.35rem;
  color: #e8ba60;
}

:root.light #features-hero-ticker-text {
  color: #9a6b1f;
}

.features-hero-tilt {
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
}

.features-hero-image {
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.features-hero-glow {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#features-hero-visual:hover .features-hero-glow {
  opacity: 1;
  transform: scale(1.03);
}

.features-hero-chip {
  position: absolute;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f5e6c8;
  background: rgba(12, 10, 8, 0.72);
  border: 1px solid rgba(212, 144, 51, 0.45);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  animation: features-hero-float 5s ease-in-out infinite;
}

.features-hero-chip-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #d49033;
  box-shadow: 0 0 8px rgba(212, 144, 51, 0.8);
}

.features-hero-chip-a {
  top: 12%;
  left: -2%;
  animation-delay: 0s;
}

.features-hero-chip-b {
  top: 48%;
  right: -3%;
  animation-delay: -1.6s;
}

.features-hero-chip-c {
  bottom: 14%;
  left: 8%;
  animation-delay: -3.2s;
}

@keyframes features-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

:root.light .features-hero-chip {
  color: #5c4218;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(154, 107, 31, 0.4);
}

.features-hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 186, 96, 0.75);
  transition: color 0.2s ease, transform 0.2s ease;
}

@media (min-width: 768px) {
  .features-hero-scroll {
    display: inline-flex;
  }
}

.features-hero-scroll svg {
  width: 1.25rem;
  height: 1.25rem;
  animation: features-hero-bounce 2s ease-in-out infinite;
}

.features-hero-scroll:hover {
  color: #e8ba60;
  transform: translateX(-50%) translateY(2px);
}

@keyframes features-hero-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

:root.light .features-hero-scroll {
  color: rgba(154, 107, 31, 0.75);
}

:root.light .features-hero-scroll:hover {
  color: #9a6b1f;
}

@media (prefers-reduced-motion: reduce) {
  .features-hero-pulse,
  .features-hero-chip,
  .features-hero-scroll svg {
    animation: none;
  }

  .features-hero-tilt,
  .features-hero-image {
    transform: none !important;
  }
}

@media (min-width: 2000px) {
  .features-hero-pill {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .features-hero-chip {
    font-size: 0.82rem;
    padding: 0.6rem 1.1rem;
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.perspective-1000 {
  perspective: 1000px;
}

.features-visual-grid > div {
  position: relative;
}

.features-visual-grid > div::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(188, 160, 106, 0.2), transparent);
}

.features-visual-grid > div:last-child::after {
  display: none;
}


.cta-grid-bg {
            background-image:
              linear-gradient(rgba(188, 160, 106, 0.045) 1px, transparent 1px),
              linear-gradient(90deg, rgba(188, 160, 106, 0.045) 1px, transparent 1px);
            background-size: 48px 48px;
            animation: ctaGridPulse 8s ease-in-out infinite;
          }
          @keyframes ctaGridPulse {
            0%,
            100% {
              opacity: 0.6;
            }
            50% {
              opacity: 1;
            }
          }
          .cta-orb-a {
            animation: ctaOrbA 14s ease-in-out infinite alternate;
            background: radial-gradient(
              circle,
              rgba(188, 160, 106, 0.18) 0%,
              rgba(188, 160, 106, 0.04) 55%,
              transparent 75%
            );
          }
          .cta-orb-b {
            animation: ctaOrbB 18s ease-in-out infinite alternate;
            background: radial-gradient(
              circle,
              rgba(188, 160, 106, 0.12) 0%,
              rgba(80, 50, 10, 0.05) 55%,
              transparent 75%
            );
          }
          .cta-orb-c {
            animation: ctaOrbC 11s ease-in-out infinite alternate;
            background: radial-gradient(circle, rgba(188, 160, 106, 0.08) 0%, transparent 70%);
          }
          @keyframes ctaOrbA {
            0% {
              transform: translate(0, 0) scale(1);
            }
            100% {
              transform: translate(-40px, 30px) scale(1.12);
            }
          }
          @keyframes ctaOrbB {
            0% {
              transform: translate(0, 0) scale(1);
            }
            100% {
              transform: translate(50px, -40px) scale(1.08);
            }
          }
          @keyframes ctaOrbC {
            0% {
              transform: translate(0, 0) scale(1);
            }
            100% {
              transform: translate(-20px, 20px) scale(0.9);
            }
          }
          .cta-beam-ray {
            position: absolute;
            top: -30%;
            left: -20%;
            width: 60%;
            height: 200%;
            background: linear-gradient(
              105deg,
              transparent 40%,
              rgba(188, 160, 106, 0.04) 48%,
              rgba(188, 160, 106, 0.09) 50%,
              rgba(188, 160, 106, 0.04) 52%,
              transparent 60%
            );
            animation: ctaBeamSweep 9s ease-in-out infinite;
          }
          @keyframes ctaBeamSweep {
            0% {
              transform: translateX(-10%);
              opacity: 0;
            }
            20% {
              opacity: 1;
            }
            80% {
              opacity: 1;
            }
            100% {
              transform: translateX(230%);
              opacity: 0;
            }
          }
          .cta-geo-hex {
            animation: ctaGeoSpin 60s linear infinite;
            transform-origin: center;
          }
          @keyframes ctaGeoSpin {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
        

        .footer-orb {
          animation: ftOrbPulse 14s ease-in-out infinite alternate;
        }
        .footer-orb-l {
          animation-duration: 19s;
          animation-delay: -5s;
        }
        .footer-orb-r {
          animation-duration: 22s;
          animation-delay: -11s;
        }
        @keyframes ftOrbPulse {
          0% {
            transform: scale(1) translateY(0px);
          }
          50% {
            transform: scale(1.08) translateY(-18px);
          }
          100% {
            transform: scale(0.95) translateY(10px);
          }
        }
        .footer-orb-main {
          animation-name: ftOrbMain;
        }
        @keyframes ftOrbMain {
          0% {
            transform: translateX(-50%) scale(1) translateY(0px);
          }
          50% {
            transform: translateX(-50%) scale(1.06) translateY(-20px);
          }
          100% {
            transform: translateX(-50%) scale(0.97) translateY(8px);
          }
        }
        .footer-shield {
          animation: ftShieldSpin 120s linear infinite;
          transform-origin: center;
        }
        :root.light .footer-shield {
          opacity: 0.045;
        }
        @keyframes ftShieldSpin {
          from {
            transform: rotate(0deg);
          }
          to {
            transform: rotate(360deg);
          }
        }
        .footer-topline {
          background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(188, 160, 106, 0.5) 25%,
            rgba(188, 160, 106, 0.85) 50%,
            rgba(188, 160, 106, 0.5) 75%,
            transparent 100%
          );
        }
        :root.light .footer-topline {
          background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(156, 128, 76, 0.4) 25%,
            rgba(156, 128, 76, 0.7) 50%,
            rgba(156, 128, 76, 0.4) 75%,
            transparent 100%
          );
        }
        :root.light .footer-orb-main {
          background: radial-gradient(
            circle,
            rgba(188, 160, 106, 0.11) 0%,
            rgba(188, 160, 106, 0.03) 45%,
            transparent 70%
          ) !important;
        }
        :root.light .footer-orb-l,
        :root.light .footer-orb-r {
          background: radial-gradient(
            circle,
            rgba(188, 160, 106, 0.06) 0%,
            transparent 70%
          ) !important;
        }
        :root.light #footer-aurora {
          opacity: 0.2;
        }
        .footer-ember {
          position: absolute;
          border-radius: 50%;
          background: rgba(188, 160, 106, 0.7);
          box-shadow: 0 0 6px 2px rgba(188, 160, 106, 0.4);
          animation: ftEmberRise linear infinite;
          pointer-events: none;
        }
        :root.light .footer-ember {
          background: rgba(156, 128, 76, 0.5);
          box-shadow: 0 0 4px 1px rgba(156, 128, 76, 0.3);
        }
        @keyframes ftEmberRise {
          0% {
            transform: translateY(0) translateX(0) scale(1);
            opacity: 0;
          }
          10% {
            opacity: 1;
          }
          80% {
            opacity: 0.6;
          }
          100% {
            transform: translateY(-320px) translateX(var(--drift)) scale(0.3);
            opacity: 0;
          }
        }



:root {
  --fcx-gold: 188, 160, 106;
  --fcx-gold-bright: 232, 186, 96;
  --fcx-radius: 1.5rem;
  --fcx-ease: cubic-bezier(0.16, 1, 0.3, 1);
}


.fcx-eyebrow,
.fcx-title,
.fcx-rule,
.fcx-lede {
  opacity: 0;
  transform: translateY(24px);
}

.fcx-header.fcx-ready .fcx-eyebrow,
.fcx-header.fcx-ready .fcx-title,
.fcx-header.fcx-ready .fcx-rule,
.fcx-header.fcx-ready .fcx-lede {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fcx-eyebrow,
  .fcx-title,
  .fcx-rule,
  .fcx-lede {
    opacity: 1 !important;
    transform: none !important;
  }
}


.fcx-stage {
  position: relative;
  padding: 0 0 1rem;
}

.fcx-swiper {
  width: 100%;
  padding: 3.5rem 0 4.5rem;
  overflow: visible !important; 
}

.fcx-swiper .swiper-wrapper {
  align-items: stretch;
}

.fcx-slide {
  height: auto;
  transition: opacity 0.55s var(--fcx-ease), filter 0.55s var(--fcx-ease);
  opacity: 1;
  filter: saturate(1);
}

.fcx-slide.swiper-slide-active {
  opacity: 1;
  filter: saturate(1);
  z-index: 2;
}

.fcx-slide .fcx-card {
  transform: none;
  transform-origin: center center;
}

.fcx-slide.swiper-slide-prev .fcx-card,
.fcx-slide.swiper-slide-next .fcx-card {
  transform: none;
}

.fcx-slide.swiper-slide-active .fcx-card {
  transform: none;
}

.fcx-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--fcx-radius);
  overflow: hidden;
  background: rgba(17, 13, 10, 0.6);
  border: 1px solid rgba(var(--fcx-gold), 0.14);
  backdrop-filter: blur(2px);
  transition: transform 0.45s var(--fcx-ease), border-color 0.45s ease, box-shadow 0.45s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.light .fcx-card {
  background: #0e0b08;
  border: 1px solid rgba(188, 140, 60, 0.4);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(188, 140, 60, 0.15);
}

@media (hover: hover) and (pointer: fine) {
  .fcx-slide .fcx-card:hover,
  .fcx-card:hover {
    border-color: rgba(var(--fcx-gold), 0.75);
    box-shadow: 0 24px 50px -16px rgba(var(--fcx-gold), 0.45);
    transform: translateY(-8px) !important;
  }
  .fcx-slide .fcx-card:hover .fcx-card-icon,
  .fcx-card:hover .fcx-card-icon {
    transform: scale(1.1) rotate(-4deg);
  }
}

.fcx-card:focus-visible {
  outline: 2px solid var(--color-primary-500, #bca06a);
  outline-offset: 3px;
}

.fcx-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 0 1px rgba(var(--fcx-gold-bright), 0.35), 0 0 34px 4px rgba(var(--fcx-gold-bright), 0.16);
}

.fcx-slide.swiper-slide-active .fcx-glow {
  opacity: 1;
  animation: fcxGlowPulse 3.2s ease-in-out infinite;
}

@keyframes fcxGlowPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(var(--fcx-gold-bright), 0.3), 0 0 28px 2px rgba(var(--fcx-gold-bright), 0.14); }
  50%      { box-shadow: 0 0 0 1px rgba(var(--fcx-gold-bright), 0.55), 0 0 44px 8px rgba(var(--fcx-gold-bright), 0.26); }
}


.fcx-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    rgba(var(--fcx-gold), 0.08) 8%,
    rgba(var(--fcx-gold), 0.18) 18%,
    rgba(var(--fcx-gold), 0.08) 33%
  );
  background-size: 200% 100%;
}

.fcx-media.is-loading {
  animation: fcxSkeleton 1.4s ease-in-out infinite;
}

@keyframes fcxSkeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.fcx-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.6s ease, transform 1s var(--fcx-ease);
}

.fcx-media img.is-loaded {
  opacity: 1;
}

.fcx-slide.swiper-slide-active .fcx-media img.is-loaded {
  transform: scale(1.02);
}

@media (hover: hover) and (pointer: fine) {
  .fcx-card:hover .fcx-media img {
    transform: scale(1.12);
  }
}

.fcx-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(11, 14, 18, 0) 45%, rgba(11, 14, 18, 0.88) 100%);
}

.light .fcx-scrim {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.94) 100%);
  width: 100%;
  height: 100vh;
}


.fcx-caption {
  padding: 1.25rem 1.5rem 1.5rem;
}

.fcx-caption-title {
  color: #f6f2ea;
  margin-bottom: 0.15rem;
}

.fcx-caption-copy {
  color: rgba(175, 167, 155, 0.95);
}


.fcx-progress {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  width: min(320px, 60%);
  height: 3px;
  border-radius: 999px;
  background: rgba(var(--fcx-gold), 0.15);
  overflow: hidden;
}

.fcx-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--fcx-gold), 0.9), rgba(var(--fcx-gold-bright), 1));
  transition: width linear;
}


.fcx-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.25rem;
}

.fcx-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(var(--fcx-gold), 0.3);
  background: rgba(var(--fcx-gold), 0.06);
  color: #e7dcc6;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s var(--fcx-ease);
}

.light .fcx-nav {
  color: #6e4b19;
  background: rgba(var(--fcx-gold), 0.08);
}

.fcx-nav svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.3s ease;
}

.fcx-nav:hover {
  transform: scale(1.08);
}

.fcx-nav:hover svg {
  transform: scale(1.2);
}

.fcx-nav:active { transform: scale(0.96); }

.fcx-nav:focus-visible {
  outline: 2px solid var(--color-primary-500, #bca06a);
  outline-offset: 3px;
}

.fcx-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.fcx-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto !important;
}

.fcx-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  background: rgba(var(--fcx-gold), 0.35);
  opacity: 1;
  border-radius: 999px;
  transition: width 0.3s var(--fcx-ease), background 0.3s ease;
}

.fcx-pagination .swiper-pagination-bullet-active {
  width: 1.6rem;
  background: linear-gradient(90deg, rgba(var(--fcx-gold), 1), rgba(var(--fcx-gold-bright), 1));
}



.fcx-coverflow-viewport {
  perspective: 1400px;
  position: relative;
  height: 460px;
  
}

.fcx-coverflow-track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.fcx-coverflow-item {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 280px !important;
  height: 290px !important;
  margin-left: -140px !important;
  margin-top: -145px !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), top 0.4s cubic-bezier(0.25, 1, 0.5, 1), scale 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, background 0.4s ease, border-color 0.4s ease !important;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

@media (max-width: 640px) {
  .fcx-coverflow-item {
    width: 250px !important;
    height: 270px !important;
    margin-left: -125px !important;
    margin-top: -135px !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  #features-grid .fcx-coverflow-item:hover {
    top: calc(50% - 6px) !important;
    scale: 1.06;
    opacity: 1 !important;
    filter: blur(0) !important;
    border-color: #d49033 !important;
    background: #181410 !important;
    box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 144, 51, 0.38) !important;
  }

  #features-grid .fcx-coverflow-item:hover .fcx-coverflow-title,
  #features-grid .fcx-coverflow-item:hover .fcx-coverflow-sub {
    color: #fbbf24 !important;
  }

  #features-grid .fcx-coverflow-item:hover .fcx-benefit-icon-wrapper {
    background: #d49033 !important;
    border-color: transparent !important;
    color: #181410 !important;
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 0 20px rgba(212, 144, 51, 0.45);
  }

  :root.light #features-grid .fcx-coverflow-item:hover {
    background: #ffffff !important;
    border-color: #9c804c !important;
    box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.12), 0 0 30px rgba(156, 128, 76, 0.3) !important;
  }

  :root.light #features-grid .fcx-coverflow-item:hover .fcx-coverflow-title,
  :root.light #features-grid .fcx-coverflow-item:hover .fcx-coverflow-sub {
    color: #9a6b22 !important;
  }

  :root.light #features-grid .fcx-coverflow-item:hover .fcx-benefit-icon-wrapper {
    background: #bca06a !important;
    color: #181410 !important;
  }
}



.fcx-coverflow-item {
  background: rgba(22, 18, 14, 0.92) !important;
  border: 1px solid rgba(212, 144, 51, 0.25) !important;
  color: #9ca3af !important;
  opacity: 0.45;
  filter: blur(0.5px);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.fcx-coverflow-item .fcx-coverflow-title {
  color: #f3f4f6 !important;
}

.fcx-coverflow-item .fcx-coverflow-sub {
  color: #9ca3af !important;
}


.fcx-coverflow-item.is-active {
  background: #181410 !important;
  border-color: #D49033 !important;
  opacity: 1 !important;
  filter: blur(0px) !important;
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 144, 51, 0.5) !important;
  z-index: 20;
}

.fcx-coverflow-item.is-active .fcx-coverflow-title {
  color: #ffffff !important;
}

.fcx-coverflow-item.is-active .fcx-coverflow-sub {
  color: #d1d5db !important;
}

.fcx-coverflow-item.is-active .fcx-benefit-icon-wrapper {
  background: rgba(212, 144, 51, 0.2) !important;
  border-color: rgba(212, 144, 51, 0.5) !important;
  color: #fbbf24 !important;
}




:root.light .fcx-coverflow-item,
.light .fcx-coverflow-item {
  background: rgba(248, 246, 240, 0.9) !important;
  border: 1px solid rgba(156, 128, 76, 0.25) !important;
  color: #4b5563 !important;
  opacity: 0.5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

:root.light .fcx-coverflow-item .fcx-coverflow-title,
.light .fcx-coverflow-item .fcx-coverflow-title {
  color: #1f2937 !important;
}

:root.light .fcx-coverflow-item .fcx-coverflow-sub,
.light .fcx-coverflow-item .fcx-coverflow-sub {
  color: #6b7280 !important;
}


:root.light .fcx-coverflow-item.is-active,
.light .fcx-coverflow-item.is-active {
  background: #ffffff !important;
  border-color: #9C804C !important;
  opacity: 1 !important;
  filter: blur(0px) !important;
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.12), 0 0 35px rgba(156, 128, 76, 0.35) !important;
  z-index: 20;
}

:root.light .fcx-coverflow-item.is-active .fcx-coverflow-title,
.light .fcx-coverflow-item.is-active .fcx-coverflow-title {
  color: #111827 !important;
}

:root.light .fcx-coverflow-item.is-active .fcx-coverflow-sub,
.light .fcx-coverflow-item.is-active .fcx-coverflow-sub {
  color: #4b5563 !important;
}

:root.light .fcx-coverflow-item.is-active .fcx-benefit-icon-wrapper,
.light .fcx-coverflow-item.is-active .fcx-benefit-icon-wrapper {
  background: rgba(156, 128, 76, 0.15) !important;
  border-color: rgba(156, 128, 76, 0.4) !important;
  color: #9C804C !important;
}


.fcx-coverflow-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: rgba(180, 140, 70, 0.3);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.fcx-coverflow-dot:hover {
  background-color: rgba(212, 144, 51, 0.7);
  transform: scale(1.15);
}

.fcx-coverflow-dot.is-active {
  width: 3.5rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: #D49033;
  box-shadow: 0 0 18px rgba(212, 144, 51, 0.85);
}

.fcx-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1.1rem 0.9rem;
  flex: 1 1 150px;
  min-width: 140px;
  border-radius: 1rem;
  position: relative;
  transition: background 0.35s ease, transform 0.35s var(--fcx-ease);
}

.fcx-benefit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--fcx-gold), 0.14), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.fcx-benefit:hover {
  transform: translateY(-3px);
}

.fcx-benefit:hover::after {
  opacity: 1;
}

.fcx-benefit-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  color: var(--color-primary-400, #bca06a);
  background: rgba(var(--fcx-gold), 0.12);
  border: 1px solid rgba(var(--fcx-gold), 0.28);
  box-shadow: 0 4px 14px rgba(188, 160, 106, 0.15);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.fcx-benefit-icon svg {
  width: 2rem;
  height: 2rem;
  filter: drop-shadow(0 2px 6px rgba(188, 160, 106, 0.3));
}

.fcx-benefit:hover .fcx-benefit-icon {
  transform: scale(1.12) rotate(-6deg);
  background: var(--color-primary-600, #bca06a);
  color: #17130f;
  box-shadow: 0 8px 20px rgba(188, 160, 106, 0.35);
}

.fcx-benefit-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  min-width: 0;
}

.fcx-benefit-title {
  color: #f3f0ea;
}

.light .fcx-benefit-title { color: #201a12; }

.fcx-benefit-sub {
  color: #a49d91;
}

.light .fcx-benefit-sub { color: #6b6255; }

@media (min-width: 1024px) {
  .fcx-benefit:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -0.125rem;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(var(--fcx-gold), 0.14);
  }
}

@media (max-width: 767px) {
  .fcx-ribbon-track {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .fcx-ribbon-track::-webkit-scrollbar { display: none; }

  .fcx-benefit {
    scroll-snap-align: start;
    flex: 0 0 78%;
    min-width: 78%;
  }

  .fcx-benefit::before { display: none; }
}

.fcx-ribbon.fcx-marquee .fcx-ribbon-track {
  animation: fcxMarquee 26s linear infinite;
}

.fcx-ribbon.fcx-marquee:hover .fcx-ribbon-track,
.fcx-ribbon.fcx-marquee:focus-within .fcx-ribbon-track {
  animation-play-state: paused;
}

@keyframes fcxMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.fcx-cta-row {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--fcx-ease), transform 0.7s var(--fcx-ease);
}

.fcx-cta-row.fcx-in {
  opacity: 1;
  transform: none;
}

.fcx-cta-btn {
  position: relative;
  overflow: hidden;
}

.fcx-cta-btn.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(var(--fcx-gold-bright), 0.5);
  animation: fcxCtaPulse 2.6s ease-out infinite;
  pointer-events: none;
}

@keyframes fcxCtaPulse {
  0%   { box-shadow: 0 0 0 0 rgba(var(--fcx-gold-bright), 0.35); }
  70%  { box-shadow: 0 0 0 14px rgba(var(--fcx-gold-bright), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--fcx-gold-bright), 0); }
}




.fcx-card {
  cursor: pointer;
}

.fcx-expand-hint {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #f3f0ea;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(var(--fcx-gold-bright), 0.4);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s var(--fcx-ease);
  pointer-events: none;
  backdrop-filter: blur(2px);
}

.fcx-expand-hint svg {
  width: 1.05rem;
  height: 1.05rem;
}

.fcx-slide.swiper-slide-active .fcx-expand-hint {
  opacity: 1;
  transform: scale(1);
}

.fcx-card:focus-visible .fcx-expand-hint {
  opacity: 1;
  transform: scale(1);
}

.fcx-lede-hint {
  display: block;
  margin-top: 0.35rem;
  color: var(--color-primary-400, #bca06a);
  opacity: 0.85;
}


.fcx-slide.fcx-offscreen {
  content-visibility: auto;
  contain-intrinsic-size: 360px 420px;
}


.fcx-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.fcx-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}


.fcx-lightbox.fcx-no-transition,
.fcx-lightbox.fcx-no-transition .fcx-lightbox-panel {
  transition: none !important;
}

.fcx-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 4, 0.86);
  backdrop-filter: blur(8px);
}

.light .fcx-lightbox-backdrop {
  background: rgba(20, 16, 10, 0.6);
}

.fcx-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 94vw);
  height: min(84vh, 780px);
  min-height: min(640px, 80vh);
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  background: #14100c;
  border: 1px solid rgba(var(--fcx-gold), 0.25);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 40px 90px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(var(--fcx-gold-bright), 0.08);
  transform: scale(0.94) translateY(16px);
  opacity: 0;
  transition: transform 0.4s var(--fcx-ease), opacity 0.4s var(--fcx-ease);
}

.light .fcx-lightbox-panel {
  background: #fffdf9;
}

.fcx-lightbox.is-open .fcx-lightbox-panel {
  transform: scale(1) translateY(0);
  opacity: 1;
}


.fcx-lightbox-media {
  position: relative;
  background: #080604;
  height: 100%;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.light .fcx-lightbox-media {
  background: #080604;
}

.fcx-lightbox-img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.45s ease, transform 0.6s var(--fcx-ease);
}

.fcx-lightbox-img.is-shown {
  opacity: 1;
  transform: scale(1);
}

.fcx-lightbox-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.fcx-lightbox-index {
  display: none !important;
}

.fcx-lightbox-title {
  color: #f6f2ea;
  margin-bottom: 0.75rem;
}

.light .fcx-lightbox-title { color: #201a12; }

.fcx-lightbox-copy {
  color: #b8b2a6;
  margin-bottom: 1.5rem;
}

.light .fcx-lightbox-copy { color: #6b6255; }

.fcx-lightbox-features {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fcx-lightbox-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 600;
  color: #e7e1d5;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s ease, transform 0.35s var(--fcx-ease);
}

.light .fcx-lightbox-features li { color: #3a3226; }

.fcx-lightbox.is-open .fcx-lightbox-features li {
  opacity: 1;
  transform: none;
}

.fcx-lightbox-features li:nth-child(1) { transition-delay: 0.05s; }
.fcx-lightbox-features li:nth-child(2) { transition-delay: 0.12s; }
.fcx-lightbox-features li:nth-child(3) { transition-delay: 0.19s; }

.fcx-lightbox-features li::before {
  content: "";
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  background: rgba(var(--fcx-gold), 0.15);
  border: 1px solid rgba(var(--fcx-gold-bright), 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8ba60' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
}

.fcx-lightbox-cta {
  position: sticky;
  bottom: 0;
  margin-top: 1.25rem;
  align-self: flex-start;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


.fcx-lightbox-cta:hover,
.fcx-lightbox-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(var(--fcx-gold-bright), 0.55);
}

.fcx-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #f3f0ea;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.25s ease, transform 0.25s ease;
}

.fcx-lightbox-close:hover {
  background: var(--color-primary-600, #bca06a);
  color: #17130f;
  transform: rotate(90deg);
}

.fcx-lightbox-close svg { width: 1.1rem; height: 1.1rem; }

.fcx-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #f3f0ea;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.25s ease, transform 0.25s var(--fcx-ease);
}

.fcx-lightbox-nav:hover {
  background: var(--color-primary-600, #bca06a);
  color: #17130f;
}

.fcx-lightbox-nav svg { width: 1.15rem; height: 1.15rem; }
.fcx-lightbox-prev { left: 1rem; }
.fcx-lightbox-next { right: 1rem; }

.fcx-lightbox-close:focus-visible,
.fcx-lightbox-nav:focus-visible,
.fcx-card:focus-visible {
  outline: 2px solid var(--color-primary-500, #bca06a);
  outline-offset: 3px;
}


html.fcx-lightbox-open {
  overflow: hidden;
}


#demo-modal-overlay {
  z-index: 9600;
}

@media (max-width: 767px) {
  .fcx-lightbox-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: 92vh;
    overflow-y: auto;
  }

  .fcx-lightbox-media {
    height: 45vh;
    min-height: 0;
    max-height: 48vh;
    padding: 0.75rem;
  }

  .fcx-lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .fcx-lightbox-prev { left: 1rem; }
  .fcx-lightbox-next { right: 1rem; }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .fcx-lightbox-panel {
    grid-template-columns: minmax(260px, 310px) 1fr;
    min-height: min(480px, 74vh);
  }

  .fcx-lightbox-media {
    padding: 0;
  }

  .fcx-lightbox-body {
    padding: 1.75rem 1.5rem;
  }
}




@media (max-width: 359px) {
  .fcx-swiper { padding: 1.5rem 0 3rem; }

  .fcx-caption {
    padding: 3rem 1rem 1rem;
  }

  .fcx-card::before { padding: 0.18rem 0.45rem; }

  .fcx-media { aspect-ratio: 3 / 4; }

  .fcx-nav { width: 2rem; height: 2rem; }
  .fcx-nav svg { width: 0.85rem; height: 0.85rem; }

  
  .fcx-lightbox-panel {
    border-radius: 1rem 1rem 0 0;
    max-height: 96vh;
    align-self: flex-end;
    width: 100%;
  }
  .fcx-lightbox { align-items: flex-end; padding: 0; }
  .fcx-lightbox-media { height: 38vh; min-height: 0; max-height: 40vh; padding: 0.5rem; }
  .fcx-lightbox-body  { padding: 1rem; }
  .fcx-lb-section { padding: 0.55rem 0; }
  .fcx-lb-pill { padding: 0.2rem 0.5rem; }
}


@media (max-width: 479px) {
  .fcx-swiper { padding: 1.75rem 0 3.25rem; }

  
  .fcx-slide         { opacity: 1; }
  .fcx-slide.swiper-slide-active { opacity: 1; }
  .fcx-slide .fcx-card,
  .fcx-slide.swiper-slide-active .fcx-card { transform: none; }

  .fcx-caption        { padding: 3.25rem 1.1rem 1.1rem; }
  .fcx-caption-problem { margin-top: 0.2rem; }

  
  .fcx-slide.swiper-slide-active .fcx-caption::after {
    display: none;
  }

  .fcx-expand-hint { width: 2rem; height: 2rem; }
  .fcx-expand-hint svg { width: 0.9rem; height: 0.9rem; }

  .fcx-media { aspect-ratio: 4 / 5; }

  
  .fcx-nav { width: 2.5rem; height: 2.5rem; }
  .fcx-nav svg { width: 1rem; height: 1rem; }

  
  .fcx-progress { height: 3px; }

  
  .fcx-lightbox { align-items: flex-end; padding: 0; }
  .fcx-lightbox-panel {
    grid-template-columns: 1fr;
    border-radius: 1.25rem 1.25rem 0 0;
    max-height: 94vh;
    width: 100%;
    overflow-y: auto;
  }
  .fcx-lightbox-media {
    height: 40vh;
    min-height: 0;
    max-height: 42vh;
    padding: 0.75rem;
  }
  .fcx-lightbox-body  { padding: 1.25rem 1.25rem 2rem; }
  .fcx-lightbox-close { top: 0.85rem; right: 0.85rem; }
  .fcx-lb-header { margin-bottom: 0.5rem; padding-bottom: 0.75rem; }
  .fcx-lb-section { padding: 0.6rem 0; }
  .fcx-lb-pill { padding: 0.22rem 0.55rem; }

  
  .fcx-lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
    width: 2.5rem;
    height: 2.5rem;
  }
  .fcx-lightbox-prev { left: 1rem; }
  .fcx-lightbox-next { right: 1rem; }

  
  .fcx-ribbon-track { gap: 0; }
  .fcx-benefit { padding: 0.75rem 1rem; }
}


@media (min-width: 480px) and (max-width: 639px) {
  .fcx-swiper { padding: 2rem 0 3.5rem; }

  .fcx-slide         { opacity: 1; }
  .fcx-slide.swiper-slide-active { opacity: 1; }
  .fcx-slide .fcx-card,
  .fcx-slide.swiper-slide-active .fcx-card { transform: none; }

  .fcx-caption        { padding: 3.5rem 1.2rem 1.2rem; }

  .fcx-media { aspect-ratio: 4 / 5; }

  
  .fcx-lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow-y: auto;
  }
  .fcx-lightbox-media { min-height: 40vh; max-height: 45vh; }
  .fcx-lightbox-body  { padding: 1.5rem; }
  .fcx-lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }
  .fcx-lightbox-prev { left: 1.25rem; }
  .fcx-lightbox-next { right: 1.25rem; }
}


@media (min-width: 640px) and (max-width: 767px) {
  .fcx-swiper { padding: 2.5rem 0 4rem; }

  .fcx-slide         { opacity: 1; }
  .fcx-slide.swiper-slide-active { opacity: 1; }
  .fcx-slide .fcx-card,
  .fcx-slide.swiper-slide-active .fcx-card { transform: none; }

  .fcx-caption        { padding: 3.75rem 1.3rem 1.3rem; }

  .fcx-media { aspect-ratio: 4 / 5; }

  
  .fcx-lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow-y: auto;
  }
  .fcx-lightbox-media { min-height: 44vh; max-height: 50vh; }
  .fcx-lightbox-body  { padding: 1.5rem; }
}


@media (min-width: 768px) and (max-width: 1023px) {
  .fcx-swiper { padding: 3rem 0 4rem; }

  .fcx-slide         { opacity: 1; }
  .fcx-slide.swiper-slide-active { opacity: 1; }
  .fcx-slide .fcx-card,
  .fcx-slide.swiper-slide-active .fcx-card { transform: none; }

  .fcx-caption        { padding: 3.75rem 1.35rem 1.35rem; }

  .fcx-media { aspect-ratio: 4 / 5; }

  .fcx-lightbox-panel {
    grid-template-columns: minmax(280px, 330px) 1fr;
    min-height: min(440px, 72vh);
    max-height: min(84vh, 800px);
  }
  .fcx-lightbox-body { padding: 1.5rem 1.35rem; }
}


@media (min-width: 1024px) and (max-width: 1279px) {
  .fcx-swiper { padding: 3.5rem 0 4.5rem; }

  .fcx-media { aspect-ratio: 4 / 5; }

  .fcx-caption        { padding: 4rem 1.4rem 1.4rem; }

  .fcx-lightbox-panel {
    grid-template-columns: minmax(300px, 360px) 1fr;
    max-height: min(88vh, 880px);
  }
}


@media (min-width: 1280px) and (max-width: 1535px) {
  
  .fcx-media { aspect-ratio: 4 / 5; }

  .fcx-lightbox-panel {
    width: min(1080px, 96%);
    grid-template-columns: minmax(320px, 380px) 1fr;
    max-height: min(90vh, 940px);
  }
}


@media (min-width: 1536px) {
  .fcx-media { aspect-ratio: 4 / 5; }

  .fcx-swiper { padding: 4rem 0 5rem; }

  .fcx-caption { padding: 5rem 1.6rem 1.6rem; }

  .fcx-lightbox-panel {
    width: min(1160px, 94%);
    grid-template-columns: minmax(340px, 400px) 1fr;
  }
}



@media (prefers-reduced-motion: reduce) {
  .fcx-slide,
  .fcx-card,
  .fcx-media img,
  .fcx-glow,
  .fcx-benefit,
  .fcx-benefit-icon,
  .fcx-cta-row,
  .fcx-progress-fill,
  .fcx-expand-hint,
  .fcx-lightbox,
  .fcx-lightbox-panel,
  .fcx-lightbox-img,
  .fcx-lightbox-features li,
  .fcx-lightbox-close,
  .fcx-lightbox-nav {
    transition: none !important;
    animation: none !important;
  }

  .fcx-ribbon.fcx-marquee .fcx-ribbon-track {
    animation: none !important;
  }

  .fcx-slide {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .fcx-cta-row { opacity: 1 !important; transform: none !important; }

  .fcx-lightbox.is-open .fcx-lightbox-panel,
  .fcx-lightbox-img.is-shown,
  .fcx-lightbox.is-open .fcx-lightbox-features li {
    transform: none !important;
    opacity: 1 !important;
  }
}


.fcx-caption-problem {
  color: #e8ba60;
  margin-top: 0.35rem;
}

.light .fcx-caption-problem {
  color: #e8ba60;
}




.fcx-lightbox-panel {
  grid-template-columns: minmax(300px, 360px) 1fr;
  max-height: min(90vh, 960px);
}


.fcx-lb-header {
  border-bottom: 1px solid rgba(var(--fcx-gold), 0.15);
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

.fcx-lb-section {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(var(--fcx-gold), 0.1);
}

.fcx-lb-header,
.fcx-lb-section,
.fcx-lb-footer {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s var(--fcx-ease);
}


.fcx-lightbox-body.fcx-animating .fcx-lb-header,
.fcx-lightbox-body.fcx-animating .fcx-lb-section,
.fcx-lightbox-body.fcx-animating .fcx-lb-footer {
  opacity: 0 !important;
  transform: translateY(16px) !important;
  transition: none !important;
}

.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-header  { opacity: 1; transform: translateY(0); transition-delay: 0.05s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-what    { opacity: 1; transform: translateY(0); transition-delay: 0.12s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-problem { opacity: 1; transform: translateY(0); transition-delay: 0.19s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-how     { opacity: 1; transform: translateY(0); transition-delay: 0.26s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-who     { opacity: 1; transform: translateY(0); transition-delay: 0.33s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-outcome { opacity: 1; transform: translateY(0); transition-delay: 0.40s; }
.fcx-lightbox-body.is-active:not(.fcx-animating) .fcx-lb-footer  { opacity: 1; transform: translateY(0); transition-delay: 0.47s; }


.fcx-lb-outcome {
  border-bottom: none;
  margin-bottom: 0.75rem;
}


.fcx-lb-section-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(var(--fcx-gold-bright), 0.9);
}

.light .fcx-lb-section-label {
  color: rgba(156, 110, 30, 0.9);
}


.fcx-lb-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  stroke: currentColor;
}


.fcx-lb-problem .fcx-lb-section-label {
  color: rgba(220, 155, 60, 0.9);
}


.fcx-lb-outcome .fcx-lb-section-label {
  color: rgba(160, 200, 100, 0.85);
}

.light .fcx-lb-outcome .fcx-lb-section-label {
  color: rgba(60, 130, 50, 0.85);
}


.fcx-lb-section-text {
  color: #b8b2a6;
  margin: 0;
}

.light .fcx-lb-section-text {
  color: #5a5348;
}


.fcx-lb-who-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.fcx-lb-pill {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(var(--fcx-gold), 0.12);
  border: 1px solid rgba(var(--fcx-gold), 0.28);
  color: rgba(var(--fcx-gold-bright), 0.95);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.light .fcx-lb-pill {
  background: rgba(var(--fcx-gold), 0.1);
  border-color: rgba(var(--fcx-gold), 0.3);
  color: rgba(140, 95, 20, 0.95);
}

.fcx-lb-pill:hover {
  background: rgba(var(--fcx-gold), 0.2);
  border-color: rgba(var(--fcx-gold-bright), 0.5);
}


.fcx-lightbox-body {
  padding: 1.5rem 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden !important;
}

.fcx-lb-sections {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--fcx-gold), 0.2) transparent;
}

.fcx-lb-sections::-webkit-scrollbar {
  width: 4px;
}
.fcx-lb-sections::-webkit-scrollbar-track {
  background: transparent;
}
.fcx-lb-sections::-webkit-scrollbar-thumb {
  background: rgba(var(--fcx-gold), 0.25);
  border-radius: 999px;
}


.fcx-lb-footer {
  flex-shrink: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(var(--fcx-gold), 0.15);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}

.fcx-lightbox-cta {
  margin: 0;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


@media (max-width: 767px) {
  .fcx-lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow-y: auto;
  }

  .fcx-lightbox-body {
    padding: 1.25rem 1.25rem;
  }

  .fcx-lb-section {
    padding: 0.65rem 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fcx-lightbox-panel {
    grid-template-columns: 1fr 1fr;
  }

  .fcx-lightbox-body {
    padding: 1.5rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcx-lb-section {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}




.fcx-card::before {
  display: none !important;
  content: none !important;
}

.fcx-slide.swiper-slide-active .fcx-card::before {
  color: rgba(232, 186, 96, 1);
  background: rgba(188, 160, 106, 0.18);
  border-color: rgba(232, 186, 96, 0.52);
  box-shadow: 0 0 16px rgba(232, 186, 96, 0.18);
}

.light .fcx-card::before {
  color: rgba(130, 88, 16, 0.85);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(156, 120, 40, 0.35);
}


.fcx-slide.swiper-slide-active .fcx-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 7;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(
    90deg,
    transparent   0%,
    rgba(232, 186, 96, 0.45) 12%,
    rgba(255, 215, 110, 1)   50%,
    rgba(232, 186, 96, 0.45) 88%,
    transparent  100%
  );
  animation: fcxTopShimmer 2.8s ease-in-out infinite;
}

@keyframes fcxTopShimmer {
  0%, 100% { opacity: 0.55; transform: scaleX(0.82); }
  50%       { opacity: 1;    transform: scaleX(1); }
}


.fcx-media {
  aspect-ratio: 1 / 1 !important;
  max-height: min(42svh, 340px) !important;
}


.fcx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  
  padding: 1.75rem 1.15rem 1.45rem !important;
  background: linear-gradient(
    to top,
    rgba(10, 7, 4, 0.98)  0%,
    rgba(10, 7, 4, 0.94)  42%,
    rgba(10, 7, 4, 0.55)  72%,
    transparent           100%
  );
  pointer-events: none;         
  transition: transform 0.45s var(--fcx-ease);
}

.light .fcx-card {
  background: #0e0b08;
  border: 1px solid rgba(188, 140, 60, 0.4);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(188, 140, 60, 0.15);
}

.light .fcx-slide.swiper-slide-active .fcx-card {
  border-color: rgba(var(--fcx-gold-bright), 0.9);
  box-shadow: 0 28px 65px -10px rgba(0, 0, 0, 0.35), 0 0 24px rgba(var(--fcx-gold-bright), 0.35);
}

.light .fcx-caption {
  background: linear-gradient(
    to top,
    rgba(10, 7, 4, 0.98)  0%,
    rgba(10, 7, 4, 0.94)  42%,
    rgba(10, 7, 4, 0.55)  72%,
    transparent           100%
  );
}


.fcx-caption-title {
  color: #fffaf0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  margin-bottom: 0.3rem;
}
.light .fcx-caption-title {
  color: #fffaf0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.fcx-caption-copy {
  color: #f3eee4;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}
.light .fcx-caption-copy {
  color: #f3eee4;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}


.fcx-slide.swiper-slide-active .fcx-caption::after {
  content: "Click to explore \2192";  
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 186, 96, 0);
  margin-top: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: color 0.32s ease 0.04s, max-height 0.32s ease;
}

@media (hover: hover) and (pointer: fine) {
  .fcx-slide.swiper-slide-active .fcx-card:hover .fcx-caption {
    transform: translateY(-4px);
  }
  .fcx-slide.swiper-slide-active .fcx-card:hover .fcx-caption::after {
    color: rgba(232, 186, 96, 0.9);
    max-height: 1.4rem;
  }
}


.fcx-scrim {
  background: linear-gradient(
    180deg,
    rgba(10, 7, 4, 0.0)  22%,
    rgba(10, 7, 4, 0.08) 48%,
    rgba(10, 7, 4, 0.45) 68%,
    rgba(10, 7, 4, 0.88) 86%,
    rgba(10, 7, 4, 0.96) 100%
  );
}
.light .fcx-scrim {
  background: linear-gradient(
    180deg,
    rgba(10, 7, 4, 0.0)  22%,
    rgba(10, 7, 4, 0.08) 48%,
    rgba(10, 7, 4, 0.45) 68%,
    rgba(10, 7, 4, 0.88) 86%,
    rgba(10, 7, 4, 0.96) 100%
  );
}


.fcx-expand-hint {
  position: absolute;
  bottom: auto;
  top: 1rem;
  right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17130f !important;
  border: 2px solid #d49033 !important;
  border-radius: 999px;
  color: #f6f2ea !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45), 0 0 10px rgba(212, 144, 51, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  opacity: 0.95;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.fcx-expand-hint svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: #f6f2ea !important;
  stroke-width: 2.4;
}

.fcx-slide.swiper-slide-active .fcx-expand-hint {
  opacity: 1;
  transform: scale(1);
  background: #17130f !important;
  border-color: #e8ba60 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 14px rgba(232, 186, 96, 0.45);
  animation: fcxHintRing 2.4s ease-out infinite;
}

@keyframes fcxHintRing {
  0%   { box-shadow: 0 0 0 0    rgba(232, 186, 96, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(232, 186, 96, 0);    }
  100% { box-shadow: 0 0 0 0    rgba(232, 186, 96, 0);    }
}


.fcx-slide .fcx-media img.is-loaded {
  filter: none !important;
}


.fcx-stage {
  padding: 0.25rem 0 0.5rem;
  overflow: visible !important;
  background: radial-gradient(circle at 50% 40%, rgba(var(--fcx-gold), 0.08) 0%, transparent 70%);
}

.fcx-swiper,
.fcx-swiper .swiper-wrapper {
  overflow: visible !important;
}

.fcx-slide.swiper-slide-prev,
.fcx-slide.swiper-slide-next {
  z-index: 1;
}

.fcx-slide.swiper-slide-active {
  z-index: 2;
}


.fcx-slide.swiper-slide-active .fcx-card {
  border-color: rgba(var(--fcx-gold), 0.65);
  box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.65), 0 0 30px rgba(var(--fcx-gold-bright), 0.22);
}


@media (prefers-reduced-motion: reduce) {
  .fcx-card::before,
  .fcx-slide.swiper-slide-active .fcx-card::after,
  .fcx-slide.swiper-slide-active .fcx-expand-hint {
    animation: none !important;
  }
  .fcx-caption {
    transition: none !important;
  }
  .fcx-slide {
    opacity: 0.75 !important;
  }
  .fcx-slide.swiper-slide-active {
    opacity: 1 !important;
  }
  .fcx-slide .fcx-card,
  .fcx-slide.swiper-slide-active .fcx-card {
    transform: none !important;
  }
}


#features-grid .fcx-viewport {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

#features-grid .fcx-swiper {
  padding: 0.25rem 0 0 !important;
  flex: 0 0 auto;
  height: auto !important;
}

#features-grid .fcx-swiper .swiper-wrapper {
  align-items: flex-start !important;
  height: auto !important;
}

#features-grid .fcx-slide {
  height: 16.5rem !important;
  align-self: stretch;
}

@media (min-width: 640px) {
  #features-grid .fcx-slide {
    height: 18rem !important;
  }
}

#features-grid .fcx-slide .fcx-card,
#features-grid .fcx-slide .fcx-card--content {
  height: 16.5rem !important;
  min-height: 16.5rem !important;
  max-height: 16.5rem !important;
  width: min(100%, 19.5rem);
  max-width: 19.5rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  #features-grid .fcx-slide .fcx-card,
  #features-grid .fcx-slide .fcx-card--content {
    height: 18rem !important;
    min-height: 18rem !important;
    max-height: 18rem !important;
    width: min(100%, 21.5rem);
    max-width: 21.5rem;
  }
}

#features-grid .fcx-slide.fcx-offscreen {
  contain-intrinsic-size: 312px 16.5rem;
}

@media (min-width: 640px) {
  #features-grid .fcx-slide.fcx-offscreen {
    contain-intrinsic-size: 344px 18rem;
  }
}

#features-grid .fcx-progress {
  display: none !important;
}

#features-grid .fcx-stage {
  padding: 0 !important;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}

.fcx-card--content {
  position: relative;
  background: linear-gradient(160deg, rgba(17, 13, 10, 0.92) 0%, rgba(12, 10, 8, 0.88) 100%);
  min-height: 16.5rem;
  height: 16.5rem;
  max-height: 16.5rem;
  width: min(100%, 19.5rem);
  max-width: 19.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
  transition:
    transform 0.3s ease,
    translate 0.3s ease,
    scale 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    opacity 0.3s ease;
}

@media (min-width: 640px) {
  .fcx-card--content {
    min-height: 18rem;
    height: 18rem;
    max-height: 18rem;
    width: min(100%, 21.5rem);
    max-width: 21.5rem;
  }
}

.fcx-card-body {
  height: 100%;
  padding: 1.15rem 1.2rem 2.65rem;
  box-sizing: border-box;
  gap: 0.45rem;
  transition: transform 0.35s ease;
}

@media (min-width: 640px) {
  .fcx-card-body {
    padding: 1.25rem 1.35rem 2.75rem;
    gap: 0.5rem;
  }
}

.fcx-card-top {
  min-height: 2.75rem;
}

.fcx-card-title {
  min-height: 2.4rem;
  transition: color 0.3s ease;
}

.fcx-card-copy {
  min-height: 2.35rem;
  margin: 0;
}

.fcx-card-icon {
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.fcx-card-problem {
  min-height: 3.1rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(var(--fcx-gold), 0.12);
  box-sizing: border-box;
}

.fcx-card-problem-label,
.fcx-card-problem-text {
  transition: color 0.3s ease;
}

.fcx-card-problem-text {
  margin: 0;
  min-height: 2.35rem;
}

.fcx-card-who {
  min-height: 1.65rem;
  max-height: 1.65rem;
  overflow: hidden;
  
}

:root.light .fcx-card-problem {
  border-top-color: rgba(154, 107, 34, 0.15);
}

:root.light .fcx-card-pill {
  color: #d8a457;
  background: rgba(188, 140, 60, 0.12);
  border-color: rgba(231, 188, 118, 0.28);
  opacity: 0.95;
}

.fcx-card-view-btn {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--fcx-gold), 0.45);
  background: rgba(var(--fcx-gold), 0.1);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(var(--fcx-gold-bright), 0.95);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fcx-card-view-btn:hover {
  background: rgba(var(--fcx-gold), 0.22);
  border-color: rgba(var(--fcx-gold-bright), 0.75);
  color: #fff8ee;
}

.fcx-card-view-btn:active {
  transform: scale(0.96);
}

.fcx-card-view-btn:focus-visible {
  outline: 2px solid var(--color-primary-500, #bca06a);
  outline-offset: 2px;
}

:root.light .fcx-card-view-btn {
  background: rgba(188, 140, 60, 0.12);
  border-color: rgba(154, 107, 34, 0.45);
  color: #9a6b22;
}

:root.light .fcx-card-view-btn:hover {
  background: rgba(188, 140, 60, 0.22);
  border-color: rgba(122, 85, 24, 0.65);
  color: #7a5518;
}

#features-grid .fcx-media {
  aspect-ratio: 4 / 5 !important;
  max-height: min(52svh, 420px) !important;
}

#features-grid .fcx-caption {
  padding: 1.35rem 1rem 1rem !important;
}

@media (max-height: 800px) {
  #features-grid .fcx-media {
    max-height: min(48svh, 340px) !important;
  }
}

@media (max-width: 767px) {
  #features-grid .fcx-viewport {
    min-height: 0;
    justify-content: flex-start;
  }

  #features-grid .fcx-media {
    max-height: min(50svh, 380px) !important;
  }
}

@media (min-width: 1024px) {
  #features-grid .fcx-viewport {
    min-height: 0;
  }
}

@media (min-width: 1280px) {
  #features-grid .fcx-media {
    max-height: min(56svh, 520px) !important;
  }
}

@media (min-width: 1536px) {
  #features-grid .fcx-media {
    aspect-ratio: 3 / 4 !important;
    max-height: min(58svh, 580px) !important;
  }

  #features-grid .fcx-caption {
    padding: 1.6rem 1.2rem 1.15rem !important;
  }

  .fcx-coverflow-viewport {
    height: 420px;
  }
}

@media (min-width: 2000px) {
  #features-grid .fcx-media {
    aspect-ratio: 3 / 4 !important;
    max-height: min(62svh, 680px) !important;
  }

  #features-grid .fcx-caption {
    padding: 1.85rem 1.4rem 1.3rem !important;
  }

  #features-grid .fcx-nav {
    width: 3.25rem;
    height: 3.25rem;
  }

  .fcx-coverflow-viewport {
    height: 600px;
  }

  .fcx-coverflow-item {
    width: 360px !important;
    height: 430px !important;
    margin-left: -180px !important;
    margin-top: -215px !important;
  }
}



#features-grid .fcx-controls {
  margin-top: 0.5rem;
}

#features-grid:not(.fcx-cards-ready) .fcx-caption {
  display: none !important;
}

#features-grid:not(.fcx-cards-ready) .fcx-card {
  min-height: 16.5rem;
}

@media (min-width: 640px) {
  #features-grid:not(.fcx-cards-ready) .fcx-card {
    min-height: 18rem;
  }
}

#features-grid:not(.fcx-cards-ready) .fcx-stage {
  visibility: hidden;
}

#features-grid.fcx-cards-ready .fcx-stage {
  visibility: visible;
}

#features-grid .fcx-card--content {
  display: flex;
  flex-direction: column;
  height: 16.5rem !important;
  min-height: 16.5rem !important;
  max-height: 16.5rem !important;
}

@media (min-width: 640px) {
  #features-grid .fcx-card--content {
    height: 18rem !important;
    min-height: 18rem !important;
    max-height: 18rem !important;
  }
}

:root.light .fcx-card--content {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 244, 0.95) 100%);
}

:root.light .fcx-card--content .fcx-card-title {
  color: #1a1510;
}

:root.light .fcx-card--content .fcx-card-copy {
  color: #5c5348;
}

.fcx-slide.swiper-slide-active .fcx-card--content {
  border-color: rgba(212, 144, 51, 0.55);
  box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.45), 0 0 20px rgba(212, 144, 51, 0.1);
}

.fcx-slide:not(.swiper-slide-active) .fcx-card--content {
  opacity: 1;
}

.fcx-slide.swiper-slide-active .fcx-card--content {
  opacity: 1;
}


@media (hover: hover) and (pointer: fine) {
  #features-grid .fcx-card--content:hover {
    translate: 0 -4px;
    scale: 1.015;
    border-color: rgba(var(--fcx-gold-bright), 0.72) !important;
    background: linear-gradient(160deg, rgba(22, 17, 12, 0.96) 0%, rgba(14, 11, 8, 0.94) 100%);
    box-shadow:
      0 14px 34px -12px rgba(0, 0, 0, 0.5),
      0 0 22px rgba(var(--fcx-gold-bright), 0.22) !important;
    opacity: 1 !important;
  }

  #features-grid .fcx-card--content:hover .fcx-card-icon {
    transform: scale(1.1);
  }

  :root.light #features-grid .fcx-card--content:hover {
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 0.98) 100%);
    border-color: rgba(197, 172, 125, 0.85) !important;
    box-shadow: 0 10px 30px rgba(197, 172, 125, 0.22) !important;
  }
}




#roadmap .group h3 {
  color: #ffffff;
  transition: color 0.3s ease;
}

#roadmap .group > .relative > div:first-child svg {
  transition: color 0.3s ease, filter 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  #roadmap .group:hover h3 {
    color: #D9B164 !important;
  }

  #roadmap .group:hover > .relative > div:first-child svg {
    color: #ffffff !important;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.55));
  }
}

:root.light #roadmap .group h3 {
  color: #111827;
}

:root.light #roadmap .group > .relative > div:first-child svg {
  color: #D9B164;
}

@media (hover: hover) and (pointer: fine) {
  :root.light #roadmap .group:hover h3 {
    color: #D9B164 !important;
  }

  :root.light #roadmap .group:hover > .relative > div:first-child svg {
    color: #ffffff !important;
  }
}

.fcx-media {
  display: none !important;
}

.fcx-lightbox-media {
  display: none !important;
}

#features-grid .fcx-media {
  max-height: none !important;
  aspect-ratio: auto !important;
}

.fcx-lightbox-panel {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  max-width: 40rem !important;
  width: min(96vw, 40rem) !important;
  height: auto !important;
  max-height: min(88vh, 640px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 640px) {
  .fcx-lightbox-panel {
    max-width: 44rem !important;
    width: min(92vw, 44rem) !important;
    max-height: min(90vh, 680px) !important;
  }
}

.fcx-lightbox-close {
  top: 0.65rem !important;
  right: 0.65rem !important;
  width: 2rem !important;
  height: 2rem !important;
}

.fcx-lightbox-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none !important;
  padding: 0.85rem 1rem 0.75rem !important;
  overflow: hidden !important;
}

@media (min-width: 640px) {
  .fcx-lightbox-body {
    padding: 1rem 1.25rem 0.85rem !important;
  }
}

.fcx-lb-header {
  flex-shrink: 0;
  border-bottom: 1px solid rgba(var(--fcx-gold), 0.14);
  padding-bottom: 0.6rem !important;
  margin-bottom: 0 !important;
}

.fcx-lb-sections {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.15rem;
  scrollbar-gutter: stable;
}

@media (min-width: 640px) {
  .fcx-lb-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    align-content: start;
  }

  .fcx-lb-outcome {
    grid-column: 1 / -1;
  }
}

.fcx-lb-footer {
  flex-shrink: 0;
  margin-top: 0.5rem !important;
  padding-top: 0.65rem !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
}

.fcx-lb-footer .fcx-lightbox-prev {
  justify-self: start;
}

.fcx-lb-footer .fcx-lightbox-cta {
  justify-self: center;
  grid-column: 2;
}

.fcx-lb-footer .fcx-lightbox-next {
  justify-self: end;
  grid-column: 3;
}

.fcx-lb-footer .fcx-lb-footer-nav,
.fcx-lb-footer .fcx-lightbox-prev,
.fcx-lb-footer .fcx-lightbox-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.5rem !important;
  height: 2.5rem !important;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(var(--fcx-gold), 0.08);
  border: 1px solid rgba(var(--fcx-gold), 0.3);
  color: #e7dcc6;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.fcx-lightbox-panel > .fcx-lightbox-nav,
.fcx-lightbox-panel > .fcx-lightbox-prev,
.fcx-lightbox-panel > .fcx-lightbox-next {
  display: none !important;
}

.fcx-lb-footer .fcx-lb-footer-nav:hover,
.fcx-lb-footer .fcx-lightbox-nav:hover {
  background: var(--color-primary-600, #bca06a);
  border-color: transparent;
  color: #17130f;
  transform: scale(1.05) !important;
}

:root.light .fcx-lb-footer .fcx-lb-footer-nav,
:root.light .fcx-lb-footer .fcx-lightbox-nav {
  background: rgba(var(--fcx-gold), 0.1);
  color: #6e4b19;
}

.fcx-lb-footer .fcx-lb-footer-nav svg,
.fcx-lb-footer .fcx-lightbox-nav svg {
  width: 1rem;
  height: 1rem;
}

.fcx-lb-footer .fcx-lb-footer-nav:focus-visible,
.fcx-lb-footer .fcx-lightbox-nav:focus-visible {
  outline: 2px solid var(--color-primary-500, #bca06a);
  outline-offset: 2px;
}

:root.light .fcx-lb-footer .fcx-lb-footer-nav:hover,
:root.light .fcx-lb-footer .fcx-lightbox-nav:hover {
  color: #17130f;
}

.fcx-lb-section {
  padding: 0.45rem 0 !important;
  gap: 0.15rem !important;
}

.fcx-lb-outcome {
  margin-bottom: 0.25rem !important;
}

.fcx-lightbox-cta {
  padding: 0.45rem 1rem !important;
  font-size: 0.8rem !important;
}

:root.light .fcx-lb-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

:root.light .fcx-lb-footer {
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}

.fcx-lightbox-title {
  margin-bottom: 0 !important;
}

.fcx-lb-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

:root.light .fcx-lb-section {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.fcx-lb-section:last-child {
  border-bottom: none;
}

.fcx-viewall {
  position: fixed;
  inset: 0;
  z-index: 9400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.fcx-viewall.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.fcx-viewall-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 4, 0.82);
  backdrop-filter: blur(2px);
}

.fcx-viewall-panel {
  position: relative;
  z-index: 1;
  width: min(96vw, 56rem);
  max-height: 88vh;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(212, 144, 51, 0.25);
  background: rgba(12, 10, 8, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

:root.light .fcx-viewall-panel {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(154, 107, 31, 0.25);
}

:root.light .fcx-viewall-item p.text-gray-50 {
  color: #1a1510;
}

html.fcx-viewall-open,
html.fcx-lightbox-open {
  overflow: hidden;
}

@media (max-width: 639px) {
  .fcx-lightbox-panel {
    align-self: flex-end;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    max-height: 94vh;
  }

  .fcx-lightbox {
    align-items: flex-end;
    padding: 0;
  }
}

@media (min-width: 2560px) {
  .fcx-coverflow-viewport {
    height: 660px;
  }

  .fcx-coverflow-item {
    width: 400px !important;
    height: 470px !important;
    margin-left: -200px !important;
    margin-top: -235px !important;
  }
}



#roadmap .roadmap-badge {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.3s ease,
              border-color 0.3s ease,
              color 0.3s ease;
  cursor: pointer;
}

#roadmap .roadmap-badge svg {
  transition: filter 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

#roadmap .roadmap-badge:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 25px rgba(212, 144, 51, 0.4), 0 4px 20px rgba(212, 144, 51, 0.2);
}

#roadmap .roadmap-badge:hover svg {
  filter: drop-shadow(0 0 6px rgba(212, 144, 51, 0.85));
  transform: scale(1.15) rotate(5deg);
}



.fcx-slide:not(.swiper-slide-active) {
  opacity: 1 !important;
  filter: saturate(1) !important;
}

@media (min-width: 1024px) {
  .roadmap-heading {
    font-size: 32px !important;
    white-space: nowrap;
  }
}

.coverflow-item {
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms ease, box-shadow 500ms ease, background-color 500ms ease, border-color 500ms ease;
}

/* Dark Mode Defaults (inactive cards) */
:root:not(.light) .coverflow-item {
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
:root:not(.light) .coverflow-item h3 {
  color: #9ca3af !important;
}
:root:not(.light) .coverflow-item p {
  color: #6b7280 !important;
}
:root:not(.light) .coverflow-item > div:first-child {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #9ca3af !important;
}
:root:not(.light) .coverflow-item .w-10.h-\[2px\] {
  background-color: #4b5563 !important;
}

/* Dark Mode Active Card - Default */
:root:not(.light) .coverflow-item.is-active {
  background-color: #181410 !important;
  border-color: #D9B164 !important;
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.9), 0 0 35px rgba(217, 177, 100, 0.5) !important;
}
:root:not(.light) .coverflow-item.is-active h3 {
  color: #ffffff !important;
  transition: color 0.3s ease;
}
:root:not(.light) .coverflow-item.is-active p {
  color: #e5e7eb !important;
  transition: color 0.3s ease;
}
:root:not(.light) .coverflow-item.is-active > div:first-child {
  background-color: rgba(217, 177, 100, 0.2) !important;
  border-color: rgba(217, 177, 100, 0.5) !important;
  color: #D9B164 !important;
}
:root:not(.light) .coverflow-item.is-active .w-10.h-\[2px\] {
  background-color: #D9B164 !important;
}

/* Dark Mode Active Card Hover (Color Change to Gold) */
:root:not(.light) .coverflow-item.is-active:hover h3 {
  color: #D9B164 !important;
}
:root:not(.light) .coverflow-item.is-active:hover p {
  color: #D9B164 !important;
}
:root:not(.light) .coverflow-item.is-active:hover > div:first-child {
  background-color:#D9B164 !important;
  border-color: transparent !important;
  color: #181410 !important;
  transform: rotate(-10deg) scale(1.15);
  box-shadow: 0 0 25px rgba(217, 177, 100, 0.6) !important;
}

/* Light Mode Defaults (inactive cards) */
:root.light .coverflow-item {
  background-color: #ffffff !important;
  border-color: rgba(217, 177, 100, 0.4) !important;
}
:root.light .coverflow-item.is-active {
  box-shadow: 0 20px 45px rgba(0,0,0,0.10) !important;
}
:root.light .coverflow-item.is-active:hover {
  box-shadow: 0 25px 55px rgba(0,0,0,0.16) !important;
}

:root.light .coverflow-item.is-active:hover > div:first-child {
  background-color: #D9B164 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  transform: rotate(-10deg) scale(1.15);
  box-shadow: 0 0 25px rgba(217, 177, 100, 0.4) !important;
}

.coverflow-item > div:first-child {
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.coverflow-item > div:first-child svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* Mobile adjustments for coverflow cards */
@media (max-width: 639px) {
  .coverflow-item {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

:root.light #coverflow-prev-btn,
:root.light #coverflow-next-btn {
  background-color: #f5ece0 !important;
  border-color: #d9c7a3 !important;
  color: #6e4b19 !important;
}
