.contact-page{min-height:100vh;background-color:#fff}.page-title-wrapper{text-align:center;padding:5rem 2rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.page-title-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-title{font-size:3.5rem;color:#fff;margin:0;font-weight:800;position:relative;z-index:1;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px}.contact-content{max-width:1200px;margin:60px auto;padding:0 20px}.contact-columns{display:flex;gap:40px;align-items:flex-start}.contact-form{flex:1;min-width:0;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014;border:2px solid #f0f0f0}.contact-options{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid #f0f0f0}.option-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}.option-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:all .5s ease}.option-button:hover:before{width:300px;height:300px}.option-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #667eea66}.option-icon{font-size:1.5rem;position:relative;z-index:1}.option-text{position:relative;z-index:1}.option-divider{margin-top:20px;color:#999;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.fieldset{border:none;padding:0;margin:0}.legend{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:10px;display:block}.field-note{color:#666;margin-bottom:30px;line-height:1.6}.field{margin-bottom:25px}.field.required .label span:after{content:" *";color:#e02b27;font-weight:700}.label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:.95rem}.control{position:relative}.input-text{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;box-sizing:border-box;color:#333}.input-text:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-text:hover{border-color:#cbd5e1}textarea.input-text{resize:vertical;min-height:120px;font-family:inherit}.success-message{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;padding:20px 30px;border-radius:8px;margin-top:20px;text-align:center;font-weight:600;font-size:1.3rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.actions-toolbar{margin-top:30px}.primary{display:flex;justify-content:flex-start}.action.submit.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 40px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}.action.submit.primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:all .5s ease}.action.submit.primary:hover:before{width:300px;height:300px}.action.submit.primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}.action.submit.primary:active{transform:translateY(-1px)}.action.submit.primary span{position:relative;z-index:1}.office-info{flex:0 0 400px;display:flex;flex-direction:column;gap:30px}.office-section{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;border:2px solid #f0f0f0}.office-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.office-details{margin-bottom:20px}.office-address,.office-phone{margin-bottom:15px}.office-address p,.office-phone p{margin:5px 0;color:#555;line-height:1.6}.office-phone a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.office-phone a:hover{color:#764ba2;text-decoration:underline}.office-map{border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.office-map iframe{display:block}@media (max-width: 768px){.page-title{font-size:2.5rem}.contact-columns{flex-direction:column}.office-info{flex:1;width:100%}.contact-form{padding:30px 20px}.legend{font-size:1.5rem}.action.submit.primary{width:100%;justify-content:center}.office-section{padding:20px}.office-title{font-size:1.3rem}}
