/************************************************************
 * TEMA: MODERN-TECH (FULL VERSION)
 * TOATE CLASELE INCLUSE - ORGANIZATE PE CATEGORII
 ************************************************************/

/* 1. VARIABILE ȘI SETĂRI COLOARE */
:root {
    --primary: #005b7a;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
    /* Culori adăugate din contextul tău */
    --cyber: #13C5DD;
    --glass-white: rgba(255,255,255,0.7);
   
}
/* Impedisce lo scroll orizzontale globale pur mantenendo le ombre visibili */
html, body {
    overflow-x: clip; /* 'clip' è meglio di 'hidden' per lo sticky nei browser moderni */
    width: 100%;
}
/* For FontAwesome */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/webfonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
}

/* For Bootstrap Icons */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.grecaptcha-badge { 
    visibility: hidden; 
}

/* Assicurati che le sezioni non forzino larghezze superiori al 100% */
.section-premium {
    width: 100%;
    position: relative;
    overflow: hidden; /* Questo taglia le ombre esterne, ma salva il layout mobile */
}

/* Se vuoi le ombre, usa il padding invece di lasciare che l'elemento esca */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
/* --- TEXT COLORS --- */
.text-soft { color: #e0e0e0; }
.text-mint { color: #2effaf; }
.text-cyan { color: #00e5ff; }
.text-gold { color: #ffd700; }
.text-lavender { color: #bb86fc; }
.text-coral { color: #ff8a80; }

/* --- BACKGROUND COLORS --- */
.bg-black { background-color: #000000; }
.bg-dark-gray { background-color: #121212; }
.bg-surface { background-color: #1e1e1e; }

/* --- COMPLEMENTARY UTILITIES --- */
/* Culoarea ta principală */
.bg-deep-blue { background-color: #005b7a; }
.text-deep-blue { color: #005b7a; }

/* 1. Accentul Portocaliu (Complementar) - Excelent pentru Atenție */
.text-accent-gold { color: #ffb74d; }
.bg-accent-gold { background-color: #ffb74d; }

/* 2. Varianta "Gheață" (Pentru text peste albastrul tău) */
/* Aceasta trece testul Lighthouse 100% dacă e scrisă peste #005b7a */
.text-ice-blue { color: #e0f7fa; }

/* 3. Contrastul Soft (Gri-Albastru) */
.text-blue-gray { color: #b0bec5; }
.text-primary, .border-primary, .text-primary i {
    color: #005b7a !important; 
    border-color: #005b7a !important;
}

.text-muted {
    color: #5e666d !important;
}

.text-ptdb {
    color: #13C5DD !important; 
}

.bg-primary {
    background-color: #005b7a !important; 
}

.bg-dark { 
    background-color: #1D2A4D !important; 
}

/* 2. GRADIENTE ȘI EFECTE DE TEXT */
.text-gradient-footer {
    background: linear-gradient(90deg, #005b7a, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.text-gradient-footer-vibrant {
    background: linear-gradient(90deg, #13C5DD, #005b7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-gradient-premium {
    background: linear-gradient(to right, #13C5DD, #0891b2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: auto;
    text-align: center;
}

.link-signature {
    background: linear-gradient(90deg, #00d4ff, #00ffaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.link-signature:hover {
    filter: brightness(1.3);
    transform: translateY(-1px);
}
.glass-badge {
    /* Fundalul cerut cu opacitate de 85% pentru efectul de sticlă */
    background: rgba(0, 91, 122, 0.85); 
    
    /* Efectul de blur pe fundal */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Suport Safari */
    
    /* Border subtil pentru a evidenția marginile */
    border: 1px solid rgba(19, 197, 221, 0.3); 
    
    padding: 8px 20px;
    border-radius: 100px;
    
    /* Culoarea textului cerută */
    color: #EFF5F9; 
    
    font-weight: 600;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    
    /* Umbră fină pentru profunzime */
    box-shadow: 0 4px 15px rgba(0, 91, 122, 0.2);
}
/* 3. NAVBAR & NAVIGATION (BINANCE STYLE) */
.navbar-brand { font-weight: 800; letter-spacing: -0.5px; font-size: 1.25rem; }
.navbar-brand img { height: 40px; margin-right: 10px; }

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    .navbar-premium { padding: 15px 0; }
}

.navbar-toggler {
    width: 40px; height: 40px;
    position: relative;
    display: flex; align-items: center; justify-content: center;
    background: #f4f6f9; border-radius: 10px; padding: 0;
}

.toggler-icon {
    width: 20px; height: 2px;
    background: var(--primary);
    display: block; position: relative; transition: 0.3s;
}

.toggler-icon::before, .toggler-icon::after {
    content: ''; width: 20px; height: 2px;
    background: var(--dark); position: absolute; left: 0; transition: 0.3s;
}
.toggler-icon::before { top: -6px; }
.toggler-icon::after { bottom: -6px; }

.offcanvas { 
    background: var(--glass-white); 
    backdrop-filter: blur(25px); 
    border-left: none;
    width: 85% !important; 
}
.offcanvas-header { padding: 25px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.offcanvas-body { padding: 20px; }

.mobile-nav-link {
    display: flex; align-items: center; padding: 16px 20px; margin-bottom: 8px;
    border-radius: 15px; color: var(--light); text-decoration: none;
    font-weight: 700; font-size: 1.1rem; transition: 0.3s;
    background: rgba(0,0,0,0.02);
}
.mobile-nav-link i { margin-right: 15px; font-size: 1.3rem; color: var(--primary); }
.mobile-nav-link:active { background: #f0f3f7; transform: scale(0.98); }
.team-icon-circle {
    width: 100px;
    height: 100px;
    background-color: #e9f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.team-icon-circle:hover {
    transform: scale(1.1);
}

.premium-hover-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.premium-hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* 4. HERO SECTION & ANIMAȚII */
.hero-ptdb {
    position: relative; overflow: hidden; text-align: center;
    padding: 20px 0 50px 0;
    background: radial-gradient(circle at 50% 50%, #f0f7ff 0%, #e2e8f0 100%);
    margin-bottom: -40px;
    box-shadow: 0 15px 35px 5px rgba(0, 91, 122, 0.3) !important;  
}

.hero-grid {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(rgba(19, 197, 221, 0.1) 1px, transparent 1px);
    background-size: 30px 30px; z-index: 1;
}

.glow-sphere {
    position: absolute; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(19, 197, 221, 0.15) 0%, transparent 70%);
    border-radius: 50%; filter: blur(50px);
    animation: floatGlow 15s infinite alternate ease-in-out; z-index: 2;
}
.sphere-1 { top: -10%; left: -10%; }
.sphere-2 { bottom: -10%; right: 5%; }

@keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 20px) scale(1.1); }
}

.hero-header { background: url(../img/hero.jpg) top right no-repeat; background-size: cover; }
.hero-header-premium { min-height: 85vh; display: flex; align-items: center; }

.display-1 { animation: fadeInUp 1s ease-out; }
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-pre-title { display: block; font-size: 0.85rem; color: var(--cyber); font-weight: 700; }
.hero-main-title { font-size: clamp(1.5rem, 2vw, 3rem); line-height: 1.1; }

.hero-subtitle {
    max-width: 750px; margin: 0 auto; color: #000; font-size: 1.1rem;
    line-height: 1.6; text-align: center; text-wrap: balance;
    padding-left: 10px; padding-right: 10px;
}

@media (max-width: 576px) {
    .hero-subtitle { font-size: 1rem; padding-left: 15px; padding-right: 15px; line-height: 1.5; }
}
@media (min-width: 992px) {
    .text-lg-start .hero-subtitle { text-align: left; margin-left: 0; }
}
@media (max-width: 991px) { .hero-ptdb { padding: 30px 0 50px 0; } }

/* 5. BUTOANE & INTERACȚIUNI */
.btn { font-weight: 700; transition: .5s; }
.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary { 
    background-color: #005b7a !important; 
    border-color: #005b7a !important; 
    color: #ffffff !important; 
    transition: all 0.3s ease;
}
.btn-primary:hover { 
    background-color: #046b82 !important; 
    border-color: #046b82 !important; 
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(19, 197, 221, 0.3);
}

.btn-outline-primary {
    background-color: #005b7a !important;
    border-color: #fff !important;
    border-width: 2px;
    color: #fff !important;
}
.btn-outline-primary:hover { background-color: #fff !important; color: #000 !important; }

.btn-ptdb {
    border-color: #005b7a !important;
    border-width: 2px !important;
    color: #000 !important;
    background-color: transparent; /* Asigură-te că pleacă de la transparent */
}

.btn-ptdb:hover {
    background-color: #005b7a !important;
    color: #fff !important; /* Acum forțăm albul să rămână alb */
    border-color: #005b7a !important;
    transform: translateY(-2px); /* Adăugăm și micul salt pentru efectul tech */
}

.btn-outline-light:hover { background-color: white; color: #1D2A4D !important; }

.btn-outline-dark:hover {
    background-color: #005b7a !important;
    border-color: #005b7a !important;
    color: white !important;
}
/* Containerul pentru titlu premium */
.premium-title-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 50px;
    height: 50px;
    /* Centrare orizontală */
    margin: 0 auto 20px auto; 
    
    background: transparent !important;
    border: 1px solid #005b7a;
    border-radius: 15px;
    
    color: #005b7a;
    font-size: 1.5rem;
    
    box-shadow: 0 0 15px rgba(0, 91, 122, 0.1);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
/* Iconița cu efect de iluminare (Glow) */
.icon-premium {
    position: relative;
    font-size: 1.2em;
    color: #005b7a; /* Culoarea ta de bază */
    background: rgba(0, 91, 122, 0.1);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 91, 122, 0.2);
    animation: float 3s ease-in-out infinite;
}

/* Gradientul pentru text */
.text-gradient-premium {
    background: linear-gradient(90deg, #1D2A4D 0%, #005b7a 50%, #1D2A4D 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}

/* Animația pentru iconiță (plutire) */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Animația de strălucire pentru text */
@keyframes shine {
    to { background-position: 200% center; }
}
.btn-square { width: 36px; height: 36px; }
.btn-sm-square { width: 28px; height: 28px; }
.btn-lg-square { width: 46px; height: 46px; }
.btn-square, .btn-sm-square, .btn-lg-square { padding-left: 0; padding-right: 0; text-align: center; }
/* Definim dimensiunea fixă pentru iconiță */
.btn-square-premium {
    width: 50px;
    height: 50px;
    min-width: 50px; /* Critic: Împiedică strivirea în Flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Opțional: Efect premium la hover */
.service-box-custom:hover.btn-square-premium {
    transform: rotate(10deg) scale(1.1);
}
/* 6. CARDURI & SECȚIUNI (TECH STYLE) */
.sidebar-tech-vertical {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 0%, #f0f7ff 0%, #e2e8f0 100%);
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 25px;
    
    /* Umbra exterioară personalizată cu culoarea #005b7a */
    /* Am crescut puțin valorile pentru a fi vizibilă pe fundal alb */
   
    box-shadow: 0 15px 35px 5px rgba(0, 91, 122, 0.3) !important;
    /* Border subtil pentru definire */
    
    z-index: 1;
}

/* Grid-ul de puncte (asigură-te că e sub conținut) */
.sidebar-tech-vertical::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    
    background-size: 25px 25px;
    z-index: -1; /* Mutat în spate pentru a nu bloca umbra sau textul */
}

.sidebar-tech-vertical > * {
    position: relative;
    z-index: 2;
}
/* Efectul de Hover */

.section-premium {
    position: relative;
    overflow: hidden;

    
        /* Pe ecrane mici, lasă 4% spațiu pe fiecare parte */
    
    /* ESTETICĂ PREMIUM */
    border-radius: 40px;  /* Rotunjire pronunțată pentru aspect de "insulă" tech */
    border: 1px solid rgba(0, 91, 122, 0.1);
    background: radial-gradient(circle at 50% 50%, #f0f7ff 0%, #e2e8f0 100%);
    
    /* Umbra ta vibrantă */
    box-shadow: 0 20px 50px rgba(0, 91, 122, 0.2) !important;
    
    /* Spațiu între această secțiune și restul site-ului */
    margin-top: 20px;
    margin-bottom: 20px; 
}

/* Ajustare pentru Grid ca să urmeze marginile rotunjite */
.section-grid-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(rgba(19, 197, 221, 0.07) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
    border-radius: 40px; /* Să se pupe cu părintele */
}

/* Sferele de lumină pentru secțiuni */
.section-sphere {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(19, 197, 221, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 2;
    pointer-events: none;
    animation: floatGlow 12s infinite alternate ease-in-out;
}

.sphere-top-right { top: -5%; right: -5%; }
.sphere-bottom-left { bottom: -5%; left: -5%; opacity: 0.7; }

/* Containerul de conținut trebuie să stea deasupra decorului */
.section-content-relative {
    position: relative;
    z-index: 5;
}

.shadow-custom-vibrant {
    
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 40px 10px rgba(0, 91, 122, 0.3) !important;
    border: 1px solid rgba(0, 91, 122, 0.05);
}
.shadow-custom-vibrant:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 91, 122, 0.3) !important;
    border-color: rgba(0, 91, 122, 0.2);
}
.icon-circle-mini {
    width: 24px;
    height: 24px;
    background: rgba(0, 91, 122, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.badge-number {
    min-width: 35px;
    height: 35px;
    background: #f8f9fa;
    color: var(--primary);
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid rgba(0, 91, 122, 0.1);
}

.plan-item-card {
    transition: all 0.3s ease;
    cursor: default;
}

.plan-item-card:hover {
    transform: translateX(10px);
    background:  var(--navy); !important;
    box-shadow: 0 10px 20px rgba(0, 91, 122, 0.1) !important;
}

.patrick-box {
    padding: 1rem;
    border-radius: 0.75rem;
    display: inline-block;
    border-top: 5px solid var(--primary);
    border-bottom: 5px solid var(--primary);
}
/* Box-ul Google Rating */
.google-rating-box {
    padding: 1rem;
    border-radius: 0.75rem;
    display: inline-block;
    border-top: 5px solid var(--primary);
}

.google-logo-sm {
    width: 80px;
    height: auto;
    margin-bottom: 0.5rem;
}

.rating-flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.rating-score {
    font-weight: bold;
    font-size: 1.25rem;
    color: #333;
}

.stars-container {
    color: var(--primary);
}

.reviews-badge {
    background: #212529;
    color: white !important;
    padding: 0.25rem 0.75rem;
    border-radius: 50rem;
    font-size: 0.75rem;
    text-decoration: none;
}

/* Elemente Card Testimonial */
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.stars-active {
    color: var(--primary);
    font-size: 0.85rem;
}

.testimonial-text {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 1.5rem;
    min-height: 80px; /* Aliniere butoane/footer */
}

.testimonial-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
}

.user-avatar {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: var(--primary);
}

.user-name {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
    color: #333;
}

.overflow-visible-row {
    overflow: visible !important;
}
.glass-card-dark {
    /* Fundal alb translucid foarte fin pentru a crea contrast pe negru */
    background: rgba(255, 255, 255, 0.03); 
    
    /* Efectul de sticlă mată */
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    
    /* Border-ul este esențial: creează acea margine "tăiată" care sclipește */
    border: 1px solid rgba(255, 255, 255, 0.1);
    
    /* Rotunjire premium */
    border-radius: 24px;
    padding: 2rem;
    
    /* Umbră neagră adâncă pentru a ridica cardul de pe fundal */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Efect de strălucire la hover */
.glass-card-dark:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(19, 197, 221, 0.4); /* Folosim culoarea ta --cyber la hover */
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

/* O reflexie subtilă în colțul de sus (opțional) */
.glass-card-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}
.glass-card {
    background: rgba(255, 255, 255, 0.7) !important; 
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.bg-glass {
    /* Fundal închis cu o tentă din Navy-ul tău (#1D2A4D) */
    background: linear-gradient(135deg, rgba(29, 42, 77, 0.7) 0%, rgba(10, 10, 10, 0.8) 100%);
    
    /* Blur mai puternic pentru secțiune (adâncime mai mare) */
    backdrop-filter: blur(25px) saturate(160%);
    -webkit-backdrop-filter: blur(25px) saturate(160%);
    
    /* Border subtil doar sus și jos pentru a delimita secțiunea */
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    
    position: relative;
    z-index: 1;
}

/* Overlay opțional pentru a accentua textura de sticlă */
.bg-glass::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png'); /* O textură fină tip noise */
    opacity: 0.03;
    pointer-events: none;
    z-index: -1;
}
.card-minimal-transparent {
    
    backdrop-filter: none !important;
    
    
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 20px;
   
    box-shadow: 0 0 40px 10px rgba(0, 91, 122, 0.3) !important;
    border: 1px solid rgba(0, 91, 122, 0.05);
}
.card-minimal-transparent:hover {
    border-color: rgba(0, 91, 122, 0.3) !important;
    box-shadow: 0 15px 45px rgba(0, 91, 122, 0.15) !important;
    transform: translateY(-5px);
}
.card-minimal-transparent a:hover {
    color: #005b7a !important;
    text-shadow: 0 0 1px rgba(0, 91, 122, 0.2);
}

.premium-hover-card {
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.premium-hover-card:hover {
    border-color: var(--primary);
    background: #fff !important;
    transform: translateY(-10px);
}
.ptdb-hover-card {
    transition: all 0.4s ease;
    
}
.ptdb-hover-card:hover {
    border-color: var(--primary);
    
    transform: translateY(-10px);
}
.ptdb-hover-card:hover .btn-square-premium {
    transform: rotate(10deg) scale(1.1);
}
.btn-square {
    transition: transform 0.3s ease;
}
.premium-hover-card:hover .btn-square-premium {
    transform: rotate(10deg) scale(1.1);
}

.service-item { position: relative; height: 350px; padding: 0 30px; transition: .5s; }
.service-item .service-icon {
    width: 150px; height: 100px; display: flex; align-items: center; justify-content: center;
    background: var(--primary); border-radius: 50%; transform: rotate(-14deg);
}
.service-item .service-icon i { transform: rotate(15deg); }
.service-item a.btn {
    position: absolute; width: 60px; bottom: -48px; left: 50%; margin-left: -30px; opacity: 0;
}
.service-item:hover a.btn { bottom: -24px; opacity: 1; }

.service-box-custom { transition: all 0.3s ease; border-top: 1px solid rgba(19, 197, 221, 0.1); }
.service-box-custom:hover {
    transform: scale(1.03); background-color: #fff !important;
    box-shadow: 0 1rem 3rem rgba(19, 197, 221, 0.15) !important;
}
/* --- CATEGORIA: SECTION SALE SPECIFIC --- */

.section-titlu { text-align: center; margin-bottom: 50px; font-size: 2rem; }
.header-container {
    max-width: 800px;
}

.subtitle-sale {
    max-width: 700px;
}
/* Icon-box-ul tău adaptat la stilul "support-icon" */
.support-iconita {
    width: 45px;
    height: 45px;
    background: #e0e0e0; /* Corald */
    color: #005b7a; /* Culoarea primary */
    border: 1px solid rgba(19, 197, 221, 0.3);
    border-radius: 12px; /* Rotunjirea cerută */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
/* Badge-ul de sus "Le nostre sale" */
.sale-badge-container {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #005b7a; /* Folosește var(--primary) dacă ai integrat-o */
    border-radius: 50rem; /* pill */
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.sale-badge-text {
    color: #005b7a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.75rem;
}

/* Punctul care pulsează */
.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #005b7a;
    border-radius: 50%;
    margin-right: 0.5rem;
    display: inline-block;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% { box-shadow: 0 0 0 0px rgba(0, 91, 122, 0.4); }
    100% { box-shadow: 0 0 0 10px rgba(0, 91, 122, 0); }
}

/* Imaginea din card */
.card-image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-zoom {
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.premium-hover-card:hover .image-zoom {
    transform: scale(1.1);
}

/* Badge Capacitate */
.capacity-badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    padding: 0.25rem 1rem;
    background: linear-gradient(45deg, #005b7a, #13C5DD);
    color: white;
    border-radius: 50rem;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 2;
}

/* Feature Badges (WiFi, AC, etc) */
.badge-feature {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(0, 91, 122, 0.05);
    transition: all 0.3s ease;
}

.premium-hover-card:hover .badge-feature {
    background: rgba(19, 197, 221, 0.1);
    color: #005b7a;
}

/* Umbră butoane */
.shadow-premium {
    box-shadow: 0 10px 25px -5px rgba(0, 91, 122, 0.2), 
                0 8px 10px -6px rgba(0, 91, 122, 0.1) !important;
}
/* 7. ICONIȚE & DETALII */
.icon-circle.bg-primary { background-color: #005b7a !important; }
.icon-circle-minimal {
    width: 50px; height: 50px; border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

.glass-icon {
    background: rgba(19, 197, 221, 0.1); 
    border: 1px solid rgba(19, 197, 221, 0.2);
}

.support-item { display: flex; gap: 15px; margin-bottom: 25px; transition: transform 0.3s ease; }
.support-item:hover { transform: translateX(5px); }
.support-icon { 
    flex-shrink: 0; width: 48px; height: 48px;
    background: rgba(0, 91, 122, 0.08); color: #005b7a; 
    border-radius: 12px; display: flex; align-items: center; justify-content: center; 
    font-size: 1.3rem; border: 1px solid rgba(0, 91, 122, 0.15); transition: all 0.3s ease;
}
.support-item:hover .support-icon, .card-minimal-transparent:hover .support-icon {
    background: #005b7a !important; color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 91, 122, 0.3);
}

.support-text h6 { font-weight: 800; color: #005b7a; margin-bottom: 4px; font-size: 0.95rem; letter-spacing: -0.01em; }
.support-text p { font-size: 0.85rem; color: #5a6a85; line-height: 1.5; margin-bottom: 0; }

.bg-light.py-1.px-2.rounded { background-color: #f0f2f4 !important; color: #333 !important; }

/* 8. FOOTER & ALTE ELEMENTE */
.footer-links a { transition: all 0.3s ease; opacity: 0.8; }
.footer-links a:hover { opacity: 1; color: #13C5DD !important; padding-left: 5px; }

.text-muted-footer { color: #f9f9f9 !important; letter-spacing: 0.5px; }
.border-separator { border-color: rgba(255, 255, 255, 0.1) !important; }
.border-secondary { border-color: rgba(255,255,255,0.1) !important; }
.bg-secondary { background-color: rgba(255,255,255,0.05) !important; }

.back-to-top {
    position: fixed; bottom: 30px; right: 30px; width: 55px; height: 55px;
    background: #005b7a; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; opacity: 0; visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 1000;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #000; color: #fff; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(19, 197, 221, 0.4); }

/* 9. Dividers */
.divider {
    height: 2px; width: 100%; margin: 15px 0;
    background: #005b7a; opacity: 0.15;
    box-shadow: 0 0 8px rgba(0, 91, 122, 0.4); border-radius: 50px;
}

.premium-divider-container {
    position: relative;
    width: 100%;
    height: 20px;
    background: radial-gradient(circle at 50% 50%, #f0f7ff 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Linia centrală orizontală care se pierde în margini */
.cyber-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 91, 122, 0.1) 20%, 
        rgba(0, 91, 122, 0.8) 50%, 
        rgba(0, 91, 122, 0.1) 80%, 
        transparent 100%);
    position: relative;
}

/* Sfera de lumină din centru (Aura) */
.glow-sfera {
    position: absolute;
    width: 300px;
    height: 60px;
    background: radial-gradient(ellipse at center, 
        rgba(19, 197, 221, 0.15) 0%, 
        transparent 70%);
    filter: blur(20px);
    z-index: 1;
}

/* Punctele de decor tip grid în centrul separatorului */
.tech-dots {
    position: absolute;
    width: 100px;
    height: 20px;
    background-image: radial-gradient(rgba(0, 91, 122, 0.3) 1px, transparent 1px);
    background-size: 10px 10px;
    z-index: 2;
}

/* Setează Footer-ul să folosească aceleași culori ca Hero-ul */
.footer-premium {
    background: var(--primary);
  
    box-shadow: 0 -15px 35px rgba(0, 91, 122, 0.1) !important; /* Umbră inversată, spre sus */
    border-top: 5px solid var(--bg-soft);
}

/* Efect de hover pe link-uri */
.footer-links a {
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--light) !important;
    transform: translateX(5px);
}

/* Ajustare iconițe support în footer */
.footer-premium .support-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 91, 122, 0.1);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* 9. UTILITIES */
.hover-lift:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(19, 197, 221, 0.2); }
.plan-item-hover { transition: all 0.3s ease; }
.plan-item-hover:hover { transform: translateX(10px); background-color: #f8f9fa !important; }
.testimonial-card-premium { transition: all 0.3s ease; }
.testimonial-card-premium:hover { transform: scale(1.02); box-shadow: 0 1rem 2rem rgba(29, 42, 77, 0.1) !important; }
.italic { font-style: italic; }
.transition-all { transition: all 0.3s ease; }
/* --- Scrollbar Mai Lat (Culoare Primară: #005b7a) --- */

/* Pentru Chrome, Edge și Safari */
::-webkit-scrollbar {
  width: 16px; /* Am mărit de la 10px la 16px */
}

::-webkit-scrollbar-track {
  background: #f1f5f9; /* Fundal deschis pentru contrast bun */
}

::-webkit-scrollbar-thumb {
  background-color: #005b7a; /* Culoarea ta */
  border-radius: 8px;        /* Colțuri ușor rotunjite */
  /* Border-ul alb creează un efect de "padding" în interiorul barei */
  border: 3px solid #f1f5f9; 
}

/* Starea când treci cu mouse-ul (Hover) */
::-webkit-scrollbar-thumb:hover {
  background-color: #004a63; 
}

/* Starea când TRAGI de bară (Active) */
::-webkit-scrollbar-thumb:active {
  background-color: #00384d; 
}

/* Pentru Firefox (Firefox are opțiuni limitate, 'auto' este cea mai lată) */
* {
  scrollbar-width: auto;
  scrollbar-color: #005b7a #f1f5f9;
}