/* ==============================
   Landing Cure Dentali Roma EUR
============================== */

.evodent-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);
}

.dental-care-hero {
    position: relative;
    overflow: hidden;
}

.dental-care-hero-content .sec-text,
.dental-problems-area .sec-text,
.dental-treatments-area .sec-text,
.dental-accessibility-area .sec-text,
.dental-booking-content .sec-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
}

.dental-care-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

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

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

.dental-hero-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.dental-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border-radius: 50px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 500;
    color: var(--body-color);
}

.dental-hero-trust-item i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 11px;
}

.dental-care-hero-image {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
}

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

.dental-hero-floating-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 26px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(10, 12, 0, 0.16);
}

.dental-hero-floating-card i {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 20px;
}

.dental-hero-floating-card strong {
    display: block;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
}

.dental-hero-floating-card span {
    display: block;
    font-size: 15px;
    color: var(--body-color);
}


/* Contatti rapidi */
.dental-fast-contact-area {
    margin-top: -55px;
    position: relative;
    z-index: 4;
}

.dental-fast-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.dental-fast-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 190px;
    padding: 28px 24px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(10, 12, 0, 0.08);
    transition: all 0.35s ease;
}

.dental-fast-contact-card:hover {
    transform: translateY(-6px);
}

.dental-fast-contact-card > i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--title-color);
    font-size: 17px;
}

.dental-fast-contact-card span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--body-color);
}

.dental-fast-contact-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--title-color);
}

.dental-fast-contact-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--body-color);
}


/* Card stile feature */
.dental-info-card {
    height: 100%;
    background: var(--smoke-color);
    padding: 40px 36px;
    transition: all 0.35s ease;
}

.bg-smoke .dental-info-card {
    background: #ffffff;
}

.dental-info-card:hover {
    transform: translateY(-8px);
}

.dental-info-card .feature-card-icon {
    margin-bottom: 52px;
    color: var(--theme-color);
    line-height: 1;
}

.dental-info-card .feature-card-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
}

.dental-info-card .feature-card-title a {
    color: var(--title-color);
}

.dental-info-card .feature-card-title a:hover {
    color: var(--theme-color);
}

.dental-info-card .feature-card-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--body-color);
    margin-bottom: 0;
}


/* Soluzione */
.dental-solution-area {
    position: relative;
    overflow: hidden;
}

.dental-solution-area .sec-text,
.dental-why-now-area .sec-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
}

.dental-highlight-box {
    padding: 48px 44px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.dental-highlight-box i {
    width: 68px;
    height: 68px;
    min-width: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 30px;
}

.dental-highlight-box h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}

.dental-highlight-box p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}


/* Pagamenti */
.dental-payments-area {
    background: #fff4f8;
}

.dental-payments-wrap {
    padding: 0;
}

.dental-payment-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 26px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.dental-payment-card:hover {
    transform: translateY(-6px);
}

.dental-payment-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #cc3366;
}

.dental-payment-card p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
    color: var(--body-color);
}

.dental-payment-microcopy {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--body-color);
}


/* Accessibilità */
.dental-access-card {
    height: 100%;
    padding: 34px 28px;
    border-radius: 26px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.dental-access-card:hover {
    transform: translateY(-6px);
}

.dental-access-card i {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--theme-color);
    font-size: 42px;
}

.dental-access-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dental-access-card p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}


/* Step */
.dental-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.dental-step-card {
    padding: 34px 30px;
    border-radius: 28px;
    background: var(--smoke-color);
    position: relative;
    overflow: hidden;
}

.dental-step-card span {
    display: inline-flex;
    margin-bottom: 28px;
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 1;
}

.dental-step-card h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dental-step-card p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}


/* Perché non rimandare */
.dental-why-now-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.dental-why-now-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.dental-why-now-wide {
    grid-column: span 2;
}

.dental-why-now-item i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--theme-color);
    font-size: 12px;
    margin-top: 2px;
}

.dental-why-now-item h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.dental-why-now-item p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* Team */
.dental-team-image {
    border-radius: 32px;
    overflow: hidden;
    background: var(--smoke-color);
}

.dental-team-image img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
}

.dental-doctor-card {
    padding: 34px 32px;
    border-radius: 28px;
    background: var(--smoke-color);
}

.dental-doctor-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.dental-doctor-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 18px;
}

.dental-doctor-card p {
    font-size: 17px;
    line-height: 1.75;
}


/* Form */
.dental-booking-contact {
    display: grid;
    gap: 14px;
}

.dental-booking-contact a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #ffffff;
    color: var(--title-color);
}

.dental-booking-contact i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 17px;
}

.dental-booking-contact span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.dental-booking-contact strong {
    display: block;
    font-family: var(--title-font);
    font-size: 18px;
}

.dental-form-card {
    padding: 48px 44px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(10, 12, 0, 0.08);
}

.dental-booking-form .form-group {
    margin-bottom: 0;
}

.dental-booking-form label {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}

.dental-booking-form .form-control,
.dental-booking-form .form-select {
    height: 60px;
    border: 1px solid var(--border-color);
    background: var(--smoke-color);
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
}

.dental-booking-form textarea.form-control {
    min-height: 135px;
    padding: 18px 20px;
    resize: vertical;
}

.dental-privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dental-privacy input[type="checkbox"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 4px;
}

.dental-privacy label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    margin: 0;
    padding-left: 0;
}

.dental-privacy label::before {
    display: none !important;
}

.dental-submit-btn {
    width: 100%;
}

.dental-submit-btn .link-effect {
    height: 18px;
}

.dental-form-microcopy {
    margin: 14px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--body-color);
    text-align: center;
}


/* FAQ */
.dental-faq-area {
    background: #ffffff;
}

.evodent-faq-accordion .accordion-card.style2 {
    background: var(--smoke-color);
    border-radius: 22px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(10, 12, 0, 0.06);
}

.evodent-faq-accordion .accordion-card.style2 .accordion-button {
    background: var(--smoke-color);
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    padding: 26px 72px 26px 30px;
    border-radius: 0;
    box-shadow: none;
}

.evodent-faq-accordion .accordion-card.style2 .accordion-button::after {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background-color: var(--theme-color);
    background-position: center;
    background-size: 14px;
    position: absolute;
    right: 24px;
}

.evodent-faq-accordion .accordion-body {
    padding: 0 30px 28px 30px;
}

.evodent-faq-accordion .faq-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
}


/* CTA finale */
.dental-final-cta-box {
    padding: 58px 54px;
    border-radius: 34px;
    background: linear-gradient(135deg, #cc3366 0%, #cc3366 45%, #28c7c7 100%);
    position: relative;
    overflow: hidden;
}

.dental-final-cta-box::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.dental-final-cta-box > .row {
    position: relative;
    z-index: 2;
}

.dental-final-cta-box h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
}

.dental-final-cta-box p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

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

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

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

.dental-final-outline-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.dental-final-outline-btn:hover {
    color: #ffffff;
}


/* Responsive */
@media (max-width: 1199px) {
    .dental-fast-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dental-care-hero-image img {
        height: 580px;
    }

    .dental-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .dental-fast-contact-area {
        margin-top: 80px;
    }

    .dental-care-hero-image img,
    .dental-team-image img {
        height: auto;
    }

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

    .dental-final-cta-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .dental-hero-trust,
    .dental-fast-contact-grid,
    .dental-steps-grid,
    .dental-why-now-list {
        grid-template-columns: 1fr;
    }

    .dental-why-now-wide {
        grid-column: span 1;
    }

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

    .dental-care-hero-buttons .btn,
    .dental-final-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .dental-care-hero-content .sec-text,
    .dental-problems-area .sec-text,
    .dental-treatments-area .sec-text,
    .dental-accessibility-area .sec-text,
    .dental-booking-content .sec-text,
    .dental-solution-area .sec-text,
    .dental-why-now-area .sec-text {
        font-size: 16px;
    }

    .dental-care-hero-image,
    .dental-team-image {
        border-radius: 24px;
    }

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

    .dental-info-card {
        padding: 32px 26px;
    }

    .dental-info-card .feature-card-icon {
        margin-bottom: 34px;
    }

    .dental-info-card .feature-card-title {
        font-size: 21px;
    }

    .dental-info-card .feature-card-text {
        font-size: 16px;
    }

    .dental-highlight-box,
    .dental-form-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .dental-highlight-box h3 {
        font-size: 26px;
    }

    .dental-step-card {
        padding: 30px 24px;
    }

    .dental-step-card span {
        font-size: 36px;
    }

    .dental-doctor-card {
        padding: 30px 24px;
    }

    .dental-doctor-card h3 {
        font-size: 24px;
    }

    .evodent-faq-accordion .accordion-card.style2 .accordion-button {
        font-size: 17px;
        padding: 22px 62px 22px 22px;
    }

    .evodent-faq-accordion .accordion-body {
        padding: 0 22px 24px 22px;
    }

    .evodent-faq-accordion .faq-text {
        font-size: 16px;
    }

    .dental-final-cta-box {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .dental-final-cta-box h2 {
        font-size: 28px;
    }

    .dental-final-cta-box p {
        font-size: 16px;
    }

    .dental-care-hero {
        padding-top: 120px;
    }
}