.product-calculator{color:var(--navy)}.calculator-toolbar{grid-template-columns:1fr auto;align-items:end;gap:.6rem 1rem;margin-bottom:1.5rem;display:grid}.calculator-toolbar label{font-weight:800}.calculator-toolbar input{width:100%;color:var(--navy);font:inherit;background:#fff;border:1px solid #0a1c2e29;border-radius:12px;outline:none;grid-column:1;padding:1rem 1.1rem}.calculator-toolbar input:focus{border-color:#c4a900;box-shadow:0 0 0 3px #ffdd003d}#product-count{color:var(--muted);grid-area:1/2/span 2;align-self:center;font-weight:700}.calculator-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:1.5rem;display:grid}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.product-card{background:#fff;border:1px solid #0a1c2e1a;border-radius:16px;grid-template-columns:130px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 8px 24px #0a1c2e0f}.product-image{color:#fff;background:radial-gradient(circle at 75% 20%, #ffdd0059, transparent 38%), var(--navy);place-items:center;min-height:180px;display:grid;position:relative;overflow:hidden}.product-image>span{font-size:2rem;font-weight:900}.product-image img{object-fit:contain;background:#fff;width:100%;height:100%;padding:.7rem;position:absolute;inset:0}.product-content{flex-direction:column;min-width:0;padding:1rem;display:flex}.product-number{color:var(--muted);font-size:.7rem;font-weight:700}.product-content h3{margin:.4rem 0 0;font-size:1rem;line-height:1.3}.product-category{color:#5f5600;background:#fff8c8;border-radius:999px;align-self:flex-start;margin-top:.55rem;padding:.25rem .45rem;font-size:.65rem;font-weight:800}.product-footer{justify-content:space-between;align-items:end;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.product-price strong,.product-price span{display:block}.product-price strong{font-size:1.05rem}.product-price span{color:var(--muted);margin-top:.15rem;font-size:.68rem}.product-footer button{color:var(--navy);white-space:nowrap;background:var(--yellow);cursor:pointer;border:0;border-radius:9px;padding:.7rem .8rem;font-weight:800}.product-footer button:hover{background:#efd000}.cart{background:#fff;border:1px solid #0a1c2e1a;border-radius:16px;position:sticky;top:1rem;overflow:hidden;box-shadow:0 10px 30px #0a1c2e17}.cart-heading{color:#fff;background:var(--navy);justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.cart-heading span{color:#cdd6df;font-size:.72rem;font-weight:700}.cart-heading h3{margin:.2rem 0 0;font-size:1.3rem}#cart-count{width:2.4rem;height:2.4rem;color:var(--navy);background:var(--yellow);border-radius:50%;place-items:center;display:grid}#cart-lines{max-height:390px;overflow-y:auto}.cart-empty,.calculator-status{color:var(--muted);text-align:center;background:#fff;border-radius:14px;margin:0;padding:2rem 1.2rem}.calculator-status{grid-column:1/-1}.calculator-status.error{color:#8a2929}.cart-line{border-bottom:1px solid #e5e9ec;padding:1rem 1.2rem}.cart-line-heading,.cart-line-controls{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cart-line-heading strong,.cart-line-heading span{display:block}.cart-line-heading strong{font-size:.83rem;line-height:1.3}.cart-line-heading span{color:var(--muted);margin-top:.2rem;font-size:.68rem}.remove-button{color:#8a2929;cursor:pointer;background:0 0;border:0;padding:.25rem;font-size:1.3rem}.cart-line-controls{margin-top:.8rem}.quantity-control{text-align:center;border:1px solid var(--border);border-radius:8px;grid-template-columns:2rem 2rem 2rem;align-items:center;display:inline-grid;overflow:hidden}.quantity-control button{height:2rem;color:var(--navy);cursor:pointer;background:#f2f4f5;border:0;font-size:1rem}.cart-summary{background:#f7f8f9;padding:1.2rem}.cart-summary>div{justify-content:space-between;gap:1rem;margin-bottom:.65rem;display:flex}.cart-summary span{color:var(--muted);font-size:.8rem}.cart-total{color:#fff;background:var(--navy);margin:1rem -1.2rem -1.2rem;padding:1rem 1.2rem}.cart-total span{color:#cdd6df}.cart-total strong{color:var(--yellow);font-size:1.25rem}.cart-disclaimer{color:var(--muted);margin:0;padding:1rem 1.2rem;font-size:.72rem;line-height:1.5}.offer-action{padding:0 1.2rem 1.2rem}.offer-action button{width:100%;color:var(--navy);font:inherit;background:var(--yellow);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1rem;font-weight:800;display:flex}.offer-action button:hover:not(:disabled){background:#efd000}.offer-action button:disabled{cursor:not-allowed;opacity:.45}.offer-panel{border-top:1px solid #e2e7ea;padding:1.2rem}.offer-panel[hidden]{display:none}.offer-heading>span{color:var(--yellow-text);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.offer-heading h3{margin:.3rem 0 0;font-size:1.25rem}.offer-heading p{color:var(--muted);margin:.5rem 0 1.2rem;font-size:.78rem;line-height:1.5}#offer-form,.form-grid{gap:.85rem;display:grid}#offer-form label>span{margin-bottom:.35rem;font-size:.75rem;font-weight:800;display:block}#offer-form input,#offer-form textarea{width:100%;color:var(--navy);font:inherit;background:#fff;border:1px solid #ccd5db;border-radius:8px;outline:none;padding:.75rem;font-size:.85rem}#offer-form input:focus,#offer-form textarea:focus{border-color:#c4a900;box-shadow:0 0 0 3px #fd03}#offer-form textarea{resize:vertical}.privacy-field{color:#56616c;grid-template-columns:auto 1fr;align-items:start;gap:.65rem;font-size:.75rem;line-height:1.45;display:grid}#offer-form .privacy-field input{width:1rem;height:1rem;margin-top:.15rem}#offer-form .privacy-field span{margin:0;font-weight:500}.website-field{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit-offer{color:#fff;font:inherit;background:var(--navy);cursor:pointer;border:0;border-radius:10px;padding:.9rem 1rem;font-weight:800}.submit-offer:hover:not(:disabled){background:#132f4a}.submit-offer:disabled{cursor:wait;opacity:.65}.offer-status{min-height:1.3rem;color:var(--muted);margin:0;font-size:.75rem;line-height:1.5}.offer-status.success{color:#23703c;font-weight:700}.offer-status.error{color:#9a2929;font-weight:700}@media (width<=1050px){.product-grid{grid-template-columns:1fr}}@media (width<=800px){.calculator-layout{grid-template-columns:1fr}.cart{position:static}}@media (width<=600px){.calculator-toolbar{grid-template-columns:1fr}#product-count{grid-area:auto/1}.product-card{grid-template-columns:105px minmax(0,1fr)}.product-image{min-height:165px}.product-footer{flex-direction:column;align-items:flex-start}.product-footer button{width:100%}}.container[data-astro-cid-gya2dfm3]{width:min(1180px,100% - 2rem);margin-inline:auto}.hero[data-astro-cid-gya2dfm3]{color:#fff;background:radial-gradient(circle at 85% 20%, #fd03, transparent 30%), var(--navy);padding:clamp(5rem,10vw,8rem) 0;position:relative;overflow:hidden}.hero[data-astro-cid-gya2dfm3]:after{content:"";border:3rem solid #ffdd0012;border-radius:50%;width:28rem;height:28rem;position:absolute;bottom:-12rem;right:-7rem}.eyebrow[data-astro-cid-gya2dfm3]{color:var(--yellow);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:800;display:inline-block}.eyebrow[data-astro-cid-gya2dfm3].dark{color:var(--yellow-text)}.hero[data-astro-cid-gya2dfm3] h1[data-astro-cid-gya2dfm3]{letter-spacing:-.05em;max-width:850px;margin:0;font-size:clamp(2.8rem,7vw,5.5rem);line-height:.98}.hero[data-astro-cid-gya2dfm3] p[data-astro-cid-gya2dfm3]{color:#ced6dd;max-width:680px;margin:1.5rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.calculator-section[data-astro-cid-gya2dfm3]{background:var(--surface);padding:clamp(4rem,8vw,7rem) 0}.section-heading[data-astro-cid-gya2dfm3]{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.section-heading[data-astro-cid-gya2dfm3] h2[data-astro-cid-gya2dfm3],.contact-content[data-astro-cid-gya2dfm3] h2[data-astro-cid-gya2dfm3]{color:var(--navy);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.section-heading[data-astro-cid-gya2dfm3] p[data-astro-cid-gya2dfm3]{max-width:420px;color:var(--muted);text-align:right;margin:0;font-weight:700}.calculator-placeholder[data-astro-cid-gya2dfm3]{min-height:280px;color:var(--navy);text-align:center;background:#fff;border:1px solid #0a1c2e1a;border-radius:18px;place-content:center;padding:2rem;display:grid;box-shadow:0 8px 30px #0a1c2e14}.calculator-placeholder[data-astro-cid-gya2dfm3] strong[data-astro-cid-gya2dfm3]{font-size:1.25rem}.calculator-placeholder[data-astro-cid-gya2dfm3] span[data-astro-cid-gya2dfm3]{color:var(--muted);margin-top:.5rem}.contact-section[data-astro-cid-gya2dfm3]{background:var(--yellow);padding:clamp(3.5rem,7vw,5.5rem) 0}.contact-content[data-astro-cid-gya2dfm3]{justify-content:space-between;align-items:center;gap:2rem;display:flex}.contact-content[data-astro-cid-gya2dfm3] p[data-astro-cid-gya2dfm3]{color:#4a450d;max-width:650px;margin:1rem 0 0;line-height:1.6}.contact-button[data-astro-cid-gya2dfm3]{color:#fff;background:var(--navy);border-radius:10px;flex-shrink:0;align-items:center;gap:.7rem;padding:1rem 1.4rem;font-weight:800;text-decoration:none;display:inline-flex}.contact-button[data-astro-cid-gya2dfm3]:hover{background:#132f4a}@media (width<=600px){.section-heading[data-astro-cid-gya2dfm3],.contact-content[data-astro-cid-gya2dfm3]{flex-direction:column;align-items:flex-start}.section-heading[data-astro-cid-gya2dfm3] p[data-astro-cid-gya2dfm3]{text-align:left}.contact-button[data-astro-cid-gya2dfm3]{justify-content:center;width:100%}}
