@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}:root{--clr-navy:#000624;--clr-navy-soft:#0a1628;--clr-accent:#ff6b2b;--clr-accent-hover:#e55a1c;--clr-white:#fff;--clr-light-bg:#f5f7fa;--clr-text:#1f2937;--clr-muted:#6b7280;--clr-border:#e5e7eb;--font:"Inter", system-ui, sans-serif;--max-w:1200px;--section-pad:5rem 1.5rem;--trans:.2s ease}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--clr-text);background:var(--clr-white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65}h1,h2,h3,h4{color:var(--clr-text);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.1rem,2.5vw,1.4rem)}p{color:var(--clr-muted)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-pad)}.section--dark{background:var(--clr-navy);color:var(--clr-white)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark p{color:var(--clr-white)}.section--light-bg{background:var(--clr-light-bg)}.btn{letter-spacing:.5px;transition:background var(--trans), transform var(--trans), color var(--trans);border-radius:4px;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-block}.btn--primary{background:var(--clr-accent);color:var(--clr-white)}.btn--primary:hover{background:var(--clr-accent-hover);transform:translateY(-1px)}.btn--outline{color:var(--clr-white);border:2px solid var(--clr-white);background:0 0}.btn--outline:hover{background:var(--clr-white);color:var(--clr-navy)}.btn--outline-dark{color:var(--clr-navy);border:2px solid var(--clr-navy);background:0 0}.btn--outline-dark:hover{background:var(--clr-navy);color:var(--clr-white)}.section-title{margin-bottom:1rem}.section-desc{max-width:640px;color:var(--clr-muted);font-size:1.05rem}.card{background:var(--clr-white);border:1px solid var(--clr-border);transition:box-shadow var(--trans), transform var(--trans);border-radius:8px;padding:2rem}.card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}:root{--section-pad:3.5rem 1.25rem}}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--clr-text);font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--clr-border);font:inherit;color:var(--clr-text);background:var(--clr-white);transition:border-color var(--trans);border-radius:4px;width:100%;padding:.75rem 1rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--clr-accent);outline:none}.form-group textarea{resize:vertical;min-height:130px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}.toast{border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500}.toast--success{color:#065f46;background:#ecfdf5;border:1px solid #6ee7b7}.toast--error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.field-error{color:#e53e3e;margin-top:.25rem;font-size:.8rem;display:block}.divider{background:var(--clr-border);height:1px;margin:2rem 0}.navbar{z-index:1000;background:var(--clr-navy);transition:box-shadow var(--trans);position:fixed;top:0;left:0;right:0}.navbar--scrolled{box-shadow:0 2px 20px #0006}.navbar__inner{justify-content:space-between;align-items:center;height:70px;display:flex}.navbar__logo{letter-spacing:2px;color:var(--clr-white);text-transform:uppercase;flex-shrink:0;font-size:1.2rem;font-weight:800}.navbar__nav{align-items:center;gap:.25rem;display:flex}.navbar__link{letter-spacing:1.2px;text-transform:uppercase;color:#ffffffbf;transition:color var(--trans);border-radius:4px;padding:.5rem .85rem;font-size:.85rem;font-weight:500}.navbar__link:hover,.navbar__link--active{color:var(--clr-white)}.navbar__link--active{color:var(--clr-accent)}.navbar__cta{margin-left:.75rem;padding:.55rem 1.25rem;font-size:.82rem}.navbar__hamburger{flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.navbar__hamburger span{background:var(--clr-white);height:2px;transition:transform var(--trans), opacity var(--trans);border-radius:2px;display:block}.navbar__hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__nav{background:var(--clr-navy);border-top:1px solid #ffffff1a;flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:none;position:absolute;top:70px;left:0;right:0}.navbar__nav--open{display:flex}.navbar__link{padding:.75rem .5rem}.navbar__cta{text-align:center;margin-top:.5rem;margin-left:0}}.footer{background:var(--clr-navy);color:#ffffffb3;padding-top:4rem}.footer__inner{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__logo{letter-spacing:2px;color:var(--clr-white);text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:inline-block}.footer__brand p{color:#ffffff8c;font-size:.9rem;line-height:1.7}.footer__col h4{letter-spacing:1.5px;text-transform:uppercase;color:var(--clr-white);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer__col ul{flex-direction:column;gap:.6rem;display:flex}.footer__col ul li{color:#ffffff8c;font-size:.9rem}.footer__col ul li a{color:#ffffff8c;transition:color var(--trans)}.footer__col ul li a:hover{color:var(--clr-accent)}.footer__bottom{border-top:1px solid #ffffff14;padding:1.25rem 0}.footer__bottom p{color:#ffffff59;text-align:center;font-size:.85rem}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__inner{grid-template-columns:1fr;gap:2rem}}.hero{background:var(--clr-navy);align-items:center;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero__overlay{pointer-events:none;background:radial-gradient(at 70%,#ff6b2b14 0%,#0000 60%);position:absolute;inset:0}.hero__content{z-index:1;max-width:700px;padding-top:4rem;padding-bottom:4rem;position:relative}.hero__content h1{color:var(--clr-white);margin-bottom:1.5rem}.hero__accent{color:var(--clr-accent)}.hero__sub{color:#ffffffb3;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem}.hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.home-services__head{margin-bottom:3rem}.home-services__grid{margin-bottom:2.5rem}.home-service-card{text-align:center}.home-service-card__icon{margin-bottom:1rem;font-size:2.5rem}.home-service-card h3{margin-bottom:.6rem}.home-service-card p{font-size:.92rem}.home-services__cta{text-align:center;margin-top:1rem}.why-us{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why-us__blocks{flex-direction:column;gap:1.75rem;margin-top:2rem;display:flex}.why-us__block{align-items:flex-start;gap:1rem;display:flex}.why-us__dot{background:var(--clr-accent);border-radius:50%;width:10px;min-width:10px;height:10px;margin-top:6px}.why-us__block h3{margin-bottom:.3rem;font-size:1rem}.why-us__img img{object-fit:cover;border-radius:8px;width:100%;height:480px;box-shadow:0 20px 60px #00000026}@media (width<=768px){.why-us{grid-template-columns:1fr}.why-us__img{order:-1}.why-us__img img{height:280px}}.serving .section-title,.serving .section-desc{color:var(--clr-white)}.serving .section-desc{margin-bottom:2rem}.serving__cities{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.serving__city{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:.4rem 1rem;font-size:.88rem;font-weight:500}.enquiry-section__head{padding-top:.5rem}@media (width<=768px){.enquiry-section{grid-template-columns:1fr;gap:2rem}}.page-hero{text-align:center;padding:110px 0 60px}.page-hero__content h1{color:var(--clr-white);margin:.75rem 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.page-hero__content p{color:#ffffffbf;max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.75}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{color:var(--clr-navy);margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.25}.section--dark .section-title{color:var(--clr-white)}.section-desc{color:var(--clr-muted);max-width:600px;font-size:1rem;line-height:1.75}.section--dark .section-desc{color:#ffffffb3}.svc-detail__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.svc-detail__inner--reverse .svc-detail__text{order:2}.svc-detail__inner--reverse .svc-detail__img{order:1}.svc-detail__desc{color:var(--clr-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.svc-detail__benefits h4{color:var(--clr-text);margin-bottom:.75rem;font-size:1rem;font-weight:600}.svc-detail__benefits ul{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.svc-detail__benefits li{color:var(--clr-text);align-items:baseline;gap:.5rem;font-size:.95rem;line-height:1.5;display:flex}.svc-detail__check{color:var(--clr-accent);flex-shrink:0;font-weight:700}.svc-detail__ideal{color:var(--clr-muted);border-left:3px solid var(--clr-accent);background:var(--clr-light-bg);border-radius:0 6px 6px 0;padding:.75rem 1rem;font-size:.9rem}.svc-detail__img img{object-fit:cover;border-radius:12px;width:100%;max-height:380px;display:block}.staffing-type-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:2rem}.staffing-type-card h3{color:var(--clr-white);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.staffing-type-card ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.staffing-type-card li{color:#ffffffbf;align-items:baseline;gap:.5rem;font-size:.9rem;display:flex}.svc-cta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.svc-cta-row h2{color:var(--clr-navy);margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.svc-cta-row p{color:var(--clr-muted);font-size:.95rem}.svc-cta-row__btns{flex-wrap:wrap;flex-shrink:0;gap:1rem;display:flex}.enquiry-section{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.enquiry-section__head .section-title{color:var(--clr-navy)}@media (width<=768px){.svc-detail__inner,.svc-detail__inner--reverse .svc-detail__text,.svc-detail__inner--reverse .svc-detail__img{order:unset;grid-template-columns:1fr}.svc-detail__inner{flex-direction:column;display:flex}.svc-detail__inner--reverse{flex-direction:column-reverse}.enquiry-section{grid-template-columns:1fr;gap:2rem}.svc-cta-row{flex-direction:column;align-items:flex-start}}.gallery-filter-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.gallery-filter-btn{border:2px solid var(--clr-border);color:var(--clr-text);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.gallery-filter-btn:hover{border-color:var(--clr-accent);color:var(--clr-accent)}.gallery-filter-btn--active{background:var(--clr-accent);border-color:var(--clr-accent);color:var(--clr-white)}.gallery-showcase{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.gallery-showcase-card{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:12px;transition:box-shadow .2s,transform .2s;overflow:hidden}.gallery-showcase-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.gallery-showcase-card__img{aspect-ratio:4/3;overflow:hidden}.gallery-showcase-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.gallery-showcase-card:hover .gallery-showcase-card__img img{transform:scale(1.04)}.gallery-showcase-card__body{padding:1.5rem}.gallery-cat-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:inline-block}.gallery-showcase-card__body h3{color:var(--clr-text);margin-bottom:.6rem;font-size:1.1rem;font-weight:700;line-height:1.3}.gallery-showcase-card__body p{color:var(--clr-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.gallery-date{color:var(--clr-muted);font-size:.78rem;font-weight:500}.stats-bar{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stats-bar__value{color:var(--clr-accent);margin-bottom:.35rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.stats-bar__label{color:var(--clr-white);margin-bottom:.2rem;font-size:.95rem;font-weight:600;display:block}.stats-bar__sub{color:#ffffff8c;font-size:.78rem;display:block}.gallery-cta{text-align:center;max-width:620px;margin:0 auto}.gallery-cta h2{color:var(--clr-navy);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.gallery-cta p{color:var(--clr-muted);margin-bottom:2rem;line-height:1.75}.gallery-cta__btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.stats-bar{grid-template-columns:repeat(2,1fr)}.gallery-showcase{grid-template-columns:1fr}}.about-hero{padding:110px 0 60px}.about-hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-hero__text h1{color:var(--clr-white);margin:.75rem 0 1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.accent-text{color:var(--clr-accent)}.about-hero__text p{color:#ffffffbf;margin-bottom:2rem;line-height:1.8}.about-hero__img img{object-fit:cover;border-radius:16px;width:100%;max-height:420px}.about-mission{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-mission__values h3{color:var(--clr-navy);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.values-list{flex-direction:column;gap:1.25rem;display:flex}.value-card{background:var(--clr-light-bg);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.value-card__icon{flex-shrink:0;font-size:1.5rem}.value-card h4{color:var(--clr-text);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.value-card p{color:var(--clr-muted);margin:0;font-size:.875rem;line-height:1.6}.approach-steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.approach-step{background:var(--clr-white);border:1px solid var(--clr-border);text-align:center;border-radius:12px;padding:2rem}.approach-step__num{color:var(--clr-accent);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.approach-step h3{color:var(--clr-navy);margin-bottom:.75rem;font-size:1rem;font-weight:700}.approach-step p{color:var(--clr-muted);margin:0;font-size:.9rem;line-height:1.7}.about-why__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.about-why__img{object-fit:cover;border-radius:12px;width:340px;max-height:220px}.about-why__blocks{gap:1.5rem}.why-block{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.why-block h3{color:var(--clr-white);margin-bottom:.6rem;font-size:1rem;font-weight:700}.why-block p{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.7}.city-pills{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.city-pill{background:var(--clr-light-bg);border:1.5px solid var(--clr-border);color:var(--clr-text);border-radius:2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500}.about-cta{text-align:center;max-width:540px;margin:0 auto}.about-cta h2{color:var(--clr-navy);margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.about-cta p{color:var(--clr-muted);margin-bottom:2rem}.about-cta__btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.about-hero__inner,.about-mission{grid-template-columns:1fr;gap:2rem}.approach-steps{grid-template-columns:1fr}.about-why__img{width:100%;max-height:200px}}.contact-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.contact-cards{flex-direction:column;gap:1rem;margin:1.5rem 0 2rem;display:flex}.contact-card{background:var(--clr-light-bg);border:1px solid var(--clr-border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.contact-card__icon{flex-shrink:0;font-size:1.5rem}.contact-card h4{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.85rem;font-weight:600}.contact-card__detail{color:var(--clr-text);margin-bottom:.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:block}a.contact-card__detail:hover{color:var(--clr-accent)}.contact-card__sub{color:var(--clr-muted);margin:0;font-size:.8rem}.urgent-note{border:1.5px solid var(--clr-accent);background:#fff3ee;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.urgent-note__icon{flex-shrink:0;font-size:1.5rem}.urgent-note h4{color:var(--clr-navy);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.urgent-note p{color:var(--clr-muted);margin:0;font-size:.875rem;line-height:1.6}.faq-list{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto;display:flex}.faq-item{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:10px;overflow:hidden}.faq-item.open{border-color:var(--clr-accent)}.faq-item__question{cursor:pointer;width:100%;color:var(--clr-text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.4rem;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.faq-item.open .faq-item__question{color:var(--clr-accent)}.faq-item__chevron{color:var(--clr-accent);flex-shrink:0;font-size:1.2rem;font-weight:400}.faq-item__answer{color:var(--clr-muted);margin:0;padding:0 1.4rem 1.1rem;font-size:.9rem;line-height:1.75}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.calc-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.calc-form-card{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px #0006240f}.calc-form-card h2{color:var(--clr-navy);margin-bottom:1.75rem;font-size:1.4rem;font-weight:700}.calc-rate-hint{color:var(--clr-muted);background:var(--clr-light-bg);border-radius:6px;margin:-.75rem 0 1.25rem;padding:.6rem .9rem;font-size:.85rem}.calc-error{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626;border-radius:6px;margin-bottom:.75rem;padding:.6rem .9rem;font-size:.875rem}.calc-result-card{background:var(--clr-navy);color:var(--clr-white);border-radius:16px;padding:2.5rem}.calc-result__range{color:var(--clr-white);margin:.5rem 0 1.5rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.1}.calc-result__currency{color:var(--clr-accent);font-size:1rem;font-weight:500}.calc-result__breakdown{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1.25rem 0;display:flex}.calc-result__row{color:#ffffffbf;justify-content:space-between;font-size:.9rem;display:flex}.calc-result__row span:last-child{color:var(--clr-white);font-weight:600}.calc-result__row--total{color:var(--clr-white);border-top:1px solid #ffffff26;margin-top:.25rem;padding-top:.5rem;font-size:1rem;font-weight:700}.calc-result__row--total span{color:var(--clr-accent)!important}.calc-result__disclaimer{color:#ffffff80;margin:0;font-size:.78rem;line-height:1.6}.calc-placeholder{background:var(--clr-light-bg);border:2px dashed var(--clr-border);text-align:center;border-radius:16px;padding:3rem 2rem}.calc-placeholder__icon{margin-bottom:1rem;font-size:3rem;display:block}.calc-placeholder h3{color:var(--clr-navy);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.calc-placeholder p{color:var(--clr-muted);margin:0 0 2rem;font-size:.9rem}.calc-example{background:var(--clr-white);border:1px solid var(--clr-border);text-align:left;border-radius:10px;padding:1.25rem}.calc-example h4{color:var(--clr-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.calc-example p{color:var(--clr-text);margin:0 0 .25rem;font-size:.9rem}.calc-example__range{font-size:1.1rem;font-weight:700;color:var(--clr-accent)!important}.calc-info-row{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.calc-info-card{background:var(--clr-white);border:1px solid var(--clr-border);text-align:center;border-radius:12px;padding:1.75rem}.calc-info-card__icon{margin-bottom:.75rem;font-size:1.75rem;display:block}.calc-info-card h4{color:var(--clr-navy);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.calc-info-card p{color:var(--clr-muted);margin:0;font-size:.875rem;line-height:1.7}@media (width<=900px){.calc-layout,.calc-info-row{grid-template-columns:1fr}}
