.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-0c4b52e */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,ital,wght@9..144,0,400;9..144,0,500;9..144,0,600;9..144,0,700;9..144,0,800;9..144,1,400;9..144,1,500;9..144,1,600&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

.fxms-built, .fxms-built *, .fxms-built *::before, .fxms-built *::after { box-sizing: border-box; }

.fxms-built {
  --fxms-orange: #F89C0C;
  --fxms-orange-deep: #d97f00;
  --fxms-orange-soft: #fde0b3;
  --fxms-blue: #2384F4;
  --fxms-blue-deep: #1a6fd9;
  --fxms-blue-soft: #d4e7ff;
  --fxms-navy: #062D60;
  --fxms-navy-deep: #041d40;
  --fxms-cream: #FFF8EC;
  --fxms-cream-deep: #fdefd6;
  --fxms-white: #ffffff;
  --fxms-ink: #062D60;
  --fxms-ink-soft: #2c4670;
  --fxms-ink-mute: #6b7d99;
  --fxms-rule: #e8d9b8;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--fxms-ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
.fxms-built a { color: var(--fxms-orange-deep); text-decoration: none; transition: color 0.2s ease; }
.fxms-built a:hover { color: var(--fxms-navy); }
.fxms-built .fxms-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.fxms-built .fxms-container-mid { max-width: 920px; margin: 0 auto; padding: 0 32px; }
.fxms-built .fxms-container-narrow { max-width: 720px; margin: 0 auto; padding: 0 32px; }

/* ============ HERO ============ */
.fxms-built.fxms-hero {
  background: linear-gradient(135deg, var(--fxms-navy) 0%, var(--fxms-navy-deep) 100%);
  padding: 120px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.fxms-built.fxms-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 156, 12, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.fxms-built.fxms-hero::after {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -200px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 132, 244, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.fxms-built.fxms-hero .fxms-container-mid { position: relative; z-index: 1; text-align: center; }
.fxms-built .fxms-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(248, 156, 12, 0.15);
  border: 1px solid rgba(248, 156, 12, 0.4);
  color: var(--fxms-orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 100px;
  margin: 0 0 28px 0;
}
.fxms-built .fxms-hero-badge::before {
  content: '★';
  color: var(--fxms-orange);
}
.fxms-built h1.fxms-hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--fxms-white);
  margin: 0 0 28px 0;
}
.fxms-built h1.fxms-hero-title em {
  font-style: italic;
  color: var(--fxms-orange);
  font-weight: 500;
}
.fxms-built .fxms-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto 44px auto;
  font-weight: 400;
}
.fxms-built .fxms-hero-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
.fxms-built .fxms-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.fxms-built .fxms-btn.is-primary {
  background: var(--fxms-orange);
  color: var(--fxms-navy);
  border-color: var(--fxms-orange);
  box-shadow: 0 6px 20px rgba(248, 156, 12, 0.35);
}
.fxms-built .fxms-btn.is-primary:hover {
  background: var(--fxms-orange-deep);
  border-color: var(--fxms-orange-deep);
  color: var(--fxms-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(248, 156, 12, 0.45);
}
.fxms-built .fxms-btn.is-ghost {
  background: transparent;
  color: var(--fxms-white);
  border-color: rgba(255, 255, 255, 0.4);
}
.fxms-built .fxms-btn.is-ghost:hover {
  border-color: var(--fxms-white);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* Hero stat strip */
.fxms-built .fxms-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 60px 0 0 0;
  padding: 32px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.fxms-built .fxms-hero-stat-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 600;
  color: var(--fxms-orange);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}
.fxms-built .fxms-hero-stat-num em { font-style: italic; font-size: 0.6em; color: rgba(248, 156, 12, 0.7); }
.fxms-built .fxms-hero-stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* ============ INTRO ============ */
.fxms-built.fxms-intro {
  background: var(--fxms-cream);
  padding: 90px 0 70px 0;
}
.fxms-built .fxms-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fxms-orange-deep);
  margin: 0 0 20px 0;
}
.fxms-built .fxms-section-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--fxms-orange);
}
.fxms-built h2.fxms-section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--fxms-navy);
  margin: 0 0 24px 0;
}
.fxms-built h2.fxms-section-title em { font-style: italic; color: var(--fxms-orange-deep); }
.fxms-built.fxms-intro p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--fxms-ink-soft);
  margin: 0 0 20px 0;
}
.fxms-built.fxms-intro p strong { color: var(--fxms-navy); font-weight: 600; }

/* ============ TIER SECTIONS ============ */
.fxms-built.fxms-tier-section { padding: 80px 0; }
.fxms-built.fxms-tier-section.is-basic { background: var(--fxms-cream); }
.fxms-built.fxms-tier-section.is-pro { background: var(--fxms-white); }
.fxms-built.fxms-tier-section.is-elite { background: var(--fxms-cream-deep); }
.fxms-built.fxms-tier-section.is-enterprise { background: var(--fxms-navy); color: var(--fxms-white); }
.fxms-built.fxms-tier-section.is-enterprise .fxms-section-eyebrow { color: var(--fxms-orange); }
.fxms-built.fxms-tier-section.is-enterprise .fxms-section-eyebrow::before { background: var(--fxms-orange); }
.fxms-built.fxms-tier-section.is-enterprise h2.fxms-section-title { color: var(--fxms-white); }
.fxms-built.fxms-tier-section.is-enterprise h2.fxms-section-title em { color: var(--fxms-orange); }

.fxms-built .fxms-tier-header {
  text-align: center;
  margin: 0 0 56px 0;
}
.fxms-built .fxms-tier-intro {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--fxms-ink-soft);
  max-width: 640px;
  margin: 0 auto 32px auto;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-tier-intro { color: rgba(255, 255, 255, 0.78); }
.fxms-built .fxms-tier-stats-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  background: var(--fxms-white);
  border: 1.5px solid var(--fxms-rule);
  padding: 12px 24px;
  border-radius: 100px;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-tier-stats-inline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.fxms-built .fxms-tier-stat-num-inline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--fxms-orange-deep);
  line-height: 1;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-tier-stat-num-inline { color: var(--fxms-orange); }
.fxms-built .fxms-tier-stat-label-inline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fxms-ink-mute);
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-tier-stat-label-inline { color: rgba(255, 255, 255, 0.6); }

/* ============ CARD GRID ============ */
.fxms-built .fxms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) {
  .fxms-built .fxms-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 660px) {
  .fxms-built .fxms-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* Card design - sharp FxMedSupport style */
.fxms-built .fxms-card {
  position: relative;
  background: var(--fxms-white);
  border: 1.5px solid var(--fxms-rule);
  border-radius: 12px;
  padding: 24px 22px 22px 22px;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.fxms-built .fxms-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(6, 45, 96, 0.14);
  border-color: var(--fxms-orange-soft);
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(248, 156, 12, 0.4);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.fxms-built .fxms-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 16px 0;
}
.fxms-built .fxms-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--fxms-navy);
  color: var(--fxms-orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-num {
  background: var(--fxms-orange);
  color: var(--fxms-navy);
}
.fxms-built .fxms-card-tier {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 4px;
}
.fxms-built .fxms-card-tier.is-basic { background: var(--fxms-blue-soft); color: var(--fxms-blue-deep); }
.fxms-built .fxms-card-tier.is-pro { background: var(--fxms-orange-soft); color: var(--fxms-orange-deep); }
.fxms-built .fxms-card-tier.is-elite { background: rgba(248, 156, 12, 0.18); color: var(--fxms-orange-deep); }
.fxms-built .fxms-card-tier.is-enterprise { background: rgba(248, 156, 12, 0.2); color: var(--fxms-orange); }

.fxms-built .fxms-card-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: var(--fxms-navy);
  margin: 0 0 14px 0;
  letter-spacing: -0.01em;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-name { color: var(--fxms-white); }
.fxms-built .fxms-card-name em { font-style: italic; color: var(--fxms-orange-deep); font-weight: 500; }
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-name em { color: var(--fxms-orange); }

.fxms-built .fxms-card-divider {
  width: 28px;
  height: 2px;
  background: var(--fxms-orange);
  margin: 0 0 14px 0;
}

.fxms-built .fxms-card-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 10px 0;
}
.fxms-built .fxms-card-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fxms-orange-deep);
  margin: 0;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-label { color: var(--fxms-orange); }
.fxms-built .fxms-card-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--fxms-navy);
  border: none;
  color: var(--fxms-orange);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(6, 45, 96, 0.2);
}
.fxms-built .fxms-card-play:hover {
  background: var(--fxms-orange);
  color: var(--fxms-navy);
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(248, 156, 12, 0.35);
}
.fxms-built .fxms-card-play.is-playing { background: var(--fxms-orange); color: var(--fxms-navy); }
.fxms-built .fxms-card-play svg { width: 10px; height: 10px; }
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-play {
  background: var(--fxms-orange);
  color: var(--fxms-navy);
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-play:hover {
  background: var(--fxms-white);
}

.fxms-built .fxms-card-story {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fxms-ink-soft);
  margin: 0;
  flex: 1;
}
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-story { color: rgba(255, 255, 255, 0.78); }
.fxms-built .fxms-card-story strong { color: var(--fxms-navy); font-weight: 700; }
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-story strong { color: var(--fxms-white); }
.fxms-built .fxms-card-story em { font-style: italic; color: var(--fxms-orange-deep); }
.fxms-built.fxms-tier-section.is-enterprise .fxms-card-story em { color: var(--fxms-orange); }

/* ============ MASTER LISTEN ============ */
.fxms-built .fxms-listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fxms-orange);
  color: var(--fxms-navy);
  border: 1.5px solid var(--fxms-orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(248, 156, 12, 0.3);
}
.fxms-built .fxms-listen-btn:hover {
  background: var(--fxms-white);
  color: var(--fxms-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(248, 156, 12, 0.4);
}
.fxms-built .fxms-listen-btn.is-playing { background: var(--fxms-navy); border-color: var(--fxms-navy); color: var(--fxms-orange); }
.fxms-built .fxms-listen-icon { display: inline-flex; align-items: center; justify-content: center; width: 13px; height: 13px; }
.fxms-built .fxms-listen-icon svg { width: 100%; height: 100%; }

/* ============ CTA SECTION ============ */
.fxms-built.fxms-cta {
  background: linear-gradient(135deg, var(--fxms-navy) 0%, var(--fxms-navy-deep) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.fxms-built.fxms-cta::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 156, 12, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.fxms-built.fxms-cta .fxms-container-mid {
  position: relative;
  z-index: 1;
  text-align: center;
}
.fxms-built.fxms-cta h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--fxms-white);
  margin: 0 0 18px 0;
}
.fxms-built.fxms-cta h2 em { font-style: italic; color: var(--fxms-orange); }
.fxms-built.fxms-cta p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 36px auto;
  max-width: 580px;
}

@media (max-width: 760px) {
  .fxms-built .fxms-container, .fxms-built .fxms-container-mid, .fxms-built .fxms-container-narrow { padding: 0 22px; }
  .fxms-built.fxms-hero { padding: 80px 0 70px 0; }
  .fxms-built.fxms-intro, .fxms-built.fxms-tier-section, .fxms-built.fxms-cta { padding: 60px 0; }
  .fxms-built .fxms-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .fxms-built *, .fxms-built *::before, .fxms-built *::after { transition-duration: 0.01ms !important; }
}/* End custom CSS */