
:root{
  --blue:#062f66;
  --dark:#061833;
  --yellow:#ffc400;
  --light:#f6f9ff;
  --text:#172742;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none}
.container{width:min(1200px,92%);margin:auto}

.topbar{background:#062a58;color:#fff;font-size:14px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.topbar span{margin-right:32px}

.header{background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08);position:sticky;top:0;z-index:99}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between}
.logo img{width:155px;height:66px;object-fit:contain}
.menu{display:flex;gap:30px;align-items:center}
.menu a{color:#061833;font-weight:800;border-bottom:3px solid transparent;padding:27px 0}
.menu a:hover,.menu a.active{color:#004da5;border-color:var(--yellow)}
.phone{display:flex;align-items:center;gap:12px;border:2px solid #f0c22b;border-radius:8px;padding:9px 16px;color:#061833;font-weight:900;font-size:18px;line-height:1.25}
.phone i{background:var(--yellow);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-style:normal}

.hero{
  min-height:610px;
  background:
    linear-gradient(90deg,rgba(3,18,42,.98) 0%,rgba(3,18,42,.90) 27%,rgba(3,18,42,.45) 57%,rgba(3,18,42,.08) 100%),
    url('../images/hero.jpg');
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  color:#fff;
}
.hero-content{
  width:100%;
  max-width:560px;
  margin-left:0;
  text-align:left;
  padding:38px 0;
}
.tag{display:inline-block;background:var(--yellow);color:#111;font-weight:900;padding:8px 15px;border-radius:5px;margin-bottom:18px}
.hero h1{font-size:48px;line-height:1.12;margin:0 0 16px;font-weight:900;letter-spacing:-1px}
.hero h1 span{color:var(--yellow)}
.hero p{font-size:18px;margin:0 0 24px;color:#f4f8ff;max-width:510px}
.hero-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:25px 0 30px;max-width:620px}
.hero-badge{display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px;line-height:1.25}
.circle{width:42px;height:42px;min-width:42px;border:2px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow)}
.btns{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:13px 24px;border-radius:7px;font-weight:900}
.btn-primary{background:var(--yellow);color:#111}
.btn-outline{border:2px solid #fff;color:#fff}

.section{padding:58px 0}
.title{text-align:center;margin-bottom:30px}
.title small{color:#d8a000;font-weight:900;text-transform:uppercase}
.title h2{font-size:36px;margin:3px 0 0;color:#061833}
.title:after{content:"";display:block;width:58px;height:3px;background:var(--yellow);margin:12px auto 0}

.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.card{background:#fff;border:1px solid #dfe8f4;border-radius:8px;overflow:hidden;box-shadow:0 12px 30px rgba(13,55,100,.08);position:relative}
.card img{width:100%;height:150px;object-fit:cover;display:block}
.card-body{padding:24px 16px 18px}
.card h3{font-size:17px;color:#061833;margin:0 0 8px}
.card p{font-size:14px;margin:0 0 12px;color:#3c4c63}
.card a{color:#003f91;font-weight:900;font-size:14px}
.card-icon{position:absolute;top:128px;left:18px;background:#063a7a;color:#fff;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:4px solid #fff;font-size:21px}

.why{background:#052b5c;color:#fff;padding:42px 0}
.why-wrap{display:grid;grid-template-columns:1.2fr 2.8fr;gap:30px;align-items:center}
.why h2{font-size:34px;margin:0}.why small{color:var(--yellow);font-weight:900}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.why-card{border:1px solid rgba(255,255,255,.28);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.06);text-align:center}
.why-card img{width:100%;height:105px;object-fit:cover;display:block}
.why-card b{display:block;padding:10px;font-size:14px}

.benefits{background:#fff;padding:25px 0}
.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.benefit{display:flex;align-items:center;gap:12px;justify-content:center;border-right:1px solid #d8e4f1;padding:10px}
.benefit:last-child{border-right:0}.benefit i{font-style:normal;color:var(--yellow);font-size:36px}.benefit b{display:block;color:#052b5c;font-size:17px}

.cta{background:linear-gradient(90deg,#004c9c,#0064c8);color:#fff;padding:22px 0}
.cta-grid{display:grid;grid-template-columns:1fr 1fr 1fr 220px;gap:20px;align-items:center}
.cta-item{display:flex;gap:12px;align-items:center}
.cta-icon{background:#fff;color:#005ebf;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:24px}
.yellow-btn{background:var(--yellow);color:#111;border-radius:7px;padding:15px 22px;text-align:center;font-weight:900}

.page-hero{background:linear-gradient(90deg,rgba(3,18,42,.92),rgba(3,18,42,.35)),url('../images/hero.jpg');background-size:cover;background-position:center right;color:#fff;padding:95px 0}
.page-hero h1{font-size:48px;margin:0 0 8px}
.light{background:var(--light)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.detail-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(13,55,100,.1);border:1px solid #e3ebf6}
.detail-card img{width:100%;height:230px;object-fit:cover}
.detail-card div{padding:22px}
.detail-card h3{color:#052b5c;margin:0 0 8px}
.form-wrap{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.form{background:#fff;padding:28px;border-radius:16px;box-shadow:0 12px 30px rgba(13,55,100,.10)}
input,select,textarea{width:100%;padding:14px;border:1px solid #d6e1ef;border-radius:8px;margin:8px 0;font-size:15px}
textarea{height:125px}
button{background:var(--yellow);border:0;padding:14px 22px;border-radius:8px;font-weight:900;cursor:pointer}

.footer{background:#061833;color:#dce9fb;padding:48px 0 18px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:25px}
.footer h3{color:#fff}.footer a{display:block;color:#dce9fb;margin:7px 0}
.copy{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:25px}
.whatsapp{position:fixed;right:0;top:42%;background:#20c45a;color:#fff;padding:14px 10px;border-radius:8px 0 0 8px;font-weight:900;z-index:999;writing-mode:vertical-rl}

@media(max-width:980px){
  .menu{display:none}.phone{font-size:14px}.logo img{width:120px}
  .hero{min-height:590px;background-position:center right}
  .hero h1{font-size:36px}
  .hero-badges{grid-template-columns:repeat(2,1fr)}
  .service-grid,.why-wrap,.why-grid,.benefit-grid,.cta-grid,.grid-3,.form-wrap,.foot-grid{grid-template-columns:1fr}
  .benefit{border-right:0;border-bottom:1px solid #d8e4f1;justify-content:flex-start}
  .whatsapp{writing-mode:initial;top:auto;bottom:16px;right:16px;border-radius:30px}
}


/* BIG HOMEPAGE EXTRA SECTIONS */
.big-section{padding:70px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.two-col img{width:100%;height:420px;object-fit:cover;border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.14)}
.points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}
.point{background:#fff;padding:16px;border-left:5px solid var(--yellow);border-radius:10px;box-shadow:0 10px 26px rgba(0,0,0,.06);font-weight:800}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.process-card{background:#fff;padding:28px;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.08);border:1px solid #e7edf7}
.process-card span{display:grid;place-items:center;width:48px;height:48px;background:var(--yellow);border-radius:50%;font-weight:900;font-size:22px;margin-bottom:15px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{background:#fff;padding:28px;border-radius:18px;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.review b{color:var(--blue)}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.faq{background:#fff;padding:22px;border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,.07)}
.faq h3{margin:0 0 10px;color:var(--blue)}
@media(max-width:980px){
.two-col,.process-grid,.gallery-grid,.review-grid,.faq-grid,.points{grid-template-columns:1fr}
}


/* FINAL FIX: premium why choose without blurry images + detailed services */
.why{
  background:linear-gradient(135deg,#041b3d,#063a7a) !important;
  padding:70px 0 !important;
}
.why-wrap{
  display:block !important;
}
.why-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 35px;
}
.why-head small{
  color:var(--yellow);
  font-weight:900;
  text-transform:uppercase;
}
.why-head h2{
  color:#fff;
  font-size:38px;
  margin:8px 0 10px;
}
.why-head p{
  color:#dcecff;
  font-size:17px;
}
.why-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:22px !important;
}
.why-card{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  border-radius:18px !important;
  padding:26px 20px !important;
  text-align:left !important;
  min-height:190px;
}
.why-card img{display:none !important;}
.why-icon{
  width:54px;
  height:54px;
  border-radius:14px;
  background:var(--yellow);
  color:#111;
  display:grid;
  place-items:center;
  font-size:26px;
  margin-bottom:16px;
}
.why-card b{
  padding:0 !important;
  font-size:19px !important;
  color:#fff;
  line-height:1.25;
}
.why-card p{
  color:#dcecff;
  margin:10px 0 0;
  font-size:14px;
}

.service-detail{
  padding:75px 0;
  background:#fff;
}
.service-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.service-detail-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(13,55,100,.10);
  border:1px solid #e2ebf7;
}
.service-detail-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}
.service-detail-body{
  padding:24px;
}
.service-detail-body h3{
  margin:0 0 10px;
  color:#052b5c;
  font-size:23px;
}
.service-detail-body p{
  margin:0 0 14px;
  color:#44546a;
}
.service-detail-body ul{
  margin:0;
  padding-left:18px;
}
.service-detail-body li{
  margin:6px 0;
}

.service-note{
  margin-top:30px;
  background:linear-gradient(90deg,#062f66,#0064c8);
  color:#fff;
  border-radius:20px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.service-note h3{
  margin:0 0 4px;
  font-size:28px;
}
.service-note p{
  margin:0;
}
.service-note .btn-primary{
  white-space:nowrap;
}

@media(max-width:980px){
  .why-grid,.service-detail-grid{grid-template-columns:1fr !important;}
  .why-head h2{font-size:31px;}
  .service-note{display:block;}
  .service-note .btn{margin-top:15px;}
}


/* ABOUT PAGE SEO EXPANDED */
.about-seo{padding:70px 0}
.about-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.about-intro h2{font-size:38px;color:#061833;margin:0 0 16px}
.about-intro p{font-size:17px;color:#3f4d63}
.about-intro img{width:100%;height:430px;object-fit:cover;border-radius:22px;box-shadow:0 16px 42px rgba(0,0,0,.14)}
.about-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}
.about-badge{background:#fff;border-left:5px solid var(--yellow);padding:16px;border-radius:12px;box-shadow:0 10px 26px rgba(0,0,0,.07);font-weight:900;color:#052b5c}

.mv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mv-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 14px 34px rgba(13,55,100,.09);border:1px solid #e4edf8}
.mv-card h3{margin:0 0 12px;color:#052b5c;font-size:24px}
.mv-icon{width:56px;height:56px;border-radius:15px;background:var(--yellow);display:grid;place-items:center;font-size:28px;margin-bottom:16px}

.about-process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.about-step{background:#fff;border-radius:16px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.about-step span{width:46px;height:46px;border-radius:50%;background:#052b5c;color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:14px}
.about-step h3{margin:0 0 8px;color:#052b5c}

.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.area-grid div{background:#fff;padding:15px;border-radius:10px;text-align:center;font-weight:900;color:#052b5c;box-shadow:0 8px 22px rgba(0,0,0,.06)}

.about-cta{background:linear-gradient(90deg,#052b5c,#0064c8);color:#fff;border-radius:24px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.about-cta h2{margin:0 0 8px;font-size:34px}
.about-cta p{margin:0;color:#e8f2ff}

@media(max-width:980px){
.about-intro,.mv-grid,.about-process,.area-grid{grid-template-columns:1fr}
.about-badges{grid-template-columns:1fr}
.about-cta{display:block}
.about-cta .btn{margin-top:18px}
}
