:root{
  --brand:#0f3d56;
  --brand-2:#145374;
  --accent:#d8b15a;
  --soft:#f4f7fa;
  --text:#24323d;
  --muted:#6e7a85;
  --white:#ffffff;
}

html{scroll-behavior:smooth;}
body{
  font-family: "Segoe UI", Arial, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.7;
}

.navbar{
  background:rgba(15,61,86,.92);
  backdrop-filter: blur(8px);
}

.navbar-brand,.nav-link{color:#fff !important;}
.nav-link{opacity:.88;}
.nav-link:hover,.nav-link.active{opacity:1;color:#fff !important;}

.hero-section{
  background:linear-gradient(135deg, rgba(15,61,86,.96), rgba(20,83,116,.92));
  color:#fff;
  position:relative;
  overflow:hidden;
}
.hero-section::after{
  content:"";
  position:absolute;
  inset:auto -10% -120px auto;
  width:420px;
  height:420px;
  background:rgba(216,177,90,.12);
  border-radius:50%;
  filter:blur(4px);
}
.badge-soft{
  background:rgba(255,255,255,.14);
  color:#fff;
  padding:.7rem 1rem;
}
.hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.check-list li{
  padding-left:1.6rem;
  margin-bottom:.8rem;
  position:relative;
}
.check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--accent);
  font-weight:700;
}
.hero-stats .stat-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:1rem;
  height:100%;
}
.hero-stats .stat-box strong{
  display:block;
  margin-bottom:.35rem;
}
.hero-stats .stat-box span{
  display:block;
  color:rgba(255,255,255,.82);
  font-size:.95rem;
}

.btn-brand{
  background:var(--accent);
  border-color:var(--accent);
  color:#1d2530;
  font-weight:600;
}
.btn-brand:hover{
  background:#cda043;
  border-color:#cda043;
  color:#1d2530;
}

.section-padding{
  padding:96px 0;
}
.section-light{
  background:var(--soft);
}
.section-kicker{
  display:inline-block;
  color:var(--brand-2);
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-size:.85rem;
  margin-bottom:.8rem;
}
.section-title{
  font-size:clamp(1.9rem, 3vw, 2.8rem);
  font-weight:700;
  line-height:1.25;
  margin-bottom:1rem;
}
.section-title.centered{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.section-subtitle{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
}

.service-card,
.blog-card,
.process-card,
.feature-box{
  background:#fff;
  border-radius:22px;
  padding:1.6rem;
  box-shadow:0 10px 30px rgba(18,38,52,.08);
  height:100%;
}
.service-card h3,
.blog-card h3,
.process-card h3{
  font-size:1.2rem;
  margin-bottom:.85rem;
  font-weight:700;
}
.service-card p,
.blog-card p,
.process-card p{
  color:var(--muted);
  margin-bottom:0;
}

.feature-box{
  font-weight:600;
  display:flex;
  align-items:center;
  min-height:96px;
}
.feature-box::before{
  content:"•";
  color:var(--accent);
  font-size:2rem;
  line-height:1;
  margin-right:.8rem;
}

.process-card{
  text-align:left;
}
.process-no{
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--brand);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:1rem;
}

.sector-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:1rem;
}
.sector-grid span{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:90px;
  background:var(--soft);
  border-radius:18px;
  font-weight:700;
  color:var(--brand);
  padding:1rem;
}

.faq-accordion .accordion-item{
  border:none;
  border-radius:18px !important;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(18,38,52,.07);
  margin-bottom:1rem;
}
.faq-accordion .accordion-button{
  font-weight:600;
  padding:1.2rem 1.3rem;
}
.faq-accordion .accordion-button:not(.collapsed){
  background:#eef4f8;
  color:var(--brand);
  box-shadow:none;
}
.faq-accordion .accordion-button:focus{
  box-shadow:none;
}

.contact-section{
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
}
.contact-card{
  background:#fff;
  border-radius:24px;
  padding:1.8rem;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.contact-info{
  margin-top:1.5rem;
  display:grid;
  gap:.7rem;
  color:#fff;
}
.form-control{
  border-radius:14px;
  padding:.85rem 1rem;
}
.form-control:focus{
  box-shadow:none;
  border-color:var(--brand-2);
}

.site-footer{
  background:#0c3146;
  color:rgba(255,255,255,.85);
  padding:1.1rem 0;
}
.footer-links a{
  color:rgba(255,255,255,.85);
  text-decoration:none;
  margin-left:1rem;
}
.footer-links a:hover{
  color:#fff;
}

@media (max-width: 991px){
  .section-padding{padding:78px 0;}
}

@media (max-width: 575px){
  .hero-section .display-4{font-size:2.2rem;}
  .sector-grid{grid-template-columns:1fr;}
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}
