/**
 * Hosting — complementos sobre paginas-web.css + cw-pkg-sections.css
 */

/* Hero centrado (sin columna visual 50/50 de páginas web) */
.hero-section {
    padding: 0 0 2rem;
    display: block;
    text-align: center;
}

.hero-intro {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 2.5rem;
    padding-top: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%));
    text-align: center;
}

.hero-intro .badge,
.hero-section .badge {
    display: block;
    width: fit-content;
    margin: 0 auto 2rem;
}

.hero-section .hero-title,
.hero-section .hero-subtitle {
    text-align: center;
}

.hero-section .hero-subtitle {
    max-width: 72ch;
    margin-left: auto;
    margin-right: auto;
}

.hero-section > .features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: min(1180px, 100%);
    margin: 0 auto 0.5rem;
    padding: 0;
    text-align: left;
}

.hero-section > .features .feature {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.7rem;
    row-gap: 0.45rem;
    align-items: start;
    min-width: 0;
    padding: 1.15rem 1.1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-section > .features .feature:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-section > .features .feature-icon {
    grid-column: 1;
    grid-row: 1;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 10px;
    font-size: 0.92rem;
    align-self: center;
    flex-shrink: 0;
}

.hero-section > .features .feature-text {
    display: contents;
}

.hero-section > .features .feature-text h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.94);
}

.hero-section > .features .feature-text p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

/* Tres CTAs del hero en una fila en PC */
.hero-section > .cta-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: stretch;
    gap: 0.7rem;
    max-width: min(980px, 100%);
    margin: 1.5rem auto 0;
    grid-template-columns: unset !important;
}

.hero-section > .cta-container .cta-button {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    white-space: nowrap;
    padding-inline: 0.85rem !important;
    justify-content: center;
}

@media (max-width: 992px) {
    .hero-section > .features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }
}

@media (max-width: 968px) {
    /* Evitar que cw-cards-mobile aplaste el layout de cards del hero */
    .hero-section > .features .feature {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        flex-direction: unset !important;
        column-gap: 0.7rem !important;
        row-gap: 0.45rem !important;
        align-items: start !important;
    }

    .hero-section > .features .feature-text {
        display: contents !important;
    }
}

@media (max-width: 768px) {
    .hero-section > .features {
        grid-template-columns: 1fr;
        max-width: 100%;
        text-align: left;
    }

    .hero-section > .cta-container {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        max-width: 100%;
        align-items: center;
    }

    .hero-section > .cta-container .cta-button {
        width: 100% !important;
        max-width: 320px;
        flex: none;
    }
}

@media (min-width: 969px) {
    body:not(.page-home) .hero-section .hero-intro {
        max-width: 820px;
        margin-inline: auto;
        text-align: center;
    }
}

/* Listas de señales: icono fijo + texto en flujo (evita que <strong>/<a> se partan en móvil) */
.sw-signals-list li {
    display: block !important;
    position: relative;
    padding-left: 1.55rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    text-align: left !important;
}

.sw-signals-list li > i {
    position: absolute;
    left: 0;
    top: 0.2rem;
    margin: 0 !important;
    color: var(--matrix-green, #00ff9d);
    flex-shrink: 0;
}

.sw-signals-list li a,
.sw-signals-list li strong {
    display: inline;
    white-space: normal;
}

@media (max-width: 768px) {
    .sw-signals {
        padding: 1.15rem 1.05rem !important;
    }

    .sw-signals-list {
        grid-template-columns: 1fr !important;
        gap: 0.7rem !important;
    }

    .sw-signals-list li {
        font-size: 0.9rem;
        line-height: 1.55;
        padding-left: 1.5rem;
    }
}

.hosting-pricing {
    padding-top: 0;
}

.hosting-currency {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin: 0 0 1.25rem;
}

.hosting-currency__label {
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
}

.currency-toggle-compact {
    display: inline-flex;
    background: var(--glass-bg, rgba(255, 255, 255, 0.05));
    border-radius: 50px;
    padding: 4px;
    border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.15));
    backdrop-filter: blur(8px);
}

.currency-btn-compact {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.62);
    padding: 0.55rem 1.25rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 650;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    font-size: 0.82rem;
    min-width: 88px;
    font-family: inherit;
}

.currency-btn-compact.active {
    background: var(--neon-blue, #00f3ff);
    color: var(--deep-space, #0a0a0f);
    box-shadow: 0 0 14px rgba(0, 243, 255, 0.35);
}

.currency-btn-compact:hover:not(.active) {
    background: rgba(255, 255, 255, 0.08);
}

.cw-host-cards {
    margin-bottom: 1.5rem;
}

.cw-host-card {
    position: relative;
}

.cw-host-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 0.35rem;
    min-width: 0;
}

.cw-host-card__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 0.1rem;
    border-radius: 10px;
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid rgba(0, 243, 255, 0.22);
    color: var(--neon-blue, #00f3ff);
    font-size: 0.92rem;
    line-height: 1;
}

.cw-host-card__head h3 {
    margin: 0 !important;
    min-width: 0;
    font-size: 1rem !important;
    line-height: 1.25 !important;
}

.cw-host-card__titles {
    min-width: 0;
    flex: 1;
}

.cw-host-card__subtitle {
    margin: 0.2rem 0 0 !important;
    font-size: 0.72rem !important;
    font-weight: 650 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.35 !important;
    color: rgba(0, 255, 157, 0.78) !important;
}

.cw-host-tier {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.45rem;
    max-width: 100%;
}

.cw-host-tier__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
}

.cw-host-tier__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    white-space: nowrap;
    flex-shrink: 0;
}

.cw-host-tier__chip i {
    font-size: 0.58rem;
    opacity: 0.95;
}

.cw-host-tier--cpanel .cw-host-tier__chip {
    color: #b8f8ff;
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.16) 0%, rgba(0, 243, 255, 0.06) 100%);
    border-color: rgba(0, 243, 255, 0.38);
    box-shadow: 0 0 14px rgba(0, 243, 255, 0.1);
}

.cw-host-tier--cpanel .cw-host-tier__chip i {
    color: var(--neon-blue, #00f3ff);
}

.cw-host-tier--vps .cw-host-tier__chip {
    color: #ecd4ff;
    background: linear-gradient(135deg, rgba(185, 103, 255, 0.18) 0%, rgba(185, 103, 255, 0.06) 100%);
    border-color: rgba(185, 103, 255, 0.4);
    box-shadow: 0 0 14px rgba(185, 103, 255, 0.1);
}

.cw-host-tier--vps .cw-host-tier__chip i {
    color: var(--neon-purple, #b967ff);
}

.cw-host-tier--dedicated .cw-host-tier__chip {
    color: #c8ffe8;
    background: linear-gradient(135deg, rgba(0, 255, 157, 0.16) 0%, rgba(0, 255, 157, 0.05) 100%);
    border-color: rgba(0, 255, 157, 0.42);
    box-shadow: 0 0 14px rgba(0, 255, 157, 0.1);
}

.cw-host-tier--dedicated .cw-host-tier__chip i {
    color: var(--matrix-green, #00ff9d);
}

.cw-host-card--featured .cw-host-tier__label {
    color: rgba(255, 255, 255, 0.68);
}

.cw-host-card > p:not(.cw-pkg-price):not(.cw-host-card__subtitle):not(.cw-host-card__desc) {
    flex: 1;
    margin: 0 !important;
}

.cw-host-card__desc {
    flex: 1;
    margin: 0 !important;
    font-size: 0.875rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.74);
}

.cw-host-card .cw-pkg-btn {
    margin-top: 1.5rem !important;
    flex-shrink: 0;
}

.cw-host-price-box {
    margin: 0.65rem 0 0.9rem;
    padding: 0.7rem 0.85rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 243, 255, 0.28);
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.1) 0%, rgba(0, 243, 255, 0.03) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 22px rgba(0, 243, 255, 0.07);
    text-align: center;
}

.cw-host-price-box__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.cw-host-price-box__note {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.45);
}

.cw-host-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.4rem;
    margin: 0 !important;
}

.cw-host-price .host-price-value {
    font-size: clamp(1.45rem, 3.2vw, 1.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--neon-blue, #00f3ff);
    text-shadow: 0 0 22px rgba(0, 243, 255, 0.28);
}

.cw-host-card--featured .cw-host-price-box {
    border-color: rgba(0, 255, 157, 0.38);
    background: linear-gradient(135deg, rgba(0, 255, 157, 0.12) 0%, rgba(0, 243, 255, 0.05) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 26px rgba(0, 255, 157, 0.1);
}

.cw-host-card--featured .cw-host-price .host-price-value {
    color: var(--matrix-green, #00ff9d);
    text-shadow: 0 0 22px rgba(0, 255, 157, 0.25);
}

.host-price-currency {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
}

.host-price-period {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.cw-host-cards .cmp-price {
    font-size: 0.88rem;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    color: var(--neon-blue, #00f3ff);
    white-space: nowrap;
}

/* Comparativa hosting: 3 columnas — sin scroll forzado en móvil */
.cw-host-compare-wrap {
    overflow-x: visible;
}

.cw-host-compare-table {
    min-width: 0 !important;
    width: 100%;
}

.cw-host-compare-table .cmp-price {
    font-size: 0.92rem;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    color: var(--neon-blue, #00f3ff);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cw-host-compare-wrap {
        overflow: visible;
        border: none;
        background: transparent;
        border-radius: 0;
        margin-bottom: 1.25rem;
    }

    .cw-host-compare-table {
        min-width: 0 !important;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 0.75rem;
    }

    .cw-host-compare-table thead {
        display: none;
    }

    .cw-host-compare-table tbody {
        display: grid;
        gap: 0.75rem;
    }

    .cw-host-compare-table tbody tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 1rem 1.05rem;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.03);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .cw-host-compare-table tbody th,
    .cw-host-compare-table tbody td {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        border: none !important;
        white-space: normal !important;
        position: static !important;
        left: auto !important;
        box-shadow: none !important;
        background: transparent !important;
        isolation: auto !important;
        z-index: auto !important;
    }

    .cw-host-compare-table tbody th {
        font-size: 1.05rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.96) !important;
        line-height: 1.3;
    }

    .cw-host-compare-table tbody td {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.35rem 0.75rem;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.72) !important;
        font-weight: 500 !important;
    }

    .cw-host-compare-table tbody td::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 750;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.45);
    }

    .cw-host-compare-table tbody td.cmp-price {
        font-size: 1.05rem;
        font-weight: 800 !important;
        color: var(--neon-blue, #00f3ff) !important;
        white-space: nowrap !important;
    }

    .cw-host-compare-table tbody tr:last-child th,
    .cw-host-compare-table tbody tr:last-child td {
        color: inherit;
    }

    .cw-host-compare-table tbody tr:last-child td.cmp-price {
        color: var(--matrix-green, #00ff9d) !important;
    }
}

.cw-host-card--featured .cw-host-card__icon {
    background: rgba(0, 255, 157, 0.12);
    border-color: rgba(0, 255, 157, 0.28);
    color: var(--matrix-green, #00ff9d);
}

.cw-host-card--featured .cw-host-card__head {
    padding-right: 5.25rem;
}

@media (max-width: 968px) {
    .cw-host-card--featured .cw-host-card__head {
        padding-right: 0;
        padding-top: 1.65rem;
    }

    .cw-host-cards.cw-pkg-cards--3 {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .cw-host-card {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 1.25rem 1.1rem 1.2rem !important;
    }

    .cw-host-card__head {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 0.7rem !important;
        width: 100%;
        min-width: 0;
    }

    .cw-host-card__titles {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .cw-host-card__head h3 {
        font-size: 1.05rem !important;
        line-height: 1.3 !important;
        word-break: break-word;
    }

    .cw-host-tier {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.4rem;
        max-width: 100%;
    }

    .cw-host-tier__label,
    .cw-host-tier__chip {
        white-space: normal;
        max-width: 100%;
    }

    .cw-host-tier__chip {
        flex-shrink: 1;
        line-height: 1.3;
    }

    .cw-host-price-box {
        width: 100%;
        box-sizing: border-box;
        margin: 0.75rem 0 0.85rem;
        padding: 0.85rem 0.9rem;
    }

    .cw-host-price {
        display: flex !important;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
        gap: 0.25rem 0.45rem;
        width: 100%;
    }

    .cw-host-price .host-price-value {
        font-size: clamp(1.55rem, 7vw, 1.85rem);
        font-variant-numeric: tabular-nums;
        word-break: keep-all;
    }

    .host-price-currency,
    .host-price-period {
        font-size: 0.8rem;
    }

    .cw-host-card__desc {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .cw-host-card .cw-pkg-btn {
        width: 100%;
        justify-content: center;
        margin-top: 1.1rem !important;
        box-sizing: border-box;
    }

    .cw-host-card__badge {
        top: 0.75rem;
        right: 0.75rem;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    .cw-host-card {
        padding: 1.1rem 0.95rem 1.05rem !important;
    }

    .cw-host-price-box {
        padding: 0.75rem 0.7rem;
    }

    .cw-host-price .host-price-value {
        font-size: 1.5rem;
    }
}

.cw-host-card--featured {
    border-color: rgba(0, 243, 255, 0.42) !important;
    box-shadow: 0 10px 28px rgba(0, 243, 255, 0.12);
}

.cw-host-card__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--deep-space, #0a0a0f);
    background: linear-gradient(135deg, var(--matrix-green, #00ff9d), #00e08c);
}

.cw-host-tech {
    margin-top: 1.25rem;
}

.cw-host-tech .cw-host-card__desc {
    flex: 1;
}

.host-infra-note {
    margin: 1.75rem auto 0;
    max-width: min(860px, 100%);
    padding: 1.35rem 1.5rem 1.45rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 243, 255, 0.22);
    background: rgba(0, 243, 255, 0.05);
    text-align: left;
}

.host-infra-note__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.01em;
}

.host-infra-note__text {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.host-infra-note__text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .host-infra-note {
        padding: 1.15rem 1.05rem 1.25rem;
        margin-top: 1.35rem;
    }
}

.sw-use-grid.cw-pkg-cards.cw-host-workloads {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: 1.25rem;
    align-items: stretch;
}

.cw-host-workloads .cw-host-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.cw-host-workloads .cw-host-card__desc {
    flex: 1;
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

.cw-host-workloads .cw-host-card__head h3 {
    font-size: 1.02rem;
}

#cargas .sw-process-note {
    margin-top: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 968px) {
    .sw-use-grid.cw-pkg-cards.cw-host-workloads {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sw-use-grid.cw-pkg-cards.cw-host-workloads {
        grid-template-columns: 1fr;
    }
}

.host-legal-note {
    margin: 2.5rem auto 0;
    max-width: min(760px, 100%);
    padding: 1.35rem 1.5rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.host-legal-note__title {
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.92);
}

.host-legal-note__lead {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.host-legal-note__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.host-legal-note__links li {
    margin: 0;
}

.host-legal-note .cw-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 243, 255, 0.32);
    background: rgba(0, 243, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none !important;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.host-legal-note .cw-chip i {
    color: var(--neon-blue, #00f3ff);
    font-size: 0.85rem;
}

.host-legal-note .cw-chip:hover,
.host-legal-note .cw-chip:focus-visible {
    color: #fff;
    border-color: rgba(0, 243, 255, 0.5);
    background: rgba(0, 243, 255, 0.16);
    transform: translateY(-1px);
}

.host-legal-note .cw-chip:focus-visible {
    outline: 2px solid var(--neon-blue, #00f3ff);
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .host-legal-note {
        padding: 1.1rem 1rem;
        margin-top: 2rem;
    }

    .host-legal-note__links {
        justify-content: center;
        gap: 0.5rem;
    }
}
