*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700}body{margin:0;padding:0;min-width:320px;background-color:#fff;color:#1a1a1a}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c9a961}.navbar{position:fixed;top:0;left:0;right:0;padding:1rem 0;background:transparent;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#000000f2;box-shadow:0 2px 20px #0000001a;padding:.5rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:60px;width:auto;object-fit:contain;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.logo h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0;letter-spacing:1px;font-family:Playfair Display,Georgia,serif}.logo span{color:#d4af37;font-weight:400}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav-link:hover{color:#d4af37}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:5px}.menu-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease}@media(max-width:768px){.nav-menu{position:fixed;top:70px;left:-100%;width:100%;background:#000000fa;flex-direction:column;padding:2rem;transition:left .3s ease;gap:1.5rem}.nav-menu.active{left:0}.menu-toggle{display:flex}.nav-link{font-size:1.2rem;width:100%;text-align:center}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:#000000b3}.hero-content{position:relative;z-index:2;max-width:900px;padding:2rem;animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Playfair Display,Georgia,serif}.hero-title span{color:#d4af37;display:block;margin-top:.5rem}.hero-subtitle{font-size:1.8rem;margin-bottom:1rem;font-weight:400;color:#f0f0f0}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;color:#ddd;max-width:700px;margin-left:auto;margin-right:auto}.hero-btn{padding:1rem 3rem;font-size:1.1rem;font-weight:600;background:#d4af37;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af3766}.hero-btn:hover{background:#c9a961;transform:translateY(-3px);box-shadow:0 6px 20px #d4af3799}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1rem}.hero-btn{padding:.8rem 2rem;font-size:1rem}}.about{padding:2rem;background:#f9f9f9}.about-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:2.8rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700;font-family:Playfair Display,Georgia,serif}.title-underline{width:80px;height:4px;background:#d4af37;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-left{display:flex;flex-direction:column;gap:2rem}.about-text h3{font-size:2rem;color:#d4af37;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600}.about-text h4{font-size:1.4rem;color:#1a1a1a;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-weight:700;letter-spacing:.5px}.about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.about-detailed{max-width:1000px;margin:4rem auto;padding:3rem;background:linear-gradient(135deg,#d4af370d,#c9a9610d);border-radius:20px;border-left:5px solid #D4AF37;box-shadow:0 10px 30px #00000014}.about-detailed .tagline{font-size:2rem;color:#d4af37;text-align:center;font-family:Playfair Display,Georgia,serif;font-style:italic;margin-bottom:1rem;font-weight:600}.about-detailed .company-name{font-size:1.3rem;color:#1a1a1a;text-align:center;font-family:Playfair Display,Georgia,serif;margin-bottom:2rem;font-weight:700;letter-spacing:1px}.about-detailed p{font-size:1.1rem;line-height:1.9;color:#555;margin-bottom:1.5rem;text-align:justify}.what-we-do{margin-top:2rem}.what-we-do h3{font-size:1.8rem;color:#1a1a1a;margin-bottom:2rem;text-align:center;font-family:Playfair Display,Georgia,serif}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-item{background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;border:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;text-align:center}.service-icon{font-size:3rem;margin-bottom:1.2rem;color:#d4af37;background:#d4af371a;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%}.service-item h4{font-size:1.2rem;color:#1a1a1a;margin-bottom:.8rem;font-weight:600}.service-item p{font-size:.95rem;color:#666;margin:0 0 1.2rem;flex-grow:1;line-height:1.6}.book-now-btn{margin-top:auto;padding:.8rem 2rem;background:#d4af37;color:#fff;border:none;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease}.book-now-btn:hover{background:#c9a961}.about-image{position:relative;height:fit-content;padding:40px}.about-image:before{content:"";position:absolute;top:0;left:0;width:150px;height:150px;border-left:3px dashed #D4AF37;border-top:3px dashed #D4AF37;border-radius:15px 0 0;z-index:2}.about-image:after{content:"";position:absolute;bottom:0;right:0;width:150px;height:150px;border-right:3px dashed #D4AF37;border-bottom:3px dashed #D4AF37;border-radius:0 0 15px;z-index:2}.decorative-dots{position:absolute;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;z-index:3}.decorative-dots.top-left{top:10px;left:10px}.decorative-dots.bottom-right{bottom:10px;right:10px}.decorative-dots span{width:6px;height:6px;background:#d4af37;border-radius:50%;opacity:.6;animation:dotPulse 2s ease-in-out infinite}.decorative-dots span:nth-child(1){animation-delay:0s}.decorative-dots span:nth-child(2){animation-delay:.1s}.decorative-dots span:nth-child(3){animation-delay:.2s}.decorative-dots span:nth-child(4){animation-delay:.3s}.decorative-dots span:nth-child(5){animation-delay:.4s}.decorative-dots span:nth-child(6){animation-delay:.5s}.decorative-dots span:nth-child(7){animation-delay:.6s}.decorative-dots span:nth-child(8){animation-delay:.7s}.decorative-dots span:nth-child(9){animation-delay:.8s}.about-image img{width:100%;height:450px;object-fit:cover;border-radius:15px;box-shadow:0 15px 50px #d4af374d;position:relative;z-index:1;transition:transform .5s ease,box-shadow .5s ease;border:4px solid white}.about-image:hover img{transform:scale(1.02);box-shadow:0 20px 60px #d4af3780}@keyframes dotPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2.2rem}}@media(max-width:480px){.about{padding:4rem 1rem}.section-title{font-size:1.8rem}.about-text h3{font-size:1.5rem}.services-grid{grid-template-columns:1fr}}.services{padding:2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.section-description{font-size:1.1rem;color:#666;margin-top:1rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;border:1px solid #e8e8e8;box-shadow:0 2px 10px #00000014}.service-icon-box{font-size:3.5rem;margin-bottom:1.5rem;color:#d4af37;display:flex;align-items:center;justify-content:center}.service-card h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700;font-family:Playfair Display,Georgia,serif}.service-card p{font-size:1rem;color:#666;line-height:1.7}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services{padding:4rem 1rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2.5rem 2rem}.service-icon-box{font-size:3rem;width:85px;height:85px}}.packages{padding:2rem;background:linear-gradient(135deg,#4a5568,#2d3748)}.packages-container{max-width:1400px;margin:0 auto}.packages .section-title{color:#fff;text-transform:uppercase;letter-spacing:2px}.packages .title-underline{background:#d4af37}.packages .section-description{color:#ffffffe6}.package-note{font-size:.95rem;color:#ffffffb3;font-style:italic;margin-top:.5rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.package-card{background:#f0f0f0;padding:3rem 2rem;border-radius:20px;text-align:center;position:relative;transition:transform .3s ease}.package-card:hover{transform:translateY(-10px)}.package-icon{width:80px;height:80px;margin:0 auto 1.5rem;border:3px solid #D4AF37;border-radius:50%;display:flex;align-items:center;justify-content:center}.package-icon i{font-size:2.5rem;color:#d4af37}.package-name{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:#2d3748;text-transform:uppercase}.package-price{font-size:1.3rem;margin-bottom:1rem;color:#4a5568;font-weight:600}.package-subtitle{font-size:.95rem;color:#666;margin-bottom:1.5rem;min-height:20px}.package-btn{padding:.8rem 2.5rem;font-size:1rem;font-weight:700;background:#d4af37;color:#2d3748;border:none;border-radius:30px;cursor:pointer;margin-top:1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.package-btn:hover{background:#c9a961;transform:scale(1.05)}@media(max-width:768px){.packages{padding:4rem 1rem}.packages-grid{grid-template-columns:1fr;gap:2rem}}.projects{padding:2rem;background:#f9f9f9}.projects-container{max-width:1200px;margin:0 auto}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin:3rem 0;flex-wrap:wrap}.filter-btn{padding:.8rem 2rem;font-size:1rem;font-weight:600;background:#fff;color:#1a1a1a;border:2px solid #e0e0e0;border-radius:50px;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#d4af37;color:#d4af37}.filter-btn.active{background:#d4af37;color:#fff;border-color:#d4af37}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0003}.project-image{position:relative;height:300px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 50%,transparent 100%);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .4s ease}.project-card:hover .project-overlay{opacity:1}.project-category{display:inline-block;background:#d4af37;color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.8rem}.project-info h3{color:#fff;font-size:1.5rem;margin-bottom:.8rem;font-weight:600}.project-info p{color:#ddd;font-size:.95rem;margin:.3rem 0;display:flex;align-items:center;gap:.5rem}.project-info i{color:#d4af37}.load-more-container{display:flex;justify-content:center;margin-top:3rem}.load-more-btn{padding:.5rem 3rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#d4af37,#c9a961);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d;display:flex;align-items:center;gap:.8rem}.load-more-btn:hover{background:linear-gradient(135deg,#c9a961,#d4af37);transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.load-more-btn i{font-size:1rem}@media(max-width:768px){.projects{padding:4rem 1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image{height:250px}}.stats{padding:1rem 2rem;background:#d4af37;color:#fff}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-item{padding:1.5rem}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:1.2rem;font-weight:500;color:#fffffff2;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.stats{padding:3rem 1rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:3rem}.stat-label{font-size:1rem}}@media(max-width:480px){.stats-container{grid-template-columns:1fr}}.testimonials{padding:2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials .section-title{color:#fff}.testimonials .section-description{color:#ddd}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#ffffff0d;padding:1rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.1);transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-10px);border-color:#d4af37;box-shadow:0 10px 30px #d4af374d}.quote-icon{font-size:2.5rem;color:#d4af37;opacity:.3;margin-bottom:1rem}.testimonial-text{font-size:.8rem;line-height:1.7;color:#ddd;margin:1rem 0 1.5rem;min-height:120px}.testimonial-rating{margin:1rem 0}.testimonial-rating i{color:gold;font-size:1rem;margin-right:.3rem}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#c9a961);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.author-info{flex:1}.testimonial-name{font-size:1.2rem;color:#fff;margin:0 0 .3rem;font-weight:600}.testimonial-location{color:#aaa;font-size:.9rem;margin:0}.testimonial-location i{color:#ff6b35;font-size:.85rem;margin-right:.3rem}@media(max-width:768px){.testimonials{padding:4rem 1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.95rem;min-height:auto}}.contact{padding:2rem;background:#f9f9f9}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3,.contact-form h3{font-size:2rem;color:#1a1a1a;margin-bottom:1.5rem}.contact-info p{color:#666;line-height:1.8;margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a}.info-icon{font-size:2rem;min-width:40px;color:#d4af37}.whatsapp-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:#25d366;color:#fff;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;margin-top:2rem;transition:all .3s ease}.whatsapp-btn:hover{background:#20ba5a;transform:translateY(-3px);box-shadow:0 5px 15px #25d36666}.whatsapp-btn i{font-size:1.5rem}.info-item h4{font-size:1.2rem;color:#d4af37;margin-bottom:.5rem}.info-item p{color:#666;margin:.3rem 0}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4af37}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#d4af37,#c9a961);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.submit-btn:hover:before{width:300px;height:300px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d4af3766}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.form-status{margin:1rem 0 0;padding:.85rem 1rem;border-radius:8px;font-size:.95rem;line-height:1.5;text-align:center}.form-status.success{color:#176b31;background:#e8f7ed;border:1px solid #a8dcb7}.form-status.error{color:#9f2424;background:#fff0f0;border:1px solid #efb2b2}.form-status.warning{color:#805d0b;background:#fff8df;border:1px solid #e6ce79}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:480px){.contact{padding:4rem 1rem}.contact-form{padding:2rem 1.5rem}.info-item{flex-direction:column;gap:1rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.footer-column h3{color:#d4af37;font-size:1.5rem;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif}.footer-column h4{color:#d4af37;font-size:1.3rem;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif}.footer-column p{color:#ccc;line-height:1.8;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#d4af3733;border:2px solid #D4AF37;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4af37;text-decoration:none;transition:all .3s ease;font-style:normal}.social-links a:hover{background:#d4af37;color:#fff;transform:translateY(-3px)}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#ccc;text-decoration:none;transition:color .3s ease;cursor:pointer}.footer-column ul li a:hover{color:#d4af37}.contact-list li{color:#ccc;line-height:1.8;margin-bottom:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#999;margin:.5rem 0;font-size:.95rem}.footer-legal-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.footer-legal-links a{color:#d4af37;text-decoration:none;cursor:pointer;transition:color .3s ease;font-size:.9rem}.footer-legal-links a:hover{color:#fff;text-decoration:underline}.footer-legal-links span{color:#666}@media(max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:center}.social-links{justify-content:center}.contact-list li{text-align:left}}.legal-modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;overflow-y:auto}.legal-modal-content{background:#fff;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;border-radius:12px;position:relative;box-shadow:0 20px 60px #0000004d;margin:auto}.legal-modal-close{position:sticky;top:0;right:0;float:right;background:#ff6b35;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:20px 20px 0 0;z-index:10;transition:all .3s ease}.legal-modal-close:hover{background:#e55a2b;transform:rotate(90deg)}.legal-content{padding:40px 60px 60px}.legal-content h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:10px;border-bottom:3px solid #ff6b35;padding-bottom:15px}.last-updated{color:#666;font-size:.9rem;font-style:italic;margin-bottom:30px}.legal-content section{margin-bottom:35px}.legal-content h2{color:#2c3e50;font-size:1.5rem;margin-bottom:15px;margin-top:25px}.legal-content h3{color:#34495e;font-size:1.2rem;margin-bottom:10px;margin-top:15px}.legal-content p{color:#444;line-height:1.8;margin-bottom:15px;font-size:1rem}.legal-content ul{margin-left:25px;margin-bottom:15px}.legal-content li{color:#444;line-height:1.8;margin-bottom:8px}.legal-content strong{color:#2c3e50;font-weight:600}.legal-modal-content::-webkit-scrollbar{width:10px}.legal-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.legal-modal-content::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}.legal-modal-content::-webkit-scrollbar-thumb:hover{background:#e55a2b}@media(max-width:768px){.legal-content{padding:30px 30px 40px}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}.legal-content h3{font-size:1.1rem}.legal-modal-close{width:35px;height:35px;font-size:24px;margin:15px 15px 0 0}}@media(max-width:480px){.legal-modal-overlay{padding:10px}.legal-content{padding:20px 20px 30px}.legal-content h1{font-size:1.6rem}.legal-content h2{font-size:1.2rem}.legal-content ul{margin-left:20px}}.dashboard{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}section{scroll-margin-top:70px}#root{width:100%;margin:0;padding:0}.app{width:100%;overflow-x:hidden}
