
:root{
  --bupp-navy:#172434;
  --bupp-gold:#b18a51;
  --bupp-cream:#f4f0e8;
  --bupp-white:#ffffff;
  --bupp-text:#2c3440;
}
body{font-family:Arial,sans-serif;color:var(--bupp-text)}
.bupp-section{padding:80px 24px}
.bupp-hero{min-height:560px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(23,36,52,.92),rgba(23,36,52,.5));color:#fff}
.bupp-hero h1,.bupp-hero h2{color:#fff;font-size:clamp(42px,6vw,78px);line-height:1.05}
.bupp-section h2{font-size:clamp(32px,4vw,54px);line-height:1.1}
.bupp-services,.bupp-features,.bupp-projects,.bupp-testimonials{background:var(--bupp-cream)}
.elementor-button{background:var(--bupp-gold);border-radius:0;padding:16px 28px;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:767px){
  .bupp-section{padding:52px 20px}
  .bupp-hero{min-height:480px}
}
