.contact-container{display:flex;flex-direction:column;background-color:#f8f9fa;color:#1a1a1a;min-height:100vh}.contact-content{max-width:48rem;margin:0 auto;padding:4rem 1rem;width:100%}.contact-title{font-size:3.5rem;font-weight:500;margin-top:4rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#dfb322,#daba00);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:var(--font-birthstone),cursive;line-height:1.25}.contact-subtitle{font-size:1rem;line-height:1.75;color:#4b5563;text-align:center;margin-bottom:2rem}.contact-form{background-color:#ffffff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:2rem}.form-group,.form-group-inline{margin-bottom:1.5rem}.form-group-inline{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:768px){.form-group-inline{grid-template-columns:1fr;gap:0;margin-bottom:0}}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit;color:#1a1a1a;background-color:#ffffff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#dfb322;box-shadow:0 0 0 3px rgba(223,179,34,.1)}.form-textarea{resize:vertical;min-height:120px}.form-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.form-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease}.form-checkbox-label:hover{background-color:#f9fafb}.form-checkbox{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#dfb322;flex-shrink:0}.form-checkbox-label span{user-select:none}@media (max-width:768px){.form-checkboxes{grid-template-columns:1fr}}.form-submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#dfb322,#daba00);color:#1a1a1a;font-size:1.125rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.form-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(223,179,34,.3)}.form-submit-button:active:not(:disabled){transform:translateY(0)}.form-submit-button:disabled{opacity:.6;cursor:not-allowed}.form-status{padding:1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center;font-weight:500}.form-status.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.form-status.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-footer{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.contact-footer p{font-size:1rem;line-height:1.75;color:#4b5563;margin-bottom:1rem}.contact-phone-link{color:#dfb322;text-decoration:none;font-weight:600;transition:color .2s ease}.contact-phone-link:hover{color:#daba00;text-decoration:underline}.back-link{display:inline-block;color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .2s ease}.back-link:hover{color:#dfb322}@media (max-width:768px){.contact-content{padding:2rem 1rem;margin-top:2rem}.contact-title{font-size:3.5rem}.contact-form{padding:1.5rem}}