﻿.about-page {
    overflow: hidden;
}

.about-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: linear-gradient( 90deg, rgba(9, 34, 67, 0.96) 0%, rgba(9, 34, 67, 0.82) 48%, rgba(9, 34, 67, 0.25) 100% ), url('@Url.Content("~/images/about/sítio.jpg")') center/cover no-repeat;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 70px 0;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #f0c65b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 680px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(2.1rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.about-hero p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-section {
    padding: 80px 0;
}

.about-section-soft {
    background-color: #f5f7f9;
}

.about-section-title {
    margin-bottom: 20px;
    color: var(--brand-primary, #173f73);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.about-section-subtitle {
    max-width: 760px;
    margin: 0 auto 45px;
    color: #69727d;
    line-height: 1.75;
}

.about-text {
    color: #525c67;
    font-size: 1rem;
    line-height: 1.85;
}

    .about-text strong {
        color: #27313c;
    }

.about-image-wrapper {
    position: relative;
    max-width: 580px;
    margin-left: auto;
}

.about-main-image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 580px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(18, 42, 70, 0.18);
}

.about-image-decoration {
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 70%;
    height: 70%;
    background-color: var(--brand-secondary, #d7a62c);
    border-radius: 18px;
}

.about-experience-card {
    position: absolute;
    left: -35px;
    bottom: 35px;
    z-index: 3;
    max-width: 235px;
    padding: 22px;
    color: #ffffff;
    background-color: var(--brand-primary, #173f73);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(13, 43, 81, 0.28);
}

    .about-experience-card i {
        display: block;
        margin-bottom: 10px;
        color: #f0c65b;
        font-size: 1.9rem;
    }

    .about-experience-card strong {
        display: block;
        margin-bottom: 5px;
        font-size: 1.05rem;
    }

    .about-experience-card span {
        display: block;
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.84rem;
        line-height: 1.5;
    }

.about-highlight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

    .about-highlight-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        color: #414b55;
        font-size: 0.94rem;
    }

    .about-highlight-list i {
        flex: 0 0 auto;
        color: var(--brand-accent, #1b7f5a);
        font-size: 1.15rem;
    }

.about-purpose-card {
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(18, 42, 70, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .about-purpose-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 42px rgba(18, 42, 70, 0.12);
    }

.about-purpose-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: var(--brand-primary, #173f73);
    border-radius: 14px;
    font-size: 1.55rem;
}

.about-purpose-card h3 {
    margin-bottom: 13px;
    color: #27313c;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}

.about-purpose-card p {
    margin-bottom: 0;
    color: #69727d;
    line-height: 1.75;
}

.about-values {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about-values li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 15px 0;
        border-bottom: 1px solid #e5e8eb;
    }

        .about-values li:last-child {
            border-bottom: 0;
        }

    .about-values i {
        flex: 0 0 auto;
        margin-top: 2px;
        color: var(--brand-secondary, #d7a62c);
        font-size: 1.3rem;
    }

    .about-values strong {
        display: block;
        margin-bottom: 4px;
        color: #27313c;
    }

    .about-values span {
        color: #69727d;
        line-height: 1.6;
    }

.about-numbers {
    padding: 45px 0;
    color: #ffffff;
    background-color: var(--brand-primary-dark, #0d2b51);
}

.about-number-item {
    height: 100%;
    padding: 16px;
    text-align: center;
}

    .about-number-item i {
        display: block;
        margin-bottom: 12px;
        color: #f0c65b;
        font-size: 2rem;
    }

    .about-number-item strong {
        display: block;
        margin-bottom: 4px;
        font-size: 1.08rem;
    }

    .about-number-item span {
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.86rem;
    }

.about-cta {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient( rgba(7, 28, 56, 0.82), rgba(7, 28, 56, 0.82) ), url('@Url.Content("~/images/about/sítio.jpg")') center/cover no-repeat;
}

.about-cta-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
    padding: 70px 20px;
    text-align: center;
}

.about-cta h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.about-cta p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.75;
}

.about-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.btn-about-primary,
.btn-about-outline {
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 7px;
    font-weight: 600;
}

.btn-about-primary {
    color: #ffffff;
    background-color: var(--brand-secondary, #d7a62c);
    border: 1px solid var(--brand-secondary, #d7a62c);
}

    .btn-about-primary:hover {
        color: #ffffff;
        filter: brightness(0.92);
    }

.btn-about-outline {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

    .btn-about-outline:hover {
        color: var(--brand-primary-dark, #0d2b51);
        background-color: #ffffff;
    }

@@media (max-width: 991.98px) {
    .about-section {
        padding: 60px 0;
    }

    .about-image-wrapper {
        margin: 20px auto 0;
    }

    .about-main-image {
        min-height: 380px;
    }

    .about-experience-card {
        left: 20px;
        bottom: 20px;
    }

    .about-image-decoration {
        right: -12px;
        bottom: -12px;
    }
}

@@media (max-width: 767.98px) {
    .about-hero {
        min-height: 310px;
        background: linear-gradient( rgba(9, 34, 67, 0.86), rgba(9, 34, 67, 0.86) ), url('@Url.Content("~/images/about/sítio.jpg")') center/cover no-repeat;
    }

    .about-hero-content {
        padding: 55px 0;
        text-align: center;
    }

    .about-hero h1 {
        font-size: 2.2rem;
    }

    .about-hero p {
        font-size: 0.96rem;
    }

    .about-highlight-list {
        grid-template-columns: 1fr;
    }

    .about-main-image {
        min-height: 330px;
        max-height: 430px;
    }

    .about-experience-card {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        margin: -35px 16px 0;
    }

    .about-image-decoration {
        display: none;
    }

    .about-purpose-card {
        padding: 25px 22px;
    }

    .about-numbers {
        padding: 28px 0;
    }

    .about-number-item {
        padding: 18px 8px;
    }

    .about-cta {
        min-height: 360px;
    }
}
