.feature-cards{--fc-ink:#171514;--fc-muted:#5c5651;--fc-line:rgba(23,21,20,0.08);--fc-orange:#ff5a1f;position:relative;max-width:1180px;margin:0 auto;padding:112px 24px;color:var(--fc-ink)}.feature-cards__header{max-width:760px;margin-bottom:56px}.feature-cards[data-align=center] .feature-cards__header{margin-left:auto;margin-right:auto;text-align:center}.feature-cards__kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#cc4a00}.feature-cards__kicker:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--fc-orange);box-shadow:0 0 0 8px rgba(255,90,31,.09)}.feature-cards__title{margin:0;font-size:clamp(32px,4.4vw,56px);line-height:1.02;letter-spacing:-.05em;font-weight:800;color:var(--fc-ink)}.feature-cards__title .orange{color:var(--fc-orange)}.feature-cards__lead{max-width:640px;margin:20px 0 0;color:var(--fc-muted);font-size:clamp(16px,1.5vw,19px);line-height:1.6;font-weight:500;letter-spacing:-.01em}.feature-cards[data-align=center] .feature-cards__lead{margin-left:auto;margin-right:auto}.feature-cards__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.feature-cards[data-align=center] .feature-cards__ctas{justify-content:center}.feature-cards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.feature-cards__grid[data-count="3"]{grid-template-columns:repeat(3,1fr)}.feature-cards__grid[data-count="4"]{grid-template-columns:repeat(4,1fr)}.feature-cards__cell{display:flex}.feature-cards__card{position:relative;display:flex;flex-direction:column;width:100%;min-height:420px;padding:38px;border:1px solid var(--fc-line);border-radius:18px;overflow:hidden;background:#fff}.feature-cards[data-card-size=md] .feature-cards__card{min-height:360px}.feature-cards__card[data-tone=sand]{background:#fbfaf8}.feature-cards__card[data-tone=cream]{background:#fff7ef}.feature-cards__card[data-tone=white]{background:#fff}.feature-cards__card-eyebrow{margin:0 0 14px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#cc4a00}.feature-cards__card-title{margin:0;font-size:clamp(34px,4vw,54px);line-height:.97;letter-spacing:-.07em;font-weight:800}.feature-cards[data-card-size=md] .feature-cards__card-title{font-size:clamp(28px,3vw,40px);line-height:1.02;letter-spacing:-.045em}.feature-cards__card-body{margin:18px 0 0;max-width:460px;color:var(--fc-muted);font-size:17px;line-height:1.45}.feature-cards__card-content{margin-top:28px}.feature-cards__card-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:28px;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--fc-orange);text-decoration:none;width:max-content}.feature-cards__card-link span{transition:transform .18s cubic-bezier(.16,1,.3,1)}.feature-cards__card-link:hover span{transform:translateX(3px)}.feature-cards__card-link:focus-visible{outline:none;border-radius:4px;box-shadow:var(--focus-ring)}.feature-cards__media{position:absolute;right:20px;bottom:10px;width:44%;max-width:230px;opacity:.92;pointer-events:none}.feature-cards__media svg{display:block;width:100%;height:auto}.feature-cards--icon-visual .feature-cards__media{width:auto;max-width:none;right:22px;bottom:18px}.feature-cards--icon-visual .feature-cards__media svg{width:38px}.feature-cards__media path{fill:none;stroke:var(--fc-ink);stroke-width:2;stroke-dasharray:420;stroke-dashoffset:420;animation:fc-draw 5.6s ease-in-out infinite}.feature-cards[data-animated=false] .feature-cards__media path{animation:none;stroke-dashoffset:0}@keyframes fc-draw{0%{stroke-dashoffset:900}42%,70%{stroke-dashoffset:0}to{stroke-dashoffset:-900}}.feature-cards__hook{max-width:760px;margin:56px auto 0;padding-left:18px;border-left:3px solid var(--fc-orange)}.feature-cards[data-align=left] .feature-cards__hook{margin-left:0;margin-right:0}.feature-cards__hook p{margin:0;font-family:var(--font-display,inherit);font-size:clamp(19px,2vw,26px);font-weight:650;line-height:1.28;letter-spacing:-.02em;color:var(--fc-ink)}.feature-cards__hook .orange{color:var(--fc-orange)}@media (prefers-reduced-motion:reduce){.feature-cards__media path{animation:none;stroke-dashoffset:0}}@media (max-width:980px){.feature-cards__grid[data-count="4"]{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.feature-cards{padding:80px 20px}.feature-cards__grid,.feature-cards__grid[data-count="3"],.feature-cards__grid[data-count="4"]{grid-template-columns:1fr}.feature-cards__card{min-height:320px}}