@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #ffd700;--text-primary: #2c3e50;--text-secondary: #7f8c8d;--text-light: #bdc3c7;--background-light: #f8f9fa;--background-white: #ffffff;--border-color: #e9ecef;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-accent: linear-gradient(45deg, #ffd700, #ffed4e);--shadow-light: 0 5px 20px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 25px rgba(0, 0, 0, .15);--shadow-heavy: 0 15px 40px rgba(0, 0, 0, .2);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--border-radius-small: 8px;--border-radius-medium: 15px;--border-radius-large: 20px;--border-radius-full: 50px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 4rem;--font-size-xs: .8rem;--font-size-sm: .9rem;--font-size-base: 1rem;--font-size-lg: 1.1rem;--font-size-xl: 1.2rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::selection{background:#667eea33;color:var(--text-primary)}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:4px}a{color:inherit;text-decoration:none;transition:color var(--transition-normal)}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all var(--transition-normal)}input,textarea,select{font-family:inherit;outline:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-up{animation:slideInUp .6s ease-out}.animate-slide-left{animation:slideInLeft .6s ease-out}.animate-slide-right{animation:slideInRight .6s ease-out}.animate-scale-in{animation:scaleIn .6s ease-out}@media (max-width: 768px){html{font-size:14px}}@media (max-width: 480px){html{font-size:13px}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h1{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo span{font-size:.9rem;color:#7f8c8d;font-weight:400}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-list li a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;position:relative}.nav-list li a:hover{color:#667eea}.nav-list li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-list li a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.menu-toggle span{width:25px;height:3px;background:#2c3e50;transition:all .3s ease;border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-list{flex-direction:column;padding:1rem 0;gap:0}.nav-list li{border-bottom:1px solid rgba(0,0,0,.1)}.nav-list li a{display:block;padding:1rem 2rem;font-size:1.1rem}.nav-list li a:after{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);z-index:-2}.hero-background:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-overlay{position:absolute;inset:0;background:#0000001a;z-index:-1}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.highlight{background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.hero-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;text-align:center;color:#fff;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;opacity:.9;font-weight:500}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-arrow{width:2px;height:30px;background:#fff;position:relative;opacity:.7}.scroll-arrow:after{content:"";position:absolute;bottom:0;left:-4px;width:10px;height:10px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-stats{flex-direction:row;justify-content:center;flex-wrap:wrap}.stat-item{flex:1;min-width:150px;padding:1.5rem}.stat-number{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}.hero-stats{flex-direction:column}}.services{padding:6rem 0;background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 5px 15px #667eea4d}.service-icon span{font-size:2rem}.service-title{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.service-description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#5a6c7d;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.services-cta{text-align:center;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.services-cta h3{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.services-cta p{color:#7f8c8d;margin-bottom:2rem;font-size:1.1rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center}@media (max-width: 768px){.services{padding:4rem 0}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-icon{width:60px;height:60px}.service-icon span{font-size:1.5rem}.services-cta{padding:2rem 1rem}.services-cta h3{font-size:1.5rem}}.about{padding:6rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.section-header{margin-bottom:2rem}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#7f8c8d;line-height:1.6}.about-description{margin-bottom:3rem}.about-description p{color:#5a6c7d;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.feature-content h4{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.feature-content p{color:#7f8c8d;line-height:1.6;margin:0}.about-info{display:flex;flex-direction:column;gap:2rem}.info-card,.location-card{background:#f8f9fa;border-radius:20px;padding:2rem;border:1px solid rgba(0,0,0,.05)}.info-card h3,.location-card h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;position:relative}.info-card h3:after,.location-card h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#5a6c7d;font-size:.9rem}.info-value{color:#2c3e50;font-weight:500;text-align:right;max-width:60%}.status-active{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff!important;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.address,.contact-info{margin-bottom:1.5rem}.address p,.contact-info p{color:#5a6c7d;margin-bottom:.5rem;line-height:1.5}.address p:first-child,.contact-info p:first-child{font-weight:600;color:#2c3e50;margin-bottom:.8rem}@media (max-width: 768px){.about{padding:4rem 0}.about-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.about-features{gap:1rem}.feature-item{flex-direction:column;text-align:center}.feature-icon{align-self:center}.info-card,.location-card{padding:1.5rem}.info-item{flex-direction:column;align-items:flex-start;gap:.3rem}.info-value{text-align:left;max-width:100%}}.contact{padding:6rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.1rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.info-card h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;position:relative}.info-card h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.contact-item:last-child{margin-bottom:0}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.contact-details h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-details p{color:#7f8c8d;margin-bottom:.3rem;line-height:1.5}.contact-details p:last-child{margin-bottom:0}.map-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.map-card h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;position:relative}.map-card h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.map-placeholder{background:#f8f9fa;border-radius:15px;padding:3rem;text-align:center;border:2px dashed #dee2e6}.map-icon{font-size:3rem;margin-bottom:1rem}.map-placeholder p{color:#7f8c8d;margin-bottom:.5rem}.map-placeholder p:last-child{margin-bottom:0}.contact-form-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.contact-form h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;position:relative}.contact-form h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center;width:100%}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-primary.loading{position:relative}.btn-primary.loading:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.form-success{background:#d4edda;color:#155724;padding:1rem;border-radius:10px;margin-top:1rem;border:1px solid #c3e6cb;text-align:center;font-weight:500}@media (max-width: 768px){.contact{padding:4rem 0}.section-title{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}.contact-icon{align-self:center}.info-card,.contact-form-container{padding:1.5rem}.map-placeholder{padding:2rem}}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#ecf0f1}.footer-logo p{color:#bdc3c7;font-size:.9rem;margin-bottom:1rem}.footer-description{color:#bdc3c7;line-height:1.6;margin-bottom:1.5rem}.footer-contact p{color:#bdc3c7;margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-info p{color:#bdc3c7;margin-bottom:.5rem;line-height:1.5}.footer-info p:first-child{margin-bottom:1rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content p{color:#bdc3c7;margin:0;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-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;line-height:1.6;color:#2c3e50}.App{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}::selection{background:#667eea33;color:#2c3e50}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{position:relative}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#7f8c8d;line-height:1.6;text-align:center;max-width:600px;margin:0 auto}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-secondary{background:transparent;color:#667eea;border-color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in-left{animation:fadeInLeft .6s ease-out}.fade-in-right{animation:fadeInRight .6s ease-out}@media (max-width: 768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.section-title{font-size:1.8rem}.container{padding:0 15px}}
