:root{
  --bg:#141210; --bg2:#0d0c0a; --card:#1f1b15; --card2:#181510;
  --border:#322b20; --text:#f3efe8; --muted:#9a9286; --muted2:#6f685d;
  --accent:#ffbd02; --accent2:#ffd23d;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Manrope',system-ui,sans-serif;
  background:var(--bg); color:var(--text);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  min-height:100vh; overflow-x:hidden;
}
h1,h2,h3,h4,p{margin:0}
img{display:block; max-width:100%}
a{color:inherit}
::selection{background:var(--accent);color:#1a1208}
::placeholder{color:var(--muted2)}
.accent{color:var(--accent)}
.accent2-strong{color:var(--accent2); font-weight:600}
.wrap{max-width:1240px; margin:0 auto; padding:0 24px}
.section-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:clamp(24px,3vw,34px); letter-spacing:.5px; text-transform:uppercase; color:#fff}
.title-row{display:flex; align-items:baseline; gap:14px; margin-bottom:30px}

/* ---------- Header ---------- */
.site-header{position:sticky; top:0; z-index:50; background:rgba(13,12,10,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--border)}
.header-inner{max-width:1240px; margin:0 auto; padding:0 24px; height:74px; display:flex; align-items:center; justify-content:space-between; gap:24px}
.brand{display:flex; align-items:center; gap:11px; text-decoration:none; flex-shrink:0}
.brand-logo{display:grid; place-items:center; width:60px; height:60px; flex-shrink:0; overflow:hidden}
.brand-logo img{width:60px; height:60px; object-fit:contain}
.brand-text{display:flex; flex-direction:column; line-height:1}
.brand-name{font-family:'Oswald',sans-serif; font-weight:700; font-size:22px; letter-spacing:.5px; color:#fff}
.brand-sub{font-size:9px; letter-spacing:2.5px; color:var(--muted2); margin-top:3px; font-weight:600; line-height:1.5}
.main-nav{display:flex; align-items:center; gap:30px}
.main-nav a{color:var(--text); text-decoration:none; font-size:13px; font-weight:600; letter-spacing:.4px; transition:color .15s}
.main-nav a:hover{color:var(--accent)}
@media (max-width:980px){ .main-nav{display:none} }
.header-actions{display:flex; align-items:center; gap:14px; flex-shrink:0}
.header-phone{display:flex; align-items:center; gap:9px; text-decoration:none; flex-shrink:0}
.header-social{display:flex; align-items:center; text-decoration:none; flex-shrink:0; transition:opacity .15s}
.header-social:hover{opacity:.8}
.icon-box{display:grid; place-items:center; width:34px; height:34px; border-radius:8px; border:1px solid var(--border); background:var(--card2); flex-shrink:0}
.header-phone-num{font-family:'Oswald',sans-serif; font-weight:600; font-size:18px; color:#fff; white-space:nowrap}
@media (max-width:560px){ .header-inner{justify-content:flex-start; gap:14px} .header-actions{gap:8px} .header-phone{gap:5px} .header-phone-num{font-size:13px} .brand-sub{display:none} }
/* ---------- Hero ---------- */
.hero{position:relative; border-bottom:1px solid var(--border)}
.hero-inner{padding:54px 24px 60px; display:flex; flex-wrap:wrap; gap:44px; align-items:center}
.hero-content{flex:1 1 440px; min-width:300px}
.badge{display:inline-block; background:var(--accent); color:#1a1208; font-weight:800; font-size:12px; letter-spacing:1.5px; padding:7px 14px; border-radius:6px; margin-bottom:22px}
.hero-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:clamp(24px,4vw,46px); line-height:1.06; letter-spacing:.5px; text-transform:uppercase; color:#fff; margin-bottom:18px}
.hero-text{font-size:clamp(15px,1.5vw,18px); line-height:1.6; color:var(--muted); max-width:520px; margin-bottom:30px}
.hero-features{display:flex; flex-wrap:wrap; gap:26px; margin-bottom:34px}
.feature-item{display:flex; align-items:center; gap:11px}
.feature-icon{display:grid; place-items:center; width:38px; height:38px; border-radius:9px; border:1px solid var(--border); background:var(--card2)}
.feature-label{font-size:12px; font-weight:700; line-height:1.3; letter-spacing:.5px; color:#fff}
.btn-cta{display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--accent),#e6a600); color:#1a1208; font-weight:800; font-size:15px; letter-spacing:1px; text-decoration:none; padding:18px 40px; border-radius:11px; box-shadow:0 10px 26px rgba(255,189,2,.34); border:none; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, filter .15s ease}
.btn-cta:hover{transform:translateY(-2px); box-shadow:0 14px 34px rgba(255,189,2,.42); filter:brightness(1.05)}
.btn-cta:active{transform:translateY(0)}

.hero-slider-wrap{flex:1 1 440px; min-width:300px; display:flex; justify-content:center}
@media (max-width:880px){ .hero-slider-wrap{display:none} }
.hero-slider{position:relative; aspect-ratio:4/5; width:100%; max-width:430px; margin:0 auto; border-radius:18px; border:1px solid var(--border); overflow:hidden; background:#0e0c09}
.slider-track{display:flex; height:100%; transition:transform .55s cubic-bezier(.65,0,.35,1)}
.slide{position:relative; flex:0 0 100%; height:100%}
.slide img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.slide-gradient{position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%, rgba(8,7,5,.6) 100%); pointer-events:none}
.slider-btn{position:absolute; top:50%; transform:translateY(-50%); display:grid; place-items:center; width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.18); background:rgba(8,7,5,.5); backdrop-filter:blur(6px); color:#fff; cursor:pointer; z-index:3; transition:background .15s}
.slider-btn:hover{background:rgba(8,7,5,.85)}
.slider-prev{left:12px} .slider-next{right:12px}
.slider-dots{position:absolute; bottom:14px; left:50%; transform:translateX(-50%); display:flex; gap:7px; z-index:3}
.slider-dot{width:7px; height:7px; border-radius:99px; border:none; cursor:pointer; padding:0; background:rgba(255,255,255,.32); transition:width .3s, background .3s}
.slider-dot.active{width:22px}

/* ---------- Materials ---------- */
.materials{padding:54px 24px 18px}
.section-sub{font-size:14px; color:var(--muted); max-width:560px; margin-bottom:28px}
.materials-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px}
.material-card{display:flex; gap:18px; align-items:center; background:var(--card); border:1px solid var(--border); border-radius:16px; padding:20px}
.material-logo{position:relative; flex:0 0 96px; width:96px; height:96px; border-radius:12px; border:1px solid var(--border); overflow:hidden; background:#fff}
.material-logo img{width:100%; height:100%; object-fit:contain; padding:12px; box-sizing:border-box}
.material-tag{display:inline-block; font-size:10.5px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--accent); border:1px solid var(--border); border-radius:6px; padding:4px 9px; margin-bottom:9px}
.material-name{font-family:'Oswald',sans-serif; font-weight:700; font-size:22px; letter-spacing:.4px; color:#fff; line-height:1.1}
.material-desc{font-size:13px; color:var(--muted); margin-top:6px; line-height:1.4}

/* ---------- Steps ---------- */
.steps{padding:62px 24px 18px}
.steps-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:16px}
@media (max-width:860px){ .steps-grid{grid-template-columns:repeat(3,1fr)} }
@media (max-width:560px){ .steps-grid{grid-template-columns:repeat(2,1fr)} }
.step-card{background:var(--card); border:1px solid var(--border); border-radius:13px; overflow:hidden; display:flex; flex-direction:column}
.step-photo{position:relative; aspect-ratio:4/5}
.step-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.step-num{position:absolute; top:10px; left:10px; z-index:2; display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:var(--accent); color:#1a1208; font-family:'Oswald',sans-serif; font-weight:700; font-size:15px; box-shadow:0 2px 8px rgba(0,0,0,.45)}
.step-body{padding:14px 14px 16px; display:flex; flex-direction:column; gap:7px}
.step-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:15px; line-height:1.2; letter-spacing:.4px; text-transform:uppercase; color:#fff}
.step-desc{font-size:12px; line-height:1.45; color:var(--muted)}

/* ---------- Works ---------- */
.works{padding:48px 24px 18px}
.works-intro{font-size:14px; color:var(--muted); max-width:620px; margin-bottom:18px}
.brand-tags{display:flex; flex-wrap:wrap; gap:9px; margin-bottom:28px}
.brand-tag{font-size:13px; font-weight:700; letter-spacing:.3px; color:#fff; background:var(--card); border:1px solid var(--border); border-radius:8px; padding:8px 14px}
.gallery-scroll{display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; padding:4px 0 14px; -webkit-overflow-scrolling:touch; scrollbar-width:thin}
.gallery-card{flex:0 0 calc((100% - 32px) / 3); scroll-snap-align:start; background:var(--card); border:1px solid var(--border); border-radius:14px; overflow:hidden; transition:transform .2s ease, border-color .2s ease}
.gallery-card:hover{transform:translateY(-3px); border-color:var(--accent)}
@media (max-width:720px){ .gallery-card{flex-basis:85%} }
.gallery-photo{position:relative; aspect-ratio:1/1; display:flex}
.gallery-half{position:relative; flex:1}
.gallery-half.before{border-right:2px solid var(--accent)}
.gallery-half img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.gallery-label{position:absolute; top:9px; left:9px; z-index:2; font-size:10.5px; font-weight:800; letter-spacing:1px; border-radius:5px; padding:3px 8px}
.gallery-label.before{color:#fff; background:rgba(8,7,5,.72)}
.gallery-label.after{color:#1a1208; background:var(--accent)}
.gallery-info{padding:13px 14px 15px}
.gallery-car{font-family:'Oswald',sans-serif; font-weight:700; font-size:15px; letter-spacing:.3px; color:#fff; line-height:1.15}
.gallery-owner{display:flex; align-items:center; gap:7px; margin-top:7px; font-size:12.5px; color:var(--muted)}

/* ---------- Why us ---------- */
.why{padding:54px 24px 18px}
.why-grid{display:flex; flex-wrap:wrap; gap:30px; align-items:stretch}
.why-photo{flex:1 1 360px; min-width:280px; position:relative; border-radius:18px; overflow:hidden; border:1px solid var(--border); min-height:380px; background:#0e0c09}
.why-slide{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity 1.2s ease}
.why-slide.active{opacity:1}
@media (prefers-reduced-motion: reduce){ .why-slide{transition:none} }
.why-gradient{position:absolute; inset:0; background:linear-gradient(180deg, rgba(8,7,5,.25) 0%, rgba(8,7,5,.55) 60%, rgba(8,7,5,.9) 100%); pointer-events:none}
.why-caption{position:absolute; left:24px; right:24px; bottom:22px; pointer-events:none; font-family:'Oswald',sans-serif; font-weight:700; font-size:22px; letter-spacing:.4px; text-transform:uppercase; color:#fff; line-height:1.1; text-shadow:0 2px 10px rgba(0,0,0,.6)}
.why-list{flex:1 1 360px; min-width:280px; display:flex; flex-direction:column; justify-content:center; gap:6px}
.why-item{display:flex; align-items:center; gap:15px; padding:17px 4px; border-bottom:1px solid var(--border)}
.why-item:last-child{border-bottom:none}
.why-item svg{flex-shrink:0}
.why-item span{font-size:16px; font-weight:600; color:#fff}

/* ---------- Prices ---------- */
.prices{padding:48px 24px 18px}
.prices-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:18px; align-items:start}
.price-card{position:relative; background:var(--card); border:1px solid var(--border); border-radius:16px; padding:26px 24px 28px; display:flex; flex-direction:column; min-height:330px}
.price-card.popular::before{content:''; position:absolute; inset:-1px; border:2px solid var(--accent); border-radius:16px; pointer-events:none}
.price-ribbon{position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:var(--accent); color:#1a1208; font-weight:800; font-size:11px; letter-spacing:1px; padding:6px 15px; border-radius:7px; white-space:nowrap; z-index:1}
.price-head{display:flex; justify-content:space-between; align-items:flex-start; gap:14px; margin-bottom:20px}
.price-head-left{display:flex; gap:11px}
.price-name{font-family:'Oswald',sans-serif; font-weight:700; font-size:18px; letter-spacing:.4px; text-transform:uppercase; color:#fff}
.price-desc{font-size:12px; color:var(--muted); margin-top:3px}
.price-features{display:flex; flex-direction:column; gap:11px; margin-bottom:24px; flex:1}
.price-feature{display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--text)}
.price-feature svg{flex-shrink:0}
.price-amount{font-family:'Oswald',sans-serif; font-weight:700; font-size:30px; letter-spacing:.5px; color:#fff}

/* ---------- Guarantee ---------- */
.guarantee{padding:54px 24px 18px}
.guarantee-sub{font-size:15px; color:var(--text); font-weight:600; margin-bottom:24px}
.guarantee-grid{display:flex; flex-wrap:wrap; gap:40px; align-items:center}
.guarantee-text{flex:1 1 360px; min-width:300px}
.guarantee-desc{font-size:15px; color:var(--muted); line-height:1.6; margin-bottom:26px; max-width:520px}
.guarantee-points{display:grid; grid-template-columns:repeat(2,1fr); gap:14px 22px; margin-bottom:22px}
.guarantee-point{display:flex; align-items:center; gap:11px}
.guarantee-point span{font-size:14px; color:var(--text); line-height:1.35}
.guarantee-footnote{font-size:12px; color:var(--muted2); line-height:1.5; max-width:520px}
.guarantee-photo-wrap{flex:1 1 420px; min-width:300px}
.guarantee-photo{position:relative; aspect-ratio:3/2; border-radius:14px; border:1px solid var(--border); box-shadow:0 18px 40px rgba(0,0,0,.35); overflow:hidden}
.guarantee-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}

/* ---------- Contacts / footer ---------- */
.contacts{border-top:1px solid var(--border); margin-top:48px; background:linear-gradient(180deg,#16130e,var(--bg))}
.contacts-inner{padding:56px 24px 60px}
.contacts-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:36px; align-items:start}
.contacts-col{display:flex; flex-direction:column; gap:22px; order:2}
.contact-row{display:flex; align-items:center; gap:14px; text-decoration:none}
.contact-icon{display:grid; place-items:center; width:42px; height:42px; border-radius:10px; border:1px solid var(--border); background:var(--card2); flex-shrink:0}
.contact-phone-num{font-family:'Oswald',sans-serif; font-weight:600; font-size:22px; color:#fff}
.contact-address{font-size:15px; color:var(--text); line-height:1.45}

.contacts-form{order:1; display:flex; flex-direction:column; gap:13px}
.form-row{display:flex; flex-direction:column; gap:13px}
.lv-field{width:100%; background:var(--card2); border:1px solid var(--border); border-radius:10px; padding:15px 16px; color:var(--text); font-size:14px; font-family:inherit; transition:border-color .15s, background .15s}
.lv-field:focus{border-color:var(--accent); outline:none; background:#1d1812}
textarea.lv-field{resize:vertical; min-height:84px}
select.lv-field{appearance:none; cursor:pointer; background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' fill='none' stroke='%239a9286' stroke-width='2'/></svg>"); background-repeat:no-repeat; background-position:right 16px center}
input:-webkit-autofill{-webkit-text-fill-color:var(--text); -webkit-box-shadow:0 0 0 1000px #181510 inset}
.privacy-note{display:flex; align-items:center; gap:8px; color:var(--muted2); font-size:11.5px; margin-top:2px}
.form-success{background:var(--card); border:1px solid var(--accent); border-radius:14px; padding:34px 28px; text-align:center; order:1}
.form-success svg{margin-bottom:14px}
.form-success-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:22px; color:#fff; margin-bottom:8px}
.form-success-text{font-size:14px; color:var(--muted)}
.form-error{background:var(--card); border:1px solid #e05a3c; border-radius:14px; padding:24px 22px; order:1}
.form-error-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:16px; color:#fff; margin-bottom:6px}
.form-error-text{font-size:13px; color:var(--muted); line-height:1.5}

.hours-col{order:3}
.hours-head{display:flex; align-items:center; gap:11px; margin-bottom:18px}
.hours-head-icon{display:grid; place-items:center; width:36px; height:36px; border-radius:9px; border:1px solid var(--border); background:var(--card2)}
.hours-title{font-family:'Oswald',sans-serif; font-weight:700; font-size:17px; letter-spacing:.5px; text-transform:uppercase; color:#fff}
.hours-list{display:flex; flex-direction:column; gap:11px}
.hours-row{display:flex; justify-content:space-between; gap:16px; font-size:14px; border-bottom:1px solid var(--border); padding-bottom:10px}
.hours-row:last-child{border-bottom:none; padding-bottom:0}
.hours-row .day{color:var(--muted)}
.hours-row .time{color:#fff; font-weight:600}

.footer{border-top:1px solid var(--border)}
.footer-inner{max-width:1240px; margin:0 auto; padding:22px 24px; display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center}
.footer-brand{display:flex; align-items:center; gap:9px}
.footer-logo{display:grid; place-items:center; width:42px; height:42px; overflow:hidden}
.footer-logo img{width:42px; height:42px; object-fit:contain}
.footer-name{font-family:'Oswald',sans-serif; font-weight:700; font-size:16px; color:#fff}
.footer-copy{font-size:12px; color:var(--muted2)}
