:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary-color: #007bff;--primary-hover: #0056b3;--success-color: #28a745;--error-color: #dc3545;--warning-color: #ffc107;--light-bg: #f8f9fa;--border-color: #dee2e6;--text-color: #212529;--text-muted: #6c757d;color:var(--text-color);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--primary-hover)}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:var(--text-color)}h2{font-size:2rem;line-height:1.3;margin-bottom:.75rem;color:var(--text-color)}h3{font-size:1.5rem;line-height:1.4;margin-bottom:.5rem;color:var(--text-color)}button{border-radius:6px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed;transform:none}input,textarea,select{font-family:inherit;font-size:1rem;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}input.error,textarea.error,select.error{border-color:var(--error-color)}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}button{padding:.625rem 1.25rem;font-size:.9rem}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}button{padding:.5rem 1rem;font-size:.875rem}}.header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:1.8rem;font-weight:700;color:#ecf0f1}.tagline{margin:.25rem 0 0;font-size:.9rem;color:#bdc3c7;font-weight:300}.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.nav a{color:#ecf0f1;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:4px}.nav a:hover{color:#3498db;background:#ffffff1a}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem;text-align:center}.nav ul{gap:1rem}.logo h1{font-size:1.5rem}}.hero{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:70vh;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#34495e;margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:#5a6c7d;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;text-align:center}.btn-primary{background:#3498db;color:#fff;border:2px solid #3498db}.btn-primary:hover{background:#2980b9;border-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.btn-secondary{background:transparent;color:#3498db;border:2px solid #3498db}.btn-secondary:hover{background:#3498db;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.hero-image{position:relative}.hero-img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media(max-width:768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.hero-img{height:300px}}@media(max-width:480px){.hero{padding:2rem 0}.hero-text h1{font-size:1.8rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}.map-section{padding:4rem 0;background:#fff}.map-container{max-width:1200px;margin:0 auto;padding:0 2rem}.map-header{text-align:center;margin-bottom:3rem}.map-header h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.map-header p{font-size:1.2rem;color:#5a6c7d}.map-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.map-embed{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.map-embed iframe{display:block}.map-info{display:flex;flex-direction:column;gap:2rem}.location-details h3,.directions h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.location-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.location-list li{display:flex;gap:1rem;align-items:flex-start}.location-icon{font-size:1.2rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#e8f4fd;border-radius:50%;flex-shrink:0}.location-list li div strong{display:block;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.location-list li div p{color:#5a6c7d;margin:0;font-size:.9rem;line-height:1.4}.directions{background:#f8f9fa;padding:1.5rem;border-radius:12px;border-left:4px solid #3498db}.directions p{color:#5a6c7d;margin-bottom:1rem;line-height:1.5}.directions-btn{display:inline-block;background:#3498db;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease}.directions-btn:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}@media(max-width:768px){.map-content{grid-template-columns:1fr;gap:2rem}.map-header h2{font-size:2rem}.map-embed iframe{height:300px}.location-list li{flex-direction:column;text-align:center;gap:.5rem}.location-icon{align-self:center}}@media(max-width:480px){.map-section{padding:2rem 0}.map-header h2{font-size:1.8rem}.directions{padding:1rem}}.contact-section{padding:4rem 0;background:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#5a6c7d}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#3498db;border-radius:50%;flex-shrink:0}.contact-details h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-details p{color:#5a6c7d;margin:.25rem 0;line-height:1.5}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-form h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#2c3e50;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#3498db;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-header h2{font-size:2rem}.contact-form{padding:1.5rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-icon{align-self:center}}@media(max-width:480px){.contact-section{padding:2rem 0}.contact-header h2{font-size:1.8rem}.contact-form{padding:1rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#ecf0f1;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;font-weight:600;color:#ecf0f1;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:inline-block;width:2.5rem;height:2.5rem;background:#ffffff1a;border-radius:50%;text-align:center;line-height:2.5rem;font-size:1.2rem;transition:all .3s ease;text-decoration:none}.social-links a:hover{background:#3498db;transform:translateY(-2px)}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.contact-info p{margin-bottom:.75rem;color:#bdc3c7;display:flex;align-items:center;gap:.5rem}.footer-bottom{margin-top:2rem}.footer-divider{height:1px;background:#ffffff1a;margin-bottom:1.5rem}.footer-copyright{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright p{color:#bdc3c7;margin:0;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#3498db}@media(max-width:768px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-copyright{flex-direction:column;text-align:center;gap:1rem}.footer-links{gap:1rem}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}.footer-links{flex-direction:column;gap:.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}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;line-height:1.6;color:#333}#root{min-height:100vh}html{scroll-behavior:smooth}a{color:#3498db;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.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;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app>*{animation:fadeIn .3s ease-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}
