:root{--primary:#E67E22;--primary-dark:#D35400;--primary-light:#F39C12;--secondary:#1E3A5F;--secondary-dark:#152A45;--text:#333333;--text-light:#666666;--text-muted:#999999;--bg-light:#F8F9FA;--bg-gray:#F5F5F5;--white:#FFFFFF;--border:#E5E5E5;--shadow:0 4px 20px rgba(0, 0, 0, 0.08);--shadow-lg:0 10px 40px rgba(0, 0, 0, 0.12);--radius:8px;--radius-lg:16px;--transition:0.3s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:60px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-primary{color:var(--primary)}.text-center{text-align:center}.section-subtitle{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--secondary);margin-bottom:1rem;line-height:1.2}.section-description{font-size:1.0625rem;color:var(--text-light);max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:all .3s ease;border:2px solid transparent}.header.scrolled .btn{padding:.625rem 1.25rem;font-size:.875rem}.btn-primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-outline{background:0 0;color:var(--secondary);border-color:var(--border)}.btn-outline:hover{border-color:var(--secondary);background:var(--secondary);color:var(--white)}.btn-full{width:100%}.section-cta{text-align:center;margin-top:3rem}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;font-size:.9375rem}.link-arrow:hover{gap:.75rem}.top-bar{background:var(--secondary);color:var(--white);padding:.625rem 0;font-size:.875rem}.top-bar-inner{display:flex;justify-content:space-between;align-items:center}.top-bar-contact{display:flex;gap:1.5rem}.top-bar-link{display:flex;align-items:center;gap:.5rem;color:var(--white);opacity:.9}.top-bar-link:hover{opacity:1}.top-bar-right{display:flex;align-items:center;gap:1.5rem}.top-bar-highlight{display:flex;align-items:center;gap:.4rem;opacity:.9}.top-bar-highlight svg{flex-shrink:0}.top-bar-social{display:flex;align-items:center;gap:.75rem}.top-bar-social a{display:flex;align-items:center;color:var(--white);opacity:.8}.top-bar-social a:hover{opacity:1}.header{background:var(--white);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:padding .3s ease}.header.scrolled{padding:.5rem 0;box-shadow:0 2px 15px rgba(0,0,0,.1)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;color:var(--secondary)}.logo-icon{color:var(--primary);transition:all .3s ease}.header.scrolled .logo-icon{width:24px;height:24px}.logo-img{height:60px;width:auto;transition:height .3s ease}.header.scrolled .logo-img{height:45px}.logo-text{font-size:.875rem;font-weight:700;line-height:1.2;letter-spacing:1px;transition:font-size .3s ease}.header.scrolled .logo-text{font-size:.75rem}.logo-subtext{font-weight:500;font-size:.75rem;letter-spacing:2px;color:var(--text-light)}.nav{display:flex;gap:2rem}.nav-link{font-size:1.0625rem;font-weight:400;color:var(--text);letter-spacing:.01em;padding:.5rem 0;position:relative}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:var(--transition)}.nav-link:hover{color:var(--primary)}.nav-link:hover::after{width:100%}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:24px;height:2px;background:var(--secondary);transition:var(--transition)}.hero{padding:8rem 0 8rem;background:var(--bg-light);position:relative}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-subtitle{font-size:.875rem;font-weight:600;color:var(--text-muted);margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:800;color:var(--secondary);line-height:1.15;margin-bottom:1.5rem}.hero-description{font-size:1.0625rem;color:var(--text-light);margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.hero-image img{width:100%;height:400px;object-fit:cover}.scroll-hint{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:var(--primary);animation:bounce 2s ease infinite;opacity:.8}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}.stats{background:var(--white);padding:2.5rem 0;box-shadow:0 2px 12px rgba(0,0,0,.06);position:relative;z-index:1}.stats-grid{display:flex;justify-content:center;align-items:center;gap:3rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:200px}.stat-number{font-size:2.5rem;font-weight:700;color:var(--secondary);line-height:1.1}.stat-label{font-size:.9rem;color:var(--text-light);margin-top:.25rem;letter-spacing:.02em}.stat-number .stat-star{color:#f4b400;font-size:1.5rem;position:relative;top:-.25em;margin-left:-.15em}.stat-link{text-decoration:none;color:inherit;transition:opacity .2s ease}.stat-link:hover{opacity:.8}.stat-divider{width:1px;height:3rem;background:var(--border)}@media (max-width:600px){.stats{padding:2rem 0}.stats-grid{flex-direction:column;gap:1.5rem}.stat-divider{width:3rem;height:1px}.stat-item{max-width:none}.stat-number{font-size:2rem}}.about{padding:8rem 0 8rem}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-wrapper{position:relative;overflow:hidden;border-radius:var(--radius-lg)}.about-img{width:100%;height:400px;border-radius:var(--radius-lg);box-shadow:var(--shadow);object-fit:cover;filter:blur(.2px)}.about-text{color:var(--text-light);margin-bottom:1rem}.about .trust-grid{margin-top:3rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 2rem;text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition)}.trust-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.trust-icon{flex-shrink:0;color:var(--primary)}.trust-title{font-size:1rem;font-weight:600;color:var(--secondary);line-height:1.4}.services{padding:8rem 0;background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.service-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-image{height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.service-card:hover .service-image img{transform:scale(1.05)}.service-icon{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin:-24px auto 1rem;position:relative;z-index:1}.service-title{font-size:1.125rem;font-weight:600;color:var(--secondary);text-align:center;margin-bottom:.75rem;padding:0 1.5rem}.service-description{font-size:.9375rem;color:var(--text-light);text-align:center;padding:0 1.5rem 1.5rem}.services-extra{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-extra-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition)}.service-extra-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.service-extra-icon{color:var(--primary);margin-bottom:1rem}.service-extra-card h4{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.service-extra-card p{font-size:.875rem;color:var(--text-light)}.process{margin-top:6rem;padding-top:5rem;border-top:1px solid rgba(0,0,0,.08)}.process-title{text-align:center;font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:2.5rem}.process-steps{display:flex;align-items:center;justify-content:center;gap:0}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:280px}.step-number{width:48px;height:48px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.step-content h4{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.step-content p{font-size:.875rem;color:var(--text-light);line-height:1.5}.process-connector{width:60px;height:2px;background:var(--primary);opacity:.3;margin-bottom:3rem}.preparation{padding:8rem 0}.preparation-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.preparation-text{color:var(--text-light);margin-bottom:1rem}.preparation-label{font-size:.875rem;font-weight:600;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:2rem;margin-bottom:0}.preparation-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.prep-check{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9375rem}.preparation-images{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:end}.prep-img-1{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;height:350px;object-fit:cover;transform:translateY(-30px)}.prep-img-2{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;height:280px;object-fit:cover;transform:translateY(30px)}.testimonials{padding:8rem 0;background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column}.testimonial-text{font-size:.9375rem;color:var(--text-light);font-style:italic;margin-bottom:1.5rem;line-height:1.7;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;background:var(--bg-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--secondary)}.author-name{font-weight:600;color:var(--secondary);display:block;margin-bottom:.25rem}.stars{display:flex;gap:2px}.faq{padding:0 0 8rem;background:var(--bg-light)}.faq>.container{padding-top:5rem;border-top:1px solid rgba(0,0,0,.08)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.faq-item{background:var(--white);padding:1.5rem 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.faq-question{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem;line-height:1.4}.faq-answer{font-size:.9375rem;color:var(--text-light);line-height:1.6}.contact{padding:8rem 0;background:var(--secondary);color:var(--white)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.contact-text{opacity:.85;margin-bottom:1rem}.contact-details{margin-top:2rem}.contact-link{display:flex;align-items:center;gap:1rem;color:var(--white);margin-bottom:1rem}.contact-link:hover{opacity:.9}.contact-icon{width:48px;height:48px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-label{display:block;font-size:.875rem;opacity:.7;margin-bottom:.25rem}.contact-value{font-weight:600}.contact-form{background:var(--white);padding:2rem;border-radius:var(--radius-lg)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.form-group label .required{color:#e74c3c}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;transition:var(--transition);color:var(--text)}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(230,126,34,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group textarea{resize:vertical;min-height:100px}.form-message{padding:1rem;border-radius:var(--radius);margin-bottom:1rem;display:none}.form-message.success{display:block;background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{display:block;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer{background:var(--secondary-dark);color:var(--white);padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo-text{color:var(--white);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.footer-description{font-size:.9375rem;line-height:1.7;opacity:.7;margin-bottom:2rem;max-width:380px}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:var(--transition)}.footer-social a:hover{background:var(--primary)}.footer-links h4{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.footer-links ul li{margin-bottom:.75rem}.footer-links ul a{font-size:.9375rem;opacity:.7}.footer-links ul a:hover{opacity:1;color:var(--primary)}.footer-contact li{margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:rgba(255,255,255,.7)}.footer-contact li a{display:flex;align-items:center;gap:.75rem;color:inherit}.footer-contact li a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.875rem;opacity:.7}.footer-legal{display:flex;gap:2rem}.footer-legal a:hover{color:var(--primary)}.footer-credit a{color:var(--primary);opacity:1}.footer-credit a:hover{text-decoration:underline}.grecaptcha-badge{visibility:hidden}.article-hero{position:relative;color:var(--white);padding:8rem 0 6rem;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat}.article-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(30,58,95,.9) 0,rgba(21,42,69,.95) 100%);z-index:1}.article-hero .container{position:relative;z-index:2}.article-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--white);background:var(--primary);padding:.5rem 1.25rem;border-radius:20px;margin-bottom:1.5rem}.article-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.25rem;line-height:1.15;max-width:700px;margin-left:auto;margin-right:auto}.article-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.article-image{margin:1.5rem 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.article-image img{width:100%;height:auto;display:block;object-fit:cover}.article-image.small{max-width:400px}.article-image.medium{max-width:600px}.article-images-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.article-image.square{aspect-ratio:1;margin:0}.article-image.square img{width:100%;height:100%;object-fit:cover}@media (max-width:500px){.article-images-grid{grid-template-columns:1fr}}.article-image.float-left,.article-image.float-right{width:45%;max-width:400px}.article-image.float-right{float:right;margin:.5rem 0 1.5rem 1.5rem}.article-image.float-left{float:left;margin:.5rem 1.5rem 1.5rem 0}#popravki .article-image.float-right{max-height:445px}#popravki .article-image.float-right img{height:100%;object-fit:cover}#predpriprava .article-image.float-left{margin-bottom:1.5rem}#predpriprava .section-content{overflow:hidden}#predpriprava .section-content ul{margin-top:.5rem}.article-section::after{content:'';display:table;clear:both}.section-with-image{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.section-with-image .section-text{order:1}.section-with-image .article-image{order:2;margin:0}.section-with-image.image-left .section-text{order:2}.section-with-image.image-left .article-image{order:1}@media (max-width:1024px){.article-image.float-left,.article-image.float-right{width:40%;max-width:300px}}@media (max-width:768px){.article-image.float-left,.article-image.float-right{float:none;width:100%;max-width:100%;margin:1.5rem 0}.section-with-image{grid-template-columns:1fr}.section-with-image .article-image,.section-with-image .section-text,.section-with-image.image-left .article-image,.section-with-image.image-left .section-text{order:unset}}.article-content{padding:3rem 0 5rem;background:var(--white)}.article-layout{position:relative;max-width:800px;margin:0 auto}.article-toc{display:none}@media (min-width:1300px){.article-toc{display:block;position:absolute;left:-280px;top:0;width:250px}}.toc-sticky{position:sticky;top:80px;background:var(--bg-light);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border)}.toc-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--secondary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary)}.toc-nav{display:flex;flex-direction:column;gap:.5rem}.toc-link{font-size:.875rem;color:var(--text-light);padding:.5rem 0;border-left:2px solid transparent;padding-left:.75rem;margin-left:-.75rem;transition:var(--transition)}.toc-link:hover{color:var(--primary);border-left-color:var(--primary)}.article-intro{margin-bottom:2rem}.article-intro p{font-size:1.125rem;color:var(--text-light);line-height:1.8}.article-quote{border-left:4px solid var(--secondary);padding:1.5rem 2rem;margin:2.5rem 0;background:var(--bg-light)}.article-quote p{font-size:1.125rem;font-style:italic;color:var(--secondary);margin-bottom:.5rem;line-height:1.6}.article-quote cite{font-size:.875rem;color:var(--text-muted);font-style:normal}.article-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);scroll-margin-top:80px}.article-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.article-section h2{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700;clear:both;color:var(--secondary);margin-bottom:1.25rem}.section-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);border-radius:50%;font-size:1rem;font-weight:700;box-shadow:0 3px 10px rgba(230,126,34,.3)}.article-section p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.article-section ul{list-style:disc;padding-left:1.25rem;margin:0 0 1.5rem}.article-section ul li{margin-bottom:.6rem;padding-left:.5rem;color:var(--text-light);line-height:1.6}.article-section ul li::marker{color:var(--primary)}.article-section h3{font-size:1.125rem;font-weight:600;color:var(--secondary);margin-top:1.5rem;margin-bottom:.75rem}.article-section h3.clear-float{clear:both}.article-section h3:first-of-type{margin-top:0}.article-tip{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);padding:1.5rem 2rem;border-radius:var(--radius-lg);margin-top:2rem;font-size:1rem;line-height:1.6}.article-tip strong{display:block;font-size:1.125rem;margin-bottom:.5rem}.paint-types-box{background:var(--bg-light);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-top:1.5rem;border:1px solid var(--border)}.paint-types-box h4{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:1rem}.paint-types-list{display:flex;flex-wrap:wrap;gap:.5rem}.paint-type{background:var(--white);color:var(--secondary);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid var(--border);transition:var(--transition)}.paint-type:hover{border-color:var(--primary);color:var(--primary)}.article-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,var(--bg-light) 0,var(--bg-gray) 100%);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;margin:1.5rem 0;min-height:200px;color:var(--text-muted);transition:var(--transition)}.article-image-placeholder:hover{border-color:var(--primary);background:linear-gradient(135deg,rgba(230,126,34,.03) 0,rgba(230,126,34,.08) 100%)}.article-image-placeholder:hover svg{color:var(--primary)}.article-image-placeholder svg{opacity:.5;transition:var(--transition)}.article-image-placeholder span{font-size:.875rem;font-weight:500;text-align:center}.cta-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,.1);border-radius:50%}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:1}.cta-content{max-width:500px}.cta-title{font-size:2rem;font-weight:700;margin-bottom:.75rem}.cta-text{font-size:1.0625rem;opacity:.9;margin:0}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-white{background:var(--white);color:var(--primary);border:2px solid var(--white)}.btn-white:hover{background:0 0;color:var(--white)}.btn-outline-light{background:0 0;border:2px solid rgba(255,255,255,.5);color:var(--white)}.btn-outline-light:hover{background:var(--white);border-color:var(--white);color:var(--primary)}@media (max-width:1024px){.hero-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.services-grid .service-card:nth-child(3){grid-column:1/-1;justify-self:center;max-width:calc(50% - 1rem)}.services-extra{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}.cta-inner{flex-direction:column;text-align:center}.cta-content{max-width:100%}}@media (max-width:900px){.scroll-hint{display:none}.top-bar-contact{display:flex;gap:0}.top-bar-contact a:last-child,.top-bar-highlight{display:none}.top-bar-inner{justify-content:space-between}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);border-top:1px solid var(--border);gap:0}.nav.active{display:flex}.nav-link{padding:1rem 0;border-bottom:1px solid var(--border)}.nav-link:last-child{border-bottom:none}.header .btn{display:none}.mobile-menu-btn{display:flex}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}@media (max-width:768px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}.hero-image{order:-1}.about-inner,.contact-inner,.preparation-inner{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{order:-1}.trust-grid{grid-template-columns:1fr;gap:1rem}.trust-card{padding:1.5rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.services-grid .service-card:nth-child(3){grid-column:1;justify-self:stretch;max-width:100%}.services-extra{grid-template-columns:1fr}.process-steps{flex-direction:column;gap:0}.process-step{max-width:100%}.process-connector{width:2px;height:30px;margin-bottom:0}.preparation-checks{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.faq-item{padding:1.25rem 1.5rem}.page-hero{padding:3rem 0;margin-top:60px}.page-hero-title{font-size:2rem}.page-hero-subtitle{font-size:1rem}.article-hero{padding:5rem 0 4rem}.article-hero-title{font-size:2rem}.article-hero-subtitle{font-size:1rem}.article-layout{max-width:100%}.article-quote{padding:1.5rem;margin:2rem 0}.article-quote p{font-size:1.0625rem}.article-section h2{font-size:1.25rem}.section-number{width:36px;height:36px;min-width:36px;font-size:.9375rem}.paint-types-box{padding:1.25rem}.article-image-placeholder{min-height:150px;padding:2rem 1.5rem}.article-image-placeholder svg{width:36px;height:36px}.cta-section{padding:3rem 0}.cta-title{font-size:1.5rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}.preparation-images{grid-template-columns:1fr}.prep-img-1,.prep-img-2{transform:none;height:250px}.form-row{grid-template-columns:1fr}.section-title{font-size:1.75rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.container{padding:0 16px}.hero{padding:2rem 0}.hero-title{font-size:1.75rem}.hero-buttons{flex-direction:column}.btn{padding:1rem 1.5rem}.about,.contact,.preparation,.services,.testimonials{padding:3rem 0}}.about-img,.hero-image img,.prep-img-1,.prep-img-2,.service-image img{background:linear-gradient(135deg,#e0e0e0 0,#f5f5f5 100%)}.scroll-to-top{position:fixed;bottom:6rem;right:2rem;width:50px;height:50px;background:var(--primary);color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(230,126,34,.4);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:998}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--primary-dark);box-shadow:0 6px 16px rgba(230,126,34,.5);transform:translateY(-3px)}.scroll-to-top:active{transform:translateY(-1px)}.grecaptcha-badge{z-index:999!important}@media (max-width:768px){.scroll-to-top{display:none!important}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.legal-page{padding:5rem 0;background:var(--white)}.legal-content{max-width:800px;margin:0 auto;padding:2rem}.legal-content h1{font-size:2.5rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.legal-content .legal-date{color:var(--text-muted);font-size:.875rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.legal-content h2{font-size:1.5rem;font-weight:600;color:var(--secondary);margin-top:2.5rem;margin-bottom:1rem}.legal-content h2:first-of-type{margin-top:0}.legal-content p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem}.legal-content ul li{color:var(--text-light);line-height:1.8;margin-bottom:.5rem}.legal-content a{color:var(--primary);text-decoration:underline}.legal-content a:hover{color:var(--primary-dark)}@media (max-width:768px){.legal-content{padding:1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}