.site-header { position:fixed; inset:0 0 auto; z-index:50; background:#fff; box-shadow:0 1px 4px rgba(30,58,138,.08); }
.sh-inner { max-width:1280px; margin-inline:auto; padding:.6rem 1.25rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; }

/* Logo */
.sh-brand { text-decoration:none; line-height:1.05; }
.sh-brand .line { font-size:1.25rem; font-weight:700; color:var(--ink); display:flex; align-items:center; gap:5px; }
.sh-brand .line i, .sh-brand .line strong { color:var(--action); }
.sh-brand small { display:block; font-size:9px; letter-spacing:.2em; text-transform:uppercase; color:#94a3b8; margin-top:2px; }

/* Toggle + hamburger */
.nav-toggle { position:absolute; opacity:0; pointer-events:none; }
.nav-burger { display:flex; flex-direction:column; gap:5px; cursor:pointer; padding:6px; }
.nav-burger span { width:24px; height:2px; background:var(--ink); border-radius:2px; transition:.25s; }
.nav-toggle:checked ~ .sh-inner .nav-burger span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-toggle:checked ~ .sh-inner .nav-burger span:nth-child(2) { opacity:0; }
.nav-toggle:checked ~ .sh-inner .nav-burger span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* Drawer */
.sh-drawer { position:fixed; inset:0; background:rgba(255,255,255,.98); backdrop-filter:blur(10px); z-index:45;
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1.75rem;
    opacity:0; visibility:hidden; transition:opacity .25s; }
.nav-toggle:checked ~ .sh-drawer { opacity:1; visibility:visible; }
.sh-drawer nav { display:flex; flex-direction:column; align-items:center; gap:1.5rem; }
.sh-drawer nav a { font-size:1.5rem; font-weight:600; color:var(--brand); text-decoration:none; }
.sh-drawer-langs { display:flex; gap:6px; flex-wrap:wrap; justify-content:center; max-width:240px; }
.sh-drawer-langs a { padding:7px 12px; border-radius:8px; font-size:.8rem; font-weight:700; color:var(--muted); text-decoration:none; }
.sh-drawer-langs a.active { background:var(--action); color:#fff; }
.sh-drawer-close { position:absolute; top:18px; right:20px; font-size:1.8rem; color:var(--ink); cursor:pointer; line-height:1; }

/* Nav + limbi */
.sh-nav, .sh-actions { display:none; }
.sh-lang { display:flex; gap:4px; }
.sh-lang a { font-size:.8rem; font-weight:700; color:#94a3b8; text-decoration:none; padding:2px 4px; }
.sh-lang a.active { color:var(--action); }

@media (min-width:768px) {
    .nav-burger, .sh-drawer { display:none !important; }
    .sh-nav { display:flex; gap:1.75rem; }
    .sh-nav a { text-decoration:none; font-size:.9rem; font-weight:500; color:var(--ink); }
    .sh-nav a:hover { color:var(--action); }
    .sh-actions { display:flex; align-items:center; gap:1.25rem; }
}

.site-header.is-minimal .sh-actions { display:flex; }


/* ════════════════════════════════════════════
   FOOTER complet (marketing) — pentru sections/footer.blade.php
   Folosește tokenii din components.css (--brand, --action...)
   ════════════════════════════════════════════ */

footer {
    background-color: var(--brand);
    color: #f8fafc;
    padding: 5rem 5% 2rem;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    max-width: 1280px;
    margin: 0 auto 3rem;
}

/* ── Titluri ── */
.footer-col h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid var(--accent);
    display: inline-block;
    padding-bottom: 5px;
}

/* ── Contact ── */
.contact-details p {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #e0f2fe;
}
.contact-details a {
    color: #fff;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.contact-details a:hover { color: #93c5fd; border-bottom: 1px solid #93c5fd; }

/* ── Social icons ── */
.social-icons { margin: 2rem 0; display: flex; gap: 15px; }
.social-icons a {
    font-size: 1.25rem;
    background: rgba(255,255,255,0.1);
    color: #fff;
    width: 45px; height: 45px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.2s;
}
.social-icons a:hover { background: var(--action); transform: translateY(-3px); }

/* ── Formular WhatsApp ── */
.form-col input, .form-col select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 2px solid var(--accent);
    border-radius: 8px;
    background: #fff;
    color: var(--brand);
    font-weight: 600;
    font-size: 0.95rem;
    font-family: inherit;
}
.date-row { display: flex; gap: 10px; width: 100%; }
.date-row input { flex: 1; }

.form-col button {
    background-color: var(--action);
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 5px;
    transition: background 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    font-family: inherit;
}
.form-col button:hover { background-color: var(--action-hover); }

/* ── Hartă ── */
.map-wrapper {
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.3);
}

/* ── Legal & badge-uri ── */
.legal-links img {
    height: 30px;
    margin-right: 12px;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
}
.legal-links a { color: #e0f2fe; }

/* ── Copyright ── */
.copyright {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    opacity: 0.7;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .footer-container { grid-template-columns: 1fr; gap: 3rem; }
}

/* ════ Cookie banner ════ */
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 150%);
    width: min(560px, calc(100% - 24px));
    background: var(--brand);
    color: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 9999;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.show {
    transform: translate(-50%, calc(-12px - env(safe-area-inset-bottom)));
}

.cookie-banner .cookie-text {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.45;
    flex: 1;
}
.cookie-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap;
}

.cookie-accept {
    flex-shrink: 0;
    white-space: nowrap;
    background: #fff;
    color: var(--brand);
    border: none;
    padding: 9px 22px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s;
}
.cookie-accept:hover { transform: scale(1.04); background: #eff6ff; }

/* ── Mobil: stivuit, scund, nu iese din ecran ── */
@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 14px 16px;
    }
    .cookie-banner .cookie-text { font-size: 0.82rem; }
    .cookie-accept { width: 100%; padding: 11px; }
}