:root{--red:#d80000;--dark:#151515;--muted:#666;--bg:#fff7f0;--card:#fff;--accent:#ffb000}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff;line-height:1.6}a{color:inherit}.container{max-width:1160px;margin:auto;padding:0 20px}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);z-index:10;box-shadow:0 2px 18px rgba(0,0,0,.06)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;text-decoration:none;font-weight:800}.brand img{width:52px;height:52px;object-fit:contain;margin-right:10px}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a{text-decoration:none;font-weight:700}.lang-btn{border:0;background:#eee;padding:8px 10px;border-radius:999px;font-weight:800;cursor:pointer}.menu-toggle{display:none;border:0;background:none;font-size:28px}.hero{background:linear-gradient(135deg,#fff 0%,#fff3e2 45%,#ffe0de 100%);padding:70px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1,.section h2,.cta h2{font-size:clamp(34px,5vw,64px);line-height:1.05;margin:10px 0 18px}.section h2,.cta h2{font-size:clamp(28px,4vw,44px)}.lead{font-size:20px;color:#333}.hero-actions,.trust-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;border:2px solid transparent;cursor:pointer}.primary{background:var(--red);color:#fff;box-shadow:0 12px 26px rgba(216,0,0,.25)}.secondary{background:#fff;color:var(--red);border-color:var(--red)}.trust-row span{background:#fff;padding:10px 14px;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.06);font-weight:700}.hero-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.18)}.hero-card img{width:100%;height:520px;object-fit:cover;display:block}.badge{position:absolute;right:20px;top:20px;background:var(--red);color:white;padding:14px 18px;border-radius:12px;font-weight:900}.section{padding:76px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.steps div,.contact-form{background:var(--card);padding:28px;border-radius:24px;box-shadow:0 14px 40px rgba(0,0,0,.08)}.card h3,.steps h3{margin-top:0;color:var(--red)}.gallery-wrap{background:#171717}.light{color:#fff}.light .eyebrow{color:#ffcf5a}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:210px;object-fit:cover;border-radius:18px;transition:.25s}.gallery img:hover{transform:scale(1.03)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.steps strong{display:grid;place-items:center;width:48px;height:48px;background:var(--red);color:#fff;border-radius:50%;font-size:22px}.cta{padding:60px 0;background:var(--bg)}.cta-box{text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:14px;font:inherit}.footer{padding:28px 0;background:#111;color:#fff;text-align:center}.floating-actions{position:fixed;right:18px;bottom:18px;z-index:20;display:grid;gap:12px}.floating-actions a{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:26px;box-shadow:0 10px 24px rgba(0,0,0,.25)}.float-call{background:var(--red)}.float-wa{background:#21a958}@media(max-width:820px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);flex-direction:column}.nav-links.open{display:flex}.hero-grid,.cards,.steps,.contact-grid{grid-template-columns:1fr}.hero-card img{height:360px}.gallery{grid-template-columns:repeat(2,1fr)}.brand span{font-size:14px}}@media(max-width:520px){.gallery{grid-template-columns:1fr}.hero{padding:44px 0}.section{padding:54px 0}}
