/**
 * Laracha Inscripciones - Frontend Stylesheet
 *
 * Public-facing styles for the activity registration system.
 * Municipality of Laracha.
 *
 * Color palette (WordPress admin):
 *   Primary:    #0073aa
 *   Success:    #00a32a
 *   Danger:     #d63638
 *   Warning:    #dba617
 *   Text:       #1d2327
 *   Text muted: #50575e
 *   Border:     #c3c4c7
 *   Background: #f0f0f1
 */

/* ==========================================================================
   1. PORTADA - Activity Listing
   ========================================================================== */

.laracha-portada {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.laracha-portada h2 {
    font-size: 2.5em;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    letter-spacing: -0.02em;
}

/* Hero de portada de campaña */
.laracha-campaign-hero {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.laracha-campaign-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.laracha-campaign-hero__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.laracha-campaign-hero__title,
.laracha-portada .laracha-campaign-hero__title {
    font-size: 2.2em;
    font-weight: 800;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    -webkit-text-fill-color: #fff;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
}

.laracha-campaign-hero__desc {
    font-size: 1.05em;
    color: rgba(255,255,255,0.9);
    margin: 0.5rem 0 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .laracha-campaign-hero {
        height: 200px;
        border-radius: 12px;
    }
    .laracha-campaign-hero__overlay {
        padding: 1.5rem;
    }
    .laracha-campaign-hero__title {
        font-size: 1.5em;
    }
}

/* Selector de campaña */
.laracha-campaign-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 2rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(26, 90, 158, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 12px;
    border: 2px solid rgba(26, 90, 158, 0.15);
}

.laracha-campaign-selector__label {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95em;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.laracha-campaign-selector__select {
    flex: 1;
    max-width: 100%;
    padding: 0.5rem 2rem 0.625rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9em;
    color: #2d3748;
    background: #ffffff;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23667eea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="6 9 12 15 18 9"%3e%3c/polyline%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    line-height: 1.5;
    box-sizing: border-box;
}

.laracha-campaign-selector__select:hover {
    border-color: #1A5A9E;
}

.laracha-campaign-selector__select:focus {
    outline: none;
    border-color: #1A5A9E;
    box-shadow: 0 0 0 3px rgba(26, 90, 158, 0.15);
}

.laracha-category-group {
    margin-bottom: 4rem;
}

.laracha-category-group h3 {
    font-size: 1.75em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    border-left: 5px solid #1A5A9E;
    letter-spacing: -0.01em;
}

/* Filtro por categoría */
.laracha-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 2.5rem;
    padding: 0.5rem 0;
}

.laracha-category-filter__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    background: #ffffff;
    color: #4a5568;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.laracha-category-filter__btn:hover {
    border-color: #1A5A9E;
    color: #1A5A9E;
    background: rgba(26, 90, 158, 0.04);
}

.laracha-category-filter__btn.is-active {
    background: #1A5A9E;
    border-color: #1A5A9E;
    color: #ffffff;
}

.laracha-category-filter__btn.is-active .laracha-category-filter__count {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.laracha-category-filter__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5em;
    height: 1.5em;
    padding: 0 0.4em;
    border-radius: 50px;
    background: #edf2f7;
    color: #718096;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1;
}

.laracha-category-group.is-hidden {
    display: none;
}

/* Filtro por etiquetas temáticas */
.laracha-tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    padding: 0.5rem 0;
}

.laracha-tag-filter__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.1rem;
    border: 2px solid #e2e8f0;
    border-left: 4px solid var(--tag-color, #1A5A9E);
    border-radius: 8px;
    background: #ffffff;
    color: #4a5568;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.laracha-tag-filter__btn:hover {
    border-color: var(--tag-color, #1A5A9E);
    color: var(--tag-color, #1A5A9E);
    background: rgba(0, 0, 0, 0.02);
}

.laracha-tag-filter__btn.is-active {
    background: var(--tag-color, #1A5A9E);
    border-color: var(--tag-color, #1A5A9E);
    color: #ffffff;
}

/* Tag badges en cards y detalle */
.laracha-activity-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 0.625rem;
}

.laracha-tag-badge {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.2em 0.65em;
    border-radius: 50px;
    background: var(--tag-color, #1A5A9E);
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

/* Badges container en detalle actividad */
.laracha-actividad__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.laracha-activity-card.is-hidden-by-tag {
    display: none;
}

.laracha-activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.laracha-activity-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: block;
    position: relative;
}

.laracha-activity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 90, 158, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.laracha-activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.laracha-activity-card:hover::before {
    opacity: 1;
}

.laracha-activity-card__image {
    aspect-ratio: 16 / 10;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
}

.laracha-activity-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.laracha-activity-card:hover .laracha-activity-card__image img {
    transform: scale(1.05);
}

.laracha-activity-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.laracha-activity-card__image--placeholder span {
    font-size: 4em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.laracha-activity-card__body {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

.laracha-activity-card__title {
    font-size: 1.35em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #2d3748;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.laracha-activity-card__price {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 800;
    color: #1A5A9E;
    margin-bottom: 0.5rem;
}

.laracha-activity-card__sorteo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.72em;
    font-weight: 700;
    color: #7c3aed;
    background: rgba(237, 233, 254, 0.95);
    border: 1px solid #c4b5fd;
    border-radius: 20px;
    padding: 3px 10px;
    backdrop-filter: blur(4px);
    z-index: 1;
}

.laracha-activity-card__slots {
    display: block;
    font-size: 0.9em;
    color: #718096;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background: #f7fafc;
    border-radius: 8px;
    margin-top: 0.75rem;
}

.laracha-badge-libre {
    display: inline-block;
    padding: 0.25em 0.75em;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    background: #48bb78;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.laracha-badge-completa {
    display: inline-block;
    padding: 0.25em 0.75em;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    background: #f56565;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   2. FICHA DE ACTIVIDAD - Activity Detail
   ========================================================================== */

.laracha-actividad {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.laracha-actividad__header {
    text-align: center;
    margin-bottom: 3rem;
}

.laracha-actividad__image {
    width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.laracha-actividad__title {
    font-size: 2.5em;
    font-weight: 800;
    color: #2d3748;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.laracha-actividad__category {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.laracha-actividad__sorteo-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: #ede9fe;
    color: #7c3aed;
    border: 1px solid #c4b5fd;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.88em;
}

.laracha-actividad__description {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    font-size: 1.05em;
    line-height: 1.8;
    color: #4a5568;
}

.laracha-actividad__age-range {
    background: #f7fafc;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #1A5A9E;
    font-size: 1.05em;
}

.laracha-actividad__turnos {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.laracha-actividad__turnos h3 {
    font-size: 1.75em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
}

.laracha-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1rem 0;
}

.laracha-table th,
.laracha-table td {
    padding: 1rem;
    text-align: left;
}

.laracha-table th {
    background: #f7fafc;
    font-weight: 700;
    color: #2d3748;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.laracha-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s ease;
}

.laracha-table tbody tr:hover {
    background: #f7fafc;
}

.laracha-table tbody tr:last-child {
    border-bottom: none;
}

/* Mapa de ubicación */
.laracha-actividad__mapa {
    margin-top: 1.5rem !important;
}

.laracha-actividad__mapa iframe {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
}

.laracha-actividad__pricing {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    color: #ffffff;
}

.laracha-actividad__pricing h3,
.laracha-actividad__pricing h4 {
    color: #ffffff;
    margin-top: 0;
}

.laracha-actividad__price {
    font-size: 1.1em;
    margin-bottom: 1rem;
}

.laracha-actividad__discounts {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.laracha-actividad__discounts li {
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    backdrop-filter: blur(10px);
}

.laracha-actividad__dates,
.laracha-actividad__conditions {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.laracha-actividad__dates h3,
.laracha-actividad__conditions h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1rem;
}

.laracha-actividad__actions {
    text-align: center;
    padding: 2rem 0;
}

.laracha-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.laracha-btn--primary {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(26, 90, 158, 0.3);
}

.laracha-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(26, 90, 158, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.laracha-btn--secondary {
    background: #ffffff;
    color: #1A5A9E;
    border: 2px solid #1A5A9E;
}

.laracha-btn--secondary:hover {
    background: #f7fafc;
    transform: translateY(-2px);
    color: #1A5A9E;
    text-decoration: none;
}

.laracha-btn--disabled {
    background: #cbd5e0;
    color: #a0aec0;
    cursor: not-allowed;
    pointer-events: none;
}

.laracha-notice {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin: 1rem 0;
    font-weight: 500;
}

.laracha-notice--warning {
    background: #fef5e7;
    color: #d68910;
    border-left: 4px solid #d68910;
}

/* ==========================================================================
   3. FORMULARIO DE INSCRIPCION - Registration Form
   ========================================================================== */

.laracha-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.laracha-form-title {
    font-size: 2em;
    font-weight: 800;
    color: #2d3748;
    text-align: center;
    margin: 0 0 2rem;
    letter-spacing: -0.02em;
}

/* Progress Steps */
.laracha-form-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    position: relative;
    padding: 0 1rem;
}

.laracha-form-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15%;
    right: 15%;
    height: 3px;
    background: #e2e8f0;
    z-index: 0;
}

.laracha-form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.laracha-form-step__number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #a0aec0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.laracha-form-step--active .laracha-form-step__number {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 6px rgba(26, 90, 158, 0.4);
}

.laracha-form-step__label {
    font-size: 0.85em;
    color: #718096;
    font-weight: 500;
    text-align: center;
}

.laracha-form-step--active .laracha-form-step__label {
    color: #2d3748;
    font-weight: 700;
}

/* Panels */
.laracha-form-panel {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    margin-bottom: 2rem;
}

.laracha-form-panel__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.laracha-form-subtitle {
    font-size: 1.2em;
    font-weight: 600;
    color: #4a5568;
    margin: 1.5rem 0 1rem;
}

/* Radio buttons */
.laracha-form-radio {
    display: block;
    position: relative;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.laracha-form-radio:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.laracha-form-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.laracha-form-radio input[type="radio"]:checked + .laracha-form-radio__label {
    color: #1A5A9E;
    font-weight: 700;
}

.laracha-form-radio input[type="radio"]:checked ~ .laracha-form-radio {
    background: #f0f4ff;
    border-color: #1A5A9E;
    box-shadow: 0 4px 6px rgba(26, 90, 158, 0.2);
}

.laracha-form-radio__label {
    font-size: 1.05em;
    color: #2d3748;
    transition: all 0.3s ease;
    padding-left: 2rem;
    position: relative;
}

.laracha-form-radio__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
}

.laracha-form-radio input[type="radio"]:checked + .laracha-form-radio__label::before {
    border-color: #1A5A9E;
    background: #1A5A9E;
    box-shadow: inset 0 0 0 4px #ffffff;
}

/* Form fields */
.laracha-form-field {
    margin-bottom: 1.5rem;
}

.laracha-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.laracha-form-field--half {
    grid-column: span 1;
}

.laracha-form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-size: 0.95em;
}

.laracha-form-required {
    color: #f56565;
    margin-left: 0.25rem;
}

.laracha-form-hint {
    font-size: 0.85em;
    color: #718096;
    font-weight: 400;
    margin-left: 0.5rem;
}

.laracha-form-input,
.laracha-form-select,
.laracha-form-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1em;
    color: #2d3748 !important;
    background: #ffffff !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: inherit;
}

.laracha-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232d3748" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="6 9 12 15 18 9"%3e%3c/polyline%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.25em;
    background-color: #ffffff !important;
    padding-right: 2.5rem;
}

/* ==========================================
 * TARJETAS DE PARTICIPANTES EXISTENTES
 * ========================================== */

.laracha-participantes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.laracha-participante-card {
    position: relative;
    display: block;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.laracha-participante-card:hover {
    border-color: #1A5A9E;
    box-shadow: 0 4px 12px rgba(26, 90, 158, 0.15);
    transform: translateY(-2px);
}

.laracha-participante-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.laracha-participante-card__content {
    padding-right: 2.5rem;
}

.laracha-participante-card__name {
    font-weight: 700;
    font-size: 1.05em;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.laracha-participante-card__nif {
    font-size: 0.9em;
    color: #718096;
    margin-bottom: 0.25rem;
}

.laracha-participante-card__edad {
    font-size: 0.85em;
    color: #a0aec0;
    font-weight: 500;
}

.laracha-participante-card__check {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 24px;
    height: 24px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #ffffff;
}

.laracha-participante-radio:checked + .laracha-participante-card__content ~ .laracha-participante-card__check {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    border-color: #1A5A9E;
}

.laracha-participante-radio:checked ~ .laracha-participante-card__content {
    /* Keep same */
}

/* Estado seleccionado de la tarjeta completa */
.laracha-participante-radio:checked ~ * {
    /* Aplicar a todo el contenido */
}

.laracha-participante-card:has(.laracha-participante-radio:checked) {
    border-color: #1A5A9E;
    background: linear-gradient(135deg, rgba(26, 90, 158, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    box-shadow: 0 4px 16px rgba(26, 90, 158, 0.25);
}

.laracha-participante-card:has(.laracha-participante-radio:checked) .laracha-participante-card__name {
    color: #1A5A9E;
}

/* ==========================================
 * TARJETAS DE TURNOS
 * ========================================== */

.laracha-form-turnos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.laracha-form-turno {
    position: relative;
}

.laracha-form-turno__radio {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.laracha-form-turno__radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.laracha-form-turno__info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1.25rem 4rem;
    transition: all 0.3s ease;
    position: relative;
}

/* Radio button visible personalizado */
.laracha-form-turno__info::before {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Checkmark interno */
.laracha-form-turno__info::after {
    content: '';
    position: absolute;
    left: calc(1.25rem + 6px);
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    transition: all 0.3s ease;
}

/* Hover en turno disponible */
.laracha-form-turno .laracha-form-turno__radio:hover .laracha-form-turno__info {
    border-color: #1A5A9E;
    box-shadow: 0 4px 12px rgba(26, 90, 158, 0.15);
    transform: translateY(-2px);
}

.laracha-form-turno .laracha-form-turno__radio:hover .laracha-form-turno__info::before {
    border-color: #1A5A9E;
}

/* Estado seleccionado */
.laracha-form-turno__radio input[type="radio"]:checked ~ .laracha-form-turno__info {
    border-color: #1A5A9E;
    background: linear-gradient(135deg, rgba(26, 90, 158, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    box-shadow: 0 4px 16px rgba(26, 90, 158, 0.25);
}

.laracha-form-turno__radio input[type="radio"]:checked ~ .laracha-form-turno__info::before {
    border-color: #1A5A9E;
    background: #ffffff;
}

.laracha-form-turno__radio input[type="radio"]:checked ~ .laracha-form-turno__info::after {
    transform: translateY(-50%) scale(1);
}

/* Turnos en lista de espera */
.laracha-form-turno--espera .laracha-form-turno__info {
    background: #fffbeb;
    border-color: #f59e0b;
    border-style: dashed;
}

/* Estilos de contenido del turno */
.laracha-form-turno__nombre {
    font-weight: 700;
    font-size: 1.05em;
    color: #2d3748;
    display: block;
}

.laracha-form-turno__radio input[type="radio"]:checked ~ .laracha-form-turno__info .laracha-form-turno__nombre {
    color: #1A5A9E;
}

.laracha-form-turno__horario,
.laracha-form-turno__ubicacion {
    font-size: 0.9em;
    color: #718096;
    display: block;
}

.laracha-form-turno__plazas {
    font-size: 0.875em;
    color: #48bb78;
    font-weight: 600;
    display: block;
    margin-top: 0.25rem;
}

.laracha-form-turno__plazas--espera {
    color: #d97706;
}

.laracha-form-input:focus,
.laracha-form-select:focus,
.laracha-form-textarea:focus {
    border-color: #1A5A9E;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 90, 158, 0.1);
}

.laracha-form-textarea {
    min-height: 120px;
    resize: vertical;
}

/* Participant card */
.laracha-form-participant-card {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    margin-bottom: 1rem;
}

.laracha-form-participant-card__name {
    font-size: 1.15em;
    margin: 0 0 0.5rem;
}

.laracha-form-participant-card__email,
.laracha-form-participant-card__nif {
    margin: 0.25rem 0;
    color: #718096;
    font-size: 0.95em;
}

/* Separator */
.laracha-form-separator {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.laracha-form-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.laracha-form-separator span {
    background: #ffffff;
    padding: 0 1rem;
    position: relative;
    color: #a0aec0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

/* Price preview */
.laracha-precio-preview {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 2px solid #1A5A9E;
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.laracha-precio-desglose {
    width: 100%;
    border-collapse: collapse;
}

.laracha-precio-desglose td {
    padding: 0.75rem 0;
    color: #2d3748;
    font-size: 1.05em;
}

.laracha-precio-desglose td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.laracha-precio-desglose tr:last-child td {
    padding-top: 1rem;
    border-top: 2px solid #1A5A9E;
    font-weight: 800;
    font-size: 1.3em;
    color: #1A5A9E;
}

/* Actions */
.laracha-form-actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.laracha-form-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.laracha-form-btn--primary {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(26, 90, 158, 0.3);
}

.laracha-form-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(26, 90, 158, 0.4);
}

.laracha-form-btn--secondary {
    background: #ffffff;
    color: #1A5A9E;
    border: 2px solid #1A5A9E;
}

.laracha-form-btn--secondary:hover {
    background: #f7fafc;
    transform: translateY(-2px);
}

/* Messages */
.laracha-form-notice,
.laracha-mensaje-estado {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 500;
}

.laracha-form-notice--success,
.laracha-mensaje-success {
    background: #d1f4e0;
    color: #0f5132;
    border-left: 4px solid #48bb78;
}

.laracha-form-notice--warning,
.laracha-mensaje-warning {
    background: #fef5e7;
    color: #d68910;
    border-left: 4px solid #f59e0b;
}

.laracha-form-notice--error,
.laracha-mensaje-error {
    background: #fee;
    color: #c53030;
    border-left: 4px solid #f56565;
}

.laracha-form-notice--info {
    background: #e6f3ff;
    color: #0c5a9e;
    border-left: 4px solid #3182ce;
}

.laracha-form-notice--sorteo {
    background: #f5f3ff;
    color: #6d28d9;
    border-left: 4px solid #7c3aed;
}

/* ==========================================================================
   4. MI CUENTA - Account Panel
   ========================================================================== */

.laracha-mi-cuenta {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.laracha-mi-cuenta__section {
    margin-bottom: 2rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.laracha-mi-cuenta__section h2 {
    margin: 0 0 1.5rem;
    font-size: 1.75em;
    font-weight: 700;
    color: #2d3748;
    padding-bottom: 1rem;
    border-bottom: 3px solid #1A5A9E;
    letter-spacing: -0.01em;
}

.laracha-mi-cuenta__hint {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    background: #f0f6ff;
    border-left: 4px solid #1A5A9E;
    border-radius: 0 6px 6px 0;
    font-size: 0.875rem;
    color: #2d3748;
    line-height: 1.5;
}

.laracha-situacion-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin: 2px 2px 2px 0;
    white-space: nowrap;
}

.laracha-table--details {
    width: 100%;
}

.laracha-table--details th {
    font-weight: 600;
    color: #718096;
    padding: 0.75rem 1rem;
    text-align: left;
    width: 30%;
}

.laracha-table--details td {
    padding: 0.75rem 1rem;
    color: #2d3748;
}

.laracha-inscripciones-list {
    display: grid;
    gap: 1.5rem;
}

.laracha-inscription-card {
    background: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.laracha-inscription-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.laracha-inscription-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.laracha-inscription-card__header strong {
    font-size: 1.15em;
    color: #2d3748;
}

.laracha-inscription-card__body {
    padding: 1.5rem;
}

.laracha-inscription-card__body p {
    margin: 0.5rem 0;
    color: #4a5568;
}

.laracha-inscription-card__actions {
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.laracha-btn--small {
    padding: 0.5rem 1.25rem;
    font-size: 0.9em;
}

.laracha-btn--danger {
    background: #f56565;
    color: #ffffff;
}

.laracha-btn--danger:hover {
    background: #e53e3e;
    color: #ffffff;
    transform: translateY(-2px);
}

.laracha-btn--outline-danger {
    background: transparent;
    color: #e53e3e;
    border: 1px solid #e53e3e;
}

.laracha-btn--outline-danger:hover {
    background: #fef2f2;
    color: #c53030;
    border-color: #c53030;
}

/* Estado badges */
.laracha-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.laracha-badge--success {
    background: #48bb78;
    color: #ffffff;
}

/* ==========================================================================
   5. RECIBO - Receipt
   ========================================================================== */

.laracha-recibo {
    max-width: 700px;
    margin: 1.25rem auto;
    padding: 2.5rem;
    border: 1px solid #ddd;
    background: #fff;
}

.laracha-recibo-header {
    text-align: center;
    border-bottom: 2px solid #1d2327;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.laracha-recibo-header h1 {
    font-size: 1.5em;
    color: #1d2327;
    margin: 0 0 0.5rem;
}

.laracha-recibo-header p {
    color: #50575e;
    margin: 0.25rem 0;
}

.laracha-recibo-body table {
    width: 100%;
    border-collapse: collapse;
}

.laracha-recibo-body td {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    color: #1d2327;
}

.laracha-recibo-total {
    font-size: 1.2em;
    font-weight: 700;
}

.laracha-recibo-footer {
    margin-top: 1.875rem;
    text-align: center;
    color: #8c8f94;
    font-size: 0.85em;
    line-height: 1.5;
}

.laracha-btn-print {
    display: inline-block;
    background: #1d2327;
    color: #fff;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
    margin-top: 1rem;
}

.laracha-btn-print:hover,
.laracha-btn-print:focus {
    background: #50575e;
    color: #fff;
}

/* ----- Receipt Modal Overlay ----- */

.laracha-recibo-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.laracha-recibo-modal {
    background: #fff;
    border-radius: 10px;
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: laracha-modal-in 0.25s ease-out;
}

@keyframes laracha-modal-in {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.laracha-recibo-modal__toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

.laracha-recibo-modal__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.laracha-recibo-modal__btn:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.laracha-recibo-modal__btn svg {
    flex-shrink: 0;
}

.laracha-recibo-modal__close {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #6b7280;
    cursor: pointer;
    padding: 0 6px;
    transition: color 0.15s;
}

.laracha-recibo-modal__close:hover {
    color: #dc2626;
}

.laracha-recibo-modal__content {
    padding: 32px;
    overflow-y: auto;
    flex: 1;
}

.laracha-recibo-modal__content .laracha-recibo__header {
    text-align: center;
    border-bottom: 2px solid #1d2327;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.laracha-recibo-modal__content .laracha-recibo__header h1 {
    font-size: 1.4em;
    color: #1d2327;
    margin: 0 0 4px;
}

.laracha-recibo-modal__content .laracha-recibo__header h2 {
    font-size: 1.1em;
    color: #50575e;
    font-weight: 400;
    margin: 0 0 8px;
}

.laracha-recibo-modal__content .laracha-recibo__ref {
    color: #6b7280;
    font-size: 0.9em;
    margin: 0;
}

.laracha-recibo-modal__content .laracha-recibo__section {
    margin-bottom: 20px;
}

.laracha-recibo-modal__content .laracha-recibo__section h3 {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin: 0 0 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f3f4f6;
}

.laracha-recibo-modal__content .laracha-recibo__section p {
    margin: 4px 0;
    color: #1d2327;
}

.laracha-recibo-modal__content .laracha-recibo__breakdown {
    width: 100%;
    border-collapse: collapse;
}

.laracha-recibo-modal__content .laracha-recibo__breakdown td {
    padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
}

.laracha-recibo-modal__content .laracha-recibo__amount {
    text-align: right;
    font-weight: 500;
}

.laracha-recibo-modal__content .laracha-recibo__amount--discount {
    color: #059669;
}

.laracha-recibo-modal__content .laracha-recibo__total td {
    border-top: 2px solid #1d2327;
    border-bottom: none;
    font-size: 1.1em;
}

.laracha-recibo-modal__content .laracha-table--details {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.laracha-recibo-modal__content .laracha-table--details th,
.laracha-recibo-modal__content .laracha-table--details td {
    padding: 10px 16px;
    border-bottom: 1px solid #f3f4f6;
    text-align: left;
}

.laracha-recibo-modal__content .laracha-table--details th {
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
    width: 40%;
    background: #f9fafb;
}

.laracha-recibo-modal__content .laracha-table--details tr:last-child th,
.laracha-recibo-modal__content .laracha-table--details tr:last-child td {
    border-bottom: none;
}

/* ==========================================================================
   6. GENERAL UTILITY CLASSES
   ========================================================================== */

.laracha-no-results {
    text-align: center;
    padding: 2.5rem;
    color: #50575e;
    font-size: 1.05em;
}

.laracha-login-notice {
    background: #f0f6fc;
    padding: 1rem;
    border-left: 4px solid #0073aa;
    margin: 1rem 0;
    color: #1d2327;
    line-height: 1.5;
}

.laracha-login-notice a {
    color: #0073aa;
    font-weight: 600;
}

.laracha-login-notice a:hover {
    color: #005177;
}

/* Loading spinner */
.laracha-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.laracha-loading::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border: 3px solid #c3c4c7;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: laracha-spin 0.8s linear infinite;
}

@keyframes laracha-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   RESPONSIVE - Tablet (max-width: 1024px)
   ========================================================================== */

@media (max-width: 1024px) {
    .laracha-activity-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .laracha-portada h2 {
        font-size: 2em;
    }

    .laracha-category-group h3 {
        font-size: 1.5em;
    }

    .laracha-actividad__title {
        font-size: 2em;
    }
}

/* ==========================================================================
   LOGIN PROMPT - Vista no logueado
   ========================================================================== */

.laracha-login-prompt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55vh;
    padding: 3rem 1.5rem;
}

.laracha-login-prompt__card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 3rem 2.5rem;
    max-width: 440px;
    width: 100%;
    text-align: center;
}

.laracha-login-prompt__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.laracha-login-prompt__icon svg {
    width: 38px;
    height: 38px;
    color: #ffffff;
}

.laracha-login-prompt__card h2 {
    font-size: 1.6em;
    font-weight: 800;
    color: #2d3748;
    margin: 0 0 0.75rem;
}

.laracha-login-prompt__card > p {
    font-size: 1em;
    color: #718096;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.laracha-login-prompt__btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(26, 90, 158, 0.3);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.laracha-login-prompt__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(26, 90, 158, 0.4);
    color: #fff;
    text-decoration: none;
}

.laracha-login-prompt__register {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
    font-size: 0.9em !important;
    color: #a0aec0 !important;
}

.laracha-login-prompt__register a {
    color: #1A5A9E;
    font-weight: 600;
    text-decoration: none;
}

.laracha-login-prompt__register a:hover {
    text-decoration: underline;
    color: #0F4C81;
}

/* ==========================================================================
   CONTACTO - Página de contacto
   ========================================================================== */

.laracha-contacto {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.laracha-contacto__header {
    text-align: center;
    margin-bottom: 3rem;
}

.laracha-contacto__header h1 {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 0.75rem;
}

.laracha-contacto__header p {
    font-size: 1.1em;
    color: #718096;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

.laracha-contacto__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.laracha-contacto__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    text-align: center;
}

.laracha-contacto__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.laracha-contacto__card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.laracha-contacto__card-icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
}

.laracha-contacto__card h3 {
    font-size: 1.15em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem;
}

.laracha-contacto__card p {
    font-size: 0.95em;
    color: #4a5568;
    margin: 0.2rem 0;
    line-height: 1.5;
}

.laracha-contacto__card a {
    color: #1A5A9E;
    text-decoration: none;
    font-weight: 600;
}

.laracha-contacto__card a:hover {
    text-decoration: underline;
    color: #0F4C81;
}

.laracha-contacto__detail {
    font-size: 0.85em !important;
    color: #a0aec0 !important;
    margin-top: 0.5rem !important;
}

.laracha-contacto__map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.laracha-contacto__map iframe {
    display: block;
}

/* ==========================================================================
   LEGAL - Política de Privacidad y páginas legales
   ========================================================================== */

.laracha-legal {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.laracha-legal__header {
    text-align: center;
    margin-bottom: 3rem;
}

.laracha-legal__header h1 {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.laracha-legal__updated {
    font-size: 0.9em;
    color: #94a3b8;
    font-style: italic;
}

.laracha-legal__content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Secciones numeradas */
.laracha-legal__section {
    position: relative;
    padding: 2rem 0 2rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.laracha-legal__section:last-child {
    border-bottom: none;
}

.laracha-legal__section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #fff;
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.laracha-legal__section h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.laracha-legal__section > p {
    font-size: 0.95em;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.laracha-legal__section > p:last-child {
    margin-bottom: 0;
}

/* Info box */
.laracha-legal__info-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #1A5A9E;
}

.laracha-legal__info-box p {
    font-size: 0.95em;
    color: #475569;
    line-height: 1.6;
    margin: 0.25rem 0;
}

.laracha-legal__info-box a {
    color: #1A5A9E;
    text-decoration: none;
    font-weight: 600;
}

.laracha-legal__info-box a:hover {
    text-decoration: underline;
}

/* Listas */
.laracha-legal__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.laracha-legal__list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.5rem;
    font-size: 0.95em;
    color: #475569;
    line-height: 1.6;
}

.laracha-legal__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
}

/* Bloques de tratamiento (RGPD) */
.laracha-legal__tratamiento {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #1A5A9E;
}

.laracha-legal__tratamiento h4 {
    font-size: 1.05em;
    font-weight: 700;
    color: #1A5A9E;
    margin-bottom: 0.75rem;
}

.laracha-legal__tratamiento .laracha-legal__list {
    margin-bottom: 0;
}

/* Grid de derechos */
.laracha-legal__derechos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.laracha-legal__derecho {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}

.laracha-legal__derecho:hover {
    background: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.laracha-legal__derecho svg {
    width: 22px;
    height: 22px;
    stroke: #1A5A9E;
    flex-shrink: 0;
    margin-top: 2px;
}

.laracha-legal__derecho strong {
    display: block;
    font-size: 0.95em;
    color: #1e293b;
    margin-bottom: 0.15rem;
}

.laracha-legal__derecho span {
    font-size: 0.85em;
    color: #64748b;
    line-height: 1.4;
}

/* ==========================================================================
   FORMAS DE PAGO
   ========================================================================== */

.laracha-formas-pago {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.laracha-formas-pago__header {
    text-align: center;
    margin-bottom: 3rem;
}

.laracha-formas-pago__header h1 {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.laracha-formas-pago__header p {
    font-size: 1.15em;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid de métodos de pago */
.laracha-formas-pago__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.laracha-formas-pago__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
}

.laracha-formas-pago__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.laracha-formas-pago__card--destacado {
    border-color: #1A5A9E;
}

.laracha-formas-pago__card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 16px;
    border-radius: 50px;
    white-space: nowrap;
}

.laracha-formas-pago__card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.laracha-formas-pago__card-icon svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
}

.laracha-formas-pago__card h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    text-align: center;
}

.laracha-formas-pago__card > p {
    font-size: 0.95em;
    color: #64748b;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.25rem;
}

/* Lista de ventajas */
.laracha-formas-pago__ventajas {
    list-style: none;
    padding: 0;
    margin: 0;
}

.laracha-formas-pago__ventajas li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9em;
    color: #475569;
    padding: 0.4rem 0;
    line-height: 1.4;
}

.laracha-formas-pago__ventajas li svg {
    width: 18px;
    height: 18px;
    stroke: #1A5A9E;
    flex-shrink: 0;
}

/* Banner de seguridad */
.laracha-formas-pago__seguridad {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f0fe 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(26, 90, 158, 0.15);
}

.laracha-formas-pago__seguridad-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.laracha-formas-pago__seguridad-icon svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
}

.laracha-formas-pago__seguridad-content h3 {
    font-size: 1.15em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.4rem;
}

.laracha-formas-pago__seguridad-content p {
    font-size: 0.95em;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Preguntas frecuentes */
.laracha-formas-pago__faq {
    margin-bottom: 2rem;
}

.laracha-formas-pago__faq h2 {
    font-size: 1.8em;
    font-weight: 800;
    color: #1e293b;
    text-align: center;
    margin-bottom: 2rem;
}

.laracha-formas-pago__faq-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #1A5A9E;
}

.laracha-formas-pago__faq-item h4 {
    font-size: 1.05em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.laracha-formas-pago__faq-item p {
    font-size: 0.95em;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   INICIO - Homepage Landing Page
   ========================================================================== */

.laracha-inicio {
    max-width: 100%;
    overflow: hidden;
}

/* Forzar que Blocksy no limite el hero */
.entry-content .laracha-inicio__hero,
.ct-container .laracha-inicio__hero,
.is-layout-constrained > .laracha-inicio__hero {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(-50vw + 50%) !important;
}

/* ---------- Hero ---------- */

.laracha-inicio__hero {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    position: relative;
    /* Romper contenedor Blocksy (.ct-container + .entry-content) */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    box-sizing: border-box;
}

.laracha-inicio__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.laracha-inicio__hero-content {
    position: relative;
    z-index: 1;
    max-width: 750px;
}

.laracha-inicio__hero h1 {
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.laracha-inicio__hero-subtitle {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.laracha-inicio__hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- Buttons ---------- */

.laracha-inicio__btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid transparent;
}

.laracha-inicio__btn--white {
    background: #ffffff;
    color: #1A5A9E;
    border-color: #ffffff;
}

.laracha-inicio__btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: #0F4C81;
}

.laracha-inicio__btn--outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.6);
}

.laracha-inicio__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff;
}

.laracha-inicio__btn--secondary {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(26, 90, 158, 0.3);
}

.laracha-inicio__btn--secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(26, 90, 158, 0.4);
    color: #ffffff;
}

/* ---------- Section Title ---------- */

.laracha-inicio__section-title {
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
    margin: 0 0 3rem;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

/* ---------- Features ---------- */

.laracha-inicio__features {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.laracha-inicio__features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.laracha-inicio__feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.laracha-inicio__feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.laracha-inicio__feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.laracha-inicio__feature-icon svg {
    width: 32px;
    height: 32px;
    color: #ffffff;
}

.laracha-inicio__feature-card h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem;
}

.laracha-inicio__feature-card p {
    font-size: 0.95em;
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Steps (Cómo funciona) ---------- */

.laracha-inicio__steps {
    background: #f7fafc;
    padding: 5rem 2rem;
}

.laracha-inicio__steps-row {
    display: flex;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.laracha-inicio__step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 1rem;
}

/* Línea conectora entre pasos */
.laracha-inicio__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -1rem;
    width: calc(100% - 60px);
    border-top: 2px dashed #cbd5e0;
    transform: translateX(50%);
}

.laracha-inicio__step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    position: relative;
    z-index: 1;
}

.laracha-inicio__step h3 {
    font-size: 1.15em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.5rem;
}

.laracha-inicio__step p {
    font-size: 0.95em;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* ---------- Actividades Preview ---------- */

.laracha-inicio__actividades {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.laracha-inicio__actividades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

.laracha-inicio__act-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.laracha-inicio__act-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: inherit;
}

.laracha-inicio__act-image {
    height: 160px;
    overflow: hidden;
}

.laracha-inicio__act-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laracha-inicio__act-image--placeholder {
    background: linear-gradient(135deg, #e2e8f0 0%, #edf2f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.laracha-inicio__act-image--placeholder span {
    font-size: 3em;
    font-weight: 800;
    color: #a0aec0;
}

.laracha-inicio__act-body {
    padding: 1.25rem 1.5rem;
}

.laracha-inicio__act-badge {
    display: inline-block;
    padding: 0.2em 0.7em;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.laracha-inicio__act-badge--infantil {
    background: #e9d8fd;
    color: #6b46c1;
}

.laracha-inicio__act-badge--juvenil {
    background: #bee3f8;
    color: #2b6cb0;
}

.laracha-inicio__act-badge--adultos {
    background: #c6f6d5;
    color: #276749;
}

.laracha-inicio__act-body h4 {
    font-size: 1.1em;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.laracha-inicio__act-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.laracha-inicio__act-price {
    font-size: 1.15em;
    font-weight: 700;
    color: #1A5A9E;
}

.laracha-inicio__act-status {
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.2em 0.6em;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.laracha-inicio__act-status--libre {
    background: #c6f6d5;
    color: #276749;
}

.laracha-inicio__act-status--completa {
    background: #fed7d7;
    color: #c53030;
}

.laracha-inicio__actividades-link {
    text-align: center;
    margin-top: 3rem;
}

.laracha-inicio__no-activities {
    text-align: center;
    font-size: 1.1em;
    color: #718096;
    padding: 3rem 0;
}

/* ---------- CTA Final ---------- */

.laracha-inicio__cta-final {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    text-align: center;
    padding: 5rem 2rem;
    margin: 0 2rem 2rem;
    border-radius: 20px;
    position: relative;
}

.laracha-inicio__cta-final::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.laracha-inicio__cta-final h2 {
    font-size: 2.5em;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem;
    position: relative;
    z-index: 1;
}

.laracha-inicio__cta-final p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.laracha-inicio__cta-final .laracha-inicio__btn {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   RESPONSIVE - Mobile (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
    .laracha-portada {
        padding: 1.5rem 1rem;
    }

    .laracha-portada h2 {
        font-size: 1.75em;
    }

    /* Selector de campaña en mobile */
    .laracha-campaign-selector {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.875rem;
        margin: 0 0 1.5rem;
    }

    .laracha-campaign-selector__label {
        font-size: 0.9em;
        text-align: center;
    }

    .laracha-campaign-selector__select {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        font-size: 0.85em;
        padding: 0.625rem 1.75rem 0.625rem 0.75rem;
        background-position: right 0.5rem center;
        background-size: 1.1em;
        box-sizing: border-box;
    }

    .laracha-category-filter {
        gap: 0.5rem;
    }

    .laracha-category-filter__btn {
        padding: 0.5rem 1rem;
        font-size: 0.85em;
    }

    .laracha-tag-filter {
        gap: 0.375rem;
    }

    .laracha-tag-filter__btn {
        padding: 0.4rem 0.85rem;
        font-size: 0.8em;
    }

    .laracha-category-group {
        margin-bottom: 2.5rem;
    }

    .laracha-activity-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .laracha-actividad {
        padding: 1.5rem 1rem;
    }

    .laracha-actividad__title {
        font-size: 1.75em;
    }

    .laracha-actividad__description,
    .laracha-actividad__turnos,
    .laracha-actividad__pricing,
    .laracha-actividad__dates,
    .laracha-actividad__conditions {
        padding: 1.5rem;
    }

    .laracha-table th,
    .laracha-table td {
        padding: 0.75rem;
        font-size: 0.9em;
    }

    /* Tabla de turnos como tarjetas en mobile */
    .laracha-actividad__turnos .laracha-table {
        display: block;
        width: 100%;
        border: none !important;
        box-shadow: none !important;
    }

    .laracha-actividad__turnos .laracha-table thead {
        display: none;
    }

    .laracha-actividad__turnos .laracha-table tbody {
        display: block;
        border: none !important;
        box-shadow: none !important;
    }

    .laracha-actividad__turnos .laracha-table tbody tr {
        display: block;
        margin-bottom: 1rem;
        background: #f7fafc;
        border: none !important;
        border-radius: 12px;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .laracha-actividad__turnos .laracha-table tbody tr:hover {
        background: #f7fafc;
        box-shadow: 0 4px 8px rgba(26, 90, 158, 0.3);
    }

    .laracha-actividad__turnos .laracha-table tbody td {
        display: block;
        text-align: left;
        padding: 0.5rem 0;
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
    }

    .laracha-actividad__turnos .laracha-table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 10px;
        font-weight: 700;
        color: #2d3748;
    }

    .laracha-actividad__turnos .laracha-table tbody td:first-child {
        padding-top: 0;
        font-size: 1.05em;
        font-weight: 700;
        color: #1A5A9E;
    }

    .laracha-mi-cuenta {
        padding: 1rem 0.75rem;
    }

    .laracha-mi-cuenta__section {
        padding: 1.25rem 1rem;
    }

    .laracha-mi-cuenta__section h2 {
        font-size: 1.35em;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }

    /* Tabla participantes: card layout en mobile */
    .laracha-table--participantes {
        display: block;
        width: 100%;
        border: none;
    }

    .laracha-table--participantes thead {
        display: none;
    }

    .laracha-table--participantes tbody {
        display: block;
    }

    .laracha-table--participantes tbody tr {
        display: block;
        margin-bottom: 0.75rem;
        background: #f7fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 0.75rem 1rem;
    }

    .laracha-table--participantes tbody td {
        display: block;
        text-align: left;
        padding: 0.3rem 0;
        border: none;
        position: relative;
    }

    .laracha-table--participantes tbody td:first-child {
        font-weight: 700;
        font-size: 1.05em;
        color: #2d3748;
        padding-bottom: 0.4rem;
        margin-bottom: 0.25rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .laracha-table--participantes tbody td:not(:first-child):not(:last-child) {
        padding-left: 0;
        font-size: 0.92em;
        color: #4a5568;
    }

    .laracha-table--participantes tbody td:not(:first-child):not(:last-child)::before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #718096;
    }

    .laracha-table--participantes tbody td:last-child {
        padding-top: 0.5rem;
    }

    .laracha-table--participantes tbody td:last-child .laracha-btn--small {
        width: auto;
        display: inline-block;
    }

    /* Tabla detalles (Mis datos) */
    .laracha-table--details th,
    .laracha-table--details td {
        padding: 0.5rem 0.6rem;
        font-size: 0.92em;
    }

    .laracha-table--details th {
        width: 35%;
    }

    /* Inscription cards */
    .laracha-inscription-card__header,
    .laracha-inscription-card__body,
    .laracha-inscription-card__actions {
        padding: 0.85rem 1rem;
    }

    .laracha-inscription-card__header strong {
        font-size: 1em;
    }

    .laracha-inscription-card__body p {
        margin: 0.3rem 0;
        font-size: 0.92em;
    }

    .laracha-inscription-card__actions {
        flex-direction: row;
        gap: 0.5rem;
        padding: 0.6rem 1rem;
    }

    .laracha-inscription-card__actions .laracha-btn,
    .laracha-inscription-card__actions .laracha-btn--small {
        flex: 1;
        text-align: center;
        padding: 0.4rem 0.5rem;
        font-size: 0.72em;
        border-radius: 8px;
        letter-spacing: 0;
        font-weight: 600;
        box-shadow: none;
    }

    /* Form responsive */
    .laracha-form-wrapper {
        padding: 1.5rem 1rem;
    }

    .laracha-form-title {
        font-size: 1.5em;
    }

    .laracha-form-steps {
        padding: 0;
        margin-bottom: 2rem;
    }

    .laracha-form-steps::before {
        left: 10%;
        right: 10%;
    }

    .laracha-form-step__number {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }

    .laracha-form-step__label {
        font-size: 0.75em;
    }

    .laracha-form-panel {
        padding: 1.5rem;
    }

    .laracha-form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Tarjetas de participantes en mobile */
    .laracha-participantes-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .laracha-participante-card {
        padding: 1rem;
    }

    .laracha-participante-card__name {
        font-size: 1em;
    }

    /* Tarjetas de turnos en mobile */
    .laracha-form-turnos {
        gap: 0.875rem;
    }

    .laracha-form-turno__info {
        padding: 1rem 1rem 1rem 3.5rem;
    }

    .laracha-form-turno__info::before {
        left: 1rem;
        width: 20px;
        height: 20px;
    }

    .laracha-form-turno__info::after {
        left: calc(1rem + 5px);
        width: 10px;
        height: 10px;
    }

    .laracha-form-turno__nombre {
        font-size: 1em;
    }

    .laracha-form-actions {
        flex-direction: column;
    }

    .laracha-form-btn,
    .laracha-btn {
        width: 100%;
        text-align: center;
    }

    /* ---------- Contacto responsive ---------- */

    .laracha-contacto {
        padding: 2rem 1.25rem;
    }

    .laracha-contacto__header h1 {
        font-size: 1.75em;
    }

    .laracha-contacto__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .laracha-contacto__map iframe {
        height: 250px;
    }

    /* ---------- Legal (privacidad) responsive ---------- */

    .laracha-legal {
        padding: 2rem 1rem;
    }

    .laracha-legal__header h1 {
        font-size: 1.75em;
    }

    .laracha-legal__derechos-grid {
        grid-template-columns: 1fr;
    }

    .laracha-legal__section {
        padding: 1.5rem 0;
    }

    /* ---------- Formas de pago responsive ---------- */

    .laracha-formas-pago {
        padding: 2rem 1rem;
    }

    .laracha-formas-pago__header h1 {
        font-size: 1.75em;
    }

    .laracha-formas-pago__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .laracha-formas-pago__seguridad {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .laracha-formas-pago__faq-item {
        padding: 1.25rem 1.5rem;
    }

    /* ---------- Inicio responsive ---------- */

    .laracha-inicio__hero {
        min-height: 50vh;
        padding: 3rem 1.5rem;
    }

    .laracha-inicio__hero h1 {
        font-size: 2em;
    }

    .laracha-inicio__hero-subtitle {
        font-size: 1.1em;
    }

    .laracha-inicio__hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .laracha-inicio__hero-buttons .laracha-inicio__btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .laracha-inicio__section-title {
        font-size: 1.75em;
        margin-bottom: 2rem;
    }

    .laracha-inicio__features {
        padding: 3rem 1.25rem;
    }

    .laracha-inicio__features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .laracha-inicio__feature-card {
        padding: 1.5rem 1rem;
    }

    .laracha-inicio__feature-icon {
        width: 56px;
        height: 56px;
    }

    .laracha-inicio__feature-icon svg {
        width: 26px;
        height: 26px;
    }

    .laracha-inicio__steps {
        padding: 3rem 1.25rem;
    }

    .laracha-inicio__steps-row {
        flex-direction: column;
        gap: 2rem;
    }

    .laracha-inicio__step:not(:last-child)::after {
        display: none;
    }

    .laracha-inicio__actividades {
        padding: 3rem 1.25rem;
    }

    .laracha-inicio__actividades-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .laracha-inicio__cta-final {
        margin: 0 1rem 1rem;
        padding: 3rem 1.5rem;
    }

    .laracha-inicio__cta-final h2 {
        font-size: 1.75em;
    }

    .laracha-inicio__cta-final p {
        font-size: 1.05em;
    }
}

/* ==========================================================================
   RESPONSIVE - Small Mobile (max-width: 480px)
   ========================================================================== */

@media (max-width: 480px) {
    .laracha-portada h2 {
        font-size: 1.5em;
    }

    .laracha-category-group h3 {
        font-size: 1.25em;
    }

    .laracha-activity-card__title {
        font-size: 1.15em;
    }

    .laracha-activity-card__price {
        font-size: 1.25em;
    }

    .laracha-actividad__title {
        font-size: 1.5em;
    }

    .laracha-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1em;
    }

    /* Inicio small mobile */
    .laracha-inicio__features-grid {
        grid-template-columns: 1fr;
    }

    .laracha-inicio__hero h1 {
        font-size: 1.75em;
    }
}

/* ==========================================================================
   AUTH - Login & Registration Forms
   ========================================================================== */

.laracha-auth-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
}

.laracha-auth-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    width: 100%;
    max-width: 440px;
}

.laracha-auth-card--wide {
    max-width: 620px;
}

.laracha-auth-title {
    font-size: 1.75em;
    font-weight: 800;
    margin: 0 0 0.25rem;
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.laracha-auth-subtitle {
    color: #50575e;
    text-align: center;
    margin: 0 0 1.5rem;
    font-size: 0.95em;
}

.laracha-auth-section-title {
    font-size: 1.1em;
    font-weight: 700;
    color: #1d2327;
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f1;
}

.laracha-auth-hint {
    color: #50575e;
    font-size: 0.85em;
    margin: -0.25rem 0 1rem;
}

.laracha-auth-form .laracha-form-field {
    margin-bottom: 1rem;
}

.laracha-auth-form .laracha-form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    font-size: 0.9em;
    color: #1d2327;
}

.laracha-auth-form .laracha-form-input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1.5px solid #c3c4c7;
    border-radius: 8px;
    font-size: 1em;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    box-sizing: border-box;
}

.laracha-auth-form .laracha-form-input:focus {
    border-color: #1A5A9E;
    box-shadow: 0 0 0 3px rgba(26, 90, 158, 0.15);
    outline: none;
}

.laracha-auth-form .laracha-form-hint {
    display: block;
    font-size: 0.8em;
    color: #50575e;
    margin-top: 0.25rem;
}

.laracha-auth-form .laracha-form-required {
    color: #d63638;
}

.laracha-auth-form .laracha-form-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.laracha-auth-form .laracha-form-field--half {
    flex: 1;
    min-width: 200px;
}

.laracha-auth-form .laracha-form-field--inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.laracha-auth-form .laracha-form-row--checkboxes {
    flex-direction: column;
    gap: 0.5rem;
}

.laracha-auth-form .laracha-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9em;
}

.laracha-auth-form .laracha-form-checkbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: #1A5A9E;
    flex-shrink: 0;
}

.laracha-auth-btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
}

.laracha-auth-btn--primary {
    background: linear-gradient(135deg, #1A5A9E 0%, #0F4C81 100%);
    color: #fff;
}

.laracha-auth-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(26, 90, 158, 0.4);
}

.laracha-auth-btn--primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.laracha-auth-link {
    color: #1A5A9E;
    text-decoration: none;
    font-size: 0.9em;
}

.laracha-auth-link:hover {
    text-decoration: underline;
}

.laracha-auth-link--bold {
    font-weight: 700;
}

.laracha-auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f1;
}

.laracha-auth-footer p {
    margin: 0;
    color: #50575e;
    font-size: 0.95em;
}

@media (max-width: 640px) {
    .laracha-auth-card {
        padding: 1.5rem;
    }

    .laracha-auth-card--wide {
        max-width: 100%;
    }

    .laracha-auth-form .laracha-form-row {
        flex-direction: column;
        gap: 0;
    }

    .laracha-auth-form .laracha-form-field--half {
        min-width: 100%;
    }
}

.laracha-auth-detail {
    margin: 0.5rem 0 0.25rem 1.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-left: 3px solid #1A5A9E;
    border-radius: 0 6px 6px 0;
}

.laracha-auth-detail .laracha-form-label {
    font-size: 0.8em;
    margin-bottom: 0.25rem;
}

.laracha-auth-detail .laracha-form-input {
    font-size: 0.9em;
    padding: 0.5rem 0.7rem;
}

/* Password visibility toggle */
.laracha-password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.laracha-password-wrapper .laracha-form-input {
    padding-right: 2.75rem;
}

.laracha-password-toggle {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #a0aec0;
    line-height: 0;
    transition: color 0.2s;
    outline: none;
}

.laracha-password-toggle:hover,
.laracha-password-toggle:focus {
    color: #1A5A9E;
}

/* ==========================================================================
   EDITAR PARTICIPANTE - File uploads & detail panels
   ========================================================================== */

.laracha-detail-panel {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f7fafc;
    border-left: 3px solid #1A5A9E;
    border-radius: 0 6px 6px 0;
}

.laracha-detail-panel .laracha-form-field {
    margin-bottom: 0.75rem;
}

.laracha-detail-panel .laracha-form-field:last-child {
    margin-bottom: 0;
}

.laracha-form-input-file {
    font-size: 0.9em;
    padding: 0.5rem;
    border: 1.5px dashed #c3c4c7;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.laracha-form-input-file:hover {
    border-color: #1A5A9E;
    background: #f7fafc;
}

.laracha-file-selected {
    display: block;
    font-size: 0.85em;
    color: #50575e;
    margin-top: 4px;
}

.laracha-detail-panel .laracha-auth-hint a {
    color: #1A5A9E;
    text-decoration: underline;
}

.laracha-detail-panel .laracha-auth-hint a:hover {
    color: #0F4C81;
}
