/* ══════════════════════════════════
   HEADER 2026
══════════════════════════════════ */
.header-top {
    background: #0b1120;
    border-bottom: 1px solid rgba(20,184,166,.12);
    padding: 10px 0;
}
.header-top .top-social a {
    color: rgba(255,255,255,.7);
    margin-right: 8px;
    font-size: 15px;
    transition: color .2s;
}
.header-top .top-social a:hover { color: #14b8a6; }
.header-top .top-contact-info ul li a {
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 500;
    gap: 7px;
}
.header-top .top-contact-info ul li a i { color: #14b8a6; font-size: 15px; }
.header-top .top-contact-info ul li a:hover { color: #fff; }
.header-top-right .account a {
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 500;
}
.header-top-right .account a:hover { color: #14b8a6; }

/* Navbar */
.main-navigation { background: #111827; border-bottom: 1px solid rgba(20,184,166,.08); }
.main-navigation .navbar-brand img { height: 56px !important; }
.main-navigation .nav-link {
    color: rgba(255,255,255,.75) !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2px;
    transition: color .2s !important;
}
.main-navigation .nav-link:hover,
.main-navigation .nav-link.active { color: #14b8a6 !important; }
.main-navigation .nav-link.active { position: relative; }
.main-navigation .dropdown-menu {
    background: #1a1f36;
    border: 1px solid rgba(20,184,166,.15);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.main-navigation .dropdown-item {
    color: rgba(255,255,255,.7);
    font-size: 13px;
    border-radius: 8px;
    padding: 7px 12px;
    transition: background .15s, color .15s;
}
.main-navigation .dropdown-item:hover { background: rgba(20,184,166,.12); color: #14b8a6; }
.main-navigation .mega-menu { background: #1a1f36; min-width: 700px; }
.main-navigation .dropdown-submenu .dropdown-menu { background: #1a1f36; }
.header-btn .theme-btn {
    background: linear-gradient(135deg, #14b8a6, #0f766e) !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    padding: 9px 20px !important;
    box-shadow: 0 4px 15px rgba(20,184,166,.3);
}
/* sticky — JS adaugă .fixed-top pe .navbar */
.navbar.fixed-top { background: rgba(13,17,28,.97) !important; backdrop-filter: blur(14px) !important; box-shadow: 0 4px 30px rgba(0,0,0,.4) !important; border-bottom: 1px solid rgba(20,184,166,.12) !important; }
.navbar.fixed-top .nav-link { color: rgba(255,255,255,.8) !important; }
.navbar.fixed-top .nav-link:hover,
.navbar.fixed-top .nav-link.active { color: #14b8a6 !important; }
.navbar.fixed-top .dropdown-menu { background: #1a1f36 !important; border-color: rgba(20,184,166,.15) !important; box-shadow: 0 20px 60px rgba(0,0,0,.5) !important; }
.navbar.fixed-top .dropdown-item { color: rgba(255,255,255,.7) !important; }
.navbar.fixed-top .dropdown-item:hover { background: rgba(20,184,166,.12) !important; color: #14b8a6 !important; }
.navbar.fixed-top .theme-btn { background: linear-gradient(135deg, #14b8a6, #0f766e) !important; }
/* Logo mereu light pe homepage (fundal dark) */
.navbar .logo-display  { display: block !important; }
.navbar .logo-scrolled { display: none  !important; }

/* ══════════════════════════════════
   HERO 2026
══════════════════════════════════ */
.hero-section { position: relative; }
.hero-single {
    min-height: 100vh !important;
    background:
        linear-gradient(160deg, rgba(11,17,32,.94) 0%, rgba(17,24,39,.88) 45%, rgba(13,109,99,.75) 100%),
        var(--hero-bg-url) center/cover no-repeat !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
/* Orbe decorative */
.hero-single::before {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,184,166,.10) 0%, transparent 65%);
    top: -150px; right: -150px;
    pointer-events: none;
}
.hero-single::after {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,184,166,.08) 0%, transparent 65%);
    bottom: 80px; left: -100px;
    pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 0; }
.hero-content-wrapper { max-width: 860px; margin: 0 auto; }

/* Badge */
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(20,184,166,.12);
    border: 1px solid rgba(20,184,166,.3);
    border-radius: 50px;
    padding: 6px 18px;
    color: #14b8a6;
    font-size: 13px; font-weight: 600;
    margin-bottom: 28px;
    animation: fadeInDown .6s ease .1s both;
}
.hero-badge span { color: rgba(255,255,255,.7); }

/* Headline */
.hero-title-2026 {
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -1.5px;
}
.hero-title-2026 em {
    font-style: normal;
    background: linear-gradient(135deg, #14b8a6, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-title-2026 .line-1 { display: block; animation: slideInLeft .7s cubic-bezier(.22,1,.36,1) .2s both; }
.hero-title-2026 .line-2 { display: block; animation: slideInRight .7s cubic-bezier(.22,1,.36,1) .6s both; }

/* Subtitle */
.hero-subtitle-2026 {
    font-size: 18px;
    color: rgba(255,255,255,.6);
    line-height: 1.7;
    margin: 0 auto 40px;
    max-width: 600px;
    animation: fadeInUp .6s ease .9s both;
}

/* Butoane CTA */
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; animation: fadeInUp .6s ease 1.1s both; margin-bottom: 60px; }
.hero-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #14b8a6, #0f766e);
    color: #fff; font-size: 15px; font-weight: 700;
    padding: 14px 32px; border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(20,184,166,.35);
    transition: transform .2s, box-shadow .2s;
}
.hero-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(20,184,166,.45); color: #fff; }
.hero-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1.5px solid rgba(255,255,255,.2);
    color: #fff; font-size: 15px; font-weight: 600;
    padding: 13px 28px; border-radius: 12px;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background .2s, border-color .2s;
}
.hero-btn-secondary:hover { background: rgba(255,255,255,.14); border-color: #14b8a6; color: #fff; }

/* Stats */
.hero-stats {
    display: flex; align-items: center; justify-content: center; gap: 0;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    padding: 20px 40px;
    animation: fadeInUp .6s ease 1.3s both;
    width: fit-content; margin: 0 auto;
}
.hero-stat { text-align: center; padding: 0 36px; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255,255,255,.08); }
.hero-stat-val { font-size: 28px; font-weight: 800; color: #14b8a6; line-height: 1; letter-spacing: -1px; }
.hero-stat-lbl { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 5px; text-transform: uppercase; letter-spacing: .5px; }

/* Animații */
@keyframes slideInLeft  { from { opacity:0; transform:translateX(-50px) } to { opacity:1; transform:none } }
@keyframes slideInRight { from { opacity:0; transform:translateX(50px)  } to { opacity:1; transform:none } }
@keyframes fadeInUp     { from { opacity:0; transform:translateY(30px)  } to { opacity:1; transform:none } }
@keyframes fadeInDown   { from { opacity:0; transform:translateY(-20px) } to { opacity:1; transform:none } }

/* Scroll indicator */
.hero-scroll {
    position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,.35); font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
    animation: fadeInUp .6s ease 1.8s both;
    z-index: 2;
}
.hero-scroll-dot {
    width: 24px; height: 40px; border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 20px; display: flex; align-items: flex-start; justify-content: center;
    padding-top: 6px;
}
.hero-scroll-dot::before {
    content: '';
    width: 4px; height: 8px;
    background: #14b8a6; border-radius: 4px;
    animation: scrollDot 1.8s ease infinite;
}
@keyframes scrollDot { 0%,100% { transform: translateY(0); opacity:1 } 50% { transform: translateY(10px); opacity:.3 } }

/* Search area mai aproape */
.search-area { margin-top: -1px; }


/* ── Responsive mobil ── */
@media (max-width: 768px) {
    .hero-single { min-height: 100svh !important; padding: 130px 16px 50px !important; overflow-x: hidden; }
    .hero-title-2026 { font-size: clamp(32px, 8vw, 48px) !important; letter-spacing: -.5px; }
    .hero-subtitle-2026 { font-size: 15px !important; padding: 0 4px; margin-bottom: 28px; }
    .hero-badge { font-size: 11px; padding: 5px 14px; margin-bottom: 20px; }
    .hero-cta { gap: 10px; flex-direction: column; align-items: center; margin-bottom: 0; }
    .hero-btn-primary, .hero-btn-secondary { width: 100%; max-width: 300px; justify-content: center; padding: 13px 24px; font-size: 14px; }
    .hero-stats { display: none !important; }
    .hero-scroll { display: none; }
}
