.chuffed-marquee{overflow:hidden;white-space:nowrap;padding:1.1rem 0;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:1.2rem}
.chuffed-marquee__track{display:inline-block;animation:chuffed-scroll 34s linear infinite}
.chuffed-marquee__item{padding:0 1.4rem}
.chuffed-marquee__dot{opacity:.4}
@keyframes chuffed-scroll{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}
.chuffed-section{padding:5rem 0}
@media(min-width:750px){.chuffed-section{padding:7rem 0}}
.chuffed-eyebrow{font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;opacity:.6;margin:0 0 1rem}
.chuffed-heading{font-size:3rem;line-height:1.1;margin:0 0 1rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}
@media(min-width:750px){.chuffed-heading{font-size:4rem}}
.chuffed-sub{font-size:1.7rem;max-width:60rem;margin:0 0 3rem;opacity:.75}
.chuffed-grid{display:grid;gap:1.6rem;grid-template-columns:1fr}
@media(min-width:750px){.chuffed-grid--3{grid-template-columns:repeat(3,1fr)}.chuffed-grid--4{grid-template-columns:repeat(4,1fr)}.chuffed-grid--2{grid-template-columns:1fr 1fr}}
.chuffed-card{border-radius:1rem;padding:2.4rem;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08)}
.chuffed-card__amount{font-size:3.4rem;font-weight:700;line-height:1;margin-bottom:.4rem;font-family:var(--font-heading-family)}
.chuffed-card__role{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;opacity:.55;margin-bottom:1rem}
.chuffed-card__title{font-size:1.9rem;font-weight:700;margin:0 0 .6rem}
.chuffed-card__text{margin:0;opacity:.75}
.chuffed-facts{border:1.5px solid rgb(var(--color-foreground));border-radius:1rem;padding:2.4rem;max-width:56rem;margin-top:4rem}
.chuffed-facts__title{font-size:2.2rem;font-weight:700;margin:0 0 .4rem;font-family:var(--font-heading-family)}
.chuffed-facts__meta{font-size:1.3rem;opacity:.65;margin-bottom:1.6rem}
.chuffed-facts table{width:100%;border-collapse:collapse;font-size:1.5rem}
.chuffed-facts td{padding:.8rem 0;border-top:1px solid rgba(var(--color-foreground),.18)}
.chuffed-facts td:last-child{text-align:right;font-weight:700}
.chuffed-facts__note{font-size:1.2rem;opacity:.65;margin:1.6rem 0 0}
.chuffed-compare-wrap{overflow-x:auto;border-radius:1rem;border:1px solid rgba(var(--color-foreground),.12)}
.chuffed-compare{width:100%;border-collapse:collapse;font-size:1.5rem;min-width:60rem}
.chuffed-compare th,.chuffed-compare td{padding:1.4rem 1.2rem;text-align:center;border-bottom:1px solid rgba(var(--color-foreground),.1)}
.chuffed-compare tr:last-child td{border-bottom:0}
.chuffed-compare th:first-child,.chuffed-compare td:first-child{text-align:left;font-weight:600}
.chuffed-compare th{font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.chuffed-compare .is-hero{background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-weight:700}
.chuffed-review{display:flex;flex-direction:column;gap:1rem}
.chuffed-review__tag{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;opacity:.55}
.chuffed-review__quote{font-size:1.6rem;line-height:1.5;margin:0;flex:1}
.chuffed-review__name{font-weight:600;font-size:1.4rem}
.chuffed-stars{color:rgb(var(--color-foreground));letter-spacing:.1em;font-size:1.4rem;opacity:.85}
