.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-e90f5ea *//* =========================================================================
   Secure Note — FxMedSupport product page styles
   Scoped prefix: .snote-   (prevents collision in Elementor / WordPress)
   Palette: navy #062D60 · orange #F89C0C · blue #2384F4 · cream #FFF8EC
   Fonts: Fraunces (display) · Inter (body) · JetBrains Mono (labels)
   ========================================================================= */

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

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

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

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

/* hero */
.snote-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%);
}
.snote-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.snote-hero h1 { font-size: clamp(38px, 5.6vw, 60px); line-height: 1.08; }
.snote-hero .snote-sub {
  font-family: 'Fraunces', Georgia, serif; font-size: clamp(18px, 2.2vw, 21px);
  color: var(--sn-ink); margin: 22px 0 0 0; line-height: 1.55; max-width: 560px;
}
.snote-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(--sn-navy);
  background: var(--sn-cream); border: 1px solid #EFE4C7; border-radius: 40px;
  padding: 9px 18px; margin-bottom: 24px;
}
.snote-badge .snote-lock { color: var(--sn-orange); font-size: 14px; }

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

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

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

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

/* store-anything chips */
.snote-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.snote-chip {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.6px;
  color: var(--sn-navy); background: var(--sn-white); border: 1px solid #DDD8C8;
  border-radius: 22px; padding: 8px 16px;
}
.snote-chips-center { justify-content: center; }

/* emphasis (security) */
.snote-emphasis {
  background: var(--sn-navy); border-radius: 18px; padding: 56px 48px; text-align: center;
  color: var(--sn-cream); position: relative; overflow: hidden;
}
.snote-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%);
}
.snote-emphasis > * { position: relative; z-index: 1; }
.snote-emphasis .snote-eyebrow { color: var(--sn-orange); }
.snote-emphasis h2 { color: var(--sn-cream); margin-bottom: 16px; }
.snote-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; }
.snote-emphasis .snote-em { color: var(--sn-orange); }
.snote-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.snote-pillar { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 22px 18px; }
.snote-pillar h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 19px; color: var(--sn-cream); margin: 0 0 6px 0; }
.snote-pillar p { font-family: 'Inter', sans-serif; font-size: 14px; color: #C4D3E6; margin: 0; }

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

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

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

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

/* ---- Lock-up animation (synced 6s loop) ---- */
/* base state = static "locked" look (used when motion is reduced) */
.snote-arrow-track { animation: snote-arrowflow 1.1s linear infinite; }
.snote-shackle {
  transform-box: fill-box; transform-origin: center bottom;
  animation: snote-shackle 6s ease-in-out infinite;
}
.snote-clear  { opacity: 0; animation: snote-clear 6s ease-in-out infinite; }
.snote-masked { opacity: 1; animation: snote-masked 6s ease-in-out infinite; }
.snote-lockglow {
  opacity: 0; transform-box: fill-box; transform-origin: center;
  animation: snote-lockglow 6s ease-out infinite;
}
.snote-logged {
  opacity: 1; transform-box: fill-box; transform-origin: center;
  animation: snote-logged 6s ease-out infinite;
}

@keyframes snote-arrowflow { to { stroke-dashoffset: -20; } }

/* gentle continuous float on the note and vault for life */
.snote-note-float {
  transform-box: fill-box; transform-origin: center;
  animation: snote-floatA 4.5s ease-in-out infinite;
}
.snote-vault-float {
  transform-box: fill-box; transform-origin: center;
  animation: snote-floatB 5.2s ease-in-out infinite;
}
@keyframes snote-floatA {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%     { transform: translateY(-5px) rotate(-1deg); }
}
@keyframes snote-floatB {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}

/* arrowhead pulse */
.snote-arrowhead {
  transform-box: fill-box; transform-origin: center;
  animation: snote-arrowpulse 1.1s ease-in-out infinite;
}
@keyframes snote-arrowpulse {
  0%,100% { transform: translateX(0); opacity: 0.85; }
  50%     { transform: translateX(3px); opacity: 1; }
}

/* vault shake on lock impact (synced to the 6s master loop) */
.snote-vault-shake {
  transform-box: fill-box; transform-origin: center;
  animation: snote-shake 6s ease-out infinite;
}
@keyframes snote-shake {
  0%, 44%   { transform: translate(0,0); }
  45%       { transform: translate(-3px, 2px); }
  46.5%     { transform: translate(3px, -2px); }
  48%       { transform: translate(-2px, 1px); }
  49.5%     { transform: translate(2px, -1px); }
  51%       { transform: translate(0,0); }
  100%      { transform: translate(0,0); }
}

/* data bits flying from the note into the vault */
.snote-bit {
  transform-box: fill-box; transform-origin: center;
  opacity: 0;
  animation: snote-bit 6s ease-in infinite;
}
@keyframes snote-bit {
  0%       { transform: translate(0,0) scale(1); opacity: 0; }
  3%       { opacity: 1; }
  8%       { transform: translate(0,0) scale(1); opacity: 1; }
  28%      { transform: translate(var(--dx), var(--dy)) scale(0.45); opacity: 1; }
  32%      { transform: translate(var(--dx), var(--dy)) scale(0.12); opacity: 0; }
  100%     { opacity: 0; }
}

@keyframes snote-shackle {
  0%, 32%  { transform: translateY(-9px); }    /* open while data flies in */
  45%      { transform: translateY(1px); }      /* snap shut + overshoot (impact) */
  49%      { transform: translateY(0); }        /* settle */
  90%      { transform: translateY(0); }        /* stay locked */
  100%     { transform: translateY(-9px); }     /* reopen for loop */
}
@keyframes snote-clear {
  0%, 24%  { opacity: 1; }
  34%      { opacity: 0; }
  90%      { opacity: 0; }
  98%, 100%{ opacity: 1; }
}
@keyframes snote-masked {
  0%, 28%  { opacity: 0; }
  40%      { opacity: 1; }
  92%      { opacity: 1; }
  98%, 100%{ opacity: 0; }
}
@keyframes snote-lockglow {
  0%, 43%  { opacity: 0; transform: scale(0.8); }
  47%      { opacity: 0.9; transform: scale(1.05); }
  58%      { opacity: 0; transform: scale(1.5); }
  100%     { opacity: 0; transform: scale(1.5); }
}
@keyframes snote-logged {
  0%, 50%  { opacity: 0; transform: scale(0.6); }
  58%      { opacity: 1; transform: scale(1.08); }
  62%      { transform: scale(1); }
  90%      { opacity: 1; }
  97%, 100%{ opacity: 0; transform: scale(0.6); }
}

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

/* responsive */
@media (max-width: 860px) {
  .snote-hero-grid { grid-template-columns: 1fr; }
  .snote-grid { grid-template-columns: 1fr; }
  .snote-pillars { grid-template-columns: 1fr; }
  .snote-wrap { padding: 0 22px; }
  .snote-why, .snote-emphasis, .snote-closing { padding-left: 28px; padding-right: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .snote-root *, .snote-root *::before, .snote-root *::after { animation: none !important; transition: none !important; }
  .snote-reveal { opacity: 1; transform: none; }
  /* show the meaningful end state: data masked, locked, logged */
  .snote-clear  { opacity: 0; }
  .snote-masked { opacity: 1; }
  .snote-logged { opacity: 1; transform: none; }
  .snote-shackle { transform: none; }
  .snote-lockglow { opacity: 0; }
  .snote-bit { opacity: 0; }
}/* End custom CSS */