*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.7;color:#e0e0e0;background:#0a0a0a}
h1,h2,h3,h4{font-weight:700;color:#fff;line-height:1.2}
a{color:#e63946;text-decoration:none}a:hover{color:#ff4d5a}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}

header{background:rgba(10,10,10,.95);position:sticky;top:0;z-index:100;border-bottom:1px solid #1a1a1a;backdrop-filter:blur(10px)}
.hdr{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.logo{font-size:18px;font-weight:800;color:#fff;letter-spacing:3px}
.logo span{display:block;font-size:9px;font-weight:400;letter-spacing:5px;color:#666;margin-top:2px}
nav{display:flex;gap:28px}
nav a{font-size:13px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:1px}
nav a:hover{color:#fff}
.burger{display:none;background:none;border:none;cursor:pointer}
.burger span{display:block;width:22px;height:1.5px;background:#fff;margin:5px 0}

main{padding:0}

.hero-video{position:relative;height:85vh;min-height:550px;overflow:hidden;margin-bottom:80px}
.hero-video img{width:100%;height:100%;object-fit:cover;filter:brightness(.4)}
.hero-video .overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 8%}
.hero-video .overlay .tag{font-size:11px;text-transform:uppercase;letter-spacing:4px;color:#e63946;margin-bottom:12px;font-weight:600}
.hero-video .overlay h1{font-size:48px;font-weight:300;line-height:1.1;max-width:700px;margin-bottom:16px;letter-spacing:-1px}
.hero-video .overlay p{font-size:17px;color:#999;max-width:500px;margin-bottom:28px}
.hero-video .overlay .btns{display:flex;gap:14px}
.hero-video .overlay .btn-r{padding:14px 32px;background:#e63946;color:#fff;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:2px}
.hero-video .overlay .btn-o{padding:14px 32px;border:1px solid #555;color:#ccc;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:2px}
.hero-video .overlay .btn-o:hover{border-color:#fff;color:#fff}

.sec{padding:80px 0}
.sec-dark{background:#111}
.sec-title{margin-bottom:40px}
.sec-title .label{font-size:11px;text-transform:uppercase;letter-spacing:4px;color:#e63946;margin-bottom:6px;font-weight:600}
.sec-title h2{font-size:32px;font-weight:300;letter-spacing:-.5px}

.services{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.svc{padding:35px;background:#111;border:1px solid #1a1a1a;transition:border-color .3s}
.svc:hover{border-color:#e63946}
.svc h3{font-size:18px;margin-bottom:10px;font-weight:600}
.svc p{font-size:14px;color:#888;line-height:1.6}

.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.portfolio-grid img{width:100%;height:300px;object-fit:cover;filter:brightness(.7);transition:filter .4s;cursor:pointer}
.portfolio-grid img:hover{filter:brightness(1)}

.process{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.process-step{text-align:center;padding:20px}
.process-step .num{font-size:40px;font-weight:200;color:#333;margin-bottom:10px}
.process-step h4{font-size:15px;margin-bottom:8px}
.process-step p{font-size:13px;color:#666;line-height:1.5}

.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}
.stats-bar div{padding:35px;text-align:center;border-right:1px solid #1a1a1a}
.stats-bar div:last-child{border:none}
.stats-bar h3{font-size:36px;font-weight:200;color:#e63946;margin-bottom:4px}
.stats-bar p{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:2px}

.testimonial{max-width:700px;margin:0 auto;text-align:center;padding:40px}
.testimonial blockquote{font-size:20px;font-style:italic;color:#ccc;line-height:1.6;margin-bottom:16px;font-weight:300}
.testimonial cite{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:2px;font-style:normal}

.about-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.about-split img{width:100%;height:350px;object-fit:cover}
.about-split h2{font-size:28px;font-weight:300;margin-bottom:14px}
.about-split p{font-size:15px;color:#999;margin-bottom:12px;line-height:1.7}
.about-split .btn-r{display:inline-block;padding:12px 28px;background:#e63946;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:8px}

.cta-full{background:#e63946;padding:60px;text-align:center;margin:80px 0}
.cta-full h2{color:#fff;font-size:28px;font-weight:300;margin-bottom:10px}
.cta-full p{color:rgba(255,255,255,.7);margin-bottom:20px;font-size:16px}
.cta-full a{display:inline-block;padding:14px 36px;background:#fff;color:#e63946;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}

.nl{padding:50px;text-align:center;border:1px solid #1a1a1a;margin-bottom:80px}
.nl h3{font-size:20px;font-weight:300;margin-bottom:6px}
.nl p{color:#666;font-size:14px;margin-bottom:16px}
.nl form{display:flex;max-width:400px;margin:0 auto}
.nl input{flex:1;padding:12px 16px;background:#111;border:1px solid #222;color:#fff;font-size:14px}
.nl button{padding:12px 22px;background:#e63946;color:#fff;border:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer}

.pg{max-width:720px;margin:0 auto;padding:80px 24px}
.pg h1{font-size:32px;font-weight:300;margin-bottom:20px;letter-spacing:-.5px}
.pg h2{font-size:20px;margin:30px 0 10px;font-weight:600}
.pg p{margin-bottom:14px;font-size:16px;line-height:1.8;color:#999}
.pg ul{margin:8px 0 18px 20px;color:#999}
.pg ul li{margin-bottom:6px;font-size:15px}

.contact-form{max-width:500px}
.contact-form .fg{margin-bottom:18px}
.contact-form label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;color:#666}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px;background:#111;border:1px solid #222;color:#fff;font-size:15px}
.contact-form input:focus,.contact-form textarea:focus{border-color:#e63946;outline:none}
.contact-form textarea{height:120px;resize:vertical}
.contact-form button{padding:14px 32px;background:#e63946;color:#fff;border:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer}

footer{background:#0a0a0a;border-top:1px solid #1a1a1a;color:#666;padding:50px 0 0}
.f-cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:30px;border-bottom:1px solid #1a1a1a}
footer h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}
footer p{font-size:13px;line-height:1.6}
footer ul{list-style:none}footer ul li{margin-bottom:5px}
footer ul li a{color:#666;font-size:13px}footer ul li a:hover{color:#e63946}
.f-bottom{padding:18px 0;text-align:center;font-size:11px;color:#444}
.f-bottom p{margin-bottom:4px}
.mc{background:none;border:1px solid #222;color:#555;padding:4px 12px;font-size:10px;cursor:pointer;margin-top:6px}
.mc:hover{color:#e63946;border-color:#e63946}

.cc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:center;justify-content:center}
.cc-box{background:#111;max-width:440px;width:92%;padding:25px;border:1px solid #222;color:#e0e0e0}
.cc-box h3{font-size:16px;margin-bottom:6px}.cc-box>p{font-size:13px;color:#888;margin-bottom:14px}
.cc-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #1a1a1a}
.cc-row strong{font-size:13px;color:#ccc}.cc-row small{color:#555;font-size:11px}
.sw{position:relative;width:42px;height:22px;display:inline-block}
.sw input{opacity:0;width:0;height:0}
.sw span{position:absolute;inset:0;background:#333;border-radius:22px;cursor:pointer;transition:.3s}
.sw span::before{content:'';position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#888;border-radius:50%;transition:.3s}
.sw input:checked+span{background:#e63946}
.sw input:checked+span::before{transform:translateX(20px);background:#fff}
.sw.disabled span{background:#1a3a1a;cursor:default}
.cc-btns{display:flex;gap:6px;margin-top:14px}
.cc-btns button{padding:9px 16px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid #333;background:#0a0a0a;color:#ccc}
.cc-btns button.accent{background:#e63946;color:#fff;border-color:#e63946}

@media(max-width:900px){.services{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.stats-bar{grid-template-columns:repeat(2,1fr)}.about-split{grid-template-columns:1fr}.f-cols{grid-template-columns:1fr}.hero-video .overlay h1{font-size:32px}}
@media(max-width:550px){.burger{display:block}nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0a0a0a;flex-direction:column;padding:15px 24px;border-bottom:1px solid #1a1a1a}#nav.open{display:flex}.hero-video{height:60vh;min-height:400px}.hero-video .overlay .btns{flex-direction:column;gap:8px}.stats-bar{grid-template-columns:1fr}.process{grid-template-columns:1fr}.nl form{flex-direction:column;gap:8px}.cc-btns{flex-direction:column}}
