@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");.byo-section{font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:1272px;padding:80px 24px}.byo-header{margin-bottom:48px;text-align:center}.byo-header__title{color:#0f1117;font-size:36px;font-weight:800;letter-spacing:-.72px;margin-bottom:12px}.byo-header__subtitle{color:#475467;font-size:18px;line-height:1.6;margin:0 auto;max-width:520px}.byo-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:40px}.byo-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;padding:32px 28px;transition:box-shadow .2s ease,border-color .2s ease}.byo-card:hover{border-color:#d0d5dd;box-shadow:0 8px 32px rgba(0,0,0,.06)}.byo-card__icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;margin-bottom:20px;width:44px}.byo-card__icon--1{background:#f0e6ff}.byo-card__icon--2{background:#e0f2fe}.byo-card__icon--3{background:#fef3c7}.byo-card__title{color:#0f1117;font-size:20px;font-weight:700;letter-spacing:-.3px;margin-bottom:8px}.byo-card__desc{color:#475467;flex-grow:1;font-size:15px;line-height:1.6;margin-bottom:24px}.byo-card__savings{align-items:center;align-self:flex-start;border-radius:8px;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:8px 14px}.byo-card__savings--1{background:#f0e6ff;color:#6d28d9}.byo-card__savings--2{background:#e0f2fe;color:#0369a1}.byo-card__savings--3{background:#fef3c7;color:#a16207}.byo-footer{color:#6b7280;font-size:14px;text-align:center}@media (max-width:1023px){.byo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.byo-section{padding:60px 24px}.byo-header__title{font-size:28px}.byo-grid{grid-template-columns:1fr}}