.contact-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.contact-main{flex:1}.contact-container{max-width:1100px;margin:0 auto;padding:6rem 1.5rem}.contact-header{margin-bottom:4rem}.contact-h1{color:#000;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-intro{color:#555;max-width:600px;font-size:1.25rem;line-height:1.5}.contact-content-grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.contact-content-grid{grid-template-columns:.8fr 1.2fr}}.contact-info-side{flex-direction:column;gap:2.5rem;display:flex}.contact-method{gap:1.25rem;display:flex}.contact-icon-wrapper{color:#1b946a;background-color:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-method-title{color:#000;margin-bottom:.125rem;font-size:1.125rem;font-weight:700}.contact-method-desc{color:#666;margin-bottom:.5rem;font-size:.875rem}.contact-method-link{color:#1b946a;font-size:1rem;font-weight:600;text-decoration:none}.contact-method-link:hover{text-decoration:underline}.contact-method-text{color:#444;font-size:.9375rem;line-height:1.6}.contact-form-card{background:#fff;border:1px solid #eee;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px -10px #0000000d}.form-row{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-label{color:#000;font-size:.875rem;font-weight:600}.contact-select{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;height:44px;padding:0 1rem;font-size:.9375rem}.contact-textarea{resize:none;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:.9375rem}.contact-submit-btn{color:#fff;cursor:pointer;background-color:#1b946a;border:none;border-radius:4px;width:100%;height:52px;font-size:1rem;font-weight:700;transition:background-color .2s}.contact-submit-btn:hover{background-color:#147b56}@media (max-width:768px){.contact-container{padding:3rem 1.25rem}.contact-h1{font-size:2.25rem}.contact-form-card{padding:1.5rem}}
