*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #18181b;--dark: #27272a;--gray-800: #3f3f46;--gray-600: #52525b;--gray-400: #a1a1aa;--gray-200: #e4e4e7;--gray-100: #f4f4f5;--white: #ffffff;--red: #ef4444;--red-dark: #dc2626;--red-light: #fca5a5}html{scroll-behavior:smooth}body{font-family:Barlow,system-ui,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,h4{font-family:Bebas Neue,sans-serif;letter-spacing:1px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:var(--black);padding:16px 0;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{font-size:28px;color:var(--red);line-height:1}.logo-name{display:block;font-family:Bebas Neue,sans-serif;font-size:24px;color:var(--white);letter-spacing:2px;line-height:1}.logo-sub{display:block;font-size:10px;color:var(--gray-400);letter-spacing:3px;margin-top:2px}.nav{display:none;gap:32px}.nav a{font-size:13px;font-weight:600;color:var(--gray-400);letter-spacing:1px;text-transform:uppercase;transition:color .2s}.nav a:hover{color:var(--white)}.header-cta{background:var(--red);color:var(--white);padding:12px 24px;font-family:Bebas Neue,sans-serif;font-size:16px;letter-spacing:1px;transition:background .2s}.header-cta:hover{background:var(--red-dark)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden}.hero-video-wrap{position:absolute;inset:0}.hero-bg{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#18181bf2,#18181bb3,#18181bd9)}.hero-content{position:relative;z-index:1}.hero-tag{display:inline-block;background:var(--red);color:var(--white);padding:8px 16px;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:24px}.hero h1{font-size:clamp(60px,12vw,140px);color:var(--white);line-height:.9;margin-bottom:24px;letter-spacing:4px}.hero h1 span{color:var(--red);display:inline-block}.hero-main p{font-size:18px;color:var(--gray-400);max-width:500px;margin-bottom:40px;line-height:1.7}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.btn-primary{background:var(--red);color:var(--white);padding:18px 36px;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:1px;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-phone{display:flex;align-items:center;gap:10px;color:var(--white);font-weight:600;font-size:16px}.phone-icon{font-size:20px}.hero-stats{display:flex;gap:48px;margin-top:80px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.stat-num{display:block;font-family:Bebas Neue,sans-serif;font-size:48px;color:var(--red);letter-spacing:2px}.stat-label{font-size:12px;color:var(--gray-400);letter-spacing:2px}.section-header{margin-bottom:48px}.section-header.light h2,.section-header.light .section-tag{color:var(--white)}.section-tag{display:inline-block;color:var(--red);font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:12px}.section-header h2{font-size:clamp(36px,5vw,56px);color:var(--black);line-height:1;letter-spacing:2px}.services{padding:100px 0;background:var(--gray-100)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.service-card{background:var(--white);padding:40px 32px;border-bottom:4px solid transparent;transition:border-color .3s,transform .3s}.service-card:hover{border-color:var(--red);transform:translateY(-4px)}.service-number{font-family:Bebas Neue,sans-serif;font-size:14px;color:var(--gray-400);letter-spacing:2px;margin-bottom:16px}.service-icon{font-size:32px;margin-bottom:16px}.service-card h3{font-size:24px;color:var(--black);margin-bottom:12px}.service-card p{font-size:15px;color:var(--gray-600);margin-bottom:20px;line-height:1.7}.service-link{color:var(--red);font-weight:600;font-size:14px;letter-spacing:1px}.why-section{padding:100px 0;background:var(--white)}.why-inner{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}.why-image{position:relative}.why-image img{width:100%;max-height:600px;object-fit:cover}.why-badge{position:absolute;bottom:-20px;right:20px;background:var(--red);color:var(--white);padding:24px 32px;text-align:center}.badge-num{display:block;font-family:Bebas Neue,sans-serif;font-size:48px;line-height:1}.badge-text{font-size:10px;letter-spacing:2px}.why-content h2{font-size:clamp(36px,5vw,56px);color:var(--black);margin-bottom:20px;line-height:1}.why-content>p{font-size:17px;color:var(--gray-600);margin-bottom:32px;line-height:1.7}.why-list{list-style:none}.why-list li{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--gray-200)}.why-list .check{width:32px;height:32px;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.why-list strong{display:block;color:var(--black);font-size:16px;margin-bottom:4px}.why-list li p{margin:0;font-size:14px;color:var(--gray-600)}.projects{padding:100px 0;background:var(--black)}.projects-grid{display:grid;grid-template-columns:1fr;gap:24px}.project-card{position:relative;overflow:hidden}.project-card img{width:100%;height:300px;object-fit:cover;transition:transform .4s}.project-card:hover img{transform:scale(1.05)}.project-info{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(transparent,#000000e6);color:var(--white)}.project-type{font-size:11px;color:var(--red);letter-spacing:2px}.project-info h4{font-size:22px;margin:8px 0 4px}.project-info p{font-size:14px;color:var(--gray-400);margin:0}.testimonials{padding:100px 0;background:var(--gray-100)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.testimonial-card{background:var(--white);padding:40px}.quote-mark{font-family:Bebas Neue,sans-serif;font-size:80px;color:var(--red);line-height:.5;margin-bottom:20px}.testimonial-card p{font-size:16px;color:var(--gray-600);line-height:1.7;margin-bottom:24px}.reviewer .stars{color:var(--red);margin-bottom:8px}.reviewer strong{display:block;color:var(--black)}.reviewer span{font-size:13px;color:var(--gray-400)}.quote-section{padding:100px 0;background:var(--black)}.quote-inner{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}.quote-content{color:var(--white)}.quote-content h2{font-size:clamp(36px,5vw,56px);color:var(--white);margin-bottom:20px;line-height:1}.quote-content>p{font-size:17px;color:var(--gray-400);margin-bottom:32px;line-height:1.7}.quote-features{display:flex;flex-wrap:wrap;gap:24px}.qf-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gray-400)}.qf-icon{font-size:20px}.quote-form{background:var(--white);padding:40px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:16px;border:2px solid var(--gray-200);font-size:15px;font-family:inherit;margin-bottom:16px;transition:border-color .2s}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:none;border-color:var(--red)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form button{width:100%;background:var(--red);color:var(--white);padding:18px;border:none;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:1px;cursor:pointer;transition:background .2s}.quote-form button:hover{background:var(--red-dark)}.footer{background:#0f0f10;color:var(--gray-400);padding:60px 0 0}.footer-inner{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-main p{font-size:14px;line-height:1.7;margin-bottom:16px}.footer-license{font-size:12px;color:var(--gray-600)}.footer-links h4,.footer-contact h4{font-family:Bebas Neue,sans-serif;color:var(--white);font-size:16px;letter-spacing:2px;margin-bottom:16px}.footer-links a{display:block;font-size:14px;margin-bottom:10px;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-contact .contact-phone{display:block;font-size:20px;color:var(--red);font-weight:700;margin-bottom:16px}.footer-contact p{font-size:14px;margin-bottom:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;text-align:center;font-size:13px}@media (min-width: 768px){.nav{display:flex}.why-inner,.projects-grid{grid-template-columns:1fr 1fr}.project-card.large{grid-column:span 2}.project-card.large img{height:400px}.quote-inner{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr}}@media (min-width: 1024px){.container{padding:0 40px}}.roofo-banner{position:fixed;bottom:0;left:0;right:0;background:#1e3a5f;padding:16px 20px;z-index:9999;box-shadow:0 -4px 20px #00000026}.roofo-banner-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.roofo-brand{display:flex;align-items:center;gap:8px;color:#fff}.roofo-icon{width:20px;height:20px}.roofo-name{font-family:system-ui,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.5px}.roofo-info{flex:1}.roofo-headline{font-family:system-ui,sans-serif;font-size:15px;color:#fff;margin:0}.roofo-headline strong{color:#fbbf24}.roofo-features{font-family:system-ui,sans-serif;font-size:13px;color:#ffffffb3;margin:4px 0 0}.roofo-btn{background:#fff;color:#1e3a5f;padding:10px 24px;border:none;border-radius:6px;font-family:system-ui,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;text-decoration:none;display:inline-block}.roofo-btn:hover{background:#f8fafc;transform:translateY(-1px)}@media (min-width: 768px){.roofo-banner{padding:14px 24px}.roofo-banner-inner{flex-direction:row;text-align:left;gap:24px}.roofo-headline{font-size:16px}}body{padding-bottom:100px}@media (min-width: 768px){body{padding-bottom:70px}}
