* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background: #111;
    color: #f5f5f5;
}

header {
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.logo img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

nav a {
    color: #f5f5f5;
    text-decoration: none;
    margin-left: 15px;
    font-size: 14px;
}

nav a:hover {
    text-decoration: underline;
}

.hero {
    min-height: 60vh;
    background: #222 url('img/camera_double1.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 12px;
    max-width: 700px;
}

.hero-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-text {
    max-width: 450px;
    text-align: left;
}

.hero-logo img {
    height: 160px;
    width: auto;
    filter: drop-shadow(0 0 8px #000);
}

.hero-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.hero-logos img {
    filter: drop-shadow(0 0 8px #000);
}

.logo-main {
    height: 160px;
    width: auto;
}

.qr-main {
    height: 160px; /* aceeași înălțime ca sigla */
    width: 160px;  /* pătrat */
    border-radius: 12px;
    background: #fff; /* să fie contrast pe fundal negru */
    padding: 6px;
}

@media (max-width: 800px) {
    .hero-text {
        text-align: center;
    }
    .hero-logo img {
        height: 120px;
        margin-top: 20px;
    }
}

.hero h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.hero p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.section {
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.section h2 {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
}

.section p {
    font-size: 15px;
    line-height: 1.5;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 15px 18px 20px;
}

.card-title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

.card-sub {
    color: #e3b341;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    background: #e3b341;
    color: #111;
    border: none;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.btn-primary:hover, .btn-secondary:hover {
    opacity: 0.9;
}

.btn-secondary {
    background: #444;
    color: #f5f5f5;
}

.btn-download {
    padding: 6px 12px;
    background: #222;
    color: #fff;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 14px;
}
.btn-download:hover {
    background: #444;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: #333;
    margin-right: 5px;
    margin-bottom: 5px;
}

.badge-gold {
    background: #e3b341;
    color: #111;
}

.facilities-list {
    list-style: none;
    margin-top: 10px;
}

.facilities-list li {
    margin-bottom: 6px;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

footer {
    text-align: center;
    font-size: 12px;
    padding: 15px;
    background: #000;
    margin-top: 40px;
}

/* Layout pentru paginile de cameră */
.camera-hero {
    min-height: 40vh;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.camera-hero h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.camera-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 25px;
}

@media (max-width: 800px) {
    .hero-flex {
        flex-direction: column;      /* text sus, sigla+QR dedesubt */
        gap: 20px;
    }

    .hero-text {
        text-align: center;
        max-width: 100%;
    }

    .logo-main,
    .qr-main {
        height: 120px;               /* mai mici pe mobil */
        width: auto;
    }
}

/* Galerie 6 poze pentru fiecare cameră */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.gallery img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #222;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
    font-size: 13px;
}

.lang-switch a {
    padding: 3px 8px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid #555;
    color: #f5f5f5;
}

.lang-switch a.active-lang {
    background: #e3b341;
    color: #111;
    border-color: #e3b341;
    font-weight: bold;
}
