
:root{
  --primary:#0f172a;
  --secondary:#2563eb;
  --accent:#38bdf8;
  --light:#f8fafc;
  --muted:#64748b;
  --border:#e2e8f0;
  --success:#0f766e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Arial, Helvetica, sans-serif;
  color:#334155;
  background:#ffffff;
  line-height:1.7;
}
a{text-decoration:none}
.navbar{
  background:#ffffff;
  box-shadow:0 14px 40px rgba(15,23,42,.08);
}
.navbar-brand img{height:42px;width:auto}
.nav-link{
  color:#334155 !important;
  font-weight:700;
  padding:.85rem 1rem !important;
}
.nav-link:hover,.nav-link.active{color:var(--secondary)!important}
.btn-main{
  background:linear-gradient(135deg,var(--secondary),var(--accent));
  color:#fff;
  border:none;
  font-weight:700;
  padding:.95rem 1.3rem;
  border-radius:999px;
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.btn-main:hover{color:#fff;transform:translateY(-1px)}
.btn-soft{
  background:#fff;
  color:var(--primary);
  border:1px solid rgba(255,255,255,.6);
  font-weight:700;
  padding:.95rem 1.3rem;
  border-radius:999px;
}
.hero{
  padding:72px 0 44px;
  background:
    radial-gradient(circle at top right, rgba(56,189,248,.20), transparent 28%),
    linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  background:#e0f2fe;
  color:#075985;
  border-radius:999px;
  padding:.45rem .85rem;
  font-size:.92rem;
  font-weight:700;
}
.hero h1{
  color:var(--primary);
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.1;
  font-weight:800;
  margin-top:1rem;
}
.hero p{
  font-size:1.05rem;
  color:#475569;
  max-width:680px;
}
.hero-main-card,.hero-side-card,.image-panel,.service-hero-image{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 60px rgba(15,23,42,.12);
  background:#fff;
}
.hero-main-card img,.hero-side-card img,.image-panel img,.service-hero-image img{
  width:100%;
  height:auto;
  display:block;
}
.hero-side-stack{
  display:grid;
  gap:20px;
}
.section{
  padding:84px 0;
}
.section-sm{
  padding:56px 0;
}
.section-title{
  font-size:clamp(1.8rem,3vw,2.6rem);
  line-height:1.15;
  color:var(--primary);
  font-weight:800;
  margin-bottom:12px;
}
.section-lead{
  color:var(--muted);
  max-width:860px;
}
.metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.metric{
  padding:20px;
  border:1px solid var(--border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.05);
}
.metric strong{
  display:block;
  font-size:1.65rem;
  color:var(--primary);
}
.service-card{
  height:100%;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  transition:.25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 54px rgba(15,23,42,.10);
}
.service-card .thumb{
  background:linear-gradient(180deg,#f8fbff,#eef6ff);
}
.service-card .thumb img{
  width:100%;
  display:block;
}
.service-card .content{
  padding:28px;
}
.service-card h3{
  color:var(--primary);
  font-size:1.2rem;
  font-weight:800;
  margin-bottom:10px;
}
.service-card p{color:#64748b}
.service-card .link{
  margin-top:14px;
  font-weight:700;
  color:var(--secondary);
}
.feature-box{
  padding:28px;
  height:100%;
  border-radius:24px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}
.feature-box h4{
  color:var(--primary);
  font-size:1.15rem;
  font-weight:800;
}
.page-hero{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  padding:72px 0 42px;
}
.page-hero p{color:var(--muted)}
.service-layout{
  padding:72px 0;
}
.service-panel{
  padding:34px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}
.service-panel h2,.service-panel h3{
  color:var(--primary);
  font-weight:800;
}
.check-list{
  list-style:none;
  padding-left:0;
  margin:0;
}
.check-list li{
  padding:.7rem 0 .7rem 2rem;
  position:relative;
  border-bottom:1px dashed #dbe5f0;
}
.check-list li:last-child{border-bottom:none}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:.65rem;
  color:var(--success);
  font-weight:800;
}
.contact-card{
  padding:30px;
  border:1px solid var(--border);
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  height:100%;
}
.contact-card h3{color:var(--primary);font-weight:800}
.form-control{
  border-radius:16px;
  padding:.95rem 1rem;
  border:1px solid #dbe5f0;
}
.form-control:focus{
  border-color:#93c5fd;
  box-shadow:0 0 0 .25rem rgba(37,99,235,.10);
}
.breadcrumb-link{
  color:#2563eb;
  font-weight:700;
}
.cta-strip{
  border-radius:28px;
  padding:36px;
  background:linear-gradient(135deg,#0f172a,#1d4ed8);
  color:#fff;
  box-shadow:0 24px 54px rgba(15,23,42,.16);
}
.cta-strip p{color:rgba(255,255,255,.88)}
@media (max-width: 991px){
  .hero{padding-top:50px}
  .metrics{grid-template-columns:1fr}
}


.hero-main-card img,.hero-side-card img,.image-panel img,.service-hero-image img,.service-card .thumb img{
  object-fit:cover;
}
.hero-main-card img{aspect-ratio:16/10;}
.hero-side-card img{aspect-ratio:4/3;}
.image-panel img{aspect-ratio:16/10;}
.service-card .thumb img{aspect-ratio:4/3;}
.service-hero-image img{aspect-ratio:16/10;}


.footer{
  background:#0b1220;
  color:#cbd5e1;
  padding:0;
  margin-top:28px;
}
.footer-top{
  padding:58px 0 34px;
  border-bottom:1px solid rgba(148,163,184,.18);
}
.footer-bottom{
  padding:18px 0 24px;
}
.footer-brand img{height:42px;width:auto}
.footer-title{
  color:#ffffff;
  font-size:1rem;
  font-weight:800;
  margin-bottom:16px;
}
.footer-text{
  color:#94a3b8;
  max-width:360px;
}
.footer-links,
.footer-contact{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li,
.footer-contact li{
  margin-bottom:10px;
  color:#94a3b8;
}
.footer-links a{
  color:#94a3b8;
  transition:all .2s ease;
}
.footer-links a:hover{
  color:#ffffff;
}
.footer-contact strong{
  color:#ffffff;
  font-weight:700;
}
.btn-footer{
  background:transparent;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  padding:.8rem 1.1rem;
  font-weight:700;
}
.btn-footer:hover{
  background:#ffffff;
  color:#0f172a;
}
.small-muted{color:#94a3b8}
@media (max-width: 991px){
  .footer-top{padding:46px 0 24px}
}



/* Full banner hero fix */
.hero.hero-banner{
  padding: 0;
  background: none;
}
.hero-banner-wrap{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15,23,42,.84) 0%, rgba(15,23,42,.76) 34%, rgba(15,23,42,.36) 60%, rgba(15,23,42,.12) 100%),
    url('../img/real-hero.jpg') center center / cover no-repeat;
}
.hero-banner-wrap:before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.hero-banner-content{
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 100px 0;
}
.hero-banner .hero-badge{
  background: rgba(255,255,255,.14);
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.hero-banner h1{
  color:#ffffff;
  margin-top: 1rem;
}
.hero-banner p{
  color: rgba(255,255,255,.92);
  max-width: 640px;
}
.hero-banner .metric{
  background: rgba(255,255,255,.96);
}
.hero-banner .btn-soft{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.6);
}
.hero-banner .btn-soft:hover{
  color:#ffffff;
  background: rgba(255,255,255,.08);
}
.home-after-hero{
  margin-top: -46px;
  position: relative;
  z-index: 3;
}
.home-after-hero .image-panel{
  border: 8px solid #ffffff;
}
@media (max-width: 991px){
  .hero-banner-wrap{
    min-height: 640px;
    background-position: 68% center;
  }
  .hero-banner-content{
    padding: 80px 0 70px;
  }
  .home-after-hero{
    margin-top: 0;
  }
}
