/* ==========================================================================
   Design Tokens — imported by components so Webflow bundles them.
   This is the single source of truth for colors, fonts, and typography
   utility classes used inside code components.
   ========================================================================== */

/* ─── Font Faces ─── */

/* Houschka Pro */
@font-face {
  font-family: 'Houschka Pro';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2F902456f5493d113a03ff-HouschkaPro-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Houschka Pro';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2Fb67d7ca3dea6e7a83642-HouschkaPro-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Houschka Pro';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2F145007b7a454fd6af7a7-HouschkaPro-DemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Houschka Pro';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2Fcb328a4f9e2492c0835f-HouschkaPro-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2F0dd2d5986e2731a16ee7-Ubuntu-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2Fe37c5546eb1a6efc4818-Ubuntu-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2Ffec2d0f1431a6114a6ce-Ubuntu-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Inter Display (variable font) */
@font-face {
  font-family: 'Inter Display';
  src: url(https://code-components.website-files.com/6a8eb90b42ea27d34835db76%2Fmodule%2Fe05c5f3d1fa6a3893d84-Inter-VariableFont_opsz_wght.ttf) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ─── CSS Custom Properties (Design Tokens) ─── */

:host {
  /* Primary colors */
  --color-primary-100: #3D8EBF;
  --color-primary-200: #0A5B8C;
  --color-primary-300: #003D66;
  --color-primary-400: #002E4D;
  --color-primary-500: #01090E;

  /* Secondary colors */
  --color-secondary-100: #F6DFDF;
  --color-secondary-200: #E8A9A9;
  --color-secondary-300: #D66868;
  --color-secondary-400: #C52727;
  --color-secondary-500: #8A1B1B;
  --color-secondary-600: #4F1010;
  --color-secondary-700: #140404;

  /* Neutral colors */
  --color-neutral-100: #FFFFFF;
  --color-neutral-150: #E6EFF3;
  --color-neutral-200: #CEDEE8;
  --color-neutral-300: #8FADC1;
  --color-neutral-400: #546B7A;
  --color-neutral-500: #475D6B;

  /* Font families */
  --font-heading: 'Ubuntu', sans-serif;
  --font-heading-alt: 'Houschka Pro', sans-serif;
  --font-body: 'Inter Display', sans-serif;
}

/* ─── Typography Utility Classes ─── */

/* H1 — 60/64 */
.heading-h1-400 { font-family: 'Ubuntu', sans-serif; font-size: 60px; font-weight: 300; line-height: 64px; letter-spacing: -2.4px; }
.heading-h1-500 { font-family: 'Ubuntu', sans-serif; font-size: 60px; font-weight: 500; line-height: 64px; letter-spacing: -2.4px; }
.heading-h1-600 { font-family: 'Houschka Pro', sans-serif; font-size: 60px; font-weight: 600; line-height: 64px; letter-spacing: -2.4px; }
.heading-h1-700 { font-family: 'Houschka Pro', sans-serif; font-size: 60px; font-weight: 700; line-height: 64px; letter-spacing: -2.4px; }

/* H2 — 52/52 */
.heading-h2-400 { font-family: 'Ubuntu', sans-serif; font-size: 52px; font-weight: 300; line-height: 52px; letter-spacing: -2.08px; }
.heading-h2-500 { font-family: 'Ubuntu', sans-serif; font-size: 52px; font-weight: 500; line-height: 52px; letter-spacing: -2.08px; }
.heading-h2-600 { font-family: 'Houschka Pro', sans-serif; font-size: 52px; font-weight: 600; line-height: 52px; letter-spacing: -2.08px; }
.heading-h2-700 { font-family: 'Ubuntu', sans-serif; font-size: 52px; font-weight: 700; line-height: 52px; letter-spacing: -2.08px; }

/* H3 — 32/36 */
.heading-h3-400 { font-family: 'Ubuntu', sans-serif; font-size: 32px; font-weight: 300; line-height: 36px; letter-spacing: -0.96px; }
.heading-h3-500 { font-family: 'Ubuntu', sans-serif; font-size: 32px; font-weight: 500; line-height: 36px; letter-spacing: -0.96px; }
.heading-h3-600 { font-family: 'Houschka Pro', sans-serif; font-size: 32px; font-weight: 600; line-height: 36px; letter-spacing: -0.96px; }
.heading-h3-700 { font-family: 'Ubuntu', sans-serif; font-size: 32px; font-weight: 700; line-height: 36px; letter-spacing: -0.96px; }

/* H4 — 24/28 */
.heading-h4-400 { font-family: 'Ubuntu', sans-serif; font-size: 24px; font-weight: 300; line-height: 28px; letter-spacing: -0.72px; }
.heading-h4-500 { font-family: 'Ubuntu', sans-serif; font-size: 24px; font-weight: 500; line-height: 28px; letter-spacing: -0.72px; }
.heading-h4-600 { font-family: 'Houschka Pro', sans-serif; font-size: 24px; font-weight: 600; line-height: 28px; letter-spacing: -0.72px; }
.heading-h4-700 { font-family: 'Ubuntu', sans-serif; font-size: 24px; font-weight: 700; line-height: 28px; letter-spacing: -0.72px; }

/* H5 — 20/26 */
.heading-h5-400 { font-family: 'Ubuntu', sans-serif; font-size: 20px; font-weight: 300; line-height: 26px; letter-spacing: -0.6px; }
.heading-h5-500 { font-family: 'Ubuntu', sans-serif; font-size: 20px; font-weight: 500; line-height: 26px; letter-spacing: -0.6px; }
.heading-h5-600 { font-family: 'Houschka Pro', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; letter-spacing: -0.6px; }
.heading-h5-700 { font-family: 'Ubuntu', sans-serif; font-size: 20px; font-weight: 700; line-height: 26px; letter-spacing: -0.6px; }

/* H6 — 16/20 */
.heading-h6-400 { font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 300; line-height: 20px; letter-spacing: -0.48px; }
.heading-h6-500 { font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 500; line-height: 20px; letter-spacing: -0.48px; }
.heading-h6-600 { font-family: 'Houschka Pro', sans-serif; font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: -0.48px; }
.heading-h6-700 { font-family: 'Ubuntu', sans-serif; font-size: 16px; font-weight: 700; line-height: 20px; letter-spacing: -0.48px; }

/* Paragraphs — Inter Display */
.paragraph-xxl-400 { font-family: 'Inter Display', sans-serif; font-size: 22px; font-weight: 400; line-height: 34px; letter-spacing: 0; }
.paragraph-xxl-500 { font-family: 'Inter Display', sans-serif; font-size: 22px; font-weight: 500; line-height: 34px; letter-spacing: 0; }
.paragraph-xxl-600 { font-family: 'Inter Display', sans-serif; font-size: 22px; font-weight: 600; line-height: 34px; letter-spacing: 0; }
.paragraph-xxl-700 { font-family: 'Inter Display', sans-serif; font-size: 22px; font-weight: 700; line-height: 34px; letter-spacing: 0; }

.paragraph-xl-400 { font-family: 'Inter Display', sans-serif; font-size: 20px; font-weight: 400; line-height: 32px; letter-spacing: 0; }
.paragraph-xl-500 { font-family: 'Inter Display', sans-serif; font-size: 20px; font-weight: 500; line-height: 32px; letter-spacing: 0; }
.paragraph-xl-600 { font-family: 'Inter Display', sans-serif; font-size: 20px; font-weight: 600; line-height: 32px; letter-spacing: 0; }
.paragraph-xl-700 { font-family: 'Inter Display', sans-serif; font-size: 20px; font-weight: 700; line-height: 32px; letter-spacing: 0; }

.paragraph-lg-400 { font-family: 'Inter Display', sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: 0; }
.paragraph-lg-500 { font-family: 'Inter Display', sans-serif; font-size: 18px; font-weight: 500; line-height: 24px; letter-spacing: 0; }
.paragraph-lg-600 { font-family: 'Inter Display', sans-serif; font-size: 18px; font-weight: 600; line-height: 28px; letter-spacing: 0; }
.paragraph-lg-700 { font-family: 'Inter Display', sans-serif; font-size: 18px; font-weight: 700; line-height: 28px; letter-spacing: 0; }

.paragraph-md-400 { font-family: 'Inter Display', sans-serif; font-size: 16px; font-weight: 400; line-height: 26px; letter-spacing: 0; }
.paragraph-md-500 { font-family: 'Inter Display', sans-serif; font-size: 16px; font-weight: 500; line-height: 26px; letter-spacing: 0; }
.paragraph-md-600 { font-family: 'Inter Display', sans-serif; font-size: 16px; font-weight: 600; line-height: 26px; letter-spacing: 0; }
.paragraph-md-700 { font-family: 'Inter Display', sans-serif; font-size: 16px; font-weight: 700; line-height: 26px; letter-spacing: 0; }

.paragraph-sm-400 { font-family: 'Inter Display', sans-serif; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; }
.paragraph-sm-500 { font-family: 'Inter Display', sans-serif; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: 0; }
.paragraph-sm-600 { font-family: 'Inter Display', sans-serif; font-size: 14px; font-weight: 600; line-height: 22px; letter-spacing: 0; }
.paragraph-sm-700 { font-family: 'Inter Display', sans-serif; font-size: 14px; font-weight: 700; line-height: 22px; letter-spacing: 0; }

/* Label */
.label { font-family: 'Inter Display', sans-serif; font-size: 18px; font-weight: 500; line-height: 24px; letter-spacing: 0; }

/* ==========================================================================
   Resource CTA — the "apply" call to action for /resources and /resource/*.

   Two independent axes:
     layout (`variant`) — banner / card / inline: structure, padding, type scale
     colour  (`tone`)   — navy / deep-navy / light / white / urgency

   Colour is expressed only as custom properties, so a new tone is a block of
   variables rather than a re-run of every element rule. Tones are declared
   before layouts on purpose: both are single-class selectors, so the layout
   section wins on order where the two overlap (see the banner border reset).
   ========================================================================== */

.rcta {
  /* Fallbacks so the component still renders if no tone class is applied. */
  --rcta-bg: transparent;
  --rcta-border: transparent;
  --rcta-border-width: 0;
  --rcta-heading: var(--color-primary-300);
  --rcta-body: var(--color-neutral-400);
  --rcta-icon: var(--color-primary-200);
  --rcta-badge-bg: var(--color-neutral-150);
  --rcta-badge-fg: var(--color-primary-200);

  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-body);
  background: var(--rcta-bg);
  border: var(--rcta-border-width) solid var(--rcta-border);
}

/* #root only gets border-box in this project, so the subtree must say it too —
   otherwise the padding below pushes these boxes past the viewport. */
.rcta *,
.rcta *::before,
.rcta *::after {
  box-sizing: border-box;
}

/* Webflow gives headings and paragraphs default margins. */
.rcta h2,
.rcta p {
  margin: 0;
}

.rcta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.rcta__content {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 340px;
  min-width: 0;
}

.rcta__icon {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: var(--rcta-icon);
}

.rcta__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.rcta__eyebrow {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rcta-heading);
}

.rcta__heading {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.96px;
  color: var(--rcta-heading);
}

.rcta__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.6px;
  max-width: 750px;
  color: var(--rcta-body);
}

.rcta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 0;
  max-width: 100%;
}

.rcta__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: var(--rcta-body);
}

/* ==========================================================================
   Tones — colour only. Nothing here sets structure.
   ========================================================================== */

/* Matches the navy band already at the foot of both resource page types. */
.rcta--tone-navy {
  --rcta-bg: var(--color-primary-300);
  --rcta-heading: var(--color-neutral-100);
  --rcta-body: var(--color-neutral-200);
  --rcta-icon: var(--color-neutral-200);
  --rcta-badge-bg: rgba(255, 255, 255, 0.1);
  --rcta-badge-fg: var(--color-neutral-100);
}

/* The darker navy the Current Guaranteed Rates section sits on. */
.rcta--tone-deep-navy {
  --rcta-bg: var(--color-primary-400);
  --rcta-heading: var(--color-neutral-100);
  --rcta-body: var(--color-neutral-200);
  --rcta-icon: var(--color-neutral-200);
  --rcta-badge-bg: rgba(255, 255, 255, 0.1);
  --rcta-badge-fg: var(--color-neutral-100);
}

/* Tinted panel — reads as a block on a white article without going dark. */
.rcta--tone-light {
  --rcta-bg: var(--color-neutral-150);
  --rcta-border: var(--color-neutral-200);
  --rcta-border-width: 1px;
  --rcta-heading: var(--color-primary-300);
  --rcta-body: var(--color-neutral-400);
  --rcta-icon: var(--color-primary-200);
  --rcta-badge-bg: var(--color-neutral-100);
  --rcta-badge-fg: var(--color-primary-200);
}

/* The calculator widget's highlight/stat treatment, minus its drop shadow —
   the hairline alone separates the card from the page. */
.rcta--tone-white {
  --rcta-bg: var(--color-neutral-100);
  --rcta-border: var(--color-neutral-200);
  --rcta-border-width: 1px;
  --rcta-heading: var(--color-primary-400);
  --rcta-body: var(--color-neutral-500);
  --rcta-icon: var(--color-primary-200);
  --rcta-badge-bg: var(--color-neutral-150);
  --rcta-badge-fg: var(--color-primary-200);
}

/* The calculator widget's urgency treatment: 2px red hairline, red heading. */
.rcta--tone-urgency {
  --rcta-bg: var(--color-neutral-100);
  --rcta-border: var(--color-secondary-200);
  --rcta-border-width: 2px;
  --rcta-heading: var(--color-secondary-500);
  --rcta-body: var(--color-neutral-500);
  --rcta-icon: var(--color-secondary-400);
  --rcta-badge-bg: var(--color-secondary-100);
  --rcta-badge-fg: var(--color-secondary-400);
}

/* ==========================================================================
   CTA button — container-driven sizing.

   This has to sit outside a media query. The card can be 360px wide inside a
   1440px page (the sticky sidebar on /resource/*), so a viewport breakpoint
   never fires for it. The shared .wf-btn is `white-space: nowrap` and sized for
   desktop labels: "Get Matched with an Advisor" measures 314px against a 296px
   content box, which overflowed the card's right padding — 33px of inset on the
   left, 13px on the right.
   ========================================================================== */
.rcta .wf-btn {
  max-width: 100%;
  white-space: normal;
  height: auto;
  min-height: 56px;
  /* button.css pins height to 56px, which only holds because the label never
     wraps. Height has to be free to grow here, so the vertical padding is
     retuned to land a single line back on exactly 56px and keep these buttons
     the same size as every other button on the page:
     12 + 12 padding + 28 line-height + 4 border = 56. */
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* In a card the CTA runs the full width, which is what the calculator widget's
   own card CTA does (.icw__cta.wf-btn). The type steps down with it: at the
   shared 18px, "Get Matched with an Advisor" needs 254px of text against the
   234px a 360px sidebar card leaves, so it wrapped to two lines and stood up a
   92px pill. !important because button.css sets these with it. */
.rcta--card .rcta__cta.wf-btn {
  width: 100%;
  padding: 14px 24px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

/* ==========================================================================
   Layout: banner — full-bleed band. Brings its own background, so it can sit
   directly in a Webflow section without one.
   ========================================================================== */
.rcta--banner {
  padding: 80px 24px;
  /* A full-bleed band has no edges to draw. Relies on following the tone
     section: same specificity, so source order decides. */
  border-width: 0;
}

/* ==========================================================================
   Layout: card — stacked block sized for the article column.
   ========================================================================== */
.rcta--card {
  border-radius: 16px;
  padding: 40px 32px;
}

.rcta--card .rcta__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

/* The icon rides above the text as a tinted badge rather than sitting in a left
   rail. In a column this narrow a left-hand glyph eats the width the heading
   needs — it wrapped "Is an annuity right for you?" onto two lines and the body
   onto four. The sidebar widget on these same pages already uses a badge, so
   this is the page's own pattern rather than a new one. */
.rcta--card .rcta__content {
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.rcta--card .rcta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--rcta-badge-bg);
  color: var(--rcta-badge-fg);
}

.rcta--card .rcta__icon svg {
  width: 24px;
  height: 24px;
}

.rcta--card .rcta__text {
  width: 100%;
}

.rcta--card .rcta__actions {
  align-items: flex-start;
  width: 100%;
}

.rcta--card .rcta__note {
  text-align: left;
}

/* ==========================================================================
   Layout: inline — compact strip for mid-article.
   ========================================================================== */
.rcta--inline {
  border-radius: 16px;
  padding: 28px 32px;
}

.rcta--inline .rcta__inner {
  gap: 28px;
}

.rcta--inline .rcta__icon {
  width: 40px;
  height: 40px;
}

.rcta--inline .rcta__heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.72px;
}

.rcta--inline .rcta__body {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}

/* ==========================================================================
   Responsive — everything stacks below the desktop layout.
   ========================================================================== */
@media (max-width: 768px) {
  .rcta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .rcta__content {
    flex: 0 1 auto;
    align-items: flex-start;
    width: 100%;
  }

  .rcta__icon {
    width: 40px;
    height: 40px;
  }

  .rcta__heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.72px;
  }

  .rcta__body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  /* Stacked, but the button keeps its natural width — a full-bleed pill across
     a 768px tablet reads as a broken layout, not a button. */
  .rcta__actions {
    align-items: flex-start;
    width: 100%;
  }

  .rcta__note {
    text-align: left;
  }

  .rcta--banner {
    padding: 48px 20px;
  }

  .rcta--card {
    padding: 32px 24px;
  }

  .rcta--inline {
    padding: 24px 20px;
  }
}

/* The shared button is `white-space: nowrap` and sized for desktop labels. A
   long label ("Get Matched with an Advisor") is wider than a 375px screen, so
   below the phone breakpoint let it wrap and grow instead of running off. */
@media (max-width: 560px) {
  /* Below the phone breakpoint the button does go full width — at 375px its
     natural width is already the whole column. */
  .rcta__actions {
    align-items: stretch;
  }

  /* The icon/text gap costs a quarter of the line box on a narrow phone. */
  .rcta__content {
    gap: 16px;
  }

  .rcta .wf-btn {
    display: flex !important;
    width: 100%;
    padding: 14px 20px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* The card's own 24px side padding leaves the default label 225px against
     the 227px it measures — a 2px miss that wrapped it onto two lines. Trim to
     16px here so it clears with room rather than by a hair. More specific than
     the rule above, and later than the unprefixed card rule, so it wins both. */
  .rcta--card .rcta__cta.wf-btn {
    padding: 14px 16px !important;
  }
}

/* ===================================
   Button – Base
   =================================== */
.wf-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px;
  padding: 16px 28px !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  cursor: pointer;
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  box-sizing: border-box;
}

/* ===================================
   Variant: Blue (Primary)
   =================================== */
.wf-btn--blue {
  background: var(--color-primary-200) !important;
  border-color: var(--color-primary-200) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--blue:hover {
  background: var(--color-primary-300) !important;
  border-color: var(--color-primary-300) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--blue:focus-visible {
  background: var(--color-primary-200) !important;
  border-color: var(--color-primary-200) !important;
  color: var(--color-neutral-100) !important;
  outline: none;
  box-shadow: inset 0 0 0 4px var(--color-neutral-100);
}

/* ===================================
   Variant: Light Blue
   =================================== */
.wf-btn--light-blue {
  background: var(--color-neutral-150) !important;
  border-color: var(--color-neutral-150) !important;
  color: var(--color-primary-300) !important;
}

.wf-btn--light-blue:hover {
  background: var(--color-neutral-200) !important;
  border-color: var(--color-neutral-200) !important;
  color: var(--color-primary-400) !important;
}

.wf-btn--light-blue:focus-visible {
  background: var(--color-neutral-150) !important;
  border-color: var(--color-primary-200) !important;
  color: var(--color-primary-400) !important;
  outline: none;
  box-shadow: inset 0 0 0 4px var(--color-neutral-100);
}

/* ===================================
   Variant: Red
   =================================== */
.wf-btn--red {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--red:hover {
  background: var(--color-secondary-500) !important;
  border-color: var(--color-secondary-500) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--red:focus-visible {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  color: var(--color-neutral-100) !important;
  outline: none;
  box-shadow: inset 0 0 0 4px var(--color-neutral-100);
}

/* ===================================
   Variant: Outline White (for dark backgrounds)
   =================================== */
.wf-btn--outline-white {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--outline-white:focus-visible {
  background: transparent !important;
  border-color: var(--color-neutral-100) !important;
  color: var(--color-neutral-100) !important;
  outline: none;
}

/* ===================================
   Variant: Outline Blue
   =================================== */
.wf-btn--outline-blue {
  background: transparent !important;
  border: 1px solid var(--color-neutral-200) !important;
  color: var(--color-primary-400) !important;
}

.wf-btn--outline-blue:hover {
  background: rgba(0, 61, 102, 0.05) !important;
  border-color: var(--color-neutral-300) !important;
  color: var(--color-primary-400) !important;
}

.wf-btn--outline-blue:focus-visible {
  background: transparent !important;
  border: 2px solid var(--color-primary-300) !important;
  color: var(--color-primary-400) !important;
  outline: none;
}

/* ===================================
   Variant: Subscribe (Red, square-ish)
   =================================== */
.wf-btn--subscribe {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  border-radius: 12px;
  color: var(--color-neutral-100) !important;
}

.wf-btn--subscribe:hover {
  background: var(--color-secondary-500) !important;
  border-color: var(--color-secondary-500) !important;
  color: var(--color-neutral-100) !important;
}

.wf-btn--subscribe:focus-visible {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  color: var(--color-neutral-100) !important;
  outline: none;
  box-shadow: inset 0 0 0 4px var(--color-neutral-100);
}

