:root{--red:#f21324;--dark:#090a0c;--panel:#111318;--muted:#a6a8ad;--line:#272a30;--white:#f7f7f8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--dark);color:var(--white);font-family:Inter,Arial,sans-serif}
.wrap{width:min(1180px,calc(100% - 44px));margin:auto}
.demo-bar{background:var(--red);color:#fff;text-align:center;font-size:11px;font-weight:800;letter-spacing:1.8px;padding:9px;position:relative;z-index:20}
.watermark{position:fixed;z-index:50;right:18px;bottom:16px;border:1px solid #ffffff35;background:#08090bd9;color:#ffffffa8;padding:8px 12px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:1.6px;pointer-events:none}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;position:absolute;top:31px;left:50%;transform:translateX(-50%);z-index:10}
.brand img{width:205px;height:82px;object-fit:contain;border-radius:0}
.nav nav{display:flex;gap:34px}
.nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--red);color:#fff!important;text-decoration:none;padding:17px 24px;border-radius:3px;font-weight:800;font-size:13px;letter-spacing:.3px}
.btn.small{padding:13px 18px}
.hero{height:780px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=2000&q=88') center/cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#050608 3%,#050608e8 42%,#05060860 70%,#05060818),linear-gradient(0deg,#090a0c 0%,transparent 35%)}
.hero-content{position:relative;padding-top:65px}
.eyebrow,.tag{font-size:11px;font-weight:800;letter-spacing:2.1px;color:var(--red)}
.eyebrow span{width:34px;height:2px;background:var(--red);display:inline-block;vertical-align:middle;margin-right:10px}
.hero h1{font-family:Montserrat,sans-serif;font-size:clamp(49px,6.7vw,88px);line-height:.98;margin:25px 0 28px;letter-spacing:-3.5px;max-width:830px}
.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1px #fff}
.lead{font-size:17px;line-height:1.75;color:#d2d3d5;max-width:650px}
.actions{display:flex;align-items:center;gap:30px;margin-top:38px}
.ghost{color:#fff;text-decoration:none;font-size:13px;font-weight:700}
.hero-facts{display:flex;gap:0;margin-top:62px}
.hero-facts div{min-width:190px;border-left:1px solid #ffffff35;padding-left:18px}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-size:13px;margin-bottom:5px}
.hero-facts span{font-size:11px;color:#aeb0b5}
.services{padding:115px 0}
.section-intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:58px}
.section-intro h2,.about h2,.steps h2,.cta h2{font-family:Montserrat,sans-serif;font-size:clamp(34px,4vw,55px);line-height:1.08;margin:16px 0 0;letter-spacing:-2px}
.section-intro>p{max-width:440px;color:var(--muted);line-height:1.7;font-size:14px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.cards article{padding:34px 27px 38px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}
.cards article>span{font-size:11px;color:#676a70}
.icon{font-size:34px;color:var(--red);margin:38px 0 28px}
.cards h3{font-family:Montserrat;font-size:19px}
.cards p{color:var(--muted);font-size:13px;line-height:1.7;min-height:110px}
.cards a{font-size:11px;color:#fff;text-decoration:none;font-weight:800}
.results{background:#ececed;color:#0c0d0f;padding:110px 0}
.section-intro.light>p{color:#65676c}
.gallery{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:12px;height:510px}
.gallery article{background-position:center;background-size:cover;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;color:#fff}
.gallery article:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,#050608df)}
.gallery span,.gallery h3{position:relative;z-index:1}
.gallery span{color:#ff5360;font-size:10px;font-weight:800;letter-spacing:2px}
.gallery h3{font-family:Montserrat;font-size:20px;margin:8px 0}
.g1{background-image:url('https://images.unsplash.com/photo-1550355291-bbee04a92027?auto=format&fit=crop&w=1200&q=85')}
.g2{background-image:url('https://images.unsplash.com/photo-1607860108855-64acf2078ed9?auto=format&fit=crop&w=900&q=85')}
.g3{background-image:url('https://images.unsplash.com/photo-1525609004556-c46c7d6cf023?auto=format&fit=crop&w=900&q=85')}
.about{padding:120px 0;display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}
.about-photo{height:590px;background:url('https://images.unsplash.com/photo-1605164599901-da425e9182e5?auto=format&fit=crop&w=1100&q=85') center/cover}
.about-copy>p:not(.tag){color:var(--muted);line-height:1.8}
.about ul{list-style:none;padding:10px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:17px;font-size:13px}
.about li{border-bottom:1px solid var(--line);padding-bottom:13px}
.about li b{color:var(--red);margin-right:8px}
.steps{background:#111318;padding:100px 0}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px}
.step-grid div{border-top:1px solid #3a3d43;padding:25px 30px 0 0}
.step-grid span{color:var(--red);font-size:11px;font-weight:800}
.step-grid h3{font-family:Montserrat;margin-top:35px}
.step-grid p{color:var(--muted);font-size:13px;line-height:1.65;max-width:220px}
.cta{padding:90px 0;background:#ececed;color:#090a0c}
.cta-box{display:flex;align-items:center;justify-content:space-between}
.cta h2{font-size:43px}
.cta p{color:#65676c}
.cta-box>div:last-child{display:flex;flex-direction:column;gap:14px}
.insta{color:#111;text-align:center;font-weight:800;font-size:12px;text-decoration:none}
footer{padding:65px 0 20px}
.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr;align-items:center}
.foot img{width:220px;border-radius:0}
.foot small{color:var(--red);font-size:10px;font-weight:800;letter-spacing:1.5px}
.foot p,.foot a{font-size:12px;line-height:1.8;color:#b6b8bd;text-decoration:none}
.foot-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:45px;padding-top:20px;font-size:10px;color:#686b71}
.foot-bottom strong{color:#9b9da2;letter-spacing:1.2px}
@media(max-width:850px){.nav nav{display:none}
.nav{top:29px}
.hero{height:760px}
.hero h1{letter-spacing:-2px}
.hero-facts{gap:15px}
.hero-facts div{min-width:0;flex:1}
.section-intro,.cta-box{display:block}
.section-intro>p{margin-top:25px}
.cards{grid-template-columns:1fr 1fr}
.gallery{grid-template-columns:1fr;height:auto}
.gallery article{height:360px}
.about{grid-template-columns:1fr;gap:50px}
.step-grid{grid-template-columns:1fr 1fr;gap:35px}
.cta-box>div:last-child{margin-top:35px;max-width:300px}
.foot{grid-template-columns:1fr 1fr}
.foot img{grid-column:1/-1;margin-bottom:25px}
}
@media(max-width:520px){.wrap{width:min(100% - 28px,1180px)}
.demo-bar{font-size:8px;letter-spacing:1px}
.nav{height:75px}
.brand img{width:148px;height:60px}
.btn.small{font-size:10px;padding:10px 12px}
.hero{height:720px}
.hero-content{padding-top:50px}
.hero h1{font-size:47px}
.lead{font-size:14px}
.actions{align-items:flex-start;flex-direction:column;gap:18px}
.hero-facts{margin-top:45px}
.hero-facts div:nth-child(3){display:none}
.services,.about{padding:80px 0}
.cards{grid-template-columns:1fr}
.cards p{min-height:0}
.section-intro h2,.about h2,.steps h2{font-size:36px}
.gallery article{height:330px}
.about-photo{height:430px}
.about ul{grid-template-columns:1fr}
.step-grid{grid-template-columns:1fr}
.cta h2{font-size:34px}
.foot{grid-template-columns:1fr}
.foot-bottom{display:block}
.foot-bottom strong{display:block;margin-top:10px}
}
