    :root {
      /* Paletă pământie — ocru, sienna, bej cald, maro profund */
      --accent:        #c87941;
      --gold:          #c9a84c;
      --gold-light:    #f0d080;
      --sienna:        #8b4513;
      --sienna-light:  #c1692a;
      --sienna-pale:   #f2e4d4;
      --dark:          #0f0a04;
      --dark2:         #1a1008;
      --dark3:         #241608;
      --text-light:    #f5efe8;
      --text-muted:    #b89a78;
      --border:        rgba(180,130,80,0.18);
      --border-light:  rgba(180,130,80,0.35);
      --border-gold:   rgba(201,168,76,0.25);
      --font-display:  'Playfair Display', Georgia, serif;
      --font-body:     'Source Sans 3', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; }
    body { font-family: var(--font-body); color: var(--text-light); background: var(--dark); margin: 0; }

    /* HEADER */
    #site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent; transition: background .4s, backdrop-filter .4s, box-shadow .4s; border-bottom: 1px solid transparent; }
    #site-header.scrolled { background: rgba(15,10,4,.97); backdrop-filter: blur(16px); box-shadow: 0 2px 24px rgba(0,0,0,.6); border-bottom-color: var(--border); }
    .header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .header-logo { font-family: var(--font-display); font-size: 18px; color: var(--gold-light); text-decoration: none; white-space: nowrap; flex-shrink: 0; }
    .header-logo span { color: var(--sienna-light); }
    .main-nav { display: flex; align-items: center; gap: 4px; }
    .main-nav a { color: var(--text-muted); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; transition: color .2s, background .2s; white-space: nowrap; }
    .main-nav a:hover { color: var(--sienna-pale); background: rgba(180,100,40,.1); }
    .lang-nav { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
    .lang-nav a { color: var(--text-muted); text-decoration: none; font-size: 12px; font-weight: 600; padding: 4px 7px; border-radius: 4px; border: 1px solid transparent; transition: all .2s; }
    .lang-nav a.active, .lang-nav a:hover { color: var(--gold-light); border-color: var(--border-gold); background: rgba(201,168,76,.08); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
    .hamburger span { display: block; width: 22px; height: 2px; background: var(--text-light); border-radius: 2px; }
    .mobile-menu { display: none; flex-direction: column; background: rgba(15,10,4,.98); border-top: 1px solid var(--border); padding: 16px 24px 20px; }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { color: var(--text-light); text-decoration: none; padding: 10px 0; font-size: 15px; border-bottom: 1px solid var(--border); }
    .mobile-menu a:last-child { border-bottom: none; }

    /* HERO */
    #banner { position: relative; min-height: 85vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
    .banner-img-bg { position: absolute; inset: 0; background-image: url('images/Muzeul-Olteniei-Craiova-1.jpg'); background-size: cover; background-position: center; z-index: 0; }
    .banner-overlay { position: absolute; inset: 0; background: linear-gradient(165deg, rgba(15,10,4,.05) 0%, rgba(15,10,4,.5) 40%, rgba(15,10,4,.97) 100%); z-index: 1; }
    .banner-content { position: relative; z-index: 2; max-width: 820px; padding: 110px 24px 64px; }
    .banner-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--sienna-light); margin-bottom: 14px; }
    .banner-award { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.35); border-radius: 30px; padding: 6px 16px; margin-bottom: 18px; }
    .banner-award-text { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); }
    .banner-content h1 { font-family: var(--font-display); font-size: clamp(2.2rem,5.5vw,4.2rem); font-weight: 700; line-height: 1.08; color: #fff; margin: 0 0 18px; text-shadow: 0 2px 30px rgba(0,0,0,.8); }
    .banner-content h1 em { font-style: normal; color: var(--sienna-pale); }
    .banner-content p { font-size: clamp(.95rem,2.3vw,1.15rem); color: rgba(255,255,255,.82); max-width: 580px; margin: 0 auto 30px; line-height: 1.7; }
    .banner-cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--sienna); color: #fff; padding: 13px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; transition: background .2s, transform .15s; }
    .btn-primary:hover { background: var(--sienna-light); transform: translateY(-1px); }
    .btn-outline { background: transparent; color: var(--gold-light); padding: 13px 28px; border-radius: 8px; border: 1px solid var(--gold); text-decoration: none; font-weight: 600; font-size: 15px; transition: background .2s, transform .15s; }
    .btn-outline:hover { background: rgba(201,168,76,.12); transform: translateY(-1px); }

    /* BREADCRUMB */
    .breadcrumb { background: var(--dark2); padding: 13px 0; border-bottom: 1px solid var(--border); }
    .breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
    .breadcrumb a { color: var(--sienna-light); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb-sep { opacity: .5; }

    /* STATS */
    .stats-band { background: var(--dark3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 0; }
    .stats-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(6,1fr); }
    .stat-item { text-align: center; padding: 0 12px; border-right: 1px solid var(--border); }
    .stat-item:last-child { border-right: none; }
    .stat-number { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--gold-light); line-height: 1; margin-bottom: 4px; }
    .stat-label { font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; }

    /* MAIN LAYOUT */
    .main-layout { max-width: 1200px; margin: 0 auto; padding: 56px 24px 80px; display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }

    /* SIDEBAR */
    .sidebar-nav { position: sticky; top: 88px; }
    .sidebar-nav-title { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
    .sidebar-nav ul { list-style: none; padding: 0; margin: 0 0 20px; }
    .sidebar-nav ul li { margin-bottom: 2px; }
    .sidebar-nav ul li a { display: block; font-size: 13px; color: var(--text-muted); text-decoration: none; padding: 6px 10px; border-radius: 6px; border-left: 2px solid transparent; transition: all .2s; }
    .sidebar-nav ul li a:hover, .sidebar-nav ul li a.active { color: var(--gold-light); background: rgba(201,168,76,.08); border-left-color: var(--gold); }
    .sidebar-info { background: var(--dark3); border: 1px solid var(--border); border-radius: 12px; padding: 16px; margin-top: 4px; }
    .sidebar-info-title { font-size: 11px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
    .sidebar-info-row { display: flex; gap: 8px; font-size: 12px; color: var(--text-muted); margin-bottom: 7px; align-items: flex-start; line-height: 1.4; }
    .sidebar-info-row:last-child { margin-bottom: 0; }
    .sinfo-icon { flex-shrink: 0; font-size: 13px; }
    .sidebar-info-row strong { color: var(--sienna-pale); display: block; }
    .sidebar-back { margin-top: 16px; }
    .sidebar-back a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--gold); text-decoration: none; font-weight: 600; transition: color .2s; }
    .sidebar-back a:hover { color: var(--gold-light); }

    /* ARTICLE CONTENT */
    .article { max-width: 820px; }

    /* NEWS BLOCK */
    .news-block { background: var(--dark3); border: 1px solid var(--border-light); border-left: 3px solid var(--sienna-light); border-radius: 10px; padding: 18px 20px; margin-bottom: 40px; }
    .news-block h3 { font-family: var(--font-display); font-size: 1rem; color: var(--sienna-pale); margin: 0 0 12px; }
    .news-block ul { list-style: none; padding: 0; margin: 0 0 10px; display: flex; flex-direction: column; gap: 8px; }
    .news-block li { font-size: 13px; color: var(--text-muted); display: flex; gap: 8px; align-items: baseline; }
    .news-date { font-size: 11px; font-weight: 600; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
    .news-block li a { color: var(--sienna-light); text-decoration: none; }
    .news-block li a:hover { text-decoration: underline; }
    .news-archive { font-size: 13px; margin: 0; }
    .news-archive a { color: var(--gold); text-decoration: none; font-weight: 600; }
    .news-archive a:hover { text-decoration: underline; }

    /* INTRO */
    .intro-lead { font-size: 1.1rem; color: rgba(245,239,232,.88); line-height: 1.85; margin: 0 0 24px; font-weight: 300; }
    .intro-lead strong { color: var(--gold-light); font-weight: 600; }

    /* MAIN IMAGE */
    .main-img { width: 100%; border-radius: 12px; display: block; margin-bottom: 32px; border: 1px solid var(--border); }
    .img-caption { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: -24px; margin-bottom: 32px; font-style: italic; }

    /* SECTIUNE */
    .attraction { margin-bottom: 52px; scroll-margin-top: 90px; }
    .attraction:last-child { margin-bottom: 0; }
    .attraction-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
    .attraction-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; color: var(--gold-light); opacity: .4; line-height: 1; flex-shrink: 0; }
    .attraction-title-wrap h2 { font-family: var(--font-display); font-size: clamp(1.3rem,2.5vw,1.7rem); color: var(--text-light); margin: 0 0 3px; line-height: 1.2; }
    .attraction-year { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
    .attraction-img { width: 100%; border-radius: 12px; display: block; margin-bottom: 16px; border: 1px solid var(--border); aspect-ratio: 16/9; object-fit: cover; transition: transform .3s; }
    .attraction-img:hover { transform: scale(1.01); }
    .attraction p { font-size: 15px; color: rgba(245,239,232,.78); line-height: 1.82; margin: 0 0 14px; }
    .attraction p:last-child { margin-bottom: 0; }
    .attraction p strong { color: var(--sienna-pale); font-weight: 600; }
    .attraction-divider { height: 1px; background: var(--border); margin: 52px 0; }

    /* CHIPS */
    .chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0 16px; }
    .chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(139,69,19,.15); border: 1px solid var(--border); color: var(--sienna-pale); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
    .chip-gold { background: rgba(201,168,76,.1); border-color: var(--border-gold); color: var(--gold-light); }
    .chip-blue { background: rgba(30,80,160,.2); border-color: rgba(80,130,220,.3); color: #a8c4f0; }

    /* COLECTIE ITEMS */
    .items-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; margin: 20px 0; }
    .item-card { background: var(--dark3); border: 1px solid var(--border); border-radius: 10px; padding: 16px; transition: border-color .2s; }
    .item-card:hover { border-color: var(--gold); }
    .item-card .ic-icon { font-size: 1.5rem; margin-bottom: 8px; }
    .item-card .ic-name { font-size: 13px; font-weight: 600; color: var(--text-light); margin-bottom: 4px; }
    .item-card .ic-note { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

    /* PLANETARIU HIGHLIGHT */
    .planetariu-box { background: linear-gradient(135deg, rgba(10,20,60,.6) 0%, rgba(15,10,4,.8) 100%); border: 1px solid rgba(80,130,220,.25); border-radius: 14px; padding: 28px; margin: 28px 0; }
    .planetariu-box h3 { font-family: var(--font-display); font-size: 1.35rem; color: #a8c4f0; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
    .spectacole-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
    .spectacol-card { background: rgba(30,60,120,.25); border: 1px solid rgba(80,130,220,.2); border-radius: 8px; padding: 12px 14px; }
    .spectacol-card .sc-num { font-size: 11px; font-weight: 600; color: rgba(168,196,240,.6); letter-spacing: .1em; margin-bottom: 4px; }
    .spectacol-card .sc-title { font-size: 13px; color: #c8d8f5; font-weight: 600; line-height: 1.4; }

    /* TIP BOX */
    .tip-box { background: rgba(139,69,19,.08); border: 1px solid rgba(193,105,42,.2); border-left: 3px solid var(--sienna-light); border-radius: 10px; padding: 16px 20px; margin: 20px 0; }
    .tip-box-label { font-size: 11px; font-weight: 600; color: var(--sienna-light); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
    .tip-box p { font-size: 14px; color: rgba(245,239,232,.75); margin: 0; line-height: 1.65; }
    .tip-box p strong { color: var(--sienna-pale); }

    /* INFO PRACTICA */
    .practical-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 20px 0; }
    .practical-card { background: var(--dark3); border: 1px solid var(--border); border-radius: 10px; padding: 16px; }
    .practical-card h4 { font-size: 12px; font-weight: 600; color: var(--sienna-light); text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px; }
    .practical-card p { font-size: 13px; color: var(--text-muted); margin: 0; line-height: 1.55; }
    .practical-card p strong { color: var(--text-light); display: block; }

    /* TARIFE */
    .tarife-list { display: flex; flex-direction: column; gap: 8px; margin: 14px 0; }
    .tarif-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 10px 14px; background: var(--dark3); border: 1px solid var(--border); border-radius: 8px; }
    .tarif-name { color: var(--text-muted); }
    .tarif-price { font-weight: 600; color: var(--gold-light); }
    .tarif-price.free { color: #b0e0b0; }

    /* SEDII / ADRESE */
    .sedii-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin: 20px 0; }
    .sediu-card { background: var(--dark3); border: 1px solid var(--border); border-radius: 12px; padding: 20px; transition: border-color .2s; }
    .sediu-card:hover { border-color: var(--sienna-light); }
    .sediu-card .sc-badge { display: inline-block; font-size: 10px; font-weight: 600; color: var(--sienna-light); text-transform: uppercase; letter-spacing: .1em; background: rgba(139,69,19,.15); border: 1px solid var(--border); border-radius: 4px; padding: 3px 8px; margin-bottom: 10px; }
    .sediu-card h4 { font-family: var(--font-display); font-size: 1rem; color: var(--text-light); margin: 0 0 8px; }
    .sediu-card p { font-size: 13px; color: var(--text-muted); margin: 0; line-height: 1.55; }
    .sediu-card p strong { color: var(--gold-light); }

    /* VIDEO LINK */
    .video-cta { display: flex; align-items: center; gap: 14px; background: var(--dark3); border: 1px solid var(--border-light); border-radius: 12px; padding: 18px 20px; margin: 24px 0; text-decoration: none; transition: border-color .2s; }
    .video-cta:hover { border-color: var(--sienna-light); }
    .video-icon { font-size: 2.2rem; flex-shrink: 0; }
    .video-text h4 { font-size: 14px; font-weight: 600; color: var(--text-light); margin: 0 0 3px; }
    .video-text p { font-size: 13px; color: var(--text-muted); margin: 0; }

    /* CTA */
    .btn-back { display: inline-flex; align-items: center; gap: 8px; background: var(--sienna); color: #fff; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; margin-top: 32px; transition: background .2s; }
    .btn-back:hover { background: var(--sienna-light); }

    /* CURIOZITATI */
    .curio-section { background: var(--dark3); border: 1px solid var(--border); border-radius: 14px; padding: 28px; margin: 40px 0; }
    .curio-section-title { font-family: var(--font-display); font-size: 1.3rem; color: var(--gold-light); margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
    .curio-list { display: flex; flex-direction: column; gap: 14px; }
    .curio-item { display: flex; gap: 14px; align-items: flex-start; }
    .curio-icon { font-size: 1.3rem; flex-shrink: 0; line-height: 1; margin-top: 2px; }
    .curio-item p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.65; }
    .curio-item p strong { color: var(--gold-light); }

    /* BOOKING */
    .booking-box { background: var(--dark3); border: 1px solid var(--border-gold); border-radius: 12px; padding: 20px 24px; margin: 32px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
    .booking-box p { font-size: 14px; color: var(--text-muted); margin: 0; flex: 1; min-width: 200px; }
    .booking-box p strong { color: var(--gold-light); display: block; font-size: 15px; margin-bottom: 4px; }
    .btn-booking { display: inline-flex; align-items: center; gap: 8px; background: #003580; color: #fff; padding: 11px 22px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background .2s; }
    .btn-booking:hover { background: #00438a; }

    /* FAQ */
    .faq-list { margin-top: 24px; }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-question { width: 100%; text-align: left; background: none; border: none; padding: 16px 0; font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--text-light); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; transition: color .2s; }
    .faq-question:hover { color: var(--sienna-pale); }
    .faq-icon { font-size: 18px; color: var(--gold); flex-shrink: 0; transition: transform .3s; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
    .faq-answer-inner { padding: 0 0 16px; font-size: 13px; color: var(--text-muted); line-height: 1.75; }
    .faq-item.open .faq-answer { max-height: 300px; }

    /* SHARE */
    .share-section { padding: 36px 0; border-top: 1px solid var(--border); }
    .share-title { font-size: 13px; font-weight: 600; color: var(--text-muted); text-align: center; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .1em; }
    .share-buttons { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .share-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: opacity .2s, transform .15s; font-family: var(--font-body); }
    .share-btn:hover { opacity: .88; transform: translateY(-1px); }
    .share-fb  { background: #1877f2; color: #fff; }
    .share-wa  { background: #25d366; color: #fff; }
    .share-pin { background: #e60023; color: #fff; }
    .share-copy { background: var(--dark3); color: var(--sienna-pale); border: 1px solid var(--border); }

    /* FOOTER */
    #footer { background: #070402; border-top: 1px solid var(--border); padding: 56px 0 0; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
    .footer-brand h2 { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold-light); margin: 0 0 10px; }
    .footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0 0 18px; }
    .footer-socials { display: flex; gap: 10px; }
    .footer-social-link { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; font-size: 14px; transition: border-color .2s, color .2s; }
    .footer-social-link:hover { border-color: var(--gold); color: var(--gold); }
    .footer-col h4 { font-size: 12px; font-weight: 600; color: var(--sienna-light); letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px; }
    .footer-col ul { list-style: none; padding: 0; margin: 0; }
    .footer-col ul li { margin-bottom: 8px; }
    .footer-col ul li a { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color .2s; }
    .footer-col ul li a:hover { color: var(--sienna-pale); }
    .footer-bottom { border-top: 1px solid var(--border); padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .footer-bottom p { font-size: 13px; color: var(--text-muted); margin: 0; }
    .footer-bottom a { color: var(--gold); text-decoration: none; }
    .footer-bottom a:hover { text-decoration: underline; }

    /* GDPR */
    #gdpr-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998; background: rgba(15,10,4,.97); border-top: 1px solid var(--border); backdrop-filter: blur(10px); padding: 16px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; transform: translateY(100%); transition: transform .4s ease; }
    #gdpr-banner.show { transform: translateY(0); }
    .gdpr-text { flex: 1; font-size: 13px; color: var(--text-muted); line-height: 1.55; min-width: 260px; }
    .gdpr-text a { color: var(--sienna-light); text-decoration: none; }
    .gdpr-actions { display: flex; gap: 10px; flex-shrink: 0; }
    .gdpr-accept { background: var(--sienna); color: #fff; border: none; padding: 9px 20px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--font-body); }
    .gdpr-accept:hover { background: var(--sienna-light); }
    .gdpr-reject { background: transparent; color: var(--text-muted); border: 1px solid var(--border); padding: 9px 16px; border-radius: 6px; font-size: 13px; cursor: pointer; font-family: var(--font-body); }

    /* AI BTN */
    #ai-btn { position: fixed; bottom: 24px; right: 24px; z-index: 997; width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 16px rgba(200,121,65,.45); transition: transform .25s; font-size: 22px; }
    #ai-btn:hover { transform: scale(1.08); }
    #ai-tooltip { position: fixed; bottom: 32px; right: 90px; z-index: 997; background: var(--dark2); color: var(--text-light); font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 8px; border: 1px solid var(--border); white-space: nowrap; opacity: 0; transform: translateX(6px); transition: opacity .2s, transform .2s; pointer-events: none; }
    #ai-btn:hover ~ #ai-tooltip { opacity: 1; transform: translateX(0); }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .main-nav { display: none; }
      .hamburger { display: flex; }
      .main-layout { grid-template-columns: 1fr; gap: 0; }
      .sidebar-nav { position: static; margin-bottom: 32px; }
      .stats-grid { grid-template-columns: repeat(3,1fr); }
      .stat-item:nth-child(3) { border-right: none; }
      .practical-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 600px) {
      .stats-grid { grid-template-columns: repeat(2,1fr); }
      .stat-item { border-right: none; border-bottom: 1px solid var(--border); padding: 10px 0; }
      .stat-item:last-child { border-bottom: none; }
      .practical-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .lang-nav { display: none; }
      .spectacole-grid { grid-template-columns: 1fr 1fr; }

           /* REPARATII FINALE MOBIL */
@media (max-width: 600px) {
    /* 1. Prevenim orice iesire accidentala in decor */
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* 2. Fortam containerele sa nu depaseasca latimea ecranului */
    .header-inner, .main-layout, .stats-grid, .breadcrumb-inner, .footer-grid {
        max-width: 100vw;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden; /* Taie ce depaseste */
    }

    /* 3. Reparam blocurile care intra/ies alandala */
    .stats-grid {
        grid-template-columns: 1fr 1fr; /* Maxim 2 pe rand pe mobil foarte mic */
        gap: 10px;
    }

    .stat-item {
        border-right: none !important;
        border-bottom: 1px solid var(--border);
    }

    /* 4. Imaginile sa nu forteze latimea */
    .attraction-img, .main-img {
        width: 100% !important;
        height: auto;
    }

    /* 5. Booking box-ul sa fie vertical pe mobil */
    .booking-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn-booking {
        width: 100%; /* Butonul sa fie cat tot ecranul, e mai usor de apasat */
        justify-content: center;
    }

    /* 6. Reparam tabelele de tarife sa nu se sfarame */
    .tarif-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

/* REPARAȚIE FORȚATĂ PENTRU MENIU LIMBI PE MOBIL */
@media (max-width: 600px) {
    .header-inner {
        display: flex !important;
        justify-content: space-between !important;
        padding: 0 12px !important;
    }

    .lang-nav {
        display: flex !important; /* Forțăm afișarea chiar dacă e ascuns în altă parte */
        order: 2; /* Îl punem la mijloc, între Logo și Hamburger */
        gap: 2px !important;
    }

    .lang-nav a {
        padding: 3px 5px !important; /* Micșorăm butoanele să încapă */
        font-size: 10px !important;
    }

    .lang-label {
        display: none; /* Ascundem eticheta "Language:" ca să economisim spațiu */
    }

    .header-logo {
        order: 1;
        font-size: 15px !important;
    }

    .hamburger {
        order: 3;
    }
}

    }
