
:root{--blue:#0B5ED7;--navy:#092A60;--sky:#EAF4FF;--sky2:#EEF7FF;--text:#15345E;--muted:#526B88;--line:#D6E5F4;--shadow:0 16px 42px rgba(20,67,124,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sky);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 52px));margin:auto}
.header{background:var(--sky)}.header-inner{height:126px;display:flex;align-items:center;justify-content:space-between;gap:34px}.logo{width:185px;flex:0 0 185px}.logo img{width:100%;height:auto}.nav{display:flex;align-items:center;gap:31px;font-size:12px;font-weight:850;text-transform:uppercase}.nav .quote{background:var(--blue);color:#fff;padding:16px 25px;border-radius:7px}.menu{display:none;border:0;background:none;color:var(--navy);font-weight:900}
.hero{background:var(--sky)}.hero-bg{background-color:var(--sky);background-image:url("../images/hero-blended.jpg");background-position:center top;background-size:1536px 515px;background-repeat:no-repeat}.hero-copy{min-height:515px;padding:74px 0 74px;width:48%;display:flex;flex-direction:column;justify-content:center}.kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;margin:0 0 14px;color:var(--navy)}.hero h1{font-size:55px;line-height:1.02;letter-spacing:-.04em;color:var(--navy);margin:0 0 22px}.hero h1 span{color:var(--blue)}.lead{font-size:18px;line-height:1.58;max-width:520px;margin:0 0 30px}.actions{display:flex;gap:16px}.btn{min-height:51px;padding:0 25px;border:1.5px solid var(--blue);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;text-transform:uppercase}.btn.primary{background:var(--blue);color:#fff}.btn.secondary{background:rgba(255,255,255,.35);color:var(--blue)}
.trust{background:rgba(255,255,255,.25);border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(205,222,240,.75)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:28px 0}.trust-item{display:flex;align-items:center;gap:18px;padding:0 40px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0;padding-right:0}.icon{width:50px;height:50px;border:1.5px solid var(--blue);border-radius:50%;display:grid;place-items:center;flex:0 0 50px}.icon img{width:28px}.trust-item h3{font-size:13px;color:var(--navy);margin:0 0 5px}.trust-item p{font-size:11.5px;line-height:1.45;color:var(--muted);margin:0}
.about-section{background:linear-gradient(180deg,var(--sky) 0%,var(--sky2) 100%);padding:42px 0 25px}.about{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.about img{width:100%;border-radius:12px;box-shadow:var(--shadow)}.eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;color:var(--blue);margin:0 0 9px}.about h2{font-size:34px;color:var(--navy);margin:0 0 13px}.rule{width:55px;height:3px;background:var(--blue);display:block;margin-bottom:18px}.about p{font-size:14px;line-height:1.7;color:#385573;margin:0 0 16px}.mantra{display:flex;align-items:center;justify-content:center;gap:24px;padding:30px 0 6px;color:var(--blue);font-family:Georgia,serif;font-style:italic;font-size:30px}.mantra:before,.mantra:after{content:"";width:170px;height:1px;background:#82AADB}
.page-hero{background:var(--sky);padding:58px 0}.page-hero h1{font-size:46px;color:var(--navy);margin:0 0 12px}.section{background:var(--sky2);padding:60px 0}footer{background:#082653;color:#fff;padding:24px 0;font-size:12px}.footer{display:flex;justify-content:space-between;gap:20px}
@media(max-width:950px){.container{width:min(880px,calc(100% - 36px))}.nav{gap:18px;font-size:11px}.logo{width:160px;flex-basis:160px}.hero h1{font-size:47px}.hero-copy{width:52%}}
@media(max-width:800px){.container{width:calc(100% - 30px)}.header-inner{height:88px}.logo{width:138px;flex-basis:138px}.menu{display:block}.nav{display:none;position:absolute;z-index:30;top:76px;left:15px;right:15px;background:#fff;border-radius:14px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:12px}.nav .quote{text-align:center;margin-top:6px}.hero-bg{background-position:62% top;background-size:auto 430px;background-repeat:no-repeat;padding-top:430px}.hero-copy{width:100%;min-height:0;padding:28px 0 30px;background:var(--sky)}.hero h1{font-size:40px}.lead{font-size:16px}.trust-grid{grid-template-columns:1fr;padding:15px 0}.trust-item,.trust-item:first-child,.trust-item:last-child{padding:15px 0;border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.about{grid-template-columns:1fr;gap:28px}}
@media(max-width:520px){.hero-bg{background-size:auto 340px;padding-top:340px;background-position:64% top}.hero h1{font-size:35px}.lead{font-size:15px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn{padding:0 10px}.about h2{font-size:30px}.mantra{font-size:25px}.mantra:before,.mantra:after{width:55px}.footer{flex-direction:column;text-align:center}}

@media (min-width:801px) and (max-width:1536px){
  .hero-bg{background-size:100% auto}
}
@media (min-width:1537px){
  .hero-bg{background-size:1536px 515px}
}


/* Expanded interior pages */
.inner-page{background:var(--sky)}
.inner-hero{
  background:linear-gradient(180deg,var(--sky) 0%,#eef7ff 100%);
  padding:64px 0 54px;
}
.inner-hero .inner-wrap{max-width:860px}
.inner-hero .eyebrow{margin-bottom:10px}
.inner-hero h1{
  margin:0 0 16px;color:var(--navy);font-size:48px;line-height:1.06;letter-spacing:-.035em
}
.inner-hero p{font-size:18px;line-height:1.65;color:var(--muted);margin:0}
.inner-section{background:var(--sky2);padding:62px 0}
.inner-section.whiteish{background:rgba(255,255,255,.26)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.two-col.top{align-items:start}
.copy h2{font-size:34px;line-height:1.12;color:var(--navy);margin:0 0 14px}
.copy h3{font-size:20px;color:var(--navy);margin:24px 0 8px}
.copy p{font-size:15px;line-height:1.74;color:#3b5876;margin:0 0 16px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature-card{
  background:rgba(255,255,255,.72);border:1px solid #dfeaf6;border-radius:16px;padding:25px;
  box-shadow:0 8px 26px rgba(20,65,120,.05)
}
.feature-card h3{font-size:18px;color:var(--navy);margin:14px 0 8px}
.feature-card p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}
.pill{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:rgba(11,94,215,.08);color:var(--blue);font-size:11px;font-weight:850;text-transform:uppercase
}
.check-list{display:grid;gap:12px;margin-top:20px}
.check-item{display:flex;gap:12px;align-items:flex-start}
.check-item b{color:var(--blue);font-size:18px;line-height:1}
.check-item span{font-size:14px;line-height:1.55;color:#3b5876}
.callout{
  background:linear-gradient(135deg,#0b5ed7,#083f9d);color:#fff;border-radius:18px;padding:34px;
  box-shadow:0 18px 40px rgba(11,94,215,.16)
}
.callout h2{font-size:32px;margin:0 0 10px}
.callout p{font-size:15px;line-height:1.65;margin:0 0 18px;max-width:680px}
.callout .btn{border-color:#fff;color:#fff;background:transparent}
.callout .btn.primary{background:#fff;color:var(--blue)}
.faqs{max-width:900px;margin:0 auto}
details{background:rgba(255,255,255,.80);border:1px solid #dce8f5;border-radius:12px;padding:18px 20px;margin:12px 0}
summary{font-weight:850;color:var(--navy);cursor:pointer}
details p{font-size:14px;line-height:1.68;color:var(--muted);margin:14px 0 0}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.contact-card{
  background:rgba(255,255,255,.72);border:1px solid #dfeaf6;border-radius:16px;padding:26px
}
.contact-card h3{margin:0 0 10px;color:var(--navy)}
.contact-card p{font-size:14px;line-height:1.65;color:var(--muted)}
.contact-card + .contact-card{margin-top:16px}
.quote-form{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
  background:rgba(255,255,255,.72);border:1px solid #dfeaf6;border-radius:16px;padding:26px
}
.quote-form label{font-size:12px;font-weight:800;color:var(--navy);display:grid;gap:7px}
.quote-form .full{grid-column:1/-1}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;padding:14px;border:1px solid #cbdced;border-radius:9px;background:#fff;font:inherit;color:var(--text)
}
.quote-form textarea{min-height:140px;resize:vertical}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.project-card{background:rgba(255,255,255,.72);border:1px solid #dfeaf6;border-radius:16px;overflow:hidden}
.project-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.project-card div{padding:22px}
.project-card h3{margin:0 0 8px;color:var(--navy)}
.project-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.small-note{font-size:12px;color:var(--muted);margin-top:10px}
@media(max-width:800px){
  .inner-hero{padding:44px 0 38px}
  .inner-hero h1{font-size:38px}
  .inner-hero p{font-size:16px}
  .two-col,.feature-grid,.contact-layout,.project-grid{grid-template-columns:1fr}
  .quote-form{grid-template-columns:1fr}
  .quote-form .full{grid-column:auto}
}
