@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#050505;--panel:#101010;--panel2:#151515;--ink:#fff;--muted:#b7b7b7;--line:#282828;--red:#ec111b;--red2:#a8060e;--radius:24px;--max:1180px;--shadow:0 20px 70px rgba(0,0,0,.45)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:.82rem}.h1,.h2,.h3,h1,h2,h3{font-family:'Bebas Neue',Impact,sans-serif;letter-spacing:.035em;line-height:.92;margin:0;color:#fff}.h1,h1{font-size:clamp(4.3rem,11vw,8.8rem)}.h2,h2{font-size:clamp(3rem,6vw,5.8rem)}.h3,h3{font-size:clamp(1.9rem,3vw,3rem)}p{color:var(--muted);margin:0 0 1rem}.lead{font-size:1.15rem;color:#ddd}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:15px 22px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-red{background:linear-gradient(135deg,var(--red),var(--red2));color:white;box-shadow:0 14px 35px rgba(236,17,27,.25)}.btn-red:hover{transform:translateY(-2px)}.btn-dark{background:#141414;border-color:#333}.btn-outline{border-color:#555;background:rgba(0,0,0,.35)}.btn-block{width:100%}.site-header{position:sticky;top:0;z-index:20;background:rgba(5,5,5,.83);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px;font-family:'Bebas Neue';font-size:2rem;letter-spacing:.05em}.brand img{width:70px}.menu{display:flex;align-items:center;gap:24px;color:#d8d8d8;font-weight:800}.menu a:hover{color:#fff}.nav-cta{padding:11px 17px}.hamb{display:none;background:none;border:0;color:#fff;font-size:2rem}.hero{min-height:calc(100vh - 86px);display:flex;align-items:end;position:relative;isolation:isolate;background:url('../images/mustang-hero.jpeg') center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.56),rgba(0,0,0,.15)),linear-gradient(0deg,#050505 0%,rgba(5,5,5,0) 36%);z-index:-1}.hero-content{padding:110px 0 86px;max-width:920px}.hero p.lead{font-size:clamp(1.1rem,2vw,1.35rem);max-width:690px;color:#e0e0e0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px;max-width:860px}.trust{background:rgba(17,17,17,.78);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px}.trust strong{display:block;font-size:1.05rem}.trust span{color:var(--muted);font-size:.9rem}.section{padding:90px 0}.section-tight{padding-top:76px}.section-soft{background:linear-gradient(180deg,#080808,#0e0e0e)}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-head p{max-width:560px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:linear-gradient(180deg,#161616,#0d0d0d);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.mini strong{display:block;font-size:1.1rem;margin-bottom:8px}.service-card{min-height:330px;display:flex;flex-direction:column}.service-card .price{font-weight:900;color:#fff;font-size:1.15rem;margin:12px 0 16px}.service-card ul,.check-list{padding:0;margin:0 0 24px;list-style:none;color:#cfcfcf}.service-card li,.check-list li{margin:8px 0}.service-card li:before,.check-list li:before{content:'✓';color:var(--red);font-weight:900;margin-right:9px}.service-card .btn{margin-top:auto}.proof-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}.feature-photo,.rounded-img{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#111}.feature-photo img{height:100%;object-fit:cover}.review-panel{display:flex;flex-direction:column;justify-content:center}.stars{color:#ffcf33;font-size:2rem;letter-spacing:.05em}.rating-big{font-size:3rem;font-weight:900;line-height:1;color:#fff;margin:8px 0}.quote{font-size:1.25rem;color:#eee}.portfolio-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}.shot{background:#111;border:1px solid var(--line);border-radius:22px;overflow:hidden}.shot img{width:100%;height:100%;object-fit:cover}.shot-label{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#0d0d0d;border-bottom:1px solid var(--line);font-weight:900;text-transform:uppercase;letter-spacing:.09em}.shot-label span{color:var(--red)}.quote-strip{background:linear-gradient(135deg,#161616,#050505);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-box{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.footer{padding:44px 0 110px;border-top:1px solid var(--line);background:#070707}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px}.footer h4{margin:0 0 12px}.footer a,.footer p{color:#bcbcbc}.mobile-sticky{display:none;position:fixed;bottom:12px;left:12px;right:12px;z-index:30;background:rgba(12,12,12,.94);backdrop-filter:blur(12px);border:1px solid #333;border-radius:20px;padding:10px;gap:10px}.page-hero{padding:110px 0 60px;background:radial-gradient(circle at 20% 0%,rgba(236,17,27,.18),transparent 30%),#080808;border-bottom:1px solid var(--line)}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.align-start{align-items:start}.addons{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.addon{padding:16px;border:1px solid var(--line);border-radius:16px;background:#101010;display:flex;justify-content:space-between;gap:20px}.addon strong{color:#fff}.addon span{color:var(--red);font-weight:900}.form{display:grid;gap:16px}.field label{display:block;font-weight:900;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;background:#101010;border:1px solid #333;border-radius:14px;color:#fff;padding:14px;font:inherit}.field textarea{min-height:120px;resize:vertical}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choice,.check{border:1px solid #333;background:#101010;border-radius:14px;padding:13px;color:#ddd;font-weight:800}.choice input,.check input{margin-right:8px}.file-note{font-size:.88rem;color:#aaa;margin-top:6px}.faq{display:grid;gap:12px}.faq details{background:#101010;border:1px solid var(--line);border-radius:16px;padding:18px}.faq summary{cursor:pointer;font-weight:900;color:#fff}.fade{opacity:0;transform:translateY(18px);transition:.7s ease}.fade.show{opacity:1;transform:none}@media(max-width:950px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.wrap{width:min(100% - 30px,var(--max))}.nav{height:82px}.brand{font-size:1.75rem}.brand img{width:58px}.hamb{display:block}.menu{position:fixed;top:82px;left:0;right:0;background:#090909;border-bottom:1px solid var(--line);padding:20px;display:none;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.nav-cta{width:100%}.hero{min-height:760px;background-position:center}.hero-content{padding:90px 0 60px}.trust-row,.grid-3,.grid-4,.proof-wrap,.portfolio-pair,.cta-box,.footer-grid,.split,.addons{grid-template-columns:1fr}.section{padding:64px 0}.section-head{display:block}.choices,.checks{grid-template-columns:1fr}.mobile-sticky{display:flex}.mobile-sticky .btn{flex:1;padding:13px 10px}.footer{padding-bottom:100px}.h1,h1{font-size:clamp(4rem,17vw,6rem)}.h2,h2{font-size:clamp(3rem,13vw,4.4rem)}.shot-label{font-size:.85rem}}
.hidden{display:none!important}.photo-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.photo-upload-grid input{font-size:.92rem}@media(max-width:650px){.photo-upload-grid{grid-template-columns:1fr}}
