.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-b022bf4 *//* =========================================================================
   After Hours Auto Reply — FxMedSupport product page styles
   Scoped prefix: .ahr-
   Palette: navy #062D60 · orange #F89C0C · blue #2384F4 · cream #FFF8EC
   Fonts: Fraunces (display) · Inter (body) · JetBrains Mono (labels)
   ========================================================================= */

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

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

/* hero */
.ahr-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%); }
.ahr-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.ahr-hero h1 { font-size: clamp(38px, 5.4vw, 58px); line-height: 1.08; }
.ahr-hero .ahr-sub { font-family: 'Fraunces', Georgia, serif; font-size: clamp(18px, 2.2vw, 21px); color: var(--ahr-ink); margin: 22px 0 0 0; line-height: 1.55; max-width: 560px; }
.ahr-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(--ahr-navy); background: var(--ahr-cream); border: 1px solid #EFE4C7; border-radius: 40px; padding: 9px 18px; margin-bottom: 24px; }
.ahr-badge .ahr-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ahr-orange); box-shadow: 0 0 0 4px rgba(248,156,12,0.18); }

/* buttons */
.ahr-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.ahr-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; }
.ahr-btn-fill { background: var(--ahr-navy); color: var(--ahr-white); border: 2px solid var(--ahr-navy); }
.ahr-btn-fill:hover { background: var(--ahr-navy-soft); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(6,45,96,0.22); }
.ahr-btn-outline { background: transparent; color: var(--ahr-navy); border: 2px solid var(--ahr-navy); }
.ahr-btn-outline:hover { background: var(--ahr-navy); color: var(--ahr-white); transform: translateY(-2px); }
.ahr-btn-ghost { background: transparent; color: var(--ahr-orange-deep); border: 2px solid transparent; padding-left: 18px; padding-right: 18px; }
.ahr-btn-ghost:hover { color: var(--ahr-navy); border-color: #EFE4C7; background: var(--ahr-cream); }
.ahr-btn-ghost .ahr-ext { font-family: 'JetBrains Mono', monospace; font-weight: 700; margin-left: 2px; }

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

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

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

/* emphasis */
.ahr-emphasis { background: var(--ahr-navy); border-radius: 18px; padding: 56px 48px; text-align: center; color: var(--ahr-cream); position: relative; overflow: hidden; }
.ahr-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%); }
.ahr-emphasis > * { position: relative; z-index: 1; }
.ahr-emphasis .ahr-eyebrow { color: var(--ahr-orange); }
.ahr-emphasis h2 { color: var(--ahr-cream); margin-bottom: 16px; }
.ahr-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; }
.ahr-emphasis .ahr-em { color: var(--ahr-orange); }

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

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

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

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

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

/* gentle moon glow */
.ahr-moon { transform-box: fill-box; transform-origin: center; animation: ahr-glow 4s ease-in-out infinite; }
@keyframes ahr-glow { 0%,100% { opacity: 0.85; } 50% { opacity: 1; } }

/* incoming patient message slides in */
.ahr-incoming { transform-box: fill-box; transform-origin: left center; opacity: 0; animation: ahr-incoming 6s ease-out infinite; }
@keyframes ahr-incoming {
  0%       { opacity: 0; transform: translateX(-18px); }
  6%       { opacity: 0; }
  14%      { opacity: 1; transform: translateX(0); }
  88%      { opacity: 1; }
  95%,100% { opacity: 0; }
}
/* auto typing dots */
.ahr-typing { opacity: 0; animation: ahr-typing 6s ease-in-out infinite; }
@keyframes ahr-typing { 0%,16% { opacity: 0; } 22% { opacity: 1; } 32% { opacity: 1; } 38%,100% { opacity: 0; } }
.ahr-typing .ahr-tdot { animation: ahr-tdot 1s ease-in-out infinite; }
.ahr-typing .ahr-tdot:nth-child(2) { animation-delay: 0.15s; }
.ahr-typing .ahr-tdot:nth-child(3) { animation-delay: 0.30s; }
@keyframes ahr-tdot { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* auto-reply slides in */
.ahr-reply { transform-box: fill-box; transform-origin: right center; opacity: 0; animation: ahr-reply 6s ease-out infinite; }
@keyframes ahr-reply {
  0%, 38%  { opacity: 0; transform: translateX(18px); }
  46%      { opacity: 1; transform: translateX(0); }
  88%      { opacity: 1; }
  95%,100% { opacity: 0; }
}
/* "patient feels heard" check */
.ahr-heard { transform-box: fill-box; transform-origin: center; opacity: 0; animation: ahr-heard 6s ease-out infinite; }
@keyframes ahr-heard {
  0%, 48%  { opacity: 0; transform: scale(0.5); }
  55%      { opacity: 1; transform: scale(1.12); }
  59%      { transform: scale(1); }
  88%      { opacity: 1; }
  95%,100% { opacity: 0; }
}
/* provider flow line — runs continuously, never interrupted */
.ahr-flow { stroke-dasharray: 5 5; animation: ahr-flow 1.6s linear infinite; }
@keyframes ahr-flow { to { stroke-dashoffset: -20; } }

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

/* responsive */
@media (max-width: 860px) {
  .ahr-hero-grid { grid-template-columns: 1fr; }
  .ahr-grid { grid-template-columns: 1fr; }
  .ahr-wrap { padding: 0 22px; }
  .ahr-why, .ahr-emphasis, .ahr-closing { padding-left: 28px; padding-right: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .ahr-root *, .ahr-root *::before, .ahr-root *::after { animation: none !important; transition: none !important; }
  .ahr-reveal { opacity: 1; transform: none; }
  .ahr-incoming, .ahr-reply, .ahr-heard { opacity: 1; transform: none; }
  .ahr-typing { opacity: 0; }
}/* End custom CSS */