.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-d372ebb *//* =========================================================
   FxMedSupport — Terms & Conditions Stylesheet
   Brand: #2384F4 (main / darkest)
   Theme: All-light
   ========================================================= */

@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;600;700&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 (scoped to terms-* containers so it won't fight your theme)
   ========================================================= */
.terms-hero,
.terms-summary,
.terms-body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.terms-hero *,
.terms-summary *,
.terms-body * { box-sizing: border-box; }

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

/* =========================================================
   Hero
   ========================================================= */
.terms-hero {
  padding: 88px 0 56px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-stripe) 100%);
}
.terms-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(35,132,244,0.12), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.terms-hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(35,132,244,0.06), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.terms-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;
}
.terms-hero .eyebrow::before {
  content: '';
  width: 32px;
  height: 1.5px;
  background: var(--brand);
}
.terms-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 24px;
  position: relative;
}
.terms-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--brand);
}
.terms-hero .lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0;
  position: relative;
}
.terms-hero .lede strong { color: var(--ink); font-weight: 600; }

/* =========================================================
   Plain-English summary box
   ========================================================= */
.terms-summary {
  padding: 24px 0 64px;
  background: var(--bg);
}
.terms-summary-box {
  background: linear-gradient(135deg, var(--brand-pale) 0%, #ffffff 100%);
  border: 1.5px solid var(--brand);
  border-radius: 6px;
  padding: 40px 44px;
  box-shadow: var(--shadow-brand);
  position: relative;
}
.terms-summary-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand);
  margin-bottom: 16px;
  font-weight: 600;
}
.terms-summary-box h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--ink);
}
.terms-summary-box h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--brand);
}
.terms-summary-intro {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0 0 24px;
  max-width: 760px;
}
.terms-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.terms-summary-list li {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
  padding-left: 28px;
  position: relative;
}
.terms-summary-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(35,132,244,0.18);
}
.terms-summary-list li strong { color: var(--ink); font-weight: 700; }
@media (max-width: 700px) {
  .terms-summary-box { padding: 28px 24px; }
}

/* =========================================================
   Terms body
   ========================================================= */
.terms-body {
  padding: 48px 0 128px;
  background: var(--bg);
}
.terms-content {
  max-width: 820px;
}

.terms-section {
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  position: relative;
}
.terms-section:first-child {
  border-top: none;
  padding-top: 0;
}

.terms-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--brand);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.terms-section h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--ink);
}

.terms-section p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0 0 14px;
}
.terms-section p:last-child { margin-bottom: 0; }
.terms-section p strong { color: var(--ink); font-weight: 700; }
.terms-section p em { font-style: italic; }

.terms-section a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.terms-section a:hover { color: var(--brand-hover); }

/* Highlighted sections (Money-Back, Commitment) */
.terms-section.terms-highlight {
  background: var(--bg-soft);
  border: 1px solid var(--brand-soft);
  border-radius: 4px;
  padding: 32px 32px 28px;
  margin: 24px 0;
}
.terms-section.terms-highlight:first-child {
  border-top: 1px solid var(--brand-soft);
}

/* =========================================================
   Lists inside terms sections
   ========================================================= */
.terms-list,
.terms-ordered {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
}
.terms-list li,
.terms-ordered li {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.65;
  padding: 8px 0 8px 28px;
  position: relative;
}
.terms-list li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 17px;
  width: 6px;
  height: 6px;
  background: var(--brand);
  border-radius: 50%;
}
.terms-ordered { counter-reset: terms-counter; }
.terms-ordered li {
  counter-increment: terms-counter;
  padding-left: 36px;
}
.terms-ordered li::before {
  content: '(' counter(terms-counter, lower-alpha) ')';
  position: absolute;
  left: 0;
  top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
}
.terms-list li strong,
.terms-ordered li strong { color: var(--ink); font-weight: 700; }

/* =========================================================
   Tables inside terms sections
   ========================================================= */
.terms-table {
  background: #ffffff;
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  margin: 18px 0 22px;
  box-shadow: var(--shadow);
}
.terms-table table {
  width: 100%;
  border-collapse: collapse;
}
.terms-table thead { background: var(--brand-pale); }
.terms-table th {
  padding: 14px 20px;
  text-align: left;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--brand);
  font-weight: 600;
  border-bottom: 1px solid var(--rule);
}
.terms-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--rule);
  font-size: 15px;
  color: var(--ink);
}
.terms-table tr:last-child td { border-bottom: none; }
.terms-table tr:hover td { background: var(--rule-soft); }

/* =========================================================
   Contact link
   ========================================================= */
.terms-contact {
  margin-top: 8px;
}
.terms-contact a {
  font-size: 18px;
  font-weight: 600;
}/* End custom CSS */