:root{--dark:#101010;--panel:#191919;--orange:#f2a900;--orange2:#ffbd22;--text:#f4f4f4;--line:rgba(255,255,255,.12);--wa:#25d366}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dark);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
header{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;background:rgba(13,13,13,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,4vw,46px)}.logo img{width:70px}nav{display:flex;gap:24px;text-transform:uppercase;font-size:.78rem;font-weight:900;letter-spacing:.05em}nav a:hover{color:var(--orange)}.header-btn{background:var(--orange);color:#111;padding:12px 18px;border-radius:4px;font-weight:900;text-transform:uppercase;font-size:.78rem}
.hero{min-height:84vh;padding-top:72px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#121212}.hero-text{padding:42px clamp(22px,5vw,66px)}.hero-logo{width:min(320px,76vw);margin-bottom:17px}.badge{display:inline-block;background:rgba(242,169,0,.12);color:var(--orange2);border:1px solid rgba(242,169,0,.38);padding:8px 12px;border-radius:999px;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:17px}h1{font-size:clamp(2.25rem,5vw,4.8rem);line-height:.97;margin:0 0 17px;letter-spacing:-.05em}.hero-text p{font-size:1.1rem;line-height:1.62;color:#e6e6e6;max-width:630px;margin:0 0 24px}.hero-img{height:84vh;min-height:560px;position:relative;overflow:hidden}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#121212 0%,rgba(18,18,18,.25) 38%,rgba(0,0,0,.02))}
.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 20px;border-radius:4px;font-weight:900;text-transform:uppercase;font-size:.8rem;letter-spacing:.04em;border:1px solid rgba(255,255,255,.18);transition:.22s;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(0,0,0,.32)}.btn-orange{background:var(--orange);color:#111;border-color:var(--orange)}.btn-wa{background:var(--wa);color:#06170b;border-color:var(--wa)}.btn-dark{background:#202020;color:#fff}
section{padding:48px 0}.wrap{width:min(1180px,92%);margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.kicker{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;margin-bottom:8px}h2{font-size:clamp(1.85rem,3.5vw,3.45rem);line-height:1.03;margin:0;letter-spacing:-.04em}.sub{color:#cfcfcf;line-height:1.62;max-width:620px;margin:0}
.about{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.box{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:26px}.box p{color:#d7d7d7;line-height:1.68;margin:0 0 12px}.about-photo{border-radius:12px;overflow:hidden;min-height:350px}.about-photo img{width:100%;height:100%;object-fit:cover}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.service{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:20px;min-height:138px;transition:.22s}.service:hover{background:#202020;transform:translateY(-3px)}.service strong{display:block;color:var(--orange2);margin-bottom:9px;font-size:1.02rem}.service p{margin:0;color:#d0d0d0;line-height:1.5;font-size:.93rem}
.strip{background:var(--orange);color:#111;padding:20px 0}.strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;font-weight:900}.strip p{margin:0;font-size:1.04rem}.gallery-section{background:#0d0d0d;padding-top:48px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.gallery-item{border:0;padding:0;background:#222;border-radius:8px;overflow:hidden;cursor:pointer;height:245px}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(15){grid-column:span 2;height:335px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.33s}.gallery-item:hover img{transform:scale(1.04);filter:brightness(1.08)}
.why{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.why div{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:17px;text-align:center;font-weight:800;color:#eaeaea}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.step{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:18px}.step span{color:var(--orange);font-weight:900;font-size:1.7rem}.step b{display:block;margin:8px 0 6px}.step p{margin:0;color:#d0d0d0;line-height:1.45;font-size:.93rem}
.cta{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta p{margin:8px 0 0;color:#d4d4d4;line-height:1.55}.contact{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select,textarea{width:100%;background:#101010;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:6px;padding:14px 15px;margin-bottom:10px}textarea{min-height:110px;resize:vertical}footer{background:#070707;padding:24px 0;text-align:center;color:#aaa;border-top:1px solid var(--line);font-size:.92rem}.whatsapp{position:fixed;right:16px;bottom:16px;z-index:1001;background:var(--wa);color:#06170b;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.35)}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.lightbox.active{display:flex}.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:8px}.lb{position:fixed;border:0;background:rgba(255,255,255,.15);color:#fff;width:48px;height:48px;border-radius:50%;font-size:28px;cursor:pointer}.close{top:18px;right:18px}.prev{left:18px;top:50%;transform:translateY(-50%)}.next{right:18px;top:50%;transform:translateY(-50%)}.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:950px){nav{display:none}.hero{grid-template-columns:1fr}.hero-img{height:390px;min-height:390px;order:-1}.hero-img:after{background:linear-gradient(180deg,rgba(0,0,0,.05),#121212)}.about,.contact{grid-template-columns:1fr}.services{grid-template-columns:repeat(2,1fr)}.why,.process{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(15){grid-column:span 2;height:310px}}
@media(max-width:560px){header{height:66px;padding:0 14px}.logo img{width:62px}.header-btn{display:none}.hero{padding-top:66px;min-height:auto}.hero-img{height:310px;min-height:310px}.hero-text{padding:26px 20px 34px}section{padding:36px 0}.section-head{display:block}.sub{margin-top:10px}.services,.why,.process{grid-template-columns:1fr}.gallery{gap:8px}.gallery-item{height:205px}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(15){height:255px}.strip .wrap,.cta{display:block}.cta .actions{margin-top:16px}}
