/* ===================================================
   CrownBetCompass.com — Black & Gold Premium Theme
   =================================================== */

/* CSS Variables */
:root {
    --black: #000000;
    --black-rich: #0a0a0a;
    --black-soft: #111111;
    --black-card: #161616;
    --black-lighter: #1c1c1c;
    --black-border: #2a2a2a;
    --gold: #d4af37;
    --gold-light: #f0d060;
    --gold-bright: #ffd700;
    --gold-dark: #b8960c;
    --gold-muted: #a08520;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-muted: #777777;
    --shadow-gold: rgba(212, 175, 55, 0.15);
    --shadow-gold-strong: rgba(212, 175, 55, 0.3);
    --shadow-dark: rgba(0, 0, 0, 0.5);
    --gradient-gold: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 50%, var(--gold) 100%);
    --gradient-dark: linear-gradient(180deg, var(--black-rich) 0%, var(--black) 100%);
    --gradient-card: linear-gradient(145deg, var(--black-card) 0%, var(--black-soft) 100%);
}

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--black);
    overflow-x: hidden;
}

body.age-modal-open {
    overflow: hidden;
}

body.age-modal-open .main-content,
body.age-modal-open .footer,
body.age-modal-open .cookie-banner,
body.age-modal-open .back-to-top {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

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

/* ============ HERO SECTION ============ */
.hero-section {
    position: relative;
    background: var(--black);
    background-image: url('../images/Cinematic casino composition.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--text-primary);
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid var(--black-border);
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.88) 50%, rgba(0,0,0,0.95) 100%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

/* Brand */
.brand {
    margin-bottom: 30px;
}

.brand-icon {
    display: inline-block;
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 16px;
    filter: drop-shadow(0 0 20px rgba(212,175,55,0.4));
    animation: crownGlow 3s ease-in-out infinite;
}

@keyframes crownGlow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(212,175,55,0.4)); }
    50% { filter: drop-shadow(0 0 35px rgba(212,175,55,0.7)); }
}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 1px;
}

.brand-dot {
    color: var(--gold);
}

.hero-tagline {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 40px;
    font-weight: 500;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-secondary);
    line-height: 1.7;
}

.hero-warning {
    background: rgba(212,175,55,0.06);
    border: 1px solid var(--gold-dark);
    border-radius: 12px;
    padding: 20px 24px;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.age-limit {
    background: var(--gradient-gold);
    color: var(--black);
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.hero-warning p {
    margin: 0;
    font-size: 14px;
    color: var(--text-secondary);
}

.hero-warning a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ============ CASINO SECTION ============ */
.casinos-section {
    padding: 80px 0;
    background: var(--gradient-dark);
    position: relative;
}

/* ============ IMAGE BANNER / DIVIDER ============ */
.image-banner {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.image-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--black) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.3) 70%, var(--black-rich) 100%);
    pointer-events: none;
}

.image-banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.image-banner-text {
    text-align: center;
    color: var(--text-primary);
}

.image-banner-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

.image-banner-text h3 i {
    color: var(--gold);
    margin-right: 12px;
}

.image-banner-text p {
    font-size: 16px;
    color: var(--text-secondary);
    text-shadow: 0 1px 10px rgba(0,0,0,0.5);
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .image-banner {
        height: 200px;
    }

    .image-banner-text h3 {
        font-size: 22px;
        padding: 0 20px;
    }

    .image-banner-text p {
        font-size: 14px;
        padding: 0 20px;
    }
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-primary);
}

.section-title i {
    color: var(--gold);
    margin-right: 10px;
}

.casinos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    align-items: stretch;
}

/* Casino Cards */
.casino-card {
    background: var(--gradient-card);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--black-border);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.casino-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(145deg, rgba(212,175,55,0.2), transparent 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.casino-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px var(--shadow-dark), 0 0 30px var(--shadow-gold);
    border-color: var(--gold-dark);
}

.casino-card:hover::before {
    opacity: 1;
}

.card-header {
    background: var(--black-soft);
    padding: 0;
    text-align: center;
    border-bottom: 1px solid var(--black-border);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.casino-logo {
    max-width: 200px;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.videoslots-logo {
    max-width: 260px;
    max-height: 140px;
}

.card-body {
    padding: 30px 25px;
    flex: 1;
}

.bonus-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 10px;
}

.bonus-subtitle {
    color: var(--text-secondary);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.bonus-terms {
    background: rgba(255,255,255,0.03);
    padding: 18px;
    border-radius: 8px;
    border: 1px solid var(--black-border);
    margin-top: 16px;
}

.bonus-terms h4 {
    color: var(--gold);
    margin-bottom: 8px;
    font-size: 15px;
}

.bonus-terms p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted);
}

.card-footer {
    padding: 24px 25px;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--black-border);
    margin-top: auto;
    flex-shrink: 0;
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating-score {
    font-size: 24px;
    font-weight: 700;
    color: var(--gold);
}

.rating-text {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button {
    background: var(--gradient-gold);
    color: var(--black);
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--shadow-gold);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow-gold-strong);
}

/* ============ TEXT SECTIONS ============ */
.text-section {
    padding: 80px 0;
    background: var(--black-rich);
    border-top: 1px solid var(--black-border);
    position: relative;
}

.text-section-alt {
    background: var(--black);
}

/* Background images for text sections */
.text-section-bg-select {
    background-image: url('../images/High-end casino scene.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-section-bg-select::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,0.92);
    pointer-events: none;
}

.text-section-bg-select > .container {
    position: relative;
    z-index: 1;
}

.text-section-bg-bonuses {
    background-image: url('../images/Luxury casino artwork in black.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-section-bg-bonuses::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.90);
    pointer-events: none;
}

.text-section-bg-bonuses > .container {
    position: relative;
    z-index: 1;
}

.text-section-body {
    max-width: 1000px;
    margin: 0 auto;
}

.text-intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto 50px;
}

.text-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.text-col {
    background: var(--gradient-card);
    border: 1px solid var(--black-border);
    border-radius: 14px;
    padding: 30px;
    transition: all 0.35s ease;
}

.text-col:hover {
    border-color: rgba(212,175,55,0.3);
    box-shadow: 0 8px 30px var(--shadow-gold);
    transform: translateY(-4px);
}

.text-col h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--gold-light);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-col h3 i {
    color: var(--gold);
    font-size: 20px;
    width: 24px;
    text-align: center;
}

.text-col p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-secondary);
}

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

    .text-section {
        padding: 60px 0;
    }

    .text-intro {
        font-size: 15px;
        margin-bottom: 35px;
    }
}

/* ============ FAQ SECTION ============ */
.faq-section {
    padding: 80px 0;
    background: var(--black-rich);
    border-top: 1px solid var(--black-border);
    border-bottom: 1px solid var(--black-border);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 16px;
    border: 1px solid var(--black-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(212,175,55,0.3);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: var(--black-card);
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: inherit;
}

.faq-question:hover {
    background: var(--black-lighter);
}

.faq-question i {
    transition: transform 0.3s ease;
    color: var(--gold);
    font-size: 14px;
}

.faq-question[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: var(--black-soft);
}

.faq-answer.active {
    padding: 25px;
    max-height: 500px;
}

.faq-answer p {
    margin-bottom: 15px;
    color: var(--text-secondary);
}

.faq-answer ul,
.faq-answer ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.faq-answer li {
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.faq-answer strong {
    color: var(--gold-light);
}

.faq-answer a {
    color: var(--gold);
    text-decoration: underline;
}

/* ============ ABOUT SECTION ============ */
.about-section {
    padding: 80px 0;
    background: var(--black);
    position: relative;
    background-image: url('../images/Premium casino-inspired visual.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.88);
    pointer-events: none;
}

.about-section > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .about-section {
        background-attachment: scroll;
    }
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-item {
    background: var(--gradient-card);
    border: 1px solid var(--black-border);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.about-item:hover {
    border-color: rgba(212,175,55,0.3);
    box-shadow: 0 8px 30px var(--shadow-gold);
}

.about-icon {
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 16px;
}

.about-item h3 {
    color: var(--gold-light);
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
}

.about-item p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 14px;
}

/* ============ TRUST BANNERS ============ */
.trust-banners {
    background: var(--black-soft);
    padding: 40px 0;
    border-top: 1px solid var(--black-border);
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.trust-badge {
    background: var(--black-card);
    border: 1px solid var(--black-border);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    border-color: var(--gold-dark);
    box-shadow: 0 4px 15px var(--shadow-gold);
}

.trust-badge-logo {
    max-width: 100%;
    max-height: 40px;
    filter: brightness(0) invert(1);
}

.trust-badge-logo.no-filter {
    filter: none;
}

/* ============ FOOTER ============ */
.footer {
    background: var(--black-rich);
    color: var(--text-primary);
    padding: 60px 0 0;
    border-top: 1px solid var(--black-border);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    color: var(--gold);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.footer-column h3 i {
    margin-right: 8px;
}

.footer-column p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: var(--gold);
}

.responsible-links {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.responsible-links a {
    background: rgba(212,175,55,0.08);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
    border: 1px solid var(--gold-dark);
    transition: all 0.3s ease;
}

.responsible-links a:hover {
    background: rgba(212,175,55,0.15);
    color: var(--gold-light);
}

.footer-bottom {
    border-top: 1px solid var(--black-border);
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
}

.footer-bottom a {
    color: var(--gold);
    text-decoration: underline;
}

/* ============ COOKIE BANNER ============ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black-card);
    color: var(--text-primary);
    padding: 20px 0;
    z-index: 2000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 1px solid var(--gold-dark);
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    color: var(--text-secondary);
}

.cookie-content a {
    color: var(--gold);
    text-decoration: underline;
}

.cookie-accept {
    background: var(--gradient-gold);
    color: var(--black);
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px var(--shadow-gold-strong);
}

/* ============ BACK TO TOP ============ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-gold);
    color: var(--black);
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 15px var(--shadow-gold);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px var(--shadow-gold-strong);
}

/* ============ AGE MODAL ============ */
.age-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.age-modal.show {
    opacity: 1;
    visibility: visible;
}

.age-modal-dialog {
    background: var(--black-card);
    color: var(--text-primary);
    padding: 36px 30px;
    border-radius: 16px;
    max-width: 480px;
    width: 92%;
    box-shadow: 0 20px 60px var(--shadow-dark), 0 0 40px var(--shadow-gold);
    text-align: left;
    border: 1px solid var(--gold-dark);
}

.age-modal-dialog h2 {
    margin-bottom: 16px;
    font-size: 24px;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
}

.age-modal-dialog h2 i {
    margin-right: 10px;
}

.age-modal-dialog p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 10px;
    line-height: 1.6;
}

.age-modal-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.age-btn {
    border: none;
    border-radius: 8px;
    padding: 12px 22px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.age-btn-yes {
    background: var(--gradient-gold);
    color: var(--black);
}

.age-btn-yes:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--shadow-gold-strong);
}

/* ============ UTILITY ============ */
.current-year {
    display: inline-block;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .brand-name {
        font-size: 38px;
    }

    .casinos-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-badges-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .hero-section {
        padding: 70px 0 60px;
    }

    .brand-name {
        font-size: 30px;
    }

    .brand-icon {
        font-size: 36px;
    }

    .hero-tagline {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-warning {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .casinos-section,
    .faq-section,
    .about-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 26px;
    }

    .casinos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .casino-card {
        margin: 0 auto;
        max-width: 420px;
    }

    .faq-question {
        padding: 16px 20px;
        font-size: 14px;
    }

    .faq-answer.active {
        padding: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .trust-badges-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .brand-name {
        font-size: 24px;
    }

    .hero-title {
        font-size: 22px;
    }

    .section-title {
        font-size: 22px;
    }

    .bonus-title {
        font-size: 17px;
    }

    .card-footer {
        flex-direction: column;
        gap: 15px;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* Print Styles */
@media print {
    .cookie-banner,
    .back-to-top,
    .age-modal {
        display: none !important;
    }

    body {
        background: white !important;
        color: black !important;
    }
}
