/* ===================================
   AHILE Kineto — Brand Update (PDF 27 iun)
   =================================== */

/* --- LOGO: AHILE Black + Kineto Regular, Georgia Pro, cyan transparent --- */
.nav__logo {
    font-family: var(--font-logo);
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    color: var(--primary-color);
    text-shadow: none;
    filter: none;
}
.nav__logo-text {
    display: inline-flex;
    gap: 0.45rem;
    align-items: baseline;
    font-family: var(--font-logo);
    color: var(--primary-color);
    line-height: 1;
}
.nav__logo-ahile {
    font-family: var(--font-logo);
    font-weight: 900;
    color: var(--primary-color);
    font-size: 34px;
    letter-spacing: 0.02em;
}
.nav__logo-kineto {
    font-family: var(--font-logo);
    font-weight: 400;
    color: var(--primary-color);
    font-size: 22px;
}
.nav__logo-img {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    filter: none !important;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
}
.nav__logo:hover {
    transform: none;
}
.nav__logo:hover .nav__logo-img {
    filter: none !important;
    animation: none !important;
}

/* --- DETALII DROPDOWN --- */
.nav__item--dropdown {
    position: relative;
}
.nav__dropdown-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font: inherit;
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
}
.nav__dropdown-icon {
    font-size: 0.7em;
    transition: transform var(--transition-base);
}
.nav__item--dropdown.is-open .nav__dropdown-icon {
    transform: rotate(180deg);
}
.nav__dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: 200px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-color);
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity var(--transition-base), transform var(--transition-base), visibility var(--transition-base);
    z-index: 200;
}
.nav__item--dropdown.is-open .nav__dropdown,
.nav__item--dropdown:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav__dropdown li {
    list-style: none;
}
.nav__dropdown-link {
    display: block;
    padding: 0.75rem 1.25rem;
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 700;
    transition: background var(--transition-fast), color var(--transition-fast);
}
.nav__dropdown-link:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

/* --- BUTONS: remove shadows, brand color only --- */
.btn,
.btn--primary,
.btn--outline,
.btn--white,
.btn--large {
    box-shadow: none !important;
    text-shadow: none !important;
}
.btn--primary {
    background: var(--primary-color);
    color: #ffffff;
    border: 2px solid var(--primary-color);
}
.btn--primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: none !important;
    transform: translateY(-1px);
}
.btn--outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn--outline:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: none !important;
}

/* Remove the white shimmer ::before on primary buttons */
.btn--primary::before {
    display: none !important;
}

/* === MOBILE: service-item must not overflow === */
@media (max-width: 768px) {
    .service-item__content {
        grid-template-columns: 1fr !important;
    }
    .service-item__main {
        padding: 24px 18px !important;
        min-width: 0;
    }
    .service-item__sidebar {
        padding: 30px 22px !important;
    }
    .service-item__header {
        flex-wrap: wrap;
        gap: 12px !important;
        align-items: flex-start;
    }
    .service-item__title {
        font-size: 20px !important;
        word-break: break-word;
        min-width: 0;
        flex: 1 1 100%;
    }
    .service-item__icon {
        width: 56px !important;
        height: 56px !important;
    }
    .service-item__icon i {
        font-size: 24px !important;
    }
    .service-item__description {
        font-size: 15px !important;
        word-break: break-word;
    }
    .service-item__benefits {
        grid-template-columns: 1fr !important;
    }
}

/* Hero subtitle pill — readable cyan + white text */
.hero__subtitle,
.section__subtitle {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    padding: 8px 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

/* Despre Noi 20+ badge — flat, no shadow, no animation */
.despre__experience {
    background: var(--primary-color) !important;
    box-shadow: none !important;
    animation: none !important;
}
.despre__experience::before {
    display: none !important;
}

/* Hero stats / despre cards / patologii buttons — strip shadows globally */
.stat-card,
.benefit-card,
.service-item,
.category-accordion,
.patologie-card,
.preturi-card,
.contact__item {
    box-shadow: none !important;
}
.stat-card:hover,
.benefit-card:hover,
.service-item:hover,
.patologie-card:hover {
    box-shadow: 0 6px 20px rgba(16, 210, 244, 0.12) !important;
}

/* --- LOGO IMG: drop shadow off (logo is clean) --- */
.nav__logo-img,
.footer__logo {
    filter: none !important;
}

/* --- PATOLOGII: iconițe în albastrul brandului, simbol alb --- */
.patology-preview-card__icon,
.patologie-card__icon,
.patologie-icon,
.patologii__icon {
    background: var(--primary-color) !important;
    box-shadow: none !important;
}
.patology-preview-card__icon i,
.patologie-card__icon i,
.patologie-icon i,
.patologii__icon i,
section#patologii .patology-preview-card__icon i,
.patology-preview-card__icon svg {
    color: #ffffff !important;
    stroke: #ffffff;
}
/* Anatomical PNG icons — dark navy icons on cyan background (same as other cards) */
.patology-preview-card__icon img,
.patologie-section__icon img,
.patologii-tab img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: none !important;
}
.patologii-tab img {
    width: 22px;
    height: 22px;
}
.patologie-section__icon img {
    width: 60px;
    height: 60px;
}
.patology-preview-card {
    box-shadow: none !important;
    border-color: var(--border-color) !important;
}
.patology-preview-card:hover {
    box-shadow: 0 6px 20px rgba(16, 210, 244, 0.12) !important;
    border-color: var(--primary-color) !important;
}
.patology-preview-card:hover .patology-preview-card__icon {
    transform: scale(1.05);
}

/* --- BUTTONS în Patologii fără umbră, doar culoarea --- */
.patologii .btn,
.patologii-preview__cta .btn,
.patologii__cta,
.patologii a.btn {
    box-shadow: none !important;
    background: var(--primary-color);
    color: #ffffff;
    border: 2px solid var(--primary-color);
}

/* --- ȘTIAȚI CĂ: scoatem umbra de pe cercuri --- */
.stiati-card__icon {
    box-shadow: none !important;
    filter: none !important;
}

/* --- Email addresses: use Inter/system font so lowercase L is distinguishable from capital I --- */
a[href^="mailto:"],
.footer a[href^="mailto:"],
.footer li:has(> i.fa-envelope),
.footer p:has(> i.fa-envelope),
.contact__item-text p:has(> a[href^="mailto:"]),
.contact__item-text a[href^="mailto:"] {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* --- FOOTER: albastru închis brand --- */
.footer {
    background: var(--brand-blue-dark) !important;
    color: #ffffff;
}
.footer a,
.footer h4,
.footer p,
.footer li,
.footer .footer__bottom p {
    color: #ffffff !important;
}
.footer a:hover {
    color: var(--primary-light) !important;
}
.footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 14px;
    color: var(--brand-blue-dark);
    font-family: var(--font-logo);
    font-weight: 900;
}
.footer__logo span {
    color: var(--brand-blue-dark) !important;
}
.footer__logo-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    background: transparent;
}
.footer iframe {
    box-shadow: none !important;
}
.footer__social-link {
    color: #ffffff;
    background: rgba(255,255,255,0.12);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    transition: background var(--transition-fast);
}
.footer__social-link:hover {
    background: var(--primary-color);
    color: #ffffff !important;
}

/* --- Section title in Beneficii without gradient highlight on AHILE Kineto --- */
.beneficii .section__title .text-gradient {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    color: var(--primary-color);
}

/* --- Hero "ZILNIC" in CAPS handled via HTML edits, but ensure tabular --- */
.hero__title em,
.hero__title strong {
    font-style: normal;
}

/* --- Mobile: dropdown always expanded inline --- */
@media (max-width: 900px) {
    .nav__item--dropdown .nav__dropdown-toggle {
        display: none;
    }
    .nav__dropdown {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
        max-height: none;
        overflow: visible;
    }
    .nav__dropdown li {
        list-style: none;
    }
    .nav__dropdown-link {
        display: block;
        padding: 0.85rem 0;
        font-size: 1rem;
        font-weight: 700;
        color: inherit;
        background: transparent;
    }
    .nav__dropdown-link:hover {
        background: transparent;
        color: var(--primary-color);
    }
}
