.tle05-pro-detail {
    background-color: transparent;
}

.tle05-pro-detail__container {
    max-width: 1250px;
    margin: 0 auto;
}

.tle05-pro-detail__hero {
    background: #fff;
    border: 1px solid rgba(28, 46, 74, 0.08);
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 12px 35px rgba(28, 46, 74, 0.06);
}

.tle05-pro-detail__visual {
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tle05-pro-detail__main-image {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.tle05-pro-detail__hero-content {
    padding-left: 20px;
}

.tle05-pro-detail__title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 18px;
    margin-top: 0px!important;
}

.tle05-pro-detail__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
}

.tle05-pro-detail__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(202, 161, 105, 0.16);
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.tle05-pro-detail__badge--activity {
    background: rgba(28, 46, 74, 0.08);
}

.tle05-pro-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.tle05-pro-detail__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 26px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
    border: 1px solid transparent;
}

.tle05-pro-detail__btn--primary {
    background: var(--color-secondary);
    color: #fff;
}

.tle05-pro-detail__btn--primary:hover {
    color: #fff!important;
}

.tle05-pro-detail__btn--outline {
    background: #fff;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.tle05-pro-detail__btn--outline:hover {
    color: white!important;
    background: var(--color-secondary);
}

.tle05-pro-detail__btn--full {
    width: 100%;
}

.tle05-pro-detail__layout {
    align-items: flex-start;
}

.tle05-pro-detail__card,
.tle05-pro-detail__side-card {
    background: #fff;
    border: 1px solid rgba(28, 46, 74, 0.08);
    border-radius: 18px;
    padding: 26px;
    margin-bottom: 26px;
    box-shadow: 0 8px 25px rgba(28, 46, 74, 0.04);
}

.tle05-pro-detail__section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.tle05-pro-detail__section-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    border-radius: 50%;
}

.tle05-pro-detail__section-heading h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-primary)!important;
    margin: 0px 0 0;
    text-align: left!important;
}

.tle05-pro-detail__description {
    color: #526171;
    line-height: 1.8;
    font-size: 1rem;
}

.tle05-pro-detail__gallery-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

.tle05-pro-detail__gallery-image:hover {
    transform: scale(1.02);
}

.tle05-pro-detail__map-card {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tle05-pro-detail__map {
    height: 320px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.tle05-pro-detail__map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(28, 46, 74, 0.18);
    color: var(--color-primary);
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.tle05-pro-detail__map-link:hover {
    text-decoration: none;
    color: #fff;
    background: var(--color-primary);
}

.tle05-pro-detail__sidebar {
    position: sticky;
    top: 20px;
}

.tle05-pro-detail__info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tle05-pro-detail__info-row span {
    display: block;
    color: var(--color-primary);
    font-weight: 800;
    margin-bottom: 5px;
}

.tle05-pro-detail__info-row p, .tle05-pro-detail__info-row div {
    margin: 0;
    color: #526171;
    line-height: 1.5;
}

.tle05-pro-detail__info-row a {
    color: var(--color-primary);
    text-decoration: underline;
    word-break: break-word;
}

.tle05-pro-detail__hero-address-box {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
    border: 1px solid rgba(202, 161, 105, 0.22);
    border-radius: 16px;
    padding: 14px 16px;
    margin: 18px 0 24px;
}

.tle05-pro-detail__hero-address-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(202, 161, 105, 0.18);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tle05-pro-detail__hero-address-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tle05-pro-detail__hero-address-box span {
    display: block;
    color: #7b8794;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.tle05-pro-detail__hero-address-box strong {
    display: block;
    color: var(--color-primary);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.4;
}

.tle05-pro-detail__guarantee-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.tle05-pro-detail__guarantee-icon {
    color: var(--color-secondary);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tle05-pro-detail__guarantee-text {
    color: #526171;
    font-size: 0.95rem;
}

.tle05-pro-detail__guarantee-text strong {
    color: var(--color-primary);
}

.tle05-pro-detail__hours-table {
    width: 100%;
}

.tle05-pro-detail__hours-table td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(28, 46, 74, 0.08);
}

.tle05-pro-detail__hours-table tr:last-child td {
    border-bottom: none;
}

.tle05-pro-detail__hours-day {
    font-weight: 700;
    color: var(--color-primary);
}

.tle05-pro-detail__hours-time {
    color: #526171;
    text-align: right;
}

@media (max-width: 991.98px) {
    .tle05-pro-detail__hero {
        padding: 20px;
    }
    .tle05-pro-detail__hero-content {
        padding-left: 0;
    }
    .tle05-pro-detail__main-image {
        max-height: 200px;
    }
    .tle05-pro-detail__sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .tle05-pro-detail__container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .tle05-pro-detail__hero {
        border-radius: 18px;
        padding: 16px;
    }
    .tle05-pro-detail__title {
        font-size: 2rem;
        margin-top: 0px!important;
    }
    .tle05-pro-detail__actions {
        flex-direction: column;
    }
    .tle05-pro-detail__btn {
        width: 100%;
    }
    .tle05-pro-detail__card,
    .tle05-pro-detail__side-card {
        padding: 18px;
        border-radius: 16px;
    }
    .tle05-pro-detail__map {
        height: 260px;
    }
}
