body,html{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#000;overflow-x:hidden;line-height:1.6;color:#333}.navbar{background-color:#000;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px #0000004d}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.logo a{display:block;transition:transform .3s ease}.logo a:hover{transform:scale(1.05)}.logo img{height:60px;display:block}.main-nav{display:flex;align-items:center;gap:2rem}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#c51a1b}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#c51a1b}.configurator-link{color:#c51a1b;text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border:2px solid #c51a1b;border-radius:5px;transition:all .3s ease}.configurator-link:hover{background:#c51a1b;color:#fff}main{margin-top:80px}.page{display:none;min-height:calc(100vh - 80px)}.page.active{display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-carousel{position:relative;width:100vw;height:calc(100vh - 80px);overflow:hidden}.carousel-slide{display:none;position:absolute;top:0;left:0;width:100%;height:100%}.carousel-slide.active{display:block}.carousel-slide img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;top:50%;left:4rem;transform:translateY(-50%);color:#fff;z-index:10;max-width:600px;background:transparent;padding:1.5rem 2rem;border-radius:12px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-content p{font-size:1.3rem;font-weight:400;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.cta-button{background:#c51a1b;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px}.cta-button:hover{background:#a01416;transform:translateY(-2px);box-shadow:0 10px 25px #c51a1b4d}.cta-button.large{font-size:1.2rem;padding:1.2rem 2.5rem}.cta-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.cta-actions .cta-button{min-width:200px;min-height:50px;padding:1rem 1.5rem;font-size:1rem;text-align:center;display:flex;align-items:center;justify-content:center;flex:1;max-width:250px}.cta-button.outline{background:transparent;color:#c51a1b;border:2px solid #c51a1b}.cta-button.ghost{background:#2c3e50;color:#fff}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;z-index:100}.carousel-nav:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:30px}.carousel-nav.next{right:30px}.carousel-nav svg{width:24px;height:24px;fill:#fff}.intro-section{background:#f8f9fa;padding:5rem 0}.intro-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#2c3e50}.lead{font-size:1.3rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#5a6c7d;max-width:800px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#c51a1b}.feature p{color:#6c757d;line-height:1.6}.page-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.subtitle{font-size:1.3rem;font-weight:400;opacity:.9}.content-section{padding:4rem 0;background:#fff}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.text-content h2{font-size:2.2rem;font-weight:600;margin-bottom:1.5rem;color:#2c3e50}.text-content h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#c51a1b}.text-content p{font-size:1.1rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.variants{margin-top:1.5rem}.variant{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c51a1b}.variant h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.variant p{margin:0;font-size:1rem}.feature-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003}.features-section{padding:4rem 0;background:#f8f9fa}.features-section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2c3e50}.features-list{display:grid;gap:2rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a}.feature-item h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#c51a1b}.feature-item p{font-size:1.1rem;line-height:1.7;color:#5a6c7d;margin:0}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#c51a1b,#a01416);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.models-section{padding:5rem 0;background:#f8f9fa}.models-section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#2c3e50}.models-intro{font-size:1.3rem;font-weight:400;text-align:center;margin-bottom:4rem;color:#5a6c7d;max-width:800px;margin-left:auto;margin-right:auto}.model-item{margin-bottom:4rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.model-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.model-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}.model-content.reverse{direction:rtl}.model-content.reverse>*{direction:ltr}.model-text{padding:3rem}.model-text h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#c51a1b}.model-text p{font-size:1.1rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.model-text p:last-child{margin-bottom:0}.model-text strong{color:#2c3e50;font-weight:600}.model-image{height:400px;overflow:hidden}.model-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.model-item:hover .model-image img{transform:scale(1.05)}.model-images-vertical{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.model-images-vertical img{width:100%;height:auto;object-fit:contain;object-position:center;display:block;border-radius:0}.model-buttons{display:flex;gap:1rem;margin-top:2rem}.model-btn{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;border:2px solid transparent;text-transform:uppercase;letter-spacing:.5px;min-width:120px;flex:1}.configurare-btn{background:#c51a1b;color:#fff;border-color:#c51a1b}.configurare-btn:hover{background:#a01416;border-color:#a01416;transform:translateY(-2px);box-shadow:0 8px 20px #c51a1b4d}.detalii-btn{background:transparent;color:#c51a1b;border-color:#c51a1b}.detalii-btn:hover{background:#c51a1b;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #c51a1b33}.galerie-btn{background:#2c3e50;color:#fff;border-color:#2c3e50}.galerie-btn:hover{background:#1f2f3f;border-color:#1f2f3f;transform:translateY(-2px);box-shadow:0 8px 20px #2c3e5040}.gallery-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2200}.gallery-content{width:85vw;max-width:1000px;height:85vh;background:#000;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;overflow:auto}.gallery-image{width:auto;height:auto;max-width:none;max-height:none;object-fit:contain;display:block;margin:auto}.gallery-close{position:absolute;top:12px;right:12px;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.35);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#e6e6e6;border:none;width:64px;height:64px;border-radius:50%;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:28px;box-shadow:0 4px 18px #00000040}.gallery-nav.prev{left:16px}.gallery-nav.next{right:16px}.gallery-nav:hover{background:#d8d8d8}.gallery-grid-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2200;overflow-y:auto;padding:2rem}.gallery-grid-container{width:85%;max-width:1100px;max-height:85vh;background:#fff;border-radius:16px;padding:2.5rem;margin:auto;box-shadow:0 20px 60px #00000080;position:relative;overflow-y:auto;display:flex;flex-direction:column}.gallery-grid-header{text-align:center;margin-bottom:2rem;position:relative;flex-shrink:0}.gallery-grid-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.gallery-grid-subtitle{font-size:1.2rem;color:#5a6c7d;font-weight:400;margin:0}.gallery-grid-close{position:absolute;top:-1rem;right:-1rem;background:#c51a1b;color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #c51a1b66}.gallery-grid-close:hover{background:#a01416;transform:scale(1.1)}.gallery-grid-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;flex:1;overflow-y:auto}.gallery-grid-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;aspect-ratio:4 / 3;background:#f8f9fa;transition:transform .3s ease,box-shadow .3s ease}.gallery-grid-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.gallery-grid-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-grid-item:hover .gallery-grid-img{transform:scale(1.05)}.gallery-lightbox-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2300}.gallery-lightbox-content{position:relative;width:90vw;max-width:1200px;height:90vh;display:flex;align-items:center;justify-content:center}.gallery-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.gallery-lightbox-close{position:absolute;top:-50px;right:0;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;transition:all .3s ease}.gallery-lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:2px solid rgba(255,255,255,.5);width:64px;height:64px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:32px;transition:all .3s ease}.gallery-lightbox-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.gallery-lightbox-nav.prev{left:-80px}.gallery-lightbox-nav.next{right:-80px}.gallery-lightbox-counter{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);color:#fff;font-size:1.2rem;font-weight:500;background:#00000080;padding:.5rem 1.5rem;border-radius:20px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#2c3e50;font-size:1.8rem;font-weight:700}.modal-close{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#f8f9fa;color:#c51a1b}.modal-body{padding:1rem 2rem 2rem}.modal-body h3{color:#c51a1b;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.modal-body ul{list-style:none;padding:0;margin:0}.modal-body li{padding:.8rem 0;border-bottom:1px solid #f1f3f5;font-size:1rem;line-height:1.5;color:#5a6c7d}.modal-body li:last-child{border-bottom:none}.modal-body strong{color:#2c3e50;font-weight:600;min-width:120px;display:inline-block}.modal-footer{padding:1rem 2rem 2rem;text-align:center;border-top:1px solid #e9ecef}.modal-btn{background:#c51a1b;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.modal-btn:hover{background:#a01416;transform:translateY(-2px);box-shadow:0 8px 20px #c51a1b4d}.specs-content{padding:4rem 0;background:#fff}.specs-table{display:grid;gap:1px;background:#e9ecef;border-radius:8px;overflow:hidden}.spec-row{display:grid;grid-template-columns:1fr 2fr;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 6px #0000000d}.spec-name{padding:.8rem 1rem;font-weight:600;background:#f8f9fa;color:#2c3e50;border-right:1px solid #e9ecef;font-size:.95rem}.spec-description{padding:.8rem 1rem;color:#5a6c7d;line-height:1.5;font-size:.95rem}.edition35-specs-table{display:grid;gap:1px;background:#e9ecef;border-radius:8px;overflow:hidden;margin-bottom:2rem}.spec-section-header{grid-column:1 / -1;background:#2c3e50;color:#fff;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.edition35-specs-table .spec-row{display:grid;grid-template-columns:1fr 2fr;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.edition35-specs-table .spec-name{padding:.9rem 1.2rem;font-weight:600;background:#f8f9fa;color:#2c3e50;border-right:1px solid #e9ecef;font-size:.95rem}.edition35-specs-table .spec-description{padding:.9rem 1.2rem;color:#5a6c7d;line-height:1.6;font-size:.95rem;display:flex;gap:2rem;align-items:center}.spec-value{display:inline-block;padding:.2rem .5rem;background:#f8f9fa;border-radius:4px;font-weight:500;color:#2c3e50}.specs-footnotes{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #c51a1b}.specs-footnotes p{font-size:.9rem;color:#5a6c7d;line-height:1.6;margin-bottom:.8rem}.specs-footnotes p:last-child{margin-bottom:0}.specs-footnotes strong{color:#c51a1b;font-weight:600}.contact-content{padding:4rem 0;background:#fff}.contact-info{display:flex;justify-content:center}.contact-card{background:#f8f9fa;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;text-align:center;max-width:500px}.contact-card h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#2c3e50}.contact-details{margin-bottom:2rem}.contact-item{margin-bottom:1rem;font-size:1.1rem}.contact-item strong{color:#2c3e50;margin-right:.5rem}.contact-item a{color:#c51a1b;text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.cta-text p{font-size:1.1rem;line-height:1.6;color:#5a6c7d;margin-bottom:2rem}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.social-links h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.social-icons{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#c51a1b;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.footer-info{text-align:right}.footer-info p{margin:.5rem 0;color:#ccc;font-size:.9rem}.footer-info a{color:#c51a1b;text-decoration:none;font-weight:500}.footer-info a:hover{text-decoration:underline}.why-rewaco-section{padding:5rem 0;background:#fff;color:#2c3e50;text-align:center}.why-rewaco-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#2c3e50}.why-rewaco-section .lead{font-size:1.3rem;font-weight:400;max-width:900px;margin:0 auto 2rem;color:#5a6c7d}.highlight-text{background:#f8f9fa;padding:1.5rem;border-radius:12px;border-left:4px solid #c51a1b;max-width:600px;margin:0 auto}.highlight-text h3{font-size:1.8rem;font-weight:600;margin:0;color:#2c3e50}.why-rewaco-images{margin-top:3rem}.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}.why-rewaco-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.why-rewaco-image-full{object-fit:contain;background-color:#000}.why-rewaco-image:hover{transform:translateY(-5px)}.feature-section{padding:5rem 0;background:#fff}.feature-section.alt{background:#fff}.feature-image-container{display:flex;align-items:center;justify-content:center}.feature-image-pair{width:100%;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.feature-image-pair:hover{transform:translateY(-3px)}.assistance-section{padding:5rem 0;background:#fff;text-align:center}.assistance-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:3rem}.features-list .feature-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 3px 15px #0000001a;border-left:4px solid #c51a1b}.features-list .feature-item h4{font-size:1.1rem;font-weight:500;margin:0;color:#2c3e50}.personalization-section{padding:5rem 0;background:#fff}.personalization-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50;text-align:center}.personalization-section h3{font-size:1.8rem;font-weight:600;margin-bottom:3rem;color:#c51a1b;text-align:center}.accessibility-section,.license-section{padding:5rem 0;background:#fff}.text-content-only{max-width:800px;margin:0 auto;text-align:center}.text-content-only h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#2c3e50}.text-content-only p{font-size:1.2rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.assistance-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:3rem 0}.gallery-image{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.gallery-image:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.personalization-content{display:flex;flex-direction:column;gap:3rem}.personalization-images{width:100%}.image-grid-four{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.personalization-image{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.personalization-image:hover{transform:translateY(-3px)}.fuel-optimization-content{display:flex;flex-direction:column;gap:3rem}.fuel-images{width:100%}.image-grid-three{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.fuel-image{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.fuel-image:hover{transform:translateY(-3px)}.feature-content-centered{display:flex;flex-direction:column;gap:3rem;text-align:center}.text-content-centered{max-width:900px;margin:0 auto;text-align:center}.text-content-centered h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#2c3e50}.text-content-centered h3{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#c51a1b}.text-content-centered p{font-size:1.2rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.home-bottom-cta{padding:3rem 0;background:#fff}.home-bottom-cta .cta-actions .cta-button{flex:none;width:360px;max-width:360px}@media (max-width: 480px){.home-bottom-cta .cta-actions{flex-direction:column;align-items:center;gap:.75rem}.home-bottom-cta .cta-actions .cta-button{width:100%;max-width:100%}}.info-hero-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;background:#fff}.info-hero-item{display:flex;flex-direction:column;align-items:center}.info-hero{width:100%;height:300px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;border-radius:8px;box-shadow:0 4px 15px #0000001a}.info-description{text-align:center;color:#2c3e50;font-size:1.1rem;font-weight:600;padding:0 1rem}.info-hero-image{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.info-hero-image:hover{transform:scale(1.02);box-shadow:0 8px 32px #0003}.info-content{padding:4rem 0;background:#fff;display:none;opacity:0;transition:opacity .5s ease}.info-content.visible{display:block;opacity:1}.servicii-content{background:#fff;padding:4rem 0}.servicii-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:3rem;align-items:center}.servicii-text h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.servicii-text p{color:#4b5563;margin-bottom:1rem}.servicii-text.wide{grid-column:1 / -1}.servicii-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.servicii-list li{padding-left:1.5rem;position:relative;color:#2c3e50;line-height:1.5}.servicii-list li:before{content:"•";position:absolute;left:0;color:#c51a1b;font-size:1.5rem;line-height:1;top:0}.servicii-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.servicii-image-grid.small{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.servicii-image{width:100%;border-radius:10px;object-fit:cover;height:220px;box-shadow:0 10px 25px #0000001a}.servicii-image-single{grid-column:1 / -1;text-align:center;display:flex;justify-content:center}.servicii-image-single .servicii-image{height:auto;max-height:320px;max-width:100%;width:auto;object-fit:contain;margin:0 auto;display:block}.servicii-cta{text-align:center;background:#f8f9fb;padding:2.5rem;border-radius:16px;box-shadow:0 15px 40px #00000014}.servicii-cta h3{font-size:2rem;margin-bottom:.5rem;color:#2c3e50}.servicii-cta p{color:#4b5563;margin-bottom:1rem}.servicii-cta a{color:#c51a1b;text-decoration:none;font-weight:600}.servicii-cta a:hover{color:#a01416}.servicii-contact{display:flex;justify-content:center;align-items:center;gap:1rem;font-weight:600;color:#c51a1b;flex-wrap:wrap}.servicii-contact a{color:#c51a1b;text-decoration:none;transition:color .3s ease}.servicii-contact a:hover{color:#a01416}.servicii-contact span{color:#999}@media (max-width: 1024px){.servicii-section{grid-template-columns:1fr}.servicii-image-single{grid-column:1 / -1}.servicii-image{height:200px}}.info-toggle-hint{text-align:center;margin-top:1rem;color:#666;font-style:italic;font-size:.9rem;animation:pulse 2s infinite}@keyframes pulse{0%,50%,to{opacity:1}25%,75%{opacity:.6}}.info-content h1{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#2c3e50}.info-section{margin-bottom:3rem;padding:2rem 0;border-bottom:1px solid #e9ecef}.info-section:last-child{border-bottom:none}.info-section h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#c51a1b}.info-section h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.info-section h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#c51a1b}.info-section p{font-size:1.1rem;line-height:1.7;color:#5a6c7d;margin-bottom:1rem}.power-variants{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.power-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #c51a1b}.suspension-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.suspension-item{background:#f8f9fa;padding:1.5rem;border-radius:8px}.tire-dimensions{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.tire-item{background:#f8f9fa;padding:1.5rem;border-radius:8px}.tire-item ul{list-style:none;padding:0;margin:.5rem 0 0}.tire-item li{padding:.3rem 0;color:#2c3e50;font-weight:500}.model-ranges{display:grid;gap:2rem;margin-top:2rem}.model-range{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #c51a1b}.info-image-container{margin:1.5rem 0;text-align:center}.info-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 5px 15px #0000001a}.feature-images-large{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}.large-feature-image{width:100%;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.large-feature-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.large-feature-image-single{width:100%;max-width:600px;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease;margin:0 auto;display:block}.large-feature-image-single:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.centered-single{display:flex;justify-content:center;align-items:center;grid-template-columns:1fr}.motor-specs-content{padding:4rem 0;background:#fff}.motor-spec-section{margin-bottom:4rem;padding-bottom:3rem;border-bottom:2px solid #e9ecef}.motor-spec-section:last-child{border-bottom:none}.motor-spec-section h2{font-size:2.2rem;font-weight:700;color:#c51a1b;margin-bottom:2rem;text-align:center}.spec-table-compact{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #c51a1b;display:grid;gap:.5rem}.motor-note{font-style:italic;color:#6c757d;text-align:center;margin-top:1.5rem;padding:1rem;background:#e9ecef;border-radius:8px}.accessibility-content{padding:4rem 0;background:#fff}.accessibility-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:2rem 0}.accessibility-hero-content h2{font-size:2.5rem;font-weight:700;color:#c51a1b;margin-bottom:1.5rem}.accessibility-hero-image .hero-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}.accessibility-features{margin-bottom:4rem}.accessibility-features h2{font-size:2.2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #c51a1b;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.feature-icon{width:60px;height:60px;background:#c51a1b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-icon svg{width:30px;height:30px}.feature-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#5a6c7d;line-height:1.6}.accessibility-process{margin-bottom:4rem;background:#f8f9fa;padding:3rem 2rem;border-radius:12px}.accessibility-process h2{font-size:2.2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.process-steps{display:grid;gap:2rem}.process-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;align-items:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.step-number{width:60px;height:60px;background:#c51a1b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto}.step-content h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.step-content p{color:#5a6c7d;line-height:1.6;margin:0}.accessibility-benefits{margin-bottom:4rem}.accessibility-benefits h2{font-size:2.2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #00000014;border-left:4px solid #c51a1b;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-3px)}.benefit-item h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.benefit-item p{color:#5a6c7d;line-height:1.6;margin:0}.accessibility-cta{background:linear-gradient(135deg,#c51a1b,#a01416);color:#fff;padding:3rem;border-radius:12px;text-align:center}.accessibility-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.accessibility-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button.primary{background:#fff;color:#c51a1b;border:2px solid white}.cta-button.primary:hover{background:#f8f9fa;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#c51a1b;transform:translateY(-2px)}.edition35-page{margin-top:0;padding-top:80px}.edition35-content-section{background:#000;padding:4rem 0;color:#fff}.edition35-content-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#fff}.edition35-content-section .subtitle{font-size:1.3rem;font-weight:400;opacity:.95;text-align:center;margin-bottom:3rem;color:#fff}.edition35-hero-image{width:100%;overflow:hidden;position:relative}.edition35-main-image{width:100%;height:auto;display:block;object-fit:cover}@media (min-width: 768px){.edition35-hero-image{height:100vh;max-height:100vh}.edition35-main-image{height:100%;max-height:100vh;object-fit:cover;object-position:center 70%}}.edition35-hero-overlay{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;width:90%;max-width:1200px}.edition35-hero-title{font-size:4rem;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(0,0,0,1),0 0 20px rgba(0,0,0,.8),2px 2px 4px rgba(0,0,0,.9),-2px -2px 4px rgba(0,0,0,.9),2px -2px 4px rgba(0,0,0,.9),-2px 2px 4px rgba(0,0,0,.9);letter-spacing:.05em;margin:0 0 .5rem}.edition35-hero-subtitle{font-size:1.4rem;font-weight:400;color:#fff;text-shadow:0 0 8px rgba(0,0,0,1),0 0 15px rgba(0,0,0,.8),2px 2px 4px rgba(0,0,0,.9),-2px -2px 4px rgba(0,0,0,.9);margin:0;letter-spacing:.02em}.edition35-features{max-width:1200px;margin:0 auto 3rem;background:#000;padding:2rem;border-radius:12px}.edition35-features h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.edition35-features .features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.edition35-features .feature-item{background:#c51a1b;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.edition35-features .feature-item h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff}.edition35-features .feature-item p{font-size:1.1rem;line-height:1.7;color:#fff;margin:0 0 1.5rem;flex-grow:0}.edition35-features .feature-item ul{list-style:none;padding:0;margin:1rem 0 1.5rem;color:#fff}.edition35-features .feature-item li{font-size:1.1rem;line-height:1.7;color:#fff;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.edition35-features .feature-item li:before{content:"•";position:absolute;left:0;color:#fff;font-weight:700;font-size:1.2rem}.edition35-features .feature-item li:last-child{margin-bottom:0}.colors-grid{margin-top:auto;text-align:center;background:transparent;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center;width:100%}.colors-image{width:100%;max-width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:block;margin:0}.feature-image-container{margin-top:auto;text-align:center;background:transparent;padding:0;border-radius:8px;height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.feature-image-container .feature-image{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:block;margin:0}.edition35-cta{max-width:900px;margin:0 auto 3rem;text-align:center;background:#000c;padding:3rem;border-radius:12px}.edition35-cta-text{margin-bottom:2.5rem}.edition35-cta-text p{font-size:1.2rem;line-height:1.7;color:#fff;margin-bottom:1.5rem}.edition35-cta-text p:last-child{margin-bottom:0}.edition35-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.edition35-cta .cta-button{background:#c51a1b;color:#fff;border:2px solid #c51a1b;width:200px;min-width:200px;max-width:200px;padding:1rem 2rem}.edition35-cta .cta-button:hover{background:#a01416;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.edition35-cta .cta-button.outline{background:#fff;color:#c51a1b;border-color:#fff}.edition35-cta .cta-button.ghost{background:#2c3e50;color:#fff;border-color:#2c3e50}.financing-details-content{padding:4rem 0;background:#fff}.financing-details-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:2rem 0}.financing-details-hero-content h2{font-size:2.5rem;font-weight:700;color:#c51a1b;margin-bottom:2rem}.financing-text p{font-size:1.2rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.financing-text p strong{color:#2c3e50;font-weight:600}.financing-details-hero-image .hero-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}.financing-details-info{margin-bottom:4rem;background:#f8f9fa;padding:3rem 2rem;border-radius:12px}.financing-details-info h2{font-size:2.2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.info-list{max-width:800px;margin:0 auto}.info-item{display:flex;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 3px 10px #00000014}.info-bullet{color:#c51a1b;font-size:1.5rem;font-weight:700;margin-right:1rem;margin-top:.2rem}.info-item p{font-size:1.1rem;line-height:1.6;color:#5a6c7d;margin:0}.info-item p strong{color:#c51a1b;font-weight:600}.financing-details-cta{background:linear-gradient(135deg,#c51a1b,#a01416);color:#fff;padding:3rem;border-radius:12px;text-align:center}.financing-details-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.financing-details-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width: 1200px) and (min-width: 901px){.info-hero-container{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 900px) and (min-width: 601px){.info-hero-container{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 768px){.mobile-menu-btn{display:flex}.main-nav{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:left .3s ease;z-index:1000}.main-nav.active{left:0}.nav-link{font-size:1.5rem;font-weight:600}.configurator-link{padding:1rem 2rem;font-size:1.2rem;border-width:3px}.hero-content{left:50%;right:auto;width:calc(100% - 4rem);max-width:640px;top:auto;bottom:2rem;transform:translate(-50%)}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.two-column{grid-template-columns:1fr;gap:2rem}.model-content{grid-template-columns:1fr;gap:0}.model-content.reverse{direction:ltr}.model-text{padding:2rem}.model-text h3{font-size:1.6rem}.model-image{height:300px}.model-images-vertical{gap:.5rem}.model-buttons{flex-direction:column;gap:.8rem}.model-btn{width:100%;max-width:100%;min-width:0;padding:.9rem 1.2rem;font-size:1rem;display:block;box-sizing:border-box}.cta-actions{justify-content:center;flex-direction:column;align-items:center}.cta-actions .cta-button{min-width:280px;max-width:300px;width:100%;margin:0 auto}.info-hero-container{grid-template-columns:1fr;gap:2rem}.info-hero{height:250px}.info-description{font-size:1rem}.info-content h1{font-size:2rem}.power-variants{grid-template-columns:1fr}.suspension-info,.tire-dimensions{grid-template-columns:1fr;gap:1rem}.model-btn{padding:.7rem 1.2rem;font-size:.9rem}.modal-content{width:95%;max-height:90vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body,.modal-footer{padding:1rem 1.5rem 1.5rem}.spec-row{grid-template-columns:1fr}.spec-name{border-right:none;border-bottom:1px solid #e9ecef}.edition35-specs-table .spec-row{grid-template-columns:1fr}.edition35-specs-table .spec-name{border-right:none;border-bottom:1px solid #e9ecef}.edition35-specs-table .spec-description{flex-direction:column;gap:.5rem;align-items:flex-start}.spec-section-header{font-size:1rem;padding:.8rem 1rem}.specs-footnotes{padding:1rem}.specs-footnotes p{font-size:.85rem}.carousel-nav{width:50px;height:50px}.carousel-nav.prev{left:15px}.carousel-nav.next{right:15px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-info{text-align:center}.why-rewaco-section h2{font-size:2rem}.highlight-text h3{font-size:1.4rem}.image-pair{grid-template-columns:1fr;gap:1.5rem}.why-rewaco-image{height:250px}.feature-image-pair{height:150px}.features-list{grid-template-columns:1fr}.personalization-section h2{font-size:2rem}.personalization-section h3{font-size:1.4rem}.text-content-only h2{font-size:2rem}.assistance-gallery{grid-template-columns:1fr;gap:1.5rem}.gallery-image{height:220px}.image-grid-four{grid-template-columns:repeat(2,1fr);gap:1rem}.personalization-image{height:200px}.image-grid-three{grid-template-columns:1fr;gap:1.5rem}.fuel-image{height:240px}.feature-content-centered{gap:2rem}.text-content-centered h2{font-size:2rem}.text-content-centered h3{font-size:1.4rem}.text-content-centered p{font-size:1.1rem}.feature-images-large{grid-template-columns:1fr;gap:1.5rem}.large-feature-image{height:280px}.large-feature-image-single{height:300px}.accessibility-hero{grid-template-columns:1fr;gap:2rem;text-align:center}.accessibility-hero-content h2{font-size:2rem}.accessibility-hero-image .hero-image{height:300px}.features-grid{grid-template-columns:1fr}.process-step{grid-template-columns:1fr;text-align:center;gap:1rem}.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-button{min-width:250px}.financing-hero{grid-template-columns:1fr;gap:2rem;text-align:center}.financing-hero-content h2{font-size:2rem}.financing-hero-image .hero-image{height:300px}.options-grid{grid-template-columns:1fr;gap:2rem}.financing-process .process-steps{gap:1.5rem}.info-cards{grid-template-columns:1fr}.financing-details-hero{grid-template-columns:1fr;gap:2rem;text-align:center}.financing-details-hero-content h2{font-size:2rem}.financing-details-hero-image .hero-image{height:300px}.edition35-hero-title{font-size:2.5rem}.edition35-hero-subtitle{font-size:1rem}.edition35-content-section{padding:2rem 0}.edition35-content-section h1{font-size:2rem}.edition35-content-section .subtitle{font-size:1.1rem;margin-bottom:2rem}.edition35-features{padding:1.5rem;margin-bottom:2rem}.edition35-features .features-list{grid-template-columns:1fr}.edition35-features h2{font-size:1.8rem;margin-bottom:1.5rem}.edition35-features .feature-item{padding:1.5rem}.edition35-features .feature-item h3{font-size:1.2rem}.edition35-features .feature-item p{font-size:1rem}.colors-grid{height:auto;min-height:300px}.colors-image{max-width:100%;height:auto;object-fit:contain}.feature-image-container{height:320px}.feature-image-container .feature-image{max-width:100%;height:300px}.edition35-cta{padding:2rem 1.5rem}.edition35-cta-text p{font-size:1rem}.edition35-cta-buttons{flex-direction:column;align-items:center}.edition35-cta .cta-button{width:100%;max-width:280px;min-width:auto}.gallery-grid-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.gallery-grid-container{width:95%;max-height:85vh;padding:1.5rem;margin:0 auto;border-radius:12px}.gallery-grid-header{margin-bottom:1.5rem}.gallery-grid-title{font-size:1.6rem;margin-bottom:.5rem}.gallery-grid-subtitle{font-size:.95rem;padding:0 .5rem}.gallery-grid-close{width:36px;height:36px;font-size:22px;top:-.5rem;right:-.5rem}.gallery-grid-images{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-lightbox-nav.prev{left:10px}.gallery-lightbox-nav.next{right:10px}.gallery-lightbox-nav{width:48px;height:48px;font-size:24px}.gallery-lightbox-close{top:10px;right:10px}.gallery-lightbox-counter{bottom:10px;font-size:1rem;padding:.4rem 1rem}}@media (max-width: 480px){.container{padding:0 1rem}.cta-actions .cta-button{min-width:250px;max-width:280px;font-size:.9rem;padding:.9rem 1.2rem}.hero-content h1,.page-header h1{font-size:2rem}.features-grid,.image-grid-four{grid-template-columns:1fr}.text-content-only h2,.text-content-centered h2{font-size:1.8rem}.text-content-centered h3{font-size:1.2rem}.large-feature-image{height:220px}.large-feature-image-single{height:250px}.edition35-hero-title{font-size:1.5rem}.edition35-hero-subtitle{font-size:.85rem}.edition35-content-section h1{font-size:1.75rem}.edition35-content-section .subtitle{font-size:1rem}.edition35-features{padding:1rem}.edition35-features .features-list{grid-template-columns:1fr}.edition35-features h2{font-size:1.5rem}.edition35-cta{padding:1.5rem 1rem}.edition35-cta h2{font-size:1.5rem}.gallery-grid-overlay{padding:1.5rem .75rem .75rem}.gallery-grid-container{width:98%;max-height:90vh;padding:1rem}.gallery-grid-header{margin-bottom:1rem}.gallery-grid-title{font-size:1.4rem;margin-bottom:.4rem}.gallery-grid-subtitle{font-size:.85rem;padding:0 .25rem}.gallery-grid-close{width:32px;height:32px;font-size:20px;top:-.25rem;right:-.25rem}.gallery-grid-images{grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (max-width: 1024px){.edition35-features .features-list{grid-template-columns:1fr}}@media (max-width: 768px){.hero-carousel .carousel-slide .hero-content h1{font-size:1.6rem}.hero-carousel .carousel-slide .hero-content p{font-size:.95rem}.hero-carousel .carousel-slide:nth-child(2) .hero-content{bottom:auto;top:18%;transform:translate(-50%,-50%)}.hero-carousel .carousel-slide:nth-child(3) .hero-content{bottom:auto;top:16%;transform:translate(-50%,-50%)}.hero-carousel .carousel-slide:nth-child(4) .hero-content{bottom:auto;top:13%;transform:translate(-50%,-50%)}.hero-carousel .carousel-slide:nth-child(5) .hero-content{bottom:auto;top:15%;transform:translate(-50%,-50%)}.hero-carousel .carousel-slide:nth-child(3) .hero-content .cta-button{padding:.7rem 1.6rem;font-size:1rem;border-radius:6px}.hero-carousel .carousel-slide:nth-child(4) .hero-content .cta-button{padding:.7rem 1.6rem;font-size:1rem;border-radius:6px;margin-top:.4rem}.hero-carousel .carousel-slide:nth-child(3) .hero-content p{margin-bottom:.9rem}}@media (max-width: 480px){.hero-carousel .carousel-slide .hero-content h1{font-size:1.35rem}.hero-carousel .carousel-slide .hero-content p{font-size:.85rem}}
