
/* Savingio Part018 calculator hub + global drawer */
.calc-hub-wrap{max-width:1180px;margin:0 auto;padding:54px 24px 96px}
.calc-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:32px;align-items:center;padding:46px;border:1px solid #dce5f1;border-radius:30px;background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);box-shadow:0 18px 48px rgba(15,23,42,.07)}
.calc-hub-hero h1{margin:14px 0 14px;font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.045em;color:#111a2f}.calc-hub-hero p{max-width:720px;margin:0;color:#59677d;font-size:18px;line-height:1.75}
.calc-hub-status{display:flex;flex-direction:column;gap:8px;padding:24px;border-radius:22px;background:#111a2f;color:#fff}.calc-hub-status strong{font-size:14px;color:#9bbcff}.calc-hub-status b{font-size:28px}.calc-hub-status span{font-size:13px;line-height:1.55;color:#c6d1e2}
.calc-hub-section{margin-top:54px}.calc-hub-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.calc-hub-heading span{font-size:12px;font-weight:900;letter-spacing:.12em;color:#1261ff}.calc-hub-heading h2{margin:6px 0 0;font-size:30px;letter-spacing:-.03em;color:#111a2f}.calc-hub-heading p{margin:0;color:#718096}
.calc-hub-grid{display:grid;gap:16px}.calc-hub-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calc-hub-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.calc-service-card{display:flex;gap:17px;min-height:235px;padding:24px;border:1px solid #dce5f1;border-radius:24px;background:#fff;color:#111a2f;text-decoration:none;box-shadow:0 12px 32px rgba(15,23,42,.055);transition:.18s ease}.calc-service-card:hover{transform:translateY(-4px);border-color:#8db5ff;box-shadow:0 20px 42px rgba(18,97,255,.13)}.calc-service-card.primary{border-color:#b7ceff;background:linear-gradient(145deg,#f7faff,#fff)}
.calc-service-card i{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:15px;background:#eaf2ff;color:#1261ff;font-style:normal;font-weight:900}.calc-service-card div{display:flex;min-width:0;flex-direction:column}.calc-service-card small{color:#1261ff;font-weight:800}.calc-service-card strong{margin-top:8px;font-size:20px}.calc-service-card p{margin:10px 0;color:#69778d;line-height:1.6}.calc-service-card b{margin-top:auto;color:#1261ff;font-size:14px}
.calc-hub-notice{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:12px;margin-top:54px;padding:24px;border-radius:24px;background:#111a2f;color:#fff}.calc-hub-notice>strong{align-self:center;font-size:20px}.calc-hub-notice div{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #334158;border-radius:16px;background:#1c293d}.calc-hub-notice span{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:50%;background:#1261ff;font-weight:900}.calc-hub-notice p{margin:0;font-size:13px;line-height:1.45}
.sv-calc-trigger{position:fixed;right:24px;bottom:24px;z-index:10020;display:flex;align-items:center;gap:9px;padding:13px 17px;border:0;border-radius:999px;background:#1261ff;color:#fff;font:inherit;font-weight:900;cursor:pointer;box-shadow:0 16px 36px rgba(18,97,255,.34)}.sv-calc-trigger:hover{transform:translateY(-2px)}.sv-calc-trigger-icon{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:rgba(255,255,255,.18)}
.sv-calc-backdrop{position:fixed;inset:0;z-index:10025;background:rgba(8,15,30,.48);opacity:0;visibility:hidden;transition:.2s}.sv-calc-drawer{position:fixed;top:0;right:0;z-index:10030;width:min(420px,94vw);height:100dvh;padding:24px;background:#f5f8fd;box-shadow:-20px 0 60px rgba(15,23,42,.2);transform:translateX(105%);transition:.24s ease;overflow:auto}.sv-calc-open .sv-calc-backdrop{opacity:1;visibility:visible}.sv-calc-open .sv-calc-drawer{transform:translateX(0)}.sv-calc-open{overflow:hidden}
.sv-drawer-head{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:20px}.sv-drawer-head small{color:#1261ff;font-weight:900}.sv-drawer-head h2{margin:5px 0 0;font-size:28px;color:#111a2f}.sv-drawer-close{width:42px;height:42px;border:1px solid #d7e0ed;border-radius:13px;background:#fff;font-size:24px;cursor:pointer}.sv-drawer-group{margin-top:22px}.sv-drawer-group-title{margin:0 0 10px;color:#68778e;font-size:13px;font-weight:900}.sv-drawer-list{display:grid;gap:9px}.sv-drawer-item{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid #dce5f1;border-radius:17px;background:#fff;color:#111a2f;text-decoration:none}.sv-drawer-item:hover{border-color:#8db5ff}.sv-drawer-item i{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#eaf2ff;color:#1261ff;font-style:normal;font-weight:900}.sv-drawer-item div{min-width:0}.sv-drawer-item strong{display:block}.sv-drawer-item span{display:block;margin-top:3px;color:#78869a;font-size:12px}.sv-drawer-all{display:block;margin-top:20px;padding:15px;border-radius:15px;background:#1261ff;color:#fff;text-align:center;text-decoration:none;font-weight:900}
@media(max-width:980px){.calc-hub-hero{grid-template-columns:1fr}.calc-hub-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-hub-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-hub-notice{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.calc-hub-wrap{padding:28px 15px 80px}.calc-hub-hero{padding:28px 22px}.calc-hub-hero h1{font-size:44px}.calc-hub-heading{align-items:start;flex-direction:column}.calc-hub-grid-4,.calc-hub-grid-3{grid-template-columns:1fr}.calc-service-card{min-height:190px}.calc-hub-notice{grid-template-columns:1fr}.sv-calc-trigger{right:14px;bottom:14px;padding:12px}.sv-calc-trigger-label{display:none}}
