.about-page{background-color:#f8fafc;min-height:100vh;padding:2rem 1rem}.about-container{background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.about-page h1{color:#1e293b;text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.about-section{margin-bottom:2rem}.about-section h2{color:#334155;border-bottom:2px solid #22c55e;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.about-section p{color:#64748b;line-height:1.7}.about-section a{color:#22c55e;text-decoration:none}.about-section a:hover{text-decoration:underline}.about-list{margin:0;padding:0;list-style:none}.about-list li{color:#64748b;border-bottom:1px solid #e2e8f0;padding:.75rem 0;line-height:1.6}.about-list li:last-child{border-bottom:none}.about-list strong{color:#334155}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-group label{color:#334155;font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{color:#1e293b;border:1px solid #cbd5e1;border-radius:6px;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 2px #22c55e26}.form-group textarea{resize:vertical;min-height:100px}.contact-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:6px;align-self:flex-start;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .15s}.contact-btn:hover{background:#16a34a}.contact-btn:disabled{cursor:not-allowed;background:#94a3b8}.contact-success{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.5rem}.contact-success h3{color:#166534;margin:0 0 .5rem}.contact-success p{color:#15803d;margin:0 0 1rem}.contact-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem;font-size:.875rem}@media (max-width:640px){.about-container{padding:1.5rem}.about-page h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}
