/* KX-SECTION fx-main START */
/* ===========================================
   FX HEDGING PAGE — Alternating Light/Dark
   =========================================== */

/* -- Design Tokens (scoped to FX page) -- */
body.page-template-template-fx-hedging {
  --fx-bg-primary: var(--lp-bg-primary);
  --fx-bg-secondary: var(--lp-bg-secondary);
  --fx-bg-tertiary: var(--lp-bg-tertiary);
  --fx-surface-1: var(--lp-surface-1);
  --fx-surface-2: var(--lp-surface-2);
  --fx-surface-3: var(--lp-surface-3);
  --fx-border-1: var(--lp-border-1);
  --fx-border-2: var(--lp-border-2);
  --fx-border-3: var(--lp-border-3);
  --fx-border-hover: var(--lp-border-hover);
  --fx-text-primary: var(--lp-text-primary);
  --fx-text-secondary: var(--lp-text-secondary);
  --fx-text-tertiary: var(--lp-text-tertiary);
  --fx-accent: var(--lp-accent);
  --fx-accent-glow: var(--lp-accent-glow);
  --fx-radius-sm: var(--lp-radius-sm);
  --fx-radius-md: var(--lp-radius-md);
  --fx-radius-lg: var(--lp-radius-lg);
  --fx-radius-xl: var(--lp-radius-xl);
  --fx-section-py: var(--lp-section-py);
  --fx-ease-spring: var(--lp-ease-spring);
}

/* -- Page Wrapper -- */
.fx-page-wrapper {
  background: #ffffff;
  color: var(--fx-text-primary);
  font-family: var(--konvex-font);
  overflow: hidden;
}

/* -- Shared FX Button -- */
.fx-page-wrapper .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-gradient);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: all 0.3s var(--fx-ease-spring);
  box-shadow: var(--btn-shadow);
}

.fx-page-wrapper .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}

/* -- Shared FX Section Heading Style -- */
.fx-page-wrapper h2 {
  color: var(--fx-accent);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 0;
}

/* ===========================================
   FX HERO — Dark
   =========================================== */
#fx-hero {
  position: relative;
  min-height: 80vh;
  min-height: 80dvh;
  padding: clamp(80px, 10vw, 140px) max(24px, env(safe-area-inset-right), calc((100% - 1176px) / 2)) clamp(60px, 8vw, 100px) max(24px, env(safe-area-inset-left), calc((100% - 1176px) / 2));
  max-width: none;
  font-family: var(--konvex-font);
  color: var(--fx-text-primary);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a0a0a;
}

#fx-hero .hero-glow-orb {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(56, 182, 255, 0.12) 0%, rgba(56, 182, 255, 0.04) 40%, transparent 70%);
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

#fx-hero .hero-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  #fx-hero .hero-content {
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
  }
}

#fx-hero .hero-text {
  z-index: 2;
  position: relative;
}

#fx-hero .badge {
  display: inline-block;
  background: rgba(56, 182, 255, 0.08);
  color: var(--fx-accent);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid rgba(56, 182, 255, 0.15);
}

#fx-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--fx-text-primary);
  margin: 0 0 24px 0;
  letter-spacing: -0.03em;
  hyphens: manual;
  -webkit-hyphens: manual;
}

#fx-hero .text-highlight {
  background: linear-gradient(135deg, var(--konvex-accent), #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

#fx-hero .hero-subtext {
  font-size: 1.125rem;
  color: var(--fx-text-secondary);
  margin-bottom: 22px;
  max-width: 520px;
  line-height: 1.7;
}

#fx-hero .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  max-width: 560px;
}

#fx-hero .hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
}

#fx-hero .hero-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#fx-hero .btn-primary.btn-lg {
  padding: 16px 40px;
  font-size: 1.05rem;
}

#fx-hero .hero-guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  white-space: nowrap;
  margin-top: 12px;
}

#fx-hero .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fx-hero .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: radial-gradient(circle at center, rgba(56, 182, 255, 0.10) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

#fx-hero .dots-decor {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(rgba(255,255,255,0.12) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  z-index: 0;
  opacity: 0.5;
}

#fx-hero .laptop-img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 580px;
  z-index: 1;
  border-radius: var(--fx-radius-lg);
  transition: transform 0.6s var(--fx-ease-spring);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

#fx-hero .hero-visual:hover .laptop-img {
  transform: scale(1.02) translateY(-4px);
}

/* Hero entrance animation */
#fx-hero .hero-content > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--fx-ease-spring);
}

#fx-hero.anim-ready .hero-content > .is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  #fx-hero { text-align: center; min-height: auto; }
  #fx-hero .hero-subtext { margin-left: auto; margin-right: auto; }
  #fx-hero .hero-facts { justify-content: center; margin-left: auto; margin-right: auto; }
  #fx-hero .hero-cta { justify-content: center; }
}

@media (max-width: 640px) {
  #fx-hero .btn-primary.btn-lg {
    width: 100%;
    padding: 14px 24px;
  }
  #fx-hero .hero-glow-orb {
    width: 300px;
    height: 300px;
  }
}

/* ===========================================
   FX BENTO GRID — Light
   =========================================== */
#fx-bento {
  font-family: var(--konvex-font);
  color: var(--gray-100);
  background-color: #0a0a0a;
  padding: var(--fx-section-py) 24px;
  max-width: none;
}

#fx-bento > * {
  max-width: var(--konvex-container);
  margin-left: auto;
  margin-right: auto;
}

#fx-bento .bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 1024px) {
  #fx-bento .bento-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
  }
}

#fx-bento .module-card {
  border-radius: var(--fx-radius-xl);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#fx-bento .module-card:hover {
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

#fx-bento .info-card {
  padding: clamp(24px, 4vw, 40px);
  justify-content: center;
}

#fx-bento .bento-right-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#fx-bento .chart-card {
  background: rgba(255,255,255,0.05);
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  min-height: clamp(240px, 50vw, 340px);
  flex: 1;
}

#fx-bento .stat-highlight-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#fx-bento .stat-highlight {
  padding: 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#fx-bento .stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fx-text-tertiary);
  font-weight: 600;
}

#fx-bento .stat-value {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--fx-accent);
  letter-spacing: -0.02em;
  font-family: var(--konvex-font);
}

#fx-bento .stat-caption {
  font-size: 0.75rem;
  color: var(--fx-text-tertiary);
}

#fx-bento h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  margin: 0 0 1rem 0;
}

#fx-bento p.description {
  font-size: 1.05rem;
  color: var(--gray-400);
  margin-bottom: 2rem;
  line-height: 1.6;
}

#fx-bento .meta-info {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.76em;
  color: var(--fx-text-tertiary);
  line-height: 1.5;
}

#fx-bento .cost-note {
  display: block;
  margin-top: 1rem;
  padding: 14px 16px;
  color: var(--gray-100);
  background: rgba(56, 182, 255, 0.08);
  border: 1px solid rgba(56, 182, 255, 0.16);
  border-radius: 12px;
  font-size: 0.93em;
  line-height: 1.55;
}

#fx-bento .stats-container {
  width: 100%;
  margin-bottom: 2rem;
  border-top: 2px solid rgba(255,255,255,0.1);
}

#fx-bento .stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.95rem;
}

#fx-bento .stats-row.header {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--fx-text-tertiary);
  font-weight: 600;
  padding-top: 16px;
}

#fx-bento .stats-row .label {
  font-weight: 600;
  color: var(--gray-100);
}

#fx-bento .stats-row .value {
  font-family: "SF Mono", "Roboto Mono", "Fira Code", monospace;
  color: var(--gray-100);
  font-weight: 700;
  text-align: right;
  font-size: 0.9rem;
}

#fx-bento .stats-row.highlight {
  background: linear-gradient(90deg, transparent, rgba(56, 182, 255, 0.12));
  border-bottom: none;
  padding: 14px 12px;
  margin: 4px -12px 0;
  border-radius: 8px;
}

#fx-bento .stats-row.highlight .value {
  color: var(--fx-accent);
  font-size: 0.95rem;
}

#fx-bento .cta-wrapper { margin-top: auto; }

#fx-bento .btn-primary {
  width: 100%;
  text-align: center;
}

#fx-bento .chart-header {
  position: absolute;
  top: 24px;
  left: 28px;
  color: var(--fx-text-tertiary);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

#fx-bento .live-indicator {
  width: 7px;
  height: 7px;
  background: #2ecc71;
  border-radius: 50%;
  box-shadow: 0 0 8px #2ecc71;
  animation: fx-pulse 2s infinite;
}

@keyframes fx-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

#fx-bento .chart-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fx-bento svg.finance-chart {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.4));
}

/* Bento animation */
#fx-bento.anim-ready .module-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s var(--fx-ease-spring);
}

#fx-bento.anim-ready .module-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  #fx-bento .chart-card { min-height: 400px; }
}

@media (max-width: 640px) {
  #fx-bento .stat-highlight-row { grid-template-columns: 1fr; }
  #fx-bento .stat-highlight { padding: 16px 20px; }
}

/* ===========================================
   FX FEATURES GRID — Light
   =========================================== */
#fx-features {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: var(--gray-100);
  padding: var(--fx-section-py) 24px;
  color: var(--gray-900);
}

#fx-features > * {
  max-width: var(--konvex-container);
  margin-left: auto;
  margin-right: auto;
}

#fx-features .section-header {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

#fx-features .section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0 0 14px 0;
}

#fx-features .section-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--gray-750);
  font-size: 1rem;
  line-height: 1.65;
}

#fx-features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Feature cards 1 & 4: span 2 columns, horizontal layout */
@media (min-width: 769px) {
  #fx-features .feature-card:nth-child(1),
  #fx-features .feature-card:nth-child(4) {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  #fx-features .feature-card:nth-child(1) .icon-wrapper,
  #fx-features .feature-card:nth-child(4) .icon-wrapper {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

#fx-features .feature-card {
  background: #ffffff;
  border-radius: var(--fx-radius-xl);
  padding: 2rem;
  border: 1px solid #e5e5ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s var(--fx-ease-spring), box-shadow 0.4s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

#fx-features .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--konvex-accent);
}

#fx-features .icon-wrapper {
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 182, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(56, 182, 255, 0.1);
  transition: background 0.3s ease;
}

#fx-features .feature-card:hover .icon-wrapper {
  background: rgba(56, 182, 255, 0.15);
}

#fx-features .icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke: var(--fx-accent);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#fx-features h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--gray-900);
}

#fx-features .feature-card p {
  font-size: 0.9rem;
  color: var(--gray-750);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

/* Features animation */
#fx-features.anim-ready .feature-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s var(--fx-ease-spring), box-shadow 0.4s ease, border-color 0.3s ease;
}

#fx-features.anim-ready .feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#fx-features .feature-card:nth-child(1) { transition-delay: 0s; }
#fx-features .feature-card:nth-child(2) { transition-delay: 0.08s; }
#fx-features .feature-card:nth-child(3) { transition-delay: 0.16s; }
#fx-features .feature-card:nth-child(4) { transition-delay: 0.24s; }
#fx-features .feature-card:nth-child(5) { transition-delay: 0.32s; }
#fx-features .feature-card:nth-child(6) { transition-delay: 0.4s; }

@media (max-width: 1024px) {
  #fx-features .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  #fx-features .section-header h2 { font-size: 1.6rem; }
  #fx-features .features-grid { grid-template-columns: 1fr; gap: 12px; }
  #fx-features .feature-card { padding: 1.5rem; }
}

/* ===========================================
   FX INDICATORS — Light
   =========================================== */
#fx-indicators {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: #ffffff;
  padding: var(--fx-section-py) 24px;
  color: var(--gray-900);
  overflow: hidden;
}

#fx-indicators > * {
  max-width: var(--konvex-container);
  margin-left: auto;
  margin-right: auto;
}

#fx-indicators .hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: clamp(48px, 6vw, 80px);
}

#fx-indicators .hero-text {
  flex: 1 1 480px;
}

#fx-indicators .hero-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 0 20px 0;
}

#fx-indicators .hero-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gray-750);
  margin-bottom: 32px;
}

#fx-indicators .hero-image {
  flex: 1 1 480px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fx-indicators .glow-bg {
  position: absolute;
  width: 70%;
  height: 70%;
  background: var(--fx-accent);
  opacity: 0.1;
  filter: blur(80px);
  border-radius: 50%;
  z-index: 0;
}

#fx-indicators .image-frame {
  position: relative;
  border-radius: var(--fx-radius-xl);
  border: 1px solid #e5e5ea;
  overflow: hidden;
  background: #ffffff;
}

#fx-indicators .image-frame img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  animation: fx-float 6s ease-in-out infinite;
}

#fx-indicators .hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.3));
  animation: fx-float 6s ease-in-out infinite;
}

@keyframes fx-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

#fx-indicators .grid-title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  margin-bottom: 36px;
  font-weight: 700;
  color: var(--gray-900);
}

#fx-indicators .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#fx-indicators .method-card {
  background: #ffffff;
  padding: 28px 20px;
  border-radius: var(--fx-radius-md);
  border: 1px solid #e5e5ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.35s var(--fx-ease-spring);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#fx-indicators .method-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: var(--konvex-accent);
}

#fx-indicators .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(56, 182, 255, 0.08);
  color: var(--fx-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.3s ease, color 0.3s ease;
}

#fx-indicators .card-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#fx-indicators .method-card:hover .card-icon {
  background: var(--fx-accent);
  color: #fff;
}

#fx-indicators .method-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--gray-900);
}

#fx-indicators .method-card p {
  font-size: 0.88rem;
  color: var(--gray-750);
  margin: 0;
  line-height: 1.5;
}

#fx-indicators .tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  background: rgba(56, 182, 255, 0.10);
  color: var(--fx-accent);
  border-radius: 6px;
  margin-top: 14px;
  font-weight: 600;
}

/* Indicators animation */
#fx-indicators.anim-ready .hero-text,
#fx-indicators.anim-ready .hero-image,
#fx-indicators.anim-ready .grid-title,
#fx-indicators.anim-ready .method-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#fx-indicators.anim-ready .hero-text { transform: translateX(-30px); }
#fx-indicators.anim-ready .hero-image { transform: translateX(30px); }

#fx-indicators.anim-ready .is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

#fx-indicators.anim-ready .method-card:nth-child(1) { transition-delay: 0.05s; }
#fx-indicators.anim-ready .method-card:nth-child(2) { transition-delay: 0.1s; }
#fx-indicators.anim-ready .method-card:nth-child(3) { transition-delay: 0.15s; }
#fx-indicators.anim-ready .method-card:nth-child(4) { transition-delay: 0.2s; }

@media (max-width: 1024px) {
  #fx-indicators .grid-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  #fx-indicators .hero-row {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
    text-align: center;
  }
  #fx-indicators .hero-text,
  #fx-indicators .hero-image {
    flex: 1 1 auto;
    width: 100%;
  }
  #fx-indicators .hero-text p { margin-bottom: 24px; }
  #fx-indicators .btn-primary { width: 100%; }
  #fx-indicators .grid-container { grid-template-columns: 1fr; }
  #fx-indicators .method-card {
    flex-direction: row;
    text-align: left;
    padding: 20px;
    align-items: flex-start;
    gap: 16px;
  }
  #fx-indicators .card-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #fx-indicators .method-card h3 { margin-bottom: 4px; }
  #fx-indicators .tag { margin-top: 8px; }
}

/* ===========================================
   FX PLATFORM (Video) — Dark
   =========================================== */
#fx-platform {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: #0a0a0a;
  padding: var(--fx-section-py) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--fx-text-primary);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s var(--fx-ease-spring);
}

#fx-platform.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#fx-platform .section-header {
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 780px;
  width: 100%;
}

#fx-platform .media-wrapper {
  max-width: 1100px;
}

#fx-platform h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0 0 16px 0;
}

#fx-platform p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--fx-text-secondary);
  margin: 0 auto;
  max-width: 90%;
}

#fx-platform .media-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}

#fx-platform .video-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  background: var(--fx-accent);
  filter: blur(100px);
  opacity: 0.08;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

#fx-platform .video-frame {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: var(--fx-radius-xl);
  overflow: hidden;
  border: 1px solid var(--fx-border-2);
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.5);
}

#fx-platform .video-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#fx-platform iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Video Consent Gate (DSGVO) */
#fx-platform .video-consent-gate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  z-index: 2;
}

#fx-platform .consent-content {
  text-align: center;
  max-width: 400px;
  padding: 2rem;
}

#fx-platform .consent-icon {
  width: 56px;
  height: 56px;
  color: var(--konvex-accent);
  margin-bottom: 1.25rem;
  opacity: 0.7;
}

#fx-platform .consent-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-100);
  margin-bottom: 0.5rem;
}

#fx-platform .consent-text {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

#fx-platform .consent-text a {
  color: var(--konvex-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

#fx-platform .consent-text a:hover {
  color: #7dd3fc;
}

#fx-platform .consent-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: var(--konvex-accent);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 20px rgba(56, 182, 255, 0.15);
}

#fx-platform .consent-btn:hover {
  background: #269add;
  box-shadow: 0 0 28px rgba(56, 182, 255, 0.25);
}

@media (max-width: 768px) {
  #fx-platform h2 { font-size: 1.5rem; }
  #fx-platform p { font-size: 0.95rem; max-width: 100%; }
}

/* ===========================================
   FX BEGLEITSKRIPT — Light
   =========================================== */
#fx-material {
  font-family: var(--konvex-font);
  max-width: none;
  padding: var(--fx-section-py) 24px;
  color: var(--gray-900);
  background:
    radial-gradient(circle at 78% 45%, rgba(56, 182, 255, 0.11), transparent 28%),
    var(--gray-100);
  overflow: hidden;
}

#fx-material .material-inner {
  width: 100%;
  max-width: var(--konvex-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

#fx-material .material-copy {
  max-width: 590px;
}

#fx-material .material-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 14px;
  color: var(--fx-accent);
  background: rgba(56, 182, 255, 0.08);
  border: 1px solid rgba(56, 182, 255, 0.15);
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#fx-material h2 {
  margin: 0 0 18px 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

#fx-material .material-copy > p {
  margin: 0 0 24px 0;
  color: var(--gray-750);
  font-size: 1.05rem;
  line-height: 1.7;
}

#fx-material .material-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  gap: 12px;
}

#fx-material .material-list li {
  position: relative;
  padding-left: 30px;
  color: var(--gray-800);
  font-size: .95rem;
  line-height: 1.5;
}

#fx-material .material-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(56, 182, 255, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338b6ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

#fx-material .material-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fx-material .script-shadow {
  position: absolute;
  width: 70%;
  height: 30%;
  left: 16%;
  bottom: 5%;
  background: rgba(10, 10, 10, 0.18);
  filter: blur(45px);
  border-radius: 50%;
  transform: rotate(-8deg);
}

#fx-material .script-page {
  position: absolute;
  width: min(330px, 75vw);
  aspect-ratio: 0.707;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: 0 28px 60px rgba(10, 10, 10, 0.17);
}

#fx-material .script-page-back {
  transform: translate(34px, 12px) rotate(5deg);
  background: #edf0f4;
}

#fx-material .script-page-front {
  z-index: 2;
  padding: 42px 34px 30px;
  transform: rotate(-3deg);
  color: #111827;
  background:
    linear-gradient(145deg, rgba(56, 182, 255, .08), transparent 38%),
    #fff;
}

#fx-material .script-brand {
  color: var(--fx-accent);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: 1.8px;
}

#fx-material .script-rule {
  width: 44px;
  height: 3px;
  margin: 18px 0 58px;
  background: var(--fx-accent);
  border-radius: 2px;
}

#fx-material .script-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--gray-600);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

#fx-material .script-page strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

#fx-material .script-lines {
  display: grid;
  gap: 8px;
  margin-top: 42px;
}

#fx-material .script-lines span {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #e2e6ea;
}

#fx-material .script-lines span:nth-child(2) { width: 86%; }
#fx-material .script-lines span:nth-child(3) { width: 94%; }
#fx-material .script-lines span:nth-child(4) { width: 68%; }

#fx-material .script-footer {
  position: absolute;
  left: 34px;
  bottom: 28px;
  color: var(--gray-550);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 1px;
}

#fx-material .script-count {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 12%;
  width: 108px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--konvex-accent), #385dff);
  border: 6px solid var(--gray-100);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(56, 93, 255, .24);
}

#fx-material .script-count strong {
  font-size: 2rem;
  line-height: 1;
}

#fx-material .script-count span {
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 700;
}

#fx-material.anim-ready .anim-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease-out, transform .7s var(--fx-ease-spring);
}

#fx-material.anim-ready .anim-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  #fx-material .material-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #fx-material .material-copy {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }
  #fx-material .material-list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #fx-material .material-visual {
    min-height: 450px;
  }
}

@media (max-width: 520px) {
  #fx-material .material-visual {
    min-height: 390px;
  }
  #fx-material .script-page-front {
    padding: 34px 28px 26px;
  }
  #fx-material .script-rule {
    margin-bottom: 42px;
  }
  #fx-material .script-count {
    right: -3%;
    width: 92px;
    height: 92px;
  }
}

/* ===========================================
   FX DASHBOARD APP — Dark
   =========================================== */
#fx-dashboard {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: #0a0a0a;
  padding: var(--fx-section-py) 24px;
  color: var(--fx-text-primary);
}

#fx-dashboard .dashboard-inner {
  max-width: var(--konvex-container);
  margin: 0 auto;
}

#fx-dashboard .section-header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}

#fx-dashboard .dashboard-badge {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: var(--fx-accent);
  background: rgba(56, 182, 255, 0.08);
  border: 1px solid rgba(56, 182, 255, 0.15);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

#fx-dashboard h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  color: var(--fx-text-primary);
}

#fx-dashboard .badge-neu {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  background: #22c55e;
  padding: 4px 10px;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
  animation: fx-neu-pulse 2.5s ease-in-out infinite;
}

@keyframes fx-neu-pulse {
  0%, 100% { box-shadow: 0 0 12px rgba(34, 197, 94, 0.4); }
  50% { box-shadow: 0 0 20px rgba(34, 197, 94, 0.6); }
}

#fx-dashboard .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--fx-text-secondary);
  max-width: 640px;
  margin: 0 auto;
}

/* --- Screenshot Showcase --- */
#fx-dashboard .dashboard-showcase {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
  margin-bottom: clamp(48px, 6vw, 80px);
}

#fx-dashboard .showcase-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

#fx-dashboard .showcase-item.reverse {
  grid-template-columns: 1fr 1.2fr;
}

#fx-dashboard .showcase-item.reverse .showcase-img {
  order: 2;
}

#fx-dashboard .showcase-item.reverse .showcase-text {
  order: 1;
}

#fx-dashboard .showcase-img {
  border-radius: var(--fx-radius-lg);
  overflow: hidden;
  border: 1px solid var(--fx-border-2);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.4);
  background: #0d0d0d;
}

#fx-dashboard .showcase-img img {
  width: 100%;
  height: auto;
  display: block;
}

#fx-dashboard .showcase-text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--fx-text-primary);
  margin: 0 0 12px 0;
}

#fx-dashboard .showcase-text p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fx-text-secondary);
  margin: 0 0 20px 0;
}

#fx-dashboard .showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#fx-dashboard .showcase-tags span {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fx-accent);
  background: rgba(56, 182, 255, 0.08);
  border: 1px solid rgba(56, 182, 255, 0.15);
  padding: 4px 12px;
  border-radius: 100px;
}

/* --- Feature Grid --- */
#fx-dashboard .dashboard-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: clamp(48px, 6vw, 72px);
}

#fx-dashboard .dash-feature {
  background: var(--fx-surface-2);
  border: 1px solid var(--fx-border-1);
  border-radius: var(--fx-radius-md);
  padding: 28px 24px;
  transition: all 0.35s var(--fx-ease-spring);
}

#fx-dashboard .dash-feature:hover {
  transform: translateY(-4px);
  border-color: var(--fx-accent);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

#fx-dashboard .dash-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(56, 182, 255, 0.08);
  border: 1px solid rgba(56, 182, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.3s ease;
}

#fx-dashboard .dash-feature:hover .dash-icon {
  background: rgba(56, 182, 255, 0.15);
}

#fx-dashboard .dash-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--fx-accent);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#fx-dashboard .dash-feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--fx-text-primary);
}

#fx-dashboard .dash-feature p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--fx-text-secondary);
  margin: 0;
}

/* --- Download CTA --- */
#fx-dashboard .dashboard-cta {
  text-align: center;
}

#fx-dashboard .local-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #22c55e;
  margin: 0 0 20px 0;
}

#fx-dashboard .cta-platforms {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

#fx-dashboard .platform-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: var(--konvex-font);
  color: var(--fx-text-secondary);
  background: var(--fx-surface-2);
  border: 1px solid var(--fx-border-1);
  border-radius: 100px;
}

#fx-dashboard .os-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.7;
}

#fx-dashboard .cta-note {
  font-size: 1rem;
  color: var(--fx-text-secondary);
  margin: 0 0 16px 0;
}

#fx-dashboard .cta-footnote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--fx-text-tertiary);
  margin: 0;
}

/* --- Animations --- */
#fx-dashboard.anim-ready .section-header,
#fx-dashboard.anim-ready .showcase-item,
#fx-dashboard.anim-ready .dash-feature,
#fx-dashboard.anim-ready .dashboard-cta {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s var(--fx-ease-spring);
}

#fx-dashboard.anim-ready .section-header.is-visible,
#fx-dashboard.anim-ready .showcase-item.is-visible,
#fx-dashboard.anim-ready .dash-feature.is-visible,
#fx-dashboard.anim-ready .dashboard-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#fx-dashboard.anim-ready .dash-feature:nth-child(1) { transition-delay: 0s; }
#fx-dashboard.anim-ready .dash-feature:nth-child(2) { transition-delay: 0.08s; }
#fx-dashboard.anim-ready .dash-feature:nth-child(3) { transition-delay: 0.16s; }
#fx-dashboard.anim-ready .dash-feature:nth-child(4) { transition-delay: 0.24s; }
#fx-dashboard.anim-ready .dash-feature:nth-child(5) { transition-delay: 0.32s; }
#fx-dashboard.anim-ready .dash-feature:nth-child(6) { transition-delay: 0.4s; }

/* --- Responsive --- */
@media (max-width: 1024px) {
  #fx-dashboard .showcase-item,
  #fx-dashboard .showcase-item.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #fx-dashboard .showcase-item.reverse .showcase-img,
  #fx-dashboard .showcase-item.reverse .showcase-text {
    order: unset;
  }
  #fx-dashboard .dashboard-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #fx-dashboard h2 { font-size: 1.5rem; }
  #fx-dashboard .section-subtitle { font-size: 0.95rem; max-width: 100%; }
  #fx-dashboard .dashboard-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #fx-dashboard .dash-feature {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }
  #fx-dashboard .dash-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

/* ===========================================
   FX TARGET GROUP — Light
   =========================================== */
#fx-target {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: var(--gray-100);
  padding: var(--fx-section-py) max(24px, calc((100% - 1052px) / 2));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  color: var(--gray-900);
}

#fx-target .content-col {
  flex: 1 1 400px;
  max-width: 560px;
}

#fx-target h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 28px 0;
}

#fx-target .checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#fx-target .checklist li {
  position: relative;
  padding: 20px 20px 20px 56px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--gray-750);
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e5ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#fx-target .checklist li:hover {
  border-color: var(--fx-accent, var(--konvex-accent));
  box-shadow: 0 4px 16px rgba(56, 182, 255, 0.08);
}

#fx-target .checklist li strong {
  color: var(--gray-900);
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}

#fx-target .checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 28px;
  height: 28px;
  background-color: rgba(56, 182, 255, 0.1);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338b6ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

/* Final CTA Button */
#fx-target .btn-cta-final {
  display: block;
  width: 100%;
  max-width: 440px;
  text-align: center;
  padding: 18px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(56, 182, 255, 0.25);
}

#fx-target .btn-cta-final:hover {
  box-shadow: 0 8px 40px rgba(56, 182, 255, 0.4);
}

#fx-target .image-col {
  flex: 1 1 320px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fx-target .blob-bg {
  position: absolute;
  width: 110%;
  height: 110%;
  background: radial-gradient(circle, rgba(56, 182, 255, 0.06) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

#fx-target .image-col img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
  animation: fx-float 6s ease-in-out infinite;
}

/* Target animation */
#fx-target.anim-ready .content-col,
#fx-target.anim-ready .image-col {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s var(--fx-ease-spring);
}

#fx-target.anim-ready .content-col { transform: translateX(-30px); }
#fx-target.anim-ready .image-col { transform: translateX(30px); }

#fx-target.anim-ready .content-col.is-visible,
#fx-target.anim-ready .image-col.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  #fx-target {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }
  #fx-target .content-col { max-width: 100%; }
  #fx-target .checklist { text-align: left; max-width: 500px; margin-left: auto; margin-right: auto; }
  #fx-target .btn-cta-final { margin-left: auto; margin-right: auto; }
  #fx-target .image-col img { max-width: 280px; }
}

/* ===========================================
   FX REVIEWS CAROUSEL — Dark
   =========================================== */
#fx-reviews {
  font-family: var(--konvex-font);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--fx-section-py) 0;
  color: var(--fx-text-primary);
  background-color: #0a0a0a;
}

#fx-reviews .carousel-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0 48px;
  max-width: 960px;
  margin: 0 auto;
}

#fx-reviews .review-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  list-style: none;
  padding: 0;
  margin: 0;
}

#fx-reviews .review-slide {
  min-width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

#fx-reviews .review-card {
  background: var(--fx-surface-2);
  border-radius: var(--fx-radius-xl);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
  position: relative;
  max-width: 720px;
  width: 100%;
  border: 1px solid var(--fx-border-1);
}

#fx-reviews .review-card::before {
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: -12px;
  left: 24px;
  color: rgba(56, 182, 255, 0.10);
  z-index: 0;
  pointer-events: none;
}

#fx-reviews .review-content {
  position: relative;
  z-index: 1;
}

#fx-reviews .stars {
  color: var(--konvex-gold);
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  letter-spacing: 3px;
}

#fx-reviews .review-text {
  font-size: 1.05rem;
  color: var(--fx-text-secondary);
  margin-bottom: 2rem;
  font-style: italic;
  line-height: 1.7;
}

#fx-reviews .review-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
}

#fx-reviews .review-avatar {
  width: 46px;
  height: 46px;
  background: var(--fx-accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  letter-spacing: 0.5px;
  box-shadow: 0 0 0 2px var(--fx-bg-primary), 0 0 0 4px var(--fx-accent);
}

#fx-reviews .review-user-info h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fx-text-primary);
}

#fx-reviews .review-user-info p {
  margin: 2px 0 0 0;
  font-size: 0.8rem;
  color: var(--fx-text-tertiary);
}

/* Carousel navigation */
#fx-reviews .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--fx-surface-3);
  border: 1px solid var(--fx-border-2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  z-index: 10;
  color: var(--fx-text-primary);
  padding: 0;
}

#fx-reviews .nav-btn:hover {
  background: var(--fx-accent);
  border-color: var(--fx-accent);
  box-shadow: 0 4px 16px rgba(56, 182, 255, 0.3);
}

#fx-reviews .nav-prev { left: 0; }
#fx-reviews .nav-next { right: 0; }

#fx-reviews .arrow-icon {
  border: solid currentColor;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 4px;
  transition: border-color 0.2s;
}

#fx-reviews .nav-prev .arrow-icon {
  transform: rotate(135deg);
  margin-left: 3px;
}

#fx-reviews .nav-next .arrow-icon {
  transform: rotate(-45deg);
  margin-right: 3px;
}

#fx-reviews .nav-btn:hover .arrow-icon {
  border-color: #fff;
}

#fx-reviews .review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

#fx-reviews .review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fx-border-2);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

#fx-reviews .review-dot.active {
  background: var(--fx-accent);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  #fx-reviews .review-card { padding: 1.75rem; }
  #fx-reviews .review-text { font-size: 0.95rem; }
  #fx-reviews .nav-btn { display: none; }
  #fx-reviews .carousel-container { padding: 16px 0 40px; }
}


/* KX-SECTION fx-main END */

/* KX-SECTION fx-reviews-mobile START */
/* ===========================================
   REVIEWS: Mobile Swipe Indicator
   =========================================== */
@media (max-width: 768px) {
  #fx-reviews .carousel-container::after {
    content: "← swipe →";
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: var(--fx-text-tertiary, var(--gray-600));
    letter-spacing: 1px;
    margin-top: 12px;
    opacity: 0.6;
  }
}

/* KX-SECTION fx-reviews-mobile END */

/* KX-SECTION fx-guarantee START */
/* ===================================================
   EXTRACTED INLINE STYLES — FX Hedging (Guarantee)
   =================================================== */
/* --- FX Hedging: fx-guarantee --- */
#fx-guarantee {
  background: var(--gray-50);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}
#fx-guarantee .guarantee-card {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  padding: 48px 40px;
  text-align: center;
  font-family: var(--konvex-font, inherit);
}
#fx-guarantee .guarantee-badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--konvex-accent) 0%, #0080cc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(56,182,255,.25);
}
#fx-guarantee .guarantee-badge svg {
  width: 36px;
  height: 36px;
}
#fx-guarantee .guarantee-card h2 {
  font-size: 1.6rem;
  margin: 0 0 12px;
  color: #1a1a2e;
}
#fx-guarantee .guarantee-subline {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 24px;
  line-height: 1.6;
}
#fx-guarantee .guarantee-footnote {
  font-size: .85rem;
  color: #888;
}
#fx-guarantee .guarantee-footnote a {
  color: var(--konvex-accent);
  text-decoration: underline;
}
#fx-guarantee .guarantee-cta {
  margin-top: 18px;
}
@media (max-width: 600px) {
  #fx-guarantee { padding: 48px 16px; }
  #fx-guarantee .guarantee-card { padding: 32px 20px; }
  #fx-guarantee .guarantee-card h2 { font-size: 1.3rem; }
}


/* KX-SECTION fx-guarantee END */
