.offer-group+.offer-group{margin-top:clamp(48px,6vw,76px)}.offer-group-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:20px 32px;margin-bottom:clamp(20px,3vw,32px);display:flex}.offer-group-head h2{letter-spacing:-.026em;max-width:24ch;margin:0;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:500}.offer-group-head p{max-width:44ch;color:var(--ink-mute);margin:0;font-size:.92rem;line-height:1.5}.offer-grid{grid-template-columns:repeat(var(--offer-cols,3), minmax(0, 1fr));background-color:var(--line-soft);background-image:var(--motif-fine);border:1px solid var(--line-soft);border-radius:var(--radius-frame);gap:1px;display:grid;overflow:hidden}@media (max-width:900px){.offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.offer-grid{grid-template-columns:minmax(0,1fr)}}.offer-card{background:var(--surface);flex-direction:column;gap:12px;padding:clamp(24px,3vw,32px);display:flex}.offer-card--lead{background:var(--offer-tint,var(--mist))}.offer-card-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mute);margin:0;font-size:.72rem;font-weight:500}.offer-card h3{letter-spacing:-.024em;margin:0;font-size:1.2rem;font-weight:500}.offer-card-body{color:var(--ink-soft);margin:0;font-size:.92rem;line-height:1.55}.offer-card-who{color:var(--ink-mute);border-top:1px solid var(--line-soft);margin:0;padding-top:12px;font-size:.84rem;line-height:1.5}.offer-card-price{flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:auto;padding-top:6px;display:flex}.offer-card-price .amount{letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink);font-size:1.4rem;font-weight:500}.offer-card-price .cadence{color:var(--ink-mute);font-size:.78rem}.offer-card-note{color:var(--ink-soft);margin:0;font-size:.8rem;line-height:1.45}.offer-card .btn{align-self:flex-start;margin-top:4px}.offer-group[data-tint=sage] .offer-card--lead{--offer-tint:var(--sage)}.offer-group[data-tint=butter] .offer-card--lead{--offer-tint:var(--butter)}.offer-group[data-tint=mist] .offer-card--lead{--offer-tint:var(--mist)}.pricing-currency{justify-content:flex-end;margin-bottom:clamp(16px,2vw,22px);display:flex}.currency-switcher{border:1px solid var(--line);border-radius:var(--radius-capsule);background:var(--surface);gap:2px;padding:3px;display:inline-flex}.currency-switcher button{border-radius:var(--radius-capsule);font:inherit;letter-spacing:.02em;color:var(--ink-mute);cursor:pointer;background:0 0;border:0;padding:6px 12px;font-size:.74rem;font-weight:500}.currency-switcher button:hover{color:var(--ink)}.currency-switcher button.is-active{background:var(--ink);color:var(--surface)}@media (max-width:640px){.pricing-currency{justify-content:flex-start}.offer-group-head{flex-direction:column;align-items:flex-start}}
