@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.choices-section{background:transparent;font-family:Poppins,Arial,sans-serif;padding:60px 0 80px}.choices-inner.container{margin:0 auto;max-width:1150px;padding:0 20px;text-align:left}.choices-title{color:#16335d;font-size:34px;font-weight:700;line-height:1.1;margin-bottom:30px;text-align:center}.choices-grid{align-items:stretch;display:flex;gap:28px;justify-content:center;margin-bottom:32px}.choice-card{background:linear-gradient(180deg,#0b2f57 6%,#164b86 45%,#1d5aa1);border-radius:14px;box-shadow:0 12px 30px rgba(11,42,74,.08);color:#fff;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:34px 30px;transition:transform .18s ease}.choice-card:hover{transform:translateY(-4px)}.choice-card-inner{flex-grow:1}.choice-card-title{color:#fff;font-size:20px;font-weight:700;margin:0 0 8px;text-align:left}.choice-card-sub{color:hsla(0,0%,100%,.92);font-size:15px;font-weight:400;line-height:22px;margin-bottom:18px;text-align:left}.choice-features{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0 0 18px;padding:0}.choice-feature{gap:14px}.choice-check,.choice-feature{align-items:center;display:flex}.choice-check{background:hsla(0,0%,100%,.12);border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.06);flex:0 0 auto;height:36px;justify-content:center;width:36px}.choice-check svg{display:block;height:20px;width:20px}.choice-feature-text{color:#fff}.choice-card-footer,.choice-feature-text{font-size:15px;font-weight:400;line-height:22px;text-align:left}.choice-card-footer{color:hsla(0,0%,100%,.95);margin-top:auto;padding:10px 0}.choices-bottom{margin-bottom:30px;margin-top:24px;text-align:center}.choices-bottom *{color:#16335d;font-size:16px;line-height:24px}.choices-cta{margin-top:10px;text-align:center}.choices-cta-button{align-items:center;background:linear-gradient(90deg,#ef7d00,#e63322);border-radius:90px;color:#fff;display:inline-flex;font-size:16px;font-weight:700;gap:12px;justify-content:center;line-height:26px;padding:16px 42px;text-decoration:none;transition:all .3s ease}.choices-cta-button:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:900px){.choices-grid{align-items:stretch;flex-direction:column}.choice-card{padding:28px}.choice-card-footer,.choice-card-sub,.choice-card-title,.choice-feature-text{text-align:left}.choices-title{font-size:26px;line-height:1.1}.choices-bottom,.choices-cta,.choices-title{text-align:center}}@media (max-width:420px){.choices-title{font-size:22px}.choice-card-title{font-size:18px}.choice-card-footer,.choice-card-sub,.choice-feature-text{font-size:14px;line-height:20px}.choice-check{height:32px;width:32px}.choice-check svg{height:18px;width:18px}.choices-cta-button{font-size:15px;padding:14px 36px}}