/* ═══════════════════════════════════════════════════════════
   STATIONNAIRE — BATTERIES69
   Page vitrine batteries stationnaires / secours électrique
   Chargé après global.css
═══════════════════════════════════════════════════════════ */

body, html { max-width: 100%; overflow-x: hidden; }

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--accent);
    color: #0a0a12;
    padding: .75rem 1rem;
    z-index: 9999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.st-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(3.8rem, 7vw, 6rem);
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse 68% 58% at 12% 16%, rgba(139,108,248,.11), transparent 60%),
        radial-gradient(ellipse 64% 60% at 86% 40%, rgba(251,223,0,.10), transparent 62%),
        var(--bg-deep);
}

#st-canvas,
#st-canvas-cta {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .28;
    pointer-events: none;
}

.st-hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 180px;
    background: linear-gradient(to bottom, transparent, var(--bg-deep));
    z-index: 1;
    pointer-events: none;
}

.st-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1px);
    z-index: 0;
}
.st-orb-one {
    width: 440px;
    height: 440px;
    right: -120px;
    top: 12%;
    background: radial-gradient(circle, rgba(139,108,248,.18), transparent 70%);
    animation: stFloat 9s ease-in-out infinite;
}
.st-orb-two {
    width: 340px;
    height: 340px;
    left: -130px;
    bottom: 8%;
    background: radial-gradient(circle, rgba(251,223,0,.13), transparent 70%);
    animation: stFloat 11s ease-in-out infinite reverse;
}
@keyframes stFloat {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(20px,-18px,0) scale(1.04); }
}

.st-hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.st-hero h1 {
    font-family: var(--font-heading);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .92;
    margin: 1.1rem 0 1.4rem;
    font-size: clamp(50px, 7.4vw, 100px);
    color: var(--text-primary);
}
.st-hero h1 em,
.section-title em {
    font-style: normal;
    display: inline-block;
    padding: 0 .12em .05em 0;
    background: linear-gradient(135deg, var(--accent), #ffb800 42%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.st-hero p {
    max-width: 700px;
    color: var(--text-secondary);
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.75;
    margin: 0 0 2rem;
}

.st-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.st-actions .btn-primary,
.st-actions .btn-outline {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.86rem 1.35rem;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: var(--transition-bounce);
}
.st-actions .btn-primary {
    color: #0a0a12;
    background: var(--accent);
    border: 1px solid var(--accent);
    box-shadow: 0 12px 34px var(--accent-glow);
}
.st-actions .btn-outline {
    color: var(--text-primary);
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.18);
}
.st-actions .btn-primary:hover,
.st-actions .btn-outline:hover {
    transform: translateY(-2px);
}
.st-actions .btn-outline:hover {
    color: var(--accent);
    border-color: rgba(251,223,0,.36);
    background: var(--accent-soft);
}

.st-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.4rem;
}
.st-keywords span,
.st-checklist li,
.st-tech-card,
.st-use-card,
.st-product-card,
.st-step,
.contact-square-card {
    border: 1px solid var(--border-card);
    background: rgba(255,255,255,.035);
}
.st-keywords span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .48rem .75rem;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 800;
}

.st-hero-panel {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.st-rack-visual {
    width: min(88vw, 390px);
    transform: rotate(3deg);
    position: relative;
    filter: drop-shadow(0 35px 70px rgba(0,0,0,.52));
    isolation: isolate;
}
.st-rack-top {
    height: 22px;
    width: 76%;
    margin: 0 auto;
    border-radius: 16px 16px 8px 8px;
    background: linear-gradient(180deg, #292939, #151523);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
.st-rack-top span {
    width: 38px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}
.st-rack-body {
    border-radius: 34px;
    padding: 1.4rem;
    background:
        radial-gradient(ellipse 60% 40% at 18% 0%, rgba(251,223,0,.13), transparent 62%),
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
        rgba(21,21,35,.92);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.st-rack-line {
    min-height: 84px;
    border-radius: 22px;
    margin: .55rem 0;
    background:
        radial-gradient(ellipse at 12% 50%, rgba(251,223,0,.18), transparent 44%),
        rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    display: grid;
    grid-template-columns: 18px 1fr auto 32px;
    gap: .8rem;
    align-items: center;
    padding: 1rem;
}
.st-rack-line span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 18px var(--accent-glow);
}
.st-rack-line strong {
    color: var(--text-primary);
    font-family: var(--font-heading);
    font-size: 32px;
    letter-spacing: -.04em;
}
.st-rack-line small {
    color: var(--text-secondary);
    font-weight: 900;
    letter-spacing: .1em;
}
.st-rack-line i {
    width: 32px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(139,108,248,.86));
    box-shadow: 0 0 16px rgba(251,223,0,.24);
}
.st-rack-meter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .45rem;
    margin-top: .8rem;
}
.st-rack-meter span {
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}
.st-rack-meter span:nth-child(-n+3) {
    background: rgba(251,223,0,.82);
}
.st-rack-glow {
    position: absolute;
    inset: 8%;
    background: radial-gradient(circle, rgba(139,108,248,.28), transparent 68%);
    z-index: -1;
    filter: blur(34px);
}

.st-checklist {
    position: absolute;
    bottom: 0;
    right: 0;
    display: grid;
    gap: .65rem;
    list-style: none;
    width: min(320px, 90%);
}
.st-checklist li {
    border-radius: 18px;
    padding: .9rem 1rem;
    backdrop-filter: blur(14px);
}
.st-checklist strong {
    display: block;
    color: var(--accent);
    line-height: 1.2;
}
.st-checklist span {
    display: block;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.35;
    margin-top: .2rem;
}

.st-section {
    padding: clamp(3.6rem, 7vw, 5.6rem) 0;
    position: relative;
    background: var(--bg-primary);
}
.st-section:nth-of-type(even) { background: var(--bg-surface); }
.section-header {
    text-align: center;
    max-width: 790px;
    margin: 0 auto 2.5rem;
}
.section-sub { color: var(--text-secondary); line-height: 1.75; }

.st-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1rem;
}
.st-use-card,
.st-tech-card,
.st-product-card,
.st-step {
    border-radius: var(--radius-lg);
    padding: 1.35rem;
    transition: var(--transition-smooth);
}
.st-use-card:hover,
.st-tech-card:hover,
.st-product-card:hover,
.st-step:hover {
    transform: translateY(-4px);
    border-color: rgba(251,223,0,.24);
    box-shadow: 0 18px 48px rgba(0,0,0,.24);
}
.st-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 24px;
    margin-bottom: 1rem;
}
.st-use-card h3,
.st-tech-card h3,
.st-product-card h3,
.st-step h3 {
    color: var(--text-primary);
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: .55rem;
}
.st-use-card p,
.st-tech-card p,
.st-product-card p,
.st-step p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

.st-tech-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}
.st-tech-copy,
.st-tech-copy .section-title,
.st-tech-copy .section-sub {
    text-align: left;
}
.st-tech-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1rem;
}
.st-tech-card {
    min-height: 190px;
    background:
        radial-gradient(ellipse at 15% 0%, rgba(139,108,248,.10), transparent 48%),
        rgba(255,255,255,.035);
}

/* Logos + produits phares */
.brand-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
    margin: -1rem auto 2rem;
}
.brand-logo-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: .55rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border-card);
    background: rgba(255,255,255,.035);
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(0,0,0,.16);
    opacity: .88;
}
.brand-logo-pill.small {
    min-height: 42px;
    min-width: 112px;
    padding: .42rem .75rem;
    font-size: 11px;
    letter-spacing: .07em;
}
.yuasa-word { color: #e7392e; background: rgba(231,57,46,.08); border-color: rgba(231,57,46,.18); }
.enersys-word { color: #63b7ff; background: rgba(99,183,255,.08); border-color: rgba(99,183,255,.18); }
.sonnenschein-word { color: #ffce4b; background: rgba(255,206,75,.08); border-color: rgba(255,206,75,.20); }
.leoch-word { color: #6fa8ff; background: rgba(111,168,255,.08); border-color: rgba(111,168,255,.18); }

.st-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.st-product-card {
    background:
        radial-gradient(ellipse 70% 60% at 15% 0%, rgba(139,108,248,.07), transparent 60%),
        rgba(255,255,255,.035);
    min-height: 320px;
}
.st-product-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem;
    align-items: center;
    margin-bottom: 1rem;
}
.st-product-head .brand-logo-pill {
    flex: 0 1 136px;
}
.st-product-head .brand-logo-pill img {
    max-height: 28px;
    max-width: 118px;
}
.st-product-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(251,223,0,.09);
    color: var(--accent);
    border: 1px solid rgba(251,223,0,.18);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .35rem .55rem;
}
.st-product-card ul {
    margin-top: 1rem;
    display: grid;
    gap: .45rem;
    padding-left: 0;
    list-style: none;
}
.st-product-card li {
    position: relative;
    padding-left: 1rem;
    color: var(--text-secondary);
    font-size: 12.5px;
    line-height: 1.45;
}
.st-product-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
}

/* Process */
.st-process {
    padding: clamp(3.6rem, 7vw, 5.6rem) 0;
    background: var(--bg-deep);
}
.st-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1rem;
}
.st-step span {
    display: inline-block;
    font-family: var(--font-heading);
    color: var(--accent);
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.05em;
    margin-bottom: .5rem;
    opacity: .9;
}

/* CTA façon chargeurs */
.quote-section-stationnaire {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 6.4rem) 0;
    background:
        radial-gradient(ellipse 72% 75% at 50% 0%, rgba(139,108,248,.13), transparent 62%),
        radial-gradient(ellipse 60% 64% at 90% 85%, rgba(251,223,0,.12), transparent 60%),
        var(--bg-primary);
}
.quote-card-particles {
    position: relative;
    overflow: hidden;
}
.quote-card-particles canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .32;
    pointer-events: none;
    z-index: 0;
}
.quote-card-particles > *:not(canvas) {
    position: relative;
    z-index: 1;
}
.contact-square-card {
    border-radius: var(--radius-xl);
    background:
        radial-gradient(ellipse 70% 90% at 8% 0%, rgba(139,108,248,.15), transparent 58%),
        radial-gradient(ellipse 62% 82% at 95% 100%, rgba(251,223,0,.11), transparent 60%),
        rgba(255,255,255,.035);
    box-shadow: 0 30px 100px rgba(0,0,0,.42), 0 0 80px rgba(139,108,248,.06);
    padding: clamp(2rem, 5vw, 4rem);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, .72fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    backdrop-filter: blur(18px);
}
.quote-content .section-title {
    text-align: left;
    margin: 1rem 0;
}
.left-sub {
    text-align: left;
    max-width: 720px;
}
.quote-mini-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}
.quote-mini-proof span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--border-card);
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 800;
    padding: .45rem .7rem;
}
.quote-actions-stationnaire {
    display: grid;
    gap: .8rem;
}
.quote-action {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 18px;
    border: 1px solid var(--border-card);
    background: rgba(255,255,255,.035);
    color: var(--text-primary);
    text-decoration: none;
    padding: .85rem 1rem;
    transition: var(--transition-bounce);
}
.quote-action span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--accent-soft);
    color: var(--accent);
    flex: 0 0 auto;
}
.quote-action strong {
    color: var(--text-primary);
    font-size: 14px;
}
.quote-action:hover {
    transform: translateY(-3px);
    border-color: rgba(251,223,0,.24);
    background: var(--accent-soft);
}
.quote-action-call {
    background: linear-gradient(135deg, var(--accent), #ffca35);
    color: #0a0a12;
    border-color: var(--accent);
    box-shadow: 0 12px 34px rgba(251,223,0,.22);
}
.quote-action-call strong,
.quote-action-call span {
    color: #0a0a12;
}
.quote-action-call span {
    background: rgba(0,0,0,.08);
}

/* Même retour haut que les pages récentes */
#back-to-top {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid var(--border-card);
    background: var(--bg-card);
    color: var(--accent);
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: var(--transition-smooth);
    z-index: 450;
}
#back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
#back-to-top svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
}

/* Footer ancien format */
footer {
    background: var(--bg-deep);
    border-top: 1px solid var(--border-subtle);
    padding: 2.2rem 0;
}
.footer-inner {
    width: min(1240px, calc(100% - 2.5rem));
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    place-items: center;
    text-align: center;
}
.footer-logo img {
    height: 44px;
    width: auto;
    max-width: min(178px, 80vw);
    object-fit: contain;
}
.footer-inner p {
    color: var(--text-secondary);
    font-size: 13px;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: center;
}
.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition-fast);
}
.footer-links a:hover,
.footer-links a.footer-active { color: var(--accent); }
.footer-linkedin,
.footer-contact-icon {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--border-card);
    background: rgba(255,255,255,.035);
}
.glow-pulse { color: var(--accent); }
.glow-pulse-blue { color: #4b7cff; }
.glow-pulse-white { color: var(--text-primary); }
.glow-pulse-red { color: #ff4b4b; }

/* Light mode */
html[data-theme="light"] .st-hero {
    background:
        radial-gradient(ellipse 68% 58% at 12% 16%, rgba(122,76,240,.13), transparent 60%),
        radial-gradient(ellipse 64% 60% at 86% 40%, rgba(245,179,1,.15), transparent 62%),
        #fff8e9 !important;
}
html[data-theme="light"] .st-rack-body,
html[data-theme="light"] .st-rack-line,
html[data-theme="light"] .brand-logo-pill,
html[data-theme="light"] .st-product-card,
html[data-theme="light"] .st-use-card,
html[data-theme="light"] .st-tech-card,
html[data-theme="light"] .st-step,
html[data-theme="light"] .contact-square-card,
html[data-theme="light"] .quote-mini-proof span,
html[data-theme="light"] .quote-action {
    background: rgba(255,255,255,.76) !important;
    border-color: rgba(66,45,12,.14) !important;
    box-shadow: 0 12px 34px rgba(158,101,0,.10) !important;
}
html[data-theme="light"] .st-rack-line strong,
html[data-theme="light"] .st-rack-line small {
    color: var(--text-primary) !important;
}
html[data-theme="light"] .st-rack-line i,
html[data-theme="light"] .st-rack-meter span:nth-child(-n+3) {
    background: linear-gradient(90deg, #d59200, #7251d8) !important;
}
html[data-theme="light"] .st-rack-meter span {
    background: rgba(66,45,12,.14);
}
html[data-theme="light"] .quote-section-stationnaire {
    background:
        radial-gradient(ellipse 72% 75% at 50% 0%, rgba(122,76,240,.15), transparent 62%),
        radial-gradient(ellipse 60% 64% at 90% 85%, rgba(245,179,1,.16), transparent 60%),
        #fff4dd !important;
}
html[data-theme="light"] .quote-card-particles canvas {
    opacity: .32 !important;
    filter: saturate(1.2) contrast(1.05) !important;
}
html[data-theme="light"] .quote-action-call {
    background: linear-gradient(135deg, var(--accent), #ffca35) !important;
}
html[data-theme="light"] .quote-action-call strong,
html[data-theme="light"] .quote-action-call span {
    color: #171108 !important;
}
html[data-theme="light"] .st-product-chip {
    color: #a96800 !important;
    background: var(--accent-soft) !important;
}
html[data-theme="light"] footer {
    background: #fff5df !important;
    border-top-color: rgba(66,45,12,.10) !important;
}

/* Responsive */
@media (max-width: 1180px) {
    .st-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .st-hero-grid,
    .st-tech-grid {
        grid-template-columns: 1fr;
    }
    .st-hero-panel { min-height: 430px; }
    .st-use-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .st-tech-cards,
    .st-steps { grid-template-columns: 1fr; }
    .st-tech-copy,
    .st-tech-copy .section-title,
    .st-tech-copy .section-sub { text-align: center; }
}
@media (max-width: 820px) {
    .contact-square-card { grid-template-columns: 1fr; }
    .quote-content .section-title,
    .left-sub { text-align: center; }
    .quote-mini-proof { justify-content: center; }
}
@media (max-width: 640px) {
    .st-hero {
        min-height: auto;
        padding: 3.2rem 0 3.8rem;
    }
    .st-hero h1 { font-size: clamp(42px, 13vw, 66px); }
    .st-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .st-actions a {
        width: 100%;
        justify-content: center;
    }
    .st-use-grid,
    .st-product-grid { grid-template-columns: 1fr; }
    .st-hero-panel { min-height: 390px; }
    .st-rack-visual { width: min(82vw, 330px); }
    .st-rack-line {
        grid-template-columns: 14px 1fr;
        gap: .45rem .7rem;
        min-height: 76px;
    }
    .st-rack-line small,
    .st-rack-line i {
        grid-column: 2;
    }
    .st-rack-line i {
        width: min(100%, 160px);
    }
    .st-checklist {
        position: relative;
        width: 100%;
        margin-top: 1rem;
    }
    .footer-inner { width: min(100% - 2rem, 1240px); }
}


/* ═══════════════════════════════════════════════════════════
   LOGOS MARQUES — imagesWEBP/<marque>.webp avec fallback texte
═══════════════════════════════════════════════════════════ */
.brand-logo-pill {
    gap: .48rem;
}
.brand-logo-pill img {
    display: block;
    max-height: 26px;
    max-width: 118px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));
}
.brand-logo-pill span {
    line-height: 1;
}
.brand-logo-pill:not(.logo-fallback) span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.brand-logo-pill.logo-fallback span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    white-space: nowrap;
}
html[data-theme="light"] .brand-logo-pill img {
    filter: drop-shadow(0 4px 10px rgba(80,50,0,.16));
}
