:root{
  --dark:#07111f;
  --dark2:#0d1b2e;
  --gold:#f5a400;
  --gold2:#ffb31a;
  --text:#243044;
  --muted:#667085;
  --line:#e7eaf0;
  --white:#fff;
  --soft:#f7f9fc;
  --radius:18px;
  --shadow:0 20px 60px rgba(7,17,31,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:auto}

.topbar{
  background:#050b13;
  color:#cbd5e1;
  font-size:13px;
}
.topbar-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:9px 0;
}
.topbar a{color:#fff;font-weight:700}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,17,31,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo,.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:800;
  font-size:22px;
}
.logo-icon,.footer-logo span{
  width:38px;
  height:38px;
  border-radius:10px;
  background:var(--gold);
  color:#07111f;
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo strong,.footer-logo strong{color:var(--gold)}
.menu{display:flex;gap:24px}
.menu a{
  color:#dbe3ef;
  font-size:14px;
  font-weight:700;
}
.menu a:hover{color:var(--gold)}
.header-call{
  background:var(--gold);
  color:#07111f;
  padding:13px 20px;
  border-radius:8px;
  font-weight:900;
}

.hero{
  position:relative;
  min-height:690px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(7,17,31,.96) 0%,rgba(7,17,31,.78) 42%,rgba(7,17,31,.25) 100%),
    url("/assets/img/hurdaci-hero.webp") center/cover no-repeat;
}
.hero-content{max-width:720px}
.hero-badge,.mini-title,.section-head span{
  display:inline-flex;
  background:rgba(245,164,0,.12);
  color:var(--gold);
  border:1px solid rgba(245,164,0,.45);
  border-radius:30px;
  padding:8px 14px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.3px;
}
.hero h1{
  font-size:clamp(46px,6vw,82px);
  line-height:1.05;
  margin:22px 0;
  letter-spacing:-2px;
}
.hero h1 strong{color:var(--gold)}
.hero p{
  font-size:18px;
  color:#e4e9f1;
  max-width:650px;
  margin-bottom:30px;
}
.hero-actions,.hero-features{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 24px;
  border-radius:8px;
  font-weight:900;
  border:1px solid transparent;
}
.btn-primary{background:var(--gold);color:#07111f}
.btn-dark{background:#07111f;color:#fff;border-color:rgba(255,255,255,.25)}
.btn-light{background:#fff;color:#07111f}
.btn-outline{border-color:var(--gold);color:#07111f}
.btn-outline-dark{border-color:#07111f;color:#07111f}
.hero-features{margin-top:28px}
.hero-features span{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:10px 14px;
  font-weight:800;
  font-size:14px;
}

.trust-box{
  margin-top:-55px;
  position:relative;
  z-index:4;
}
.trust-grid{
  background:linear-gradient(135deg,#0c1a2b,#111f32);
  color:#fff;
  border-radius:12px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
}
.trust-grid div{
  padding:28px;
  border-right:1px solid rgba(255,255,255,.1);
}
.trust-grid span{
  color:var(--gold);
  font-weight:900;
}
.trust-grid h3{margin:8px 0 6px}
.trust-grid p{margin:0;color:#cbd5e1}

.section{padding:86px 0}
.section-head.center{text-align:center;max-width:820px;margin:0 auto 42px}
.section-head h2{
  font-size:clamp(30px,4vw,46px);
  color:#111827;
  margin:14px 0 10px;
}
.section-head p{color:var(--muted);margin:0}

.scrap-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.scrap-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 10px 30px rgba(7,17,31,.06);
  transition:.2s;
}
.scrap-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.scrap-card img{
  width:100%;
  height:145px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:16px;
}
.scrap-card h3{margin:0 0 8px;color:#111827}
.scrap-card p{color:var(--muted);font-size:14px;margin:0 0 14px}
.scrap-card strong{font-size:14px;color:#07111f}
.center{text-align:center}
.mt{margin-top:32px}

.price-section{
  padding:54px 0;
  background:#fff;
}
.price-wrap{
  background:linear-gradient(135deg,#0b1626,#172437);
  color:#fff;
  border-radius:14px;
  padding:36px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:32px;
  box-shadow:var(--shadow);
}
.price-text h2{font-size:38px;margin:12px 0}
.price-text p{color:#cbd5e1}
.price-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.price-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:18px;
}
.price-card h3{margin:0 0 16px;color:#fff}
.price-card strong{color:var(--gold);font-size:20px}

.district-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}
.district-grid a{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 12px;
  font-weight:800;
  font-size:13px;
}
.district-grid a:hover{
  background:var(--gold);
  color:#07111f;
  border-color:var(--gold);
}

.process-section{padding:70px 0;background:var(--soft)}
.process-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:22px;
}
.why-card,.process-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:0 10px 30px rgba(7,17,31,.06);
}
.why-card h2,.process-card h2{
  font-size:32px;
  line-height:1.15;
}
.why-card ul{
  list-style:none;
  padding:0;
  margin:18px 0 24px;
}
.why-card li{
  margin:9px 0;
  font-weight:800;
}
.why-card li:before{
  content:"✓";
  color:#13b45b;
  margin-right:8px;
}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:28px;
}
.steps strong{
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#07111f;
}
.steps h3{margin:14px 0 6px}
.steps p{color:var(--muted);font-size:14px}

.stats-bar{
  background:#07111f;
  color:#fff;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center;
}
.stats-grid div{
  padding:22px;
  font-weight:900;
}

.faq-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:start;
}
.faq-grid h2{font-size:38px;margin:12px 0 24px}
details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  margin-bottom:12px;
  padding:16px 18px;
}
summary{
  cursor:pointer;
  font-weight:900;
  color:#111827;
}
details p{color:var(--muted)}
.offer-box{
  background:linear-gradient(135deg,#07111f,#152236);
  color:#fff;
  padding:38px;
  border-radius:16px;
  text-align:center;
}
.offer-box h2{color:#fff;margin-top:0}
.offer-box p{color:#cbd5e1}
.offer-box .btn{
  width:100%;
  margin-top:12px;
}

.bottom-cta{
  background:linear-gradient(135deg,#f5a400,#ffbd33);
  padding:38px 0;
}
.bottom-cta-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.bottom-cta h2{
  margin:0;
  font-size:34px;
  color:#07111f;
}

.footer{
  background:#07111f;
  color:#cbd5e1;
  padding:70px 0 26px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr .9fr;
  gap:40px;
}
.footer h3{color:#fff;margin-top:0}
.footer a{
  display:block;
  color:#cbd5e1;
  margin-bottom:9px;
}
.footer a:hover{color:var(--gold)}
.footer p{color:#94a3b8}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:34px;
  padding-top:20px;
  font-size:14px;
}
.fixed-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  background:#18b85a;
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
}

@media(max-width:1000px){
  .menu{display:none}
  .scrap-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid,.price-wrap,.process-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}
  .price-cards{grid-template-columns:repeat(2,1fr)}
  .district-grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
  .topbar{display:none}
  .nav{height:70px}
  .header-call{display:none}
  .hero{min-height:auto;padding:90px 0}
  .hero h1{font-size:42px}
  .hero-actions .btn{width:100%}
  .trust-box{margin-top:0}
  .scrap-grid,.price-cards,.district-grid,.steps,.stats-grid{grid-template-columns:1fr}
  .bottom-cta-grid{display:block;text-align:center}
  .bottom-cta-grid .btn{width:100%;margin-top:12px}
  .fixed-whatsapp{
    left:14px;
    right:14px;
    text-align:center;
  }
}