:root{
  --psa-orange:#f5a000;
  --psa-black:#050505;
  --psa-panel:#111111;
  --psa-muted:#cfcfcf;
}

*{box-sizing:border-box}

body{
  font-family:'Montserrat',sans-serif;
  background:var(--psa-black);
  color:#fff;
  overflow-x:hidden;
}

a{text-decoration:none}

.navbar{
  background:rgba(10,10,10,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar-brand,
.nav-link{color:#fff!important}

.nav-link{
  font-weight:600;
  margin:0 .35rem;
}

.nav-link:hover,
.nav-link.active{color:var(--psa-orange)!important}

.btn-psa,
.btn-outline-psa{
  border-radius:999px;
  font-weight:700;
  padding:.9rem 1.4rem;
}

.btn-psa{
  background:var(--psa-orange);
  color:#111;
  border:0;
  box-shadow:0 10px 30px rgba(245,160,0,.22);
}

.btn-psa:hover{background:#ffb31f;color:#111}

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

.btn-outline-psa:hover{background:#fff;color:#111}

.service-hero{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  padding-top:150px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.80) 48%, rgba(0,0,0,.48) 100%),
    var(--hero-image) center/cover no-repeat;
}

.service-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, #050505 0%, rgba(5,5,5,.08) 48%, rgba(5,5,5,.02) 100%);
  pointer-events:none;
}

.hero-content{position:relative;z-index:2}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.45rem .85rem;
  border:1px solid rgba(245,160,0,.35);
  background:rgba(245,160,0,.10);
  color:#ffd27a;
  border-radius:999px;
  font-size:.9rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:1rem;
}

.service-hero h1,
.section-title{
  font-weight:800;
  line-height:1.05;
}

.service-hero h1{
  font-size:clamp(2.35rem, 6vw, 4.8rem);
  max-width:900px;
  margin-bottom:1.2rem;
}

.text-accent{color:var(--psa-orange)}

.lead-copy,
.section-subtitle,
.small-muted,
.info-card p,
.info-card li,
.step-card p,
.contact-card p{color:var(--psa-muted)}

.lead-copy{
  font-size:1.08rem;
  max-width:780px;
  margin-bottom:1.75rem;
}

section{padding:86px 0}

.dark-section{background:#0a0a0a}
.soft-section{background:linear-gradient(180deg,#0b0b0b 0%,#121212 100%)}

.section-title{
  font-size:clamp(1.8rem,4vw,3rem);
  margin-bottom:.75rem;
}

.section-subtitle{
  max-width:820px;
  margin-bottom:2.4rem;
}

.info-card,
.step-card,
.contact-card,
.cta-box{
  height:100%;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:1.6rem;
  box-shadow:0 8px 30px rgba(0,0,0,.18);
}

.info-card,
.step-card{transition:.25s ease}

.info-card:hover,
.step-card:hover{
  transform:translateY(-6px);
  border-color:rgba(245,160,0,.35);
}

.icon-badge,
.process-number,
.contact-item i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,160,0,.14);
  color:var(--psa-orange);
  border:1px solid rgba(245,160,0,.24);
}

.icon-badge{
  width:62px;
  height:62px;
  border-radius:18px;
  font-size:1.45rem;
  margin-bottom:1rem;
}

.process-number{
  width:48px;
  height:48px;
  border-radius:16px;
  font-weight:800;
  margin-bottom:1rem;
}

.info-card h4,
.step-card h4{font-size:1.15rem;font-weight:800}

.info-card ul{padding-left:1rem;margin-bottom:0}

.contact-item{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  margin-bottom:1.25rem;
}

.contact-item i{
  width:48px;
  height:48px;
  border-radius:14px;
  flex-shrink:0;
}

.form-control,
.form-select{
  background:#0b0b0b;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  border-radius:16px;
  padding:.95rem 1rem;
}

.form-control:focus,
.form-select:focus{
  background:#0b0b0b;
  color:#fff;
  border-color:rgba(245,160,0,.55);
  box-shadow:0 0 0 .25rem rgba(245,160,0,.12);
}

.form-control::placeholder{color:#aaa}

.footer{
  padding:26px 0;
  background:#050505;
  border-top:1px solid rgba(255,255,255,.08);
}

.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#25d366;
  color:#fff;
  font-size:1.6rem;
  box-shadow:0 15px 30px rgba(37,211,102,.35);
}

@media (max-width:991.98px){
  .service-hero{min-height:auto;padding:150px 0 70px}
}
