.fees27 { padding:96px 40px 110px; display:flex; flex-direction:column; align-items:center; gap:56px; font-family:'Lorin','Poppins',sans-serif; }
.fees27 * { box-sizing:border-box; margin:0; }
.fees27-head { display:flex; flex-direction:column; align-items:center; gap:14px; text-align:center; max-width:640px; }
.fees27-eyebrow { font-size:14px; font-weight:600; letter-spacing:3px; text-transform:uppercase; }
.fees27-title { font-size:42px; font-weight:700; line-height:1.15; text-wrap:pretty; }
.fees27-sub { font-size:17px; line-height:1.6; }
.fees27-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px; width:100%; max-width:1280px; align-items:stretch; }
.fees27-card { position:relative; background:#fff; border:3px solid transparent; border-radius:20px; padding:36px 30px 30px; display:flex; flex-direction:column; }
.fees27-card.is-featured { border-color:#2ba6f2; box-shadow:0 24px 60px rgba(43,166,242,0.35); }
.fees27-badge { position:absolute; top:-15px; left:50%; transform:translateX(-50%); font-size:12px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:7px 18px; border-radius:12px; white-space:nowrap; }
.fees27-badge--solid { background:#2ba6f2; color:#fff; }
.fees27-badge--soft { background:#eef7fe; color:#1b93de; border:1px solid #bfe3fb; }
.fees27-plan { color:#f4436c; font-size:13px; font-weight:600; letter-spacing:2px; text-transform:uppercase; }
.fees27-plan .fees27-lc { text-transform:lowercase; }
.fees27-pricerow { display:flex; align-items:baseline; gap:8px; margin-top:14px; }
.fees27-price { color:#0a0a2e; font-size:40px; font-weight:700; line-height:1; }
.fees27-per { color:#8a8fa8; font-size:15px; font-weight:500; }
.fees27-note { color:#8a8fa8; font-size:13px; margin-top:8px; }
.fees27-div { height:1px; background:#e8eaf2; margin:22px 0; }
.fees27-list { display:flex; flex-direction:column; gap:12px; flex:1; }
.fees27-item { display:flex; gap:10px; align-items:flex-start; color:#3a3f58; font-size:14px; line-height:1.5; }
.fees27-item::before { content:""; width:6px; height:6px; border-radius:50%; background:#2ba6f2; margin-top:7px; flex-shrink:0; }
.fees27-ctas { display:flex; flex-direction:column; gap:10px; margin-top:26px; }
.fees27-btn { font-size:15px; font-weight:600; text-decoration:none; text-align:center; padding:14px 20px; border-radius:12px; display:block; transition:background .15s,color .15s,border-color .15s; }
.fees27-btn--blue { background:#2ba6f2; color:#fff; } .fees27-btn--blue:hover { background:#1b93de; color:#fff; }
.fees27-btn--navy { background:#0a0a2e; color:#fff; } .fees27-btn--navy:hover { background:#1c1c4a; color:#fff; }
.fees27-btn--ghost { color:#0a0a2e; font-size:14px; font-weight:500; padding:11px 20px; border:1.5px solid #d9dcea; } .fees27-btn--ghost:hover { border-color:#2ba6f2; color:#2ba6f2; }
.fees27-foot { color:#9aa0c4; font-size:14px; text-align:center; max-width:560px; line-height:1.6; }
.fees27-foot a { color:#2ba6f2; font-weight:600; }
@media (max-width:640px){ .fees27 { padding:64px 20px 72px; } .fees27-title { font-size:32px; } }
