@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Barlow+Condensed:wght@600;700;800;900&display=swap);:root{--primary:#f5a800;--primary-hover:#d99200;--primary-light:#ffc235;--dark:#0e1a2d;--dark-hover:#162135;--darker:#080f1a;--white:#ffffff;--section-bg:#f0f3f7;--card-bg:#ffffff;--text-dark:#0e1a2d;--text-gray:#4a5568;--text-light:#8896a5;--border-light:#e2e8f0;--border-dark:#1e2d42;--danger:#e53e3e;--warning:#f5a800;--warning-bg:rgba(245,168,0,0.1);--danger-bg:rgba(229,62,62,0.1);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 28px rgba(0,0,0,0.10);--shadow-xl:0 16px 48px rgba(0,0,0,0.12);--transition:all 0.28s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.15s ease;--font-family:'Barlow', -apple-system, sans-serif;--font-display:'Barlow Condensed', -apple-system, sans-serif;--header-height:68px;--container-max:1200px;--section-padding:4.5rem}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:1rem;line-height:1.65;color:var(--text-dark);background:var(--section-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.15;color:var(--dark)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none;padding:0;margin:0}.site-header{position:sticky;top:0;z-index:1000;background:var(--dark);border-bottom:3px solid var(--primary);box-shadow:0 2px 16px rgb(0 0 0 / .3)}.header-container{max-width:var(--container-max);margin:0 auto;padding:0 1.25rem;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo a{display:flex;align-items:center}.logo-img{height:44px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:.125rem}.nav-links a{color:rgb(255 255 255 / .78);font-size:.88rem;font-weight:600;padding:.45rem .8rem;border-radius:var(--radius-md);transition:var(--transition-fast);white-space:nowrap}.nav-links a:hover{color:var(--primary);background:rgb(245 168 0 / .08)}.header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.lang-btn{display:inline-flex;align-items:center;gap:.35rem;background:rgb(255 255 255 / .07);border:1.5px solid rgb(255 255 255 / .2);color:#fff;font-size:.8rem;font-weight:800;padding:.38rem .8rem;border-radius:var(--radius-full);letter-spacing:.06em;transition:var(--transition-fast);white-space:nowrap}.lang-btn:hover{background:var(--primary);border-color:var(--primary);color:var(--dark)}.header-phone-btn{display:inline-flex;align-items:center;gap:.45rem;background:var(--primary);color:var(--dark);font-size:.9rem;font-weight:800;padding:.5rem 1.1rem;border-radius:var(--radius-full);box-shadow:0 3px 12px rgb(245 168 0 / .4);transition:var(--transition-fast);white-space:nowrap}.header-phone-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 5px 16px rgb(245 168 0 / .5);color:var(--dark)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.3rem;width:36px;height:36px}.hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:var(--transition-fast);transform-origin:center}.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background:var(--dark-hover);border-top:1px solid rgb(255 255 255 / .07);padding:.75rem 1.25rem 1.25rem;gap:0}.mobile-nav.open{display:flex}.mobile-nav-link{display:block;color:rgb(255 255 255 / .82);font-weight:600;font-size:1rem;padding:.7rem .25rem;border-bottom:1px solid rgb(255 255 255 / .06);transition:var(--transition-fast)}.mobile-nav-link:hover,.mobile-lang-link{color:var(--primary)}.mobile-nav-link:last-of-type{border-bottom:none}.mobile-nav-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:var(--dark);font-weight:800;font-size:1rem;padding:.85rem 1rem;border-radius:var(--radius-full);margin-top:1rem;box-shadow:0 4px 12px rgb(245 168 0 / .35);transition:var(--transition-fast)}.mobile-nav-cta:hover{background:var(--primary-hover);color:var(--dark)}.float-call-btn{display:none;position:fixed;bottom:1.5rem;right:1.25rem;z-index:999;width:58px;height:58px;background:var(--primary);color:var(--dark);border-radius:50%;align-items:center;justify-content:center;font-size:1.35rem;box-shadow:0 6px 24px rgb(245 168 0 / .55);transition:var(--transition-fast);animation:pulse-ring 2s ease infinite}.float-call-btn:hover{transform:scale(1.1);background:var(--primary-hover);color:var(--dark)}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgb(245 168 0 / .5),0 6px 24px rgb(245 168 0 / .4)}70%{box-shadow:0 0 0 12px #fff0,0 6px 24px rgb(245 168 0 / .4)}100%{box-shadow:0 0 0 0 #fff0,0 6px 24px rgb(245 168 0 / .4)}}@media (max-width:900px){.nav-links{display:none}.header-phone-btn span{display:none}.header-phone-btn{padding:.5rem .7rem}.hamburger{display:flex}.float-call-btn{display:flex}}@media (max-width:480px){.header-phone-btn{display:none}}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:820px;margin:0 auto}.section-header{margin-bottom:3rem}.section-header h2{font-size:clamp(1.8rem, 4vw, 2.6rem);font-weight:900;color:var(--dark);margin-bottom:.65rem}.section-header p{font-size:1rem;color:var(--text-gray);max-width:600px;line-height:1.65}.text-center{text-align:center}.text-center .section-header p{margin:0 auto}.text-primary{color:var(--primary)!important}.text-white{color:#fff!important}.text-dark{color:var(--dark)!important}.bg-dark{background:var(--dark)}.bg-white{background:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-4{margin-bottom:1.5rem}.mb-6{margin-bottom:2.5rem}.flex-buttons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-family);font-weight:700;font-size:.95rem;padding:.75rem 1.6rem;border-radius:var(--radius-full);border:2px solid #fff0;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none}.btn-primary{background:var(--primary);color:var(--dark);border-color:var(--primary);box-shadow:0 4px 14px rgb(245 168 0 / .35)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgb(245 168 0 / .45);color:var(--dark)}.btn-outline{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .5)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:rgb(245 168 0 / .06)}.btn-outline-dark{background:#fff0;color:var(--dark);border-color:var(--border-light)}.btn-outline-dark:hover{border-color:var(--primary);color:var(--primary)}.btn-outline-yellow{background:#fff0;color:var(--primary);border-color:var(--primary)}.btn-outline-yellow:hover{background:var(--primary);color:var(--dark)}.btn-cta-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark);color:#fff;border:2px solid var(--dark);font-family:var(--font-family);font-weight:800;font-size:1rem;padding:.85rem 1.75rem;border-radius:var(--radius-full);transition:var(--transition-fast);white-space:nowrap;text-decoration:none;box-shadow:0 4px 14px rgb(0 0 0 / .18)}.btn-cta-dark:hover{background:var(--darker);color:#fff;transform:translateY(-2px)}.btn-cta-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:var(--dark);border:2px solid rgb(14 26 45 / .4);font-family:var(--font-family);font-weight:700;font-size:1rem;padding:.85rem 1.75rem;border-radius:var(--radius-full);transition:var(--transition-fast);white-space:nowrap;text-decoration:none}.btn-cta-outline:hover{border-color:var(--dark);background:rgb(14 26 45 / .08);color:var(--dark)}.btn-lg{padding:.9rem 2rem;font-size:1rem}.btn-xl{padding:1rem 2.25rem;font-size:1.05rem}.btn-submit{width:100%;justify-content:center;padding:1.1rem;font-size:1rem;font-weight:800}.btn-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--primary);font-weight:700;font-size:.9rem;text-decoration:none;margin-top:1rem;transition:var(--transition-fast)}.btn-link:hover{gap:.7rem}.hero{position:relative;min-height:580px;display:flex;align-items:center;background:linear-gradient(135deg,#071020 0%,#0e1a2d 60%,#1a0e00 100%) center/cover no-repeat;overflow:hidden}.hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 75% 40%,rgb(245 168 0 / .07) 0%,transparent 55%);pointer-events:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(7 16 32 / .5) 0%,rgb(7 16 32 / .65) 100%)}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--container-max);margin:0 auto;padding:5rem 1.5rem 4.5rem}.tag-urgent{display:inline-flex;align-items:center;gap:.45rem;background:rgb(245 168 0 / .12);border:1px solid rgb(245 168 0 / .35);color:var(--primary);font-size:.78rem;font-weight:800;padding:.38rem .95rem;border-radius:var(--radius-full);margin-bottom:1.25rem;letter-spacing:.05em;text-transform:uppercase}.hero h1{font-size:clamp(2.2rem, 5.5vw, 4rem);font-weight:900;color:#fff;line-height:1.08;margin-bottom:1.1rem;text-shadow:0 2px 24px rgb(0 0 0 / .35)}.hero h1 .text-primary{color:var(--primary)}.hero-desc{font-size:1.05rem;color:rgb(255 255 255 / .8);max-width:540px;line-height:1.68;margin-bottom:2.25rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.75rem}.hero-footer-tags{display:flex;flex-wrap:wrap;gap:.75rem 1.75rem}.hero-footer-tags span{display:flex;align-items:center;gap:.45rem;color:rgb(255 255 255 / .72);font-size:.84rem;font-weight:600}.services-wrapper{background:var(--section-bg);padding:var(--section-padding) 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem;margin-bottom:3rem}.service-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:1.85rem;border:1.5px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}.service-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.icon-box{width:54px;height:54px;background:rgb(245 168 0 / .1);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--primary);margin-bottom:1.1rem;flex-shrink:0}.service-card h3{font-size:1.2rem;font-weight:800;color:var(--dark);margin-bottom:.2rem}.service-card .subtitle{font-size:.78rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.service-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:auto}.service-list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;color:var(--text-gray);line-height:1.45}.service-list li i{color:var(--primary);font-size:.72rem;margin-top:.28rem;flex-shrink:0}.generator-section{background:var(--dark);padding:var(--section-padding) 0}.nacelle-section{background:var(--white);padding:var(--section-padding) 0}.tag-danger{display:inline-flex;align-items:center;gap:.45rem;background:var(--danger-bg);border:1px solid rgb(229 62 62 / .3);color:var(--danger);font-size:.76rem;font-weight:800;padding:.35rem .9rem;border-radius:var(--radius-full);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.tag-warning{display:inline-flex;align-items:center;gap:.45rem;background:var(--warning-bg);border:1px solid rgb(245 168 0 / .3);color:var(--warning);font-size:.76rem;font-weight:800;padding:.35rem .9rem;border-radius:var(--radius-full);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.generator-section h2,.nacelle-section h2{font-size:clamp(1.65rem, 3.5vw, 2.25rem);font-weight:900;margin-bottom:.5rem}.text-light-desc{color:rgb(255 255 255 / .7);font-size:1rem;line-height:1.65}.text-gray-desc{color:var(--text-gray);font-size:1rem;line-height:1.65}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.feature-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;font-weight:600;padding:.8rem 1rem;border-radius:var(--radius-md);line-height:1.4}.bg-dark-card{background:rgb(255 255 255 / .05);color:rgb(255 255 255 / .82);border:1px solid rgb(255 255 255 / .07)}.bg-light-card{background:var(--section-bg);color:var(--text-dark);border:1px solid var(--border-light)}.why-us-section{background:var(--dark);padding:var(--section-padding) 0}.why-us-section .section-header h2{color:#fff}.why-us-section .section-header p{color:rgb(255 255 255 / .6)}.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.why-card{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .07);border-radius:var(--radius-lg);padding:1.85rem;transition:var(--transition)}.why-card:hover{background:rgb(255 255 255 / .07);border-color:rgb(245 168 0 / .3);transform:translateY(-3px)}.why-icon{width:50px;height:50px;background:rgb(245 168 0 / .1);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary);margin-bottom:1rem}.why-card h4{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:.5rem}.why-card p{font-size:.88rem;color:rgb(255 255 255 / .58);line-height:1.6}.testimonials-section{background:var(--section-bg);padding:var(--section-padding) 0}.rating-row{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-top:.75rem;color:var(--primary);font-size:1rem}.rating-row span{font-size:.88rem;font-weight:700;color:var(--text-gray)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem}.testimonial-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:1.85rem;border:1.5px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition)}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.testimonial-card .stars{color:var(--primary);font-size:.88rem;margin-bottom:.85rem;display:flex;gap:2px}.review-text{font-size:.92rem;color:var(--text-gray);line-height:1.65;margin-bottom:1.25rem;font-style:italic}.reviewer{display:flex;flex-direction:column;gap:.15rem;padding-top:1rem;border-top:1px solid var(--border-light)}.reviewer-name{font-weight:800;font-size:.9rem;color:var(--dark)}.reviewer-location{font-size:.8rem;color:var(--text-light)}.faq-section{background:var(--white);padding:var(--section-padding) 0}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--card-bg);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;transition:border-color 0.2s ease,box-shadow 0.2s ease}.faq-item.active{border-color:var(--primary);box-shadow:0 4px 18px rgb(245 168 0 / .12)}.faq-question{width:100%;background:none;border:none;padding:1.1rem 1.3rem;text-align:left;font-family:var(--font-family);font-size:.96rem;font-weight:700;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:var(--transition-fast)}.faq-question:hover{color:var(--primary)}.faq-icon{color:var(--primary);flex-shrink:0;font-size:.82rem;transition:transform 0.25s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.3rem;transition:max-height 0.3s ease,padding 0.2s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.3rem 1.25rem}.faq-answer p{font-size:.9rem;color:var(--text-gray);line-height:1.65}.contact-section{background:var(--section-bg);padding:var(--section-padding) 0}.contact-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;margin-bottom:2rem;font-size:.88rem;font-weight:700;color:var(--text-dark)}.contact-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:2.25rem;box-shadow:var(--shadow-lg);border:1.5px solid var(--border-light);display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{font-size:.84rem;font-weight:700;color:var(--text-dark);letter-spacing:.01em}.required{color:var(--danger)}.form-group input,.form-group textarea,.form-group select{padding:.78rem 1rem;border:1.5px solid var(--border-light);border-radius:var(--radius-md);font-family:var(--font-family);font-size:.93rem;color:var(--text-dark);background:var(--white);transition:var(--transition-fast);outline:none;width:100%}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(245 168 0 / .12)}.form-group textarea{resize:vertical}.form-privacy{text-align:center;font-size:.82rem;color:var(--text-light);display:flex;align-items:center;justify-content:center;gap:.4rem}.form-phone-alt{text-align:center;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--border-light)}.form-phone-alt p{font-size:.88rem;color:var(--text-gray);margin-bottom:.35rem}.form-phone-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:900;color:var(--primary);transition:var(--transition-fast)}.form-phone-link:hover{color:var(--primary-hover)}.form-phone-sub{font-size:.78rem;color:var(--text-light);margin-top:.35rem}.cta-banner{background:var(--primary);padding:4.5rem 0}.cta-banner h2{font-size:clamp(1.8rem, 4vw, 2.6rem);font-weight:900;color:var(--dark);margin-bottom:.75rem}.cta-banner p{font-size:1rem;color:rgb(14 26 45 / .72);line-height:1.6;margin-bottom:0}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;margin-bottom:1.75rem}.cta-tagline{font-size:.88rem;font-weight:700;color:var(--dark);opacity:.75;letter-spacing:.02em;margin-top:0}.site-footer{background:var(--darker);border-top:3px solid var(--primary);padding-top:3.5rem}.footer-container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:3rem}.logo-img-footer{height:50px;width:auto;object-fit:contain;margin-bottom:1rem}.footer-brand p{font-size:.88rem;color:rgb(255 255 255 / .48);line-height:1.65;margin-top:.75rem}.footer-rbq{color:var(--primary)!important;font-weight:700;margin-top:.75rem;font-size:.88rem}.footer-links h5,.footer-contact h5{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:rgb(255 255 255 / .35);margin-bottom:1rem}.footer-links ul,.footer-contact ul{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:rgb(255 255 255 / .58);font-size:.88rem;transition:var(--transition-fast)}.footer-links a:hover{color:var(--primary)}.footer-contact li{display:flex;align-items:flex-start;gap:.6rem;color:rgb(255 255 255 / .58);font-size:.88rem;line-height:1.5}.footer-contact a{color:rgb(255 255 255 / .58);transition:var(--transition-fast)}.footer-contact a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .06);padding:1.25rem 1.5rem;text-align:center}.footer-bottom p{font-size:.8rem;color:rgb(255 255 255 / .28)}.reveal{opacity:0;transform:translateY(22px);transition:opacity 0.55s ease,transform 0.55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger .reveal:nth-child(2){transition-delay:0.1s}.reveal-stagger .reveal:nth-child(3){transition-delay:0.2s}.reveal-stagger .reveal:nth-child(4){transition-delay:0.3s}.reveal-stagger .reveal:nth-child(5){transition-delay:0.4s}.reveal-stagger .reveal:nth-child(6){transition-delay:0.5s}@media (max-width:768px){:root{--section-padding:3.25rem;--header-height:62px}.hero-content{padding:4rem 1.25rem 3.5rem}.hero h1{font-size:2.1rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.services-grid,.why-grid,.testimonials-grid{grid-template-columns:1fr}.grid-2-col{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.flex-buttons{flex-direction:column}.flex-buttons .btn{width:100%;justify-content:center}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-cta-dark,.cta-buttons .btn-cta-outline{width:100%;max-width:360px;justify-content:center}.footer-container{grid-template-columns:1fr;gap:2rem}.contact-card{padding:1.5rem}}@media (max-width:480px){.logo-img{height:38px}.hero h1{font-size:1.85rem}.section-header h2{font-size:1.65rem}}.contact-section *,.contact-card *,.contact-card,form.contact-card,form.contact-card input,form.contact-card textarea,form.contact-card select,form.contact-card button,form.contact-card label{cursor:auto}form.contact-card input,form.contact-card textarea,form.contact-card select{cursor:text;pointer-events:auto!important}form.contact-card button,form.contact-card .btn{cursor:pointer}form.contact-card a{cursor:pointer}.contact-section{position:relative;z-index:1}.contact-card{position:relative;z-index:2}.btn-submit{white-space:normal!important;text-align:center;line-height:1.4;font-size:0.92rem!important;padding:1rem 1.25rem!important;word-break:break-word}@media (max-width:480px){.btn-submit{font-size:0.85rem!important;padding:.9rem 1rem!important}}