/*
Theme Name:     Konvex BuddyBoss Child
Theme URI:      https://konvexinvestment.com
Description:    Child theme for BuddyBoss Theme - Konvex Investment. Lightweight replacement after Elementor removal.
Author:         Konvex Investment
Template:       buddyboss-theme
Version:        1.0.0
Text Domain:    konvex-child
*/

/* ===========================================
   CSS CUSTOM PROPERTIES
   =========================================== */
:root {
  --konvex-bg: #f9fafc;
  --konvex-dark: #111827;
  --konvex-gray: #6b7280;
  --konvex-gray-light: #9ca3af;
  --konvex-accent: #38b6ff;
  --konvex-accent-hover: #269add;
  --konvex-border: #e5e7eb;
  --konvex-border-light: #f3f4f6;
  --konvex-white: #ffffff;
  --konvex-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --konvex-radius: 12px;
  --konvex-container: 1200px;
}

/* ===========================================
   CUSTOM PAGE LAYOUT OVERRIDES
   =========================================== */
body.page-template-template-homepage #content .container,
body.page-template-template-fx-hedging #content .container,
body.page-template-template-fixed-income #content .container,
body.page-template-template-indikatoren #content .container,
body.page-template-template-box-spread-rechner #content .container,
body.page-template-template-datenschutz #content .container,
body.page-template-template-agbs #content .container,
body.page-template-template-haftungsbeschraenkung #content .container {
  max-width: none;
  padding: 0;
}

body.page-template-template-homepage .bb-grid.site-content-grid,
body.page-template-template-fx-hedging .bb-grid.site-content-grid,
body.page-template-template-fixed-income .bb-grid.site-content-grid,
body.page-template-template-indikatoren .bb-grid.site-content-grid,
body.page-template-template-box-spread-rechner .bb-grid.site-content-grid,
body.page-template-template-datenschutz .bb-grid.site-content-grid,
body.page-template-template-agbs .bb-grid.site-content-grid,
body.page-template-template-haftungsbeschraenkung .bb-grid.site-content-grid {
  display: block;
  grid-template-columns: none;
}

body.page-template-template-homepage #content,
body.page-template-template-fx-hedging #content,
body.page-template-template-fixed-income #content,
body.page-template-template-indikatoren #content,
body.page-template-template-box-spread-rechner #content,
body.page-template-template-datenschutz #content,
body.page-template-template-agbs #content,
body.page-template-template-haftungsbeschraenkung #content {
  padding: 0;
}

/* Light-Dark Hybrid — light base, dark sections set own BG */
body {
  background-color: #ffffff;
}

/* Hide BB header/footer for non-logged-in users */
body:not(.logged-in) #masthead {
  display: none;
}

/* Hide primary nav menu for logged-in users (BuddyPanel has these items) */
body.logged-in #site-navigation,
body.logged-in .site-header-container > nav.main-navigation {
  display: none !important;
}

/* Push header-aside (search, notifications, cart, avatar) to the right */
body.logged-in .site-header-container #header-aside {
  margin-left: auto;
}

/* ===========================================
   UTILITY: Full-width breakout
   =========================================== */
.konvex-full-width {
  width: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
}

/* ===========================================
   HEADER (Public / Logged-out) — Light
   =========================================== */
body.logged-in #konvex-header { display: none !important; }

#konvex-header {
  font-family: var(--konvex-font);
  height: 80px;
  display: block;
  z-index: 100;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

#konvex-header *,
#konvex-header *::before,
#konvex-header *::after {
  box-sizing: border-box;
}

#konvex-header .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}

body.admin-bar #konvex-header .main-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #konvex-header .main-header { top: 46px; }
}

#konvex-header .header-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  padding-left: max(24px, env(safe-area-inset-left));
  padding-right: max(24px, env(safe-area-inset-right));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}

@media (max-width: 768px) {
  #konvex-header .header-container {
    padding: 0 16px;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

/* Logo */
#konvex-header .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: none;
  outline: none;
  flex: 0 0 auto;
  margin-right: auto;
  z-index: 102;
}

#konvex-header .logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  #konvex-header .logo-img { height: 44px; max-width: 220px; }
}
@media (max-width: 400px) {
  #konvex-header .logo-img { height: 36px; max-width: 180px; }
}

/* Desktop Navigation */
#konvex-header .desktop-nav {
  display: none;
}

@media (min-width: 1024px) {
  #konvex-header .desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 100%;
    margin-left: auto;
  }
}

#konvex-header .nav-link {
  text-decoration: none;
  color: #424245;
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

#konvex-header .nav-link:hover { color: var(--konvex-accent); }

#konvex-header .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--konvex-accent);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#konvex-header .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Dropdown */
#konvex-header .nav-item-dropdown {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

#konvex-header .dropdown-arrow {
  width: 10px;
  height: 10px;
  fill: currentColor;
  transition: transform 0.2s ease;
  opacity: 0.6;
}

#konvex-header .nav-item-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

#konvex-header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #ffffff;
  min-width: 260px;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 101;
}

#konvex-header .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

#konvex-header .nav-item-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

#konvex-header .dropdown-link {
  display: block;
  padding: 10px 16px;
  color: #424245;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

#konvex-header .dropdown-link:visited,
#konvex-header .dropdown-link:active,
#konvex-header .dropdown-link:focus {
  color: #424245;
}

#konvex-header .dropdown-link:hover {
  background-color: rgba(56, 182, 255, 0.06);
  color: var(--konvex-accent);
}

/* CTA Button */
#konvex-header .cta-button {
  background-color: var(--konvex-accent);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px rgba(56, 182, 255, 0.15);
  border: 1px solid transparent;
  white-space: nowrap;
}

#konvex-header .cta-button:hover {
  background-color: var(--konvex-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(56, 182, 255, 0.3);
}
#konvex-header .cta-button::after { display: none; }

/* Mobile Toggle */
#konvex-header .mobile-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #424245;
  margin-left: auto;
  flex: 0 0 auto;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
  #konvex-header .mobile-toggle { display: none; }
}

#konvex-header .hamburger-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

#konvex-header .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

#konvex-header .hamburger-line:nth-child(1) { top: 2px; }
#konvex-header .hamburger-line:nth-child(2) { top: 11px; }
#konvex-header .hamburger-line:nth-child(3) { top: 20px; }

/* Mobile Menu */
#konvex-header .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 0 max(20px, env(safe-area-inset-bottom));
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  flex-direction: column;
  gap: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}

body.admin-bar #konvex-header .mobile-menu { top: 112px; }
@media screen and (max-width: 782px) {
  body.admin-bar #konvex-header .mobile-menu { top: 126px; }
}

#konvex-header .mobile-menu.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overscroll-behavior: contain;
}

#konvex-header .mobile-link {
  padding: 16px 24px;
  text-decoration: none;
  color: #1d1d1f;
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
}

#konvex-header .mobile-label {
  padding: 16px 24px 8px;
  color: #6e6e73;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#konvex-header .mobile-sub-link {
  padding: 12px 24px 12px 48px;
  text-decoration: none;
  color: #86868b;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
}

#konvex-header .mobile-sub-link::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  width: 6px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

#konvex-header .mobile-link:hover,
#konvex-header .mobile-sub-link:hover {
  background-color: rgba(56, 182, 255, 0.08);
  color: var(--konvex-accent);
}

#konvex-header .mobile-cta-container { padding: 24px; }

#konvex-header .mobile-cta {
  display: block;
  text-align: center;
  width: 100%;
  background-color: var(--konvex-accent);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

/* ===========================================
   HERO SECTION — Dark CI
   =========================================== */
#konvex-hero {
  position: relative;
  font-family: var(--konvex-font);
  background-color: #0a0a0a;
  color: #f5f5f7;
  overflow-x: hidden;
  padding: 100px max(20px, env(safe-area-inset-right)) 100px max(20px, env(safe-area-inset-left));
  min-height: 80vh;
  min-height: 80dvh;
  display: flex;
  align-items: center;
}

#konvex-hero * { box-sizing: border-box; }

@media (max-width: 1024px) {
  #konvex-hero {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
    text-align: center;
    justify-content: flex-start;
  }
  #konvex-hero .hero-container { flex-direction: column; gap: 40px; }
}

#konvex-hero .hero-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#konvex-hero .hero-text {
  flex: 1.2;
  max-width: 55%;
  position: relative;
}

@media (max-width: 1024px) {
  #konvex-hero .hero-text {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#konvex-hero h1 {
  color: var(--konvex-accent);
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

#konvex-hero h1 span {
  color: #f5f5f7;
  display: block;
}

#konvex-hero p.lead {
  font-size: 1.15rem;
  color: #86868b;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 95%;
  margin-left: 0;
}

@media (max-width: 1024px) {
  #konvex-hero p.lead { margin-left: auto; margin-right: auto; }
}

/* Market Widget */
#konvex-hero .market-widget-link {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 24px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(56, 182, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  max-width: 100%;
  width: fit-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#konvex-hero .market-widget-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 40px rgba(56, 182, 255, 0.2);
  border-color: rgba(56, 182, 255, 0.3);
}

#konvex-hero .widget-chart-box {
  width: 50px;
  height: 50px;
  background: rgba(56, 182, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  position: relative;
}

#konvex-hero .widget-chart-box svg {
  width: 30px;
  height: 30px;
  stroke: var(--konvex-accent);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#konvex-hero .chart-line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: konvexDrawChart 3s ease-in-out infinite;
}

@keyframes konvexDrawChart {
  0% { stroke-dashoffset: 100; opacity: 0; }
  10% { opacity: 1; }
  50% { stroke-dashoffset: 0; }
  80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -100; opacity: 0; }
}

#konvex-hero .live-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--konvex-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 182, 255, 0.7);
  animation: konvexPulse 2s infinite;
}

@keyframes konvexPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 182, 255, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(56, 182, 255, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 182, 255, 0); }
}

#konvex-hero .widget-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#konvex-hero .widget-label {
  font-size: 0.8rem;
  color: #6e6e73;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 2px;
}

#konvex-hero .widget-cta {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f7;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hero Image */
#konvex-hero .hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 1024px) {
  #konvex-hero .hero-image-wrapper { padding-left: 0; width: 100%; }
}

#konvex-hero .ipad-mockup {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 24px 64px rgba(0, 0, 0, 0.5));
  animation: konvexFloat 6s ease-in-out infinite;
}

@media (max-width: 1024px) {
  #konvex-hero .ipad-mockup { max-width: min(420px, 55vw); margin-top: 10px; }
}
@media (max-width: 576px) {
  #konvex-hero .ipad-mockup { max-width: 280px; }
}

@keyframes konvexFloat {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(0.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

/* Hero entrance animation */
#konvex-hero.anim-ready .hero-text {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease-out;
}

#konvex-hero.anim-ready .hero-image-wrapper {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.8s ease-out 0.2s;
}

#konvex-hero.anim-ready .is-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* ===========================================
   COURSES SECTION — Light
   =========================================== */
#konvex-courses {
  font-family: var(--konvex-font);
  background-color: #f5f5f7;
  padding: 60px 20px;
  color: #1d1d1f;
  line-height: 1.6;
}

#konvex-courses .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

#konvex-courses h2 {
  font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.2rem);
  color: var(--konvex-accent);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

#konvex-courses .subtitle {
  font-size: 1.1rem;
  color: #86868b;
  font-weight: 400;
}

#konvex-courses .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: var(--konvex-container);
  margin: 0 auto;
}

#konvex-courses .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #e5e5ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  opacity: 1;
  transform: none;
}

#konvex-courses .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: #38b6ff;
}

#konvex-courses .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
  fill: none;
  stroke: #86868b;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

#konvex-courses .card:hover .card-icon {
  stroke: var(--konvex-accent);
  transform: scale(1.05);
}

#konvex-courses h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 15px;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

#konvex-courses p.description {
  font-size: 0.95rem;
  color: #86868b;
  margin-bottom: 30px;
  flex-grow: 1;
}

#konvex-courses .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  border: none;
}

#konvex-courses .btn-action { background-color: var(--konvex-accent); color: #fff; box-shadow: 0 0 20px rgba(56, 182, 255, 0.15); }
#konvex-courses .btn-action:hover { background-color: #269add; box-shadow: 0 0 32px rgba(56, 182, 255, 0.3); }
#konvex-courses .btn-waitlist { background-color: #f5f5f7; color: #424245; border: 1px solid #d2d2d7; }
#konvex-courses .btn-waitlist:hover { background-color: #e8e8ed; border-color: #86868b; }

/* Courses animation */
#konvex-courses.anim-ready .card {
  opacity: 0;
  transform: translateX(30px);
}
#konvex-courses.anim-ready .card.is-visible {
  animation: konvexFlyInRight 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}
@keyframes konvexFlyInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 599px) {
  #konvex-courses .cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #konvex-courses .cards-grid { gap: 12px; }
}

/* ===========================================
   FEATURES GRID — Dark CI
   =========================================== */
#konvex-features {
  font-family: var(--konvex-font);
  color: #f5f5f7;
  background-color: #0a0a0a;
  padding: 60px 20px;
  line-height: 1.6;
  max-width: 100%;
}

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

#konvex-features header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#konvex-features h2 {
  color: var(--konvex-accent);
  font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.2rem);
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#konvex-features .subtitle {
  color: #6e6e73;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#konvex-features .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  #konvex-features .grid-container { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  #konvex-features .grid-container { grid-template-columns: repeat(3, 1fr); }
}

#konvex-features .feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 35px 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

#konvex-features .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.15);
}

#konvex-features .icon-wrapper {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 182, 255, 0.08);
  border-radius: 14px;
  border: 1px solid rgba(56, 182, 255, 0.1);
  padding: 10px;
}

#konvex-features .icon-wrapper svg {
  width: 100%;
  height: 100%;
  stroke: var(--konvex-accent);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

#konvex-features .feature-card:hover .icon-wrapper svg {
  transform: scale(1.1);
}
#konvex-features .feature-card:hover .icon-wrapper {
  background: rgba(56, 182, 255, 0.15);
}

#konvex-features h3 {
  color: #f5f5f7;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}

#konvex-features p {
  color: #86868b;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

/* Features animation */
#konvex-features.anim-ready .feature-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow 0.3s, border-color 0.3s;
}
#konvex-features.anim-ready .feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================
   SPLIT FEATURE SECTION — Light
   =========================================== */
#konvex-split {
  font-family: var(--konvex-font);
  color: #1d1d1f;
  background-color: #ffffff;
  padding: 80px 20px;
  line-height: 1.6;
  overflow: hidden;
}

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

#konvex-split .split-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

@media (min-width: 768px) {
  #konvex-split .split-layout { flex-direction: row; gap: 80px; }
}

#konvex-split .text-column {
  flex: 1;
  max-width: 600px;
}

#konvex-split h2 {
  color: var(--konvex-accent);
  font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.2rem);
  font-weight: 800;
  margin: 0 0 25px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#konvex-split p {
  color: #424245;
  font-size: 1.05rem;
  margin-bottom: 35px;
  line-height: 1.6;
}

#konvex-split .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#konvex-split .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1d1d1f;
  font-size: 1rem;
}

#konvex-split .check-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-color: rgba(56, 182, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#konvex-split .check-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--konvex-accent);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#konvex-split .image-column {
  flex: 1;
  width: 100%;
}

#konvex-split .feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.12));
}

/* Split animation */
#konvex-split.anim-ready .text-column,
#konvex-split.anim-ready .image-column {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#konvex-split.anim-ready .text-column { transform: translateX(-50px); }
#konvex-split.anim-ready .image-column { transform: translateX(50px); }
#konvex-split.anim-ready .text-column.is-visible,
#konvex-split.anim-ready .image-column.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ===========================================
   KONVEXITY DEFINITION — Dark CI
   =========================================== */
#konvex-definition {
  font-family: var(--konvex-font);
  color: #f5f5f7;
  background-color: #0a0a0a;
  line-height: 1.6;
  font-size: 18px;
  padding: 80px 20px;
  max-width: 100%;
  overflow-x: hidden;
}

#konvex-definition .content-container {
  max-width: 1100px;
  margin: 0 auto;
}

#konvex-definition .split-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

#konvex-definition h2 {
  color: var(--konvex-accent);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

#konvex-definition p {
  margin-bottom: 1.5rem;
  color: #86868b;
  font-size: 1.1rem;
}

#konvex-definition .graphic-wrapper {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.5s ease, border-color 0.3s ease;
}

#konvex-definition .graphic-wrapper:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.15);
}

#konvex-definition img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Definition animation */
#konvex-definition .reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#konvex-definition .reveal.waiting {
  opacity: 0;
  transform: translateY(30px);
}

@media (max-width: 900px) {
  #konvex-definition { padding: 50px 20px; }
  #konvex-definition .split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  #konvex-definition h2 { font-size: 2rem; }
  #konvex-definition .graphic-wrapper { max-width: 400px; margin: 0 auto; }
}

/* ===========================================
   CONTACT / WAITLIST SECTION — Light
   =========================================== */
#konvex-contact {
  font-family: var(--konvex-font);
  background-color: #f5f5f7;
  color: #1d1d1f;
  padding: 4rem 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
}

#konvex-contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

@media (min-width: 900px) {
  #konvex-contact .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
}

#konvex-contact h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--konvex-accent);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -0.02em;
}

#konvex-contact p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  color: #424245;
}

#konvex-contact .highlight {
  font-weight: 700;
  color: #1d1d1f;
}

#konvex-contact .note {
  display: block;
  margin-top: 2rem;
  font-style: italic;
  font-size: 0.9rem;
  color: #6e6e73;
  border-left: 3px solid var(--konvex-accent);
  padding-left: 1rem;
}

#konvex-contact .form-card {
  background: #ffffff;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border-radius: 20px;
  border: 1px solid #e5e5ea;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
}

#konvex-contact .form-card:hover {
  transform: translateY(-5px);
  border-color: #38b6ff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* WPForms overrides — Light */
#konvex-contact .wpforms-form input[type="text"],
#konvex-contact .wpforms-form input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  background: #ffffff !important;
  color: #1d1d1f !important;
  transition: all 0.2s;
  margin: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  display: block !important;
}

#konvex-contact .wpforms-form input:focus {
  border-color: var(--konvex-accent) !important;
  outline: none;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(56, 182, 255, 0.12) !important;
}

#konvex-contact .wpforms-field-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1d1d1f;
  display: block;
  margin-bottom: 0.5rem;
}

#konvex-contact .wpforms-field-sublabel {
  font-size: 0.75rem;
  color: #6e6e73;
  margin-top: 4px;
  display: block;
}

#konvex-contact .wpforms-field-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 1rem !important;
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#konvex-contact .wpforms-field-row::before,
#konvex-contact .wpforms-field-row::after {
  display: none !important;
  content: none !important;
}

#konvex-contact .wpforms-field-row .wpforms-one-half {
  flex: 1 1 0px !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  max-width: none !important;
}

@media (max-width: 640px) {
  #konvex-contact .wpforms-field-row { flex-wrap: wrap !important; }
  #konvex-contact .wpforms-field-row .wpforms-one-half {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

#konvex-contact .wpforms-field { margin-bottom: 1.5rem !important; clear: both; }

#konvex-contact .wpforms-field-checkbox ul { list-style: none; padding: 0; margin: 0; }
#konvex-contact .wpforms-field-checkbox li { display: flex; align-items: flex-start; gap: 10px; }
#konvex-contact input[type="checkbox"] { margin-top: 5px; transform: scale(1.1); width: auto !important; }
#konvex-contact .wpforms-field-checkbox label {
  font-size: 0.85rem;
  color: #6e6e73;
  line-height: 1.4;
  display: inline;
  font-weight: 400;
}

#konvex-contact button[type="submit"],
#konvex-contact .wpforms-submit {
  background-color: var(--konvex-accent) !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer;
  width: 100%;
  text-align: center !important;
  font-size: 1.1rem !important;
  margin-top: 1rem;
  transition: background-color 0.2s ease, transform 0.1s, box-shadow 0.2s;
  box-shadow: 0 0 24px rgba(56, 182, 255, 0.15);
}

#konvex-contact button[type="submit"]:hover,
#konvex-contact .wpforms-submit:hover {
  background-color: #269add !important;
  transform: scale(1.02);
  box-shadow: 0 0 36px rgba(56, 182, 255, 0.3);
}

/* WPForms confirmation / success state */
#konvex-contact .wpforms-confirmation-container-full,
#konvex-contact .wpforms-confirmation-container {
  text-align: center;
  padding: 2rem 1rem;
  color: #1d1d1f;
}
#konvex-contact .wpforms-confirmation-container-full p,
#konvex-contact .wpforms-confirmation-container p {
  color: #424245 !important;
  font-size: 1.05rem;
}

/* Contact animation */
#konvex-contact .anim-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#konvex-contact .anim-item.prepare {
  opacity: 0;
  transform: translateY(40px);
}
#konvex-contact .anim-item.animate {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================
   FOOTER (Public / Logged-out) — Dark CI
   =========================================== */
body.logged-in #konvex-footer { display: none !important; }

#konvex-footer {
  position: relative;
  font-family: var(--konvex-font);
  background-color: #0a0a0a;
  color: #f5f5f7;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.5;
  text-align: left;
  display: block;
}

#konvex-footer *,
#konvex-footer *::before,
#konvex-footer *::after {
  box-sizing: border-box;
}

/* Chart Header */
#konvex-footer .chart-header {
  width: 100%;
  height: 4rem;
  background-color: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#konvex-footer .chart-labels {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.15);
  font-family: monospace;
  user-select: none;
  width: 100%;
  z-index: 5;
}

#konvex-footer .chart-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#konvex-footer .chart-line-anim {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: konvexFooterChart 2.5s ease-out forwards;
}

@keyframes konvexFooterChart {
  to { stroke-dashoffset: 0; }
}

/* Background effects */
#konvex-footer .bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

#konvex-footer .bg-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(56, 182, 255, 0.08);
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

#konvex-footer .inner-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem max(2rem, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(2rem, env(safe-area-inset-left));
  position: relative;
  z-index: 10;
}

#konvex-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  #konvex-footer .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  #konvex-footer .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

#konvex-footer h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #f5f5f7;
  line-height: 1.2;
  padding: 0;
  border: none;
}

#konvex-footer p {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #86868b;
  margin: 0;
  padding: 0;
}

#konvex-footer ul { list-style: none; padding: 0; margin: 0; }
#konvex-footer li { margin-bottom: 0.75rem; padding: 0; line-height: 1.5; }
#konvex-footer a { text-decoration: none; color: inherit; transition: color 0.2s; box-shadow: none; }

#konvex-footer .footer-link {
  color: #86868b;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}
#konvex-footer .footer-link:hover { color: var(--konvex-accent); }

#konvex-footer .hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--konvex-accent);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#konvex-footer .hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#konvex-footer .logo-img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  display: block;
  border: none;
  margin: 0;
}

/* Social buttons */
#konvex-footer .social-buttons { display: flex; gap: 1rem; margin-bottom: 1.5rem; }

#konvex-footer .social-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86868b;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
}

#konvex-footer .social-btn svg { width: 1.25rem; height: 1.25rem; fill: currentColor; display: block; }

#konvex-footer .social-btn.x-btn:hover { background-color: #f5f5f7; color: #0a0a0a; border-color: #f5f5f7; }
#konvex-footer .social-btn.insta-btn:hover { background-color: #db2777; color: white; border-color: #db2777; }
#konvex-footer .social-btn.yt-btn:hover { background-color: #dc2626; color: white; border-color: #dc2626; }

/* Bottom bar */
#konvex-footer .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  color: #6e6e73;
}

@media (min-width: 768px) {
  #konvex-footer .bottom-bar { flex-direction: row; }
}

#konvex-footer .secure-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}

#konvex-footer .secure-badge svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: #6e6e73;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  flex-shrink: 0;
}


/* ===========================================
   FX HEDGING PAGE — Alternating Light/Dark
   =========================================== */

/* -- Design Tokens (scoped to FX page) -- */
body.page-template-template-fx-hedging {
  --fx-bg-primary: #0a0a0a;
  --fx-bg-secondary: #111;
  --fx-bg-tertiary: #1a1a1a;
  --fx-surface-1: rgba(255, 255, 255, 0.03);
  --fx-surface-2: rgba(255, 255, 255, 0.05);
  --fx-surface-3: rgba(255, 255, 255, 0.08);
  --fx-border-1: rgba(255, 255, 255, 0.06);
  --fx-border-2: rgba(255, 255, 255, 0.10);
  --fx-border-3: rgba(255, 255, 255, 0.15);
  --fx-border-hover: rgba(255, 255, 255, 0.20);
  --fx-text-primary: #f5f5f7;
  --fx-text-secondary: #86868b;
  --fx-text-tertiary: #6e6e73;
  --fx-accent: #38b6ff;
  --fx-accent-glow: rgba(56, 182, 255, 0.15);
  --fx-radius-sm: 10px;
  --fx-radius-md: 16px;
  --fx-radius-lg: 20px;
  --fx-radius-xl: 24px;
  --fx-section-py: clamp(80px, 10vw, 140px);
  --fx-ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
}

/* -- 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(--fx-accent);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: var(--fx-radius-sm);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: all 0.3s var(--fx-ease-spring);
  box-shadow: 0 0 24px var(--fx-accent-glow);
}

.fx-page-wrapper .btn-primary:hover {
  background: #269add;
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(56, 182, 255, 0.3);
}

/* -- 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, #38b6ff, #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: 36px;
  max-width: 520px;
  line-height: 1.7;
}

#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-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: #f5f5f7;
  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: #a1a1a6;
  margin-bottom: 2rem;
  line-height: 1.6;
}

#fx-bento .meta-info {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85em;
  color: var(--fx-text-tertiary);
  font-style: italic;
}

#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: #f5f5f7;
}

#fx-bento .stats-row .value {
  font-family: "SF Mono", "Roboto Mono", "Fira Code", monospace;
  color: #f5f5f7;
  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: #f5f5f7;
  padding: var(--fx-section-py) 24px;
  color: #1d1d1f;
}

#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;
}

#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: #38b6ff;
}

#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: #1d1d1f;
}

#fx-features .feature-card p {
  font-size: 0.9rem;
  color: #424245;
  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: #1d1d1f;
  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: #424245;
  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: #1d1d1f;
}

#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: #38b6ff;
}

#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: #1d1d1f;
}

#fx-indicators .method-card p {
  font-size: 0.88rem;
  color: #424245;
  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: #38b6ff;
  margin-bottom: 1.25rem;
  opacity: 0.7;
}

#fx-platform .consent-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5f5f7;
  margin-bottom: 0.5rem;
}

#fx-platform .consent-text {
  font-size: 0.85rem;
  color: #86868b;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

#fx-platform .consent-text a {
  color: #38b6ff;
  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: #38b6ff;
  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 TARGET GROUP — Light
   =========================================== */
#fx-target {
  font-family: var(--konvex-font);
  max-width: none;
  background-color: #f5f5f7;
  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: #1d1d1f;
}

#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: #424245;
  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, #38b6ff);
  box-shadow: 0 4px 16px rgba(56, 182, 255, 0.08);
}

#fx-target .checklist li strong {
  color: #1d1d1f;
  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: #f59e0b;
  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; }
}


/* ===========================================
   WOOCOMMERCE BLOCK CHECKOUT
   =========================================== */
.wp-block-woocommerce-checkout-order-note-block { display: none !important; }

/* ===========================================
   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, #6e6e73);
    letter-spacing: 1px;
    margin-top: 12px;
    opacity: 0.6;
  }
}

/* ===========================================
   ACCESSIBILITY: prefers-reduced-motion
   =========================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===========================================
   BUDDYBOSS PLATFORM — Light with Konvex CI
   Minimal overrides for accent colour only.
   Dark body classes removed; BB defaults to
   its native light theme.
   =========================================== */

