
:root{
  --bg:#0c0c0c; --panel:#151515; --panel2:#1f1f1f; --text:#f5f5f5; --muted:#b8b8b8;
  --yellow:#ffd400; --yellow2:#ffdf33; --line:#2c2c2c; --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}
header{position:sticky;top:0;z-index:50;background:rgba(12,12,12,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:255px;height:auto}
nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}
nav a:hover,nav a.active{color:var(--yellow)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:4px;padding:14px 20px;font-weight:800;cursor:pointer;transition:.2s}
.btn-primary{background:var(--yellow);color:#111}
.btn-primary:hover{transform:translateY(-1px);background:var(--yellow2)}
.btn-ghost{border:1px solid #555;background:rgba(255,255,255,.03)}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:27px}
.hero{min-height:660px;background:linear-gradient(90deg,rgba(8,8,8,.96) 0%,rgba(8,8,8,.76) 42%,rgba(8,8,8,.12) 100%),url('assets/hero.svg') center/cover no-repeat;display:flex;align-items:center;border-bottom:1px solid var(--line)}
.hero-content{max-width:670px;padding:90px 0}
.eyebrow{color:var(--yellow);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:13px}
h1{font-size:clamp(44px,6vw,78px);line-height:.98;margin:14px 0 20px;letter-spacing:-.045em}
h1 span{color:var(--yellow)}
h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 16px}
h3{font-size:23px;margin:0 0 8px}
.lead{font-size:20px;color:#d0d0d0;max-width:620px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.trustbar{border-bottom:1px solid var(--line);background:#111}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.trustitem{background:#111;padding:20px;text-align:center;font-weight:750}
.trustitem strong{color:var(--yellow);display:block;font-size:19px}
section{padding:88px 0}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.section-head p{max-width:590px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden}
.card img{aspect-ratio:16/10;object-fit:cover}
.card-body{padding:24px}
.card p{color:var(--muted);margin:0 0 18px}
.link{color:var(--yellow);font-weight:850}
.alt{background:#111}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.check{background:var(--panel);border:1px solid var(--line);padding:18px;border-radius:8px}
.check b{display:block;color:var(--yellow);margin-bottom:4px}
.quote{background:linear-gradient(135deg,#202020,#111);border-left:5px solid var(--yellow);padding:36px;border-radius:8px}
.quote p{font-size:24px;margin:0 0 18px}
.references{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ref{min-height:260px;background:linear-gradient(145deg,#2c2c2c,#111);border:1px solid #333;border-radius:9px;padding:22px;display:flex;align-items:end;position:relative;overflow:hidden}
.ref:before{content:"";position:absolute;inset:18px;border:2px solid #3d3d3d}
.ref:after{content:"";position:absolute;left:18px;bottom:60px;width:72%;height:6px;background:var(--yellow)}
.ref span{position:relative;z-index:2;font-weight:850}
.cta{background:var(--yellow);color:#111}
.cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}
.cta h2{margin:0;max-width:700px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}
.contact-card{background:var(--panel);border:1px solid var(--line);padding:30px;border-radius:10px}
.contact-row{padding:14px 0;border-bottom:1px solid var(--line)}
.contact-row:last-child{border-bottom:0}
.contact-row small{display:block;color:var(--muted)}
form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,textarea,select{width:100%;background:#0d0d0d;color:#fff;border:1px solid #3a3a3a;border-radius:4px;padding:14px;font:inherit}
textarea{min-height:140px;resize:vertical}
.full{grid-column:1/-1}
.notice{font-size:13px;color:#9f9f9f}
footer{border-top:1px solid var(--line);padding:34px 0;background:#090909}
.footer{display:flex;justify-content:space-between;gap:30px;align-items:center;color:#9f9f9f;font-size:14px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.page-hero{padding:90px 0 60px;background:#111;border-bottom:1px solid var(--line)}
.page-hero p{max-width:720px;color:var(--muted);font-size:19px}
.content{max-width:850px}
.content h2{margin-top:40px}
.content p,.content li{color:#c7c7c7}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.badge{padding:8px 11px;border:1px solid #444;border-radius:999px;color:#ddd;font-size:14px}
.whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;background:#25D366;color:white;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.35)}
@media (max-width:900px){
  nav{display:none;position:absolute;left:0;right:0;top:82px;background:#0c0c0c;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:flex-start}
  nav.open{display:flex}.menu-btn{display:block}.nav>.btn{display:none}
  .cards,.references,.trustgrid{grid-template-columns:1fr 1fr}.benefits,.contact-grid{grid-template-columns:1fr}
  .hero{min-height:600px;background-position:58% center}
}
@media (max-width:620px){
  .logo img{width:205px}.hero-content{padding:70px 0}.hero{background:linear-gradient(rgba(8,8,8,.82),rgba(8,8,8,.9)),url('assets/hero.svg') center/cover no-repeat}
  .cards,.references,.trustgrid,.checks,form{grid-template-columns:1fr}.section-head,.cta-inner,.footer{display:block}.section-head p{margin-top:14px}.footer-links{margin-top:16px}.btn{width:100%}
}

.references .card img{width:100%;height:290px;object-fit:cover}.benefits>div>img.card{width:100%;max-height:620px;object-fit:cover}

.form-status{grid-column:1/-1;padding:16px 18px;border-radius:6px;margin:0 0 18px;font-weight:700}
.form-success{background:#16351f;border:1px solid #2c7440;color:#dcffe5}
.form-error{background:#3a1717;border:1px solid #843a3a;color:#ffe5e5}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-check{display:flex;align-items:flex-start;gap:10px;color:#c7c7c7;font-size:13px}
.privacy-check input{width:auto;margin-top:5px;flex:0 0 auto}

/* ===== V4 BRAND + HOMEPAGE REDESIGN ===== */
.site-header, header{background:#101112}
.brand{display:flex;align-items:center;gap:10px;min-width:245px}
.brand img{width:72px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}
.brand span{display:flex;flex-direction:column;line-height:1}
.brand strong{font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:500;letter-spacing:.01em;color:#fff}
.brand small{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#ffd400;margin-top:7px}
.nav-cta{white-space:nowrap}

.hero-new{padding:72px 0 82px;background:
radial-gradient(circle at 15% 20%,rgba(255,212,0,.07),transparent 33%),
linear-gradient(135deg,#101112 0%,#161719 100%);border-bottom:1px solid #2d2d2d;overflow:hidden}
.hero-new-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}
.hero-copy h1{font-size:clamp(48px,6.2vw,82px);margin:18px 0 24px;max-width:790px}
.hero-copy h1 span{color:#ffd400}
.hero-copy .lead{font-size:21px;max-width:610px}
.hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px;color:#d7d7d7;font-size:14px}
.hero-photo-wrap{position:relative}
.hero-photo-wrap:before{content:"";position:absolute;inset:-18px 22px 22px -18px;border:2px solid #ffd400;border-radius:3px;z-index:0}
.hero-photo-wrap img{position:relative;z-index:1;width:100%;height:570px;object-fit:cover;border-radius:3px;box-shadow:0 28px 55px rgba(0,0,0,.35)}
.hero-photo-card{position:absolute;z-index:2;left:-28px;bottom:28px;background:#fff;color:#111;padding:18px 22px;box-shadow:0 14px 35px rgba(0,0,0,.24);max-width:350px}
.hero-photo-card strong{display:block;font-size:17px}
.hero-photo-card span{font-size:13px;color:#626262}

.brand-strip{background:#ffd400;color:#111;padding:0}
.brand-strip-inner{height:70px;display:flex;align-items:center;justify-content:space-between;font-weight:900;letter-spacing:.14em;font-size:14px}
.brand-strip-inner i{display:block;width:5px;height:5px;background:#111;border-radius:50%}

.services-new{background:#f5f3ee;color:#111}
.section-head-centered{text-align:center;max-width:790px;margin:0 auto 44px}
.section-head-centered h2{color:#111}
.section-head-centered p{color:#666;font-size:18px}
.service-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-tile{background:#fff;color:#111;box-shadow:0 12px 30px rgba(0,0,0,.08);overflow:hidden;transition:.25s}
.service-tile:hover{transform:translateY(-5px)}
.service-tile img{width:100%;height:265px;object-fit:cover}
.service-tile>div{padding:25px}
.service-tile span{color:#b2a100;font-weight:900;font-size:13px;letter-spacing:.12em}
.service-tile h3{font-size:28px;margin:4px 0 8px}
.service-tile p{color:#626262;min-height:52px}
.service-tile b{color:#111;border-bottom:3px solid #ffd400;padding-bottom:3px}
.service-tile.feature{transform:translateY(-15px)}
.service-tile.feature:hover{transform:translateY(-20px)}

.project-new{background:#fff;color:#111}
.project-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}
.project-images{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:end}
.project-images figure{margin:0;position:relative}
.project-images figure:first-child img{height:390px}
.project-images figure:last-child img{height:510px}
.project-images img{width:100%;object-fit:cover}
.project-images figcaption{position:absolute;left:12px;bottom:12px;background:#111;color:#fff;padding:7px 11px;font-weight:800;font-size:12px}
.project-copy h2{font-size:48px}
.project-copy p{font-size:18px;color:#555}
.clean-list{list-style:none;padding:0;margin:24px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.clean-list li:before{content:"✓";color:#b79f00;font-weight:900;margin-right:9px}

.why-new{background:#101112}
.section-head-centered.light h2{color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #353535;border-bottom:1px solid #353535}
.why-grid article{padding:33px 25px;border-right:1px solid #353535}
.why-grid article:last-child{border-right:0}
.why-grid strong{color:#ffd400;font-size:13px;letter-spacing:.14em}
.why-grid h3{font-size:24px;margin-top:9px}
.why-grid p{color:#aaa;margin-bottom:0}

.contact-banner{background:#ffd400;color:#111;padding:58px 0}
.contact-banner .eyebrow{color:#111}
.contact-banner-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}
.contact-banner h2{margin:7px 0 10px;font-size:42px}
.contact-banner p{margin:0;font-size:17px}
.contact-banner-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}
.btn-dark{background:#111;color:#fff}
.contact-banner-actions>a:not(.btn){display:flex;flex-direction:column;color:#111}
.contact-banner-actions small{font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.contact-banner-actions strong{font-size:21px}
.footer-new{min-height:95px}
.footer-brand{min-width:260px}

@media(max-width:1050px){
  .brand{min-width:auto}.brand strong{font-size:17px}.brand img{width:58px}
  .hero-new-grid,.project-grid{grid-template-columns:1fr;gap:40px}.hero-photo-wrap{max-width:760px}.hero-photo-wrap img{height:500px}
  .service-grid-new{grid-template-columns:1fr 1fr}.service-tile.feature{transform:none}
  .why-grid{grid-template-columns:1fr 1fr}.why-grid article:nth-child(2){border-right:0}
  .contact-banner-grid{grid-template-columns:1fr}
  .contact-banner-actions{justify-content:flex-start}
}
@media(max-width:700px){
  .brand strong{font-size:15px}.brand small{font-size:8px}.brand img{width:49px;height:40px}
  .hero-new{padding:48px 0 60px}.hero-new-grid{gap:30px}.hero-copy h1{font-size:47px}
  .hero-photo-wrap:before{inset:-10px 10px 10px -10px}.hero-photo-wrap img{height:400px}.hero-photo-card{left:10px;right:10px;bottom:10px}
  .brand-strip-inner{height:auto;padding:16px 0;flex-wrap:wrap;gap:12px}.brand-strip-inner i{display:none}
  .service-grid-new{grid-template-columns:1fr}.service-tile img{height:235px}
  .project-images{grid-template-columns:1fr 1fr}.project-images figure:first-child img,.project-images figure:last-child img{height:330px}
  .project-copy h2,.contact-banner h2{font-size:34px}.clean-list{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}.why-grid article{border-right:0;border-bottom:1px solid #353535}
  .contact-banner-actions{display:block}.contact-banner-actions>a{margin-top:15px}
  .footer-brand{margin-bottom:20px}
}
