*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#101010;background:#fff}a{text-decoration:none;color:inherit}.site-header{height:78px;display:flex;align-items:center;gap:28px;padding:0 5%;background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;min-width:190px;height:62px}.brand img{display:block;width:180px;max-height:58px;object-fit:contain;object-position:left center}.nav{display:flex;gap:28px;align-items:center;justify-content:center;flex:1}.nav a{font-size:12px;font-weight:900}.nav a:hover,.nav .active{color:#e01b22}.header-call{display:flex;align-items:center;gap:8px;background:#122846;color:#fff;padding:12px 17px;font-size:11px;font-weight:700}.header-call b{font-size:15px}.menu-toggle{display:none;border:0;background:none;font-size:25px}.hero{
  min-height:500px;
  position:relative;
  overflow:hidden;
  color:#fff;
  display:flex;
  align-items:center;
  background:#071f3d url("images/hero-seamless.jpg") no-repeat center center;
  background-size:cover;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,31,61,.88) 0%,rgba(7,31,61,.58) 35%,rgba(7,31,61,.12) 62%,rgba(7,31,61,0) 100%);
  z-index:0;
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(620px,52%);
  padding:55px 0 50px 7%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero .eyebrow{font-weight:900;font-size:15px;letter-spacing:2px;margin-bottom:14px}
.hero .eyebrow i{color:#e21b23;font-style:normal;padding:0 7px}
.hero h1{font-size:57px;line-height:.9;margin:0 0 18px;font-style:italic;letter-spacing:-2px}
.hero h1 span{color:#2c69b8}
.hero h1 strong{background:#e01b22;padding:2px 15px 5px;display:inline-block}
.hero h2{font-size:27px;margin:0 0 8px;font-style:italic}
.hero-sub{font-weight:700;font-size:15px}
.hero-points{display:flex;gap:35px;margin:22px 0}
.hero-points div{display:flex;gap:10px;align-items:center}
.hero-points b{font-size:28px;color:#e31d25}
.hero-points span{font-size:11px;line-height:1.35}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;border:0;padding:13px 22px;font-weight:900;cursor:pointer;text-align:center;font-size:14px}
.btn small{font-size:12px}
.btn-red{background:#e21b23;color:#fff;border:1px solid #ff5a5f}
.btn-blue{background:#102f57;color:#fff;border:1px solid #4e8dd4}
.section{padding:70px 5%}
.section-heading{text-align:center;margin-bottom:35px}
.section-heading p{font-size:11px;font-weight:900;letter-spacing:2px;color:#777;margin:0 0 8px}
.section-heading h2{font-size:38px;font-style:italic;margin:0;font-weight:900}
.section-heading h2 span{color:#e21b23}


.services-image-section{
  position:relative;
  overflow:hidden;
  background:#031426;
  color:#fff;
  padding:72px 3% 78px;
}
.services-image-inner{
  width:min(1450px,100%);
  margin:0 auto;
}
.services-image-heading{
  text-align:center;
  margin:0 auto 42px;
}
.services-image-heading h2{
  margin:0;
  font-size:58px;
  line-height:.95;
  font-style:italic;
  font-weight:900;
  letter-spacing:-2px;
}
.services-image-heading h2 span{color:#ed1c24}
.services-image-heading p{
  margin:18px 0 0;
  color:#f2f4f7;
  font-size:17px;
  line-height:1.4;
}
.service-showcase{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:42px;
  row-gap:16px;
}
.service-card{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,56%) minmax(0,44%);
  align-items:center;
  background:transparent;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding-bottom:10px;
}
.service-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:180px;
  max-height:240px;
  object-fit:cover;
  object-position:center;
  border-radius:14px;
}
.service-card-copy{
  min-width:0;
  padding:6px 0 5px 20px;
}
.service-meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.service-number{
  width:58px;
  height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ed1c24;
  color:#fff;
  font-size:25px;
  font-weight:900;
  line-height:1;
  box-shadow:0 0 20px rgba(237,28,36,.45);
}
.service-icon{
  width:68px;
  height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.8);
  border-radius:9px;
}
.service-icon svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-card-copy h3{
  margin:0;
  font-size:21px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1px;
}
.service-red-line{
  display:block;
  width:56px;
  height:3px;
  background:#ed1c24;
  margin:10px 0 10px;
}
.service-card-copy p{
  margin:0 0 11px;
  color:#e1e6eb;
  font-size:14px;
  line-height:1.4;
}
.service-card-copy a{
  color:#ed1c24;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
}
.service-card-copy a span{
  font-size:18px;
  margin-left:5px;
}
@media(max-width:1100px){
  .services-image-section{padding-left:4%;padding-right:4%}
  .service-showcase{column-gap:26px}
  .service-card{grid-template-columns:minmax(0,52%) minmax(0,48%)}
  .service-card-copy{padding-left:15px}
  .service-card-copy h3{font-size:17px}
  .service-card-copy p{font-size:12px}
  .service-number{width:50px;height:44px;font-size:22px}
  .service-icon{width:58px;height:44px}
}
@media(max-width:760px){
  .services-image-section{padding:55px 20px 60px}
  .services-image-heading{margin-bottom:32px}
  .services-image-heading h2{font-size:42px}
  .services-image-heading p{font-size:14px}
  .service-showcase{grid-template-columns:1fr;gap:24px}
  .service-card{
    grid-template-columns:minmax(0,48%) minmax(0,52%);
    padding-bottom:15px;
  }
  .service-card img{min-height:170px;max-height:none;border-radius:12px}
  .service-card-copy{padding-left:14px}
  .service-card-copy h3{font-size:16px}
  .service-card-copy p{font-size:11px}
  .service-meta{gap:7px;margin-bottom:8px}
  .service-number{width:43px;height:38px;font-size:18px}
  .service-icon{width:48px;height:38px}
  .service-icon svg{width:23px;height:23px}
}
@media(max-width:480px){
  .services-image-heading h2{font-size:36px}
  .service-card{grid-template-columns:1fr}
  .service-card img{height:210px}
  .service-card-copy{padding:13px 4px 0}
}
.why{background:#071f3d;position:relative;overflow:hidden;color:#fff;padding:76px 5% 78px}
.why::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 50%,#16456f55 0,transparent 38%),linear-gradient(115deg,#061b34,#0b2d51 55%,#071f3d)}
.why-inner{max-width:1200px;margin:auto;position:relative;z-index:1}
.why-heading{text-align:center;margin-bottom:38px}
.why-heading>p:first-child{font-size:11px;font-weight:900;letter-spacing:2.2px;margin:0 0 8px;color:#d9e5f0}
.why-title-row{display:flex;align-items:center;justify-content:center;gap:18px}
.why-title-row span{width:68px;height:3px;background:#e21b23;display:block}
.why-title-row h2{font-size:39px;font-style:italic;margin:0;font-weight:900;letter-spacing:-.5px}
.why-title-row h2 b{color:#e21b23}
.why-subtitle{font-size:13px!important;color:#c7d4df!important;letter-spacing:0!important;font-weight:600!important;margin:9px 0 0!important}
.why-main{display:grid;grid-template-columns:42% 58%;background:#0b2a4d;border:1px solid #ffffff20;box-shadow:0 18px 40px #00000028;min-height:500px}
.why-visual{position:relative;overflow:hidden;background:linear-gradient(145deg,#0e3a64,#082443);min-height:500px}
.why-visual::before{content:"";position:absolute;width:480px;height:480px;border:1px solid #ffffff18;border-radius:50%;right:-240px;top:-80px;box-shadow:0 0 0 45px #ffffff04,0 0 0 90px #ffffff03}
.why-visual::after{content:"";position:absolute;left:-70px;bottom:-95px;width:430px;height:230px;background:#e21b23;transform:rotate(-13deg)}
.why-badge{position:absolute;left:30px;top:28px;display:flex;align-items:center;gap:10px;z-index:2}
.why-badge b{font-size:48px;line-height:.8;font-style:italic}.why-badge span{font-size:9px;font-weight:900;line-height:.95;font-style:italic}
.why-copy{position:absolute;left:30px;bottom:45px;z-index:2;max-width:310px}.why-copy small{font-size:10px;letter-spacing:2px;font-weight:900;color:#d9e5f0}.why-copy strong{display:block;font-size:42px;line-height:.95;font-style:italic;margin:8px 0 12px}.why-copy p{font-size:12px;line-height:1.5;color:#c7d5e2;max-width:260px;margin:0}
.why-road-lines{position:absolute;right:100px;bottom:0;width:5px;height:310px;background:#fff2;transform:rotate(18deg);box-shadow:55px 0 #fff1,110px 0 #fff1}
.why-benefits{background:#fff;color:#111;padding:12px 28px;display:flex;flex-direction:column;justify-content:center}
.why-benefit{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:16px;padding:19px 0;border-bottom:1px solid #e4e7ea}.why-benefit:last-child{border-bottom:0}
.why-icon{width:48px;height:48px;border-radius:50%;background:#102f57;color:#fff;border:3px solid #e21b23;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.why-benefit h3{font-size:13px;margin:0 0 5px;font-weight:900}.why-benefit p{font-size:11px;line-height:1.45;color:#697078;margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);max-width:1050px;margin:auto;gap:25px}.steps>div{text-align:center;position:relative}.steps strong{display:flex;width:60px;height:60px;margin:0 auto 15px;border-radius:50%;align-items:center;justify-content:center;background:#e21b23;color:#fff;font-size:22px}.steps h3{font-size:14px}.steps p{font-size:12px;color:#666;line-height:1.5}.cta{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(100deg,#d80d17 0%,#d80d17 50%,#092846 50%);color:#fff;padding:28px 8%}.cta h2{font-size:25px;margin:0 0 5px;font-style:italic}.cta p{margin:0;font-size:13px}.cta a{font-size:15px;text-align:center}.cta b{font-size:24px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:55px;max-width:1200px;margin:auto}.left{text-align:left}.contact-copy>p{color:#555;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:14px;margin-top:25px}.contact-details a,.contact-details span{padding:13px;background:#f5f6f8}.contact-form{background:#f4f6f8;padding:28px}.contact-form h3{margin-top:0;font-size:21px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-bottom:12px;padding:13px;border:1px solid #ccc;font:inherit}.contact-form button{width:100%}.form-note{font-size:12px;font-weight:700}.footer{background:#081522;color:#fff;padding:45px 6% 15px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;position:relative}.footer>div:not(.copyright){font-size:12px}.footer p{color:#b8c3ce;line-height:1.6}.footer h4{font-size:13px;margin:0 0 15px;color:#fff}.footer a{display:block;color:#cbd3db;margin:9px 0}.footer-brand img{display:block;width:180px;max-height:75px;object-fit:contain;object-position:left center}.copyright{grid-column:1/-1;border-top:1px solid #ffffff22;margin-top:15px;padding-top:14px;text-align:center;color:#aeb8c1;font-size:11px}@media(max-width:950px){
  .services-feature{grid-template-columns:1fr}
  .services-visual{min-height:300px}
  .visual-content{bottom:38px}
  .service-row{min-height:82px}
}
@media(max-width:950px){.site-header{gap:15px}.nav{gap:15px}.header-call{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.steps{grid-template-columns:repeat(2,1fr)}.hero{min-height:520px;background-size:auto 100%;background-position:76% center}.hero::before{background:linear-gradient(90deg,#071f3d 0%,#08284b 48%,rgba(8,40,75,.35) 78%,rgba(8,40,75,0) 100%)}.hero-copy{width:62%;padding:60px 4vw}.cta{background:linear-gradient(100deg,#d80d17 0%,#d80d17 100%);gap:20px}.contact{grid-template-columns:1fr}.footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:950px){.why-grid{grid-template-columns:repeat(3,1fr)}.why-card:nth-child(3){border-right:0}.why-card:nth-child(3)::after{display:none}}\n@media(max-width:950px){.why-main{grid-template-columns:1fr}.why-visual{min-height:320px}.why-benefits{padding:8px 24px}}
@media(max-width:700px){
  .services-new{padding:58px 5% 55px}
  .services-new-heading h2{font-size:34px}
  .services-new-heading>p{font-size:9px}
  .services-feature{box-shadow:0 8px 22px #071f3d12}
  .services-visual{min-height:285px;padding:25px}
  .visual-content{left:25px;bottom:32px}
  .visual-content strong{font-size:28px}
  .service-row{grid-template-columns:32px 38px 1fr 22px;gap:9px;padding:12px 14px}
  .service-icon{width:34px;height:34px;font-size:15px}
  .service-info strong{font-size:11px}
  .service-info small{font-size:9px}
  .services-new-cta{align-items:flex-start;flex-direction:column;padding:18px}
  .services-new-cta div{align-items:flex-start;flex-direction:column;gap:3px}
  .services-new-cta a{width:100%;text-align:center;box-sizing:border-box}
}
@media(max-width:700px){.why{padding:55px 5%}.why-title-row{gap:9px}.why-title-row h2{font-size:29px}.why-title-row span{width:35px}.why-visual{min-height:300px}.why-copy{left:22px;bottom:30px}.why-copy strong{font-size:32px}.why-badge{left:22px}.why-benefits{padding:4px 18px}.why-benefit{grid-template-columns:50px 1fr;gap:12px;padding:16px 0}.why-benefit h3{font-size:11px}.why-benefit p{font-size:10px}.why-icon{width:42px;height:42px}.why-title-row{gap:9px}.why-title-row h2{font-size:27px}.why-title-row span{width:35px}.why-grid{grid-template-columns:1fr}.why-card{border-right:0;border-bottom:1px solid #ffffff22}.why-card:last-child{border-bottom:0}.why-card::after{display:none!important}.services-title-row{gap:10px}.services-title-row .title-line{width:42px}.services-heading h2{font-size:30px}.services-call{width:100%;max-width:330px}.site-header{height:68px;padding:0 20px;justify-content:space-between}.brand{min-width:0}.brand img{width:150px;max-height:54px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:18px;border-bottom:1px solid #ddd}.nav.open{display:flex}.hero-copy{padding:45px 25px}.hero h1{font-size:42px}.hero h2{font-size:21px}.hero-points{gap:18px}.service-grid,.why-grid,.steps{grid-template-columns:1fr}.section{padding:55px 20px}.section-heading h2{font-size:30px}.cta{flex-direction:column;align-items:flex-start;padding:28px 25px}.cta b{font-size:20px}.footer{grid-template-columns:1fr;padding:40px 25px}.copyright{grid-column:auto}.hero-buttons .btn{width:100%}}

/* HOW IT WORKS */
.how-it-works{background:#fff;padding:76px 5% 70px;position:relative;overflow:hidden}
.how-it-works::before{content:"";position:absolute;left:-180px;top:80px;width:420px;height:420px;border-radius:50%;background:#102f5706}
.how-it-works::after{content:"";position:absolute;right:-160px;bottom:-180px;width:460px;height:460px;border-radius:50%;background:#e21b2306}
.how-inner{max-width:1200px;margin:auto;position:relative;z-index:1}
.how-heading{text-align:center;margin-bottom:38px}
.how-heading>p:first-child{font-size:11px;font-weight:900;letter-spacing:2.2px;color:#6a7077;margin:0 0 7px}
.how-heading h2{font-size:42px;font-style:italic;font-weight:900;line-height:1;margin:0}
.how-heading h2 span{color:#e21b23}
.how-rule{height:10px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px}
.how-rule i{display:block;width:58px;height:2px;background:#102f57}
.how-rule b{display:block;width:10px;height:10px;background:#e21b23;transform:rotate(45deg)}
.how-subtitle{font-size:13px!important;color:#666!important;letter-spacing:0!important;font-weight:600!important;margin:9px 0 0!important}
.how-steps{display:grid;grid-template-columns:1fr 35px 1fr 35px 1fr 35px 1fr;align-items:center}
.how-step{min-height:245px;border:1px solid #e1e5e9;background:#f8f9fa;padding:26px 20px;text-align:center;position:relative;box-shadow:0 7px 20px #071f3d0b;transition:.2s}
.how-step:hover{border-color:#c8d3df;transform:translateY(-3px)}
.how-number{position:absolute;top:0;left:0;background:#e21b23;color:#fff;font-size:11px;font-weight:900;padding:7px 11px}
.how-icon{width:68px;height:68px;border-radius:50%;background:#102f57;color:#fff;border:3px solid #e21b23;display:flex;align-items:center;justify-content:center;margin:17px auto 16px;font-size:25px;font-weight:900}
.how-step h3{font-size:13px;font-weight:900;margin:0 0 10px}
.how-step p{font-size:11px;line-height:1.55;color:#646b73;margin:0}
.how-connector{height:3px;background:#e21b23;position:relative}
.how-connector::after{content:"›";position:absolute;right:-2px;top:50%;transform:translateY(-57%);font-size:24px;font-weight:900;color:#e21b23;background:#fff;padding-left:2px}
.how-cta{margin-top:28px;background:#102f57;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;gap:20px}
.how-cta div{display:flex;align-items:center;gap:15px}
.how-cta strong{font-size:15px}
.how-cta span{font-size:11px;color:#cbd7e2}
.how-cta a{color:#fff;text-decoration:none;border:1px solid #ffffff55;padding:10px 16px;font-size:11px;font-weight:900;white-space:nowrap}
.how-cta a b{margin-left:8px;color:#fff}
@media(max-width:950px){.how-steps{grid-template-columns:1fr 1fr;gap:18px}.how-connector{display:none}}
@media(max-width:700px){.how-it-works{padding:58px 5% 55px}.how-heading h2{font-size:34px}.how-heading>p:first-child{font-size:9px}.how-steps{grid-template-columns:1fr}.how-step{min-height:210px}.how-cta{align-items:flex-start;flex-direction:column;padding:18px}.how-cta div{align-items:flex-start;flex-direction:column;gap:3px}.how-cta a{width:100%;box-sizing:border-box;text-align:center}}

.service-area{padding:70px 5%;background:#f5f6f8}
.service-area-inner{max-width:1200px;margin:auto}
.location-list{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.location-item{background:#102f57;color:#fff;border-left:5px solid #e21b23;padding:18px 28px;font-size:14px;font-weight:900;min-width:210px;text-align:center}
