  /*
  Theme Name: Custom Fursuit Mania
  Theme URI: https://fursuitmania.com/
  Author: Sameer Farooqui
  Description: Custom pink-and-blue commission theme with pricing, gallery, quote flow, name generator and Fursona Quiz.
  Version: 1.1.14
  Requires at least: 6.5
  Requires PHP: 8.0
  Text Domain: fursuit-mania
  */

  :root {
    --fm-ink: #25203f;
    --fm-navy: #2f3553;
    --fm-pink: #ff70ad;
    --fm-pink-soft: #ffd7e8;
    --fm-blue: #55bdeb;
    --fm-blue-soft: #bdebff;
    --fm-cloud: #eef7ff;
    --fm-blush: #fff2f8;
    --fm-white: #fff;
    --fm-muted: #6e7488;
    --fm-line: #dcecf7;
    --fm-soft: #f6fafd;
    --fm-gradient: linear-gradient(110deg, var(--fm-pink) 0%, #e47fc5 35%, #8ea6e2 66%, var(--fm-blue) 100%);
    --fm-pastel-gradient: linear-gradient(125deg, var(--fm-blush), var(--fm-cloud));
    --fm-shadow: 0 20px 55px rgba(37, 32, 63, .11);
    --fm-radius: 24px;
  }

  /* Polished mobile navigation — compact when closed, full-featured when open */
  @media (max-width: 980px) {
    .fm-site-header { z-index: 100; }
    body.menu-open { overflow: hidden; }
  body.menu-open::before {
      content: "";
      position: fixed;
      z-index: 89;
      inset: 0;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background: rgba(37, 32, 63, 0.28);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
  }
    .fm-menu-toggle,
    .home .fm-menu-toggle {
      width: 96px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 15px;
      border: 1.5px solid transparent;
      border-radius: 999px;
      color: var(--fm-ink);
      background: linear-gradient(#fff,#fff) padding-box, var(--fm-gradient) border-box;
      box-shadow: 0 10px 26px rgba(46,39,75,.11);
    }
    .fm-menu-toggle::before,
    .fm-menu-toggle::after,
    .home .fm-menu-toggle::before,
    .home .fm-menu-toggle::after { display: none; content: none; }
    .fm-menu-toggle span,
    .home .fm-menu-toggle span { width: auto; height: auto; margin: 0; background: none; }
    .fm-menu-toggle__icon,
    .home .fm-menu-toggle .fm-menu-toggle__icon {
      position: relative;
      width: 22px !important;
      height: 16px !important;
      display: block !important;
      flex: 0 0 22px;
    }
    .fm-menu-toggle__icon i {
      position: absolute;
      left: 0;
      width: 22px;
      height: 2px;
      border-radius: 9px;
      background: linear-gradient(90deg,var(--fm-pink),var(--fm-blue));
      transition: transform .24s ease, opacity .18s ease, top .24s ease;
    }
    .fm-menu-toggle__icon i:nth-child(1) { top: 0; }
    .fm-menu-toggle__icon i:nth-child(2) { top: 7px; }
    .fm-menu-toggle__icon i:nth-child(3) { top: 14px; }
    .fm-menu-toggle__label,
    .home .fm-menu-toggle .fm-menu-toggle__label {
      display: inline !important;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .fm-menu-toggle[aria-expanded="true"] .fm-menu-toggle__icon i:nth-child(1) { top: 7px; transform: rotate(45deg); }
    .fm-menu-toggle[aria-expanded="true"] .fm-menu-toggle__icon i:nth-child(2) { opacity: 0; }
    .fm-menu-toggle[aria-expanded="true"] .fm-menu-toggle__icon i:nth-child(3) { top: 7px; transform: rotate(-45deg); }

    .fm-menu,
    .home .fm-menu {
      position: fixed;
      z-index: 101;
      inset: 84px 12px auto !important;
      width: auto;
      max-height: calc(100svh - 98px);
      gap: 9px !important;
      padding: 18px !important;
      overflow-y: auto;
      border: 1px solid rgba(94,188,235,.23);
      border-radius: 0 0 24px 24px;
      background: linear-gradient(135deg,#fff4f9 0%,#fff 48%,#edf9ff 100%);
      box-shadow: 0 28px 65px rgba(38,33,62,.24);
    }
    .fm-menu li { border: 0 !important; }
    .fm-menu li a {
      width: 100%;
      min-height: 52px;
      display: flex;
      align-items: center;
      padding: 0 16px !important;
      border: 1px solid rgba(94,188,235,.18);
      border-radius: 14px;
      background: rgba(255,255,255,.92);
      box-shadow: 0 8px 20px rgba(64,62,102,.06);
      font-size: 11px !important;
    }
    .fm-menu a::before {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      flex: 0 0 28px;
      border-radius: 50%;
      color: #fff;
      background: var(--fm-gradient);
      transform-origin: center;
    }
    .fm-menu a:hover,
    .fm-menu a:focus-visible { color: var(--fm-pink); transform: translateX(3px); }
    .fm-menu-mobile-cta { display: block; margin-top: 5px; }
    .fm-menu-mobile-cta a {
      justify-content: center;
      color: #fff !important;
      border: 0 !important;
      background: var(--fm-gradient) !important;
      box-shadow: 0 13px 28px rgba(255,102,169,.22);
    }
    .fm-menu-mobile-cta a::before { color: #fff; background: rgba(255,255,255,.2); }
  }

  @media (max-width: 640px) {
    .home .fm-site-header,
    .home .fm-nav { height: 84px; }
    .home .fm-site-header .fm-logo__image {
      width: 188px;
      height: 70px;
      object-fit: contain;
      object-position: left center;
    }
    .home .fm-home-hero { padding-top: 84px; }
    .home .fm-home-hero__grid { inset: 84px 20px 120px; }
    .home .fm-home-hero__shade { inset: 0; }
  }

  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; color: var(--fm-ink); background: var(--fm-white); font-family: "Nunito Sans", Arial, sans-serif; line-height: 1.55; }
  body.menu-open { overflow: hidden; }
  img { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button, input, select, textarea { font: inherit; }
  button { cursor: pointer; }
  .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .fm-container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
  .fm-section { padding: 104px 0; position: relative; overflow: hidden; }
  .fm-section--pastel { background: var(--fm-pastel-gradient); }
  .fm-kicker { margin: 0 0 12px; color: var(--fm-pink); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .fm-heading { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.035em; }
  .fm-gradient-text { color: var(--fm-pink); background: var(--fm-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .fm-section-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
  .fm-section-head p:last-child { color: var(--fm-muted); }
  .fm-card { background: var(--fm-white); border: 1px solid rgba(85,189,235,.18); border-radius: var(--fm-radius); box-shadow: var(--fm-shadow); }
  .fm-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 27px; border: 0; border-radius: 14px; color: var(--fm-white); background: var(--fm-gradient); box-shadow: 0 14px 28px rgba(85,189,235,.18); font-size: 13px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
  .fm-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(255,112,173,.25); }
  /* Professional CTA arrow — replaces animated sparkle */
.fm-btn::after {
    content: "→";
    display: inline-block;
    color: currentColor;
    font-size: 17px;
    line-height: 1;
    transition: transform .22s ease;
}

.fm-btn:hover::after,
.fm-btn:focus-visible::after {
    animation: none;
    transform: translateX(4px);
}
  .fm-btn--outline { color: var(--fm-ink); background: var(--fm-white); border: 1px solid var(--fm-line); box-shadow: none; }
  .fm-btn--outline::after { color: var(--fm-blue); }
  .fm-tag { display: inline-flex; min-height: 34px; align-items: center; padding: 0 17px; border-radius: 999px; color: var(--fm-white); background: var(--fm-gradient); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

  /* Header */
  .fm-site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 0; backdrop-filter: blur(16px); }
  .fm-nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
  .fm-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 1000; letter-spacing: -.025em; white-space: nowrap; }
  .fm-logo__image { width: 82px; height: 72px; display: block; object-fit: contain; }
  .fm-logo__badge { position: relative; display: grid; width: 39px; height: 32px; place-items: center; border-radius: 10px; color: #fff; background: var(--fm-gradient); font-size: 12px; }
  .fm-logo__badge::after { content: ""; position: absolute; width: 9px; height: 9px; right: -4px; top: -4px; border-radius: 50%; background: var(--fm-blue); }
  .fm-logo__name { font-size: 21px; }
  .fm-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
  .fm-menu a { position: relative; display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
  .fm-menu a::before { content: "✦"; display: inline-block; color: var(--fm-blue); font-size: 12px; transform-origin: center; }
  .fm-menu a:hover { color: var(--fm-pink); }
  .fm-menu a:hover::before { animation: fm-nav-icon-spin .58s cubic-bezier(.22,.9,.32,1.25); }
  .fm-menu-mobile-cta { display: none; }
  @keyframes fm-nav-icon-spin { 0% { transform: rotate(0) scale(1); } 55% { color: var(--fm-pink); transform: rotate(210deg) scale(1.5); } 100% { color: var(--fm-blue); transform: rotate(360deg) scale(1); } }
  .fm-menu-toggle { display: none; width: 50px; height: 42px; padding: 0; border: 0; border-radius: 14px; background: var(--fm-cloud); }
  .fm-menu-toggle span, .fm-menu-toggle::before, .fm-menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--fm-blue); transition: .2s; }

  /* Hero */
  .fm-hero { min-height: 780px; position: relative; display: grid; align-items: end; color: #fff; background: var(--fm-ink); overflow: hidden; }
  .fm-hero__grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1.15fr 1fr 1.15fr .7fr; grid-template-rows: 1fr 1fr; gap: 7px; }
  .fm-hero__image { width: 100%; height: 100%; object-fit: cover; }
  .fm-hero__image--tall { grid-row: span 2; }
  .fm-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(37,32,63,.98) 0%, rgba(37,32,63,.68) 38%, rgba(37,32,63,.12) 76%); }
  .fm-hero__content { position: relative; z-index: 2; max-width: 850px; padding: 0 0 72px; }
  .fm-hero h1 { max-width: 760px; margin: 18px 0; color: #fff; font-size: clamp(52px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
  .fm-hero h1 span { display: block; }
  .fm-hero__copy { max-width: 720px; margin-bottom: 28px; font-size: 17px; font-weight: 650; }
  .fm-hero__note { margin: 14px 0 0; font-size: 12px; font-weight: 800; }

  /* Pricing */
  .fm-tabs { display: flex; justify-content: center; gap: 9px; margin: 28px 0 36px; }
  .fm-tab { min-width: 108px; height: 38px; border: 1px solid var(--fm-line); border-radius: 999px; color: var(--fm-ink); background: #fff; font-size: 10px; font-weight: 900; }
  .fm-tab.is-active { color: #fff; border-color: transparent; background: var(--fm-gradient); }
  .fm-price-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; padding: 38px; }
  .fm-price-panel h3 { margin: 0 0 10px; font-size: 28px; }
  .fm-price-panel p { color: var(--fm-muted); }
  .fm-price { display: block; margin: 24px 0 2px; font-size: 38px; font-weight: 1000; }
  .fm-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
  .fm-checks li { position: relative; padding-left: 24px; font-size: 13px; font-weight: 750; }
  .fm-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--fm-pink); font-weight: 1000; }
  .fm-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(235px, 1fr); gap: 18px; overflow-x: auto; padding: 8px 2px 26px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--fm-pink) var(--fm-cloud); }
  .fm-slider > * { scroll-snap-align: start; }
  .fm-photo-card { overflow: hidden; }
  .fm-photo-card img { width: 100%; aspect-ratio: .86; object-fit: cover; }
  .fm-photo-card__body { padding: 17px 18px 20px; }
  .fm-photo-card h3 { margin: 0 0 4px; font-size: 17px; }
  .fm-photo-card p { margin: 0; color: var(--fm-muted); font-size: 11px; }
  .fm-actions { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }

  /* Process and benefits */
  .fm-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; position: relative; }
  .fm-process::before { content: ""; position: absolute; left: 10%; right: 10%; top: 84px; border-top: 2px dashed var(--fm-blue-soft); }
  .fm-process__item { position: relative; z-index: 1; text-align: center; }
  .fm-process__icon { width: 172px; height: 142px; margin: 0 auto 14px; object-fit: contain; }
  .fm-process__number { color: var(--fm-pink); font-size: 10px; font-weight: 1000; letter-spacing: .12em; }
  .fm-process h3 { margin: 8px 0; font-size: 18px; }
  .fm-process p { margin: 0; color: var(--fm-muted); font-size: 12px; }
  .fm-cta { position: relative; min-height: 320px; display: grid; place-items: center; padding: 54px 190px; border-radius: 28px; text-align: center; background: linear-gradient(115deg, var(--fm-pink-soft), var(--fm-blue-soft)); overflow: hidden; }
  .fm-cta h2 { margin: 0 0 14px; font-size: clamp(35px, 5vw, 54px); line-height: 1.03; }
  .fm-cta p { max-width: 650px; margin: 0 auto 24px; color: var(--fm-muted); }
  .fm-cta__art { position: absolute; width: 185px; height: 210px; object-fit: contain; }
  .fm-cta__art--left { left: 0; top: -15px; }
  .fm-cta__art--right { right: -5px; bottom: -35px; transform: scaleX(-1); }
  .fm-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .fm-benefit { padding: 30px; text-align: center; }
  .fm-benefit img { width: 135px; height: 112px; margin: 0 auto 14px; object-fit: contain; }
  .fm-benefit h3 { margin: 0 0 8px; }
  .fm-benefit p { margin: 0; color: var(--fm-muted); font-size: 12px; }

  /* Testimonials, FAQ and blog */
  .fm-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .fm-review { padding: 30px; }
  .fm-stars { color: var(--fm-pink); letter-spacing: .14em; }
  .fm-review blockquote { min-height: 100px; margin: 18px 0 25px; font-size: 19px; font-weight: 850; line-height: 1.35; }
  .fm-review__person { display: flex; align-items: center; gap: 12px; font-size: 11px; }
  .fm-review__person img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
  .fm-accordion { max-width: 830px; margin: auto; }
  .fm-faq { margin-bottom: 12px; border: 1px solid var(--fm-line); border-radius: 15px; background: #fff; overflow: hidden; }
  .fm-faq button { width: 100%; display: flex; justify-content: space-between; padding: 20px 22px; border: 0; color: var(--fm-ink); background: #fff; text-align: left; font-weight: 900; }
  .fm-faq button::after { content: "+"; color: var(--fm-blue); font-size: 21px; }
  .fm-faq.is-open button::after { content: "−"; }
  .fm-faq__answer { display: none; padding: 0 22px 22px; color: var(--fm-muted); font-size: 13px; }
  .fm-faq.is-open .fm-faq__answer { display: block; }
  .fm-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .fm-blog-card { overflow: hidden; }
  .fm-blog-card > img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
  .fm-blog-card__body { padding: 24px; }
  .fm-blog-card h3 { margin: 0 0 10px; font-size: 20px; }
  .fm-blog-card p { color: var(--fm-muted); font-size: 12px; }
  .fm-author { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
  .fm-author img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
  .fm-author span { display: block; font-size: 10px; }

  /* Internal pages */
  .fm-page-hero { padding: 118px 0 90px; text-align: center; background: var(--fm-pastel-gradient); }
  .fm-page-hero h1 { margin: 0 0 15px; font-size: clamp(44px, 6vw, 74px); line-height: 1; }
  .fm-page-hero p { max-width: 710px; margin: auto; color: var(--fm-muted); }
  .fm-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 275px; gap: 16px; }
  .fm-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 20px; }
  .fm-gallery-grid figure:nth-child(3n+1) { grid-row: span 2; }
  .fm-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
  .fm-gallery-grid figure:hover img { transform: scale(1.04); }
  .fm-fursona-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
  .fm-fursona-card { overflow: hidden; }
  .fm-fursona-card img { width: 100%; aspect-ratio: .9; object-fit: cover; }
  .fm-fursona-card__body { padding: 22px; }
  .fm-fursona-card h2 { margin: 0; font-size: 25px; }

  /* Forms */
  .fm-form-shell { max-width: 980px; margin: 0 auto; padding: 40px; }
  .fm-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
  .fm-field--full { grid-column: 1/-1; }
  .fm-field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 900; }
  .fm-field input, .fm-field select, .fm-field textarea { width: 100%; border: 1px solid var(--fm-line); border-radius: 13px; outline: none; color: var(--fm-ink); background: var(--fm-soft); padding: 14px 16px; }
  .fm-field input:focus, .fm-field select:focus, .fm-field textarea:focus { border-color: var(--fm-blue); box-shadow: 0 0 0 4px rgba(85,189,235,.12); }
  .fm-field textarea { min-height: 150px; resize: vertical; }
  .fm-step { display: none; }
  .fm-step.is-active { display: block; }
  .fm-progress { height: 10px; margin: 20px 0 36px; border-radius: 99px; background: var(--fm-line); overflow: hidden; }
  .fm-progress__bar { height: 100%; width: 20%; border-radius: inherit; background: var(--fm-gradient); transition: width .3s ease; }
  .fm-step-actions { display: flex; justify-content: space-between; margin-top: 28px; }
  .fm-choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
  .fm-choice { position: relative; overflow: hidden; border: 2px solid transparent; border-radius: 18px; background: var(--fm-soft); }
  .fm-choice input { position: absolute; opacity: 0; }
  .fm-choice img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
  .fm-choice span { display: block; padding: 14px; font-weight: 900; }
  .fm-choice:has(input:checked) { border-color: var(--fm-pink); background: var(--fm-blush); }
  .fm-success { padding: 18px 20px; margin-bottom: 25px; border-radius: 14px; color: var(--fm-navy); background: var(--fm-blue-soft); font-weight: 850; }

  /* Name generator */
  .fm-generator-result { display: none; margin-top: 30px; padding: 42px; text-align: center; }
  .fm-generator-result.is-visible { display: block; }
  .fm-generated-name { margin: 8px 0; font-size: clamp(46px, 8vw, 82px); font-weight: 1000; letter-spacing: -.05em; }

  /* Quiz */
  .fm-quiz-shell { max-width: 1080px; margin: auto; }
  .fm-quiz-screen { display: none; }
  .fm-quiz-screen.is-active { display: block; }
  .fm-quiz-intro { text-align: center; }
  .fm-quiz-intro > img { width: 230px; margin: 0 auto 12px; }
  .fm-quiz-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 40px 0; }
  .fm-quiz-benefits .fm-card { padding: 24px; }
  .fm-question { margin-bottom: 28px; padding: 28px; }
  .fm-question h3 { margin: 5px 0 20px; }
  .fm-question .fm-choice-grid { grid-template-columns: repeat(3,1fr); }
  .fm-processing { min-height: 620px; display: grid; align-content: center; justify-items: center; text-align: center; }
  .fm-processing__art { width: 250px; }
  .fm-processing__dots { width: 360px; max-width: 100%; }
  .fm-percentage { width: min(360px,100%); text-align: center; font-weight: 1000; }
  .fm-percentage__track { height: 9px; margin-top: 10px; border-radius: 99px; background: var(--fm-line); overflow: hidden; }
  .fm-percentage__fill { width: 78%; height: 100%; background: var(--fm-gradient); }
  .fm-result-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; padding: 34px; }
  .fm-result-grid > img { width: 100%; height: 100%; max-height: 690px; border-radius: 20px; object-fit: cover; }
  .fm-result-name { margin: 0; font-size: 62px; line-height: 1; }
  .fm-scale { margin: 25px 0; }
  .fm-scale__labels { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 900; }
  .fm-scale__labels strong { font-size: 12px; }
  .fm-scale__track { height: 9px; margin-top: 8px; border-radius: 99px; background: var(--fm-line); overflow: hidden; }
  .fm-scale__fill { height: 100%; border-radius: inherit; background: var(--fm-gradient); }

  /* Footer */
  .fm-site-footer { padding: 65px 0 28px; background: var(--fm-pastel-gradient); }
  .fm-site-footer .fm-logo__image { width: 118px; height: auto; }
  .fm-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
  .fm-site-footer h3 { margin: 0 0 13px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
  .fm-site-footer ul { margin: 0; padding: 0; list-style: none; }
  .fm-site-footer li { margin: 8px 0; color: var(--fm-muted); font-size: 12px; }
  .fm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(85,189,235,.22); color: var(--fm-muted); font-size: 10px; }

  @media (max-width: 980px) {
    .fm-menu-toggle { display: block; }
    .fm-menu { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 24px; background: #fff; box-shadow: var(--fm-shadow); }
    .fm-menu.is-open { display: flex; }
    .fm-menu li { border-bottom: 1px solid var(--fm-line); }
    .fm-menu a { padding: 17px 4px; }
    .fm-nav > .fm-btn { display: none; }
    .fm-price-panel, .fm-result-grid { grid-template-columns: 1fr; }
    .fm-process { grid-template-columns: repeat(2,1fr); }
    .fm-process::before { display: none; }
    .fm-testimonials, .fm-blog-grid, .fm-fursona-grid { grid-template-columns: repeat(2,1fr); }
    .fm-gallery-grid { grid-template-columns: repeat(3,1fr); }
    .fm-benefits { grid-template-columns: 1fr; }
    .fm-footer-grid { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 640px) {
    .fm-container { width: min(100% - 30px, 390px); }
    .fm-section { padding: 72px 0; }
    .fm-nav { height: 76px; }
    .fm-site-header .fm-logo__image { width: 68px; height: 60px; }
    .fm-menu { top: 76px; }
    .fm-hero { min-height: 824px; }
    .fm-hero__grid { grid-template-columns: 1.5fr .75fr; grid-template-rows: 1fr 1fr; }
    .fm-hero__grid img:nth-child(n+4) { display: none; }
    .fm-hero__image--tall { grid-row: span 2; }
    .fm-hero::after { background: linear-gradient(0deg, rgba(37,32,63,.98), rgba(37,32,63,.66) 52%, rgba(37,32,63,.08)); }
    .fm-hero__content { padding-bottom: 42px; text-align: left; }
    .fm-hero h1 { font-size: 48px; }
    .fm-hero__copy { font-size: 13px; }
    .fm-heading { font-size: 34px; }
    .fm-section-head { margin-bottom: 34px; }
    .fm-tabs { justify-content: flex-start; overflow-x: auto; }
    .fm-tab { min-width: 82px; }
    .fm-price-panel { padding: 24px 20px; }
    .fm-checks { grid-template-columns: 1fr; }
    .fm-slider { grid-auto-columns: 82%; }
    .fm-process { grid-template-columns: 1fr; gap: 45px; }
    .fm-process__item { display: grid; grid-template-columns: 120px 1fr; column-gap: 15px; text-align: left; }
    .fm-process__icon { width: 120px; height: 105px; grid-row: span 4; }
    .fm-cta { min-height: 440px; padding: 100px 30px 120px; }
    .fm-cta__art { width: 130px; height: 145px; }
    .fm-testimonials, .fm-blog-grid, .fm-fursona-grid { grid-template-columns: 1fr; }
    .fm-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
    .fm-gallery-grid figure:nth-child(3n+1) { grid-row: auto; }
    .fm-form-shell { padding: 24px 18px; }
    .fm-form-grid, .fm-choice-grid, .fm-question .fm-choice-grid { grid-template-columns: 1fr; }
    .fm-choice { display: grid; grid-template-columns: 115px 1fr; align-items: center; }
    .fm-choice img { width: 115px; height: 90px; aspect-ratio: auto; }
    .fm-quiz-benefits { grid-template-columns: 1fr; }
    .fm-result-grid { padding: 18px; }
    .fm-result-name { font-size: 46px; }
    .fm-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
    .fm-footer-grid > div:first-child { grid-column: 1/-1; }
    .fm-footer-bottom { flex-direction: column; }
  }

  /* Homepage — matched to the approved 1440px Figma frame */
  .home { font-family: Inter, "Nunito Sans", Arial, sans-serif; }
  .home .fm-site-header { position: absolute; inset: 0 0 auto; height: 82px; background: #fff; backdrop-filter: none; }
  .home .fm-site-header .fm-container { width: calc(100% - 84px); max-width: 1356px; }
  .home .fm-nav { height: 82px; }
  .home .fm-menu { gap: 25px; }
  .home .fm-menu a { font-size: 10px; }
  .home .fm-nav > .fm-btn { min-width: 205px; min-height: 44px; }
  .fm-home-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
  .fm-home-section { position: relative; overflow: hidden; }
  .fm-home-section > .fm-home-shell { position: relative; z-index: 1; }
  .fm-home-decoration { position: absolute; z-index: 0; width: 92px; height: 82px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 10px 16px rgba(85,189,235,.12)); }
  .fm-home-decoration--testimonial-left { left: 34px; top: 24px; transform: rotate(-8deg); }
  .fm-home-decoration--testimonial-right { right: 34px; top: 24px; transform: rotate(8deg) scaleX(-1); }
  .fm-home-decoration--faq { left: 38px; top: 24px; width: 100px; height: 88px; transform: rotate(-7deg); }
  .fm-home-decoration--blog { left: 42px; top: 22px; width: 98px; height: 86px; transform: rotate(-5deg); }
  .fm-home-heading { text-align: center; }
  .fm-home-heading > p { margin: 0 0 14px; color: var(--fm-blue); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  .fm-home-heading h2 { margin: 0; font-size: 40px; line-height: 1.35; letter-spacing: -.035em; }
  .fm-home-heading small { display: block; margin-top: 4px; color: var(--fm-muted); font-size: 11px; }

  .fm-home-hero { position: relative; height: clamp(650px, 100vh, 900px); height: clamp(650px, 100svh, 900px); color: #fff; background: var(--fm-ink); overflow: hidden; }
  .fm-home-hero__grid { position: absolute; inset: 0; display: grid; grid-template-columns: 370fr 330fr 400fr 310fr; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 10px; }
  .fm-home-hero__photo { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; filter: saturate(1.05) contrast(1.025); }
  .fm-home-hero__photo--1 { grid-column: 1; grid-row: 1 / 3; object-position: 50% 27%; }
  .fm-home-hero__photo--2 { grid-column: 2; grid-row: 1 / 3; object-position: 52% 38%; }
  .fm-home-hero__photo--3 { grid-column: 3; grid-row: 1 / 3; object-position: 50% 34%; }
  .fm-home-hero__photo--4 { grid-column: 4; grid-row: 1; object-position: 50% 36%; }
  .fm-home-hero__photo--5 { grid-column: 4; grid-row: 2; object-position: 50% 48%; }
  .fm-home-hero__shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(37,32,63,.10) 24%, rgba(37,32,63,.60) 57%, rgba(37,32,63,.97) 100%); }
  .fm-home-hero__content { position: absolute; z-index: 2; left: 50%; bottom: 46px; transform: translateX(-50%); }
  .fm-home-hero h1 { width: 610px; margin: 0 0 20px; color: #fff; font-size: 56px; line-height: 1.1; letter-spacing: -.045em; }
  .fm-home-hero h1 span { display: block; width: fit-content; background-image: linear-gradient(90deg,#ff66ac 0%,#f471bc 38%,#69afe7 68%,#4fc1ea 100%); }
  .fm-home-hero__content > p { width: 610px; margin: 0 0 28px; font-size: 14px; font-weight: 600; line-height: 1.35; }
  .fm-home-hero__content > small { display: block; margin-top: 10px; font-size: 11px; font-weight: 700; }

  .fm-home-pricing { min-height: 1050px; padding: 48px 0 60px; background: linear-gradient(90deg,#fff0f7,#eaf8ff); }
  .home .fm-tabs { margin: -2px 0 20px; }
  .home .fm-tab { min-width: 100px; height: 34px; }
  .home .fm-price-panel { min-height: 250px; display: grid; grid-template-columns: 1.55fr 1fr; margin-top: 20px; padding: 25px 28px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); }
  .fm-price-panel__intro h3 { margin: 0 0 10px; font-size: 23px; }
  .fm-price-panel__intro p { width: 620px; max-width: 100%; margin: 0; color: var(--fm-muted); font-size: 12px; }
  .fm-price-panel__intro small { display: block; margin-top: 62px; color: var(--fm-muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .fm-price-panel__intro strong { display: block; font-size: 27px; line-height: 1.15; }
  .fm-price-panel__features { position: relative; padding-left: 15px; }
  .fm-price-panel__features > p { margin: 0 0 18px; color: var(--fm-pink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .fm-price-panel__features ul { margin: 0; padding: 0; list-style: none; font-size: 11px; }
  .fm-price-panel__features li::before { content: "+ "; color: var(--fm-pink); }
  .fm-price-panel__features .fm-btn { position: absolute; right: 0; bottom: 0; min-height: 42px; }
  .fm-home-subbar { display: flex; justify-content: space-between; margin-top: 32px; color: var(--fm-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .fm-home-subbar small { color: var(--fm-muted); font-size: 9px; }
  .fm-home-featured { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 26px; }
  .fm-home-featured figure { position: relative; height: 300px; margin: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); }
  .fm-home-featured img { width: 100%; height: 100%; object-fit: cover; }
  .home .fm-home-featured.is-changing figure {
    animation: fm-featured-smooth-in .65s cubic-bezier(.22, .8, .3, 1) both;
}

.home .fm-home-featured.is-changing figure:nth-child(2) {
    animation-delay: .045s;
}

.home .fm-home-featured.is-changing figure:nth-child(3) {
    animation-delay: .09s;
}

.home .fm-home-featured.is-changing figure:nth-child(4) {
    animation-delay: .135s;
}

@keyframes fm-featured-smooth-in {
    0% {
        opacity: 0;
        transform: scale(.975);
        filter: saturate(.88);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: saturate(1);
    }
}
  .fm-home-featured b { position: absolute; left: 14px; top: 14px; min-width: 52px; padding: 9px 14px; border-radius: 99px; color: #fff; background: var(--fm-gradient); font-size: 10px; text-align: center; }
  .fm-home-slider-row { width: min(570px, 100%); display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 34px auto 0; padding: 8px; border: 1px solid rgba(85,189,235,.22); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: 0 14px 32px -18px rgba(37,32,63,.35); }
  .fm-home-slider-control { flex: 1; width: auto; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 7px; border-radius: 15px; background: transparent; }
  .fm-home-slider-control button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #fff; color: var(--fm-ink); font-size: 22px; cursor: pointer; transition: color .2s, transform .2s, box-shadow .2s; }
  .fm-home-slider-control button:hover { color: var(--fm-pink); transform: translateY(-1px); box-shadow: 0 8px 20px -10px rgba(37,32,63,.45); }
  .fm-home-slider-control span { width: 150px; height: 4px; border-radius: 99px; background: var(--fm-line); overflow: hidden; }
  .fm-home-slider-control i { display: block; width: 25%; height: 100%; background: var(--fm-gradient); transition: width .3s ease; }
  .fm-home-slider-row > .fm-btn { min-width: 180px; min-height: 48px; border-radius: 15px; }

  .fm-home-commissions { min-height: 1110px; padding: 45px 0 75px; background: #fff; }
  .fm-home-commission-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 28px; }
  .fm-home-commission-card { height: 390px; border: 1px solid var(--fm-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); overflow: hidden; }
  .fm-home-commission-card.is-entering { animation: fm-commission-in .38s ease both; }
  .fm-home-commission-card.is-entering:nth-child(2n) { animation-delay: .035s; }
  @keyframes fm-commission-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }
  .fm-home-commission-card > img { width: 100%; height: 300px; object-fit: cover; }
  .fm-home-commission-card > div { position: relative; height: 90px; padding: 15px 18px; }
  .fm-home-commission-card h3 { margin: 0; font-size: 16px; }
  .fm-home-commission-card p { margin: 8px 0 0; color: var(--fm-pink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .fm-home-commission-card a { position: absolute; right: 18px; bottom: 18px; color: var(--fm-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .fm-home-slider-control--center { width: 300px; flex: none; margin: 42px auto 0; padding: 0 8px; border: 1px solid var(--fm-line); background: #fff; box-shadow: 0 12px 28px -18px rgba(37,32,63,.4); }

  .fm-home-process-section { min-height: 850px; padding: 45px 0; background: #eef8ff; }
  .home .fm-process { height: 650px; margin-top: 20px; }
  .home .fm-process::before { left: 4%; right: 4%; top: -285px; height: 650px; border: 2px dashed var(--fm-blue-soft); border-radius: 50%; }
  .home .fm-process__item { position: absolute; width: 260px; }
  .home .fm-process__item:nth-child(1) { left: -45px; top: 85px; }
  .home .fm-process__item:nth-child(2) { left: 265px; top: 245px; }
  .home .fm-process__item:nth-child(3) { left: 615px; top: 235px; }
  .home .fm-process__item:nth-child(4) { right: -45px; top: 95px; }
  .home .fm-process__icon { width: 180px; height: 150px; margin-bottom: 0; }
  .home .fm-process h3 { font-size: 16px; }
  .home .fm-process p { font-size: 11px; }

  .fm-home-cta { position: relative; height: 420px; display: grid; place-items: center; text-align: center; background: linear-gradient(90deg,#ffd9ea,#bce8ff); overflow: hidden; }
  .fm-home-cta > div { position: relative; z-index: 1; }
  .fm-home-cta h2 { margin: 0; font-size: 40px; }
  .fm-home-cta p { margin: 12px 0 30px; color: var(--fm-muted); font-size: 12px; }
  .fm-home-cta > img { position: absolute; object-fit: contain; }
  .fm-home-cta__left { left: 25px; top: -15px; width: 171px; height: 189px; }
  .fm-home-cta__right { right: 52px; bottom: 40px; width: 148px; height: 164px; }

  .fm-home-benefits-section { min-height: 620px; padding: 45px 0; background: #fff; }
  .home .fm-benefits { gap: 30px; margin-top: 50px; }
  .home .fm-benefit { min-height: 320px; padding: 18px 25px 24px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); text-align: center; }
  .home .fm-benefit:nth-child(1) { background: #fff5fa; }
  .home .fm-benefit:nth-child(2), .home .fm-benefit:nth-child(3) { background: #eef9ff; }
  .home .fm-benefit img { width: 119px; height: 99px; }
  .home .fm-benefit h3 { margin-top: 40px; font-size: 16px; }
  .home .fm-benefit a { display: block; margin-top: 28px; color: var(--fm-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; }

  .fm-home-testimonials-section { min-height: 780px; padding: 45px 0 35px; background: linear-gradient(90deg,#fff2f8,#eef9ff); }
  .home .fm-testimonials { gap: 30px; margin-top: 55px; }
  .home .fm-review { min-height: 390px; padding: 25px 24px; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); }
  .home .fm-review blockquote { min-height: 92px; margin: 28px 0 24px; font-size: 20px; }
  .home .fm-review > p { color: var(--fm-muted); font-size: 11px; }
  .home .fm-review__person { margin-top: 65px; }
  .home .fm-review__person span { display: block; color: var(--fm-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; }
  .fm-community-rating { width: 1050px; max-width: 100%; min-height: 66px; display: flex; align-items: center; gap: 115px; margin: 45px auto 0; padding: 12px 24px; border-radius: 16px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); font-size: 10px; text-transform: uppercase; }
  .fm-community-rating span { color: var(--fm-blue); }
  .fm-community-rating p { margin: 0; color: var(--fm-muted); font-size: 11px; text-transform: none; }

  .fm-home-faq-section { min-height: 700px; padding: 45px 0; background: #fff; }
  .home .fm-accordion { margin-top: 32px; }
  .home .fm-faq { margin-bottom: 12px; border: 0; border-radius: 10px; background: #fff2f8; }
  .home .fm-faq:nth-child(even) { background: #f8fbff; }
  .home .fm-faq button { min-height: 60px; align-items: center; padding: 0 24px; background: transparent; font-size: 12px; line-height: 1.4; }
  .home .fm-faq button::after { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; margin-left: 20px; border-radius: 50%; background: rgba(85,189,235,.10); line-height: 1; }
  .home .fm-faq__answer { padding: 0 24px 24px; font-size: 13px; line-height: 1.65; }

  .fm-home-blog-section { min-height: 850px; padding: 42px 0 30px; background: linear-gradient(90deg,#eef9ff,#fff2f8); }
  .home .fm-blog-grid { gap: 30px; margin-top: 65px; }
  .home .fm-blog-card { height: 520px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 14px 34px -4px rgba(37,32,63,.09); }
  .home .fm-blog-card > img { height: 240px; aspect-ratio: auto; }
  .home .fm-blog-card__body { height: 280px; display: flex; flex-direction: column; padding: 24px; }
  .home .fm-blog-card h3 { min-height: 54px; }
  .home .fm-blog-card__body > p { min-height: 48px; margin-bottom: 0; }
  .home .fm-author { margin-top: auto; }
  .home .fm-author .fm-btn { min-height: 40px; margin-left: auto; padding: 0 18px; font-size: 10px; }
  .home .fm-home-blog-section .fm-actions { margin-top: 50px; }

  .home .fm-site-footer { min-height: 360px; padding: 50px 0 28px; background: linear-gradient(90deg,#fff2f8,#ddfbff); }
  .home .fm-site-footer .fm-container { width: calc(100% - 144px); max-width: 1296px; }
  .home .fm-footer-grid { grid-template-columns: 2fr repeat(3,1fr); }
  .home .fm-footer-grid > div:first-child p { max-width: 480px; }
  .home .fm-footer-bottom { margin-top: 45px; }

  @media (max-width: 980px) {
    .home .fm-site-header { height: 76px; }
    .home .fm-site-header .fm-container { width: calc(100% - 30px); }
    .fm-home-hero { height: 760px; }
    .fm-home-hero__grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2,1fr); }
    .fm-home-hero__photo:nth-child(n+4) { display: none; }
    .fm-home-hero__photo:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
    .fm-home-hero__photo:nth-child(2) { grid-column: 2; grid-row: 1; }
    .fm-home-hero__photo:nth-child(3) { grid-column: 2; grid-row: 2; }
    .home .fm-process__item { position: relative; inset: auto !important; }
    .home .fm-process { height: auto; grid-template-columns: repeat(2,1fr); }
    .home .fm-process::before { display: none; }
    .fm-home-process-section { min-height: 900px; }
  }

  @media (max-width: 640px) {
    .fm-home-shell { width: calc(100% - 40px); }
    .fm-home-heading h2 { font-size: 30px; line-height: 1.15; }
    .fm-home-decoration { width: 62px; height: 56px; opacity: .88; }
    .fm-home-decoration--testimonial-left { left: 6px; top: 16px; }
    .fm-home-decoration--testimonial-right { right: 6px; top: 16px; }
    .fm-home-decoration--faq, .fm-home-decoration--blog { left: 7px; top: 14px; width: 66px; height: 60px; }
    .fm-home-hero { height: 760px; }
    .fm-home-hero__grid { grid-template-columns: 52% 48%; grid-template-rows: 300px 380px; gap: 6px; }
    .fm-home-hero__photo { border-radius: 6px; }
    .fm-home-hero__photo:nth-child(n+5) { display: none; }
    .fm-home-hero__content { bottom: 32px; }
    .fm-home-hero h1, .fm-home-hero__content > p { width: 100%; }
    .fm-home-hero h1 { font-size: 43px; }
    .fm-home-hero__content > p { font-size: 12px; }
    .fm-home-pricing { min-height: 1350px; padding-top: 38px; }
    .home .fm-tabs { justify-content: center; gap: 5px; overflow: visible; }
    .home .fm-tab { min-width: 72px; }
    .home .fm-price-panel { grid-template-columns: 1fr; min-height: 465px; padding: 24px 20px; }
    .fm-price-panel__intro small { margin-top: 28px; }
    .fm-price-panel__features { padding: 20px 0 0; }
    .fm-price-panel__features .fm-btn { position: relative; width: 100%; margin-top: 24px; }
    .fm-home-subbar small { display: none; }
    .fm-home-featured { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .fm-home-featured figure { min-width: calc(100vw - 76px); height: 350px; scroll-snap-align: center; }
    .fm-home-slider-row { flex-direction: column; gap: 8px; margin-top: 30px; padding: 10px; }
    .fm-home-slider-control, .fm-home-slider-row > .fm-btn { width: 100%; }
    .fm-home-commissions { min-height: 720px; padding: 38px 0; }
    .fm-home-commission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
    .fm-home-commission-card { min-width: 0; height: 340px; }
    .fm-home-commission-card > img { height: 250px; }
    .fm-home-slider-control--center { width: min(300px, 100%); }
    .fm-home-process-section { min-height: 1300px; }
    .home .fm-process { display: grid; grid-template-columns: 1fr; gap: 34px; margin-top: 55px; }
    .home .fm-process__item { min-height: 235px; display: grid; grid-template-columns: 140px 1fr; align-items: start; text-align: left; }
    .home .fm-process__item:nth-child(even) { grid-template-columns: 1fr 140px; text-align: right; }
    .home .fm-process__item:nth-child(even) .fm-process__icon { grid-column: 2; }
    .home .fm-process__item:not(:last-child)::after { content: ""; position: absolute; left: 50%; bottom: -30px; width: 2px; height: 56px; background: linear-gradient(var(--fm-pink-soft),var(--fm-blue-soft)); }
    .home .fm-process__icon { width: 140px; height: 117px; grid-row: 1/5; }
    .home .fm-process h3 { margin-top: 6px; }
    .fm-home-cta { height: 440px; padding: 0 30px; }
    .fm-home-cta h2 { font-size: 34px; }
    .fm-home-cta__left { left: -15px; width: 110px; height: 122px; }
    .fm-home-cta__right { right: 0; bottom: 35px; width: 105px; height: 116px; }
    .fm-home-benefits-section { min-height: 840px; padding: 38px 0; }
    .home .fm-benefits { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 45px; }
    .home .fm-benefit { min-height: 180px; display: grid; grid-template-columns: 95px 1fr; grid-template-rows: auto auto auto; column-gap: 10px; padding: 28px 20px; text-align: left; }
    .home .fm-benefit img { width: 83px; height: 69px; grid-row: 1/4; }
    .home .fm-benefit h3 { margin: 0; }
    .home .fm-benefit a { margin-top: 8px; }
    .fm-home-testimonials-section { min-height: 870px; padding-top: 38px; }
    .home .fm-testimonials { display: block; margin-top: 30px; }
    .home .fm-review { min-height: 245px; margin-bottom: 25px; }
    .home .fm-review:nth-child(n+3) { display: none; }
    .home .fm-review blockquote { min-height: 50px; margin: 15px 0; font-size: 16px; }
    .home .fm-review > p { display: none; }
    .home .fm-review__person { margin-top: 40px; }
    .fm-community-rating { gap: 30px; margin-top: 15px; }
    .fm-home-faq-section { min-height: 730px; padding: 38px 0; }
    .home .fm-accordion { margin-top: 35px; }
    .fm-home-blog-section { min-height: 1060px; padding: 38px 0; }
    .home .fm-blog-grid { display: block; margin-top: 30px; }
    .home .fm-blog-card { height: 360px; display: grid; grid-template-columns: 130px 1fr; margin-bottom: 30px; }
    .home .fm-blog-card:nth-child(n+3) { display: none; }
    .home .fm-blog-card > img { width: 130px; height: 360px; border-radius: 18px 0 0 18px; }
    .home .fm-blog-card__body { height: 360px; padding: 25px 20px; }
    .home .fm-blog-card h3 { min-height: 0; }
    .home .fm-author { margin-top: auto; flex-wrap: wrap; }
    .home .fm-author .fm-btn { margin: 18px 0 0; }
    .home .fm-site-footer { min-height: 310px; }
    .home .fm-site-footer .fm-container { width: calc(100% - 40px); }
    .home .fm-footer-grid { grid-template-columns: repeat(3,1fr); gap: 20px; }
    .home .fm-footer-grid > div:first-child { grid-column: 1/-1; }
    .home .fm-footer-grid > div:first-child .fm-btn { display: none; }
    .home .fm-site-footer li { font-size: 10px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-menu a:hover::before, .fm-btn:hover::after, .fm-btn:focus-visible::after, .fm-home-commission-card.is-entering { animation: none; }
  }

  /* Mobile homepage — purpose-built from the approved 390px reference */
  .fm-mobile-only { display: none !important; }

  @media (max-width: 640px) {
    .home { overflow-x: hidden; }
    .home .fm-mobile-only { display: block !important; }
  .home .fm-btn.fm-mobile-only { display: inline-flex !important; }
    .home .fm-desktop-only { display: none !important; }
    .home .fm-home-shell { width: calc(100% - 40px); }
    .home .fm-home-heading > p { margin-bottom: 11px; font-size: 9px; }
    .home .fm-home-heading h2 { font-size: 29px; line-height: 1.12; }
    .home .fm-home-heading small { margin: 9px auto 0; font-size: 11px; line-height: 1.5; }
    .home .fm-mobile-section-copy { margin: 8px auto 0; color: var(--fm-muted); font-size: 11px; text-align: center; }

    /* Header and mosaic hero */
    .home .fm-site-header { height: 76px; background: #fff; }
    .home .fm-site-header .fm-container { width: calc(100% - 30px); }
    .home .fm-nav { height: 76px; }
    .home .fm-site-header .fm-logo__image { width: 150px; height: 58px; object-fit: contain; object-position: left center; }
    .home .fm-menu-toggle { width: 70px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 22px; }
    .home .fm-menu-toggle::after { content: "MENU"; width: auto; height: auto; margin: 0; color: var(--fm-ink); background: none; font-size: 9px; font-weight: 900; }
    .home .fm-menu-toggle::before { margin: 0; }
    .home .fm-menu-toggle > span:first-child { margin: 0; }
    .home .fm-menu { top: 76px; }
    .home .fm-home-hero { height: 827px; padding-top: 76px; background: #292440; }
    .home .fm-home-hero__grid { inset: 101px 20px 120px; grid-template-columns: 2.05fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
    .home .fm-home-hero__photo { display: none; border-radius: 22px; }
    .home .fm-home-hero__photo:nth-child(1),
    .home .fm-home-hero__photo:nth-child(2),
    .home .fm-home-hero__photo:nth-child(3) { display: block; }
    .home .fm-home-hero__photo:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
    .home .fm-home-hero__photo:nth-child(2) { grid-column: 2; grid-row: 1; object-position: 55% 32%; }
    .home .fm-home-hero__photo:nth-child(3) { grid-column: 2; grid-row: 2; object-position: 50% 33%; }
    .home .fm-home-hero__shade { inset: 76px 0 0; background: linear-gradient(0deg,#292440 2%,rgba(41,36,64,.92) 24%,rgba(41,36,64,.35) 59%,rgba(41,36,64,.05) 100%); }
    .home .fm-home-hero__content { left: 35px; right: 35px; bottom: 116px; width: auto; transform: none; }
    .home .fm-home-hero h1 { width: 100%; margin-bottom: 12px; font-size: 32px; line-height: 1.08; }
    .home .fm-home-hero h1 span { margin-top: 5px; }
    .home .fm-home-hero__content > p { width: 100%; max-width: 330px; margin-bottom: 20px; font-size: 11px; line-height: 1.45; }
    .home .fm-home-hero__content > .fm-btn { min-width: 190px; min-height: 48px; font-size: 11px; }
    .home .fm-home-hero__content > small { margin-top: 10px; font-size: 9px; }
    .home .fm-mobile-trust { position: absolute; z-index: 4; left: 20px; right: 20px; bottom: 22px; display: grid !important; grid-template-columns: repeat(3,1fr); gap: 10px; }
    .home .fm-mobile-trust span { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 7px 5px; border-radius: 12px; color: var(--fm-ink); background: #fff; font-size: 8px; font-weight: 900; text-transform: uppercase; }
    .home .fm-mobile-trust img { width: 34px; height: 34px; object-fit: contain; }

    /* Pricing: one long information card and one active build */
    .home .fm-home-pricing { min-height: 1370px; padding: 46px 0 55px; background: #eef9ff; }
    .home .fm-home-pricing .fm-home-heading h2 { font-size: 31px; font-weight: 900; letter-spacing: -.045em; }
    .home .fm-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 20px 0 22px; }
    .home .fm-tab { min-width: 0; height: 36px; padding: 0 5px; font-size: 9px; }
    .home .fm-price-panel { position: relative; min-height: 610px; display: block; margin-top: 0; padding: 28px 22px 20px; border-radius: 22px; }
    .home .fm-price-panel__intro h3 { margin-bottom: 14px; font-size: 23px; font-weight: 900; letter-spacing: -.025em; }
    .home .fm-price-panel__intro p { color: #626a7e; font-size: 11.5px; line-height: 1.58; }
    .home .fm-price-panel__intro .fm-mobile-price-detail { display: block !important; margin-top: 27px; }
    .home .fm-price-panel__intro small { margin-top: 43px; font-size: 10px; }
    .home .fm-price-panel__intro strong { font-size: 28px; }
    .home .fm-price-panel__features { position: static; padding-top: 25px; }
    .home .fm-price-panel__features > p { color: var(--fm-ink); font-size: 12px; font-weight: 900; text-transform: none; }
    .home .fm-price-panel__features ul { color: #424a62; font-size: 10.5px; line-height: 1.52; }
    .home .fm-price-panel__features li::before { content: "✓ "; color: var(--fm-blue); }
    .home .fm-price-panel__features .fm-btn { position: absolute; left: 20px; right: 20px; bottom: 20px; width: auto; margin: 0; }
    .home .fm-home-subbar { display: none; }
    .home .fm-home-featured { display: block; margin-top: 40px; overflow: hidden; }
    .home .fm-home-featured figure { display: none; min-width: 0; height: 330px; border: 16px solid #fff; border-radius: 22px; }
    .home .fm-home-featured figure:first-child { display: block; }
    .home .fm-home-featured b { display: none; }
    .home .fm-home-slider-row { width: 100%; display: flex; flex-direction: column; margin-top: 25px; padding: 0; border: 0; background: transparent; box-shadow: none; }
    .home .fm-home-slider-row .fm-home-slider-control { width: 170px; height: 30px; padding: 0; }
    .home .fm-home-slider-row .fm-home-slider-control button { width: 30px; height: 30px; font-size: 18px; }
    .home .fm-home-slider-row .fm-home-slider-control span { width: 88px; }
    .home .fm-home-slider-row > .fm-btn { width: auto; min-width: 252px; min-height: 50px; margin-top: 20px; color: #fff; border: 0; border-radius: 15px; background: var(--fm-gradient); box-shadow: 0 14px 28px rgba(103,177,226,.24); font-size: 10px; letter-spacing: .04em; }
    .home .fm-home-slider-row > .fm-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 17px 32px rgba(255,112,173,.26); }

    /* Two-up commissions */
    .home .fm-home-commissions { min-height: 700px; padding: 48px 0 42px; }
    .home .fm-home-commissions .fm-home-heading > small { display: none; }
    .home .fm-home-commission-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 28px; }
    .home .fm-home-commission-card { height: 340px; border: 0; border-radius: 18px; }
    .home .fm-home-commission-card > img { height: 250px; }
    .home .fm-home-commission-card > div { height: 90px; padding: 13px 12px; }
    .home .fm-home-commission-card h3 { font-size: 14px; }
    .home .fm-home-commission-card p { font-size: 8px; }
    .home .fm-home-commission-card a { right: 12px; bottom: 15px; font-size: 8px; }
    .home .fm-home-slider-control--center { width: 220px; height: 48px; margin-top: 34px; border-radius: 26px; background: #eef9ff; }
    .home .fm-mobile-commission-note { margin: 20px 0 0; color: var(--fm-muted); font-size: 10px; text-align: center; }

    /* Alternating illustrated timeline */
    .home .fm-home-process-section { min-height: 1420px; padding: 48px 0; background: #eef9ff; }
    .home .fm-home-process-section .fm-home-heading > small { display: none; }
    .home .fm-process { display: block; height: auto; margin-top: 58px; }
    .home .fm-process::before { display: none; content: none; }
    .home .fm-process__item,
    .home .fm-process__item:nth-child(even) { position: relative; width: 100%; min-height: 285px; display: grid; grid-template-columns: 44% 56%; grid-template-rows: auto auto 1fr; align-items: start; padding: 0; text-align: left; }
    .home .fm-process__item:nth-child(even) { grid-template-columns: 56% 44%; text-align: right; }
    .home .fm-process__item:not(:last-child)::after { display: none; }
    .home .fm-process__icon { width: 135px; height: 118px; grid-column: 1; grid-row: 1 / 4; margin: 0 auto; object-fit: contain; }
    .home .fm-process__item:nth-child(even) .fm-process__icon { grid-column: 2; }
    .home .fm-process__number { color: var(--fm-pink); font-size: 10px; font-weight: 900; }
    .home .fm-process h3 { margin: 10px 0 9px; font-size: 16.5px; font-weight: 900; line-height: 1.16; letter-spacing: -.02em; }
    .home .fm-process p { margin: 0; color: #626a7e; font-size: 10.5px; line-height: 1.58; }

    /* CTA and stacked benefit cards */
    .home .fm-home-cta { height: 440px; padding: 0 46px; background: linear-gradient(105deg,#ffd8ea,#bde9ff); }
    .home .fm-home-cta h2 { font-size: 29px; line-height: 1.18; }
    .home .fm-home-cta p { max-width: 290px; margin: 16px auto 30px; font-size: 11px; }
    .home .fm-home-cta__left { left: -12px; top: -8px; width: 110px; height: 122px; }
    .home .fm-home-cta__right { right: -2px; bottom: 42px; width: 110px; height: 122px; }
    .home .fm-home-benefits-section { min-height: 880px; padding: 47px 0 55px; }
    .home .fm-mobile-heading-icon { width: 58px; height: 52px; margin: 0 auto 5px; object-fit: contain; }
    .home .fm-benefits { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
    .home .fm-benefit { min-height: 190px; display: grid; grid-template-columns: 100px 1fr; grid-template-rows: auto auto auto; column-gap: 10px; padding: 27px 20px; border-radius: 20px; text-align: left; }
    .home .fm-benefit img { width: 88px; height: 76px; grid-row: 1 / 4; align-self: center; }
    .home .fm-benefit h3 { margin: 5px 0 0; font-size: 15px; }
    .home .fm-benefit p { margin: 7px 0 0; font-size: 10px; line-height: 1.45; }
    .home .fm-benefit a { margin-top: 11px; font-size: 8px; }

    /* Rating first, then two clean review cards */
    .home .fm-home-testimonials-section { min-height: 1040px; padding: 48px 0 42px; }
    .home .fm-home-testimonials-section .fm-home-shell { display: flex; flex-direction: column; }
    .home .fm-home-testimonials-section .fm-home-heading { order: 1; }
    .home .fm-community-rating { order: 2; width: 100%; min-height: 70px; gap: 28px; margin: 22px 0 26px; padding: 12px 18px; font-size: 9px; }
    .home .fm-community-rating p { font-size: 10px; }
    .home .fm-testimonials { order: 3; margin: 0; }
    .home .fm-review { min-height: 250px; margin-bottom: 24px; padding: 22px 20px; }
    .home .fm-review:nth-child(n+3) { display: none; }
    .home .fm-review blockquote { min-height: 58px; margin: 17px 0; font-size: 16px; line-height: 1.35; }
    .home .fm-review__person { margin-top: 48px; }
    .home .fm-mobile-testimonial-action { order: 4; margin-top: 2px; text-align: center; }
    .home .fm-home-decoration--testimonial-right { display: none; }

    /* FAQ */
    .home .fm-home-faq-section { min-height: 910px; padding: 48px 0 45px; }
    .home .fm-home-decoration--faq { left: 14px; top: 24px; width: 58px; height: 52px; }
    .home .fm-accordion { margin-top: 31px; }
    .home .fm-faq { margin-bottom: 14px; border: 1px solid rgba(85,189,235,.26); border-radius: 15px; }
    .home .fm-faq button { min-height: 64px; padding: 0 15px; font-size: 10px; }
    .home .fm-faq button::after { flex-basis: 24px; width: 24px; height: 24px; margin-left: 10px; }
    .home .fm-faq__answer { padding: 0 15px 18px; font-size: 11px; }
    .home .fm-mobile-faq-action { margin-top: 42px; text-align: center; }
  .home .fm-mobile-faq-action .fm-btn { min-width: 176px; }

    /* Split image/text mobile blog cards */
    .home .fm-home-blog-section { min-height: 1050px; padding: 50px 0 40px; }
    .home .fm-home-decoration--blog { left: 14px; top: 24px; width: 55px; height: 50px; }
    .home .fm-blog-grid { display: block; margin-top: 28px; }
    .home .fm-blog-card { height: 360px; display: grid; grid-template-columns: 130px 1fr; margin-bottom: 28px; border-radius: 20px; }
    .home .fm-blog-card:nth-child(n+3) { display: none; }
    .home .fm-blog-card > img { width: 130px; height: 360px; border-radius: 20px 0 0 20px; object-fit: cover; }
    .home .fm-blog-card__body { height: 360px; padding: 25px 18px; }
    .home .fm-blog-card h3 { margin: 28px 0 0; font-size: 16px; line-height: 1.18; }
    .home .fm-blog-card__body > p { margin-top: 24px; font-size: 10px; line-height: 1.5; }
    .home .fm-author { display: grid; grid-template-columns: 34px 1fr; align-items: center; margin-top: auto; }
    .home .fm-author > img { width: 34px; height: 34px; }
    .home .fm-author strong { font-size: 10px; }
    .home .fm-author span { font-size: 8px; }
    .home .fm-author .fm-btn { grid-column: 2; min-height: 40px; margin: 18px 0 0; padding: 0 13px; font-size: 9px; }
    .home .fm-home-blog-section .fm-actions { margin-top: 38px; }

    /* Compact mobile footer */
    .home .fm-site-footer { min-height: 410px; padding: 34px 0 24px; }
    .home .fm-site-footer .fm-container { width: calc(100% - 40px); }
    .home .fm-footer-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .home .fm-footer-grid > div:first-child { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.85); }
    .home .fm-footer-grid > div:first-child .fm-logo__image { width: 175px; height: 62px; object-fit: contain; object-position: left; }
    .home .fm-footer-grid > div:first-child p { margin: 8px 0 0; font-size: 10px; }
    .home .fm-footer-grid > div:nth-child(4) { display: none; }
    .home .fm-footer-grid h3 { margin-bottom: 8px; font-size: 9px; }
    .home .fm-footer-grid ul { display: flex; flex-wrap: wrap; gap: 6px 12px; }
    .home .fm-footer-grid li { margin: 0; font-size: 10px; }
    .home .fm-footer-bottom { align-items: flex-start; gap: 7px; margin-top: 20px; padding-top: 14px; font-size: 8px; }
  }
  /* Remove mobile-menu seam under header */
  @media (max-width: 980px) {
      .fm-menu,
      .home .fm-menu {
          border-top: 0 !important;
          outline: 0 !important;
      }
  }
  /* Remove the thin blue line below the mobile header */
  @media (max-width: 980px) {
      html body.home header.fm-site-header {
          border: 0 !important;
          border-bottom: none !important;
          box-shadow: none !important;
          outline: none !important;
      }
  }
  /* FINAL MOBILE MENU BUTTON FIX */
  @media screen and (max-width: 980px) {
      body .fm-site-header .fm-nav {
          width: 100% !important;
          max-width: none !important;
          padding: 0 16px !important;
          box-sizing: border-box !important;
          justify-content: space-between !important;
          overflow: hidden !important;
      }

      body .fm-site-header .fm-menu-toggle {
          position: relative !important;
          inset: auto !important;
          margin: 0 0 0 auto !important;
          width: 84px !important;
          min-width: 84px !important;
          max-width: 84px !important;
          height: 40px !important;
          padding: 0 13px !important;
          box-sizing: border-box !important;
          flex: 0 0 84px !important;
          transform: none !important;
      }
  }
  /* Remove middle hamburger line when menu is open */
  @media (max-width: 980px) {
      .fm-menu-toggle[aria-expanded="true"]
      .fm-menu-toggle__icon i:nth-child(2) {
          display: none !important;
          opacity: 0 !important;
          visibility: hidden !important;
          transform: scaleX(0) !important;
      }
  }
  /* =========================================================
    BLOGS PAGE — isolated from navigation, homepage and footer
    ========================================================= */

  .fm-blogs-page {
    --fm-blogs-ink: #25203f;
    --fm-blogs-muted: #6e7488;
    --fm-blogs-line: rgba(85,189,235,.19);
    --fm-blogs-surface: #ffffff;
    --fm-blogs-shadow: 0 18px 48px -24px rgba(37,32,63,.25);

    position: relative;
    color: var(--fm-blogs-ink);
    background: #fff;
    overflow: hidden;
  }

  .fm-blogs-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }

  /* Hero */

  .fm-blogs-hero {
    position: relative;
    isolation: isolate;
    min-height: 390px;
    display: grid;
    place-items: start center;
    padding: 70px 0 125px;
    text-align: center;
    background:
      radial-gradient(
        circle at 50% 30%,
        rgba(189,235,255,.22),
        transparent 30%
      ),
      linear-gradient(180deg, #fff 0%, #fff 76%, #fbfdff 100%);
    overflow: hidden;
  }

  .fm-blogs-hero__content {
    position: relative;
    z-index: 2;
  }

  .fm-blogs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: var(--fm-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .fm-blogs-eyebrow > span {
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: var(--fm-gradient);
  }

  .fm-blogs-hero h1 {
    width: fit-content;
    margin: 0 auto;
    color: var(--fm-blue);
    background: var(--fm-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(52px, 6vw, 76px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -.055em;
  }

  .fm-blogs-hero__intro {
    max-width: 650px;
    margin: 20px auto 0;
    color: var(--fm-blogs-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    text-wrap: balance;
  }

  .fm-blogs-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    color: var(--fm-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .fm-blogs-scroll-link span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--fm-gradient);
    transition: transform .2s ease;
  }

  .fm-blogs-scroll-link:hover span {
    transform: translateY(3px);
  }

  /* Decorative reference-picture orbit */

  .fm-blogs-hero__orbit {
    position: absolute;
    z-index: 0;
    width: 570px;
    height: 320px;
    right: -155px;
    top: 16px;
    border: 2px dashed rgba(85,189,235,.34);
    border-radius: 50%;
    transform: rotate(-10deg);
  }

  .fm-blogs-hero__orbit::after {
    content: "";
    position: absolute;
    inset: 19px;
    border: 1px dashed rgba(255,112,173,.18);
    border-radius: inherit;
  }

  .fm-blogs-spark {
    position: absolute;
    z-index: 1;
    color: var(--fm-blue);
    font-weight: 300;
    line-height: 1;
  }

  .fm-blogs-spark--one {
    left: 9%;
    top: 75px;
    font-size: 38px;
  }

  .fm-blogs-spark--two {
    right: 25%;
    top: 34px;
    font-size: 30px;
  }

  .fm-blogs-spark--three {
    left: 18%;
    bottom: 60px;
    color: var(--fm-pink);
    font-size: 22px;
  }

  /* Articles */

  .fm-blogs-feed {
    position: relative;
    z-index: 2;
    padding: 0 0 110px;
    background:
      linear-gradient(
        180deg,
        rgba(251,253,255,.72),
        #fff 230px
      );
  }

  .fm-blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 26px;
  }

  .fm-blogs-card {
    position: relative;
    min-width: 0;
    min-height: 194px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    border: 1px solid var(--fm-blogs-line);
    border-radius: 20px;
    background: var(--fm-blogs-surface);
    box-shadow: var(--fm-blogs-shadow);
    overflow: hidden;
    transition:
      transform .25s ease,
      box-shadow .25s ease,
      border-color .25s ease;
  }

  .fm-blogs-card::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: var(--fm-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
  }

  .fm-blogs-card:hover {
    border-color: rgba(85,189,235,.42);
    box-shadow: 0 24px 58px -25px rgba(37,32,63,.34);
    transform: translateY(-5px);
  }

  .fm-blogs-card:hover::after {
    transform: scaleX(1);
  }

  .fm-blogs-card__image {
    position: relative;
    min-width: 0;
    height: 100%;
    background: var(--fm-cloud);
    overflow: hidden;
  }

  .fm-blogs-card__image img {
    width: 100%;
    height: 100%;
    min-height: 194px;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.8,.2,1);
  }

  .fm-blogs-card:hover .fm-blogs-card__image img {
    transform: scale(1.055);
  }

  .fm-blogs-card__image-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        120deg,
        transparent 35%,
        rgba(255,255,255,.22) 50%,
        transparent 65%
      );
    transform: translateX(-120%);
    transition: transform .65s ease;
  }

  .fm-blogs-card:hover .fm-blogs-card__image-shine {
    transform: translateX(120%);
  }

  .fm-blogs-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 18px 20px;
  }

  .fm-blogs-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #9298aa;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.3;
  }

  .fm-blogs-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 3px 9px;
    border-radius: 99px;
    color: #d7478b;
    background: #fff0f7;
    font-weight: 900;
  }

  .fm-blogs-card__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--fm-blue);
  }

  .fm-blogs-card h2 {
    margin: 11px 0 7px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  .fm-blogs-card h2 a {
    transition: color .2s ease;
  }

  .fm-blogs-card h2 a:hover {
    color: var(--fm-pink);
  }

  .fm-blogs-card__excerpt {
    display: -webkit-box;
    margin: 0;
    color: var(--fm-blogs-muted);
    font-size: 13px;
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .fm-blogs-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
  }

  .fm-blogs-author {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .fm-blogs-author > img,
  .fm-blogs-author__initials {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .fm-blogs-author > img {
    object-fit: cover;
  }

  .fm-blogs-author__initials {
    display: grid;
    place-items: center;
    color: #c8377c;
    background:
      linear-gradient(135deg, #ffd3e6, #e3f6ff);
    font-size: 10px;
    font-weight: 1000;
  }

  .fm-blogs-author div {
    min-width: 0;
  }

  .fm-blogs-author strong,
  .fm-blogs-author span {
    display: block;
  }

  .fm-blogs-author strong {
    overflow: hidden;
    color: var(--fm-blogs-ink);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fm-blogs-author div > span {
    margin-top: 2px;
    color: #9499aa;
    font-size: 9px;
    font-weight: 700;
  }

  .fm-blogs-card__read {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--fm-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  .fm-blogs-card__read span {
    font-size: 15px;
    transition: transform .2s ease;
  }

  .fm-blogs-card__read:hover {
    color: var(--fm-pink);
  }

  .fm-blogs-card__read:hover span {
    transform: translateX(4px);
  }

  /* Pagination */

  .fm-blogs-pagination {
    margin-top: 62px;
  }

  .fm-blogs-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .fm-blogs-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0 13px;
    border: 1px solid var(--fm-line);
    border-radius: 13px;
    color: var(--fm-blogs-ink);
    background: #fff;
    box-shadow: 0 8px 22px -16px rgba(37,32,63,.4);
    font-size: 12px;
    font-weight: 900;
    transition:
      color .2s ease,
      border-color .2s ease,
      transform .2s ease;
  }

  .fm-blogs-pagination a.page-numbers:hover {
    color: var(--fm-pink);
    border-color: var(--fm-pink-soft);
    transform: translateY(-2px);
  }

  .fm-blogs-pagination .page-numbers.current {
    color: #fff;
    border-color: transparent;
    background: var(--fm-gradient);
    box-shadow: 0 12px 25px rgba(85,189,235,.24);
  }

  /* Tablet */

  @media (max-width: 980px) {
    .fm-blogs-container {
      width: min(760px, calc(100% - 36px));
    }

    .fm-blogs-hero {
      min-height: 345px;
      padding: 62px 0 110px;
    }

    .fm-blogs-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .fm-blogs-card {
      grid-template-columns: 210px minmax(0, 1fr);
    }

    .fm-blogs-card__image img {
      min-height: 200px;
    }
  }

  /* Mobile */

  @media (max-width: 560px) {
    .fm-blogs-container {
      width: calc(100% - 28px);
    }

    .fm-blogs-hero {
      min-height: 310px;
      padding: 50px 0 90px;
    }

    .fm-blogs-eyebrow {
      font-size: 10px;
    }

    .fm-blogs-hero h1 {
      font-size: 48px;
    }

    .fm-blogs-hero__intro {
      max-width: 350px;
      margin-top: 16px;
      font-size: 14px;
      line-height: 1.6;
    }

    .fm-blogs-scroll-link {
      margin-top: 22px;
      font-size: 10px;
    }

    .fm-blogs-hero__orbit {
      width: 350px;
      height: 220px;
      right: -180px;
      top: 28px;
    }

    .fm-blogs-spark--one {
      left: 7%;
      top: 38px;
      font-size: 29px;
    }

    .fm-blogs-spark--two {
      right: 13%;
      top: 23px;
      font-size: 22px;
    }

    .fm-blogs-spark--three {
      left: 9%;
      bottom: 45px;
    }

    .fm-blogs-feed {
      padding-bottom: 78px;
    }

    .fm-blogs-grid {
      gap: 20px;
    }

    .fm-blogs-card {
      min-height: 0;
      display: block;
      border-radius: 19px;
    }

    .fm-blogs-card__image {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
    }

    .fm-blogs-card__image img {
      min-height: 0;
      aspect-ratio: 16 / 10;
    }

    .fm-blogs-card__body {
      padding: 20px;
    }

    .fm-blogs-card__meta {
      gap: 6px;
      font-size: 10px;
    }

    .fm-blogs-card h2 {
      margin-top: 13px;
      font-size: 21px;
      line-height: 1.2;
    }

    .fm-blogs-card__excerpt {
      font-size: 14px;
      line-height: 1.55;
      -webkit-line-clamp: 3;
    }

    .fm-blogs-card__footer {
      margin-top: 20px;
      padding-top: 17px;
      border-top: 1px solid rgba(85,189,235,.14);
    }

    .fm-blogs-author strong {
      font-size: 12px;
    }

    .fm-blogs-author div > span {
      font-size: 10px;
    }

    .fm-blogs-card__read {
      font-size: 10px;
    }

    .fm-blogs-pagination {
      margin-top: 42px;
    }

    .fm-blogs-pagination .page-numbers {
      min-width: 42px;
      height: 42px;
    }
  }

  @media (max-width: 360px) {
    .fm-blogs-card__footer {
      align-items: flex-start;
      flex-direction: column;
    }

    .fm-blogs-card__read {
      margin-left: 43px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-blogs-card,
    .fm-blogs-card::after,
    .fm-blogs-card__image img,
    .fm-blogs-card__image-shine,
    .fm-blogs-card__read span {
      transition: none;
    }
  }
  /* =========================================================
    FURSONA QUIZ - isolated from navigation and footer
    ========================================================= */

  .fm-fq-page {
    --fm-fq-ink: #25203f;
    --fm-fq-muted: #687086;
    --fm-fq-line: rgba(85,189,235,.22);
    --fm-fq-result-a: #ff70ad;
    --fm-fq-result-b: #55bdeb;

    color: var(--fm-fq-ink);
    background: #fff;
    overflow: hidden;
  }

  .fm-fq-container {
    width: min(1080px, calc(100% - 40px));
    margin-inline: auto;
  }

  .fm-fq-shell {
    scroll-margin-top: 140px;
  }

  .fm-fq-kicker {
    margin: 0 0 12px;
    color: var(--fm-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  /* Page hero */

  .fm-fq-hero {
    position: relative;
    padding: 84px 0 92px;
    text-align: center;
    background:
      radial-gradient(
        circle at 20% 25%,
        rgba(255,112,173,.12),
        transparent 25%
      ),
      radial-gradient(
        circle at 82% 30%,
        rgba(85,189,235,.15),
        transparent 28%
      ),
      linear-gradient(135deg, #fff4f9, #f0faff);
    overflow: hidden;
  }

  .fm-fq-hero::before,
  .fm-fq-hero::after {
    content: "";
    position: absolute;
    border: 2px dashed rgba(85,189,235,.25);
    border-radius: 50%;
    pointer-events: none;
  }

  .fm-fq-hero::before {
    width: 420px;
    height: 250px;
    right: -145px;
    top: 5px;
    transform: rotate(-13deg);
  }

  .fm-fq-hero::after {
    width: 300px;
    height: 200px;
    left: -150px;
    bottom: -100px;
    border-color: rgba(255,112,173,.22);
  }

  .fm-fq-hero h1 {
    width: fit-content;
    margin: 0 auto;
    background: var(--fm-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -.05em;
  }

  .fm-fq-hero > .fm-fq-container > p:not(.fm-fq-kicker) {
    max-width: 700px;
    margin: 21px auto 0;
    color: var(--fm-fq-muted);
    font-size: 17px;
    line-height: 1.7;
    text-wrap: balance;
  }

  .fm-fq-hero__spark {
    position: absolute;
    color: var(--fm-blue);
    line-height: 1;
  }

  .fm-fq-hero__spark--one {
    left: 12%;
    top: 55px;
    font-size: 30px;
  }

  .fm-fq-hero__spark--two {
    right: 17%;
    bottom: 42px;
    color: var(--fm-pink);
    font-size: 37px;
    font-weight: 300;
  }

  .fm-fq-hero__stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
  }

  .fm-fq-hero__stats span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 17px;
    border: 1px solid rgba(85,189,235,.2);
    border-radius: 99px;
    color: var(--fm-fq-muted);
    background: rgba(255,255,255,.76);
    box-shadow: 0 10px 24px -18px rgba(37,32,63,.3);
    font-size: 12px;
    font-weight: 800;
  }

  .fm-fq-hero__stats strong {
    color: var(--fm-pink);
    font-size: 15px;
  }

  /* Main quiz shell */

  .fm-fq-stage {
    padding: 76px 0 110px;
    background:
      linear-gradient(180deg, #f8fcff, #fff 340px);
  }

  .fm-fq-screen {
    display: none;
  }

  .fm-fq-screen.is-active {
    display: block;
    animation: fm-fq-screen-in .38s ease both;
  }

  .fm-fq-screen[aria-hidden="true"] {
    display: none;
  }

  @keyframes fm-fq-screen-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  /* Intro */

  .fm-fq-intro {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: center;
    padding: 42px;
    border: 1px solid var(--fm-fq-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 28px 70px -42px rgba(37,32,63,.36);
  }

  .fm-fq-intro__art {
    position: relative;
    min-height: 490px;
    display: grid;
    place-items: center;
    border-radius: 25px;
    background:
      radial-gradient(
        circle at 50% 45%,
        rgba(255,255,255,.8),
        transparent 35%
      ),
      linear-gradient(145deg, #ffdcea, #c5ecff);
    overflow: hidden;
  }

  .fm-fq-intro__art::before,
  .fm-fq-intro__art::after {
    content: "";
    position: absolute;
    border: 2px dashed rgba(255,255,255,.7);
    border-radius: 50%;
  }

  .fm-fq-intro__art::before {
    width: 330px;
    height: 330px;
  }

  .fm-fq-intro__art::after {
    width: 240px;
    height: 240px;
  }

  .fm-fq-intro__emoji {
    position: relative;
    z-index: 2;
    font-size: 112px;
    filter: drop-shadow(0 18px 20px rgba(37,32,63,.16));
  }

  .fm-fq-intro__animal {
    position: absolute;
    z-index: 3;
    width: 61px;
    height: 61px;
    display: grid;
    place-items: center;
    border: 4px solid rgba(255,255,255,.8);
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    box-shadow: 0 14px 27px rgba(37,32,63,.13);
    font-size: 29px;
  }

  .fm-fq-intro__animal:nth-of-type(2) {
    left: 27px;
    top: 46px;
  }

  .fm-fq-intro__animal:nth-of-type(3) {
    right: 31px;
    top: 92px;
  }

  .fm-fq-intro__animal:nth-of-type(4) {
    left: 45px;
    bottom: 66px;
  }

  .fm-fq-intro__animal:nth-of-type(5) {
    right: 34px;
    bottom: 42px;
  }

  .fm-fq-intro__content h2,
  .fm-fq-question-header h2,
  .fm-fq-processing h2 {
    margin: 0;
    color: var(--fm-fq-ink);
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .fm-fq-intro__copy {
    margin: 20px 0 0;
    color: var(--fm-fq-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .fm-fq-benefits {
    display: grid;
    gap: 11px;
    margin: 29px 0 32px;
  }

  .fm-fq-benefits > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    padding: 14px;
    border-radius: 15px;
    background: linear-gradient(120deg, #fff4f9, #f3fbff);
  }

  .fm-fq-benefits > div > span {
    width: 38px;
    height: 38px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: var(--fm-gradient);
    font-size: 10px;
    font-weight: 1000;
  }

  .fm-fq-benefits strong {
    align-self: end;
    font-size: 14px;
  }

  .fm-fq-benefits p {
    margin: 3px 0 0;
    color: var(--fm-fq-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  /* Buttons */

  .fm-fq-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 24px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 14px 28px rgba(85,189,235,.2);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .035em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition:
      transform .2s ease,
      box-shadow .2s ease;
  }

  .fm-fq-button:hover {
    box-shadow: 0 18px 35px rgba(255,112,173,.25);
    transform: translateY(-2px);
  }

  .fm-fq-button:focus-visible {
    outline: 3px solid rgba(85,189,235,.35);
    outline-offset: 3px;
  }

  .fm-fq-button--secondary {
    color: var(--fm-fq-ink);
    border: 1px solid var(--fm-line);
    background: #fff;
    box-shadow: none;
  }

  .fm-fq-button:disabled {
    cursor: not-allowed;
    opacity: .42;
    transform: none;
  }

  .fm-fq-button[hidden] {
    display: none;
  }

  /* Question screen */

  .fm-fq-question-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 27px;
  }

  .fm-fq-question-header__count {
    flex: none;
    text-align: right;
  }

  .fm-fq-question-header__count strong,
  .fm-fq-question-header__count span {
    display: block;
  }

  .fm-fq-question-header__count strong {
    font-size: 13px;
  }

  .fm-fq-question-header__count span {
    margin-top: 4px;
    color: var(--fm-blue);
    font-size: 12px;
    font-weight: 900;
  }

  .fm-fq-progress {
    height: 11px;
    margin-bottom: 29px;
    border-radius: 99px;
    background: #eaf4fb;
    overflow: hidden;
  }

  .fm-fq-progress span {
    display: block;
    width: 10%;
    height: 100%;
    border-radius: inherit;
    background: var(--fm-gradient);
    transition: width .35s ease;
  }

  .fm-fq-question {
    min-width: 0;
    margin: 0;
    padding: 35px;
    border: 1px solid var(--fm-fq-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 25px 60px -42px rgba(37,32,63,.34);
  }

  .fm-fq-question[hidden] {
    display: none !important;
  }

  .fm-fq-question.has-error {
    border-color: rgba(255,112,173,.7);
    box-shadow:
      0 0 0 4px rgba(255,112,173,.09),
      0 25px 60px -42px rgba(37,32,63,.34);
  }

  .fm-fq-question__dimension {
    width: fit-content;
    margin-bottom: 17px;
    padding: 7px 11px;
    border-radius: 99px;
    color: var(--fm-fq-muted);
    background: var(--fm-cloud);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .fm-fq-question__dimension strong {
    color: var(--fm-blue);
  }

  .fm-fq-question legend {
    width: 100%;
    padding: 0;
    color: var(--fm-fq-ink);
    font-size: clamp(23px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.025em;
  }

  .fm-fq-options {
    display: grid;
    gap: 13px;
    margin-top: 27px;
  }

  .fm-fq-option {
    position: relative;
    min-height: 76px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 29px;
    align-items: center;
    gap: 14px;
    padding: 13px 17px;
    border: 2px solid transparent;
    border-radius: 17px;
    color: var(--fm-fq-ink);
    background: #f7fbfe;
    cursor: pointer;
    transition:
      border-color .2s ease,
      background .2s ease,
      transform .2s ease,
      box-shadow .2s ease;
  }

  .fm-fq-option:hover {
    border-color: rgba(85,189,235,.38);
    background: #f2faff;
    transform: translateX(4px);
  }

  .fm-fq-option.is-selected,
  .fm-fq-option:has(input:checked) {
    border-color: var(--fm-pink);
    background:
      linear-gradient(110deg, #fff1f7, #eff9ff);
    box-shadow: 0 10px 25px -19px rgba(37,32,63,.4);
  }

  .fm-fq-option:has(input:focus-visible) {
    outline: 3px solid rgba(85,189,235,.35);
    outline-offset: 3px;
  }

  .fm-fq-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .fm-fq-option__letter {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--fm-blue);
    background: #fff;
    box-shadow: 0 8px 18px -14px rgba(37,32,63,.5);
    font-size: 13px;
    font-weight: 1000;
  }

  .fm-fq-option.is-selected .fm-fq-option__letter,
  .fm-fq-option:has(input:checked) .fm-fq-option__letter {
    color: #fff;
    background: var(--fm-gradient);
  }

  .fm-fq-option__copy {
    font-size: 15px;
    font-weight: 750;
    line-height: 1.5;
  }

  .fm-fq-option__check {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 2px solid #d7e9f4;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 13px;
    font-weight: 1000;
  }

  .fm-fq-option.is-selected .fm-fq-option__check,
  .fm-fq-option:has(input:checked) .fm-fq-option__check {
    color: #fff;
    border-color: transparent;
    background: var(--fm-gradient);
  }

  .fm-fq-error {
    margin: 17px 0 0;
    color: #cf3979;
    font-size: 13px;
    font-weight: 800;
  }

  .fm-fq-question-actions {
    display: flex;
    justify-content: space-between;
    gap: 13px;
    margin-top: 24px;
  }

  /* Processing */

  .fm-fq-processing {
    min-height: 590px;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 45px;
    border: 1px solid var(--fm-fq-line);
    border-radius: 30px;
    text-align: center;
    background:
      radial-gradient(
        circle at 50% 35%,
        rgba(189,235,255,.32),
        transparent 32%
      ),
      #fff;
    box-shadow: 0 28px 70px -45px rgba(37,32,63,.38);
  }

  .fm-fq-processing__visual {
    position: relative;
    width: 180px;
    height: 180px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
  }

  .fm-fq-processing__orbit {
    position: absolute;
    inset: 4px;
    border: 4px dashed rgba(85,189,235,.45);
    border-top-color: var(--fm-pink);
    border-radius: 50%;
    animation: fm-fq-spin 3s linear infinite;
  }

  .fm-fq-processing__paw {
    font-size: 70px;
    filter: drop-shadow(0 13px 16px rgba(37,32,63,.12));
  }

  @keyframes fm-fq-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .fm-fq-processing > p:not(.fm-fq-kicker) {
    max-width: 520px;
    margin: 17px auto 29px;
    color: var(--fm-fq-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .fm-fq-processing__progress {
    width: min(430px, 100%);
    height: 12px;
    border-radius: 99px;
    background: #e7f3fa;
    overflow: hidden;
  }

  .fm-fq-processing__progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--fm-gradient);
  }

  .fm-fq-processing > strong {
    margin-top: 11px;
    color: var(--fm-blue);
    font-size: 13px;
  }

  /* Result */

  .fm-fq-result {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 42px;
    align-items: start;
    padding: 38px;
    border: 1px solid var(--fm-fq-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 75px -45px rgba(37,32,63,.38);
  }

  .fm-fq-result__visual {
    position: sticky;
    top: 145px;
    min-height: 550px;
    display: grid;
    place-items: center;
    border-radius: 25px;
    background:
      radial-gradient(
        circle at 50% 42%,
        rgba(255,255,255,.75),
        transparent 29%
      ),
      linear-gradient(
        145deg,
        var(--fm-fq-result-a),
        var(--fm-fq-result-b)
      );
    overflow: hidden;
  }

  .fm-fq-result__orbit {
    position: absolute;
    width: 315px;
    height: 315px;
    border: 2px dashed rgba(255,255,255,.64);
    border-radius: 50%;
  }

  .fm-fq-result__orbit::after {
    content: "";
    position: absolute;
    inset: 27px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
  }

  .fm-fq-result__emoji {
    position: relative;
    z-index: 2;
    font-size: 135px;
    filter: drop-shadow(0 24px 25px rgba(37,32,63,.18));
  }

  .fm-fq-result__match {
    position: absolute;
    z-index: 3;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 16px;
    color: #fff;
    background: rgba(37,32,63,.23);
    backdrop-filter: blur(12px);
  }

  .fm-fq-result__match strong {
    font-size: 24px;
  }

  .fm-fq-result__match span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .fm-fq-result__code-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 15px;
  }

  .fm-fq-result__code-row > span:first-child {
    padding: 7px 12px;
    border-radius: 9px;
    color: #fff;
    background:
      linear-gradient(
        110deg,
        var(--fm-fq-result-a),
        var(--fm-fq-result-b)
      );
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .1em;
  }

  .fm-fq-result__code-row > span:last-child {
    color: var(--fm-fq-muted);
    font-size: 11px;
    font-weight: 800;
  }

  .fm-fq-result__content > h2 {
    margin: 0;
    color: var(--fm-fq-ink);
    font-size: clamp(39px, 5vw, 61px);
    line-height: 1;
    letter-spacing: -.05em;
  }

  .fm-fq-result__content > h3 {
    margin: 10px 0 0;
    color: var(--fm-pink);
    font-size: 21px;
  }

  .fm-fq-result__closest {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    color: #535b75;
    background: var(--fm-cloud);
    font-size: 12px;
    line-height: 1.55;
  }

  .fm-fq-result__description {
    margin: 22px 0 0;
    color: var(--fm-fq-muted);
    font-size: 15px;
    line-height: 1.72;
  }

  .fm-fq-result__traits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .fm-fq-result__traits span {
    padding: 8px 12px;
    border: 1px solid var(--fm-fq-line);
    border-radius: 99px;
    color: var(--fm-fq-ink);
    background: linear-gradient(120deg, #fff4f9, #f1faff);
    font-size: 11px;
    font-weight: 900;
  }

  .fm-fq-dimensions {
    display: grid;
    gap: 19px;
    margin-top: 31px;
    padding-top: 28px;
    border-top: 1px solid var(--fm-fq-line);
  }

  .fm-fq-dimension__labels {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    color: var(--fm-fq-muted);
    font-size: 11px;
    font-weight: 800;
  }

  .fm-fq-dimension__labels span:last-child {
    text-align: right;
  }

  .fm-fq-dimension__labels strong {
    color: var(--fm-fq-ink);
  }

  .fm-fq-dimension__track {
    height: 11px;
    border-radius: 99px;
    background:
      linear-gradient(
        90deg,
        rgba(255,112,173,.22),
        rgba(85,189,235,.4)
      );
    overflow: hidden;
  }

  .fm-fq-dimension__track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background:
      linear-gradient(
        90deg,
        var(--fm-fq-result-a),
        var(--fm-fq-result-b)
      );
  }

  .fm-fq-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
  }

  /* Tablet */

  @media (max-width: 900px) {
    .fm-fq-intro {
      grid-template-columns: 1fr;
    }

    .fm-fq-intro__art {
      min-height: 360px;
    }

    .fm-fq-result {
      grid-template-columns: 1fr;
    }

    .fm-fq-result__visual {
      position: relative;
      top: auto;
      min-height: 420px;
    }
  }

  /* Mobile */

  @media (max-width: 640px) {
    .fm-fq-container {
      width: calc(100% - 28px);
    }

    .fm-fq-hero {
      padding: 58px 0 68px;
    }

    .fm-fq-hero h1 {
      font-size: 43px;
    }

    .fm-fq-hero > .fm-fq-container > p:not(.fm-fq-kicker) {
      font-size: 14px;
      line-height: 1.6;
    }

    .fm-fq-hero__stats {
      gap: 7px;
    }

    .fm-fq-hero__stats span {
      padding-inline: 11px;
      font-size: 10px;
    }

    .fm-fq-stage {
      padding: 45px 0 75px;
    }

    .fm-fq-intro {
      gap: 29px;
      padding: 18px;
      border-radius: 22px;
    }

    .fm-fq-intro__art {
      min-height: 280px;
    }

    .fm-fq-intro__emoji {
      font-size: 83px;
    }

    .fm-fq-intro__animal {
      width: 48px;
      height: 48px;
      border-width: 3px;
      font-size: 23px;
    }

    .fm-fq-intro__content {
      padding: 4px 3px 9px;
    }

    .fm-fq-intro__content h2,
    .fm-fq-question-header h2,
    .fm-fq-processing h2 {
      font-size: 30px;
    }

    .fm-fq-intro__copy {
      font-size: 14px;
    }

    .fm-fq-benefits p {
      font-size: 12px;
    }

    .fm-fq-button {
      min-height: 50px;
      padding: 11px 17px;
      font-size: 12px;
    }

    .fm-fq-question-header {
      align-items: flex-start;
      flex-direction: column;
    }

    .fm-fq-question-header__count {
      width: 100%;
      display: flex;
      justify-content: space-between;
      text-align: left;
    }

    .fm-fq-question {
      padding: 22px 16px;
      border-radius: 20px;
    }

    .fm-fq-question legend {
      font-size: 22px;
      line-height: 1.3;
    }

    .fm-fq-option {
      min-height: 82px;
      grid-template-columns: 38px minmax(0, 1fr) 26px;
      gap: 10px;
      padding: 12px;
    }

    .fm-fq-option:hover {
      transform: none;
    }

    .fm-fq-option__letter {
      width: 37px;
      height: 37px;
    }

    .fm-fq-option__copy {
      font-size: 14px;
      line-height: 1.45;
    }

    .fm-fq-option__check {
      width: 25px;
      height: 25px;
    }

    .fm-fq-question-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .fm-fq-question-actions [data-fq-submit] {
      grid-column: 2;
    }

    .fm-fq-processing {
      min-height: 500px;
      padding: 30px 18px;
      border-radius: 22px;
    }

    .fm-fq-processing__visual {
      width: 145px;
      height: 145px;
    }

    .fm-fq-processing__paw {
      font-size: 58px;
    }

    .fm-fq-result {
      gap: 28px;
      padding: 17px;
      border-radius: 22px;
    }

    .fm-fq-result__visual {
      min-height: 340px;
    }

    .fm-fq-result__orbit {
      width: 245px;
      height: 245px;
    }

    .fm-fq-result__emoji {
      font-size: 105px;
    }

    .fm-fq-result__content {
      padding: 5px 4px 10px;
    }

    .fm-fq-result__content > h2 {
      font-size: 42px;
    }

    .fm-fq-result__content > h3 {
      font-size: 19px;
    }

    .fm-fq-result__description {
      font-size: 14px;
    }

    .fm-fq-dimension__labels {
      gap: 8px;
      font-size: 10px;
    }

    .fm-fq-result__actions {
      display: grid;
    }

    .fm-fq-result__actions .fm-fq-button {
      width: 100%;
    }
  }

  @media (max-width: 380px) {
    .fm-fq-question-actions {
      grid-template-columns: 1fr;
    }

    .fm-fq-question-actions [data-fq-submit] {
      grid-column: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-fq-screen.is-active {
      animation: none;
    }

    .fm-fq-processing__orbit {
      animation: none;
    }

    .fm-fq-option,
    .fm-fq-button,
    .fm-fq-progress span {
      transition: none;
    }
  }
  /* =========================================================
    FURSUIT MANIA — FURSONA NAME STUDIO
    Append this complete block to the bottom of style.css.
    Everything is isolated under .fm-ng-* classes.
    ========================================================= */

  .fm-ng-page {
    --fm-ng-ink: #25203f;
    --fm-ng-muted: #69637e;
    --fm-ng-pink: #f25caf;
    --fm-ng-pink-2: #ff79b9;
    --fm-ng-blue: #55bdeb;
    --fm-ng-sky: #eaf8ff;
    --fm-ng-blush: #fff0f7;
    --fm-ng-line: #dcecf5;
    --fm-ng-gradient: linear-gradient(110deg, #f25caf 0%, #c38bd9 50%, #55bdeb 100%);
    color: var(--fm-ng-ink);
    background: #fff;
    font-family: Inter, "Nunito Sans", Arial, sans-serif;
  }

  .fm-ng-page,
  .fm-ng-page * {
    box-sizing: border-box;
  }

  .fm-ng-page button,
  .fm-ng-page input,
  .fm-ng-page textarea {
    font: inherit;
  }

  .fm-ng-page [hidden] {
    display: none !important;
  }

  .fm-ng-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }

  .fm-ng-hero {
    position: relative;
    min-height: 535px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
      radial-gradient(circle at 13% 24%, rgba(255,121,185,.22), transparent 25%),
      radial-gradient(circle at 86% 32%, rgba(85,189,235,.24), transparent 28%),
      linear-gradient(115deg, #fff7fb 0%, #f8f6ff 47%, #eefaff 100%);
  }

  .fm-ng-hero::before,
  .fm-ng-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 390px;
    border: 1px dashed rgba(85,189,235,.42);
    border-radius: 50%;
  }

  .fm-ng-hero::before {
    top: -230px;
    left: -105px;
  }

  .fm-ng-hero::after {
    right: -95px;
    bottom: -235px;
    border-color: rgba(242,92,175,.34);
  }

  .fm-ng-hero__inner {
    position: relative;
    z-index: 2;
    padding: 80px 0 64px;
    text-align: center;
  }

  .fm-ng-eyebrow,
  .fm-ng-kicker {
    margin: 0;
    color: var(--fm-ng-pink);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .fm-ng-eyebrow::before,
  .fm-ng-eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    display: inline-block;
    margin: 0 10px 3px;
    background: currentColor;
  }

  .fm-ng-hero h1 {
    max-width: 970px;
    margin: 17px auto 0;
    color: var(--fm-ng-ink);
    font-size: clamp(48px, 6.2vw, 78px);
    font-weight: 1000;
    line-height: .98;
    letter-spacing: -.065em;
  }

  .fm-ng-hero h1 span {
    display: block;
    padding-bottom: .08em;
    color: transparent;
    background: var(--fm-ng-gradient);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .fm-ng-hero__copy {
    max-width: 650px;
    margin: 25px auto 0;
    color: var(--fm-ng-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  .fm-ng-hero__proof {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
  }

  .fm-ng-hero__proof span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    border: 1px solid rgba(85,189,235,.19);
    border-radius: 99px;
    color: var(--fm-ng-muted);
    background: rgba(255,255,255,.78);
    box-shadow: 0 12px 28px -23px rgba(37,32,63,.35);
    font-size: 12px;
    font-weight: 800;
  }

  .fm-ng-hero__proof strong {
    color: var(--fm-ng-pink);
  }

  .fm-ng-name-cloud {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 31px;
  }

  .fm-ng-name-cloud span {
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 10px;
    color: var(--fm-ng-ink);
    background: rgba(255,255,255,.62);
    box-shadow: 0 13px 26px -22px rgba(37,32,63,.5);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .12em;
  }

  .fm-ng-name-cloud span:nth-child(2n) {
    transform: translateY(8px);
  }

  .fm-ng-hero__ring {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(85,189,235,.24);
    border-radius: 50%;
  }

  .fm-ng-hero__ring--one {
    width: 145px;
    height: 145px;
    left: 8%;
    top: 24%;
  }

  .fm-ng-hero__ring--two {
    width: 82px;
    height: 82px;
    right: 12%;
    top: 17%;
    border-color: rgba(242,92,175,.24);
  }

  .fm-ng-spark {
    position: absolute;
    color: var(--fm-ng-blue);
    font-size: 25px;
    font-weight: 400;
  }

  .fm-ng-spark--one {
    left: 12%;
    bottom: 22%;
  }

  .fm-ng-spark--two {
    right: 13%;
    bottom: 27%;
    color: var(--fm-ng-pink);
  }

  .fm-ng-stage {
    padding: 82px 0 105px;
    background:
      linear-gradient(180deg, #f8fcff 0, #fff 370px);
  }

  .fm-ng-studio {
    display: grid;
    grid-template-columns: 365px minmax(0, 1fr);
    border: 1px solid var(--fm-ng-line);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 35px 90px -55px rgba(37,32,63,.42);
    overflow: hidden;
  }

  .fm-ng-guide {
    position: relative;
    min-width: 0;
    padding: 37px 34px;
    overflow: hidden;
    background:
      radial-gradient(circle at 30% 25%, rgba(255,255,255,.8), transparent 25%),
      linear-gradient(145deg, #fff0f7 0%, #f1f0ff 48%, #e5f8ff 100%);
  }

  .fm-ng-guide::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -165px;
    bottom: -140px;
    border: 1px dashed rgba(85,189,235,.5);
    border-radius: 50%;
  }

  .fm-ng-guide__badge {
    width: fit-content;
    padding: 8px 12px;
    border: 1px solid rgba(242,92,175,.18);
    border-radius: 99px;
    color: var(--fm-ng-pink);
    background: rgba(255,255,255,.76);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .fm-ng-orbit {
    position: relative;
    width: 230px;
    height: 230px;
    display: grid;
    place-items: center;
    margin: 34px auto 32px;
  }

  .fm-ng-orbit__track,
  .fm-ng-orbit__track::before,
  .fm-ng-orbit__track::after {
    position: absolute;
    border: 1px solid rgba(85,189,235,.31);
    border-radius: 50%;
  }

  .fm-ng-orbit__track {
    inset: 6px;
  }

  .fm-ng-orbit__track::before,
  .fm-ng-orbit__track::after {
    content: "";
  }

  .fm-ng-orbit__track::before {
    inset: 28px;
    border-color: rgba(242,92,175,.24);
  }

  .fm-ng-orbit__track::after {
    inset: 59px;
  }

  .fm-ng-orbit__center {
    position: relative;
    z-index: 2;
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 24px 45px -30px rgba(37,32,63,.55);
    font-size: 45px;
  }

  .fm-ng-orbit__animal {
    position: absolute;
    z-index: 3;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 5px solid rgba(255,255,255,.82);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 25px -18px rgba(37,32,63,.6);
    font-size: 18px;
  }

  .fm-ng-orbit__animal--one {
    top: 9px;
    left: 18px;
  }

  .fm-ng-orbit__animal--two {
    right: 5px;
    top: 80px;
  }

  .fm-ng-orbit__animal--three {
    left: 47px;
    bottom: 5px;
  }

  .fm-ng-guide h2 {
    margin: 0;
    color: var(--fm-ng-ink);
    font-size: 27px;
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: -.035em;
  }

  .fm-ng-guide > p:not(.fm-ng-guide__privacy) {
    margin: 15px 0 0;
    color: var(--fm-ng-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .fm-ng-guide__list {
    display: grid;
    gap: 9px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
  }

  .fm-ng-guide__list li {
    min-height: 59px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 15px;
    background: rgba(255,255,255,.55);
  }

  .fm-ng-guide__list li > span {
    width: 34px;
    height: 34px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--fm-ng-gradient);
    font-size: 9px;
    font-weight: 950;
  }

  .fm-ng-guide__list strong,
  .fm-ng-guide__list small {
    display: block;
  }

  .fm-ng-guide__list strong {
    font-size: 12px;
    font-weight: 900;
  }

  .fm-ng-guide__list small {
    margin-top: 3px;
    color: var(--fm-ng-muted);
    font-size: 10px;
  }

  .fm-ng-guide__privacy {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 25px 0 0;
    color: var(--fm-ng-muted);
    font-size: 10px;
    font-weight: 750;
  }

  .fm-ng-guide__privacy span {
    color: var(--fm-ng-blue);
  }

  .fm-ng-workspace {
    min-width: 0;
    padding: 48px 50px;
  }

  .fm-ng-form[hidden],
  .fm-ng-step[hidden],
  .fm-ng-processing[hidden],
  .fm-ng-result[hidden] {
    display: none !important;
  }

  .fm-ng-form__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }

  .fm-ng-form__top strong {
    display: block;
    margin-top: 6px;
    color: var(--fm-ng-ink);
    font-size: 14px;
    font-weight: 900;
  }

  .fm-ng-form__top > span {
    color: var(--fm-ng-blue);
    font-size: 13px;
    font-weight: 950;
  }

  .fm-ng-progress {
    height: 10px;
    margin: 19px 0 34px;
    border-radius: 99px;
    background: #eaf4fa;
    overflow: hidden;
  }

  .fm-ng-progress span {
    width: 33%;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--fm-ng-gradient);
    transition: width .35s ease;
  }

  .fm-ng-step.is-active {
    animation: fm-ng-step-in .32s ease both;
  }

  @keyframes fm-ng-step-in {
    from {
      opacity: 0;
      transform: translateY(9px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  .fm-ng-step__number {
    margin: 0 0 8px;
    color: var(--fm-ng-pink);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .fm-ng-step h2,
  .fm-ng-processing h2 {
    margin: 0;
    color: var(--fm-ng-ink);
    font-size: clamp(31px, 4vw, 43px);
    font-weight: 1000;
    line-height: 1.08;
    letter-spacing: -.045em;
  }

  .fm-ng-page h2[tabindex="-1"]:focus {
    outline: none;
  }

  .fm-ng-step__intro {
    margin: 13px 0 31px;
    color: var(--fm-ng-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .fm-ng-fieldset {
    min-width: 0;
    margin: 0 0 27px;
    padding: 0;
    border: 0;
  }

  .fm-ng-fieldset legend,
  .fm-ng-field > label {
    display: block;
    margin-bottom: 10px;
    color: var(--fm-ng-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.45;
  }

  .fm-ng-fieldset legend span,
  .fm-ng-field > label span {
    color: var(--fm-ng-pink);
  }

  .fm-ng-field > label em {
    margin-left: 6px;
    color: var(--fm-ng-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
  }

  .fm-ng-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }

  .fm-ng-choice {
    position: relative;
    min-height: 82px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 23px;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border: 2px solid transparent;
    border-radius: 17px;
    background: #f6fbfe;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .fm-ng-choice:hover {
    border-color: rgba(85,189,235,.35);
    transform: translateY(-2px);
  }

  .fm-ng-choice:has(input:checked) {
    border-color: var(--fm-ng-pink);
    background: linear-gradient(110deg, #fff1f7, #eff9ff);
  }

  .fm-ng-choice:has(input:focus-visible),
  .fm-ng-syllables label:has(input:focus-visible),
  .fm-ng-style-card:has(input:focus-visible) {
    outline: 3px solid rgba(85,189,235,.38);
    outline-offset: 3px;
  }

  .fm-ng-choice input,
  .fm-ng-syllables input,
  .fm-ng-style-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .fm-ng-choice__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--fm-ng-blue);
    background: #fff;
    box-shadow: 0 9px 20px -17px rgba(37,32,63,.5);
    font-size: 12px;
    font-weight: 1000;
  }

  .fm-ng-choice:has(input:checked) .fm-ng-choice__icon {
    color: #fff;
    background: var(--fm-ng-gradient);
  }

  .fm-ng-choice strong,
  .fm-ng-choice small {
    display: block;
  }

  .fm-ng-choice strong {
    color: var(--fm-ng-ink);
    font-size: 12px;
    font-weight: 900;
  }

  .fm-ng-choice small {
    margin-top: 4px;
    color: var(--fm-ng-muted);
    font-size: 9px;
    line-height: 1.4;
  }

  .fm-ng-choice > i,
  .fm-ng-style-card > i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 2px solid #d7e9f4;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 1000;
  }

  .fm-ng-choice:has(input:checked) > i,
  .fm-ng-style-card:has(input:checked) > i {
    color: #fff;
    border-color: transparent;
    background: var(--fm-ng-gradient);
  }

  .fm-ng-field {
    margin-top: 26px;
  }

  .fm-ng-field input,
  .fm-ng-field textarea {
    width: 100%;
    min-height: 57px;
    display: block;
    padding: 15px 17px;
    border: 1px solid var(--fm-ng-line);
    border-radius: 15px;
    outline: 0;
    color: var(--fm-ng-ink);
    background: #f7fbfe;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .fm-ng-field textarea {
    min-height: 128px;
    resize: vertical;
  }

  .fm-ng-field input::placeholder,
  .fm-ng-field textarea::placeholder {
    color: #9792a8;
  }

  .fm-ng-field input:focus,
  .fm-ng-field textarea:focus {
    border-color: var(--fm-ng-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(85,189,235,.12);
  }

  .fm-ng-step.has-error input:invalid,
  .fm-ng-step.has-error textarea:invalid,
  .fm-ng-step.has-error .fm-ng-fieldset:has(input:invalid) .fm-ng-choice-grid {
    border-color: rgba(242,92,175,.65);
  }

  .fm-ng-field > small {
    display: block;
    margin-top: 8px;
    color: var(--fm-ng-muted);
    font-size: 10px;
    line-height: 1.5;
  }

  .fm-ng-quick-picks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
  }

  .fm-ng-quick-picks > span {
    margin-right: 2px;
    color: var(--fm-ng-muted);
    font-size: 10px;
    font-weight: 750;
  }

  .fm-ng-quick-picks button {
    min-height: 31px;
    padding: 6px 10px;
    border: 1px solid var(--fm-ng-line);
    border-radius: 99px;
    color: var(--fm-ng-ink);
    background: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
  }

  .fm-ng-quick-picks button:hover,
  .fm-ng-quick-picks button:focus-visible {
    border-color: var(--fm-ng-pink);
    color: var(--fm-ng-pink);
    background: var(--fm-ng-blush);
    outline: 0;
  }

  .fm-ng-syllables {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .fm-ng-syllables label {
    position: relative;
    cursor: pointer;
  }

  .fm-ng-syllables label > span {
    min-height: 85px;
    display: grid;
    place-content: center;
    border: 2px solid transparent;
    border-radius: 17px;
    text-align: center;
    background: #f6fbfe;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .fm-ng-syllables label:hover > span {
    transform: translateY(-2px);
  }

  .fm-ng-syllables label:has(input:checked) > span {
    border-color: var(--fm-ng-pink);
    background: linear-gradient(110deg, #fff1f7, #eff9ff);
  }

  .fm-ng-syllables strong,
  .fm-ng-syllables small {
    display: block;
  }

  .fm-ng-syllables strong {
    color: var(--fm-ng-ink);
    font-size: 22px;
    font-weight: 1000;
  }

  .fm-ng-syllables small {
    margin-top: 3px;
    color: var(--fm-ng-muted);
    font-size: 9px;
    font-weight: 800;
  }

  .fm-ng-style-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .fm-ng-style-card {
    position: relative;
    min-height: 145px;
    display: grid;
    align-content: center;
    justify-items: start;
    padding: 18px;
    border: 2px solid transparent;
    border-radius: 18px;
    background: #f6fbfe;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .fm-ng-style-card:hover {
    transform: translateY(-3px);
  }

  .fm-ng-style-card:has(input:checked) {
    border-color: var(--fm-ng-pink);
    background: linear-gradient(125deg, #fff1f7, #eff9ff);
  }

  .fm-ng-style-card > span {
    margin-bottom: 11px;
    font-size: 24px;
  }

  .fm-ng-style-card strong {
    color: var(--fm-ng-ink);
    font-size: 13px;
    font-weight: 950;
  }

  .fm-ng-style-card small {
    margin-top: 6px;
    color: var(--fm-ng-muted);
    font-size: 9px;
    line-height: 1.45;
  }

  .fm-ng-style-card > i {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .fm-ng-form-error {
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(242,92,175,.25);
    border-radius: 12px;
    color: #bf2d70;
    background: var(--fm-ng-blush);
    font-size: 12px;
    font-weight: 800;
  }

  .fm-ng-actions {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    margin-top: 31px;
    padding-top: 23px;
    border-top: 1px solid var(--fm-ng-line);
  }

  .fm-ng-button {
    min-width: 180px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 22px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: var(--fm-ng-gradient);
    box-shadow: 0 17px 30px -20px rgba(242,92,175,.65);
    cursor: pointer;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }

  .fm-ng-button:hover,
  .fm-ng-button:focus-visible {
    color: #fff;
    filter: saturate(1.08);
    transform: translateY(-2px);
    box-shadow: 0 21px 34px -20px rgba(242,92,175,.72);
    outline: 0;
  }

  .fm-ng-button--ghost,
  .fm-ng-button--soft {
    min-width: 130px;
    color: var(--fm-ng-ink);
    border: 1px solid var(--fm-ng-line);
    background: #fff;
    box-shadow: none;
  }

  .fm-ng-button--soft {
    background: var(--fm-ng-sky);
  }

  .fm-ng-button--ghost:hover,
  .fm-ng-button--ghost:focus-visible,
  .fm-ng-button--soft:hover,
  .fm-ng-button--soft:focus-visible {
    color: var(--fm-ng-ink);
    box-shadow: 0 15px 25px -21px rgba(37,32,63,.45);
  }

  .fm-ng-processing {
    min-height: 650px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    animation: fm-ng-step-in .32s ease both;
  }

  .fm-ng-processing__visual {
    position: relative;
    width: 190px;
    height: 190px;
    display: grid;
    place-items: center;
    margin-bottom: 29px;
  }

  .fm-ng-processing__visual > span:last-child {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 31px;
    background: linear-gradient(145deg, #fff1f7, #eaf8ff);
    box-shadow: 0 28px 45px -30px rgba(37,32,63,.5);
    font-size: 48px;
  }

  .fm-ng-processing__orbit {
    position: absolute;
    inset: 4px;
    border: 2px dashed rgba(85,189,235,.5);
    border-radius: 50%;
    animation: fm-ng-spin 6s linear infinite;
  }

  .fm-ng-processing__orbit::before,
  .fm-ng-processing__orbit::after {
    content: "✦";
    position: absolute;
    color: var(--fm-ng-pink);
    font-size: 21px;
  }

  .fm-ng-processing__orbit::before {
    top: 9px;
    left: 18px;
  }

  .fm-ng-processing__orbit::after {
    right: 8px;
    bottom: 18px;
    color: var(--fm-ng-blue);
  }

  @keyframes fm-ng-spin {
    to { transform: rotate(360deg); }
  }

  .fm-ng-processing > p:not(.fm-ng-kicker) {
    max-width: 440px;
    margin: 16px auto 0;
    color: var(--fm-ng-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .fm-ng-processing h2 {
    margin-top: 10px;
  }

  .fm-ng-processing__bar {
    width: min(390px, 100%);
    height: 11px;
    margin-top: 30px;
    border-radius: 99px;
    background: #eaf4fa;
    overflow: hidden;
  }

  .fm-ng-processing__bar span {
    width: 0;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--fm-ng-gradient);
  }

  .fm-ng-processing > strong {
    margin-top: 10px;
    color: var(--fm-ng-blue);
    font-size: 12px;
  }

  .fm-ng-result {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 32px;
    animation: fm-ng-step-in .38s ease both;
  }

  .fm-ng-result__visual {
    position: relative;
    min-height: 520px;
    display: grid;
    align-content: center;
    justify-items: center;
    overflow: hidden;
    border-radius: 25px;
    background:
      radial-gradient(circle at 50% 33%, rgba(255,255,255,.92), transparent 27%),
      linear-gradient(145deg, #fff0f7, #eef0ff 50%, #e4f8ff);
  }

  .fm-ng-result__visual::before,
  .fm-ng-result__visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(85,189,235,.28);
    border-radius: 50%;
  }

  .fm-ng-result__visual::before {
    width: 260px;
    height: 260px;
  }

  .fm-ng-result__visual::after {
    width: 180px;
    height: 180px;
    border-color: rgba(242,92,175,.24);
  }

  .fm-ng-result__glow {
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 42px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 55px rgba(255,255,255,.85);
    transform: rotate(12deg);
  }

  .fm-ng-result__emoji {
    position: relative;
    z-index: 2;
    font-size: 77px;
    filter: drop-shadow(0 18px 14px rgba(37,32,63,.14));
  }

  .fm-ng-result__match {
    position: absolute;
    z-index: 3;
    bottom: 29px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 99px;
    color: var(--fm-ng-muted);
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(10px);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .fm-ng-result__match strong {
    color: var(--fm-ng-pink);
    font-size: 14px;
  }

  .fm-ng-result__content {
    min-width: 0;
    padding: 7px 0;
  }

  .fm-ng-result__content > h2 {
    margin: 8px 0 0;
    overflow-wrap: anywhere;
    color: transparent;
    background: var(--fm-ng-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(52px, 7vw, 78px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -.065em;
  }

  .fm-ng-result__meta {
    margin: 13px 0 0;
    color: var(--fm-ng-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .fm-ng-result__story {
    margin: 20px 0 0;
    color: var(--fm-ng-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  .fm-ng-result__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
  }

  .fm-ng-result__tags span {
    padding: 7px 10px;
    border-radius: 99px;
    color: var(--fm-ng-ink);
    background: var(--fm-ng-sky);
    font-size: 9px;
    font-weight: 850;
  }

  .fm-ng-alternatives {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    margin-top: 25px;
    padding: 20px;
    border: 1px solid var(--fm-ng-line);
    border-radius: 19px;
    background: #f9fcfe;
  }

  .fm-ng-alternatives h3 {
    margin: 0;
    color: var(--fm-ng-ink);
    font-size: 13px;
    font-weight: 950;
  }

  .fm-ng-alternatives small {
    display: block;
    margin-top: 5px;
    color: var(--fm-ng-muted);
    font-size: 9px;
    line-height: 1.4;
  }

  .fm-ng-alternatives__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .fm-ng-alternatives__list button {
    min-height: 35px;
    padding: 8px 11px;
    border: 1px solid var(--fm-ng-line);
    border-radius: 10px;
    color: var(--fm-ng-ink);
    background: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
  }

  .fm-ng-alternatives__list button:hover,
  .fm-ng-alternatives__list button:focus-visible {
    color: var(--fm-ng-pink);
    border-color: var(--fm-ng-pink);
    transform: translateY(-2px);
    outline: 0;
  }

  .fm-ng-result__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 21px;
  }

  .fm-ng-result__buttons .fm-ng-button {
    min-width: 145px;
    min-height: 48px;
  }

  .fm-ng-text-button {
    min-height: 42px;
    padding: 8px 5px;
    border: 0;
    color: var(--fm-ng-muted);
    background: transparent;
    cursor: pointer;
    font-size: 10px;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .fm-ng-text-button:hover,
  .fm-ng-text-button:focus-visible {
    color: var(--fm-ng-pink);
    outline: 0;
  }

  .fm-ng-result__cta {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 25px;
    padding: 15px 17px 15px 19px;
    border-radius: 18px;
    color: #fff;
    background: var(--fm-ng-gradient);
    box-shadow: 0 20px 36px -25px rgba(242,92,175,.75);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .fm-ng-result__cta:hover,
  .fm-ng-result__cta:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 24px 39px -24px rgba(242,92,175,.82);
    outline: 0;
  }

  .fm-ng-result__cta small,
  .fm-ng-result__cta strong {
    display: block;
  }

  .fm-ng-result__cta small {
    margin-bottom: 4px;
    color: rgba(255,255,255,.77);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .fm-ng-result__cta strong {
    font-size: 14px;
    font-weight: 950;
  }

  .fm-ng-result__cta i {
    width: 40px;
    height: 40px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    font-size: 18px;
    font-style: normal;
  }

  .fm-ng-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 23px;
  }

  .fm-ng-notes article {
    min-height: 106px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--fm-ng-line);
    border-radius: 18px;
    background: #fff;
  }

  .fm-ng-notes article > span {
    width: 40px;
    height: 40px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--fm-ng-gradient);
    font-size: 9px;
    font-weight: 950;
  }

  .fm-ng-notes h2 {
    margin: 0;
    color: var(--fm-ng-ink);
    font-size: 13px;
    font-weight: 950;
  }

  .fm-ng-notes p {
    margin: 5px 0 0;
    color: var(--fm-ng-muted);
    font-size: 10px;
    line-height: 1.5;
  }

  @media (max-width: 980px) {
    .fm-ng-hero {
      min-height: 490px;
    }

    .fm-ng-studio {
      grid-template-columns: 1fr;
    }

    .fm-ng-guide {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      align-items: center;
      gap: 5px 30px;
      padding: 30px;
    }

    .fm-ng-guide__badge,
    .fm-ng-guide h2,
    .fm-ng-guide > p,
    .fm-ng-guide__list,
    .fm-ng-guide__privacy {
      grid-column: 2;
    }

    .fm-ng-orbit {
      grid-column: 1;
      grid-row: 1 / span 6;
      width: 190px;
      height: 190px;
      margin: 0;
    }

    .fm-ng-guide__list {
      grid-template-columns: repeat(3, 1fr);
      margin-top: 18px;
    }

    .fm-ng-guide__list li {
      min-height: 55px;
    }

    .fm-ng-guide__list small {
      display: none;
    }

    .fm-ng-guide__privacy {
      margin-top: 15px;
    }

    .fm-ng-workspace {
      padding: 44px;
    }

    .fm-ng-result {
      grid-template-columns: 220px minmax(0, 1fr);
    }

    .fm-ng-result__visual {
      min-height: 500px;
    }
  }

  @media (max-width: 720px) {
    .fm-ng-container {
      width: min(100% - 28px, 620px);
    }

    .fm-ng-hero {
      min-height: 430px;
    }

    .fm-ng-hero__inner {
      padding: 56px 0 48px;
    }

    .fm-ng-eyebrow {
      font-size: 9px;
    }

    .fm-ng-eyebrow::before,
    .fm-ng-eyebrow::after {
      width: 17px;
      margin-inline: 7px;
    }

    .fm-ng-hero h1 {
      margin-top: 14px;
      font-size: clamp(39px, 12vw, 55px);
      line-height: 1.01;
    }

    .fm-ng-hero__copy {
      margin-top: 19px;
      font-size: 14px;
      line-height: 1.62;
    }

    .fm-ng-hero__proof {
      gap: 7px;
      margin-top: 21px;
    }

    .fm-ng-hero__proof span {
      min-height: 35px;
      padding: 7px 10px;
      font-size: 10px;
    }

    .fm-ng-name-cloud,
    .fm-ng-hero__ring,
    .fm-ng-spark {
      display: none;
    }

    .fm-ng-stage {
      padding: 46px 0 70px;
    }

    .fm-ng-studio {
      border-radius: 23px;
    }

    .fm-ng-guide {
      display: none;
    }

    .fm-ng-workspace {
      padding: 27px 20px 23px;
    }

    .fm-ng-form__top {
      align-items: center;
    }

    .fm-ng-form__top strong {
      font-size: 12px;
    }

    .fm-ng-progress {
      margin: 16px 0 27px;
    }

    .fm-ng-step h2,
    .fm-ng-processing h2 {
      font-size: 31px;
    }

    .fm-ng-step__intro {
      margin-bottom: 25px;
      font-size: 13px;
    }

    .fm-ng-choice-grid,
    .fm-ng-style-grid {
      grid-template-columns: 1fr;
    }

    .fm-ng-choice {
      min-height: 76px;
    }

    .fm-ng-fieldset {
      margin-bottom: 23px;
    }

    .fm-ng-field {
      margin-top: 22px;
    }

    .fm-ng-fieldset legend,
    .fm-ng-field > label {
      font-size: 13px;
    }

    .fm-ng-syllables {
      grid-template-columns: 1fr 1fr;
    }

    .fm-ng-syllables label > span {
      min-height: 75px;
    }

    .fm-ng-style-card {
      min-height: 98px;
      grid-template-columns: 38px minmax(0, 1fr);
      align-items: center;
      align-content: center;
      column-gap: 10px;
      padding: 14px 45px 14px 14px;
    }

    .fm-ng-style-card > span {
      grid-row: 1 / span 2;
      margin: 0;
    }

    .fm-ng-style-card strong,
    .fm-ng-style-card small {
      grid-column: 2;
    }

    .fm-ng-style-card small {
      margin-top: 3px;
    }

    .fm-ng-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: 25px;
    }

    .fm-ng-actions .fm-ng-button {
      width: 100%;
      min-width: 0;
      min-height: 53px;
      padding-inline: 13px;
      font-size: 11px;
    }

    .fm-ng-actions [data-ng-next]:only-child,
    .fm-ng-actions [data-ng-generate] {
      grid-column: 2;
    }

    .fm-ng-processing {
      min-height: 570px;
      padding: 18px 0;
    }

    .fm-ng-processing__visual {
      width: 160px;
      height: 160px;
    }

    .fm-ng-result {
      grid-template-columns: 1fr;
      gap: 26px;
    }

    .fm-ng-result__visual {
      min-height: 265px;
    }

    .fm-ng-result__content {
      padding: 0;
    }

    .fm-ng-result__content > h2 {
      font-size: clamp(50px, 17vw, 70px);
    }

    .fm-ng-result__story {
      font-size: 13px;
    }

    .fm-ng-alternatives {
      grid-template-columns: 1fr;
      padding: 17px;
    }

    .fm-ng-result__buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .fm-ng-result__buttons .fm-ng-button {
      width: 100%;
      min-width: 0;
      padding-inline: 12px;
      font-size: 12px;
    }

    .fm-ng-text-button {
      grid-column: 1 / -1;
    }

    .fm-ng-notes {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 390px) {
    .fm-ng-container {
      width: calc(100% - 22px);
    }

    .fm-ng-workspace {
      padding-inline: 15px;
    }

    .fm-ng-actions,
    .fm-ng-result__buttons {
      grid-template-columns: 1fr;
    }

    .fm-ng-actions [data-ng-next]:only-child,
    .fm-ng-actions [data-ng-generate],
    .fm-ng-text-button {
      grid-column: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-ng-step.is-active,
    .fm-ng-processing,
    .fm-ng-result {
      animation: none;
    }

    .fm-ng-processing__orbit {
      animation: none;
    }

    .fm-ng-page *,
    .fm-ng-page *::before,
    .fm-ng-page *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
  }
  /* ================================================================
    GET A QUOTE — FIVE-STEP WIZARD
    Paste this block at the very bottom of style.css.
    Every selector is isolated so mobile-menu.css cannot restyle it.
    ================================================================ */

  .fm-qf-page {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    padding: 68px 0 96px;
    overflow: clip;
    color: var(--fm-ink);
    background:
      radial-gradient(circle at 9% 24%, rgba(255, 112, 173, .12), transparent 28%),
      radial-gradient(circle at 91% 22%, rgba(85, 189, 235, .14), transparent 29%),
      var(--fm-pastel-gradient);
  }

  .fm-qf-wrap {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 40px));
    margin-inline: auto;
  }

  .fm-qf-orbit {
    position: absolute;
    z-index: 0;
    width: 420px;
    aspect-ratio: 1;
    border: 2px dashed rgba(85, 189, 235, .3);
    border-radius: 50%;
    pointer-events: none;
  }

  .fm-qf-orbit--one {
    top: 90px;
    right: -220px;
  }

  .fm-qf-orbit--two {
    bottom: 80px;
    left: -290px;
    border-color: rgba(255, 112, 173, .27);
  }

  .fm-qf-intro {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
  }

  .fm-qf-eyebrow {
    margin: 0 0 11px;
    color: var(--fm-pink);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .fm-qf-intro h1 {
    margin: 0;
    color: var(--fm-pink);
    background: var(--fm-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 1000;
    line-height: 1.02;
    letter-spacing: -.045em;
  }

  .fm-qf-intro > p:last-child {
    max-width: 670px;
    margin: 17px auto 0;
    color: var(--fm-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .fm-qf-form {
    margin: 0;
  }

  .fm-qf-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  .fm-qf-alert {
    display: flex;
    gap: 7px;
    max-width: 920px;
    margin: -18px auto 26px;
    padding: 16px 20px;
    border: 1px solid #f0b7b7;
    border-radius: 15px;
    color: #862c2c;
    background: #fff3f3;
    box-shadow: 0 12px 30px rgba(134, 44, 44, .07);
    font-size: 14px;
  }

  .fm-qf-progress {
    max-width: 1000px;
    margin: 0 auto 38px;
  }

  .fm-qf-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 13px;
    color: var(--fm-muted);
    font-size: 13px;
  }

  .fm-qf-progress__meta strong {
    color: #428fdb;
    font-weight: 900;
  }

  .fm-qf-progress__track {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(85, 189, 235, .15);
  }

  .fm-qf-progress__track span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: var(--fm-gradient);
    box-shadow: 0 0 20px rgba(85, 189, 235, .3);
    transition: width .28s ease;
  }

  .fm-qf-progress__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin: 11px -10px 0;
    padding: 0;
    list-style: none;
  }

  .fm-qf-progress__steps li {
    min-width: 0;
    text-align: center;
  }

  .fm-qf-progress__steps button {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 0 4px;
    border: 0;
    color: #9ba5b3;
    background: transparent;
    font-size: 11px;
    line-height: 1.2;
  }

  .fm-qf-progress__steps button:disabled {
    cursor: default;
  }

  .fm-qf-progress__steps button > span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 2px solid rgba(145, 160, 176, .15);
    border-radius: 50%;
    color: #fff;
    background: #cfd8e0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .48);
    font-size: 11px;
    font-weight: 950;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .fm-qf-progress__steps small {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fm-qf-progress__steps .is-current button,
  .fm-qf-progress__steps .is-complete button {
    color: #3f86d5;
    font-weight: 850;
  }

  .fm-qf-progress__steps .is-current button > span,
  .fm-qf-progress__steps .is-complete button > span {
    border-color: transparent;
    background: var(--fm-gradient);
  }

  .fm-qf-progress__steps .is-current button > span {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(85, 189, 235, .14), 0 8px 18px rgba(69, 143, 218, .25);
  }

  .fm-qf-progress__steps button:not(:disabled):hover > span,
  .fm-qf-progress__steps button:not(:disabled):focus-visible > span {
    transform: translateY(-2px);
  }

  .fm-qf-progress__steps button:focus-visible {
    outline: 3px solid rgba(85, 189, 235, .35);
    outline-offset: 4px;
    border-radius: 8px;
  }

  .fm-qf-progress__mobile {
    display: none;
    margin: 15px 0 0;
    color: var(--fm-navy);
    font-size: 14px;
    font-weight: 900;
    text-align: center;
  }

  .fm-qf-card {
    width: min(900px, 100%);
    min-height: 510px;
    margin-inline: auto;
    padding: 48px 52px 42px;
    border: 1px solid rgba(85, 189, 235, .17);
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 65px rgba(37, 32, 63, .12);
    backdrop-filter: blur(16px);
  }

  .fm-qf-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .fm-qf-step[hidden] {
    display: none !important;
  }

  .fm-qf-step.is-active {
    animation: fm-qf-step-in .24s ease both;
  }

  @keyframes fm-qf-step-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fm-qf-step legend {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--fm-ink);
    font-size: clamp(21px, 2.2vw, 27px);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  .fm-qf-step__hint {
    margin: 10px 0 29px;
    color: var(--fm-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .fm-qf-step__error,
  .fm-qf-file-error {
    margin: 17px 0 0;
    color: #a32626;
    font-size: 13px;
    font-weight: 800;
  }

  .fm-qf-suit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }

  .fm-qf-suit-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 2px solid var(--fm-line);
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(37, 32, 63, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .fm-qf-suit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(85, 189, 235, .58);
    box-shadow: 0 17px 36px rgba(37, 32, 63, .11);
  }

  .fm-qf-suit-card.is-selected,
  .fm-qf-suit-card:has(input:checked) {
    transform: translateY(-4px);
    border-color: var(--fm-pink);
    background: linear-gradient(145deg, #fff, #fff7fb);
    box-shadow: 0 18px 42px rgba(255, 112, 173, .18);
  }

  .fm-qf-suit-card:has(input:focus-visible) {
    outline: 4px solid rgba(85, 189, 235, .3);
    outline-offset: 3px;
  }

  .fm-qf-suit-card > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .fm-qf-suit-card__media {
    position: relative;
    display: block;
    height: 225px;
    overflow: hidden;
    background: var(--fm-soft);
  }

  .fm-qf-suit-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }

  .fm-qf-suit-card:nth-child(1) img { object-position: 50% 29%; }
  .fm-qf-suit-card:nth-child(2) img { object-position: 50% 25%; }
  .fm-qf-suit-card:nth-child(3) img { object-position: 50% 25%; }

  .fm-qf-suit-card:hover img,
  .fm-qf-suit-card.is-selected img {
    transform: scale(1.035);
  }

  .fm-qf-suit-card__check {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 8px 18px rgba(37, 32, 63, .18);
    font-size: 13px;
    font-weight: 1000;
    opacity: 0;
    transform: scale(.65);
    transition: opacity .18s ease, transform .18s ease;
  }

  .fm-qf-suit-card.is-selected .fm-qf-suit-card__check,
  .fm-qf-suit-card:has(input:checked) .fm-qf-suit-card__check {
    opacity: 1;
    transform: scale(1);
  }

  .fm-qf-suit-card__badge {
    position: absolute;
    top: 13px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--fm-ink);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 7px 18px rgba(37, 32, 63, .13);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .fm-qf-suit-card__body {
    display: flex;
    min-height: 132px;
    flex: 1;
    flex-direction: column;
    padding: 18px;
  }

  .fm-qf-suit-card__body strong {
    color: var(--fm-ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.2;
  }

  .fm-qf-suit-card__body small {
    margin-top: 6px;
    color: #408edb;
    font-size: 12px;
    font-weight: 750;
  }

  .fm-qf-suit-card__body > span {
    margin-top: auto;
    padding-top: 21px;
    color: var(--fm-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .fm-qf-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
  }

  .fm-qf-fields--references {
    margin-top: 25px;
  }

  .fm-qf-field--full {
    grid-column: 1 / -1;
  }

  .fm-qf-field label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
    color: var(--fm-navy);
    font-size: 13px;
    font-weight: 900;
  }

  .fm-qf-field label > span {
    color: #b22222;
  }

  .fm-qf-field label small {
    color: var(--fm-muted);
    font-size: 11px;
    font-weight: 700;
  }

  .fm-qf-field input,
  .fm-qf-field select,
  .fm-qf-field textarea {
    width: 100%;
    min-height: 55px;
    padding: 14px 16px;
    border: 1px solid var(--fm-line);
    border-radius: 13px;
    outline: 0;
    color: var(--fm-ink);
    background: var(--fm-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.45;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .fm-qf-field textarea {
    min-height: 105px;
    resize: vertical;
  }

  .fm-qf-field input::placeholder,
  .fm-qf-field textarea::placeholder {
    color: #929aaa;
    opacity: 1;
  }

  .fm-qf-field input:hover,
  .fm-qf-field select:hover,
  .fm-qf-field textarea:hover {
    border-color: #b9dff2;
  }

  .fm-qf-field input:focus,
  .fm-qf-field select:focus,
  .fm-qf-field textarea:focus {
    border-color: var(--fm-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(85, 189, 235, .15);
  }

  .fm-qf-field.has-error input,
  .fm-qf-field.has-error select,
  .fm-qf-field.has-error textarea {
    border-color: #b22222;
    background: #fff8f8;
    box-shadow: 0 0 0 3px rgba(178, 34, 34, .09);
  }

  .fm-qf-upload {
    position: relative;
    display: flex;
    min-height: 210px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 28px 22px;
    overflow: hidden;
    border: 2px dashed #b9def0;
    border-radius: 18px;
    color: var(--fm-navy);
    background: linear-gradient(145deg, #fafdff, #fff7fb);
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .fm-qf-upload:hover,
  .fm-qf-upload.is-dragging,
  .fm-qf-upload:has(input:focus-visible) {
    border-color: var(--fm-pink);
    background: linear-gradient(145deg, #fff5fa, #f2faff);
    transform: translateY(-2px);
  }

  .fm-qf-upload:has(input:focus-visible) {
    outline: 4px solid rgba(85, 189, 235, .25);
    outline-offset: 3px;
  }

  .fm-qf-upload__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .fm-qf-upload__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 13px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 12px 24px rgba(85, 189, 235, .23);
  }

  .fm-qf-upload__icon svg {
    width: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .fm-qf-upload > strong {
    font-size: 16px;
    font-weight: 950;
  }

  .fm-qf-upload > span:not(.fm-qf-upload__icon) {
    margin-top: 3px;
    color: var(--fm-muted);
    font-size: 13px;
  }

  .fm-qf-upload > span b {
    color: #408edb;
  }

  .fm-qf-upload > small {
    margin-top: 11px;
    color: #7d8696;
    font-size: 11px;
  }

  .fm-qf-file-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .fm-qf-file-list:empty {
    display: none;
  }

  .fm-qf-file {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--fm-line);
    border-radius: 13px;
    background: #fff;
  }

  .fm-qf-file__icon {
    display: grid;
    width: 42px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: #408edb;
    background: var(--fm-cloud);
    font-size: 9px;
    font-weight: 1000;
  }

  .fm-qf-file__name {
    min-width: 0;
  }

  .fm-qf-file__name strong,
  .fm-qf-file__name small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fm-qf-file__name strong {
    color: var(--fm-navy);
    font-size: 12px;
  }

  .fm-qf-file__name small {
    margin-top: 2px;
    color: var(--fm-muted);
    font-size: 10px;
  }

  .fm-qf-file > button {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #8a4357;
    background: var(--fm-blush);
    font-size: 22px;
    line-height: 1;
  }

  .fm-qf-file > button:hover,
  .fm-qf-file > button:focus-visible {
    color: #fff;
    background: #a3264b;
  }

  .fm-qf-privacy {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 17px 0 0;
    color: var(--fm-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .fm-qf-review {
    display: grid;
    gap: 12px;
  }

  .fm-qf-review__row {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(85, 189, 235, .12);
    border-radius: 14px;
    background: var(--fm-soft);
  }

  .fm-qf-review__row div {
    min-width: 0;
  }

  .fm-qf-review__row small,
  .fm-qf-review__row strong {
    display: block;
  }

  .fm-qf-review__row small {
    margin-bottom: 4px;
    color: var(--fm-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .fm-qf-review__row strong {
    overflow-wrap: anywhere;
    color: var(--fm-navy);
    font-size: 14px;
    line-height: 1.4;
  }

  .fm-qf-review__row button {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 0;
    border-radius: 9px;
    color: #387fca;
    background: #e9f6fd;
    font-size: 11px;
    font-weight: 900;
  }

  .fm-qf-review__row button:hover,
  .fm-qf-review__row button:focus-visible {
    color: #fff;
    background: #387fca;
  }

  .fm-qf-confirm {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 24px;
    color: var(--fm-navy);
    cursor: pointer;
  }

  .fm-qf-confirm input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  .fm-qf-confirm > span {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 2px solid #bcdced;
    border-radius: 6px;
    background: #fff;
  }

  .fm-qf-confirm input:checked + span {
    border-color: transparent;
    background: var(--fm-gradient);
  }

  .fm-qf-confirm input:checked + span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    left: 6px;
    top: 2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .fm-qf-confirm:has(input:focus-visible) > span {
    outline: 4px solid rgba(85, 189, 235, .25);
    outline-offset: 3px;
  }

  .fm-qf-confirm strong {
    font-size: 13px;
  }

  .fm-qf-no-payment {
    margin: 8px 0 0 33px;
    color: var(--fm-muted);
    font-size: 11px;
  }

  .fm-qf-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 40px;
  }

  .fm-qf-actions--end {
    justify-content: flex-end;
  }

  .fm-qf-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 24px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .035em;
    line-height: 1;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  button.fm-qf-button {
    cursor: pointer;
  }

  .fm-qf-button--primary {
    border: 0;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 14px 28px rgba(85, 189, 235, .2);
  }

  .fm-qf-button--primary:hover,
  .fm-qf-button--primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(255, 112, 173, .25);
  }

  .fm-qf-button--secondary {
    border: 1px solid var(--fm-line);
    color: var(--fm-ink);
    background: #fff;
    box-shadow: none;
  }

  .fm-qf-button--secondary:hover,
  .fm-qf-button--secondary:focus-visible {
    border-color: var(--fm-blue);
    color: #3179c5;
    background: var(--fm-cloud);
  }

  .fm-qf-button:focus-visible {
    outline: 4px solid rgba(85, 189, 235, .28);
    outline-offset: 3px;
  }

  .fm-qf-button:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
  }

  .fm-qf-button.is-loading span:last-child {
    animation: fm-qf-send 1s ease-in-out infinite;
  }

  @keyframes fm-qf-send {
    50% { transform: translateX(4px); }
  }

  .fm-qf-success {
    max-width: 720px;
    margin: 0 auto;
    padding: 56px 46px;
    border: 1px solid rgba(85, 189, 235, .18);
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--fm-shadow);
    text-align: center;
  }

  .fm-qf-success__icon {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    place-items: center;
    border: 5px solid rgba(255, 255, 255, .84);
    border-radius: 50%;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 14px 32px rgba(85, 189, 235, .26);
    font-size: 28px;
    font-weight: 1000;
  }

  .fm-qf-success h2 {
    margin: 0;
    color: var(--fm-ink);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -.035em;
  }

  .fm-qf-success > p:not(.fm-qf-eyebrow) {
    max-width: 550px;
    margin: 17px auto 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .fm-qf-success__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
  }

  @media (max-width: 900px) {
    .fm-qf-card {
      padding: 40px 36px 36px;
    }

    .fm-qf-suit-card__media {
      height: 195px;
    }
  }

  @media (max-width: 720px) {
    .fm-qf-page {
      padding: 38px 0 58px;
    }

    .fm-qf-wrap {
      width: min(600px, calc(100% - 28px));
    }

    .fm-qf-orbit {
      display: none;
    }

    .fm-qf-intro {
      margin-bottom: 30px;
    }

    .fm-qf-intro h1 {
      font-size: clamp(32px, 10vw, 42px);
    }

    .fm-qf-intro > p:last-child {
      margin-top: 13px;
      font-size: 14px;
      line-height: 1.55;
    }

    .fm-qf-alert {
      display: block;
      margin-top: 0;
      font-size: 14px;
    }

    .fm-qf-alert strong {
      display: block;
      margin-bottom: 3px;
    }

    .fm-qf-progress {
      margin-bottom: 25px;
    }

    .fm-qf-progress__meta {
      font-size: 12px;
    }

    .fm-qf-progress__meta span {
      display: none;
    }

    .fm-qf-progress__steps {
      margin-inline: -5px;
      gap: 2px;
    }

    .fm-qf-progress__steps small {
      display: none;
    }

    .fm-qf-progress__steps button {
      gap: 0;
    }

    .fm-qf-progress__steps button > span {
      width: 28px;
      height: 28px;
    }

    .fm-qf-progress__mobile {
      display: block;
    }

    .fm-qf-card {
      min-height: 0;
      padding: 27px 20px 20px;
      border-radius: 21px;
    }

    .fm-qf-step legend {
      font-size: 22px;
    }

    .fm-qf-step__hint {
      margin-bottom: 23px;
      font-size: 14px;
    }

    .fm-qf-suit-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .fm-qf-suit-card {
      display: grid;
      grid-template-columns: 122px minmax(0, 1fr);
      min-height: 138px;
      border-radius: 16px;
    }

    .fm-qf-suit-card:hover,
    .fm-qf-suit-card.is-selected,
    .fm-qf-suit-card:has(input:checked) {
      transform: none;
    }

    .fm-qf-suit-card__media {
      height: 100%;
      min-height: 138px;
    }

    .fm-qf-suit-card__badge {
      top: 8px;
      left: 7px;
      padding: 5px 7px;
      font-size: 7px;
    }

    .fm-qf-suit-card__check {
      top: 8px;
      right: 8px;
      width: 27px;
      height: 27px;
      font-size: 11px;
    }

    .fm-qf-suit-card__body {
      min-height: 138px;
      padding: 16px;
    }

    .fm-qf-suit-card__body strong {
      font-size: 16px;
    }

    .fm-qf-suit-card__body small {
      font-size: 12px;
    }

    .fm-qf-suit-card__body > span {
      padding-top: 12px;
      font-size: 12px;
    }

    .fm-qf-fields {
      grid-template-columns: 1fr;
      gap: 17px;
    }

    .fm-qf-field--full {
      grid-column: auto;
    }

    .fm-qf-field label {
      font-size: 13px;
    }

    .fm-qf-field input,
    .fm-qf-field select,
    .fm-qf-field textarea {
      min-height: 54px;
      font-size: 16px;
    }

    .fm-qf-upload {
      min-height: 200px;
      padding-inline: 16px;
    }

    .fm-qf-upload > strong {
      font-size: 15px;
    }

    .fm-qf-review__row {
      min-height: 72px;
      padding: 14px;
    }

    .fm-qf-review__row strong {
      font-size: 13px;
    }

    .fm-qf-confirm strong {
      font-size: 13px;
      line-height: 1.4;
    }

    .fm-qf-actions {
      position: sticky;
      z-index: 5;
      bottom: 0;
      margin: 32px -20px -20px;
      padding: 15px 20px calc(15px + env(safe-area-inset-bottom));
      border-top: 1px solid rgba(220, 236, 247, .8);
      border-radius: 0 0 21px 21px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 -12px 24px rgba(37, 32, 63, .055);
      backdrop-filter: blur(12px);
    }

    .fm-qf-actions--end {
      justify-content: flex-end;
    }

    .fm-qf-button {
      min-height: 50px;
      padding-inline: 17px;
      font-size: 11px;
    }

    .fm-qf-actions:not(.fm-qf-actions--end) .fm-qf-button--secondary {
      width: 42%;
    }

    .fm-qf-actions:not(.fm-qf-actions--end) .fm-qf-button--primary {
      width: 58%;
    }

    .fm-qf-actions--end .fm-qf-button {
      width: 58%;
    }

    .fm-qf-success {
      padding: 42px 22px;
      border-radius: 22px;
    }

    .fm-qf-success__actions {
      flex-direction: column-reverse;
    }

    .fm-qf-success__actions .fm-qf-button {
      width: 100%;
    }
  }

  @media (max-width: 359px) {
    .fm-qf-wrap {
      width: calc(100% - 20px);
    }

    .fm-qf-card {
      padding-inline: 16px;
    }

    .fm-qf-suit-card {
      display: flex;
    }

    .fm-qf-suit-card__media {
      height: 170px;
    }

    .fm-qf-suit-card__body {
      min-height: 118px;
    }

    .fm-qf-actions {
      flex-direction: column-reverse;
      margin-inline: -16px;
      padding-inline: 16px;
    }

    .fm-qf-actions .fm-qf-button,
    .fm-qf-actions--end .fm-qf-button,
    .fm-qf-actions:not(.fm-qf-actions--end) .fm-qf-button--secondary,
    .fm-qf-actions:not(.fm-qf-actions--end) .fm-qf-button--primary {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-qf-page *,
    .fm-qf-page *::before,
    .fm-qf-page *::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
  /* ================================================================
    GALLERY + FURSONAS PAGES
    Paste at the very bottom of style.css.
    Isolated names prevent mobile-menu.css from restyling these pages.
    ================================================================ */

  body.fm-modal-open {
    overflow: hidden;
  }

  .fm-gp-page,
  .fm-fp-page {
    position: relative;
    isolation: isolate;
    color: var(--fm-ink);
  }

  .fm-gp-page [hidden],
  .fm-fp-page [hidden] {
    display: none !important;
  }

  .fm-gp-container,
  .fm-fp-container {
    width: min(1248px, calc(100% - 40px));
    margin-inline: auto;
  }

  .fm-gp-eyebrow,
  .fm-fp-eyebrow {
    margin: 0 0 10px;
    color: var(--fm-pink);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  /* ------------------------------ Gallery ------------------------------ */

  .fm-gp-page {
    overflow: clip;
    background: #fff;
  }

  .fm-gp-hero {
    position: relative;
    padding: 78px 0 35px;
    text-align: center;
  }

  .fm-gp-hero::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -240px;
    right: -170px;
    border: 2px dashed rgba(85, 189, 235, .24);
    border-radius: 50%;
    pointer-events: none;
  }

  .fm-gp-hero h1,
  .fm-fp-hero h1 {
    width: fit-content;
    margin: 0 auto;
    color: var(--fm-pink);
    background: var(--fm-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(44px, 5vw, 58px);
    font-weight: 1000;
    line-height: 1.02;
    letter-spacing: -.045em;
  }

  .fm-gp-hero .fm-gp-container > p:last-of-type,
  .fm-fp-hero .fm-fp-container > p:last-of-type {
    max-width: 690px;
    margin: 16px auto 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .fm-gp-spark,
  .fm-fp-spark {
    position: absolute;
    z-index: 0;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
  }

  .fm-gp-spark--pink {
    top: 105px;
    left: max(6vw, calc(50% - 510px));
    color: var(--fm-pink);
  }

  .fm-gp-spark--blue {
    top: 125px;
    right: max(6vw, calc(50% - 510px));
    color: var(--fm-blue);
  }

  .fm-gp-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    margin-top: 29px;
  }

  .fm-gp-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .fm-gp-filter {
    min-width: 92px;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid var(--fm-line);
    border-radius: 999px;
    color: var(--fm-navy);
    background: #fff;
    box-shadow: 0 6px 16px rgba(37, 32, 63, .035);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .fm-gp-filter:hover,
  .fm-gp-filter:focus-visible {
    border-color: var(--fm-blue);
    color: #357fc7;
    transform: translateY(-1px);
  }

  .fm-gp-filter.is-active {
    border-color: transparent;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 12px 24px rgba(85, 189, 235, .2);
  }

  .fm-gp-filter:focus-visible,
  .fm-gp-card__button:focus-visible,
  .fm-fp-card button:focus-visible,
  .fm-gp-lightbox button:focus-visible,
  .fm-fp-dialog button:focus-visible,
  .fm-fp-button:focus-visible {
    outline: 3px solid rgba(85, 189, 235, .42);
    outline-offset: 3px;
  }

  .fm-gp-count {
    margin: 0;
    color: var(--fm-muted);
    font-size: 12px;
    font-weight: 750;
  }

  .fm-gp-work {
    padding: 42px 0 98px;
  }

  .fm-gp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
  }

  .fm-gp-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(85, 189, 235, .16);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(25, 34, 70, .09);
    opacity: 1;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .fm-gp-card.is-revealing {
    animation: fm-gp-reveal .36s ease both;
    animation-delay: var(--fm-gp-delay, 0ms);
  }

  @keyframes fm-gp-reveal {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fm-gp-card__button {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
  }

  .fm-gp-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.18 / 1;
    overflow: hidden;
    background: var(--fm-soft);
  }

  .fm-gp-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(25, 26, 55, .44), transparent 46%);
    opacity: 0;
    transition: opacity .25s ease;
  }

  .fm-gp-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--fm-gp-position, 50% 50%);
    transition: transform .4s ease;
  }

  .fm-gp-card__view {
    position: absolute;
    z-index: 2;
    right: 17px;
    bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(37, 32, 63, .72);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    opacity: 0;
    transform: translateY(7px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .fm-gp-card__view b {
    font-size: 13px;
  }

  .fm-gp-card__body {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
  }

  .fm-gp-card__body strong {
    min-width: 0;
    color: var(--fm-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
  }

  .fm-gp-card__body small {
    flex: 0 0 auto;
    color: var(--fm-blue);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-align: right;
    text-transform: uppercase;
  }

  @media (hover: hover) and (pointer: fine) {
    .fm-gp-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 22px 46px rgba(25, 34, 70, .14);
    }

    .fm-gp-card:hover .fm-gp-card__media img {
      transform: scale(1.045);
    }

    .fm-gp-card:hover .fm-gp-card__media::after,
    .fm-gp-card:hover .fm-gp-card__view {
      opacity: 1;
    }

    .fm-gp-card:hover .fm-gp-card__view {
      transform: translateY(0);
    }
  }

  .fm-gp-empty {
    max-width: 580px;
    margin: 25px auto 0;
    padding: 55px 30px;
    border: 1px dashed #b9deef;
    border-radius: 20px;
    color: var(--fm-muted);
    background: linear-gradient(135deg, var(--fm-blush), var(--fm-cloud));
    text-align: center;
  }

  .fm-gp-empty > span {
    color: var(--fm-pink);
    font-size: 26px;
  }

  .fm-gp-empty h2 {
    margin: 10px 0 5px;
    color: var(--fm-ink);
    font-size: 23px;
  }

  .fm-gp-empty p {
    margin: 0;
  }

  /* Gallery lightbox */

  .fm-gp-lightbox {
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    max-height: 92dvh;
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 24px;
    color: var(--fm-ink);
    background: transparent;
  }

  .fm-gp-lightbox[open] {
    animation: fm-modal-in .2s ease both;
  }

  .fm-gp-lightbox::backdrop,
  .fm-fp-dialog::backdrop {
    background: rgba(24, 23, 48, .76);
    backdrop-filter: blur(8px);
  }

  @keyframes fm-modal-in {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  .fm-gp-lightbox__panel {
    position: relative;
    padding: 18px 76px;
  }

  .fm-gp-lightbox figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  }

  .fm-gp-lightbox figure > img {
    width: 100%;
    height: min(70dvh, 730px);
    object-fit: contain;
    background: #17162d;
  }

  .fm-gp-lightbox figcaption {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 18px 24px;
  }

  .fm-gp-lightbox figcaption p {
    margin: 0 0 3px;
    color: var(--fm-blue);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .fm-gp-lightbox figcaption h2 {
    margin: 0;
    color: var(--fm-ink);
    font-size: 22px;
    line-height: 1.2;
  }

  .fm-gp-lightbox figcaption > span {
    color: var(--fm-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .fm-gp-lightbox__close,
  .fm-gp-lightbox__arrow,
  .fm-fp-dialog__close {
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #fff;
    background: rgba(37, 32, 63, .74);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease;
  }

  .fm-gp-lightbox__close {
    position: absolute;
    z-index: 4;
    width: 44px;
    height: 44px;
    top: -30px;
    right: 30px;
    font-size: 27px;
    line-height: 1;
  }

  .fm-gp-lightbox__arrow {
    position: absolute;
    z-index: 3;
    width: 49px;
    height: 49px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
  }

  .fm-gp-lightbox__arrow--prev { left: 10px; }
  .fm-gp-lightbox__arrow--next { right: 10px; }

  .fm-gp-lightbox__close:hover,
  .fm-gp-lightbox__arrow:hover,
  .fm-fp-dialog__close:hover {
    background: var(--fm-pink);
  }

  .fm-gp-lightbox__arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  /* ------------------------------ Fursonas ------------------------------ */

  .fm-fp-page {
    overflow: clip;
    background:
      radial-gradient(circle at 10% 24%, rgba(255, 112, 173, .11), transparent 28%),
      radial-gradient(circle at 91% 20%, rgba(85, 189, 235, .13), transparent 28%),
      linear-gradient(115deg, #fff4fa 0%, #faf8ff 50%, #ecfaff 100%);
  }

  .fm-fp-hero {
    position: relative;
    padding: 78px 0 40px;
    text-align: center;
  }

  .fm-fp-hero::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    top: -250px;
    left: -200px;
    border: 2px dashed rgba(255, 112, 173, .22);
    border-radius: 50%;
    pointer-events: none;
  }

  .fm-fp-spark--pink {
    top: 112px;
    left: max(6vw, calc(50% - 510px));
    color: var(--fm-pink);
  }

  .fm-fp-spark--blue {
    top: 126px;
    right: max(6vw, calc(50% - 510px));
    color: var(--fm-blue);
  }

  .fm-fp-profiles {
    padding: 45px 0 96px;
  }

  .fm-fp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
  }

  .fm-fp-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(85, 189, 235, .16);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(25, 34, 70, .09);
    animation: fm-fp-card-in .4s ease both;
    animation-delay: var(--fm-fp-delay, 0ms);
    transition: transform .25s ease, box-shadow .25s ease;
  }

  @keyframes fm-fp-card-in {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fm-fp-card__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--fm-soft);
  }

  .fm-fp-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--fm-fp-position, 50% 50%);
    transition: transform .4s ease;
  }

  .fm-fp-card__body {
    min-height: 164px;
    display: flex;
    flex-direction: column;
    padding: 22px 23px 20px;
  }

  .fm-fp-card__title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
  }

  .fm-fp-card__title h2 {
    margin: 0;
    color: var(--fm-ink);
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.1;
    letter-spacing: -.025em;
    text-transform: uppercase;
  }

  .fm-fp-card__title span {
    flex: 0 0 auto;
    color: var(--fm-blue);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .fm-fp-card__body > p {
    margin: 11px 0 18px;
    color: var(--fm-muted);
    font-size: 14px;
    line-height: 1.5;
  }

  .fm-fp-card__body > button {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding: 7px 0;
    border: 0;
    color: var(--fm-pink);
    background: transparent;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .fm-fp-card__body > button span {
    font-size: 14px;
    transition: transform .2s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .fm-fp-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 22px 46px rgba(25, 34, 70, .14);
    }

    .fm-fp-card:hover .fm-fp-card__media img {
      transform: scale(1.045);
    }

    .fm-fp-card__body > button:hover span {
      transform: translateX(4px);
    }
  }

  .fm-fp-cta {
    min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 58px;
    padding: 34px 40px;
    overflow: hidden;
    border: 1px solid rgba(85, 189, 235, .18);
    border-radius: 20px;
    background:
      radial-gradient(circle at 88% 20%, rgba(85, 189, 235, .18), transparent 32%),
      rgba(232, 248, 255, .86);
    box-shadow: 0 16px 38px rgba(37, 32, 63, .07);
  }

  .fm-fp-cta h2 {
    margin: 0;
    color: var(--fm-ink);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -.03em;
  }

  .fm-fp-cta div > p:last-child {
    margin: 9px 0 0;
    color: var(--fm-muted);
    font-size: 14px;
  }

  .fm-fp-cta__actions {
    display: flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
  }

  .fm-fp-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 23px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .fm-fp-button--primary {
    border: 0;
    color: #fff;
    background: var(--fm-gradient);
    box-shadow: 0 14px 28px rgba(85, 189, 235, .2);
  }

  .fm-fp-button--secondary {
    border: 1px solid var(--fm-line);
    color: var(--fm-ink);
    background: #fff;
  }

  .fm-fp-button:hover {
    transform: translateY(-2px);
  }

  .fm-fp-button--primary:hover {
    box-shadow: 0 18px 34px rgba(255, 112, 173, .24);
  }

  /* Fursona profile dialog */

  .fm-fp-dialog {
    width: min(1000px, calc(100% - 40px));
    max-width: none;
    max-height: 90dvh;
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 25px;
    color: var(--fm-ink);
    background: #fff;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
  }

  .fm-fp-dialog[open] {
    animation: fm-modal-in .2s ease both;
  }

  .fm-fp-dialog__close {
    position: absolute;
    z-index: 4;
    width: 44px;
    height: 44px;
    top: 16px;
    right: 16px;
    border-color: rgba(255, 255, 255, .66);
    font-size: 27px;
  }

  .fm-fp-dialog__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: 650px;
  }

  .fm-fp-dialog__grid > figure {
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--fm-soft);
  }

  .fm-fp-dialog__grid > figure img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: var(--fm-fp-dialog-position, 50% 50%);
  }

  .fm-fp-dialog__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 54px 50px;
  }

  .fm-fp-dialog__species {
    margin: 0 0 8px;
    color: var(--fm-blue);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .fm-fp-dialog__content h2 {
    margin: 0;
    color: var(--fm-pink);
    background: var(--fm-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 1000;
    line-height: .98;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }

  .fm-fp-dialog__traits {
    margin: 13px 0 0;
    color: var(--fm-navy);
    font-size: 14px;
    font-weight: 850;
    text-transform: capitalize;
  }

  .fm-fp-dialog__story {
    margin: 24px 0 0;
    color: var(--fm-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .fm-fp-dialog__content h3 {
    margin: 25px 0 10px;
    color: var(--fm-ink);
    font-size: 14px;
  }

  .fm-fp-dialog__content ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: var(--fm-navy);
    font-size: 13px;
    list-style: none;
  }

  .fm-fp-dialog__content li {
    position: relative;
    padding-left: 19px;
  }

  .fm-fp-dialog__content li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: .55em;
    border-radius: 50%;
    background: var(--fm-gradient);
  }

  .fm-fp-dialog__palette {
    display: flex;
    gap: 8px;
    margin: 24px 0 28px;
  }

  .fm-fp-dialog__palette span {
    width: 34px;
    height: 34px;
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--fm-fp-swatch);
    box-shadow: 0 0 0 1px var(--fm-line), 0 5px 12px rgba(37, 32, 63, .1);
  }

  .fm-fp-dialog__content .fm-fp-button {
    align-self: flex-start;
  }

  /* ------------------------------ Responsive ------------------------------ */

  @media (max-width: 1024px) {
    .fm-gp-grid,
    .fm-fp-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 27px;
    }

    .fm-gp-card__media {
      aspect-ratio: 1.22 / 1;
    }

    .fm-fp-dialog__content {
      padding: 46px 38px;
    }
  }

  @media (max-width: 680px) {
    .fm-gp-container,
    .fm-fp-container {
      width: min(560px, calc(100% - 30px));
    }

    .fm-gp-hero,
    .fm-fp-hero {
      padding: 45px 0 25px;
    }

    .fm-gp-hero h1,
    .fm-fp-hero h1 {
      font-size: clamp(34px, 10.5vw, 42px);
    }

    .fm-gp-hero .fm-gp-container > p:last-of-type,
    .fm-fp-hero .fm-fp-container > p:last-of-type {
      margin-top: 12px;
      font-size: 15px;
      line-height: 1.55;
    }

    .fm-gp-spark,
    .fm-fp-spark {
      display: none;
    }

    .fm-gp-filter-wrap {
      align-items: stretch;
      margin-top: 25px;
    }

    .fm-gp-filters {
      width: calc(100% + 30px);
      justify-content: flex-start;
      gap: 8px;
      margin-left: -15px;
      padding: 2px 15px 8px;
      overflow-x: auto;
      scroll-padding-inline: 15px;
      scroll-snap-type: x proximity;
      scrollbar-width: none;
    }

    .fm-gp-filters::-webkit-scrollbar {
      display: none;
    }

    .fm-gp-filter {
      min-width: max-content;
      min-height: 44px;
      flex: 0 0 auto;
      padding-inline: 21px;
      scroll-snap-align: start;
      font-size: 11px;
    }

    .fm-gp-count {
      text-align: center;
    }

    .fm-gp-work,
    .fm-fp-profiles {
      padding: 30px 0 58px;
    }

    .fm-gp-grid,
    .fm-fp-grid {
      grid-template-columns: 1fr;
      gap: 21px;
    }

    .fm-gp-card,
    .fm-fp-card {
      border-radius: 18px;
    }

    .fm-gp-card__media {
      aspect-ratio: 1.2 / 1;
    }

    .fm-gp-card__body {
      min-height: 76px;
      padding: 17px 18px;
    }

    .fm-gp-card__body strong {
      font-size: 17px;
    }

    .fm-gp-card__body small {
      font-size: 11px;
    }

    .fm-gp-card__view {
      display: none;
    }

    .fm-fp-card__body {
      min-height: 162px;
      padding: 22px 21px 20px;
    }

    .fm-fp-card__title h2 {
      font-size: 21px;
    }

    .fm-fp-card__title span {
      font-size: 11px;
    }

    .fm-fp-card__body > p {
      font-size: 15px;
    }

    .fm-fp-card__body > button {
      min-height: 44px;
      font-size: 12px;
    }

    .fm-fp-cta {
      align-items: stretch;
      flex-direction: column;
      gap: 25px;
      margin-top: 35px;
      padding: 28px 22px;
    }

    .fm-fp-cta h2 {
      font-size: 27px;
    }

    .fm-fp-cta div > p:last-child {
      font-size: 15px;
      line-height: 1.55;
    }

    .fm-fp-cta__actions {
      align-items: stretch;
      flex-direction: column-reverse;
    }

    .fm-fp-button {
      width: 100%;
      min-height: 50px;
      font-size: 13px;
    }

    .fm-gp-lightbox {
      width: calc(100% - 20px);
      max-height: 94dvh;
    }

    .fm-gp-lightbox__panel {
      padding: 45px 0 58px;
    }

    .fm-gp-lightbox figure {
      border-radius: 18px;
    }

    .fm-gp-lightbox figure > img {
      height: min(68dvh, 650px);
    }

    .fm-gp-lightbox figcaption {
      min-height: 84px;
      padding: 16px 18px;
    }

    .fm-gp-lightbox figcaption h2 {
      font-size: 19px;
    }

    .fm-gp-lightbox__close {
      top: -2px;
      right: 3px;
    }

    .fm-gp-lightbox__arrow {
      width: 46px;
      height: 46px;
      top: auto;
      bottom: 4px;
      transform: none;
    }

    .fm-gp-lightbox__arrow--prev { left: calc(50% - 55px); }
    .fm-gp-lightbox__arrow--next { right: calc(50% - 55px); }

    .fm-gp-lightbox__arrow:hover {
      transform: scale(1.05);
    }

    .fm-fp-dialog {
      width: calc(100% - 20px);
      max-height: 92dvh;
      border-radius: 21px;
    }

    .fm-fp-dialog__grid {
      grid-template-columns: 1fr;
      min-height: 0;
    }

    .fm-fp-dialog__grid > figure {
      min-height: 0;
      aspect-ratio: 1.2 / 1;
    }

    .fm-fp-dialog__grid > figure img {
      min-height: 0;
      object-position: var(--fm-fp-dialog-position, 50% 50%);
    }

    .fm-fp-dialog__content {
      padding: 31px 22px 25px;
    }

    .fm-fp-dialog__content h2 {
      font-size: 42px;
    }

    .fm-fp-dialog__story {
      font-size: 15px;
    }

    .fm-fp-dialog__content .fm-fp-button {
      align-self: stretch;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fm-gp-page *,
    .fm-gp-page *::before,
    .fm-gp-page *::after,
    .fm-fp-page *,
    .fm-fp-page *::before,
    .fm-fp-page *::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
  /* ==========================================================
    HOMEPAGE CARD EFFECTS
    Featured builds, commissions, benefits, testimonials, blog
    Paste once at the very bottom of style.css.
    ========================================================== */

  .home .fm-home-featured figure,
  .home .fm-home-commission-card,
  .home .fm-benefit,
  .home .fm-review,
  .home .fm-community-rating,
  .home .fm-blog-card {
    position: relative;
    isolation: isolate;
    transition:
      transform .36s cubic-bezier(.2, .8, .2, 1),
      box-shadow .36s ease,
      border-color .36s ease;
  }

  .home .fm-home-featured figure,
  .home .fm-home-commission-card,
  .home .fm-benefit,
  .home .fm-review,
  .home .fm-blog-card {
    overflow: hidden;
  }

  .home .fm-home-featured figure::after,
  .home .fm-home-commission-card::after,
  .home .fm-benefit::after,
  .home .fm-review::after,
  .home .fm-blog-card::after {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,112,173,.26), rgba(85,189,235,.24)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .home .fm-home-featured img,
  .home .fm-home-commission-card > img,
  .home .fm-blog-card > img,
  .home .fm-benefit img,
  .home .fm-review__person img {
    transition: transform .44s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
  }

  .home .fm-home-commission-card a,
  .home .fm-benefit a,
  .home .fm-blog-card .fm-btn {
    transition: transform .22s ease, color .22s ease, box-shadow .22s ease;
  }

  .home .fm-stars {
    display: inline-block;
    transition: transform .3s ease, filter .3s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .home .fm-home-featured figure:hover,
    .home .fm-home-commission-card:hover,
    .home .fm-home-commission-card:focus-within,
    .home .fm-benefit:hover,
    .home .fm-benefit:focus-within,
    .home .fm-review:hover,
    .home .fm-community-rating:hover,
    .home .fm-blog-card:hover,
    .home .fm-blog-card:focus-within {
      transform: translateY(-7px);
      border-color: rgba(85,189,235,.34);
      box-shadow: 0 24px 48px -18px rgba(25,34,70,.28);
    }

    .home .fm-home-featured figure:hover::after,
    .home .fm-home-commission-card:hover::after,
    .home .fm-home-commission-card:focus-within::after,
    .home .fm-benefit:hover::after,
    .home .fm-benefit:focus-within::after,
    .home .fm-review:hover::after,
    .home .fm-blog-card:hover::after,
    .home .fm-blog-card:focus-within::after {
      opacity: 1;
    }

    .home .fm-home-featured figure:hover img,
    .home .fm-home-commission-card:hover > img,
    .home .fm-home-commission-card:focus-within > img,
    .home .fm-blog-card:hover > img,
    .home .fm-blog-card:focus-within > img {
      transform: scale(1.045);
      filter: saturate(1.06) contrast(1.025);
    }

    .home .fm-benefit:hover img,
    .home .fm-benefit:focus-within img {
      transform: translateY(-4px) scale(1.055) rotate(-2deg);
    }

    .home .fm-review:hover .fm-review__person img {
      transform: scale(1.08);
    }

    .home .fm-review:hover .fm-stars {
      transform: translateY(-2px) scale(1.04);
      filter: drop-shadow(0 5px 8px rgba(85,189,235,.24));
    }

    .home .fm-home-commission-card a:hover,
    .home .fm-home-commission-card a:focus-visible,
    .home .fm-benefit a:hover,
    .home .fm-benefit a:focus-visible {
      color: var(--fm-pink);
      transform: translateX(4px);
    }

    .home .fm-blog-card .fm-btn:hover,
    .home .fm-blog-card .fm-btn:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 12px 24px -12px rgba(37,32,63,.42);
    }
  }

  @media (hover: none) {
    .home .fm-home-commission-card:active,
    .home .fm-benefit:active,
    .home .fm-blog-card:active {
      transform: scale(.985);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .home .fm-home-featured figure,
    .home .fm-home-featured img,
    .home .fm-home-commission-card,
    .home .fm-home-commission-card > img,
    .home .fm-benefit,
    .home .fm-benefit img,
    .home .fm-review,
    .home .fm-review__person img,
    .home .fm-community-rating,
    .home .fm-blog-card,
    .home .fm-blog-card > img,
    .home .fm-stars {
      transition: none !important;
      transform: none !important;
    }
  }
  /* Fursona quiz client-reference introduction */
  .fm-fq-hero {
    padding: 48px 0 38px;
  }

  .fm-fq-hero > .fm-fq-container {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.fm-fq-hero > .fm-fq-container > p:not(.fm-fq-kicker) {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

  .fm-fq-hero h1 {
    font-size: clamp(38px, 6vw, 58px);
  }

  .fm-fq-hero__stats {
    display: none;
  }

  .fm-fq-stage {
    padding: 36px 0 78px;
  }

  .fm-fq-intro.fm-fq-intro--reference {
    display: block;
    width: min(920px, 100%);
    margin-inline: auto;
    padding: clamp(28px, 5vw, 48px);
    border-radius: 26px;
    text-align: center;
}

.fm-fq-intro--reference .fm-fq-intro__content {
    max-width: 820px;
    margin-inline: auto;
}

.fm-fq-intro--reference .fm-fq-intro__copy {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

  .fm-fq-intro--reference .fm-fq-intro__content h2 {
    font-size: clamp(30px, 4vw, 42px);
  }

  .fm-fq-intro--reference .fm-fq-intro__copy {
    display: grid;
    gap: 16px;
    margin-top: 20px;
    color: var(--fm-fq-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .fm-fq-intro--reference .fm-fq-intro__copy p {
    margin: 0;
  }

  .fm-fq-intro--reference .fm-fq-intro__ready {
    color: var(--fm-fq-ink);
    font-weight: 900;
  }

  .fm-fq-how-title {
    margin: 34px 0 16px;
    color: var(--fm-fq-ink);
    font-size: 27px;
    line-height: 1.15;
  }

  .fm-fq-intro--reference .fm-fq-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 820px;
    margin: 0 auto 30px;
}

.fm-fq-intro--reference .fm-fq-benefits > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 20px 16px;
    text-align: center;
}

.fm-fq-intro--reference .fm-fq-benefits > div > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    border-radius: 13px;
}

.fm-fq-intro--reference .fm-fq-benefits strong {
    display: block;
    margin-bottom: 7px;
}

.fm-fq-intro--reference .fm-fq-benefits p {
    margin: 0;
}

  .fm-fq-question__title {
    margin: 0 0 10px;
    color: var(--fm-blue);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .025em;
  }

  .fm-fq-option__copy {
    display: grid;
    gap: 4px;
    font-size: inherit;
    line-height: 1.4;
  }

  .fm-fq-option__title {
    color: #2f70b5;
    font-size: 14px;
    font-weight: 900;
  }

  .fm-fq-option__description {
    color: var(--fm-fq-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.48;
  }

  @media (max-width: 760px) {
    .fm-fq-intro--reference .fm-fq-benefits {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .fm-fq-hero {
      padding: 34px 0 32px;
    }

    .fm-fq-hero h1 {
      font-size: 36px;
    }

    .fm-fq-hero > .fm-fq-container > p:not(.fm-fq-kicker) {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.55;
    }

    .fm-fq-stage {
      padding: 22px 0 56px;
    }

    .fm-fq-intro.fm-fq-intro--reference {
      padding: 24px 18px;
      border-radius: 21px;
    }

    .fm-fq-intro--reference .fm-fq-intro__content {
      padding: 0;
    }

    .fm-fq-intro--reference .fm-fq-intro__content h2 {
      font-size: 28px;
    }

    .fm-fq-intro--reference .fm-fq-intro__copy {
      gap: 13px;
      margin-top: 16px;
      font-size: 13px;
      line-height: 1.58;
    }

    .fm-fq-how-title {
      margin-top: 27px;
      font-size: 23px;
    }

    .fm-fq-intro--reference .fm-fq-benefits {
      gap: 9px;
      margin-bottom: 22px;
    }

    .fm-fq-intro--reference .fm-fq-benefits > div {
      padding: 13px;
    }

    .fm-fq-intro--reference [data-fq-start] {
      width: 100%;
    }

    .fm-fq-question__title,
    .fm-fq-option__title {
      font-size: 13px;
    }

    .fm-fq-option__description {
      font-size: 12.5px;
    }
  }
  /* Mascot question heading */
  .fm-fq-question-header > div:first-child {
    display: none;
  }

  .fm-fq-question-header {
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .fm-fq-question__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .fm-fq-question__prompt {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    margin-bottom: 22px;
    padding: 18px 24px;
    border: 1px solid rgba(85, 189, 235, 0.16);
    border-radius: 21px;
    background: linear-gradient(135deg, #fff8fb 0%, #ffffff 58%, #f2faff 100%);
    box-shadow: 0 17px 38px -30px rgba(37, 32, 63, 0.45);
  }

  .fm-fq-question__mascot {
    width: 100%;
    max-width: 145px;
    aspect-ratio: 1;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(37, 32, 63, 0.12));
  }

  .fm-fq-question__prompt-copy {
    min-width: 0;
  }

  .fm-fq-question__prompt .fm-fq-question__title {
    margin: 0 0 12px;
    color: #079775;
    font-size: clamp(19px, 2vw, 29px);
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .fm-fq-question__text {
    margin: 0;
    color: var(--fm-fq-ink);
    font-size: clamp(23px, 3vw, 35px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  @media (max-width: 640px) {
    .fm-fq-question__prompt {
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 13px;
      margin-bottom: 17px;
      padding: 12px;
      border-radius: 16px;
    }

    .fm-fq-question__mascot {
      max-width: 82px;
    }

    .fm-fq-question__prompt .fm-fq-question__title {
      margin-bottom: 7px;
      font-size: 15px;
    }

    .fm-fq-question__text {
      font-size: 19px;
      line-height: 1.25;
    }
  }
  /* Premium illustrated quiz option icons */
  .fm-fq-option {
    grid-template-columns: 72px minmax(0, 1fr) 29px;
    gap: 18px;
    min-height: 94px;
    padding: 14px 20px;
  }

  .fm-fq-option__icon {
    position: relative;
    isolation: isolate;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    color: #fff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      0 15px 28px -17px rgba(37, 32, 63, 0.6);
    transform: rotate(-2deg);
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease;
  }

  .fm-fq-option__icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
  }

  .fm-fq-option__icon::after {
    content: "✦";
    position: absolute;
    top: -10px;
    right: -7px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    text-shadow: 0 3px 9px rgba(37, 32, 63, 0.25);
  }

  .fm-fq-option__icon .material-symbols-rounded {
    font-size: 37px;
    line-height: 1;
    font-variation-settings:
      "FILL" 1,
      "wght" 600,
      "GRAD" 50,
      "opsz" 48;
  }

  /* Pink/coral sticker */
  .fm-fq-option:nth-child(1) .fm-fq-option__icon {
    background:
      radial-gradient(circle at 25% 20%, #ffd8e9 0 8%, transparent 9%),
      linear-gradient(145deg, #ff68a9, #ff997b);
  }

  /* Blue/purple sticker */
  .fm-fq-option:nth-child(2) .fm-fq-option__icon {
    background:
      radial-gradient(circle at 25% 20%, #dcf5ff 0 8%, transparent 9%),
      linear-gradient(145deg, #55c9ed, #8f7de5);
    transform: rotate(2deg);
  }

  /* Turquoise/yellow sticker */
  .fm-fq-option:nth-child(3) .fm-fq-option__icon {
    background:
      radial-gradient(circle at 25% 20%, #fff7ca 0 8%, transparent 9%),
      linear-gradient(145deg, #45cfbf, #f1bb55);
  }

  .fm-fq-option:hover .fm-fq-option__icon {
    transform: translateY(-4px) rotate(0deg) scale(1.07);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.7),
      0 20px 32px -16px rgba(37, 32, 63, 0.62);
  }

  .fm-fq-option.is-selected .fm-fq-option__icon,
  .fm-fq-option:has(input:checked) .fm-fq-option__icon {
    border-color: #fff;
    transform: rotate(0deg) scale(1.08);
    box-shadow:
      0 0 0 4px rgba(255, 112, 173, 0.16),
      0 18px 30px -16px rgba(37, 32, 63, 0.65);
  }

  @media (max-width: 640px) {
    .fm-fq-option {
      grid-template-columns: 58px minmax(0, 1fr) 24px;
      gap: 12px;
      min-height: 78px;
      padding: 11px 12px;
    }

    .fm-fq-option__icon {
      width: 54px;
      height: 54px;
      border-width: 2px;
      border-radius: 17px;
    }

    .fm-fq-option__icon::before {
      inset: 4px;
      border-radius: 12px;
    }

    .fm-fq-option__icon::after {
      top: -8px;
      right: -5px;
      font-size: 12px;
    }

    .fm-fq-option__icon .material-symbols-rounded {
      font-size: 31px;
    }
  }
  /* Custom furry illustration icons for Fursona Quiz options */
  .fm-fq-option {
    grid-template-columns: 92px minmax(0, 1fr) 29px;
    gap: 18px;
    min-height: 112px;
    padding: 12px 20px 12px 12px;
  }

  .fm-fq-option__icon {
    position: relative;
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff7fb, #eefaff);
    box-shadow:
      inset 0 0 0 1px rgba(85, 189, 235, 0.12),
      0 16px 27px -22px rgba(37, 32, 63, 0.5);
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease;
  }

  .fm-fq-option:nth-child(2) .fm-fq-option__icon {
    background: linear-gradient(145deg, #f2f7ff, #f5efff);
  }

  .fm-fq-option:nth-child(3) .fm-fq-option__icon {
    background: linear-gradient(145deg, #fff9ec, #fff1f6);
  }

  .fm-fq-option__icon img {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: contain;
    transform: scale(1.08);
    filter: drop-shadow(0 8px 8px rgba(37, 32, 63, 0.13));
    transition: transform 0.22s ease;
  }

  .fm-fq-option:hover .fm-fq-option__icon {
    transform: translateY(-3px) rotate(-1.5deg);
    box-shadow:
      inset 0 0 0 1px rgba(85, 189, 235, 0.2),
      0 20px 30px -20px rgba(37, 32, 63, 0.54);
  }

  .fm-fq-option:hover .fm-fq-option__icon img {
    transform: scale(1.15);
  }

  .fm-fq-option.is-selected .fm-fq-option__icon,
  .fm-fq-option:has(input:checked) .fm-fq-option__icon {
    background: linear-gradient(145deg, #fff0f7, #eaf8ff);
    box-shadow:
      0 0 0 4px rgba(255, 112, 173, 0.14),
      0 20px 31px -21px rgba(37, 32, 63, 0.55);
    transform: translateY(-2px) scale(1.04);
  }

  @media (max-width: 640px) {
    .fm-fq-option {
      grid-template-columns: 67px minmax(0, 1fr) 24px;
      gap: 11px;
      min-height: 88px;
      padding: 10px 11px 10px 8px;
    }

    .fm-fq-option__icon {
      width: 64px;
      height: 64px;
      border-radius: 17px;
    }

    .fm-fq-option__icon img {
      width: 70px;
      height: 70px;
    }
  }
  /* =========================================================
    COMPACT FEATURED SLIDER
    ========================================================= */

  @media (min-width: 981px) {
    .home .fm-home-pricing {
      min-height: 0;
      padding-bottom: 64px;
    }

    .home .fm-home-subbar {
      margin-top: 24px;
    }

    .home .fm-home-featured {
      gap: 18px;
      margin-top: 20px;
    }

    .home .fm-home-featured figure {
      height: 260px;
      border-radius: 21px;
    }

    .home .fm-home-pricing .fm-home-slider-row {
      width: 410px;
      margin-top: 22px;
      padding: 6px;
      border-radius: 999px;
    }

    .home .fm-home-pricing .fm-home-slider-control {
      height: 44px;
      padding: 0 4px;
    }

    .home .fm-home-pricing .fm-home-slider-control button {
      width: 38px;
      height: 38px;
      font-size: 21px;
    }

    .home .fm-home-pricing .fm-home-slider-control span {
      width: 210px;
      height: 5px;
    }
  }

  @media (min-width: 641px) and (max-width: 980px) {
    .home .fm-home-featured figure {
      min-width: calc(50% - 7px);
      height: 270px;
    }
  }

  @media (max-width: 640px) {
    .home .fm-home-featured {
      margin-top: 24px;
    }

    .home .fm-home-featured figure {
      height: 275px;
      border-width: 10px;
    }

    .home .fm-home-slider-row {
      margin-top: 17px;
    }
  }


  /* =========================================================
    COMPACT FURSONA QUIZ
    ========================================================= */

  .fm-fq-shell {
    max-width: 900px;
  }

  .fm-fq-question {
    padding: 22px;
  }

  .fm-fq-question__prompt {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 13px;
    padding: 11px 15px;
    border-radius: 17px;
  }

  .fm-fq-question__mascot {
    max-width: 84px;
  }

  .fm-fq-question__prompt .fm-fq-question__title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .fm-fq-question__text {
    font-size: 22px;
    line-height: 1.22;
  }

  .fm-fq-question__dimension {
    margin-bottom: 11px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .fm-fq-options {
    gap: 8px;
    margin-top: 12px;
  }

  .fm-fq-option {
    grid-template-columns: 64px minmax(0, 1fr) 27px;
    gap: 13px;
    min-height: 74px;
    padding: 7px 12px;
    border-radius: 15px;
  }

  .fm-fq-option__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .fm-fq-option__icon img {
    width: 66px;
    height: 66px;
    display: block;
    object-fit: contain;
    transform: scale(1.04);
    filter: drop-shadow(0 6px 6px rgba(37, 32, 63, 0.12));
  }

  .fm-fq-option__title {
    font-size: 13.5px;
  }

  .fm-fq-option__description {
    font-size: 12px;
    line-height: 1.4;
  }

  .fm-fq-question-actions {
    margin-top: 14px;
  }

  @media (max-width: 640px) {
    .fm-fq-stage {
      padding-top: 12px;
    }

    .fm-fq-question {
      padding: 12px;
      border-radius: 18px;
    }

    .fm-fq-question__prompt {
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 10px;
      margin-bottom: 10px;
      padding: 8px 10px;
      border-radius: 14px;
    }

    .fm-fq-question__mascot {
      max-width: 58px;
    }

    .fm-fq-question__prompt .fm-fq-question__title {
      margin-bottom: 4px;
      font-size: 12px;
    }

    .fm-fq-question__text {
      font-size: 16px;
      line-height: 1.22;
    }

    .fm-fq-question__dimension {
      margin-bottom: 8px;
      padding: 4px 8px;
      font-size: 8px;
    }

    .fm-fq-options {
      gap: 6px;
      margin-top: 8px;
    }

    .fm-fq-option {
      grid-template-columns: 50px minmax(0, 1fr) 23px;
      gap: 9px;
      min-height: 64px;
      padding: 6px 8px;
      border-radius: 13px;
    }

    .fm-fq-option__icon {
      width: 48px;
      height: 48px;
      border-radius: 13px;
    }

    .fm-fq-option__icon img {
      width: 54px;
      height: 54px;
    }

    .fm-fq-option__title {
      font-size: 12px;
    }

    .fm-fq-option__description {
      font-size: 10.5px;
      line-height: 1.3;
    }

    .fm-fq-question-actions {
      position: sticky;
      z-index: 20;
      bottom: 8px;
      gap: 8px;
      margin-top: 10px;
      padding: 7px;
      border: 1px solid rgba(85, 189, 235, 0.18);
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 12px 28px -18px rgba(37, 32, 63, 0.5);
      backdrop-filter: blur(10px);
    }

    .fm-fq-question-actions .fm-fq-button {
      min-height: 40px;
      padding: 7px 11px;
      font-size: 10px;
    }
  }
  /* Compact Featured Builds slider */
  @media (min-width: 981px) {
      .home .fm-home-pricing {
          min-height: 0;
          padding-bottom: 52px;
      }

      .home .fm-home-featured {
          width: min(1320px, calc(100% - 48px));
          gap: 18px;
          margin: 20px auto 0;
      }

      .home .fm-home-featured figure {
          height: 215px;
          border-radius: 18px;
      }

      .home .fm-home-pricing .fm-home-slider-row {
          width: 360px;
          margin-top: 18px;
          padding: 4px;
      }

      .home .fm-home-pricing .fm-home-slider-control {
          height: 38px;
      }

      .home .fm-home-pricing .fm-home-slider-control button {
          width: 34px;
          height: 34px;
          font-size: 19px;
      }

      .home .fm-home-pricing .fm-home-slider-control span {
          width: 180px;
          height: 4px;
      }
  }

  @media (max-width: 640px) {
      .home .fm-home-featured figure {
          height: 230px;
          border-width: 8px;
      }
  }
  .home .fm-home-decoration--faq-character {
      width: 92px;
      height: 92px;
      object-fit: contain;
      transform: none;
  }

  @media (max-width: 640px) {
      .home .fm-home-decoration--faq-character {
          width: 58px;
          height: 58px;
      }
  }
  
  /* Quote-page corner characters */
.fm-qf-character {
    position: absolute;
    z-index: 4;
    display: block;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 16px 22px rgba(37, 32, 63, .12));
}

/* Brown character: top-left */
.fm-qf-character--left {
    top: 50px;
    left: 35px;
    width: 150px;
    height: 255px;
}

/* Action character: bottom-right */
.fm-qf-character--right {
    top: auto;
    right: 35px;
    bottom: 65px;
    width: 180px;
    height: 225px;
}

@media (max-width: 1200px) {
    .fm-qf-character--left {
        left: 8px;
        width: 105px;
        height: 190px;
    }

    .fm-qf-character--right {
        right: 8px;
        bottom: 35px;
        width: 135px;
        height: 175px;
    }
}

@media (max-width: 720px) {
    .fm-qf-character--left {
        top: 12px;
        left: 2px;
        width: 62px;
        height: 105px;
        opacity: .3;
    }

    .fm-qf-character--right {
        right: 2px;
        bottom: 12px;
        width: 76px;
        height: 98px;
        opacity: .3;
    }
}
  /* Increase homepage illustration sizes */
  .home .fm-benefit > img {
      width: 150px;
      height: 150px;
      margin: 20px auto 28px;
      object-fit: contain;
      transform: scale(1.35);
  }

  .home .fm-home-decoration--testimonial-left,
  .home .fm-home-decoration--testimonial-right {
      width: 125px;
      height: 112px;
      transform: scale(1.35);
  }

  .home .fm-home-decoration--testimonial-right {
      transform: scale(-1.35, 1.35);
  }

  @media (max-width: 640px) {
      .home .fm-benefit > img {
          width: 105px;
          height: 105px;
          margin: 12px auto 18px;
          transform: scale(1.25);
      }

      .home .fm-home-decoration--testimonial-left,
      .home .fm-home-decoration--testimonial-right {
          width: 78px;
          height: 70px;
      }
  }
  /* Force larger FAQ character */
  .home .fm-home-faq-section .fm-home-decoration--faq-character {
      left: 15px !important;
      top: 45px !important;
      width: 250px !important;
      height: 250px !important;
      max-width: none !important;
      object-fit: contain !important;
      transform: none !important;
      opacity: 1 !important;
  }

  @media (max-width: 1200px) {
      .home .fm-home-faq-section .fm-home-decoration--faq-character {
          left: 5px !important;
          width: 180px !important;
          height: 180px !important;
      }
  }

  @media (max-width: 640px) {
      .home .fm-home-faq-section .fm-home-decoration--faq-character {
          left: 8px !important;
          top: 20px !important;
          width: 90px !important;
          height: 90px !important;
      }
  }
  /* Preserve paragraphs from client profile descriptions */
.fm-fq-result__description {
    white-space: pre-line;
}

/* Correct quote characters on mobile */
@media (max-width: 720px) {
    .fm-qf-page {
        padding-bottom: 155px;
    }

    .fm-qf-character {
        z-index: 3 !important;
        max-width: none !important;
        opacity: 1 !important;
        filter: drop-shadow(0 8px 14px rgba(37, 32, 63, .12));
    }

    /* Top-left brown character */
    .fm-qf-character--left {
        top: 18px !important;
        left: 7px !important;
        width: 82px !important;
        height: 130px !important;
    }

    /* Bottom-right action character */
    .fm-qf-character--right {
        top: auto !important;
        right: 5px !important;
        bottom: 14px !important;
        width: 105px !important;
        height: 130px !important;
    }

    .fm-qf-intro,
    .fm-qf-progress,
    .fm-qf-card {
        position: relative;
        z-index: 4;
    }
}
/* ==========================================================
   FINAL BUTTON + CONTINUOUS NEWS-TICKER SLIDER
   ========================================================== */

/* No symbol after buttons. */
.fm-btn::after,
.fm-btn:hover::after,
.fm-btn:focus-visible::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Prevent the animated rows spilling outside their sections. */
.home .fm-home-featured,
.home .fm-home-commission-grid {
  overflow: hidden;
}

/* Continuous movement with no opacity change, so there is no blink. */
.home .fm-home-featured.is-changing figure,
.home .fm-home-commission-card.is-entering {
  opacity: 1 !important;
  filter: none !important;
  animation: fm-news-ticker-right 4.85s linear both !important;
  animation-delay: 0s !important;
  will-change: transform;
}

@keyframes fm-news-ticker-right {
  from {
    opacity: 1;
    transform: translate3d(-24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(24px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .fm-home-featured.is-changing figure,
  .home .fm-home-commission-card.is-entering {
    animation: none !important;
    transform: none !important;
  }
}
/* JS now handles the professional conveyor transition. */
.home .fm-home-featured.is-changing figure,
.home .fm-home-commission-card.is-entering {
  opacity: 1 !important;
  animation: none !important;
  filter: none !important;
}

/* Homepage CTA character positioning */
.home .fm-home-cta__left {
    left: 55px !important;
    top: 25px !important;
    width: 185px !important;
    height: 275px !important;
    object-fit: contain !important;
    object-position: center !important;
}

.home .fm-home-cta__right {
    right: 65px !important;
    bottom: 28px !important;
    width: 205px !important;
    height: 245px !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 900px) {
    .home .fm-home-cta__left {
        left: 16px !important;
        top: 18px !important;
        width: 120px !important;
        height: 190px !important;
    }

    .home .fm-home-cta__right {
        right: 16px !important;
        bottom: 24px !important;
        width: 135px !important;
        height: 170px !important;
    }
}

@media (max-width: 640px) {
    .home .fm-home-cta {
        height: 440px !important;
        padding: 70px 38px !important;
    }

    .home .fm-home-cta__left {
        left: 5px !important;
        top: 8px !important;
        width: 82px !important;
        height: 130px !important;
    }

    .home .fm-home-cta__right {
        right: 5px !important;
        bottom: 8px !important;
        width: 96px !important;
        height: 125px !important;
    }
}

.fm-qf-suit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .fm-qf-suit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fm-qf-suit-grid {
        grid-template-columns: 1fr;
    }
}
/* Large Fursona Quiz result artwork */
.fm-fq-result__visual {
    min-height: 680px;
    padding: 18px;
    isolation: isolate;
}

.fm-fq-result__profile-image {
    position: absolute;
    z-index: 2;
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 28px rgba(37, 32, 63, 0.2));
}

@media (max-width: 900px) {
    .fm-fq-result__visual {
        position: relative;
        top: auto;
        min-height: 600px;
    }
}

@media (max-width: 640px) {
    .fm-fq-result__visual {
        min-height: 500px;
        padding: 8px;
    }

    .fm-fq-result__profile-image {
        inset: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }
}
/* ==================================================
   HOMEPAGE ICON VISIBILITY FIX
   Keep this at the END of style.css
================================================== */

/* Commission process icons */
.home .fm-process__icon {
    width: 220px !important;
    height: 185px !important;
    max-width: none !important;
    object-fit: contain !important;
    transform: scale(1.18);
    transform-origin: center;
}

/* Why Choose Fursuit Mania icons */
.home .fm-benefit > img {
    width: 170px !important;
    height: 145px !important;
    max-width: none !important;
    margin: 18px auto 24px !important;
    object-fit: contain !important;
    transform: scale(1.18) !important;
}

/* Testimonial, FAQ and Blog decorative icons */
.home .fm-home-decoration--testimonial-left,
.home .fm-home-decoration--testimonial-right,
.home .fm-home-decoration--faq,
.home .fm-home-decoration--blog {
    width: 135px !important;
    height: 120px !important;
    max-width: none !important;
    object-fit: contain !important;
}

.home .fm-home-decoration--testimonial-left {
    transform: rotate(-8deg) scale(1.12) !important;
}

.home .fm-home-decoration--testimonial-right {
    transform: rotate(8deg) scale(-1.12, 1.12) !important;
}

/* Mobile section-heading icon */
.home .fm-mobile-heading-icon {
    width: 86px !important;
    height: 76px !important;
    object-fit: contain !important;
}

/* Mobile */
@media (max-width: 640px) {
    .home .fm-process__icon {
        width: 155px !important;
        height: 135px !important;
        transform: scale(1.12);
    }

    .home .fm-benefit > img {
        width: 115px !important;
        height: 100px !important;
        margin: 8px auto 14px !important;
        transform: scale(1.12) !important;
    }

    .home .fm-home-decoration--testimonial-left,
    .home .fm-home-decoration--testimonial-right,
    .home .fm-home-decoration--faq,
    .home .fm-home-decoration--blog {
        width: 82px !important;
        height: 74px !important;
    }

    .home .fm-mobile-heading-icon {
        width: 76px !important;
        height: 68px !important;
    }
}
/* Move quiz result character upward */
.fm-fq-result__visual img,
.fm-fq-result__art img,
[data-fq-result-image] {
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateY(-55px) scale(1.12) !important;
    transform-origin: center center !important;
}

/* Mobile adjustment */
@media (max-width: 640px) {
    .fm-fq-result__visual img,
    .fm-fq-result__art img,
    [data-fq-result-image] {
        transform: translateY(-25px) scale(1.08) !important;
    }
}
/* Remove blue stars beside navbar links */
.fm-primary-menu a::before,
.fm-primary-menu a::after,
.fm-nav a::before,
.fm-nav a::after {
    content: none !important;
    display: none !important;
}
/* Remove decorative stars/diamonds */
.fm-btn::before,
.fm-btn::after,
.fm-menu a::before,
.fm-menu a::after,
.fm-nav a::before,
.fm-nav a::after,
.fm-primary-menu a::before,
.fm-primary-menu a::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}

.fm-btn > span[aria-hidden="true"] {
    display: none !important;
}

.fm-author__initials,
.fm-post-author__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--fm-pink), var(--fm-blue));
  font-weight: 900;
}

.fm-author__initials { width: 42px; height: 42px; font-size: 12px; }
.fm-post-author { margin-top: 48px; padding: 34px; border: 1px solid var(--fm-line); border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 18px 40px -24px rgba(37,32,63,.25); }
.fm-post-author__avatar { width: 78px; height: 78px; margin-bottom: 14px; font-size: 20px; }
.fm-post-author__photo { display: block; width: 78px; height: 78px; margin: 0 auto 14px; border-radius: 50%; object-fit: cover; image-rendering: auto; }
.fm-post-author h2 { margin: 0 0 12px; }
.fm-post-author p { color: var(--fm-muted); line-height: 1.7; }
.fm-post-author a { color: var(--fm-blue); font-weight: 900; }

/* Uniform pricing-gallery cards without cropping the original photographs.
   A blurred copy of each image fills the otherwise empty aspect-ratio space. */
.home .fm-home-featured figure {
    position: relative;
    height: clamp(215px, 18vw, 300px) !important;
    background: rgba(255, 255, 255, .28);
}

.home .fm-home-featured figure::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background-image: var(--fm-featured-image);
    background-position: center;
    background-size: cover;
    filter: blur(16px) saturate(.9);
    opacity: .58;
    transform: scale(1.08);
    pointer-events: none;
}

.home .fm-home-featured img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.home .fm-home-featured b {
    z-index: 3;
}

@media (max-width: 980px) {
    .home .fm-home-featured figure {
        height: 275px !important;
    }
}

@media (max-width: 640px) {
    .home .fm-home-featured figure {
        height: 230px !important;
    }
}
