

            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }

            .page-header {
                border-bottom: 1px solid #e0e0e0;
                padding: 20px 0;
                margin-bottom: 30px;
                background: linear-gradient(135deg, #8FBC4B 0%, #90BD4C 100%);
            }

            h1 {
                font-size: 2em;
                color: white;
                margin-bottom: 10px;
                line-height: 1em;
            }

            .breadcrumb {
                font-size: 0.9em;
                color: white;
                justify-content: left;
            }

            .breadcrumb a {
                color: white;
                text-decoration: none;
                padding:0 0.2em;
            }

            .breadcrumb span {
                padding:0 0.2em;
            }

            .breadcrumb a:hover {
                text-decoration: underline;
            }

            .activity-badge {
                display: inline-block;
                background: #e3f2fd;
                color: #1976d2;
                padding: 6px 14px;
                border-radius: 4px;
                font-size: 0.9em;
                font-weight: 500;
                margin: 0.5em 0;
            }

            .main-content {
                display: grid;
                grid-template-columns: 2fr 1fr;
                gap: 30px;
                margin-bottom: 40px;
            }

            @media (max-width: 768px) {
                .main-content {
                    grid-template-columns: 1fr;
                }
            }

            .info-card {
                background: #fff;
                border-radius: 8px;
                padding: 25px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }

            .info-card h2 {
                font-size: 1.4em;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #3498db;
            }

            .info-item {
                padding: 15px 0;
                border-bottom: 1px solid #f0f0f0;
            }

            .info-item:last-child {
                border-bottom: none;
            }

            .info-item strong {
                display: block;
                color: #555;
                font-size: 0.9em;
                margin-bottom: 5px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

            .info-item p {
                color: #2c3e50;
                font-size: 1.05em;
            }

            .info-item a {
                color: #3498db;
                text-decoration: none;
            }

            .info-item a:hover {
                text-decoration: underline;
            }

            .attributes-section {
                background: #fff;
                border-radius: 8px;
                padding: 25px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                margin-bottom: 30px;
            }

            .attributes-section h2 {
                font-size: 1.4em;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #3498db;
            }

            .attribute-item {
                padding: 15px;
                margin-bottom: 15px;
                background: #f8f9fa;
                border-radius: 6px;
                border-left: 4px solid #3498db;
            }

            .attribute-item:last-child {
                margin-bottom: 0;
            }

            .attribute-name {
                font-weight: 600;
                color: #2c3e50;
                margin-bottom: 5px;
                text-transform: capitalize;
            }

            .attribute-value {
                color: #555;
                line-height: 1.6;
            }

            .map-container {
                background: #fff;
                border-radius: 8px;
                padding: 25px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                margin-bottom: 30px;
            }

            .map-container h2 {
                font-size: 1.4em;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #90BD4C;
            }

            .map-placeholder {
                width: 100%;
                height: 400px;
                background: #e9ecef;
                border-radius: 6px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #6c757d;
                font-size: 1.1em;
            }

            .back-link {
                display: inline-block;
                margin-bottom: 20px;
                color: #3498db;
                text-decoration: none;
                font-weight: 500;
            }

            .back-link:hover {
                text-decoration: underline;
            }

            .back-link::before {
                content: "← ";
            }

            /* === ESTILOS DE COMENTARIOS === */
            .comments-section {
                background: #fff;
                border-radius: 8px;
                padding: 25px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                margin-bottom: 30px;
            }

            .comments-section h2 {
                font-size: 1.4em;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #3498db;
            }

            .rating-summary {
                display: flex;
                align-items: center;
                gap: 30px;
                padding: 25px;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                border-radius: 8px;
                margin-bottom: 30px;
                color: white;
            }

            .rating-summary .average {
                font-size: 3.5em;
                font-weight: bold;
                color: white;
                line-height: 1;
            }

            .rating-summary .stars {
                font-size: 1.8em;
                color: #ffc107;
                text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            }

            .rating-summary .total {
                color: rgba(255,255,255,0.9);
                font-size: 1em;
                margin-top: 5px;
            }

            .no-comments {
                text-align: center;
                padding: 40px 20px;
                color: #999;
                font-style: italic;
            }

            .comment-item {
                padding: 25px;
                border-bottom: 1px solid #e9ecef;
                transition: background 0.2s;
            }

            .comment-item:hover {
                background: #f8f9fa;
            }

            .comment-item:last-child {
                border-bottom: none;
            }

            .comment-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 12px;
            }

            .comment-author {
                font-weight: 700;
                color: #2c3e50;
                font-size: 1.1em;
            }

            .comment-rating {
                color: #ffc107;
                font-size: 1.2em;
            }

            .comment-date {
                font-size: 0.9em;
                color: #999;
            }

            .comment-text {
                color: #555;
                line-height: 1.8;
                font-size: 1em;
            }

            .comment-form {
                background: #f8f9fa;
                padding: 25px;
                border-radius: 6px;
                margin-top: 30px;
            }

            .comment-form h3 {
                font-size: 1.2em;
                color: #2c3e50;
                margin-bottom: 20px;
            }

            .form-group {
                margin-bottom: 20px;
            }

            .form-group label {
                display: block;
                margin-bottom: 8px;
                color: #2c3e50;
                font-weight: 600;
                font-size: 0.95em;
            }

            .form-group input[type="text"],
            .form-group input[type="email"],
            .form-group input[type="tel"],
            .form-group textarea {
                width: 100%;
                padding: 12px 15px;
                border: 2px solid #e0e0e0;
                border-radius: 6px;
                font-family: inherit;
                font-size: 1em;
                transition: border-color 0.2s;
                box-sizing: border-box;
            }

            .form-group input[type="text"]:focus,
            .form-group input[type="email"]:focus,
            .form-group input[type="tel"]:focus,
            .form-group textarea:focus {
                outline: none;
                border-color: #3498db;
                background: #fff;
            }

            .form-group textarea {
                resize: vertical;
                min-height: 120px;
                line-height: 1.5;
            }

            .rating-input {
                display: flex;
                gap: 5px;
                flex-direction: row-reverse;
                justify-content: flex-end;
                margin-top: 8px;
            }

            .rating-input input[type="radio"] {
                display: none;
            }

            .rating-input label {
                cursor: pointer;
                font-size: 2.5em;
                color: #ddd;
                transition: color 0.2s, transform 0.1s;
                line-height: 1;
                margin: 0;
                padding: 0;
                font-weight: normal;
            }

            .rating-input label:hover {
                transform: scale(1.1);
            }

            .rating-input input[type="radio"]:checked ~ label,
            .rating-input label:hover,
            .rating-input label:hover ~ label {
                color: #ffc107;
            }

            .btn-submit {
                background: #3498db;
                color: white;
                padding: 14px 35px;
                border: none;
                border-radius: 6px;
                font-size: 1em;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.2s;
                margin-top: 10px;
            }

            .btn-submit:hover:not(:disabled) {
                background: #2980b9;
                transform: translateY(-1px);
                box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
            }

            .btn-submit:disabled {
                background: #95a5a6;
                cursor: not-allowed;
                transform: none;
            }

            .alert {
                padding: 16px 20px;
                border-radius: 6px;
                margin-bottom: 20px;
                font-size: 0.95em;
                line-height: 1.5;
            }

            .alert-success {
                background: #d4edda;
                color: #155724;
                border-left: 4px solid #8FBC4B;
            }

            .alert-error {
                background: #f8d7da;
                color: #721c24;
                border-left: 4px solid #dc3545;
            }

            .error-text {
                color: #dc3545;
                font-size: 0.85em;
                margin-top: 6px;
                font-weight: 500;
            }

            #map {
                width: 100%;
                height: 400px;
                border-radius: 6px;
            }
            
            .pdt-2 {
                margin-top:2em;
            }

            /* === ESTILOS DE CONTACTO === */
            .contact-box {
                background: #fff;
                border-radius: 8px;
                padding: 25px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                margin-bottom: 30px;
            }

            .contact-box h2 {
                font-size: 1.4em;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #90BD4C;
            }

            .btn-contact {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                width: 100%;
                padding: 14px 20px;
                border: none;
                border-radius: 6px;
                font-size: 1em;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s ease;
                text-decoration: none;
                margin-bottom: 12px;
            }

            .btn-contact:disabled {
                opacity: 0.6;
                cursor: not-allowed;
            }

            .btn-phone {
                background: #90BD4C;
                color: white;
            }

            .btn-phone:hover:not(:disabled) {
                background: #009933;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(0, 177, 64, 0.3);
            }

            .btn-phone.revealed {
                background: #10b981;
            }

            .btn-phone.revealed:hover {
                background: #059669;
            }

            .btn-message {
                background: #3498db;
                color: white;
            }

            .btn-message:hover:not(:disabled) {
                background: #2980b9;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
            }

            .spinner {
                display: inline-block;
                width: 16px;
                height: 16px;
                border: 2px solid rgba(255, 255, 255, 0.3);
                border-top-color: #fff;
                border-radius: 50%;
                animation: spin 0.6s linear infinite;
            }

            @keyframes spin {
                to { transform: rotate(360deg); }
            }

            .contact-form-container {
                margin-top: 16px;
                padding-top: 16px;
                border-top: 1px solid #e5e7eb;
                transition: all 0.3s ease;
            }

            .contact-form-container.hidden {
                display: none;
            }

            .contact-form {
                animation: slideDown 0.3s ease;
            }

            @keyframes slideDown {
                from {
                    opacity: 0;
                    transform: translateY(-10px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            .form-group input.error,
            .form-group textarea.error {
                border-color: #ef4444;
            }

            /* === IMAGEN HERO DEL LOCAL === */
            .local-hero-image {
                width: 100%;
                max-height: 125px;
                overflow: hidden;
                border-radius: 8px;
                margin-bottom: 25px;
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            }

            .local-hero-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                opacity: 0.5;
                margin-top: -20%;
            }

            @media (min-width: 1024px) {
                .local-hero-image {
                    max-height: 250px;
                    margin-bottom: 35px;
                }
                .local-hero-image img {
                                   margin-top: -30%;
                }
            }

