:root{
  --sp-navy:#06193c;
  --sp-navy-2:#08224f;
  --sp-navy-3:#0b2d63;
  --sp-green:#38b437;
  --sp-blue:#2d8df3;
  --sp-bg:#f6f9fd;
  --sp-bg-2:#eef4fb;
  --sp-text:#0b2b60;
  --sp-muted:#66758f;
  --sp-border:#dbe3ed;
  --sp-white:#fff;
  --sp-head:'Poppins',system-ui,sans-serif;
  --sp-body:'Inter',system-ui,sans-serif;
}
*{box-sizing:border-box}
body.subpage a{text-decoration:none;color:inherit}
body.subpage ul{list-style:none}
body.subpage button,body.subpage input,body.subpage select,body.subpage textarea{font-family:var(--sp-body)}
body.subpage img{display:block;max-width:100%}
body.subpage{margin:0;background:var(--sp-bg);color:var(--sp-text);font-family:var(--sp-body);overflow-x:hidden}
body.subpage h1,body.subpage h2,body.subpage h3,body.subpage h4{font-family:var(--sp-head);color:var(--sp-text);letter-spacing:-.025em;line-height:1.08}
body.subpage p{font-family:var(--sp-body);color:var(--sp-muted);line-height:1.55}
.sp-wrap{width:min(1176px,calc(100% - 96px));margin-inline:auto}
.sp-topbar{height:36px;background:var(--sp-navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:13px;font-size:12px}
.sp-topbar .dot{width:8px;height:8px;background:var(--sp-green);border-radius:999px;margin:0;box-shadow:0 0 0 5px rgba(56,180,55,.09)}
.sp-topbar a{color:#5aa3f0;font-weight:600}
.sp-topbar .sep{color:#8390a6}
.sp-header{height:74px;background:rgba(255,255,255,.98);position:relative;z-index:10;box-shadow:0 1px 0 rgba(5,25,60,.05)}
.sp-nav{height:100%;display:grid;grid-template-columns:240px 1fr 330px;align-items:center}
.sp-brand{display:inline-flex;align-items:center;gap:10px;width:max-content}
.sp-brand svg{width:42px;height:42px;display:block}
.sp-brand-text{display:flex;flex-direction:column;line-height:1}
.sp-brand-name{font-family:var(--sp-head);font-size:18px;font-weight:800;letter-spacing:.02em;color:#0c2f64}
.sp-brand-sub{font-size:9px;font-weight:700;letter-spacing:.25em;color:#2c9e43;margin-top:5px}
.sp-menu{display:flex;justify-content:center;align-items:center;gap:34px;font-size:14px;font-weight:500;color:#43536f}
.sp-menu a{padding:9px 13px;border-radius:999px;transition:.15s}
.sp-menu a:hover,.sp-menu a.active{background:#e8edf5;color:#143866}
.sp-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.sp-phone{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;color:#183a6a;white-space:nowrap}
.sp-phone-icon{width:34px;height:34px;border-radius:50%;background:#e7f8e7;color:#2fa43a;display:grid;place-items:center}
.sp-quote-btn,.sp-green-btn,.sp-grey-btn{border:0;border-radius:999px;font-family:var(--sp-body);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.sp-quote-btn{height:42px;padding:0 24px;background:var(--sp-green);color:#fff;box-shadow:0 8px 18px rgba(56,180,55,.19)}
.sp-green-btn{height:46px;padding:0 27px;background:var(--sp-green);color:#fff;box-shadow:0 10px 22px rgba(56,180,55,.24)}
.sp-grey-btn{height:46px;padding:0 27px;background:#b7c4d6;color:#fff}
.sp-eyebrow{display:inline-flex;align-items:center;gap:11px;color:#2d8df3;text-transform:uppercase;letter-spacing:.22em;font-size:10px;font-weight:700}
.sp-eyebrow:before{content:'';width:30px;height:1px;background:#2d8df3;opacity:.85}
.sp-eyebrow.light{color:#55a7fb}.sp-eyebrow.light:before{background:#55a7fb}

/* Hero shared */
.sp-hero{height:465px;position:relative;overflow:hidden;background:var(--sp-navy)}
.sp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.sp-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,60,.96) 0%,rgba(6,25,60,.86) 48%,rgba(6,25,60,.60) 100%)}
.sp-hero-inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:720px}
.sp-hero h1{font-size:44px;line-height:1.03;color:#fff;margin:18px 0 16px;max-width:720px}
.sp-hero p{font-size:15px;color:#cbd7e8;margin:0;max-width:700px;line-height:1.55}

/* About */
.about-story{padding:108px 0 110px;background:var(--sp-bg)}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}
.about-story-media{height:514px;border-radius:22px;overflow:hidden;box-shadow:0 17px 30px rgba(13,37,72,.12)}
.about-story-media img{width:100%;height:100%;object-fit:cover}
.about-story-copy{padding-left:0}
.about-story-copy h2{font-size:35px;margin:14px 0 23px;max-width:510px}
.about-story-copy p{font-size:14.2px;margin:0 0 18px;max-width:560px}
.about-stats{height:202px;background:var(--sp-navy);display:flex;align-items:center}
.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);width:100%}
.about-stat{text-align:center}.about-stat strong{display:block;font-family:var(--sp-head);font-size:47px;color:#5aa9ff;line-height:1}.about-stat span{display:block;color:#c6d1e2;font-size:11px;margin-top:11px}
.about-values{padding:118px 0 110px;background:var(--sp-bg)}
.sp-center-head{text-align:center;max-width:670px;margin:0 auto 58px}.sp-center-head h2{font-size:34px;margin:15px auto 0;max-width:650px}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about-value-card{height:214px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px 30px;box-shadow:0 4px 16px rgba(10,35,73,.02)}
.about-value-card .num{display:block;font-family:var(--sp-head);font-size:22px;color:#147ff0;font-weight:700;margin-bottom:14px}.about-value-card h3{font-size:17px;margin:0 0 12px}.about-value-card p{font-size:13px;margin:0}
.about-reviews{padding:112px 0 115px;background:#eef4fb}
.about-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{background:#fff;border-radius:20px;min-height:256px;padding:28px 30px;box-shadow:0 13px 28px rgba(19,50,87,.14);border:1px solid #e7ebf2}.stars{color:#32ad3b;letter-spacing:3px;font-size:15px}.review-card blockquote{margin:14px 0 25px;font-size:13.3px;color:#5e6b80;line-height:1.55}.review-person{display:flex;align-items:center;gap:12px}.review-avatar{width:39px;height:39px;border-radius:50%;background:#082e69;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}.review-person strong{display:block;font-size:12.5px;color:#153a6d}.review-person small{display:block;font-size:10px;color:#7e8ca3;margin-top:3px}

/* CTA */
.sp-big-cta-section{padding:110px 0 112px;background:var(--sp-bg)}
.sp-big-cta{min-height:458px;border-radius:25px;background:radial-gradient(circle at 92% 70%,rgba(25,139,117,.28),transparent 30%),linear-gradient(135deg,#0b3878 0%,#06193c 58%,#082842 100%);display:flex;align-items:center;justify-content:center;text-align:center;padding:68px 50px}
.sp-big-cta .inner{max-width:680px}.sp-big-cta h2{font-size:40px;color:#fff;margin:18px auto 15px;max-width:650px}.sp-big-cta p{font-size:14px;color:#cbd7e8;margin:0 auto 28px;max-width:620px}.sp-big-cta .actions{display:flex;justify-content:center;gap:13px}

/* FAQ */
.faq-body-match{padding:115px 0 112px;background:var(--sp-bg)}
.faq-group-match{margin-bottom:66px}.faq-group-match:last-of-type{margin-bottom:76px}
.faq-group-title{margin-bottom:22px}
.faq-box{background:#fff;border:1px solid #dfe6ef;border-radius:21px;overflow:hidden}
.faq-row{border-bottom:1px solid #e2e7ef}.faq-row:last-child{border-bottom:0}.faq-q{min-height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px;font-weight:700;color:#16396c;cursor:pointer}.faq-toggle{width:31px;height:31px;border-radius:50%;background:#f1f4f8;color:#193a6b;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.faq-a{display:none;padding:0 24px 23px;font-size:14px;color:#6a7890;line-height:1.55}.faq-row.open .faq-a{display:block}.faq-row.open .faq-toggle{font-size:0}.faq-row.open .faq-toggle:after{content:'×';font-size:18px}

/* Blog */
.blog-main{padding:96px 0 96px;background:var(--sp-bg)}
.blog-featured{height:395px;background:#fff;border:1px solid #dfe6ef;border-radius:27px;overflow:hidden;display:grid;grid-template-columns:1.02fr 1fr}
.blog-featured-img{width:100%;height:100%;object-fit:cover}.blog-featured-copy{padding:58px 48px}.blog-badge{display:inline-flex;background:#e8f6e8;color:#2b9d36;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700;text-transform:uppercase}.blog-featured h2{font-size:31px;margin:14px 0 13px}.blog-featured p{font-size:14px;margin:0 0 16px}.blog-meta{font-size:11.5px;color:#6b7890}.blog-read{display:inline-block;margin-top:22px;color:#1680ef;font-size:13px;font-weight:600}
.blog-filters{display:flex;gap:12px;margin:58px 0 35px}.blog-filter{height:40px;border:1px solid #ccd6e2;border-radius:999px;padding:0 22px;background:transparent;color:#455873;font-weight:600;font-size:12px;cursor:pointer}.blog-filter.active{background:#0a2b61;border-color:#0a2b61;color:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;align-items:start}
.blog-card{background:#fff;border:1px solid #dfe6ef;border-radius:20px;overflow:hidden;min-height:421px}.blog-card img{width:100%;height:205px;object-fit:cover}.blog-card-body{padding:23px 24px 24px}.blog-card .cat{font-size:10px;color:#1580ef;font-weight:700;text-transform:uppercase}.blog-card h3{font-size:18px;line-height:1.25;margin:10px 0 11px}.blog-card p{font-size:12.7px;margin:0 0 17px;line-height:1.45}.blog-card .blog-meta{font-size:10.5px}.blog-card:nth-child(4){grid-column:1}
.blog-newsletter{margin-top:64px;min-height:205px;border-radius:25px;background:radial-gradient(circle at 100% 50%,rgba(25,139,117,.24),transparent 25%),linear-gradient(135deg,#0a3777,#06193c 75%);display:flex;align-items:center;padding:40px 58px;gap:35px}.blog-news-left{flex:1}.blog-news-left h2{font-size:29px;color:#fff;margin:12px 0 8px}.blog-news-left p{font-size:12.5px;color:#bfcbe0;margin:0}.blog-news-form{width:49%;display:flex;gap:12px}.blog-news-form input{flex:1;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);padding:0 22px;color:#fff;outline:none}.blog-news-form input::placeholder{color:#899ab7}.blog-news-form button{min-width:130px}

/* Quote page */
.quote-page-main{min-height:905px;background:radial-gradient(circle at 100% 75%,rgba(19,139,117,.18),transparent 30%),linear-gradient(180deg,#06193c,#06193c);padding:94px 0 82px}
.quote-grid{display:grid;grid-template-columns:.95fr 1.1fr;gap:58px;align-items:start}
.quote-left{padding-top:13px}.quote-left h1{font-size:47px;color:#fff;line-height:1.08;margin:20px 0 27px;max-width:500px}.quote-left>p{font-size:16px;color:#c5d2e3;max-width:500px;margin:0 0 30px}.quote-checks{display:grid;gap:12px;margin:0 0 34px;padding:0}.quote-checks li{display:flex;align-items:center;gap:12px;color:#e1e9f4;font-size:14px}.quote-checks span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#33ad3c;color:#fff;font-weight:700;font-size:13px}.quote-talk{border:1px solid #1b4a83;background:rgba(11,49,102,.66);border-radius:15px;padding:26px 28px;max-width:485px}.quote-talk .label{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:#65aaf5;font-weight:700}.quote-talk .phone{font-family:var(--sp-head);font-size:24px;color:#fff;font-weight:700;margin:8px 0 18px;display:block}.quote-talk .sp-green-btn{height:43px;font-size:13px}
.quote-form-card{background:#fff;border-radius:25px;padding:36px 34px 31px;box-shadow:0 12px 38px rgba(0,0,0,.12)}.quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 20px}.q-field{display:flex;flex-direction:column;gap:9px}.q-field.full{grid-column:1/-1}.q-field label{font-size:12.5px;font-weight:700;color:#183a6b}.q-field input,.q-field select,.q-field textarea{width:100%;border:1px solid #d6dee8;border-radius:10px;background:#fff;color:#183a6b;font:14px var(--sp-body);padding:0 16px;outline:none}.q-field input,.q-field select{height:48px}.q-field textarea{height:105px;padding-top:14px;resize:none}.q-field input::placeholder,.q-field textarea::placeholder{color:#a2aec0}.q-upload{height:64px;border:1px dashed #b6c4d7;border-radius:11px;background:#f7f9fc;display:flex;align-items:center;gap:12px;padding:0 16px;color:#65758e;font-size:13px;cursor:pointer}.q-upload-icon{width:32px;height:32px;border-radius:50%;background:#edf2f7;display:grid;place-items:center;color:#214474;font-size:19px}.quote-submit{grid-column:1/-1;width:100%;height:49px;border:0;border-radius:999px;background:var(--sp-green);color:#fff;font-weight:600;font-family:var(--sp-body);box-shadow:0 10px 22px rgba(56,180,55,.21);cursor:pointer}.quote-note{grid-column:1/-1;text-align:center;margin:0;color:#74839a;font-size:10.5px}

/* Footer */
.sp-footer{background:var(--sp-navy);color:#c3cede;padding:52px 0 29px;position:relative}.sp-footer:before{content:'';position:absolute;left:0;top:0;width:45%;height:100%;background:radial-gradient(circle at 10% 60%,rgba(22,120,106,.16),transparent 55%);pointer-events:none}.sp-footer-call{position:relative;z-index:1;height:112px;border:1px solid #19447b;border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;margin-bottom:44px;background:rgba(12,48,99,.55)}.sp-footer-call h3{font-size:21px;color:#fff;margin:0 0 7px}.sp-footer-call p{font-size:12.5px;color:#b9c7db;margin:0}.sp-footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr 1fr 1fr;gap:54px}.sp-footer .sp-brand-name{color:#fff}.sp-footer-brand p{font-size:12.5px;color:#acb9cc;max-width:260px;margin:24px 0}.sp-social{display:flex;gap:14px}.sp-social a{width:34px;height:34px;border:1px solid #37516f;border-radius:50%;display:grid;place-items:center;color:#b7c3d4;font-size:12px}.sp-footer h4{font-family:var(--sp-body);font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:#5aa3f0;margin:8px 0 20px}.sp-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.sp-footer li,.sp-footer li a{font-size:12.5px;color:#b8c4d5;line-height:1.3}.sp-footer-bottom{position:relative;z-index:1;border-top:1px solid #203c63;margin-top:42px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:#8796aa}.sp-footer-bottom .legal{display:flex;gap:28px}

/* Quote page compact footer positioning */
body.quote-layout .sp-footer{padding-top:40px}.quote-layout .sp-footer-call{height:110px;margin-bottom:35px}.quote-layout .sp-footer-grid{gap:44px}.quote-layout .sp-footer-brand p{margin:18px 0}.quote-layout .sp-footer-bottom{margin-top:30px}

/* Mobile */
.sp-mobile-toggle{display:none}
@media(max-width:1000px){
  .sp-wrap{width:min(100% - 40px,1176px)}.sp-nav{grid-template-columns:1fr auto}.sp-menu,.sp-actions .sp-phone{display:none}.sp-actions{gap:8px}.sp-mobile-toggle{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d9e1eb;border-radius:9px;font-size:20px;color:#173b6d}.sp-menu.mobile-open{display:flex;position:absolute;left:20px;right:20px;top:72px;background:white;flex-direction:column;gap:0;padding:14px;border-radius:14px;box-shadow:0 18px 40px rgba(11,37,73,.16)}.sp-menu.mobile-open a{width:100%}
  .about-story-grid,.quote-grid{grid-template-columns:1fr}.about-story-media{height:420px}.about-stats{height:auto;padding:55px 0}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:45px}.about-values-grid,.about-reviews-grid,.blog-grid{grid-template-columns:1fr 1fr}.blog-featured{height:auto;grid-template-columns:1fr}.blog-featured-img{height:330px}.blog-newsletter{flex-direction:column;align-items:flex-start}.blog-news-form{width:100%}.sp-footer-grid{grid-template-columns:1fr 1fr}.sp-big-cta{min-height:370px}.quote-page-main{padding-top:70px}.quote-left h1{font-size:42px}
}
@media(max-width:680px){
  .sp-topbar{font-size:10px}.sp-topbar .sep,.sp-topbar a{display:none}.sp-header{height:68px}.sp-actions .sp-quote-btn{padding:0 15px;height:38px;font-size:12px}.sp-brand svg{width:36px;height:36px}.sp-brand-name{font-size:15px}.sp-brand-sub{font-size:7px}.sp-hero{height:390px}.sp-hero h1{font-size:34px}.sp-hero p{font-size:14px}.about-story,.about-values,.about-reviews,.faq-body-match,.blog-main{padding:75px 0}.about-story-media{height:350px}.about-story-copy h2{font-size:29px}.about-stats-grid{grid-template-columns:1fr 1fr}.about-stat strong{font-size:38px}.about-values-grid,.about-reviews-grid,.blog-grid{grid-template-columns:1fr}.about-value-card{height:auto;min-height:185px}.sp-center-head h2{font-size:29px}.sp-big-cta-section{padding:75px 0}.sp-big-cta{padding:55px 22px;min-height:360px}.sp-big-cta h2{font-size:31px}.sp-big-cta .actions{flex-direction:column;align-items:center}.faq-group-match{margin-bottom:48px}.faq-q{font-size:14px;min-height:70px}.blog-featured-copy{padding:35px 28px}.blog-featured h2{font-size:25px}.blog-filters{overflow-x:auto;padding-bottom:5px}.blog-grid{display:grid}.blog-card:nth-child(4){grid-column:auto}.blog-newsletter{padding:38px 25px}.blog-news-form{flex-direction:column}.blog-news-form button{height:48px}.quote-page-main{padding:60px 0}.quote-left h1{font-size:35px}.quote-form-card{padding:28px 20px}.quote-form-grid{grid-template-columns:1fr}.q-field.full,.quote-submit,.quote-note{grid-column:1}.sp-footer-call{height:auto;padding:24px;gap:20px;align-items:flex-start;flex-direction:column}.sp-footer-grid{grid-template-columns:1fr}.sp-footer-bottom{flex-direction:column;align-items:flex-start;gap:15px}.sp-footer-bottom .legal{gap:18px}
}

body.subpage .sp-hero h1,body.subpage .quote-left h1,body.subpage .sp-big-cta h2,body.subpage .blog-news-left h2,body.subpage .sp-footer h3{color:#fff}
body.subpage .sp-footer h4{color:#5aa3f0}
/* final alignment refinements */
.sp-nav{grid-template-columns:220px minmax(0,1fr) 340px}
.sp-menu{gap:20px}.sp-menu a{padding:9px 10px}
.sp-phone{font-size:13px;gap:8px}.sp-phone-icon{width:32px;height:32px;font-size:13px}.sp-quote-btn{padding:0 21px}
.quote-form-card form{display:flex;flex-direction:column;gap:18px}
.q-row{display:flex;gap:20px}.q-row>.q-field{flex:1;min-width:0}.q-field.full{width:100%}.quote-submit{width:100%;height:49px}.quote-note{text-align:center}
body.quote-layout .sp-footer{min-height:506px}
@media(max-width:680px){.q-row{flex-direction:column}.sp-menu{gap:0}}
.q-row>.q-field{flex:1 1 0;width:0;min-width:0}.q-field input,.q-field select,.q-field textarea{min-width:0;max-width:100%;box-sizing:border-box}.q-field input[type=file]{display:none!important}
.q-row{display:flex;gap:20px;width:100%}.q-row>.q-field{flex:none;width:calc(50% - 10px);min-width:0}.q-row>.q-field input,.q-row>.q-field select{width:100%}
@media(max-width:680px){.q-row>.q-field{width:100%}}
.sp-brand-img img{width:200px;height:auto;max-width:none}.sp-brand-img--footer img{width:190px}.sp-footer .sp-brand-img--footer{display:block}
@media(max-width:680px){.sp-brand-img img{width:155px}.sp-brand-img--footer img{width:165px}}
img.sp-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sp-wrap{width:calc(100% - 96px);max-width:1176px;margin-left:auto;margin-right:auto}
.sp-hero-inner{max-width:1176px}
img.sp-hero-bg{filter:brightness(.48) saturate(.82)}
@media(max-width:1000px){.sp-wrap{width:calc(100% - 40px)}}
