* {
    box-sizing: border-box;
}

html {
    background: #080808;
}

body {
    margin: 0 auto;
    padding: 80px 40px;
    max-width: 1100px;
    min-height: 100vh;
    background: #080808;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0 0 20px;
    font-size: 48px;
    color: #e31b23;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: white;
}

p {
    font-size: 19px;
    line-height: 1.7;
    color: #cfcfcf;
}

hr {
    border: 0;
    height: 3px;
    background: #e31b23;
    margin: 45px 0;
}

h3 {
    font-size: 30px;
    color: white;
    margin-bottom: 15px;
}

@media (max-width: 700px) {
    body {
        padding: 40px 20px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }
}
.portal {
    margin-top: 20px;
    padding: 35px;
    background: #111111;
    border: 1px solid #292929;
    border-left: 5px solid #e31b23;
    border-radius: 8px;
}

.buscador {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    max-width: 650px;
}

.buscador input {
    flex: 1;
    padding: 16px;
    border: 1px solid #444;
    border-radius: 5px;
    background: #1b1b1b;
    color: white;
    font-size: 17px;
    outline: none;
}

.buscador input:focus {
    border-color: #e31b23;
}

.buscador button {
    padding: 16px 25px;
    border: 0;
    border-radius: 5px;
    background: #e31b23;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.buscador button:hover {
    background: #b9151b;
}

@media (max-width: 700px) {
    .buscador {
        flex-direction: column;
    }

    .portal {
        padding: 25px 20px;
    }
}
#resultado {
    margin-top: 25px;
}

.resultado-ok {
    padding: 25px;
    background: #181818;
    border-left: 5px solid #e31b23;
    border-radius: 6px;
}

.resultado-ok h3 {
    margin-top: 0;
    color: #e31b23;
}

.resultado-ok p {
    margin: 8px 0;
}

.resultado-error {
    padding: 18px;
    background: #181818;
    border-left: 5px solid #777;
    border-radius: 6px;
    color: #ddd;
}
.admin-panel {
    max-width: 750px;
    margin-top: 35px;
    padding: 35px;
    background: #111;
    border: 1px solid #333;
    border-left: 5px solid #e31b23;
    border-radius: 8px;
}

.admin-panel label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.admin-panel input,
.admin-panel select {
    width: 100%;
    padding: 15px;
    background: #1b1b1b;
    color: white;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 16px;
}

.admin-panel input:focus,
.admin-panel select:focus {
    outline: none;
    border-color: #e31b23;
}

.admin-panel button {
    margin-top: 25px;
    padding: 16px 28px;
    border: 0;
    border-radius: 5px;
    background: #e31b23;
    color: white;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.admin-panel button:hover {
    background: #b9151b;
}
.admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.busqueda-admin {
    display: flex;
    gap: 10px;
}

.busqueda-admin input {
    flex: 1;
}

.busqueda-admin button {
    margin-top: 0;
}

#editorServicio {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

@media (max-width: 900px) {
    .admin-grid {
        grid-template-columns: 1fr;
    }
}
/* ==================================================
   NUEVO DISEÑO - PÁGINA CLIENTE
   ================================================== */

.client-page {
    max-width: none;
    margin: 0;
    padding: 0;
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(227, 27, 35, 0.11),
            transparent 28%
        ),
        #08090b;

    color: #ffffff;
}


/* BARRA SUPERIOR */

.topbar {
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 20px 7%;

    border-bottom: 1px solid #252525;

    background: rgba(8, 9, 11, 0.94);
}

.brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-mark {
    width: 150px !important;
    height: 150px !important;
    background: red !important;
    overflow: hidden;
}

.brand-mark img {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
    display: block !important;
}

.brand-subtitle {
    margin-top: 4px;

    color: #8f9399;
    font-size: 13px;
}

.topbar-tag {
    padding: 10px 16px;

    border: 1px solid #323232;
    border-radius: 30px;

    color: #b9bdc3;
    font-size: 13px;
}


/* HERO */

.hero {
    padding: 85px 7% 55px;

    background:
        linear-gradient(
            115deg,
            rgba(255, 255, 255, 0.025),
            transparent 55%
        );
}

.hero-content {
    max-width: 1250px;
    margin: auto;
}

.eyebrow {
    color: #e31b23;

    font-size: 13px;
    font-weight: 900;

    letter-spacing: 2px;
}

.hero h1 {
    max-width: 850px;

    margin: 18px 0 22px;

    color: white;

    font-size: clamp(42px, 6vw, 72px);

    line-height: 1.02;

    text-transform: none;
}

.hero h1 span {
    color: #e31b23;
}

.hero-text {
    max-width: 700px;

    margin-bottom: 45px;

    color: #aeb2b8;

    font-size: 20px;
}


/* TARJETAS DE SERVICIOS */

.service-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.service-card {
    display: flex;
    align-items: center;

    gap: 16px;

    min-height: 105px;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            #131518,
            #0c0d0f
        );

    border: 1px solid #292b2f;

    border-radius: 12px;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-3px);

    border-color: #e31b23;
}

.service-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #181a1d;

    font-size: 20px;
    font-weight: 900;
}
.service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.service-card strong {
    display: block;

    margin-bottom: 7px;

    color: white;

    font-size: 17px;
}

.service-card span {
    display: block;

    color: #91959b;

    font-size: 13px;

    line-height: 1.4;
}


/* PORTAL DE SEGUIMIENTO */

.tracking-card {
    max-width: 1250px;

    margin: 15px auto 80px;

    padding: 42px;

    background:
        linear-gradient(
            145deg,
            #141619,
            #0e0f11
        );

    border: 1px solid #2d3034;

    border-radius: 16px;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.28);

    position: relative;

    overflow: hidden;
}

.tracking-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #e31b23;
}

.tracking-heading {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;

    gap: 30px;
}

.tracking-heading h2 {
    margin:
        10px 0 8px;

    color: white;

    font-size: 32px;
}

.tracking-heading p {
    margin: 0;

    color: #92969c;

    font-size: 16px;
}

.folio-example {
    padding: 10px 14px;

    border-radius: 7px;

    background: #1d1f22;

    color: #8f9399;

    font-size: 13px;

    border: 1px solid #303338;
}


/* BUSCADOR */

.client-page .buscador {
    display: flex;

    gap: 12px;

    max-width: none;

    margin-top: 32px;
}

.client-page .buscador input {
    min-width: 0;

    height: 58px;

    padding: 0 20px;

    background: #0b0c0e;

    border: 1px solid #34373c;

    border-radius: 8px;

    color: white;

    font-size: 17px;
}

.client-page .buscador input::placeholder {
    color: #656970;
}

.client-page .buscador input:focus {
    border-color: #e31b23;

    box-shadow:
        0 0 0 3px
        rgba(227, 27, 35, 0.10);
}

.client-page .buscador button {
    min-width: 190px;

    height: 58px;

    padding: 0 25px;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #f1262f,
            #c4141b
        );

    box-shadow:
        0 10px 30px
        rgba(227, 27, 35, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.client-page .buscador button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 35px
        rgba(227, 27, 35, 0.28);
}


/* RESULTADO DEL FOLIO */

.client-page #resultado {
    margin-top: 30px;
}

.client-page .resultado-ok {
    padding: 28px;

    background: #0b0c0e;

    border: 1px solid #2e3135;

    border-left: 4px solid #e31b23;

    border-radius: 10px;
}

.client-page .resultado-ok h3 {
    margin-top: 0;

    color: #ffffff;

    font-size: 26px;
}

.client-page .resultado-ok p {
    margin: 10px 0;

    color: #b8bbc0;

    font-size: 16px;
}

.client-page .resultado-ok strong {
    color: white;
}

.client-page .resultado-error {
    padding: 22px;

    background: #131416;

    border: 1px solid #33363b;

    border-left: 4px solid #777;

    border-radius: 9px;

    color: #c8cbd0;
}


/* FOOTER */

.client-page footer {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    padding: 28px 7%;

    border-top: 1px solid #252525;

    color: #74787f;

    font-size: 13px;
}

.client-page footer strong {
    color: #b5b8bd;
}


/* RESPONSIVO */

@media (max-width: 900px) {

    .service-grid {
        grid-template-columns: 1fr;
    }

    .tracking-heading {
        flex-direction: column;
    }

    .topbar-tag {
        display: none;
    }

    .tracking-card {
        margin-left: 20px;
        margin-right: 20px;
    }

}


@media (max-width: 650px) {

    .topbar {
        padding:
            18px 20px;
    }

    .brand-name {
        font-size: 14px;
    }

    .hero {
        padding:
            55px 20px
            35px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-text {
        font-size: 17px;
    }

    .tracking-card {
        padding: 28px 20px;
    }

    .client-page .buscador {
        flex-direction: column;
    }

    .client-page .buscador button {
        width: 100%;
    }

    .client-page footer {
        flex-direction: column;

        align-items: flex-start;

        padding:
            25px 20px;
    }

}
.brand-logo {
    width: 220px;
    height: 70px;

    display: flex;
    align-items: center;
}

.brand-logo img {
    width: 170%;
    height: 170%;

    object-fit: contain;
    object-position: left center;

    display: block;
}
.brand-logo {
    width: 170px;
    height: 170px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brand-logo img {
    width: 170%;
    height: 170%;
    object-fit: contain;
    display: block;
}
/* ===== GALERÍA CLIENTE ===== */

.seccion-fotos-cliente {
    margin-top: 22px;
}

.seccion-fotos-cliente h4 {
    margin-bottom: 12px;
}

.galeria-cliente {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 14px;
    max-width: 900px;
}

.foto-cliente {
    width: 100%;
    height: 150px;
    object-fit: cover;

    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);

    cursor: zoom-in;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.foto-cliente:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}


/* ===== VISOR GRANDE ===== */

.visor-fotos {
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,0.92);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 9999;
    padding: 30px;
}

.visor-fotos.activo {
    display: flex;
}

.visor-fotos img {
    max-width: 92vw;
    max-height: 90vh;

    width: auto;
    height: auto;

    object-fit: contain;
    border-radius: 8px;
}

.cerrar-visor {
    position: absolute;
    top: 20px;
    right: 25px;

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: #e31b23;
    color: white;

    font-size: 26px;
    font-weight: bold;

    cursor: pointer;
}
/* ===== FICHA DEL CLIENTE ===== */

.ficha-cliente {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px;
}


/* ENCABEZADO DEL FOLIO */

.encabezado-folio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 24px;
    margin-bottom: 24px;

    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.10);
    border-left: 5px solid #e31b23;
    border-radius: 12px;
}

.etiqueta-folio {
    margin: 0 0 6px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e31b23;
}

.encabezado-folio h2 {
    margin: 0;
    font-size: 32px;
    letter-spacing: 1px;
}

.estado-grande {
    padding: 10px 18px;

    background: rgba(227, 27, 35, 0.12);
    border: 1px solid rgba(227, 27, 35, 0.45);
    border-radius: 999px;

    color: #ff4a52;
    font-weight: 700;
    white-space: nowrap;
}


/* SECCIONES */

.seccion-folio {
    margin-top: 24px;
    padding: 24px;

    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
}

.seccion-folio h3 {
    margin: 0 0 18px 0;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255,255,255,0.09);

    font-size: 20px;
}


/* DATOS TÉCNICOS */

.datos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dato-folio {
    display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 14px 16px;

    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 9px;

    min-width: 0;
}

.dato-folio span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;

    color: #999;
}

.dato-folio strong {
    font-size: 15px;
    font-weight: 600;
    color: #f4f4f4;

    overflow-wrap: anywhere;
}


/* Falla, diagnóstico, trabajo, etc. */

.seccion-folio > .dato-folio {
    margin-bottom: 12px;
}

.seccion-folio > .dato-folio strong {
    line-height: 1.55;
}


/* FOTOGRAFÍAS */

.seccion-fotos-cliente {
    margin-top: 22px;
}

.seccion-fotos-cliente h4 {
    margin: 0 0 12px 0;

    font-size: 16px;
    color: #ddd;
}

.galeria-cliente {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.foto-cliente {
    width: 100%;
    height: 160px;

    object-fit: cover;

    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);

    cursor: zoom-in;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.foto-cliente:hover {
    transform: translateY(-3px);

    border-color: rgba(227, 27, 35, 0.65);

    box-shadow:
        0 8px 25px rgba(0,0,0,0.35);
}


/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {

    .datos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 600px) {

    .ficha-cliente {
        padding: 12px;
    }

    .encabezado-folio {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .encabezado-folio h2 {
        font-size: 26px;
    }

    .estado-grande {
        align-self: flex-start;
    }

    .seccion-folio {
        padding: 16px;
    }

    .datos-grid {
        grid-template-columns: 1fr;
    }

    .galeria-cliente {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .foto-cliente {
        height: 135px;
    }

}
/* ===== ADMIN EN MODO EDICIÓN ===== */

.admin-grid.modo-edicion {
    grid-template-columns: 1fr;
}

.admin-grid.modo-edicion #panelCrearServicio {
    display: none;
}

.admin-grid.modo-edicion #panelBuscarEditar {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.admin-grid.modo-edicion #editorServicio .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.admin-grid.modo-edicion #editorServicio .campo-ancho {
    grid-column: 1 / -1;
}

@media (max-width: 900px) {
    .admin-grid.modo-edicion #editorServicio .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .admin-grid.modo-edicion #editorServicio .form-grid {
        grid-template-columns: 1fr;
    }
}
.acciones-reporte-cliente {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.btn-reporte-cliente {
    display: inline-block;

    padding: 12px 18px;

    background: #d71920;
    color: white;

    border-radius: 8px;

    text-decoration: none;
    font-weight: 700;

    transition: 0.2s;
}

.btn-reporte-cliente:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}
/* =========================================
   SEGUIMIENTO VISUAL DEL SERVICIO
========================================= */

.seguimiento-servicio {
    margin: 22px 0 26px;
    padding: 20px 12px 10px;
}

.linea-progreso {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.linea-progreso::before {
    content: "";
    position: absolute;

    top: 17px;
    left: 4%;
    right: 4%;

    height: 4px;

    background: #3a3a3a;

    z-index: 0;
}

.paso-progreso {
    position: relative;
    z-index: 1;

    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    color: #888;
}

.circulo-progreso {
    width: 38px;
    height: 38px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: #292929;
    border: 3px solid #555;

    color: #999;

    font-weight: bold;

    margin-bottom: 8px;
}

.paso-progreso.completado .circulo-progreso {
    background: #d71920;
    border-color: #ff3b40;

    color: white;

    box-shadow: 0 0 12px rgba(215, 25, 32, 0.45);
}

.paso-progreso.completado span {
    color: white;
}

.paso-progreso span {
    font-size: 11px;
    font-weight: 700;
}


/* TELÉFONO */

@media (max-width: 700px) {

    .seguimiento-servicio {
        overflow-x: auto;
    }

    .linea-progreso {
        min-width: 680px;
    }

}
@media (max-width: 700px) {

    .seguimiento-servicio {
        margin: 12px 0 16px;
        padding: 8px 2px 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .linea-progreso {
        min-width: 520px;
        display: flex;
        justify-content: space-between;
    }

    .linea-progreso::before {
        top: 13px;
        left: 5%;
        right: 5%;
        height: 3px;
    }

    .circulo-progreso {
        width: 28px;
        height: 28px;
        border-width: 2px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .paso-progreso span {
        font-size: 9px;
        line-height: 1.05;
        max-width: 68px;
    }
}
/* =========================================
   FICHA DEL CLIENTE - MÓVIL COMPACTA
========================================= */

@media (max-width: 700px) {

    /* Aprovechar más el ancho disponible */
    .ficha-cliente {
        padding-left: 10px;
        padding-right: 10px;
    }

    .seccion-folio {
        padding: 18px 14px;
        margin-top: 16px;
    }

    /* Datos en dos columnas */
    .datos-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    /* Todas las tarjetas dentro del grid */
    .datos-grid > * {
        min-width: 0;
        padding: 14px 12px;
    }

    /* Etiquetas */
    .datos-grid strong,
    .datos-grid .campo-label {
        font-size: 10px;
        line-height: 1.1;
    }

    /* Valores */
    .datos-grid p,
    .datos-grid .campo-valor {
        font-size: 15px;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    /* Si queda una tarjeta sola al final, ocupa las dos columnas */
    .datos-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    /* Títulos un poco más compactos */
    .seccion-folio h3 {
        font-size: 25px;
        margin-bottom: 14px;
    }
}
/* =========================================
   PORTADA MÁS ANCHA Y COMPACTA - ESCRITORIO
========================================= */

@media (min-width: 900px) {

    .hero {
        padding: 28px 45px 30px;
    }

    .hero-content {
        width: 100%;
        max-width: 1250px;
        margin: 0 auto;
    }

    /* REPARACIÓN · MANTENIMIENTO · DIAGNÓSTICO */
    .eyebrow {
        width: 100%;
        margin-bottom: 12px;

        font-size: 15px;
        letter-spacing: 3px;
    }

    /* Título principal */
    .hero h1 {
        width: 100%;
        max-width: 1150px;

        font-size: clamp(55px, 5.4vw, 82px);
        line-height: 0.98;

        margin-top: 0;
        margin-bottom: 16px;
    }

    .hero h1 span {
        display: inline;
    }

    /* Descripción */
    .hero-text {
        width: 100%;
        max-width: 950px;

        font-size: 17px;
        line-height: 1.45;

        margin-bottom: 24px;
    }

    /* Las tres tarjetas usan todo el ancho */
    .service-grid {
        width: 100%;
        max-width: none;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 16px;
        margin-top: 20px;
    }

    .service-card {
        width: 100%;
        min-height: 95px;

        padding: 18px 22px;
    }
}
/* =========================================
   ENCABEZADO SUPERIOR - ESCRITORIO
========================================= */

@media (min-width: 900px) {

    .topbar {
        display: grid;
        grid-template-columns: 190px 1fr 190px;
        align-items: center;
        gap: 20px;
    }

    .brand {
        justify-self: start;
    }

    .topbar-title {
        justify-self: center;
        text-align: center;

        font-size: 24px;
        font-weight: 800;
        letter-spacing: 4px;

        color: #f2f2f2;
        white-space: nowrap;
    }

    .topbar-tag {
        justify-self: end;
    }

    /* Centrar reparación · mantenimiento · diagnóstico */
    .eyebrow {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 899px) {

    .topbar-title {
        display: none;
    }

}
@media (min-width: 900px) {

    .topbar-title {
        font-size: clamp(32px, 3vw, 44px);
        font-weight: 900;
        letter-spacing: 5px;
    }

    .hero {
        padding-top: 20px;
    }

    .eyebrow {
        margin-bottom: 12px;
        text-align: center;
    }

    .hero-text {
        margin-top: 0;
        margin-bottom: 18px;
        text-align: center;
        max-width: none;
    }

    .service-grid {
        margin-top: 16px;
    }
}