        
@media (min-width: 1024px) {
    .right {
        position: relative;
        width: 250px;
        max-width: 445px;
        max-height: 0px;
    }
    .right {
        /*position: fixed; left: 925px; top: 20px;*/
    }
    .right.fixed {
        position: fixed;
        top: 20px;
        transition: none; /* 🔥 Eliminăm tranziția la fixare pentru a evita vibrația */
    }
    .right.stop {
        position: absolute;
        bottom: 0;
        transition: none; /* 🔥 Fără tranziție la oprire */
    }
    .right.smooth {
        transition: top 0.3s ease-out; /* 🔥 Aplicăm tranziția doar când revine */
    }
}
.main_info .pret {
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s
}
.main_info .pret img {
    width: 26px;
    height: auto;
}
.main_info .raspuns {
    font-size: 14px;
}
.main_info .raspuns img {
    width: 10px;
    margin-right: 6px;
    margin-top: 6px;
}
.main_info .zone {
    margin-bottom: 10px;
}
.main_info .location {
    margin-bottom: 5px;
    font-size: 12px;
}
.main_info .location img {
    width: 9px;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 3px;
}
.cere_oferta {
    background: linear-gradient(135deg, #e63946, #b71c1c); /* Roșu puternic */
    color: white;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.3);
}
.cere_oferta:hover {
    background: linear-gradient(135deg, #b71c1c, #8b0000); /* Roșu mai închis la hover */
    box-shadow: 0 6px 15px rgba(230, 57, 70, 0.5);
    transform: translateY(-2px);
}
.cere_oferta img {
    width: 14px;
    height: auto;
}
.descriere-wrapper {
    max-height: 160px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    margin-bottom: 10px;
}
.descriere-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.descriere-wrapper.expanded {
    max-height: 1000px;
    margin-bottom: 10px;
}
.descriere-wrapper.expanded::after {
    opacity: 0;
}
.descriere-btn-container {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 5px;
}
.toggle-descriere-btn {
    font-weight: 600;
    color: #dd2241;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 24px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}
.toggle-descriere-btn::before {
    content: '\25BC';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    color: #dd2241;
    transform-origin: center;
}
.toggle-descriere-btn[data-state="expanded"]::before {
    transform: rotate(180deg);
}
.toggle-descriere-btn:hover {
    color: #990f2e;
    transform: translateY(-1px);
    text-decoration: underline;
}
.text {
    font-size: 14px !important;
}
.servicii-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.serviciu-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}
.serviciu-item:hover {
    transform: scale(1.05);
    background: #ececec;
}
.serviciu-item img {
    width: 18px;
    margin-right: 8px;
}
.localitati-wrapper-check {
    position: relative;
}
.localitati-wrapper-check.has-overflow {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-bottom: 10px;
}
.localitati-wrapper-check.has-overflow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.localitati-wrapper-check.has-overflow.expanded {
    max-height: 1000px;
    margin-bottom: 10px;
}
.localitati-wrapper-check.has-overflow.expanded::after {
    opacity: 0;
}
.localitati-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}
.localitate-item {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 8px 12px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}
.localitate-item:hover {
    transform: scale(1.05);
    background: #ececec;
}
.localitate-item img {
    width: 18px;
    margin-right: 8px;
}
.inter {
    font-size: 13px !important;
    font-weight: bold;
    color: #333; /* Un gri închis premium */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
}
/* Efect underline animat */
.inter::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #990f2e, #dd2241);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}
/* Efect hover */
.inter:hover::after {
    width: 100%;
}
.faq-modal-content {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    text-align: left;
    overflow: hidden;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    padding: 15px;
}
@media (max-width: 768px) {
    .faq-modal-content {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
}
.faq-modal-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
}
.faq-modal-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
}
.faq-modal-title i {
    font-size: 1.2rem;
    color: #dd2241;
}
.faq-close {
    font-size: 18px;
    cursor: pointer;
    color: #dd2241;
    padding: 5px;
    position: relative;
    top: -3px;
}
.faq-modal-body {
    padding: 15px;
    overflow-y: auto;
    flex-grow: 1;
}
.faq-question {
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dd2241;
}
.faq-answer {
    font-size: 0.9rem;
    color: #444;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-top: 4px;
    white-space: pre-line;
}
.faq-separator {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}
.yes-answer {
    color: white;
    background: green;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.no-answer {
    color: white;
    background: red;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.faq-container {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}
.faq-card {
    background: linear-gradient(135deg, #fdfdfd, #f1f1f1);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e0e0e0;
    min-height: 80px;
}
.faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #dd2241;
}
.faq-icon {
    font-size: 1.5rem;
    color: #dd2241;
    margin-bottom: 5px;
}
.faq-title {
    font-size: 0.8rem;
    font-weight: 600;
}
@media (min-width: 1280px) {
    .faq-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.faq-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(6px);
}
.faq-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    text-align: left;
    overflow-y: auto;
    max-height: 75vh;
    animation: fadeInUp 0.3s ease-in-out;
    font-size: 0.9rem;
    line-height: 1.5;
}
.faq-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
.reviews-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-height: 210px;
    overflow: hidden;
    padding-right: 6px;
    margin-bottom: 20px;
    position: relative;
    transition: max-height 0.4s ease;
}
@media (max-width: 768px) {
    .reviews-box {
        grid-template-columns: 1fr;
    }
}
.reviews-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.reviews-box.expanded {
    max-height: 1200px;
    overflow: visible;
}
.reviews-box.expanded::after {
    opacity: 0;
}
.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    opacity: 0;
    animation: fadeIn 0.4s ease forwards;
}
.review-card:nth-child(1),
.review-card:nth-child(2) {
    opacity: 1;
}
.reviews-box.expanded .review-card {
    opacity: 1;
    animation: fadeIn 0.4s ease forwards;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.quote-icon {
    font-size: 42px;
    color: #e0e0e0;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 0;
    font-family: serif;
    pointer-events: none;
}
.review-text {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #444;
}
.review-author {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
    color: #222;
}
.review-rating {
    display: flex;
    gap: 3px;
}
.star {
    font-size: 16px;
    color: #ccc;
    transition: color 0.3s;
}
.star.filled {
    color: #f5b301;
}
.more-reviews-btn {
    display: inline-block;
    color: #dd2241;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.more-reviews-btn:hover {
    text-decoration: underline;
    color: #990f2e;
}
.vjs-poster {
    background-size: cover !important;
}
.review-stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.review-stars label {
    font-size: 2rem;
    color: gray; /* Stele gri implicit */
}
.review-stars label.hover, .review-stars label.selected {
    color: gold; /* Stele galbene pentru hover și select */
}
.review-stars input {
    display: none; /* Ascunde input-ul radio */
}
.review-stars label {
    font-size: 2rem;
    color: gray; /* Stele gri implicit */
    transition: color 0.3s ease-in-out; /* Tranziție lină pe schimbarea culorii */
}
/* Stiluri pentru modalul de autentificare */
.modal_auth {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal_auth .inner {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.modal_auth .title {
    font-size: 24px;
    font-weight: bold;
    color: #e63946;
    text-align: center;
    margin-bottom: 20px;
}
.modal_auth .intro {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.auth-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.auth-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 120px;
}
.register-btn {
    background: linear-gradient(135deg, #1dd1a1, #10ac84);
    color: white;
}
.register-btn:hover {
    background: linear-gradient(135deg, #10ac84, #0d9488);
    transform: translateY(-2px);
}
.login-btn {
    background: linear-gradient(135deg, #e63946, #b71c1c);
    color: white;
}
.login-btn:hover {
    background: linear-gradient(135deg, #b71c1c, #8b0000);
    transform: translateY(-2px);
}
.close-btn {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
}
.close-btn:hover {
    background: linear-gradient(135deg, #495057, #343a40);
    transform: translateY(-2px);
}
.modal_auth .close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #999;
}
.modal_auth .close:hover {
    color: #e63946;
}
/* Responsive design pentru modal */
@media (max-width: 768px) {
    .modal_auth .inner {
        margin: 10% auto;
        padding: 20px;
        width: 95%;
    }
    
    .auth-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .auth-btn {
        width: 100%;
        max-width: 200px;
    }
}
/* Stiluri pentru linkurile externe - design finut */
.linkuri-externe {
    margin-bottom: 20px;
}
.external-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.external-link {
    display: flex;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}
.external-link:hover {
    text-decoration: none;
    border-bottom-color: #e74c3c;
}
.external-link:last-child {
    border-bottom: none;
}
.link-icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.external-link span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    transition: color 0.2s ease;
}
.external-link:hover span {
    color: #e74c3c;
}
/* Iconuri colorate subtile */
.external-link.website .link-icon svg {
    color: #4a90e2;
}
.external-link.facebook .link-icon svg {
    color: #3b5998;
}
.external-link.instagram .link-icon svg {
    color: #e1306c;
}
.external-link.youtube .link-icon svg {
    color: #ff0000;
}
.external-link.tiktok .link-icon svg {
    color: #000000;
}
    @media (min-width: 769px) {
        .photo_main {
          margin-bottom: 0px; /* spațiu între galerie și detalii */
        }
        .furnizor_detalii {
          display: flex;
          align-items: flex-start;
          gap: 30px;
        }
        .furnizor_detalii .left {
          align-self: flex-start;
        }
        .furnizor_detalii .right {
          flex-shrink: 0;
          position: sticky;
          top: 0;              /* sticky începe imediat sub .photo_main */
        }
    }
.location-hidden {
    display: none;
}
.toggle-locations {
    display: inline-block;
    color: #dd2241;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 6px;
    transition: color 0.3s ease;
}
.toggle-locations:hover {
    color: #990f2e;
    text-decoration: underline;
}
.zone.expanded .location-hidden {
    display: block;
}

/* ========================================
   ALTE RECOMANDĂRI - 12 furnizori grid
   ======================================== */

.alte-recomandari-section {
    width: 100%;
    max-width: 1340px;
    margin: 50px auto;
    padding: 0 20px;
}

.alte-recomandari-section .inter {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}

.recommended-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.recommended-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recommended-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.recommended-card .card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.recommended-card .card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.recommended-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommended-card:hover .card-image img {
    transform: scale(1.05);
}

.recommended-card .card-content {
    padding: 15px;
}

.recommended-card .card-package {
    margin-bottom: 10px;
}

.recommended-card .package-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.recommended-card .package-badge.gold {
    background: linear-gradient(135deg, #ffd700, #ffb700);
    color: #333;
}

.recommended-card .package-badge.premium {
    background: linear-gradient(135deg, #8e44ad, #6d2b8c);
}

.recommended-card .package-badge.standard {
    background: linear-gradient(135deg, #3498db, #217dbb);
}

.recommended-card .package-badge.basic {
    background: linear-gradient(135deg, #7f8c8d, #5d6d7e);
}

.recommended-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommended-card .card-rating {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.recommended-card .rating-score {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.recommended-card .rating-reviews {
    color: #999;
    font-size: 12px;
}

.recommended-card .card-location {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.recommended-card .card-location img {
    width: 10px;
    height: auto;
}

.recommended-card .card-price {
    font-size: 13px;
    font-weight: 600;
    color: #e63946;
    display: flex;
    align-items: center;
    gap: 6px;
}

.recommended-card .card-price img {
    width: 18px;
    height: auto;
}

/* Ascundere completă pe mobile */
@media (max-width: 768px) {
    .alte-recomandari-section {
        display: none !important;
    }
}

/* Responsive pentru tablete */
@media (min-width: 769px) and (max-width: 1024px) {
    .recommended-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive pentru desktop mic */
@media (min-width: 1025px) and (max-width: 1200px) {
    .recommended-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}

