/* Contact page hero */
.tt-contact-page {
    background-color: #f7f8fb;
    color: #1f2c46;
}

.tt-contact-hero {
    padding: 64px 0 48px;
    background: linear-gradient(135deg, #123667 0%, #266dbc 100%);
    color: #fff;
}

.tt-contact-hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tt-contact-hero-content .lead {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 520px;
}

.tt-contact-highlight {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px 16px;
}

.tt-contact-highlight li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tt-contact-highlight i {
    color: #42dca3;
    font-size: 16px;
}

.tt-contact-hero-card {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 18px 40px -32px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
}

.tt-contact-hero-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.76;
    margin-bottom: 8px;
}

.tt-contact-hero-phone {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.tt-contact-hero-phone:hover,
.tt-contact-hero-phone:focus {
    color: #42dca3;
    text-decoration: none;
}

.tt-contact-hero-note {
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
}

/* Info cards */
.tt-contact-info {
    padding: 56px 0 40px;
}

.tt-contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    margin-bottom: 24px;
    box-shadow: 0 18px 40px -28px rgba(18, 54, 103, 0.35);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tt-contact-info-card h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #123667;
}

.tt-contact-info-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #30415a;
}

.tt-contact-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(18, 54, 103, 0.12);
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #266dbc;
}

.tt-contact-info-link {
    font-size: 14px;
    font-weight: 600;
    color: #266dbc;
}

.tt-contact-info-link:hover,
.tt-contact-info-link:focus {
    color: #1a4d8a;
    text-decoration: none;
}

.tt-contact-info-link--muted {
    color: #6d7a94;
    font-weight: 500;
}

/* Form area */
.tt-contact-form-section {
    padding: 16px 0 72px;
}

.tt-contact-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 18px 40px -30px rgba(9, 25, 48, 0.35);
}

.tt-contact-form .form-group label {
    font-weight: 600;
    color: #1f2c46;
}

.tt-contact-form .form-control {
    border-radius: 10px;
    border-color: rgba(18, 54, 103, 0.18);
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.tt-contact-form .form-control:focus {
    border-color: #266dbc;
    box-shadow: 0 0 0 2px rgba(38, 109, 188, 0.12);
}

.tt-contact-form-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.tt-contact-form-disclaimer {
    margin: 0;
    font-size: 12px;
    color: #6d7a94;
}

.tt-contact-context {
    background: rgba(38, 109, 188, 0.08);
    border: 1px solid rgba(38, 109, 188, 0.15);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #123667;
}

.tt-contact-context-item {
    margin-top: 8px;
}

.tt-contact-context-item span {
    font-weight: 600;
    margin-right: 6px;
}

.tt-contact-success {
    text-align: center;
    padding: 40px 24px;
}

.tt-contact-success i {
    font-size: 58px;
    color: #42dca3;
    margin-bottom: 16px;
}

.tt-contact-success h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #123667;
}

.tt-contact-success p {
    font-size: 15px;
    color: #30415a;
}

.tt-contact-sidebar {
    display: grid;
    gap: 20px;
    margin-top: 32px;
}

@media (min-width: 992px) {
    .tt-contact-sidebar {
        margin-top: 0;
    }
}

.tt-contact-sidebar-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 36px -30px rgba(9, 25, 48, 0.3);
}

.tt-contact-sidebar-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #123667;
}

.tt-contact-sidebar-card p {
    font-size: 14px;
    color: #30415a;
    margin-bottom: 16px;
}

/* Alerts override */
.tt-contact-form-card .alert {
    border-radius: 12px;
    padding: 14px 16px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .tt-contact-hero {
        text-align: center;
    }

    .tt-contact-hero-content .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .tt-contact-hero-card {
        margin-top: 32px;
    }
}

@media (max-width: 575px) {
    .tt-contact-form-card {
        padding: 28px 20px;
    }

    .tt-contact-form-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}
