/* ==================================================
   ECOMNIGHTHQ — COURSE DETAIL PAGE STYLESHEET
   Premium Design System Matching Main Site
   ================================================== */

:root {
    --font-display: 'Clash Display', sans-serif;
    --font-body: 'Satoshi', sans-serif;
    --font-mono: 'Inter Tight', monospace;
    --nav-height: 80px;
    --ticker-height: 34px;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ===== DARK THEME (Default) ===== */
[data-theme="dark"] {
    --bg-void: #000000;
    --bg-surface: rgba(8, 8, 12, 0.85);
    --bg-glass: rgba(12, 12, 16, 0.5);
    --bg-glass-hover: rgba(18, 18, 24, 0.6);
    --text-primary: #FFFFFF;
    --text-secondary: #B0B0BC;
    --text-muted: #6B6B78;
    --accent: #4D7CFF;
    --accent-dim: rgba(77, 124, 255, 0.15);
    --accent-glow: rgba(77, 124, 255, 0.4);
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-glass: rgba(255, 255, 255, 0.1);
    --border-hover: rgba(255, 255, 255, 0.15);
    --green: #34D399;
    --green-dim: rgba(52, 211, 153, 0.1);
    --red: #EF4444;
    --red-dim: rgba(239, 68, 68, 0.1);
    --panel-bg: rgba(10, 10, 14, 0.9);
    --ticker-bg: rgba(5, 5, 8, 0.95);
    --nav-scrolled-bg: rgba(5, 5, 8, 0.85);
    --btn-primary-bg: #FFFFFF;
    --btn-primary-color: #000000;
    --btn-ghost-bg: rgba(255, 255, 255, 0.03);
    --btn-ghost-border: rgba(255, 255, 255, 0.1);
    --btn-ghost-hover-bg: rgba(255, 255, 255, 0.06);
    --metric-card-bg: rgba(255, 255, 255, 0.02);
    --logo-svg-color: #FFFFFF;
}

/* ===== LIGHT THEME ===== */
[data-theme="light"] {
    --bg-void: #F8F9FC;
    --bg-surface: rgba(255, 255, 255, 0.9);
    --bg-glass: rgba(255, 255, 255, 0.7);
    --bg-glass-hover: rgba(255, 255, 255, 0.85);
    --text-primary: #0F1419;
    --text-secondary: #536471;
    --text-muted: #8899A6;
    --accent: #2563EB;
    --accent-dim: rgba(37, 99, 235, 0.1);
    --accent-glow: rgba(37, 99, 235, 0.3);
    --border-subtle: rgba(0, 0, 0, 0.06);
    --border-glass: rgba(0, 0, 0, 0.08);
    --border-hover: rgba(0, 0, 0, 0.15);
    --green: #059669;
    --green-dim: rgba(5, 150, 105, 0.08);
    --red: #DC2626;
    --red-dim: rgba(220, 38, 38, 0.08);
    --panel-bg: rgba(255, 255, 255, 0.95);
    --ticker-bg: rgba(255, 255, 255, 0.98);
    --nav-scrolled-bg: rgba(255, 255, 255, 0.9);
    --btn-primary-bg: #0F1419;
    --btn-primary-color: #FFFFFF;
    --btn-ghost-bg: rgba(0, 0, 0, 0.03);
    --btn-ghost-border: rgba(0, 0, 0, 0.1);
    --btn-ghost-hover-bg: rgba(0, 0, 0, 0.06);
    --metric-card-bg: rgba(0, 0, 0, 0.02);
    --logo-svg-color: #0F1419;
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--bg-void); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; cursor: none; }
a { text-decoration: none; color: inherit; cursor: none; }
button { cursor: none; border: none; background: none; font-family: inherit; }
img, video { max-width: 100%; display: block; }

/* ===== CUSTOM CURSOR ===== */
.custom-cursor { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 99999; }
.cursor-dot { position: absolute; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; transform: translate(-50%, -50%); }
.cursor-ring { position: absolute; width: 36px; height: 36px; border: 1.5px solid var(--accent); border-radius: 50%; opacity: 0.5; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, opacity 0.3s; }
@media (max-width: 1024px) { .custom-cursor { display: none; } body, a, button { cursor: auto; } }

/* ===== BACKGROUND ===== */
.bg-elements { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; transition: opacity 0.4s ease; }
[data-theme="light"] .bg-elements { opacity: 0.4; }
.bg-grid { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(128,128,128,0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(128,128,128,0.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 60% at 65% 35%, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 65% 35%, black 20%, transparent 70%); }
.bg-glow { position: absolute; border-radius: 50%; filter: blur(80px); will-change: opacity; }
.bg-glow-1 { top: -20%; left: -5%; width: 50vw; height: 50vh; background: radial-gradient(ellipse at center, rgba(128,128,128,0.03) 0%, transparent 70%); }
.bg-glow-2 { bottom: -30%; right: -10%; width: 60vw; height: 60vh; background: radial-gradient(ellipse at center, rgba(128,128,128,0.02) 0%, transparent 70%); }

/* ===== TOP TICKER ===== */
.top-ticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--ticker-height);
    background: var(--ticker-bg);
    border-bottom: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1000;
    font-size: 0.72rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: background 0.4s ease;
}
.ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ticker 60s linear infinite;
    gap: 32px;
    padding-left: 32px;
    will-change: transform;
}
.ticker-track span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ticker-track .dot { color: var(--border-subtle); font-size: 0.5rem; }
.ticker-track .icon-sm { color: var(--accent); opacity: 0.7; width: 14px; height: 14px; }
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (max-width: 768px) { .top-ticker { display: none; } }

/* ===== MAIN CONTENT ===== */
.course-detail-page { position: relative; z-index: 1; padding-top: calc(var(--ticker-height) + var(--nav-height)); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 1024px) { .course-detail-page { padding-top: calc(var(--ticker-height) + var(--nav-height)); } }
@media (max-width: 768px) { .container { padding: 0 20px; } .course-detail-page { padding-top: 80px; } }

/* ===== SECTION HEADERS ===== */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; font-weight: 500; color: var(--accent); text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 16px; background: var(--accent-dim); border: 1px solid rgba(77, 124, 255, 0.2); border-radius: 100px; margin-bottom: 20px; }
.section-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 48px); font-weight: 700; color: var(--text-primary); line-height: 1.2; margin-bottom: 16px; }
.section-desc { font-size: 17px; color: var(--text-secondary); max-width: 600px; margin: 0 auto; line-height: 1.7; }
.text-gradient { background: linear-gradient(135deg, var(--accent), var(--green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ===== HERO ===== */
.cd-hero { padding: 30px 0 80px; }
.cd-back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-muted); margin-bottom: 40px; transition: color 0.3s ease; }
.cd-back-link:hover { color: var(--accent); }
.cd-back-link svg { width: 18px; height: 18px; }

.cd-hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }

.cd-badge-row { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.cd-badge { font-family: var(--font-mono); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 5px 14px; border-radius: 100px; }
.cd-badge-bestseller { color: var(--green); background: var(--green-dim); border: 1px solid rgba(52, 211, 153, 0.3); }
.cd-badge-updated { color: var(--accent); background: var(--accent-dim); border: 1px solid rgba(77, 124, 255, 0.2); }

.cd-hero-title { font-family: var(--font-display); font-size: clamp(36px, 5vw, 52px); font-weight: 700; line-height: 1.1; color: var(--text-primary); margin-bottom: 20px; }
.cd-hero-desc { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 32px; }

.cd-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cd-stat { text-align: center; padding: 20px 12px; background: var(--bg-glass); border: 1px solid var(--border-glass); border-radius: 14px; }
.cd-stat-val { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--accent); margin-bottom: 4px; }
.cd-stat-label { font-size: 11px; color: var(--text-muted); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.5px; }

/* Price Card */
.cd-price-card { background: var(--bg-glass); border: 1px solid var(--border-glass); border-radius: 24px; padding: 36px; position: sticky; top: calc(var(--ticker-height) + var(--nav-height) + 20px); }
.cd-price-card-header { text-align: center; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border-subtle); }
.cd-price-label { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 8px; }
.cd-price-amount { font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.cd-price-note { font-size: 13px; color: var(--text-muted); }

.cd-price-features { margin-bottom: 28px; }
.cd-pf-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.cd-pf-item svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }
.cd-pf-item span { font-size: 14px; color: var(--text-secondary); }

.cd-buy-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 18px 32px; background: var(--accent); color: #FFFFFF; border-radius: 14px; font-size: 16px; font-weight: 600; font-family: var(--font-body); transition: all 0.4s var(--ease-out-expo); position: relative; overflow: hidden; }
.cd-buy-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(77, 124, 255, 0.3); }
.cd-buy-btn svg { flex-shrink: 0; }
.btn-shine { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.6s var(--ease-out-expo); }
.cd-buy-btn:hover .btn-shine { left: 100%; }

.cd-buy-note { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 14px; font-family: var(--font-mono); }

/* ===== VIDEO SECTION ===== */
.cd-video-section { padding: 0 0 80px; }
.cd-video-wrap { max-width: 900px; margin: 0 auto; }
.cd-video-box { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--border-glass); aspect-ratio: 16/9; background: var(--bg-glass); }
.cd-video-box video { width: 100%; height: 100%; object-fit: cover; }
.cd-video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: linear-gradient(135deg, rgba(77, 124, 255, 0.05), rgba(52, 211, 153, 0.03)); cursor: pointer; transition: background 0.3s ease; }
.cd-video-placeholder:hover { background: linear-gradient(135deg, rgba(77, 124, 255, 0.1), rgba(52, 211, 153, 0.05)); }
.cd-video-play { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; background: var(--accent); border-radius: 50%; color: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.cd-video-play svg { width: 28px; height: 28px; margin-left: 4px; }
.cd-video-placeholder:hover .cd-video-play { transform: scale(1.1); box-shadow: 0 8px 30px rgba(77, 124, 255, 0.4); }
.cd-video-label { font-size: 14px; color: var(--text-muted); font-family: var(--font-mono); }

/* ===== MODULES LIST ===== */
.cd-learn { padding: 80px 0 100px; background: var(--bg-surface); position: relative; z-index: 1; }
.cd-modules-list { max-width: 800px; margin: 0 auto; }
.cd-module { background: var(--bg-glass); border: 1px solid var(--border-glass); border-radius: 16px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.cd-module:hover { border-color: var(--border-hover); background: var(--bg-glass-hover); }
.cd-module-header { display: flex; align-items: center; gap: 20px; padding: 24px 28px; }
.cd-module-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--accent); background: var(--accent-dim); border-radius: 8px; padding: 4px 10px; flex-shrink: 0; min-width: 44px; text-align: center; }
.cd-module-info { flex: 1; }
.cd-module-info h3 { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--text-primary); margin-bottom: 4px; }
.cd-module-info p { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }
.cd-module-goal-line { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.cd-module-meta { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; flex-shrink: 0; padding: 6px 14px; background: var(--metric-card-bg); border: 1px solid var(--border-subtle); border-radius: 100px; }

/* Accordion Module Styles */
.cd-module-accordion { border-radius: 16px; }
.cd-module-accordion.active { border-color: var(--accent); }
.cd-module-accordion .cd-module-toggle { cursor: pointer; user-select: none; }
.cd-module-accordion .cd-module-header:hover { background: var(--bg-glass-hover); }
.cd-module-toggle-icon { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border-glass); color: var(--text-muted); transition: all 0.3s ease; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cd-module-toggle-icon svg { width: 16px; height: 16px; transition: transform 0.4s var(--ease-out-expo); }
.cd-module-accordion.active .cd-module-toggle-icon { background: var(--accent); border-color: var(--accent); }
.cd-module-accordion.active .cd-module-toggle-icon svg { transform: rotate(45deg); color: #fff; }
.cd-module-body { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease-out-expo); }
.cd-module-accordion.active .cd-module-body { max-height: 700px; }
.cd-module-body-inner { padding: 0 28px 26px; }
.cd-module-body-inner p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
.cd-module-topics-title { font-size: 11px; font-weight: 700; color: var(--text-muted); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; padding-top: 16px; border-top: 1px solid var(--border-glass); }
.cd-module-topics { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.cd-module-topics li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--text-secondary); line-height: 1.5; }
.cd-module-topics li::before { content: '→'; color: var(--accent); flex-shrink: 0; font-weight: 700; }
.cd-module-outcome { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-primary); background: var(--green-dim); border: 1px solid rgba(52,211,153,0.2); border-radius: 10px; padding: 12px 16px; }
.cd-module-outcome svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

@media (max-width: 768px) {
    .cd-module-header { flex-wrap: wrap; gap: 12px; padding: 20px; }
    .cd-module-meta { margin-left: 0; margin-top: 8px; width: fit-content; }
    .cd-module-num { font-size: 22px; min-width: 36px; }
}
[dir="rtl"] .cd-module-meta { margin-left: 0; margin-right: 0; }

/* ===== AUDIENCE SECTION ===== */
.cd-audience { padding: 80px 0 100px; position: relative; z-index: 1; }
.cd-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.cd-audience-card { padding: 36px; background: var(--bg-glass); border: 1px solid var(--border-glass); border-radius: 20px; }
.cd-audience-card-title { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-primary); margin-bottom: 20px; }
.cd-audience-card-title svg { width: 22px; height: 22px; flex-shrink: 0; }
.cd-audience-yes .cd-audience-card-title svg { color: var(--green); }
.cd-audience-no .cd-audience-card-title svg { color: var(--red); }
.cd-audience-card ul { list-style: none; }
.cd-audience-card ul li { position: relative; padding: 8px 0 8px 20px; font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.cd-audience-card ul li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; }
.cd-audience-yes ul li::before { background: var(--green); }
.cd-audience-no ul li::before { background: var(--red); opacity: 0.6; }

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

/* ===== FAQ ===== */
.cd-faq { padding: 80px 0 100px; background: var(--bg-surface); position: relative; z-index: 1; }
.cd-faq-list { max-width: 800px; margin: 0 auto; }
.cd-faq-item { border: 1px solid var(--border-glass); border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; background: var(--bg-glass); }
.cd-faq-item:hover { border-color: var(--border-hover); }
.cd-faq-item.active { border-color: rgba(77, 124, 255, 0.3); background: var(--accent-dim); }
.cd-faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; text-align: left; font-size: 15px; font-weight: 600; color: var(--text-primary); }
.cd-faq-icon { width: 20px; height: 20px; color: var(--text-muted); transition: transform 0.3s ease; flex-shrink: 0; }
.cd-faq-item.active .cd-faq-icon { transform: rotate(45deg); color: var(--accent); }
.cd-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out-expo); }
.cd-faq-item.active .cd-faq-answer { max-height: 300px; }
.cd-faq-answer p { padding: 0 24px 20px; font-size: 14px; color: var(--text-secondary); line-height: 1.8; }

/* ===== FINAL CTA ===== */
.cd-final-cta { padding: 80px 0 120px; position: relative; z-index: 1; }
.cta-card { position: relative; background: var(--bg-glass); border: 1px solid var(--border-glass); border-radius: 28px; padding: 80px 60px; text-align: center; overflow: hidden; }
.cta-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, var(--accent-glow), transparent 70%); opacity: 0.2; pointer-events: none; }
.cta-content { position: relative; z-index: 1; }
.cta-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: var(--text-primary); line-height: 1.2; margin-bottom: 20px; }
.cta-desc { font-size: 17px; color: var(--text-secondary); max-width: 550px; margin: 0 auto 36px; line-height: 1.7; }
.cta-buttons { margin-bottom: 16px; display: flex; justify-content: center; }
.cd-buy-btn-lg { max-width: 360px; margin: 0 auto; width: 100%; }
.cd-cta-subtext { font-size: 13px; color: var(--text-muted); font-family: var(--font-mono); margin-bottom: 24px; }
.cta-trust { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); font-family: var(--font-mono); }
.cta-trust-item svg { width: 16px; height: 16px; color: var(--green); }

@media (max-width: 768px) { .cta-card { padding: 48px 24px; border-radius: 20px; } }

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 1024px) {
    .cd-hero-content { grid-template-columns: 1fr; gap: 40px; }
    .cd-price-card { position: static; }
    .cd-hero-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .cd-hero { padding: 40px 0 60px; }
    .cd-hero-title { font-size: clamp(28px, 5vw, 40px); }
    .cd-hero-desc { font-size: 14px; margin-bottom: 24px; }
    .cd-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cd-stat { padding: 16px 10px; }
    .cd-stat-val { font-size: 20px; }
    .cd-price-card { padding: 28px 20px; border-radius: 20px; }
    .cd-price-amount { font-size: 40px; }
    .cd-buy-btn { padding: 16px 24px; font-size: 15px; border-radius: 12px; }
    .cd-video-section { padding: 0 0 60px; }
    .cd-learn { padding: 60px 0 80px; }
    .cd-audience { padding: 60px 0 80px; }
    .cd-faq { padding: 60px 0 80px; }
    .cd-final-cta { padding: 60px 0 80px; }
    .cd-badge-row { gap: 8px; }
    .cd-back-link { margin-bottom: 24px; }
    .section-header { margin-bottom: 40px; }
}
@media (max-width: 480px) {
    .cd-hero-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
    .cd-stat-val { font-size: 18px; }
    .cd-stat-label { font-size: 10px; }
    .cd-price-card { padding: 24px 16px; }
    .cd-faq-question { padding: 16px 20px; font-size: 14px; }
    .cd-faq-answer p { padding: 0 20px 16px; font-size: 13px; }
    .cd-audience-card { padding: 28px 20px; }
}

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.6s var(--ease-out-expo); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.price-equivalent { font-size: 15px; color: var(--text-secondary); font-weight: 600; margin-top: 4px; }

.price-currency-label { display: block; font-size: 0.32em; font-weight: 600; letter-spacing: 0.5px; color: var(--text-secondary); margin-top: 4px; }
