/* Customer voice. Scoped with #main and a doubled class so page styles (for example Agent OS headings)
 * cannot restyle it. Calm editorial quote: no carousel, no stars. */
#main .fwt.fwt { padding-block: clamp(64px, 8vw, 120px); background: #fff; }
#main .fwt.fwt *, #main .fwt.fwt *::before, #main .fwt.fwt *::after { box-sizing: border-box; }
#main .fwt.fwt .fwt__wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
#main .fwt.fwt .fwt__card { position: relative; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 2fr); gap: clamp(28px, 5vw, 80px); align-items: center; margin: 0; padding: clamp(32px, 5vw, 64px); background: linear-gradient(180deg, #f7f9ff 0%, #f2f6ff 100%); border: 1px solid #dde7fb; border-radius: 28px; overflow: hidden; }
#main .fwt.fwt .fwt__aside { margin: 0; }
/* The home page styles headings with !important; the label keeps its own look. */
#main .fwt.fwt .fwt__kicker { margin: 0 0 24px; padding: 0; font: 700 13px/1.4 "Plus Jakarta Sans Variable", "Plus Jakarta Sans", system-ui, sans-serif !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; color: #1a4fd6 !important; box-shadow: none !important; }
#main .fwt.fwt .fwt__kicker::before, #main .fwt.fwt .fwt__kicker::after { content: none; }
#main .fwt.fwt .fwt__person { display: flex; align-items: center; gap: 14px; }
#main .fwt.fwt .fwt__person strong { display: block; font: 650 17px/1.3 "DM Sans Variable", "DM Sans", system-ui, sans-serif; color: #0f1f38; }
#main .fwt.fwt .fwt__person div span { display: block; font-size: 14px; line-height: 1.4; color: #5b6f86; }
#main .fwt.fwt .fwt__quote { position: relative; margin: 0; padding: 0; border: 0; }
#main .fwt.fwt .fwt__headline { margin: 0; font: 600 clamp(30px, 3.6vw, 48px)/1.08 "DM Sans Variable", "DM Sans", system-ui, sans-serif; letter-spacing: -0.035em; color: #0f1f38; text-transform: none; text-wrap: balance; }
#main .fwt.fwt .fwt__headline::before { content: "\201E"; }
#main .fwt.fwt .fwt__headline::after { content: "\201C"; }
#main .fwt.fwt .fwt__body { margin: 22px 0 0; max-width: 40em; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; color: #33475f; text-wrap: pretty; }
@media (max-width: 760px) {
  #main .fwt.fwt .fwt__card { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  #main .fwt.fwt .fwt__kicker { margin-bottom: 18px; }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    #main .fwt.fwt .fwt__card { animation: fwt-rise linear both; animation-timeline: view(); animation-range: entry 0% cover 30%; }
    @keyframes fwt-rise { from { opacity: 0; transform: translateY(28px) scale(0.985); } to { opacity: 1; transform: none; } }
  }
}
