*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#f8fafc;
  color:#0f172a;
  line-height:1.5;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1180px, 92%);
  margin:0 auto;
}

.section{
  padding:80px 0;
}

.alt{
  background:#f1f5f9;
}

.eyebrow{
  margin:0 0 12px 0;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#f8fafc;
}

.eyebrow.orange{
  color:#ea580c;
}

.site-header{
  background:#08162f;
  border-bottom:1px solid rgba(255,255,255,0.08);
  position:sticky;
  top:0;
  z-index:50;
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
}

.brand h1{
  margin:0;
  font-size:22px;
}

.brand-sub{
  margin:4px 0 0 0;
  font-size:13px;
  color:#cbd5e1;
}

.brand-logo{
  width:68px;
  height:68px;
  object-fit:contain;
  border-radius:16px;
  background:rgba(255,255,255,0.08);
  padding:8px;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:18px;
  color:#e2e8f0;
  font-weight:600;
}

.nav-cta{
  background:#f97316;
  color:#fff;
  padding:12px 18px;
  border-radius:14px;
}

.hero{
  position:relative;
  background:
    radial-gradient(circle at top right, rgba(249,115,22,0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(37,99,235,0.28), transparent 35%),
    #08162f;
  color:#fff;
  overflow:hidden;
}

.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:30px;
  align-items:center;
  padding:80px 0;
}

.hero-copy h2{
  margin:0 0 16px 0;
  font-size:56px;
  line-height:1.05;
  max-width:760px;
}

.hero-text{
  max-width:680px;
  color:#dbeafe;
  font-size:18px;
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 20px;
}

.hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  color:#cbd5e1;
  font-size:14px;
}

.btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:16px;
  font-weight:700;
}

.btn-orange{
  background:#f97316;
  color:#fff;
}

.btn-outline{
  border:1px solid rgba(255,255,255,0.24);
  color:#fff;
}

.btn-dark{
  background:#08162f;
  color:#fff;
}

.full{
  width:100%;
  text-align:center;
}

.hero-card-wrap{
  display:grid;
  gap:18px;
}

.hero-card{
  border-radius:28px;
  padding:28px;
}

.glass{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter:blur(10px);
}

.glass h3,
.white-card h3{
  margin-top:0;
}

.glass ul{
  margin:0;
  padding-left:18px;
  color:#e2e8f0;
}

.glass li{
  margin-bottom:10px;
}

.white-card{
  background:#fff;
  color:#0f172a;
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

.mini-label{
  margin:0 0 12px 0;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#64748b;
  font-weight:700;
}

.stats-section{
  padding:28px 0 0;
  background:#f8fafc;
}

.stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.stat-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:22px;
  box-shadow:0 8px 24px rgba(15,23,42,0.06);
}

.stat-card h3{
  margin:0 0 8px 0;
}

.section-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 42px;
}

.section-head.left{
  text-align:left;
  max-width:700px;
  margin:0 0 36px 0;
}

.section-head h2{
  margin:0 0 14px 0;
  font-size:40px;
  line-height:1.1;
}

.section-head p{
  margin:0;
  color:#475569;
  font-size:17px;
}

.card-grid{
  display:grid;
  gap:20px;
}

.five-grid{
  grid-template-columns:repeat(5,1fr);
}

.four-grid{
  grid-template-columns:repeat(4,1fr);
}

.service-card,
.process-card,
.faq-item,
.about-box,
.quote-card,
.faq-box{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 28px rgba(15,23,42,0.06);
}

.service-card h3,
.process-card h3,
.faq-item h3{
  margin-top:0;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.photo-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid #e2e8f0;
  box-shadow:0 10px 28px rgba(15,23,42,0.06);
}

.photo-card img{
  width:100%;
  height:300px;
  object-fit:cover;
}

.process-wrap{
  display:block;
}

.step{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#08162f;
  color:#fff;
  font-weight:700;
  margin-bottom:14px;
}

.dark-band{
  background:#08162f;
  color:#fff;
}

.split-band{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}

.split-band h2{
  margin:0 0 14px 0;
  font-size:40px;
}

.split-band p{
  color:#cbd5e1;
}

.area-box{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.area-box div{
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.08);
  color:#fff;
  border-radius:16px;
  padding:14px;
  text-align:center;
  font-weight:600;
}

.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.quote-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}

.quote-left h2{
  margin:0 0 14px 0;
  font-size:40px;
}

.quote-left p{
  color:#475569;
}

.contact-list p{
  margin:12px 0;
}

.fake-form{
  display:grid;
  gap:14px;
}

.fake-form input,
.fake-form textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid #cbd5e1;
  border-radius:16px;
  font-size:15px;
  font-family:inherit;
  background:#fff;
}

.fake-form textarea{
  min-height:130px;
  resize:vertical;
}

.site-footer{
  background:#08162f;
  color:#fff;
  padding:32px 0;
}

.footer-wrap{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
}

.footer-brand h3{
  margin:0 0 6px 0;
}

.footer-brand p{
  margin:0;
  color:#cbd5e1;
}

.footer-logo{
  width:72px;
  height:72px;
  object-fit:contain;
  border-radius:16px;
  background:rgba(255,255,255,0.08);
  padding:8px;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  text-align:right;
  color:#e2e8f0;
  font-weight:600;
}

.floating-call{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:100;
  background:#f97316;
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  font-weight:700;
  box-shadow:0 14px 30px rgba(0,0,0,0.18);
}

@media (max-width: 1100px){
  .five-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .four-grid,
  .stat-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 850px){
  .nav{
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-actions{
    flex-wrap:wrap;
  }

  .hero-grid,
  .split-band,
  .two-col,
  .quote-wrap{
    grid-template-columns:1fr;
  }

  .hero-copy h2{
    font-size:40px;
  }

  .section-head h2,
  .split-band h2,
  .quote-left h2{
    font-size:32px;
  }
}

@media (max-width: 640px){
  .five-grid,
  .four-grid,
  .gallery-grid,
  .stat-grid,
  .area-box{
    grid-template-columns:1fr;
  }

  .hero-copy h2{
    font-size:34px;
  }

  .brand{
    align-items:flex-start;
  }

  .footer-wrap{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-links{
    text-align:left;
  }
}
