.header{position:fixed;top:0;left:0;width:100%;background-color:#fffffffa;box-shadow:0 2px 15px #0000001a;z-index:1000;padding:.8rem 2rem;transition:all .3s ease}.header.scrolled{padding:.5rem 2rem;background-color:#fffffffc;box-shadow:0 4px 20px #00000026}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#333;font-size:1.3rem;font-weight:700;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:1.8rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover{color:#667eea}.nav-link:hover:after{width:100%}.nav-link.active{color:#667eea}.nav-link.active:after{width:100%}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:.4rem}.mobile-menu-btn span{width:25px;height:3px;background-color:#333;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.header{padding:.6rem 1rem}.mobile-menu-btn{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;gap:1rem;padding:1.5rem;box-shadow:0 8px 20px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav.active{max-height:400px}.nav-link{font-size:1rem}.cta-button{width:100%;text-align:center}.logo-text{display:none}}.footer{width:100%;background-color:#2c3e50;color:#fff;padding:4rem 2rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.2rem;margin-bottom:1.5rem;font-weight:600;color:#fff}.footer-section p{color:#bbb;line-height:1.7;margin-bottom:1rem;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#bbb;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{display:inline-block;width:40px;height:40px;background-color:#667eea33;color:#667eea;text-decoration:none;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:.9rem}.social-link:hover{background-color:#667eea;color:#fff;transform:translateY(-3px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#999}.footer-links{display:flex;gap:2rem}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.hero{width:100%;min-height:700px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;position:relative;overflow:hidden;margin-top:60px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;z-index:1;overflow:hidden}.hero-background svg{width:100%;height:100%;object-fit:cover}.hero-content{max-width:1000px;position:relative;z-index:2}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero p{font-size:1.5rem;margin-bottom:.5rem;text-shadow:0 1px 5px rgba(0,0,0,.15)}.hero-subtitle{font-size:1.2rem!important;opacity:.95;margin-bottom:2rem!important}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.btn{padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.stat{display:flex;flex-direction:column;gap:.5rem}.stat h3{font-size:2.5rem;font-weight:700}.stat p{font-size:1rem;opacity:.9}@media (max-width: 768px){.hero{min-height:500px;margin-top:60px}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-subtitle{font-size:.95rem!important}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%}.hero-stats{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}.about{width:100%;padding:6rem 2rem;background-color:#fff}.about-content{max-width:1200px;margin:0 auto}.about-content h2{font-size:2.8rem;margin-bottom:1rem;color:#333;text-align:center}.about-subtitle{font-size:1.3rem;color:#666;margin-bottom:3rem;text-align:center;font-weight:400}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-text h3{font-size:1.8rem;margin-bottom:1rem;color:#333}.about-text p{font-size:1rem;color:#666;line-height:1.8;margin-bottom:1rem}.features-list{list-style:none;margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.features-list li{color:#667eea;font-weight:600;font-size:1rem}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.feature-item{padding:2rem;background-color:#f8f9fa;border-radius:10px;border-left:4px solid #667eea;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #667eea26}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.feature-item h4{font-size:1.1rem;margin-bottom:.5rem;color:#333}.feature-item p{color:#666;font-size:.9rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 10px 30px #667eea33;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea4d}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}@media (max-width: 768px){.about{padding:3rem 1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-features{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.about-content h2{font-size:2rem}}.services{width:100%;padding:6rem 2rem;background-color:#f5f7fa}.services-content{max-width:1200px;margin:0 auto}.services-content h2{font-size:2.8rem;margin-bottom:1rem;color:#333;text-align:center}.services-subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem;text-align:center;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.service-card{background-color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border-top:4px solid #667eea}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea33}.service-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-card h3{font-size:1.5rem;margin-bottom:.8rem;color:#333}.service-description{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{color:#666;margin-bottom:.6rem;font-size:.9rem}.service-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease}.service-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@media (max-width: 768px){.services{padding:3rem 1rem}.services-grid{grid-template-columns:1fr}.services-content h2{font-size:2rem}}.regions{width:100%;padding:6rem 2rem;background-color:#fff}.regions-content{max-width:1200px;margin:0 auto}.regions-content h2{font-size:2.8rem;margin-bottom:1rem;color:#333;text-align:center}.regions-subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem;text-align:center;font-weight:400}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.region-card{background-color:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;border-top:4px solid #667eea;transition:all .3s ease;box-shadow:0 5px 15px #00000014}.region-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #667eea26}.region-emoji{font-size:3rem;margin-bottom:1rem}.region-card h3{font-size:1.2rem;margin-bottom:1rem;color:#333}.region-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.8rem;color:#666;margin-top:.3rem}.region-btn{width:100%;padding:.7rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease}.region-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@media (max-width: 768px){.regions{padding:3rem 1rem}.regions-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.regions-content h2{font-size:2rem}}.page-container{width:100%;min-height:calc(100vh - 60px);margin-top:60px;background-color:#fff}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;color:#fff;padding:6rem 2rem;text-align:center;min-height:350px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.page-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:2}.page-hero p{font-size:1.4rem;margin:.5rem 0;text-shadow:0 1px 5px rgba(0,0,0,.2);position:relative;z-index:2}.page-content{width:100%;padding:4rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-description{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:center}.about-section,.team-section,.values-section{margin-bottom:4rem}.about-section h2,.team-section h2,.values-section h2{font-size:2.8rem;margin-bottom:1rem;color:#333;text-align:center}.timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.timeline-item{display:flex;gap:1rem}.timeline-marker{width:20px;height:20px;background-color:#667eea;border-radius:50%;flex-shrink:0;margin-top:.5rem;box-shadow:0 0 0 4px #667eea1a}.timeline-content h3{font-size:1.3rem;color:#667eea;margin-bottom:.3rem}.timeline-content p{color:#666;font-size:.95rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-card{background:#f5f7fa;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.team-avatar{font-size:4rem;margin-bottom:1rem}.team-card h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.team-card p{color:#667eea;font-size:.95rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.value-card{background:linear-gradient(135deg,#667eea15,#764ba215);padding:2rem;border-radius:12px;border:1px solid #667eea30;transition:all .3s ease}.value-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea26}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.value-card p{color:#666;font-size:.95rem;line-height:1.6}.services-section{margin-bottom:4rem}.services-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}.tab-button{background:#fff;border:2px solid #e0e0e0;padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.tab-button:hover{border-color:#667eea;background:#f5f7fa}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.tab-icon{font-size:2rem}.tab-title{font-weight:600}.service-details{margin-top:2rem}.service-card-large{background:#f5f7fa;padding:3rem;border-radius:16px;border-left:4px solid #667eea}.service-card-large h2{font-size:2.2rem;color:#333;margin-bottom:1rem}.service-description{font-size:1.1rem;color:#666;margin-bottom:2rem}.service-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;padding:2rem;background:#fff;border-radius:12px}.info-item h4{font-size:.9rem;color:#999;text-transform:uppercase;margin-bottom:.5rem}.price{font-size:1.8rem;color:#667eea;font-weight:700}.features-list{list-style:none;margin:2rem 0}.features-list li{padding:.8rem 0;color:#555;border-bottom:1px solid #e0e0e0}.features-list li:last-child{border-bottom:none}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.reason-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e0e0e0;text-align:center;transition:all .3s ease}.reason-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea1a;transform:translateY(-5px)}.reason-icon{font-size:2.5rem;margin-bottom:1rem}.reason-card h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.reason-card p{color:#666;font-size:.95rem}.regions-section{margin-bottom:4rem}.regions-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:3rem}.region-button{background:#fff;border:2px solid #e0e0e0;padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.region-button:hover{border-color:#667eea;background:#f5f7fa}.region-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.region-emoji{font-size:2rem}.region-name{font-weight:600}.region-details{background:#f5f7fa;padding:3rem;border-radius:16px;margin-bottom:3rem}.region-info h2{font-size:2.2rem;color:#333;margin-bottom:1rem}.region-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.region-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0;padding:2rem;background:#fff;border-radius:12px}.stat h4{font-size:.9rem;color:#999;text-transform:uppercase;margin-bottom:.5rem}.stat-value{font-size:2rem;color:#667eea;font-weight:700}.region-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2rem 0}.region-column h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.region-column ul{list-style:none}.region-column li{padding:.8rem 0;color:#555;border-bottom:1px solid #e0e0e0}.region-column li:last-child{border-bottom:none}.regions-map-section{background:#f5f7fa;padding:3rem;border-radius:16px}.regions-map-placeholder{background:#fff;padding:3rem;border-radius:12px;text-align:center}.regions-map-placeholder p{font-size:1.2rem;color:#666;margin-bottom:2rem}.map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.map-region-marker{background:linear-gradient(135deg,#667eea15,#764ba215);padding:1.5rem;border-radius:12px;border:1px solid #667eea30;display:flex;flex-direction:column;align-items:center;gap:.5rem}.marker-emoji{font-size:2rem}.marker-name{font-weight:600;color:#333}.marker-count{font-size:.85rem;color:#667eea}.map-section{margin-bottom:4rem}.map-layout{display:grid;grid-template-columns:250px 1fr 300px;gap:2rem;min-height:600px}.map-sidebar,.location-details{background:#f5f7fa;padding:2rem;border-radius:12px}.map-sidebar h3,.location-details h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.regions-list{display:flex;flex-direction:column;gap:.5rem}.region-item{background:#fff;border:2px solid #e0e0e0;padding:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-align:left}.region-item:hover{border-color:#667eea;background:#f5f7fa}.region-item.active{background:#667eea;border-color:#667eea;color:#fff}.map-main{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0}.map-placeholder{padding:2rem;height:100%;display:flex;flex-direction:column}.map-placeholder p{font-size:1.2rem;color:#666;margin-bottom:1.5rem;text-align:center}.locations-list{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto}.location-item{display:flex;gap:1rem;padding:1rem;background:#f5f7fa;border-radius:8px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent}.location-item:hover{background:#e8ecf5;border-left-color:#667eea}.location-item.active{background:#667eea;color:#fff;border-left-color:#fff}.location-marker{font-size:1.5rem}.location-info h4{font-size:.95rem;margin-bottom:.2rem}.location-info p{font-size:.8rem;opacity:.8}.location-type{font-weight:600;margin-top:.3rem}.location-traffic{margin-top:.2rem}.location-details{max-height:600px;overflow-y:auto}.details-content{display:flex;flex-direction:column;gap:1rem}.details-content p{font-size:.95rem;color:#555}.details-content strong{color:#333}.map-stats-section{margin-top:4rem}.map-stats-section h2{font-size:2.2rem;color:#333;margin-bottom:2rem;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:linear-gradient(135deg,#667eea15,#764ba215);padding:2rem;border-radius:12px;border:1px solid #667eea30;text-align:center}.stat-emoji{font-size:2.5rem;margin-bottom:1rem}.stat-card h4{font-size:1rem;color:#333;margin-bottom:.5rem}.stat-number{font-size:2rem;color:#667eea;font-weight:700;margin-bottom:.3rem}.stat-label{font-size:.85rem;color:#999}.contact-section{margin-bottom:4rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info-block h2,.contact-form-block h2{font-size:2rem;color:#333;margin-bottom:1rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.contact-item{display:flex;gap:1.5rem;padding:1.5rem;background:#f5f7fa;border-radius:12px}.contact-icon{font-size:2rem;flex-shrink:0}.contact-text h4{font-size:1.1rem;color:#333;margin-bottom:.3rem}.contact-value{font-weight:600;color:#667eea;margin-bottom:.2rem}.contact-details{font-size:.85rem;color:#999}.social-links{margin-top:2rem}.social-links h3{font-size:1.1rem;color:#333;margin-bottom:1rem}.social-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.social-btn{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;text-align:center;font-weight:600;transition:all .3s ease}.social-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;color:#333;font-weight:600}.form-group input,.form-group textarea{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.success-message{padding:1rem;background:#d4edda;color:#155724;border-radius:8px;margin-bottom:1rem;border-left:4px solid #28a745}.faq-section{background:#f5f7fa;padding:3rem;border-radius:16px;margin-top:4rem}.faq-section h2{font-size:2.2rem;color:#333;margin-bottom:2rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea}.faq-item h4{font-size:1.1rem;color:#333;margin-bottom:.8rem}.faq-item p{color:#666;font-size:.95rem;line-height:1.6}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media (max-width: 768px){.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem}.contact-layout,.map-layout,.region-content,.region-stats,.service-info-grid,.timeline,.sections-tabs{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333}.app{width:100%;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}
