
:root{
  --black:#080808;
  --black2:#111111;
  --black3:#1b1b1b;
  --yellow:#ffd400;
  --yellow2:#ffb800;
  --yellow3:#ffe66b;
  --white:#ffffff;
  --soft:#f7f7f7;
  --muted:#9d9d9d;
  --line:#2a2a2a;
  --green:#25d366;
  --shadow:0 22px 55px rgba(0,0,0,.22);
  --radius:20px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:#0b0b0b;
  color:#fff;
  line-height:1.6;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,92%);margin:auto}
.section{padding:90px 0}
.section-dark{background:#0b0b0b}
.section-black{background:#050505}
.section-light{background:#f6f6f6;color:#161616}
.section-light .section-title h2{color:#111}
.section-light .section-title p{color:#666}
.eyebrow{
  display:inline-block;
  color:var(--yellow);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.8px;
  margin-bottom:10px;
}
.section-title{text-align:center;max-width:780px;margin:0 auto 46px}
.section-title h2{font-size:40px;line-height:1.15;margin-bottom:13px}
.section-title p{color:#bcbcbc}
.gold-text{
  background:linear-gradient(90deg,var(--yellow),var(--yellow3),var(--yellow2));
  -webkit-background-clip:text;background-clip:text;color:transparent
}

/* TOPBAR + HEADER */
.topbar{
  background:linear-gradient(90deg,#000,#151515,#000);
  border-bottom:1px solid #262626;
  color:#cfcfcf;font-size:13px
}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.topbar-right{display:flex;gap:18px;flex-wrap:wrap}
.header{
  position:sticky;top:0;z-index:1000;
  background:rgba(8,8,8,.96);
  border-bottom:1px solid #242424;
  backdrop-filter:blur(12px);
}
.navbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-size:24px;font-weight:900;color:#fff;line-height:1}
.logo span{color:var(--yellow)}
.nav-links{display:flex;align-items:center;gap:20px}
.nav-links>li{list-style:none;position:relative}
.nav-links a{font-size:14px;font-weight:800;color:#e5e5e5}
.nav-links a:hover,.nav-links a.active{color:var(--yellow)}
.nav-cta{
  padding:11px 16px;
  border-radius:10px;
  color:#111!important;
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  box-shadow:0 0 0 rgba(255,212,0,0);
  animation:pulseGlow 2s infinite
}
.dropdown-menu{
  position:absolute;top:34px;left:0;width:250px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:.25s ease;
  background:#111;border:1px solid #2f2f2f;border-radius:14px;
  padding:10px;box-shadow:0 20px 45px rgba(0,0,0,.35)
}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{
  opacity:1;visibility:visible;transform:translateY(0)
}
.dropdown-menu a{
  display:block;padding:11px 12px;border-radius:9px;color:#ddd
}
.dropdown-menu a:hover{background:#1d1d1d;color:var(--yellow)}
.menu-btn{
  display:none;background:#121212;border:1px solid #333;color:var(--yellow);
  padding:9px 12px;border-radius:9px
}

/* HERO CAROUSEL */
.hero-slider{position:relative;min-height:660px;overflow:hidden;background:#000}
.hero-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease
}
.hero-slide.active{opacity:1;visibility:visible;z-index:2}
.hero-slide .bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transform:scale(1.02);transition:transform 6s ease
}
.hero-slide.active .bg{transform:scale(1.08)}
.hero-slide:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.76) 42%,rgba(0,0,0,.38) 70%,rgba(0,0,0,.12) 100%)
}
.hero-content{
  position:relative;z-index:3;min-height:660px;display:flex;align-items:center
}
.hero-copy{max-width:700px}
.hero-badge{
  display:inline-flex;align-items:center;gap:9px;
  border:1px solid rgba(255,212,0,.35);
  background:rgba(255,212,0,.09);
  color:#ffe56c;padding:8px 14px;border-radius:999px;font-size:13px;margin-bottom:20px
}
.hero-badge i{width:8px;height:8px;background:var(--yellow);border-radius:50%;box-shadow:0 0 12px var(--yellow)}
.hero h1{
  font-size:62px;line-height:1.03;letter-spacing:-1.5px;margin-bottom:20px
}
.hero p{font-size:18px;color:#d6d6d6;max-width:640px;margin-bottom:28px}
.actions{display:flex;flex-wrap:wrap;gap:13px}
.btn{
  min-height:50px;display:inline-flex;align-items:center;justify-content:center;
  gap:8px;padding:13px 21px;border-radius:11px;font-weight:900;transition:.25s ease
}
.btn:hover{transform:translateY(-3px)}
.btn-yellow{background:linear-gradient(135deg,var(--yellow),var(--yellow2));color:#111}
.btn-dark{background:#111;color:#fff;border:1px solid #363636}
.btn-whatsapp{background:var(--green);color:#fff}
.animated-cta{position:relative;overflow:hidden;animation:pulseGlow 2s infinite}
.animated-cta:before{
  content:"";position:absolute;top:-40%;left:-35%;width:35%;height:180%;
  background:rgba(255,255,255,.42);transform:rotate(22deg);animation:shine 2.8s infinite
}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:27px;color:#d7d7d7;font-size:14px}
.hero-points span:before{content:"✓";color:var(--yellow);font-weight:900;margin-right:7px}
.hero-arrow{
  position:absolute;z-index:8;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,212,0,.35);
  background:rgba(0,0,0,.45);color:var(--yellow);font-size:23px
}
.hero-prev{left:20px}.hero-next{right:20px}
.hero-dots{
  position:absolute;z-index:9;bottom:28px;left:50%;transform:translateX(-50%);
  display:flex;gap:9px
}
.hero-dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.35)}
.hero-dot.active{background:var(--yellow);transform:scale(1.22)}

/* QUICK STRIP */
.quick-strip{
  position:relative;z-index:10;width:min(1060px,92%);margin:-44px auto 0;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,#141414,#0a0a0a);
  border:1px solid #2c2c2c;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)
}
.quick-item{padding:25px 14px;text-align:center;border-right:1px solid #292929}
.quick-item:last-child{border-right:none}
.quick-item strong{display:block;font-size:22px;color:var(--yellow)}
.quick-item span{font-size:13px;color:#bbb}

/* IMAGE SERVICE CARDS */
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{
  background:#121212;border:1px solid #292929;border-radius:18px;overflow:hidden;
  transition:.3s ease;box-shadow:0 12px 30px rgba(0,0,0,.16)
}
.service-card:hover{transform:translateY(-7px);border-color:#6d5b00;box-shadow:0 20px 45px rgba(0,0,0,.28)}
.service-image{height:210px;overflow:hidden;background:#222}
.service-image img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.service-card:hover .service-image img{transform:scale(1.07)}
.service-body{padding:24px}
.service-body h3{font-size:21px;margin-bottom:8px;color:#fff}
.service-body p{font-size:14px;color:#aaa;margin-bottom:15px}
.learn{font-weight:900;color:var(--yellow);font-size:14px}

/* TWO COLUMN */
.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.image-stack{position:relative;min-height:500px}
.image-stack img{
  position:absolute;border-radius:20px;object-fit:cover;box-shadow:var(--shadow);border:1px solid #333
}
.image-stack .img1{width:78%;height:390px;left:0;top:0}
.image-stack .img2{width:55%;height:270px;right:0;bottom:0;border:5px solid #0b0b0b}
.feature-list{display:grid;gap:18px;margin-top:24px}
.feature{display:flex;gap:14px}
.check{
  width:40px;height:40px;flex:0 0 40px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  color:#111;font-weight:900
}
.feature p{color:#aaa;font-size:14px}

/* REVIEWS */
.reviews-wrap{position:relative;overflow:hidden}
.reviews-track{display:flex;transition:transform .5s ease}
.review-card{
  min-width:calc(33.333% - 14px);margin-right:21px;
  background:#121212;border:1px solid #2c2c2c;border-radius:18px;padding:26px
}
.stars{color:var(--yellow);letter-spacing:2px;margin-bottom:12px}
.review-card p{color:#c6c6c6;font-size:14px;margin-bottom:18px}
.review-card strong{display:block}
.review-card small{color:#777}
.review-controls{display:flex;justify-content:center;gap:10px;margin-top:24px}
.review-controls button{
  width:42px;height:42px;border-radius:50%;border:1px solid #333;
  background:#111;color:var(--yellow);font-size:20px
}
.review-note{text-align:center;color:#777;font-size:12px;margin-top:14px}

/* CTA */
.cta-box{
  position:relative;overflow:hidden;padding:64px 30px;border-radius:24px;text-align:center;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,212,0,.28),transparent 24%),
    radial-gradient(circle at 88% 70%,rgba(255,184,0,.20),transparent 22%),
    linear-gradient(135deg,#0b0b0b,#181818);
  border:1px solid #3b3300
}
.cta-box h2{font-size:40px;line-height:1.15;margin-bottom:12px}
.cta-box p{color:#bbb;max-width:720px;margin:0 auto 25px}
.cta-box .actions{justify-content:center}

/* INNER PAGE HERO */
.page-hero{
  padding:115px 0 95px;
  background:
    radial-gradient(circle at 80% 35%,rgba(255,212,0,.16),transparent 25%),
    linear-gradient(135deg,#050505,#141414);
  border-bottom:1px solid #2a2a2a
}
.breadcrumb{color:#9c9c9c;font-size:13px;margin-bottom:14px}
.page-hero h1{font-size:52px;line-height:1.08;margin-bottom:14px}
.page-hero p{max-width:760px;color:#bdbdbd;font-size:18px}

/* PROFILE */
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.profile-card{
  background:#121212;border:1px solid #2a2a2a;border-radius:20px;padding:30px
}
.profile-card h3{font-size:28px;margin-bottom:12px}
.profile-card p{color:#aaa}
.profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.fact{background:#0b0b0b;border:1px solid #2b2b2b;border-radius:12px;padding:15px}
.fact strong{display:block;color:var(--yellow);font-size:18px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}
.contact-card{
  background:#121212;border:1px solid #2c2c2c;border-radius:20px;padding:30px
}
.contact-card h3{font-size:28px;margin-bottom:14px}
.info-row{display:flex;gap:13px;padding:18px 0;border-top:1px solid #292929}
.info-row:first-of-type{border-top:0}
.info-icon{
  width:42px;height:42px;flex:0 0 42px;border-radius:11px;
  display:flex;align-items:center;justify-content:center;background:#1d1d1d;color:var(--yellow)
}
.info-row p,.info-row a{color:#aaa;font-size:14px}
.map{width:100%;min-height:480px;height:100%;border:0;border-radius:20px}

/* FOOTER */
.footer{background:#030303;border-top:1px solid #232323;padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.15fr .9fr .95fr;gap:42px}
.footer h3{font-size:16px;margin-bottom:12px;color:var(--yellow)}
.footer p,.footer a{font-size:14px;color:#9e9e9e}
.footer a{display:block;margin:7px 0}
.footer a:hover{color:var(--yellow)}
.footer-keywords{
  margin-top:30px;padding-top:20px;border-top:1px solid #222;
  font-size:12px;line-height:1.9;color:#666
}
.copyright{text-align:center;margin-top:22px;padding-top:18px;border-top:1px solid #222;color:#666;font-size:12px}

/* SCROLL TOP */
.scroll-top{
  position:fixed;right:20px;bottom:88px;z-index:1200;
  width:48px;height:48px;border:0;border-radius:50%;
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  color:#111;font-size:22px;font-weight:900;
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:.25s ease;box-shadow:0 12px 28px rgba(0,0,0,.3)
}
.scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}
.float-wa{
  position:fixed;right:20px;bottom:20px;z-index:1200;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;background:var(--green);
  color:#fff;font-size:24px;box-shadow:0 12px 28px rgba(0,0,0,.3)
}
.mobile-bar{display:none}

/* ANIMATION */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@keyframes pulseGlow{
  0%,100%{box-shadow:0 0 0 0 rgba(255,212,0,.0)}
  50%{box-shadow:0 0 0 8px rgba(255,212,0,.10),0 0 26px rgba(255,212,0,.22)}
}
@keyframes shine{
  0%{left:-45%}
  55%,100%{left:125%}
}

/* RESPONSIVE */
@media(max-width:1020px){
  .nav-links{display:none}
  .menu-btn{display:block}
  .nav-links.open{
    position:absolute;left:0;right:0;top:78px;display:flex;flex-direction:column;
    align-items:stretch;gap:0;background:#0b0b0b;border-top:1px solid #292929;padding:12px 4%
  }
  .nav-links.open>li{width:100%}
  .nav-links.open a{display:block;padding:11px 0}
  .dropdown-menu{
    position:static;width:100%;opacity:1;visibility:visible;transform:none;
    display:none;margin-top:5px;box-shadow:none
  }
  .dropdown.open .dropdown-menu{display:block}
  .hero h1{font-size:50px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .split,.profile-grid,.contact-grid{grid-template-columns:1fr}
  .review-card{min-width:calc(50% - 11px)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  body{padding-bottom:62px}
  .topbar-inner{justify-content:center;text-align:center}
  .topbar-right{display:none}
  .hero-slider,.hero-content{min-height:620px}
  .hero-slide:after{background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.67))}
  .hero-copy{text-align:center}
  .hero h1{font-size:38px}
  .hero p,.page-hero p{font-size:16px}
  .actions{justify-content:center}
  .actions .btn{width:100%}
  .hero-points{justify-content:center;gap:12px}
  .hero-arrow{width:39px;height:39px}
  .hero-prev{left:8px}.hero-next{right:8px}
  .quick-strip{grid-template-columns:repeat(2,1fr)}
  .quick-item:nth-child(2){border-right:none}
  .quick-item:nth-child(-n+2){border-bottom:1px solid #292929}
  .section{padding:65px 0}
  .section-title h2,.cta-box h2{font-size:31px}
  .service-grid{grid-template-columns:1fr}
  .review-card{min-width:100%;margin-right:0}
  .image-stack{min-height:390px}
  .image-stack .img1{height:300px}
  .image-stack .img2{height:210px}
  .page-hero{padding:82px 0 76px}
  .page-hero h1{font-size:38px}
  .profile-facts{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .float-wa{display:none}
  .scroll-top{bottom:78px;right:14px}
  .mobile-bar{
    display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:1300;
    box-shadow:0 -5px 20px rgba(0,0,0,.25)
  }
  .mobile-bar a{
    min-height:58px;display:flex;align-items:center;justify-content:center;font-weight:900
  }
  .mobile-bar a:first-child{background:linear-gradient(135deg,var(--yellow),var(--yellow2));color:#111}
  .mobile-bar a:last-child{background:var(--green);color:#fff}
}
@media(max-width:430px){
  .logo{font-size:20px}
  .hero h1,.page-hero h1{font-size:32px}
}
