/* ==========================================================================
   Static pages – about, contact, form success
   ========================================================================== */

/* ---- about --------------------------------------------------------------- */
.about-page .about-two-col { padding: 90px 0 0; margin-top: 48px; }
.about-page .about-two-col .content-inner { display: block; }
.about-page .about-two-col .content-inner::after { content: ""; display: block; clear: both; }
.about-page .about-image {
    float: left;
    width: 56%;
    max-width: 720px;
    min-width: 420px;
    border-radius: 12px;
    border: 1px solid #e8eef4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 16px;
}
.about-page .about-image img { display: block; width: 100%; height: auto; }
.about-page .about-text { overflow: hidden; min-width: 280px; }
.about-page .about-title { font-size: 28px; font-weight: 800; color: #c3002f; margin-bottom: 10px; }
.about-page .about-text p,
.about-page .about-rest p { font-size: 16px; line-height: 1.6; color: #2a2f36; margin: 8px 0; }
.about-page .about-rest { clear: both; padding-bottom: 40px; }
.about-page .about-rest img,
.about-page .about-text img { max-width: 100%; height: auto; }
@media (max-width: 991px) {
    .about-page .about-two-col { padding: 56px 0; margin-top: 32px; }
    .about-page .about-image { float: none; width: 100%; max-width: 100%; min-width: 0; margin-right: 0; }
    .about-page .about-text { overflow: visible; }
    .about-page .about-title { font-size: 22px; }
}

/* ---- contact ------------------------------------------------------------- */
.contact-page { margin-top: calc(70px + 1%) !important; }
.contact-page .contact-info { padding: 20px; background-color: #f9f9f9; border-bottom: 2px solid #ddd; }
.contact-page .contact-info-wrapper { max-width: 800px; margin: auto; }
.contact-page .content-contact { text-align: center; }
.contact-page .content-contact h1 { font-size: 2.5rem; color: #333; margin-bottom: 20px; }
.contact-page .contact-details {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.contact-page .contact-details div { display: flex; align-items: baseline; gap: 10px; }
.contact-page .contact-details i { font-size: 1.5rem; color: #c3002f; }
.contact-page .contact-details p { margin: 0; }
.contact-page .contact-details a { color: #c3002f; text-decoration: none; transition: color .3s ease; }
.contact-page .contact-details a:hover { color: #9c0228; }
.contact-page .contact-map { padding: 20px; background-color: #fff; }
.contact-page .map {
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    width: 100%;
}
.contact-page .map iframe { display: block; border: 0; width: 100%; height: 450px; }

/* ---- form success -------------------------------------------------------- */
.success-page .section-contact { min-height: 600px; background: #fff; }
.success-page .contact-wrapper { max-width: 90%; margin: 0 auto; padding-top: 120px; }
.success-page h1 { margin-bottom: 50px; }
.success-page .verify-content { margin-bottom: 30px; }
.success-page .button--link { display: inline-flex; flex-wrap: wrap; max-width: 100% !important; justify-content: center; margin-top: 3%; }
.success-page .button--link a { width: 200px; }

/* ---- error pages --------------------------------------------------------- */
.error-page { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px 16px 80px; }
.error-page h1 { font-size: 96px; font-weight: 800; color: #c3002f; margin: 0; line-height: 1; }
.error-page p { font-size: 20px; color: #323b4f; margin: 16px 0 32px; }
.error-page .logo img { width: 120px; height: auto; margin-bottom: 24px; }
