*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#2d3748;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffffa;box-shadow:0 2px 20px #0000001a;padding:2rem 0}.header-content{display:flex;align-items:center;justify-content:center}.logo-container{display:flex;align-items:center;gap:1.5rem}.logo-icon{width:80px;height:80px;flex-shrink:0;object-fit:contain;border-radius:8px}.logo{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.tagline{font-size:1.1rem;color:#718096;font-weight:400}.main{flex:1;padding:3rem 0}.hero{text-align:center;margin-bottom:3rem;color:#fff}.hero h2{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero p{font-size:1.3rem;opacity:.95}.intro-section{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #00000026;margin-bottom:3rem}.intro-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;gap:1.5rem}.intro-logo{width:120px;height:120px;object-fit:contain;border-radius:12px;box-shadow:0 4px 15px #0000001a}.intro-content h3{font-size:2rem;color:#2d3748;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-content p{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:1.25rem;text-align:justify}.intro-cta{font-weight:500;color:#667eea!important;font-size:1.1rem!important;text-align:center!important;margin-top:2rem!important}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.contact-form-section,.contact-info-section{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #00000026}.contact-form-section h3,.contact-info-section h3{font-size:1.8rem;margin-bottom:1.5rem;color:#2d3748;font-weight:600}.contact-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:#4a5568;font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;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}.form-group textarea{resize:vertical;min-height:120px}.form-group input:disabled,.form-group textarea:disabled{background-color:#f7fafc;cursor:not-allowed}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-message{text-align:center;padding:3rem 2rem;color:#38a169}.success-icon{font-size:4rem;margin-bottom:1rem;width:80px;height:80px;background:#c6f6d5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-message p{font-size:1.3rem;font-weight:500}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#f7fafc;border-radius:12px;transition:all .3s ease}.info-item:hover{background:#edf2f7;transform:translate(5px)}.info-icon{font-size:2rem;line-height:1}.info-details h4{font-size:.9rem;color:#718096;margin-bottom:.25rem;font-weight:500}.info-details a{color:#667eea;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.info-details a:hover{color:#764ba2}.business-hours{background:#f7fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea}.business-hours h4{font-size:1.1rem;margin-bottom:.75rem;color:#2d3748}.business-hours p{color:#4a5568;margin-bottom:.5rem;font-size:.95rem}.footer{background:#fffffffa;padding:2rem 0;box-shadow:0 -2px 20px #0000001a}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem}.footer-logo-img{width:50px;height:50px;object-fit:contain;border-radius:6px}.footer-logo h4{font-size:1.2rem;color:#2d3748;margin-bottom:.25rem}.footer-logo p{font-size:.85rem;color:#718096}.footer .copyright{color:#718096;font-size:.95rem;text-align:center}@media (max-width: 968px){.content-grid{grid-template-columns:1fr}.hero h2{font-size:2.5rem}.logo-icon{width:60px;height:60px}.logo-container{gap:1rem}.intro-section{padding:2rem}.intro-logo{width:100px;height:100px}.intro-content h3{font-size:1.75rem}.intro-content p{font-size:1rem}.footer-logo{flex-direction:column;text-align:center}.logo{font-size:2rem}.contact-form-section,.contact-info-section{padding:2rem}}@media (max-width: 640px){.hero h2{font-size:2rem}.hero p{font-size:1.1rem}.contact-form-section,.contact-info-section{padding:1.5rem}.logo{font-size:1.75rem}.logo-container{flex-direction:column;text-align:center;gap:.75rem}.logo-icon{width:70px;height:70px}.intro-section{padding:1.5rem}.intro-logo{width:90px;height:90px}.intro-content h3{font-size:1.5rem}.intro-content p{font-size:.95rem;text-align:left}.footer-logo h4{font-size:1rem}.footer-logo p{font-size:.8rem}}
