.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-8a63730 *//* =========================================================================
   Loyalty Program — FxMedSupport product page styles
   Scoped prefix: .loy-
   Palette: navy #062D60 · orange #F89C0C · blue #2384F4 · cream #FFF8EC
   Fonts: Fraunces (display) · Inter (body) · JetBrains Mono (labels)
   ========================================================================= */

.loy-root {
  --loy-navy: #062D60; --loy-navy-soft: #0C3A73; --loy-orange: #F89C0C;
  --loy-orange-deep: #C97E0A; --loy-blue: #2384F4; --loy-cream: #FFF8EC;
  --loy-cream-2: #F6F4ED; --loy-ink: #41506A; --loy-line: #E8E6DF; --loy-white: #FFFFFF;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--loy-ink); background: var(--loy-white); line-height: 1.6;
  -webkit-font-smoothing: antialiased; box-sizing: border-box;
}
.loy-root *, .loy-root *::before, .loy-root *::after { box-sizing: border-box; }
.loy-wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

.loy-display { font-family: 'Fraunces', Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--loy-navy); letter-spacing: -0.5px; margin: 0; }
.loy-em { font-style: italic; color: var(--loy-orange); }
.loy-eyebrow { font-family: 'JetBrains Mono', Consolas, monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--loy-orange-deep); margin: 0 0 14px 0; }
.loy-eyebrow .loy-dash { color: var(--loy-orange); }

/* hero */
.loy-hero { padding: 84px 0 60px 0; position: relative; overflow: hidden;
  background: radial-gradient(circle at 18% 16%, rgba(35,132,244,0.06), transparent 42%), radial-gradient(circle at 84% 28%, rgba(248,156,12,0.07), transparent 45%); }
.loy-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.loy-hero h1 { font-size: clamp(38px, 5.4vw, 58px); line-height: 1.08; }
.loy-hero .loy-sub { font-family: 'Fraunces', Georgia, serif; font-size: clamp(18px, 2.2vw, 21px); color: var(--loy-ink); margin: 22px 0 0 0; line-height: 1.55; max-width: 560px; }
.loy-badge { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--loy-navy); background: var(--loy-cream); border: 1px solid #EFE4C7; border-radius: 40px; padding: 9px 18px; margin-bottom: 24px; }
.loy-badge .loy-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--loy-orange); box-shadow: 0 0 0 4px rgba(248,156,12,0.18); }

/* buttons */
.loy-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.loy-btn { display: inline-block; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; padding: 15px 32px; border-radius: 8px; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.loy-btn-fill { background: var(--loy-navy); color: var(--loy-white); border: 2px solid var(--loy-navy); }
.loy-btn-fill:hover { background: var(--loy-navy-soft); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(6,45,96,0.22); }
.loy-btn-outline { background: transparent; color: var(--loy-navy); border: 2px solid var(--loy-navy); }
.loy-btn-outline:hover { background: var(--loy-navy); color: var(--loy-white); transform: translateY(-2px); }
.loy-btn-ghost { background: transparent; color: var(--loy-orange-deep); border: 2px solid transparent; padding-left: 18px; padding-right: 18px; }
.loy-btn-ghost:hover { color: var(--loy-navy); border-color: #EFE4C7; background: var(--loy-cream); }
.loy-btn-ghost .loy-ext { font-family: 'JetBrains Mono', monospace; font-weight: 700; margin-left: 2px; }

/* sections */
.loy-section { padding: 64px 0; }
.loy-section-tight { padding: 40px 0; }
.loy-section h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 400; color: var(--loy-navy); font-size: clamp(28px, 4vw, 40px); line-height: 1.15; letter-spacing: -0.5px; margin: 0 0 18px 0; }
.loy-lead { font-family: 'Fraunces', Georgia, serif; font-size: clamp(17px, 2vw, 20px); color: var(--loy-ink); max-width: 740px; line-height: 1.6; margin: 0; }
.loy-center { text-align: center; }
.loy-center .loy-lead { margin-left: auto; margin-right: auto; }

/* why panel */
.loy-why { background: var(--loy-cream-2); border-radius: 14px; padding: 44px 48px; border-left: 4px solid var(--loy-orange); }
.loy-why h2 { margin-top: 0; }
.loy-why p { font-family: 'Fraunces', Georgia, serif; font-size: clamp(17px, 2vw, 20px); color: var(--loy-ink); margin: 0 0 16px 0; line-height: 1.6; }
.loy-why p:last-child { margin-bottom: 0; }
.loy-why strong { color: var(--loy-navy); }

/* feature grid */
.loy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.loy-card { background: var(--loy-white); border: 1px solid var(--loy-line); border-radius: 14px; padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.loy-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(6,45,96,0.08); border-color: #E0DCCB; }
.loy-card .loy-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--loy-cream); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.loy-card .loy-icon svg { width: 22px; height: 22px; }
.loy-card h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 21px; color: var(--loy-navy); margin: 0 0 10px 0; }
.loy-card p { margin: 0; font-size: 15px; }

/* evolving emphasis */
.loy-emphasis { background: var(--loy-navy); border-radius: 18px; padding: 56px 48px; text-align: center; color: var(--loy-cream); position: relative; overflow: hidden; }
.loy-emphasis::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 18% 30%, rgba(35,132,244,0.25), transparent 40%), radial-gradient(circle at 84% 70%, rgba(248,156,12,0.20), transparent 42%); }
.loy-emphasis > * { position: relative; z-index: 1; }
.loy-emphasis .loy-eyebrow { color: var(--loy-orange); }
.loy-emphasis h2 { color: var(--loy-cream); margin-bottom: 16px; }
.loy-emphasis p { font-family: 'Fraunces', Georgia, serif; font-size: clamp(17px, 2vw, 21px); color: #D7E0EE; max-width: 700px; margin: 0 auto; line-height: 1.6; }
.loy-emphasis .loy-em { color: var(--loy-orange); }

/* FAQ */
.loy-faq { margin-top: 36px; }
.loy-faq-item { border-bottom: 1px solid var(--loy-line); padding: 22px 0; }
.loy-faq-item h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 20px; color: var(--loy-navy); margin: 0 0 10px 0; }
.loy-faq-item p { margin: 0; font-size: 16px; }

/* closing */
.loy-closing { background: var(--loy-cream); border-radius: 18px; padding: 56px 48px; text-align: center; }
.loy-closing h2 { margin-bottom: 8px; }
.loy-signoff { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-size: clamp(16px, 2vw, 19px); color: var(--loy-orange-deep); margin: 0 0 26px 0; }

/* footer */
.loy-footer { padding: 40px 0 56px 0; border-top: 1px solid var(--loy-line); margin-top: 64px; }
.loy-footer p { margin: 0 0 4px 0; font-size: 14px; }
.loy-footer .loy-fname { color: var(--loy-navy); font-weight: 600; }
.loy-footer .loy-fmeta { color: #7A899E; font-size: 13px; }

/* hero illustration */
.loy-illo { width: 100%; height: auto; display: block; }

/* ---- points animation (synced 6s loop) ---- */
.loy-card-mock { transform-box: fill-box; transform-origin: center; animation: loy-float 5s ease-in-out infinite; }
@keyframes loy-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* point tokens (stars) fly up into the points zone */
.loy-token { transform-box: fill-box; transform-origin: center; opacity: 0; animation: loy-token 6s ease-in infinite; }
@keyframes loy-token {
  0%       { transform: translate(0,0) scale(0.4); opacity: 0; }
  5%       { opacity: 1; transform: translate(0,0) scale(1); }
  30%      { transform: translate(var(--dx), var(--dy)) scale(0.9); opacity: 1; }
  36%      { transform: translate(var(--dx), var(--dy)) scale(0.2); opacity: 0; }
  100%     { opacity: 0; }
}

/* counting-up points readout (4 values cycle in sequence) */
.loy-count { opacity: 0; animation: loy-count 6s steps(1) infinite; }
@keyframes loy-count { 0%, 22% { opacity: 1; } 23%, 100% { opacity: 0; } }

/* points bump when a token lands */
.loy-points-zone { transform-box: fill-box; transform-origin: center; animation: loy-bump 6s ease-out infinite; }
@keyframes loy-bump {
  0%, 28% { transform: scale(1); }
  33%     { transform: scale(1.08); }
  40%     { transform: scale(1); }
  100%    { transform: scale(1); }
}

/* progress ring fills */
.loy-progress { stroke-dasharray: 226; stroke-dashoffset: 226; animation: loy-fill 6s ease-in-out infinite; }
@keyframes loy-fill {
  0%   { stroke-dashoffset: 226; }
  55%  { stroke-dashoffset: 60; }
  90%  { stroke-dashoffset: 60; }
  100% { stroke-dashoffset: 226; }
}

/* MOST LOYAL crown badge pops */
.loy-crown { transform-box: fill-box; transform-origin: center bottom; opacity: 0; animation: loy-crown 6s ease-out infinite; }
@keyframes loy-crown {
  0%, 56%  { opacity: 0; transform: translateY(6px) scale(0.6); }
  64%      { opacity: 1; transform: translateY(0) scale(1.12); }
  68%      { transform: translateY(0) scale(1); }
  92%      { opacity: 1; }
  98%, 100%{ opacity: 0; transform: translateY(6px) scale(0.6); }
}

/* reveal */
.loy-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.loy-reveal.loy-in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 860px) {
  .loy-hero-grid { grid-template-columns: 1fr; }
  .loy-grid { grid-template-columns: 1fr; }
  .loy-wrap { padding: 0 22px; }
  .loy-why, .loy-emphasis, .loy-closing { padding-left: 28px; padding-right: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .loy-root *, .loy-root *::before, .loy-root *::after { animation: none !important; transition: none !important; }
  .loy-reveal { opacity: 1; transform: none; }
  .loy-token { opacity: 0; }
  .loy-count { opacity: 0; }
  .loy-count.loy-count-final { opacity: 1; }
  .loy-progress { stroke-dashoffset: 60; }
  .loy-crown { opacity: 1; transform: none; }
}/* End custom CSS */