*{margin:0;padding:0;box-sizing:border-box}:root{--brand-primary:#2c3e50;--brand-secondary-original:#e74c3c;--brand-secondary-new:#ce001e;--brand-accent:#f39c12;--brand-text:#2c3e50;--brand-text-light:#7f8c8d;--brand-success:#27ae60;--background-light-gray:#f8f9fa;--white:#fff;--text-dark:#343a40;--text-muted:#6c757d}body{font-family:"Open Sans",sans-serif;line-height:1.7;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif;font-weight:700;color:var(--brand-primary);margin-bottom:.75em}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-brand-primary{color:var(--brand-primary)}.text-brand-secondary{color:var(--brand-secondary-new)}.text-brand-accent{color:var(--brand-accent)}.bg-brand-primary{background-color:var(--brand-primary)}.bg-brand-accent{background-color:var(--brand-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border:none;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem;line-height:1.5}.btn-primary{background:var(--brand-secondary-new);color:white}.btn-primary:hover{background:#a30018;transform:translateY(-3px);box-shadow:0 10px 25px rgba(206,0,30,.35)}.btn-accent{background:linear-gradient(135deg,var(--brand-accent) 0%,#e67e22 100%);color:white}.btn-accent:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(243,156,18,.35)}.btn-outline{border:2px solid var(--brand-primary);color:var(--brand-primary);background:0 0}.btn-outline:hover{background:var(--brand-primary);color:white}.card{background:#fff;border-radius:12px;box-shadow:0 6px 25px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.badge{display:inline-block;padding:8px 16px;background:rgba(206,0,30,.1);color:var(--brand-secondary-new);border:1px solid rgba(206,0,30,.2);border-radius:20px;font-size:14px;font-weight:600;margin-bottom:1.5rem}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.07);position:sticky;top:0;z-index:1000;padding:5px 0}.header-content{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{font-size:28px;font-weight:700;font-family:"Montserrat",sans-serif;color:var(--brand-primary);text-decoration:none}.logo .logo-secondary{color:var(--brand-secondary-new)}.header-actions{display:flex;align-items:center;gap:20px}.phone-link{display:flex;align-items:center;color:var(--brand-primary);text-decoration:none;font-weight:600}.phone-link i{margin-right:8px}.phone-link:hover{color:var(--brand-secondary-new)}.hero-section{background-size:cover;background-position:center center;position:relative;color:white;padding:100px 0;display:flex;align-items:center;min-height:calc(70vh - 70px)}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:40px;align-items:center;text-align:center}@media (min-width:992px){.hero-content{grid-template-columns:repeat(2,1fr);text-align:left;gap:60px}}.hero-text h1{font-size:clamp(2.5rem,5vw,3.8rem);line-height:1.15;margin-bottom:24px;color:white;text-shadow:2px 2px 8px rgba(0,0,0,.6)}.hero-text h1 .text-brand-secondary{color:var(--brand-secondary-new)}.hero-text p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:rgba(255,255,255,.9);margin-bottom:32px;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width:992px){.hero-text p{margin-left:0;margin-right:0}}.hero-buttons{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap;justify-content:center}@media (min-width:992px){.hero-buttons{justify-content:flex-start}}.hero-features{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;color:rgba(255,255,255,.85)}@media (min-width:992px){.hero-features{justify-content:flex-start}}.hero-feature{display:flex;align-items:center;font-size:.9rem}.hero-feature i{margin-right:6px;color:var(--brand-success)}.section{padding:80px 0}.section-gray{background:var(--background-light-gray)}.section-title{font-size:2.5rem;margin-bottom:16px}.section-title .text-brand-secondary{color:var(--brand-secondary-new)}.section-subtitle{font-size:1.2rem;color:var(--text-muted);margin-bottom:64px;max-width:750px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:32px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card-content{padding:32px;flex-grow:1;display:flex;flex-direction:column}.card-content .btn{margin-top:auto}.card-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.card-icon i{color:inherit}.card-title{font-size:1.3rem;margin-bottom:16px}.card-text{color:var(--text-muted);line-height:1.7;margin-bottom:24px}.product-card-image{height:220px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;border-radius:12px 12px 0 0;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:64px}.stat-number{font-size:3rem;font-weight:700;color:var(--brand-secondary-new);margin-bottom:8px}.stat-label{color:var(--text-muted)}.testimonial{padding:24px}.stars{display:flex;gap:4px;margin-bottom:16px}.star{color:#ffc107}.testimonial-text{font-style:italic;color:var(--text-muted);margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;background:#dee2e6;border-radius:50%}.author-name{font-weight:600;color:var(--brand-primary)}.author-location{font-size:14px;color:var(--text-muted)}.process-step{text-align:center}.process-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:white}.process-icon i{width:32px;height:32px}.process-title{font-size:1.2rem;margin-bottom:16px}.cta-section{background:var(--brand-secondary-new);color:white;padding:80px 0}.cta-section h2{color:white}.cta-section p{color:rgba(255,255,255,.9)}.cta-form{background:#fff;padding:32px;border-radius:12px;max-width:450px;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.1)}.cta-form .form-input,.cta-form .form-select{color:var(--text-dark)}.cta-form .form-input::placeholder{color:var(--text-muted)}.form-group{margin-bottom:16px}.form-input{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:16px}.form-input:focus{outline:none;border-color:var(--brand-accent);box-shadow:0 0 0 .2rem rgba(243,156,18,.25)}.form-select{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:16px;background:#fff;color:var(--text-dark)}.form-features{display:flex;justify-content:center;gap:24px;margin-top:16px;font-size:14px;color:var(--text-muted)}.form-feature{display:flex;align-items:center;gap:4px}.form-feature i{color:var(--brand-success)}.footer{background:#1e2125;color:#adb5bd;padding:64px 0 32px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:32px}.footer-section h3{margin-bottom:20px;color:white;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px}.footer-section p,.footer-section a{color:#868e96;text-decoration:none;line-height:1.8;font-size:.95rem}.footer-section a:hover{color:white;text-decoration:underline}.footer-contact{display:flex;align-items:center;gap:10px;margin-bottom:10px}.footer-contact i{color:var(--brand-accent)}.footer-bottom{border-top:1px solid #343a40;padding-top:32px;text-align:center;color:#6c757d}.social-icons{display:flex;gap:12px;margin-top:16px}.social-icon{width:36px;height:36px;background:#343a40;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none}.social-icon:hover{background:var(--brand-secondary-new)}@media (max-width:991px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text p{margin-left:auto;margin-right:auto}.hero-buttons,.hero-features{justify-content:center}}@media (max-width:768px){.header-actions .phone-link{display:none}.header-actions .btn{padding:10px 18px;font-size:14px}.hero-text h1{font-size:2.2rem}.hero-text p{font-size:1.1rem}.section-title{font-size:2rem}.grid-3,.grid-4{grid-template-columns:1fr}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.03)}}.animate-pulse{animation:pulse 2.5s ease-in-out infinite}.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;vertical-align:middle}.icon-lg{width:32px;height:32px}