.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-36b7416 *//* =========================================================
   FxMedSupport — Upgrade Tiers page stylesheet
   Brand: #2384F4 (main / darkest) · Theme: all-light
   Scoped to the classes used on the Upgrade Tiers page only.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&family=Manrope:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Backgrounds — all light */
  --bg: #ffffff;
  --bg-card: #ffffff;
  --bg-soft: #f5f9ff;
  --bg-tint: #eaf3ff;
  --bg-stripe: #f8fbff;

  /* Brand — #2384F4 is the main / darkest */
  --brand: #2384F4;
  --brand-hover: #1a6fd4;
  --brand-soft: #d6e9fd;
  --brand-pale: #eaf3ff;

  /* Text */
  --ink: #0f2746;
  --ink-soft: #4a6080;
  --ink-mute: #8b9bb3;

  /* Lines */
  --rule: #e1ebf7;
  --rule-soft: #eef4fb;

  /* Shadows */
  --shadow: 0 1px 2px rgba(35,132,244,0.05), 0 8px 24px rgba(35,132,244,0.08);
  --shadow-lg: 0 24px 60px -20px rgba(35,132,244,0.22);
  --shadow-brand: 0 12px 32px -8px rgba(35,132,244,0.35);
}

/* =========================================================
   Base typography (scoped — only affects our sections)
   ========================================================= */
.hero, .soft, .standard, .final-cta {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero *, .soft *, .standard *, .final-cta * {
  box-sizing: border-box;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  padding: 88px 0 64px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-stripe) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  top: -250px;
  right: -150px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(35,132,244,0.14), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(35,132,244,0.08), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand);
  margin-bottom: 28px;
  font-weight: 600;
  position: relative;
}
.hero .eyebrow::before {
  content: '';
  width: 32px;
  height: 1.5px;
  background: var(--brand);
}
.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: var(--ink);
  max-width: 980px;
  margin: 0 0 32px;
  position: relative;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--brand);
  font-variation-settings: "opsz" 144;
}
.hero p.lede {
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 0 12px;
  font-weight: 400;
  position: relative;
}
.hero p.lede strong { font-weight: 600; color: var(--ink); }

/* =========================================================
   Section variants
   ========================================================= */
section.soft {
  background: var(--bg-soft);
  padding: 112px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
section.soft::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 700px 400px at top right, rgba(35,132,244,0.10), transparent),
    radial-gradient(ellipse 600px 400px at bottom left, rgba(35,132,244,0.06), transparent);
  pointer-events: none;
}
section.standard {
  padding: 112px 0;
  position: relative;
  background: var(--bg);
}
.section-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--brand);
  position: relative;
}
.section-h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 56px;
  max-width: 880px;
  color: var(--ink);
  position: relative;
}
.section-h2 em { font-style: italic; font-weight: 500; color: var(--brand); }

/* =========================================================
   Intro / caption text
   ========================================================= */
.term-intro {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 760px;
  margin: 0 0 56px;
  line-height: 1.55;
}
.term-intro strong { color: var(--ink); font-weight: 600; }
.term-caption {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-mute);
  margin-bottom: 16px;
  font-weight: 500;
}
.rules-intro {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 0 64px;
  line-height: 1.55;
  position: relative;
}

/* =========================================================
   Fee table
   ========================================================= */
.term-table {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--shadow);
}
.term-table table { width: 100%; border-collapse: collapse; }
.term-table thead { background: var(--brand-pale); }
.term-table th {
  padding: 18px 28px;
  text-align: left;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--brand);
  font-weight: 600;
  border-bottom: 1px solid var(--rule);
}
.term-table td {
  padding: 22px 28px;
  border-bottom: 1px solid var(--rule);
  font-size: 16px;
}
.term-table tr:last-child td { border-bottom: none; }
.term-table tr:hover td { background: var(--rule-soft); }
.term-table .tier-cell {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
}
.term-table .early-fee { font-weight: 700; color: var(--brand); }

/* =========================================================
   Honest note
   ========================================================= */
.honest-note {
  background: var(--bg-card);
  border-left: 3px solid var(--brand);
  padding: 24px 28px;
  border-radius: 0 4px 4px 0;
  box-shadow: var(--shadow);
}
.honest-note strong { font-weight: 700; color: var(--brand); }
.honest-note p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* =========================================================
   Rule cards (How upgrades work)
   ========================================================= */
.rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 900px) { .rules { grid-template-columns: 1fr; } }
.rule {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 32px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.rule:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-soft);
}
.rule-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--brand);
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 5px 10px;
  background: var(--brand-pale);
  border-radius: 2px;
}
.rule h3 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--ink);
}
.rule h3 em { font-style: italic; font-weight: 500; color: var(--brand); }
.rule p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.rule p strong { color: var(--ink); font-weight: 600; }

/* =========================================================
   Refund / takeaway callout
   ========================================================= */
.refund-callout {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--brand-pale) 0%, #ffffff 100%);
  border: 1.5px solid var(--brand);
  border-radius: 4px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow-brand);
}
.refund-callout-icon {
  font-size: 36px;
  color: var(--brand);
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border: 2px solid var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.refund-callout-text {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.refund-callout-text strong { color: var(--ink); font-weight: 700; }
@media (max-width: 700px) {
  .refund-callout { flex-direction: column; text-align: center; padding: 24px; gap: 16px; }
}

/* =========================================================
   Two-up grid (the fine print)
   ========================================================= */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
  max-width: 1100px;
}
@media (max-width: 800px) { .faq-grid { grid-template-columns: 1fr; gap: 28px; } }
.faq-item {
  border-top: 1px solid var(--rule);
  padding-top: 24px;
  transition: border-color 0.2s;
}
.faq-item:hover { border-top-color: var(--brand); }
.faq-item h3 {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: var(--ink);
}
.faq-item p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.faq-item p strong { color: var(--ink); font-weight: 600; }

/* =========================================================
   Final CTA
   ========================================================= */
.final-cta {
  padding: 128px 0;
  text-align: center;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-tint) 100%);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(35,132,244,0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(35,132,244,0.10), transparent 45%);
  pointer-events: none;
}
.final-cta-inner { position: relative; }
.final-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 auto 32px;
  max-width: 780px;
  color: var(--ink);
}
.final-cta h2 em { font-style: italic; color: var(--brand); }
.final-cta-sub {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.55;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cta-primary {
  background: var(--brand);
  color: #fff;
  padding: 18px 32px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-brand);
}
.cta-primary:hover {
  background: var(--brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -8px rgba(35,132,244,0.45);
  color: #fff;
}
.cta-secondary {
  background: transparent;
  color: var(--brand);
  padding: 18px 32px;
  border: 1.5px solid var(--brand);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.cta-secondary:hover { background: var(--brand); color: #fff; }
.final-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-mute);
  margin-bottom: 32px;
}
.final-closer {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.55;
  font-weight: 400;
}

/* =========================================================
   Animations
   ========================================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero h1,
.hero .eyebrow,
.hero .lede {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}
.hero .eyebrow             { animation-delay: 0.05s; }
.hero h1                   { animation-delay: 0.15s; }
.hero .lede:nth-of-type(1) { animation-delay: 0.30s; }
.hero .lede:nth-of-type(2) { animation-delay: 0.40s; }/* End custom CSS */