/* Contact web translation of design preset: standard_business_brief.
   Named overrides: responsive web form geometry and Terahealth brand colors. */

body.page-contact {
    --contact-ink: #0b2545;
    --contact-heading: #2e74b5;
    --contact-heading-dark: #1f4d78;
    --contact-border: #d6e0ea;
    --contact-fill: #f2f4f7;
    --contact-surface: #f6f9fc;
    color: var(--contact-ink);
}

html body.page-contact .contact-hero {
    padding: 84px 0 70px;
    background:
        linear-gradient(90deg, rgba(7, 38, 68, .82) 0%, rgba(15, 124, 193, .58) 48%, rgba(30, 116, 181, .30) 100%),
        url("../images/contact-banner.webp") center center / cover no-repeat !important;
}

body.page-contact .contact-hero .hero-title {
    margin: 0 0 10px;
    font-size: clamp(40px, 4vw, 54px);
    line-height: 1.12;
}

body.page-contact .contact-hero .hero-subtitle {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.55;
}

body.page-contact .contact-form-section {
    padding: 62px 0 70px;
    background: var(--contact-surface);
}

body.page-contact .contact-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
}

body.page-contact .contact-form-panel,
body.page-contact .assist-card,
body.page-contact .contact-faq-section .feature-card {
    border: 1px solid var(--contact-border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(11, 37, 69, 0.06);
}

body.page-contact .contact-form-panel { padding: 28px; }

body.page-contact .form-header { margin-bottom: 22px; }

body.page-contact .form-header h2,
body.page-contact .assist-card h2,
body.page-contact .assist-card h3,
body.page-contact .contact-faq-section h2,
body.page-contact .contact-faq-section h3 {
    color: var(--contact-heading-dark);
}

body.page-contact .form-header h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

body.page-contact .form-header p,
body.page-contact .assist-card p {
    color: #435d74;
    line-height: 1.55;
}

body.page-contact .contact-form-grid { gap: 18px; }

body.page-contact .form-field input,
body.page-contact .form-field select,
body.page-contact .form-field textarea {
    min-height: 46px;
    border: 1px solid var(--contact-border);
    border-radius: 6px;
}

body.page-contact .form-field textarea { min-height: 144px; }

body.page-contact .contact-form input:focus,
body.page-contact .contact-form select:focus,
body.page-contact .contact-form textarea:focus {
    outline: 3px solid rgba(46, 116, 181, 0.22);
    outline-offset: 1px;
    border-color: var(--contact-heading);
    box-shadow: none;
}

body.page-contact .privacy-consent { margin: 20px 0; }

body.page-contact .privacy-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

body.page-contact .contact-submit {
    min-height: 48px;
    border-radius: 6px;
}

body.page-contact .form-note {
    max-width: 620px;
    margin: 12px auto 0;
    color: #60758a;
}

body.page-contact .contact-assist-panel { gap: 16px; }

body.page-contact .assist-card {
    padding: 22px;
    box-shadow: 0 6px 18px rgba(11, 37, 69, 0.05);
}

body.page-contact .assist-card-primary { border-top: 4px solid var(--contact-heading); }

body.page-contact .assist-card h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

body.page-contact .assist-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

body.page-contact .contact-list-icon {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px;
    max-height: 30px;
    flex-basis: 30px;
    margin-top: 0;
}

body.page-contact .contact-list li { align-items: center; }

body.page-contact .contact-list li > i {
    width: 30px;
    text-align: center;
}

body.page-contact .contact-faq-section {
    padding: 64px 0;
    background: #fff;
}

body.page-contact .contact-faq-section .section-title {
    margin-bottom: 28px;
    color: var(--contact-heading);
    text-align: left;
}

body.page-contact .contact-faq-grid { gap: 18px; }

body.page-contact .contact-faq-section .feature-card {
    padding: 22px;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    body.page-contact .assist-card,
    body.page-contact .contact-faq-section .feature-card { transition: none; }
}

@media (max-width: 992px) {
    body.page-contact .contact-layout { grid-template-columns: 1fr; }
    body.page-contact .contact-assist-panel { position: static; }
}

@media (max-width: 640px) {
    body.page-contact .contact-hero { padding: 62px 0 50px; }
    body.page-contact .contact-hero .hero-title { font-size: 36px; }
    body.page-contact .contact-form-section { padding: 44px 0 52px; }
    body.page-contact .contact-form-panel,
    body.page-contact .assist-card { padding: 20px; }
    body.page-contact .contact-form-grid { grid-template-columns: 1fr; }
}
