.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0 2rem;text-align:center}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#2c3e50;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;color:#6c757d;margin-bottom:0}.contact-content{padding:4rem 0;background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-form-section h2,.contact-info h2{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:2rem}.contact-item{margin-bottom:2rem}.contact-item h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-page .contact-link{color:var(--text)!important;text-decoration:none;font-weight:500;font-size:1.1rem}.contact-page .contact-link:hover{color:var(--accent)!important;text-decoration:underline}.contact-text{color:#6c757d;font-size:1rem;line-height:1.6}.contact-page .social-link{display:flex;align-items:center;gap:.5rem;color:var(--text)!important;text-decoration:none;font-weight:500}.contact-page .social-link:hover{color:var(--accent)!important;text-decoration:underline}.contact-form{background:white;padding:2rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#DD4132}.form-textarea{resize:vertical}.submit-btn{background:#DD4132;color:white;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:#c0352a;box-shadow:0 8px 25px rgba(221,65,50,.3)}.submit-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.status-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.status-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.recaptcha-notice{font-size:.75rem;color:#6c757d;text-align:center;margin-top:1rem;line-height:1.4}.recaptcha-notice a{color:#DD4132;text-decoration:none}.recaptcha-notice a:hover{text-decoration:underline}@media (max-width:900px){.contact-hero{padding:2rem 0 1rem}.contact-content{padding:2rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-form{padding:1.5rem}}@media (max-width:768px){.contact-hero{padding:1.5rem 0 .5rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.contact-form-section h2,.contact-info h2{font-size:1.5rem}.contact-form{padding:1rem}}