.contact-page{min-height:100vh;background:var(--surface)}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.contact-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%);text-align:center;color:#fff}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-on-dark);max-width:700px;margin:0 auto;line-height:1.6}.contact-info-section{padding:4rem 0;background:#fff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-card{background:var(--surface);padding:2rem;border-radius:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.info-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.15),#00d4ff26);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--brand-green);transition:background .3s ease}.info-card:hover .info-icon{background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.25),#00d4ff40)}.info-icon svg{width:28px;height:28px}.info-title{font-size:1.125rem;color:var(--brand-purple);margin-bottom:.5rem;font-weight:600}.info-value{font-size:1rem;color:var(--text-body);text-decoration:none;display:inline-block;transition:color .3s ease}a.info-value:hover{color:var(--brand-green-ink)}.contact-form-section{padding:5rem 0;background:var(--surface)}.form-wrapper{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.form-column{background:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014}.form-header{margin-bottom:2rem}.form-title{font-size:2rem;color:var(--brand-purple);margin-bottom:.5rem;font-weight:700}.form-subtitle{font-size:1rem;color:var(--text-body);line-height:1.6}.success-message,.error-message{padding:2rem;border-radius:1rem;text-align:center;margin-bottom:2rem}.success-message{background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);color:#fff}.success-icon{width:60px;height:60px;background:#fff;color:var(--brand-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.success-message h3{font-size:1.5rem;margin-bottom:.5rem}.error-message{background:var(--danger-bg);color:var(--danger)}.error-icon{width:60px;height:60px;background:var(--danger);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.contact-form.hidden{display:none}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:600;color:var(--brand-purple)}.required{color:var(--danger)}.form-input,.form-select,.form-textarea{padding:.875rem 1rem;border:2px solid var(--border);border-radius:.75rem;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 3px rgba(var(--brand-green-rgb),.1)}.form-input.error,.form-select.error,.form-textarea.error{border-color:var(--danger)}.form-textarea{resize:vertical;min-height:120px}.error-text{font-size:.875rem;color:var(--danger);margin-top:-.25rem}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);color:#fff;border:none;border-radius:50px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 20px rgba(var(--brand-green-rgb),.3)}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px rgba(var(--brand-green-rgb),.4)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button.loading{background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%)}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-arrow{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.submit-button:hover .btn-arrow{transform:translate(5px)}.info-column{display:flex;flex-direction:column;gap:2rem}.info-box,.cta-box{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000014}.info-box-title,.cta-box-title{font-size:1.5rem;color:var(--brand-purple);margin-bottom:1.5rem;font-weight:700}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem}.benefit-icon{flex-shrink:0;width:24px;height:24px;background:var(--brand-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.benefit-icon svg{width:14px;height:14px}.benefit-item span:last-child{color:var(--text-body);line-height:1.5}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem}.step-number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.step-content h4{font-size:1.125rem;color:var(--brand-purple);margin-bottom:.25rem}.step-content p{font-size:.95rem;color:var(--text-body);line-height:1.5}.cta-box{background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%);color:#fff;text-align:center}.cta-box-title{color:#fff}.cta-box-text{color:var(--text-on-dark);margin-bottom:1.5rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--brand-green);color:var(--brand-purple);text-decoration:none;border-radius:50px;font-weight:700;transition:all .3s ease;box-shadow:0 4px 20px rgba(var(--brand-green-rgb),.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(var(--brand-green-rgb),.4)}.cta-icon{width:20px;height:20px;flex-shrink:0}.success-icon svg,.error-icon svg{width:28px;height:28px}.map-pin-icon{width:48px;height:48px;color:var(--brand-green);margin:0 auto 1rem;display:block}.map-section{padding:5rem 0;background:#fff}.section-title{font-size:2.5rem;color:var(--brand-purple);text-align:center;margin-bottom:3rem}.map-placeholder{height:400px;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.map-content{text-align:center;color:#fff}.map-content p{font-size:1.25rem;margin-bottom:1rem}.map-link{color:var(--brand-green);text-decoration:none;font-weight:600;font-size:1.125rem;transition:color .3s ease}.map-link:hover{color:var(--brand-green-dark)}@media(max-width:1024px){.form-wrapper{grid-template-columns:1fr}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.form-row{grid-template-columns:1fr}.form-column{padding:2rem}.info-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.map-placeholder{height:300px}}@media(max-width:480px){.contact-hero{padding:4rem 0 3rem}.hero-title{font-size:2rem}.form-column{padding:1.5rem}.submit-button{padding:.875rem 1.5rem;font-size:1rem}}.btn-idle,.btn-busy{display:contents}.btn-idle[hidden],.btn-busy[hidden]{display:none}
