/* ==============================
   Pagina EvoDent / Chi Siamo
============================== */

.evodent-about-section-label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme-color);
}

.evodent-about-section-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
}

/* Hero */
.evodent-about-hero {
    padding: 120px 0 80px;
    background: var(--smoke-color);
    overflow: hidden;
}

.evodent-about-hero-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 36px;
    align-items: stretch;
}

.evodent-about-hero-content {
    min-height: 680px;
    padding: 70px 64px;
    border-radius: 38px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evodent-about-hero-content h1 {
    font-size: 62px;
    line-height: 1.05;
    letter-spacing: -2.4px;
    margin-bottom: 26px;
    color: var(--title-color);
}

.evodent-about-hero-content p {
    font-size: 19px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
}

.evodent-about-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.evodent-about-whatsapp-btn {
    background: var(--theme-color);
    color: var(--title-color);
}

.evodent-about-whatsapp-btn:hover {
    color: var(--title-color);
}

.evodent-about-hero-image {
    position: relative;
    min-height: 680px;
    border-radius: 38px;
    overflow: hidden;
}

.evodent-about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 680px;
}

.evodent-about-hero-card {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 28px 30px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(10, 12, 0, 0.16);
}

.evodent-about-hero-card strong {
    display: block;
    font-family: var(--title-font);
    font-size: 22px;
    color: var(--title-color);
    margin-bottom: 8px;
}

.evodent-about-hero-card span {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: var(--body-color);
}

/* Intro */
.evodent-about-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: center;
}

.evodent-about-intro-text h2,
.evodent-about-philosophy-content h2,
.evodent-about-experience-main h2,
.evodent-about-location-content h2 {
    font-size: 44px;
    line-height: 1.16;
    letter-spacing: -1.4px;
    margin-bottom: 24px;
}

.evodent-about-intro-text p,
.evodent-about-philosophy-content p,
.evodent-about-experience-main p,
.evodent-about-location-content p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.evodent-about-values-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.evodent-about-value-item {
    min-height: 220px;
    padding: 34px 30px;
    border-radius: 30px;
    background: var(--smoke-color);
}

.evodent-about-value-item i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 20px;
    margin-bottom: 28px;
}

.evodent-about-value-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.evodent-about-value-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

/* Philosophy */
.evodent-about-philosophy {
    padding: 90px 0;
}

.evodent-about-philosophy-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 28px;
    align-items: stretch;
    padding: 64px;
    border-radius: 40px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
    overflow: hidden;
}

.evodent-about-philosophy-content h2,
.evodent-about-philosophy-content p {
    color: #ffffff;
}

.evodent-about-philosophy-content .evodent-about-section-label {
    color: #ffffff;
}

.evodent-about-philosophy-box {
    padding: 40px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    color: #ffffff;
}

.evodent-about-philosophy-box i {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #cc3366;
    font-size: 24px;
    margin-bottom: 30px;
}

.evodent-about-philosophy-box h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 14px;
}

.evodent-about-philosophy-box p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Trattamenti strip */
.evodent-about-treatment-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.evodent-about-treatment-strip a {
    min-height: 150px;
    padding: 26px 24px;
    border-radius: 26px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--title-color);
    transition: all 0.35s ease;
}

.evodent-about-treatment-strip a:hover {
    transform: translateY(-6px);
    color: var(--title-color);
}

.evodent-about-treatment-strip i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 24px;
}

.evodent-about-treatment-strip span {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

/* Experience */
.evodent-about-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.evodent-about-experience-main {
    padding: 50px 46px;
    border-radius: 34px;
    background: var(--smoke-color);
}

.evodent-about-experience-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.evodent-about-mini-card {
    min-height: 240px;
    padding: 34px 30px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 14px 45px rgba(10, 12, 0, 0.06);
}

.evodent-about-mini-card i {
    display: inline-flex;
    margin-bottom: 30px;
    font-size: 40px;
    color: var(--theme-color);
}

.evodent-about-mini-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.evodent-about-mini-card p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

/* Location */
.evodent-about-location-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 30px;
    align-items: stretch;
}

.evodent-about-location-map {
    min-height: 560px;
    border-radius: 36px;
    overflow: hidden;
    background: #ffffff;
}

.evodent-about-location-content {
    padding: 54px 50px;
    border-radius: 36px;
    background: #ffffff;
}

.evodent-about-contact-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.evodent-about-contact-list a,
.evodent-about-contact-list div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 20px;
    background: var(--smoke-color);
    color: var(--title-color);
}

.evodent-about-contact-list i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 14px;
}

.evodent-about-contact-list span {
    font-size: 16px;
    line-height: 1.5;
}

/* Final CTA */
.evodent-about-final-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: 60px 56px;
    border-radius: 38px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
    overflow: hidden;
}

.evodent-about-final-box .evodent-about-section-label,
.evodent-about-final-box h2,
.evodent-about-final-box p {
    color: #ffffff;
}

.evodent-about-final-box h2 {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.evodent-about-final-box p {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.evodent-about-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.evodent-about-final-dark-btn {
    background: var(--title-color);
    color: #ffffff;
}

.evodent-about-final-dark-btn:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1199px) {
    .evodent-about-hero-content h1 {
        font-size: 50px;
    }

    .evodent-about-treatment-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .evodent-about-location-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .evodent-about-hero {
        padding: 90px 0 60px;
    }

    .evodent-about-hero-wrap,
    .evodent-about-intro-grid,
    .evodent-about-philosophy-wrap,
    .evodent-about-experience-grid,
    .evodent-about-final-box {
        grid-template-columns: 1fr;
    }

    .evodent-about-hero-content,
    .evodent-about-hero-image,
    .evodent-about-hero-image img {
        min-height: auto;
    }

    .evodent-about-hero-image img {
        height: auto;
    }

    .evodent-about-final-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .evodent-about-hero-content {
        padding: 44px 28px;
        border-radius: 28px;
    }

    .evodent-about-hero-content h1 {
        font-size: 38px;
        letter-spacing: -1.4px;
    }

    .evodent-about-hero-buttons,
    .evodent-about-final-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .evodent-about-hero-buttons .btn,
    .evodent-about-final-buttons .btn {
        width: 100%;
    }

    .evodent-about-values-panel,
    .evodent-about-treatment-strip,
    .evodent-about-experience-cards {
        grid-template-columns: 1fr;
    }

    .evodent-about-philosophy-wrap,
    .evodent-about-final-box {
        padding: 38px 26px;
        border-radius: 28px;
    }

    .evodent-about-location-content {
        padding: 38px 26px;
        border-radius: 28px;
    }

    .evodent-about-location-map {
        min-height: 360px;
        border-radius: 28px;
    }
}

@media (max-width: 575px) {
    .evodent-about-hero-content p,
    .evodent-about-intro-text p,
    .evodent-about-philosophy-content p,
    .evodent-about-experience-main p,
    .evodent-about-location-content p,
    .evodent-about-section-text {
        font-size: 16px;
    }

    .evodent-about-intro-text h2,
    .evodent-about-philosophy-content h2,
    .evodent-about-experience-main h2,
    .evodent-about-location-content h2,
    .evodent-about-final-box h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .evodent-about-hero-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 14px;
        border-radius: 22px;
    }

    .evodent-about-value-item,
    .evodent-about-mini-card,
    .evodent-about-experience-main {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .evodent-about-treatment-strip a {
        min-height: 130px;
    }

    .evodent-about-hero-content h1,
    .evodent-about-intro-text h2, .evodent-about-philosophy-content h2, .evodent-about-experience-main h2, .evodent-about-location-content h2, .evodent-about-final-box h2 {
        font-size: 26px;
    }
    .evodent-about-philosophy {
        padding: 45px 0;
    }
    .evodent-about-philosophy-box {
        padding: 20px;
    }
}