.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-df853e9 *//* =========================================================================
   Google & Outlook Bi-Directional Calendar into Cerbo
   FxMedSupport product page styles
   Scoped prefix: .gocal-  (prevents collision in Elementor / WordPress)
   Palette: navy #062D60 · orange #F89C0C · blue #2384F4 · cream #FFF8EC
   Fonts: Fraunces (display) · Inter (body) · JetBrains Mono (labels)
   ========================================================================= */

.gocal-root {
  --gocal-navy: #062D60;
  --gocal-navy-soft: #0C3A73;
  --gocal-orange: #F89C0C;
  --gocal-orange-deep: #C97E0A;
  --gocal-blue: #2384F4;
  --gocal-cream: #FFF8EC;
  --gocal-cream-2: #F6F4ED;
  --gocal-ink: #41506A;
  --gocal-line: #E8E6DF;
  --gocal-white: #FFFFFF;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--gocal-ink);
  background: var(--gocal-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.gocal-root *,
.gocal-root *::before,
.gocal-root *::after { box-sizing: border-box; }

.gocal-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

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

/* ---- Hero ---- */
.gocal-hero {
  padding: 84px 0 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(35,132,244,0.06), transparent 42%),
    radial-gradient(circle at 82% 30%, rgba(248,156,12,0.07), transparent 45%);
}
.gocal-hero h1 {
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.08;
}
.gocal-hero .gocal-sub {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--gocal-ink);
  max-width: 680px;
  margin: 22px auto 0 auto;
  line-height: 1.55;
}

/* sync badge above hero title */
.gocal-syncbadge {
  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(--gocal-navy);
  background: var(--gocal-cream);
  border: 1px solid #EFE4C7;
  border-radius: 40px;
  padding: 9px 18px;
  margin-bottom: 26px;
}
.gocal-syncbadge .gocal-arrows { color: var(--gocal-orange); font-size: 15px; }

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

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

/* ---- Problem strip ---- */
.gocal-problem {
  background: var(--gocal-cream-2);
  border-radius: 14px;
  padding: 40px 44px;
  border-left: 4px solid var(--gocal-orange);
}
.gocal-problem p {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(17px, 2vw, 20px);
  color: var(--gocal-ink);
  margin: 0;
  line-height: 1.6;
}
.gocal-problem strong { color: var(--gocal-navy); }

/* ---- How it works: NEURAL VISUALIZATION ---- */
.gocal-neural-wrap {
  position: relative;
  margin: 36px auto 0 auto;
  max-width: 960px;
}
.gocal-neural {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

/* brain core */
.gocal-brain-glow { fill: rgba(35,132,244,0.40); }
.gocal-brain { stroke: rgba(255,255,255,0.10); stroke-width: 1; }
.gocal-brain-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 2.5px;
  fill: var(--gocal-orange); text-anchor: middle; text-transform: uppercase;
}
.gocal-brain-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px; fill: #FFFFFF; text-anchor: middle;
}
.gocal-brain-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8.5px; letter-spacing: 1.5px;
  fill: #9DB6D8; text-anchor: middle; text-transform: uppercase;
}

/* FxMedSupport ring band wrapping Cerbo (the nervous system) */
.gocal-fxband {
  fill: none;
  stroke: var(--gocal-orange);
  stroke-width: 36;
  opacity: 0.20;
}
.gocal-fxband-edge {
  fill: none;
  stroke: var(--gocal-orange);
  stroke-width: 3.6;
  filter: url(#gocal-elec);
  transform-box: fill-box;
  transform-origin: center;
  animation: gocal-ringglow 2.2s ease-in-out infinite;
}
.gocal-fxband-edge-out { opacity: 1; }
.gocal-fxband-edge-in  { opacity: 1; animation-delay: 0.5s; }
@keyframes gocal-ringglow {
  0%,100% { opacity: 0.75; stroke-width: 3.2; }
  50%     { opacity: 1;    stroke-width: 4.4; }
}
/* crisp bright core ring on top of the glow for a neon edge */
.gocal-fxcore {
  fill: none;
  stroke: #FFC766;
  stroke-width: 1.6;
  opacity: 0.95;
}
.gocal-fxring-spin {
  transform-box: fill-box;
  transform-origin: center;
  animation: gocal-spin 40s linear infinite;
}
.gocal-fxring-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13.5px;
  letter-spacing: 2.5px;
  font-weight: 700;
  fill: var(--gocal-orange);
  filter: drop-shadow(0 0 4px rgba(248,156,12,0.85));
}

/* pulse rings emanating from the brain */
.gocal-pulse {
  fill: none; stroke: var(--gocal-orange); stroke-width: 1.5;
  transform-box: fill-box; transform-origin: center;
  opacity: 0; animation: gocal-pulse 4.2s ease-out infinite;
}
@keyframes gocal-pulse {
  0%   { transform: scale(1);   opacity: 0.5; }
  70%  { opacity: 0.07; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* outer energy halos */
.gocal-halo {
  fill: none; stroke: var(--gocal-orange); stroke-width: 1.4;
  stroke-dasharray: 3 9; opacity: 0.45;
  transform-box: fill-box; transform-origin: center;
  animation: gocal-spin 26s linear infinite;
}
.gocal-halo-2 {
  stroke: var(--gocal-blue); stroke-dasharray: 2 12; opacity: 0.32;
  animation: gocal-spin-rev 38s linear infinite;
}
@keyframes gocal-spin     { to { transform: rotate(360deg); } }
@keyframes gocal-spin-rev { to { transform: rotate(-360deg); } }

/* synapses */
.gocal-syn-eco {
  fill: none; stroke: #C9CFD8; stroke-width: 1.4;
  stroke-dasharray: 2 13; opacity: 0.8; stroke-linecap: round;
  animation: gocal-flow-in 2.8s linear infinite;
}
/* highlighted = ELECTRIC */
.gocal-syn-glow {
  fill: none; stroke: var(--gocal-orange); stroke-width: 8;
  opacity: 0.32; stroke-linecap: round;
  animation: gocal-elecflicker 0.6s ease-in-out infinite;
}
.gocal-syn-hi {
  fill: none; stroke: var(--gocal-orange); stroke-width: 2.8;
  stroke-dasharray: 4 8; stroke-linecap: round;
  animation: gocal-flow-out 0.55s linear infinite;
}
.gocal-syn-rev {
  fill: none; stroke: var(--gocal-blue); stroke-width: 2.4;
  stroke-dasharray: 3 10; stroke-linecap: round; opacity: 0.9;
  animation: gocal-flow-in 0.62s linear infinite;
}
.gocal-syn-spark {
  fill: none; stroke: #FFFFFF; stroke-width: 3.2;
  stroke-dasharray: 3 58; stroke-linecap: round;
  animation: gocal-spark 0.62s linear infinite;
}
@keyframes gocal-flow-out { to { stroke-dashoffset: -24; } }
@keyframes gocal-flow-in  { to { stroke-dashoffset: 26; } }
@keyframes gocal-spark    { from { stroke-dashoffset: 61; } to { stroke-dashoffset: -61; } }
@keyframes gocal-elecflicker {
  0%,100% { opacity: 0.26; } 30% { opacity: 0.5; } 50% { opacity: 0.16; } 70% { opacity: 0.48; } 85% { opacity: 0.22; }
}

/* app nodes */
.gocal-nbox-hi {
  fill: var(--gocal-cream); stroke: var(--gocal-orange); stroke-width: 2;
  filter: drop-shadow(0 0 7px rgba(248,156,12,0.45));
}
.gocal-nbox-eco { fill: #FFFFFF; stroke: #E2E0D7; stroke-width: 1.4; }
.gocal-eco {
  transform-box: fill-box;
  opacity: 0;
  animation: gocal-econfade 10s ease-in-out infinite;
}
@keyframes gocal-econfade {
  0%, 100% { opacity: 0; }
  7%       { opacity: 1; }
  78%      { opacity: 1; }
  86%      { opacity: 0; }
}
.gocal-eco-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.5px; fill: #29384F; font-weight: 500;
}
.gocal-ntext { font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 0.5px; }
.gocal-ntext-hi  { fill: var(--gocal-navy); font-weight: 500; }
.gocal-ntext-eco { fill: #7A899E; }
.gocal-ndot     { fill: var(--gocal-orange); }
.gocal-ndot-eco { fill: #C9CFD8; }
.gocal-nodeg-hi {
  transform-box: fill-box; transform-origin: center;
  animation: gocal-nodebreathe 2.2s ease-in-out infinite;
}
@keyframes gocal-nodebreathe {
  0%,100% { transform: scale(1); } 50% { transform: scale(1.05); }
}

/* legend */
.gocal-neural-legend {
  display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-top: 34px;
}
.gocal-leg {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: 0.8px;
  color: var(--gocal-ink);
}
.gocal-leg-sw { width: 24px; height: 3px; border-radius: 3px; display: inline-block; }
.gocal-leg-hi  .gocal-leg-sw { background: var(--gocal-orange); box-shadow: 0 0 6px rgba(248,156,12,0.7); }
.gocal-leg-fx  .gocal-leg-sw { background: var(--gocal-orange-deep); opacity: 0.5; }
.gocal-leg-eco .gocal-leg-sw { background: #C9CFD8; }

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

/* ---- True bidirectional emphasis ---- */
.gocal-emphasis {
  background: var(--gocal-navy);
  border-radius: 18px;
  padding: 56px 48px;
  text-align: center;
  color: var(--gocal-cream);
  position: relative;
  overflow: hidden;
}
.gocal-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%);
}
.gocal-emphasis > * { position: relative; z-index: 1; }
.gocal-emphasis .gocal-eyebrow { color: var(--gocal-orange); }
.gocal-emphasis h2 { color: var(--gocal-cream); margin-bottom: 16px; }
.gocal-emphasis p {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(17px, 2vw, 21px);
  color: #D7E0EE;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}
.gocal-emphasis .gocal-em { color: var(--gocal-orange); }

/* platform chips */
.gocal-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.gocal-chip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--gocal-navy);
  background: var(--gocal-white);
  border: 1px solid #DDD8C8;
  border-radius: 22px;
  padding: 8px 18px;
}
.gocal-chip--accent { color: var(--gocal-orange-deep); }
.gocal-chips-center { justify-content: center; }

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

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

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

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

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .gocal-grid { grid-template-columns: 1fr; }
  .gocal-wrap { padding: 0 22px; }
  .gocal-problem, .gocal-emphasis, .gocal-closing { padding-left: 28px; padding-right: 28px; }
  .gocal-ns-tag { font-size: 10px; padding: 7px 14px; }
  .gocal-neural-legend { gap: 14px; flex-direction: column; align-items: center; }
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .gocal-root *,
  .gocal-root *::before,
  .gocal-root *::after {
    animation: none !important;
    transition: none !important;
  }
  .gocal-reveal { opacity: 1; transform: none; }
  /* keep the neural diagram readable as a static graphic */
  .gocal-pulse { opacity: 0; }
  .gocal-syn-spark { opacity: 0; }
  .gocal-syn-glow { opacity: 0.3; }
  .gocal-syn-eco { stroke-dasharray: none; opacity: 0.55; }
  .gocal-syn-hi  { stroke-dasharray: none; }
  .gocal-syn-rev { stroke-dasharray: none; opacity: 0.5; }
  .gocal-halo    { opacity: 0.4; }
  .gocal-eco     { opacity: 1 !important; }
}/* End custom CSS */