﻿/* Stiluri suplimentare pentru Planul Complet */
/* Hero Stats Section */
.hero-stats {
    background:
        /* gradient peste imagine — controlezi opacitatea per stop */
        linear-gradient(180deg, rgba(10, 6, 18, 0.55) 0%, rgba(21, 10, 38, 0.65) 50%, rgba(10, 6, 18, 0.85) 100%),
        radial-gradient(ellipse at 50% 35%, rgba(168, 85, 247, 0.28) 0%, rgba(168, 85, 247, 0) 55%),
        /* imaginea de fundal injectată din PHP */
        var(--hero-bg, none),
        /* fallback culoare dacă nu există imagine */
        linear-gradient(180deg, #0a0612 0%, #150a26 50%, #0a0612 100%);
    background-size: cover, cover, cover, cover;
    background-position: center top, center top, center top, center top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    padding: 130px 20px 60px;
    position: relative;
    overflow: hidden;
}
.hero-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 15, 51, 0.85) 0%, rgba(60, 30, 100, 0.6) 30%, rgb(58 122 146 / 0%) 100%);
    pointer-events: none;
    z-index: 0;
}
.hero-stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-stats-content {
    padding-bottom: 0;
}
/* Badge */
.hero-badge {
    display: inline-block;
    background: rgba(192, 132, 252, 0.18);
    color: #c084fc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 18px;
    border-radius: 8px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.hero-stats-title {
    /* font-family: 'Georgia', 'Times New Roman', serif; */
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.12;
    color: #ffffff;
}
.hero-stats-title em {
    font-style: normal;
    font-weight: 700;
    color: #a855f7;
}
.hero-stats-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    /* max-width: 560px; */
}
.hero-stats-subtitle strong {
    color: #ffffff;
    font-weight: 700;
}
/* Callout */
.hero-callout {
    background: rgb(104 43 213 / 15%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 32px;
    /* max-width: 525px; */
}
.hero-callout p {
    margin: 0;
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}
.hero-callout strong {
    color: #ffffff;
    font-weight: 600;
}
@media (max-width: 970px){
    .hero-callout{  
        text-align: left;
    }
    .hero-stats-subtitle{
        text-align: left;
    }
    .hero-micro-item{
        text-align: left;
    }
    .hero-stats-title{
        text-align: left;
        margin-top: 70px;
    }
    .hero-badge{
        left: 0;
        position: absolute;
        text-align: left;
    }
    .progress-checklist{
        align-items: flex-start !important;
    }
    .progress-checklist li{ 
        text-align: left;
    }
    #subjects-filter, #class-filter{
        width: 200px;
    }
    .price-deleted{
        margin-top: -5px;
    }
    .comparatie-section{
        margin-top: -85px !important;
    }
}

/* Indent for hero-micro-item (replaces &nbsp; hack) */
.hero-micro-indent {
    display: inline-block;
    width: 25px;
}
@media (max-width: 970px) {
    .hero-micro-indent {
        display: none;
    }
}
@media (max-width: 600px){
    .comparatie-row{
        display: flex;
        flex-direction: column;
    }
}
/* Stats */
.stats-grid {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}
.stat-item {
    background: transparent;
    backdrop-filter: none;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}
.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}
/* CTA Row */
.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.35);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.hero-cta-primary:hover {
    background: linear-gradient(135deg, #9333ea, #6d28d9);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(168, 85, 247, 0.5);
}
.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.hero-cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
}
/* Micro trust */
.hero-micro {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.hero-micro-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}
/* Hero image */
.hero-stats-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-stats-image img {
    width: 100%;
    max-width: 380px;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
    filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.25));
}
/* Responsive hero */
@media (max-width: 1024px) {
    .hero-stats-container {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .hero-stats-image {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero-stats {
        padding: 120px 16px 50px;
    }
    .hero-stats-title {
        font-size: 36px;
    }
    .stats-grid {
        gap: 20px;
    }
    .stat-number {
        font-size: 26px;
    }
    .hero-cta-row {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-cta-primary,
    .hero-cta-secondary {
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .hero-stats-title {
        font-size: 30px;
    }
    .stats-grid {
        flex-wrap: wrap;
    }
    .hero-micro {
        flex-direction: column;
        gap: 8px;
    }
}
/* Planul Complet Section - New Layout */
.planul-complet {
    background: linear-gradient(180deg, #ffffff 0%, #f9f5ff 100%);
    padding: 60px 20px 125px;
    position: relative;
    overflow: hidden;
}
.planul-complet::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1600&h=800&fit=crop') center/cover no-repeat;
    opacity: 0.04;
    pointer-events: none;
}
.planul-complet-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.planul-complet-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}
/* Left Column */
.planul-left-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.diagnostic-banner {
    background: rgba(255,255,255,0.85);
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.5);
}
.diagnostic-banner-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.diagnostic-banner-text strong {
    font-size: 16px;
    color: #1a0f33;
}
.diagnostic-banner-text span {
    font-size: 13px;
    color: #a899c4;
    font-style: italic;
}
/* Meeting Card */
.meeting-card {
    background: rgba(255,255,255,0.85);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.5);
}
.meeting-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 4px;
}
.meeting-card-role {
    font-size: 13px;
    color: #a899c4;
    margin: 0 0 8px;
}
.meeting-card-desc {
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
}
.meeting-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.meeting-card-list li {
    font-size: 13px;
    color: #555;
    padding: 3px 0;
}
.meeting-card-preview {
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden;
}
.meeting-card-preview img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
    border-radius: 10px;
    background: #6d28d9;
    padding: 10px;
}
.meeting-card-btn {
    display: inline-block;
    background: linear-gradient(135deg, #1a0f33 0%, #8b5cf6 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.meeting-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(60, 30, 100, 0.4);
}
/* Centre de pregatire */
/* AdmiÈ™ii noÈ™tri marquee */
.pc-marquee-box {
    background: rgba(255,255,255,0.6);
    border-radius: 14px;
    padding: 20px 0;
    backdrop-filter: blur(8px);
    overflow: hidden;
    margin-top: 40px;
    width: 100%;
}
.pc-marquee-label {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: #b8a9d9;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    padding: 0 18px;
}
.pc-marquee-track {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.pc-marquee-content {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: pcMarqueeScroll 15s linear infinite;
    width: max-content;
}
.pc-marquee-item {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a0f33;
    padding: 0 10px;
    flex-shrink: 0;
}
.pc-marquee-dot {
    color: #c084fc;
    font-size: 0.65rem;
    padding: 0 3px;
    flex-shrink: 0;
    opacity: 0.5;
}
.pc-marquee-item.has-image {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}
.pc-marquee-logo {
    height: 75px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    vertical-align: middle;
    filter: grayscale(40%);
    opacity: 0.85;
    transition: filter 0.3s, opacity 0.3s;
    flex-shrink: 0;
}
.pc-marquee-name {
    white-space: normal;
    max-width: 140px;
    line-height: 1.3;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a0f33;
    text-align: left;
}
.pc-marquee-item:hover .pc-marquee-logo {
    filter: grayscale(0%);
    opacity: 1;
}
.pc-marquee-track:hover .pc-marquee-content {
    animation-play-state: paused;
}
@keyframes pcMarqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* Imagine card olimpici */
.imagine-card-olimpici {
    margin: 36px auto 28px;
    max-width: 1100px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 50px rgba(26, 15, 51, 0.18), 0 4px 14px rgba(26, 15, 51, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.08), rgba(96, 165, 250, 0.06));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.imagine-card-olimpici::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 6, 18, 0) 55%, rgba(10, 6, 18, 0.35) 100%);
    pointer-events: none;
    z-index: 1;
}
.imagine-card-olimpici:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(26, 15, 51, 0.24), 0 6px 18px rgba(26, 15, 51, 0.1);
}
.imagine-card-olimpici img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.imagine-card-olimpici:hover img {
    transform: scale(1.02);
}
@media (max-width: 768px) {
    .imagine-card-olimpici {
        margin: 28px auto 20px;
        border-radius: 18px;
    }
}

/* Rezultate primul lot MedClass — varianta 2: split horizontal */
.rezultate-lot2 {
    position: relative;
    margin: 32px auto 20px;
    max-width: 920px;
    display: grid;
    grid-template-columns: 1.5fr auto 1fr;
    gap: 0;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(15, 10, 38, 0.07), 0 2px 6px rgba(15, 10, 38, 0.04);
    border: 1px solid rgba(124, 58, 237, 0.10);
}
.rezultate-lot2::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 30%, #cbd5e1 55%, #84cc16 100%);
    z-index: 1;
}
.rezultate-lot2-left {
    position: relative;
    padding: 26px 28px 24px;
    background:
        radial-gradient(ellipse at top right, rgba(251, 191, 36, 0.08), transparent 60%),
        #fff;
}
.rezultate-lot2-tag {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-block;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.08);
    color: #7c3aed;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.6;
    white-space: nowrap;
    z-index: 2;
}
.rezultate-lot2-headline {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin: 0 0 12px;
    line-height: 1;
    flex-wrap: nowrap;
}
.rezultate-lot2-big {
    font-size: 60px;
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    flex-shrink: 0;
}
.rezultate-lot2-sub {
    font-size: 18px;
    font-weight: 700;
    color: #1a1338;
    flex: 1;
    min-width: 0;
    line-height: 1.25;
}
.rezultate-lot2-context {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px;
}
.rezultate-lot2-context b {
    color: #1a1338;
}
.rezultate-lot2-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rezultate-lot2-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rezultate-lot2-list li:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(15, 10, 38, 0.06);
}
.rezultate-lot2-list li b {
    color: #0f0a26;
    font-weight: 700;
}
.rezultate-lot2-bullet {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}
.rezultate-lot2-bullet-gold {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.20) 0%, rgba(245, 158, 11, 0.15) 100%);
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.45);
}
.rezultate-lot2-bullet-silver {
    background: linear-gradient(135deg, rgba(203, 213, 225, 0.30) 0%, rgba(148, 163, 184, 0.20) 100%);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.45);
}
.rezultate-lot2-bullet-bronze {
    background: linear-gradient(135deg, rgba(217, 119, 87, 0.22) 0%, rgba(180, 83, 9, 0.15) 100%);
    box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.40);
}
.rezultate-lot2-bullet-laurel {
    background: linear-gradient(135deg, rgba(132, 204, 22, 0.20) 0%, rgba(101, 163, 13, 0.15) 100%);
    box-shadow: inset 0 0 0 1px rgba(132, 204, 22, 0.45);
}
.rezultate-lot2-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, #e2e8f0 20%, #e2e8f0 80%, transparent 100%);
}
.rezultate-lot2-right {
    padding: 28px 24px;
    background: linear-gradient(160deg, #1a1338 0%, #0f0a26 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.rezultate-lot2-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(124, 58, 237, 0.30), transparent 55%),
        radial-gradient(circle at 80% 80%, rgba(251, 191, 36, 0.15), transparent 50%);
    pointer-events: none;
}
.rezultate-lot2-future {
    position: relative;
    text-align: center;
    z-index: 1;
}
.rezultate-lot2-future-eyebrow {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.40);
    color: #fbbf24;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
.rezultate-lot2-future-num {
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}
.rezultate-lot2-future-num span {
    font-size: 19px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
    background: none;
    text-transform: lowercase;
}
.rezultate-lot2-future-text {
    margin: 10px 0 14px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
}
.rezultate-lot2-future-text strong {
    color: #fbbf24;
    font-weight: 700;
}
.rezultate-lot2-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.rezultate-lot2-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.6);
    animation: rezultateLot2Pulse 2.4s ease-in-out infinite;
}
.rezultate-lot2-dots span:nth-child(2) { animation-delay: 0.2s; }
.rezultate-lot2-dots span:nth-child(3) { animation-delay: 0.4s; }
.rezultate-lot2-dots span:nth-child(4) { animation-delay: 0.6s; }
.rezultate-lot2-dots span:nth-child(5) { animation-delay: 0.8s; }
@keyframes rezultateLot2Pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.2); }
}
@media (max-width: 900px) {
    .rezultate-lot2 {
        grid-template-columns: 1fr;
    }
    .rezultate-lot2-divider {
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #e2e8f0 20%, #e2e8f0 80%, transparent 100%);
    }
    .rezultate-lot2-left,
    .rezultate-lot2-right {
        padding: 28px 24px;
    }
    .rezultate-lot2-big {
        font-size: 56px;
    }
    .rezultate-lot2-sub {
        font-size: 18px;
    }
    .rezultate-lot2-future-num {
        font-size: 72px;
    }
}
@media (max-width: 480px) {
    .rezultate-lot2 {
        margin: 32px auto 20px;
        border-radius: 20px;
    }
    .rezultate-lot2-headline {
        gap: 10px;
    }
    .rezultate-lot2-big {
        font-size: 48px;
    }
    .rezultate-lot2-list li {
        padding: 10px 12px;
        font-size: 14px;
        gap: 12px;
    }
    .rezultate-lot2-bullet {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

/* Rezultate primul lot MedClass — varianta 1 (DEPRECATED, kept for fallback) */
.rezultate-lot {
    position: relative;
    margin: 40px auto 24px;
    max-width: 1100px;
    padding: 36px 32px 32px;
    border-radius: 24px;
    background:
        radial-gradient(ellipse at top left, rgba(251, 191, 36, 0.12), transparent 55%),
        radial-gradient(ellipse at bottom right, rgba(124, 58, 237, 0.18), transparent 55%),
        linear-gradient(135deg, #1a1338 0%, #0f0a26 100%);
    border: 1px solid rgba(251, 191, 36, 0.25);
    box-shadow: 0 24px 60px rgba(15, 10, 38, 0.35);
    overflow: hidden;
}
.rezultate-lot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% -20%, rgba(255, 215, 0, 0.18), transparent 60%);
    pointer-events: none;
}
.rezultate-lot-header {
    position: relative;
    text-align: center;
    margin-bottom: 28px;
}
.rezultate-lot-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #fbbf24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rezultate-lot-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.rezultate-lot-title strong {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rezultate-lot-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 26px;
}
.rezultate-lot-card {
    position: relative;
    padding: 24px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(6px);
}
.rezultate-lot-card:hover {
    transform: translateY(-4px);
}
.rezultate-lot-card-gold {
    border-color: rgba(251, 191, 36, 0.55);
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.18) 0%, rgba(255, 255, 255, 0.04) 60%);
}
.rezultate-lot-card-silver {
    border-color: rgba(203, 213, 225, 0.45);
    box-shadow: 0 12px 30px rgba(203, 213, 225, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(203, 213, 225, 0.18) 0%, rgba(255, 255, 255, 0.04) 60%);
}
.rezultate-lot-card-laurel {
    border-color: rgba(132, 204, 22, 0.45);
    box-shadow: 0 12px 30px rgba(132, 204, 22, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(132, 204, 22, 0.16) 0%, rgba(255, 255, 255, 0.04) 60%);
}
.rezultate-lot-icon {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 12px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.rezultate-lot-place {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.rezultate-lot-card-gold .rezultate-lot-place {
    background: linear-gradient(135deg, #fde047 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rezultate-lot-card-silver .rezultate-lot-place {
    background: linear-gradient(135deg, #f1f5f9 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rezultate-lot-card-laurel .rezultate-lot-place {
    background: linear-gradient(135deg, #d9f99d 0%, #84cc16 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rezultate-lot-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}
.rezultate-lot-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.35);
}
.rezultate-lot-footer p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.rezultate-lot-footer strong {
    color: #fbbf24;
    font-weight: 800;
}
.rezultate-lot-arrow {
    font-size: 22px;
    color: #fbbf24;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .rezultate-lot {
        padding: 28px 20px 24px;
        border-radius: 20px;
        margin: 32px auto 20px;
    }
    .rezultate-lot-title {
        font-size: 24px;
    }
    .rezultate-lot-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .rezultate-lot-footer {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .rezultate-lot-footer p {
        font-size: 15px;
    }
}

/* Right Column */
.planul-right-col {
    display: flex;
    flex-direction: column;
}
.planul-complet-title {
    font-size: 32px;
    color: #1a0f33;
    margin: 0 0 30px;
    font-weight: 400;
    text-align: center;
}
.planul-complet-title strong {
    font-weight: 700;
}
/* Plan Cards Grid */
.plan-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.plan-feature-card {
    width: calc((100% - 40px) / 3);
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
.plan-feature-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 40px rgba(60, 30, 100, 0.18);
    border-color: rgba(60, 30, 100, 0.3);
}
.plan-feature-card:hover .plan-card-magnify {
    opacity: 1;
    transform: scale(1);
}
.plan-feature-card:hover .plan-card-image img {
    transform: scale(1.08);
}
.plan-card-image {
    position: relative;
    height: 130px;
    overflow: hidden;
}
.plan-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.plan-card-magnify {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 12px;
    font-weight: bold;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
}
.plan-card-body {
    padding: 16px 18px 18px;
}
.plan-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 6px;
}
.plan-card-desc {
    font-size: 13px;
    color: #a899c4;
    margin: 0;
    line-height: 1.4;
}
/* Plan Modals */
.plan-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.plan-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.plan-modal {
    background: white;
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
    display: none;
    transform: translateY(30px) scale(0.95);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.plan-modal.active {
    display: block;
    transform: translateY(0) scale(1);
}
.plan-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}
.plan-modal-close:hover {
    background: white;
    transform: scale(1.1);
}
.plan-modal-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    object-position: top;
}
.plan-modal-body {
    padding: 28px 32px 32px;
}
.plan-modal-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 8px;
}
.plan-modal-subtitle {
    font-size: 15px;
    color: #a899c4;
    margin: 0 0 24px;
}
.plan-modal-details h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a0f33;
    margin: 20px 0 10px;
}
.plan-modal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plan-modal-details li {
    font-size: 14px;
    color: #555;
    padding: 6px 0;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
}
.plan-modal-details li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #1a0f33;
    font-weight: 700;
}
.plan-modal-details p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
/* Responsive for Planul Complet */
@media (max-width: 1024px) {
    .planul-complet-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .planul-left-col {
        order: 2;
    }
    
    .planul-right-col {
        order: 1;
    }
}
@media (max-width: 768px) {
    .plan-cards-grid {
        gap: 14px;
    }
    .plan-feature-card {
        width: calc((100% - 14px) / 2);
    }
    
    .planul-complet-title {
        font-size: 24px;
    }
    
    .plan-card-image {
        height: 100px;
    }
    
    .plan-modal {
        max-width: 95%;
        margin: 10px;
    }
}
@media (max-width: 480px) {
    .plan-feature-card {
        width: 100%;
    }
    
    .centre-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Comparatie Cost Real â€” floating card */
.comparatie-section {
    padding: 0 20px;
    position: relative;
    z-index: 10;
    margin-top: -70px;
    margin-bottom: -46px;
    pointer-events: none;
}
.comparatie-container {
    max-width: 1000px;
    margin: 0 auto;
    pointer-events: auto;
}
.comparatie-card {
    background: #1a0f33;
    border-radius: 16px;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.comparatie-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 0;
}
.comparatie-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: nowrap;
}
.comparatie-left,
.comparatie-right {
    display: flex;
    align-items: baseline;
    gap: 0;
    flex-direction: column;
    align-items: center;
}
.comparatie-price-old {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ffffff;
    line-height: 1.1;
}
.comparatie-price-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #a855f7;
    line-height: 1.1;
}
.comparatie-label {
    font-size: 12.5px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 4px;
}
.comparatie-vs {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    flex-shrink: 0;
}
.comparatie-savings {
    background: #a855f7;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 50px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
    .comparatie-section {
        margin-top: -23px;
    }
}
@media (max-width: 768px) {
    .comparatie-section {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .comparatie-card {
        padding: 20px 20px;
    }
    .comparatie-row {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .comparatie-price-old,
    .comparatie-price-new {
        font-size: 28px;
    }
    .comparatie-savings {
        font-size: 13px;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    .comparatie-section {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .comparatie-row {
        gap: 12px;
    }
    .comparatie-price-old,
    .comparatie-price-new {
        font-size: 24px;
    }
    .comparatie-vs {
        font-size: 14px;
    }
    .comparatie-savings {
        font-size: 12px;
        padding: 10px 16px;
    }
}

/* Programul de Burse pentru Olimpici */
.burse-section {
    padding: 0 20px;
    margin-top: -40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 5;
}
.burse-container {
    max-width: 1100px;
    margin: 0 auto;
}
.burse-card {
    position: relative;
    background: linear-gradient(135deg, #1a0f33 0%, #261548 50%, #1a0f33 100%);
    border-radius: 22px;
    padding: 26px 28px 28px;
    box-shadow: 0 22px 60px rgba(26, 15, 51, 0.28), 0 6px 20px rgba(26, 15, 51, 0.16);
    border: 1px solid rgba(192, 132, 252, 0.18);
    overflow: hidden;
}
.burse-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.22), transparent 70%);
    pointer-events: none;
}
.burse-eyebrow {
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 22px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.burse-row {
    display: grid;
    grid-template-columns: 1.1fr auto 1fr auto 1fr auto;
    gap: 22px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.burse-tier {
    min-width: 0;
}
.burse-tier-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.2;
}
.burse-tier-gold .burse-tier-title {
    background: linear-gradient(135deg, #c084fc, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.burse-tier-title-medals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #ffffff;
}
.medal {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}
.medal-gold {
    background-image: linear-gradient(135deg, #fde68a 0%, #f5b301 45%, #b8860b 100%);
}
.medal-silver {
    background-image: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 45%, #94a3b8 100%);
}
.medal-bronze {
    background-image: linear-gradient(135deg, #fcd9b6 0%, #cd7f32 45%, #8b4513 100%);
}
.medal-sep {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    margin: 0 1px;
}
.burse-tier-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 13.5px;
    line-height: 1.55;
}
.burse-tier-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.burse-tier-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #c084fc;
    font-weight: 700;
}
.burse-tier-list li:last-child {
    margin-bottom: 0;
}
.burse-tier-list strong {
    color: #fff;
    font-weight: 700;
}
.burse-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, rgba(192, 132, 252, 0.35), transparent);
}
.burse-cta {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 26px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
    text-align: center;
}
.burse-cta strong {
    font-weight: 800;
}
.burse-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(168, 85, 247, 0.55);
}
@media (max-width: 1024px) {
    .burse-row {
        grid-template-columns: 1fr 1fr;
        gap: 20px 28px;
        align-items: start;
    }
    .burse-divider { display: none; }
    .burse-cta {
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: 8px;
    }
}
@media (max-width: 640px) {
    .burse-section { margin-top: -20px; padding: 0 14px; }
    .burse-card { padding: 22px 20px 24px; border-radius: 18px; }
    .burse-row { grid-template-columns: 1fr; gap: 18px; }
    .burse-tier-title { font-size: 19px; }
    .burse-tier-list { font-size: 13px; }
    .burse-cta { width: 100%; justify-content: center; padding: 14px 20px; font-size: 14px; }
}

/* Progress Section */
.progress-section {
    background: linear-gradient(180deg, #f5f0ff 0%, #f3eeff 50%, #f5f0ff 100%);
    padding: 80px 20px 0;
    position: relative;
    overflow: hidden;
}
.progress-section::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="hex" width="28" height="49" patternUnits="userSpaceOnUse" patternTransform="scale(3)"><path d="M14 0L28 8v16l-14 8L0 24V8z" fill="none" stroke="rgba(45,96,120,0.07)" stroke-width="0.5"/></pattern></defs><rect width="200" height="200" fill="url(%23hex)"/></svg>') repeat;
    opacity: 0.6;
    pointer-events: none;
}
.progress-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
    position: relative;
    z-index: 1;
}
.progress-content {
    padding-bottom: 80px;
}
.progress-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a0f33;
    margin-bottom: 32px;
    line-height: 1.2;
}
.progress-title em {
    font-style: italic;
    font-weight: 300;
}
.progress-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.progress-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #1f1535;
    line-height: 1.5;
}
.progress-check {
    color: #a78bfa;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
/* Device mockups */
.progress-devices {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 380px;
}
.device-laptop {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    min-height: 380px;
}
.device-laptop .device-img {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    width: 60%;
    border: 1px solid #6d28d95c;
    cursor: pointer;
    transition: z-index 0s, transform 0.3s ease, box-shadow 0.3s ease;
}
.device-laptop .device-img:hover {
    z-index: 10 !important;
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}
.device-laptop .device-img img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Device Image Preview Modal */
.device-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}
.device-preview-overlay.active {
    opacity: 1;
    visibility: visible;
}
.device-preview-overlay img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.device-preview-overlay.active img {
    transform: scale(1);
}
.device-preview-close {
    position: absolute;
    top: 20px;
    right: 28px;
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    font-size: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.device-preview-close:hover {
    background: rgba(255,255,255,0.3);
}
.device-laptop .device-img-1 {
    top: 0;
    left: 0;
    z-index: 1;
}
.device-laptop .device-img-2 {
    bottom: 50px;
    right: 0;
    z-index: 2;
}
.device-phone {
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 2;
}
.device-phone img {
    width: 140px;
    border-radius: 16px 16px 0 0;
    box-shadow: -6px -4px 30px rgba(0, 0, 0, 0.18);
    display: block;
}
@media (max-width: 968px) {
    .progress-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .progress-content {
        padding-bottom: 40px;
    }
    .progress-checklist {
        align-items: center;
    }
    .progress-devices {
        min-height: 280px;
    }
}
@media (max-width: 768px) {
    .progress-section {
        padding: 50px 15px 0;
    }
    .progress-title {
        font-size: 28px;
    }
    .device-laptop {
        min-height: 260px;
    }
    .device-laptop .device-img {
        width: 65%;
    }
    .device-phone img {
        width: 100px;
    }
}
/* Calendar Section */
.calendar-section {
    background: #0a0612;
    padding: 100px 20px 120px;
    position: relative;
    overflow: hidden;
}
.calendar-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(124, 58, 237, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 80%, rgba(168, 85, 247, 0.12) 0%, transparent 55%);
    pointer-events: none;
}
.calendar-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/* Header: title left, filters right */
.calendar-header-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 20px;
}
.calendar-header-left {
    flex: 1;
    min-width: 280px;
}
.calendar-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.2;
}
.calendar-title strong {
    font-weight: 800;
    color: #ffffff;
}
.calendar-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.55);
    font-weight: 400;
    margin: 0;
}
.calendar-filters {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.filter-dropdown {
    position: relative;
}
.custom-select {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 10px 36px 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    min-width: 240px;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    backdrop-filter: blur(12px);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}
.custom-select:focus {
    outline: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.12);
    border-color: rgba(60, 30, 100, 0.3);
}
.filter-dropdown::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 10px;
}
/* Main card wrapping both calendar + activities */
.calendar-main-card {
    background: rgba(31, 21, 53, 0.55);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(168, 85, 247, 0.08);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(168, 85, 247, 0.14);
}
.calendar-content {
    display: grid;
    grid-template-columns: 1fr auto 390px;
    gap: 0;
    align-items: start;
    position: relative;
}
/* No-center overlay */
.cal-no-center-overlay {
    position: absolute;
    inset: 0;
    background: rgb(16 11 28 / 74%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.cal-no-center-overlay.visible {
    opacity: 1;
    pointer-events: auto;
}
.cal-no-center-card {
    background: #ffffff;
    border: 2px solid rgba(60, 30, 100, 0.22);
    border-radius: 18px;
    padding: 32px 40px;
    text-align: center;
    box-shadow: 0 8px 40px rgba(60, 30, 100, 0.18);
    max-width: 300px;
    animation: calCardFloat 3.2s ease-in-out infinite, calCardGlow 3.2s ease-in-out infinite;
}
.cal-no-center-icon {
    display: block;
    font-size: 38px;
    margin-bottom: 14px;
}
.cal-no-center-card p {
    font-size: 15px;
    font-weight: 600;
    color: #2a1a4a;
    line-height: 1.55;
    margin: 0;
}
.cal-no-center-btn {
    margin-top: 16px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #fb9825 0%, #f97316 100%);
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(251, 152, 37, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cal-no-center-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(251, 152, 37, 0.45);
}
@keyframes calCardFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}
@keyframes calCardGlow {
    0%, 100% { box-shadow: 0 8px 40px rgba(60, 30, 100, 0.18); }
    50%       { box-shadow: 0 18px 56px rgba(60, 30, 100, 0.30), 0 0 0 6px rgba(60, 30, 100, 0.07); }
}
/* Calendar Widget */
.calendar-widget {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}
.calendar-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 4px;
}
.calendar-nav {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 20px;
    color: #e9d5ff;
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 50%;
    transition: all 0.2s ease;
    font-weight: 600;
    line-height: 1;
}
.calendar-nav:hover {
    background: rgba(168, 85, 247, 0.18);
    transform: scale(1.05);
}
.calendar-month {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
/* Calendar Grid - table style */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: none;
}
.calendar-day-header {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
    padding: 12px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    border-bottom: none;
}
.calendar-days-container {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
    height: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    flex-direction: column;
    padding: 8px 4px 6px;
    align-items: center;
    border-bottom: none;
    background: transparent;
    border-radius: 8px;
    border-right: none;
    color: #ffffff;
}
.calendar-day:nth-child(7n) {
    border-right: none;
}
.calendar-day.calendar-day-end-month {
    background: transparent;
    opacity: 0.35;
}
.calendar-day:not(:empty):hover {
    background: rgba(168, 85, 247, 0.10);
    z-index: 2;
}
.calendar-day.calendar-day-end-month:not(:empty):hover {
    background: rgba(168, 85, 247, 0.08);
}
.calendar-day.today {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    font-weight: 700;
    box-shadow: 0 3px 14px rgba(168, 85, 247, 0.45);
    border-radius: 10px;
}
.calendar-day.today .day-number {
    color: white;
}
.calendar-day .day-number {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}
.calendar-day .day-icons {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.calendar-day .activity-icon {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
}
@media (max-width: 480px) {
    .calendar-day .activity-icon {
        width: 4px;
        height: 4px;
    }
}
.calendar-day .activity-icon.ascultare { background: #fbbf24; }
.calendar-day .activity-icon.test { background: #c084fc; }
.calendar-day .activity-icon.test2 { background: #c084fc; }
.calendar-day .activity-icon.crash { background: #60a5fa; }
.calendar-day .activity-icon.crash2 { background: #60a5fa; }
/* Legend */
.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 28px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
}
.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.legend-dot.legend-star {
    background: #fbbf24;
}
.legend-dot.legend-check {
    background: #c084fc;
}
.legend-dot.legend-folder {
    background: #60a5fa;
}
/* Calendar note below legend */
.calendar-note {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.07);
    width: 100%;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
/* Calendar Day Tooltip */
.cal-tooltip {
    position: absolute;
    z-index: 100;
    min-width: 260px;
    max-width: 340px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(60, 30, 100, 0.12);
    padding: 16px 18px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.cal-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.cal-tooltip-date {
    font-size: 13px;
    font-weight: 700;
    color: #1a0f33;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(60, 30, 100, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
}
.cal-tooltip-date::before {
    content: '\1F4C5';
    font-size: 14px;
}
.cal-tooltip-events {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cal-tooltip-event {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(60, 30, 100, 0.04);
    transition: background 0.15s ease;
}
.cal-tooltip-event:hover {
    background: rgba(60, 30, 100, 0.08);
}
.cal-tooltip-event-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}
.cal-tooltip-event-dot.dot-ascultare {
    background: linear-gradient(135deg, #FFD700, #f1c13a);
}
.cal-tooltip-event-dot.dot-test {
    background: linear-gradient(135deg, #c084fc, #c084fc);
}
.cal-tooltip-event-dot.dot-test2 {
    background: linear-gradient(135deg, #c084fc, #c084fc);
}
.cal-tooltip-event-dot.dot-crash {
    background: linear-gradient(135deg, #42A5F5, #5B9BD5);
}
.cal-tooltip-event-dot.dot-crash2 {
    background: linear-gradient(135deg, #42A5F5, #5B9BD5);
}
.cal-tooltip-event-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.cal-tooltip-event-detail {
    font-size: 11px;
    color: #777;
    margin-left: auto;
    font-weight: 500;
    text-align: right;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cal-tooltip-empty {
    font-size: 13px;
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 4px 0;
}
/* Tooltip Centers */
.cal-tooltip-event-group {
    padding: 6px 0;
    border-bottom: 1px solid rgba(60, 30, 100, 0.06);
}
.cal-tooltip-event-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.cal-tooltip-event-group:first-child {
    padding-top: 0;
}
.cal-tooltip-event-centers {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 5px;
    padding-left: 20px;
}
.cal-tooltip-center-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #444;
    background: rgba(60, 30, 100, 0.06);
    border-left: 3px solid var(--center-color, #1a0f33);
    padding: 3px 8px 3px 6px;
    border-radius: 4px;
    transition: background 0.15s ease;
}
.cal-tooltip-center-tag:hover {
    background: rgba(60, 30, 100, 0.12);
}
.cal-tooltip-center-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
/* Tooltip arrow */
.cal-tooltip::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(60, 30, 100, 0.12);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}
.cal-tooltip.tooltip-below::after {
    bottom: auto;
    top: -7px;
    transform: rotate(135deg);
}
/* Arrow separator */
.calendar-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #a855f7;
    font-size: 32px;
    align-self: center;
}
/* Activities */
.calendar-activities {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
}
.activity-ascultare{
    background: rgba(31, 21, 53, 0.85) !important;
}
.activity-section {
    background: rgba(31, 21, 53, 0.7);
    border-radius: 14px;
    padding: 18px 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(168, 85, 247, 0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
}
.activity-section:hover {
    background: rgba(42, 26, 74, 0.85);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}
.activity-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.activity-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.activity-dot-star { background: #fbbf24; }
.activity-dot-check { background: #c084fc; }
.activity-dot-folder { background: #60a5fa; }
.activity-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.activity-list li {
    padding: 4px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.check-green {
    color: #a78bfa;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    line-height: 1.4;
}
/* Responsive */
@media (max-width: 900px) {
    .calendar-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .calendar-arrow {
        display: none;
    }
    .calendar-main-card {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .calendar-section {
        padding: 50px 15px 70px;
    }
    .calendar-header-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .calendar-title {
        font-size: 28px;
    }
    .calendar-filters {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .calendar-filters .filter-dropdown {
        width: 100%;
    }
    .custom-select {
        min-width: 100%;
        width: 100%;
    }
    .calendar-main-card {
        padding: 16px;
        border-radius: 16px;
    }
    .calendar-day {
        height: 48px;
        font-size: 12px;
    }
    .calendar-legend {
        flex-wrap: wrap;
        gap: 12px;
    }
    .activity-section {
        padding: 14px 16px;
    }
}
/* Platform Demo */
.platform-demo {
    background: #f5f0ff;
    padding: 80px 20px;
}
.platform-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.platform-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 48px;
}
.platform-subtitle {
    font-size: 17px;
    color: var(--gray-600);
    margin-bottom: 40px;
    line-height: 1.6;
}
.demo-iframe-wrapper {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10), 0 2px 12px rgba(0, 0, 0, 0.06);
}
.demo-iframe-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: var(--gray-100);
    border-bottom: 1px solid var(--gray-200);
}
.demo-iframe-dots {
    display: flex;
    gap: 7px;
}
.demo-iframe-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.dot-red { background: #ff5f57; }
.dot-yellow { background: #fbbf24; }
.dot-green { background: #28c840; }
.demo-iframe-url {
    flex: 1;
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    color: var(--gray-500);
    text-align: left;
    font-family: 'Montserrat', monospace;
}
.demo-iframe-body {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--gray-100);
}
.demo-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
/* Profesori Section */
.profesori-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 40%, #f5f0ff 100%);
    padding: 80px 20px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}
.profesori-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 200"><path fill="rgba(45,96,120,0.06)" d="M0,80 C320,150 640,20 960,100 C1120,140 1280,60 1440,80 L1440,0 L0,0 Z"/></svg>') no-repeat center top;
    background-size: cover;
    pointer-events: none;
}
.profesori-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.profesori-title {
    font-size: 40px;
    font-weight: 300;
    color: #1a0f33;
    margin-bottom: 12px;
    line-height: 1.2;
}
.profesori-subtitle {
    font-size: 17px;
    color: rgba(26, 15, 51, 0.6);
    font-weight: 400;
    margin-bottom: 50px;
}
/* Profesori Grid (3+2 desktop, 1 + arrows mobile) */
.profesori-wrap {
    position: relative;
    margin-bottom: 50px;
}
.profesori-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    justify-content: center;
}
/* 3 + 2 centered on desktop using 6-column grid */
.profesori-grid .profesor-card:nth-child(1) { grid-column: 1 / span 2; }
.profesori-grid .profesor-card:nth-child(2) { grid-column: 3 / span 2; }
.profesori-grid .profesor-card:nth-child(3) { grid-column: 5 / span 2; }
.profesori-grid .profesor-card:nth-child(4) { grid-column: 2 / span 2; }
.profesori-grid .profesor-card:nth-child(5) { grid-column: 4 / span 2; }
.profesor-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.profesor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.profesor-btn {
    margin-top: 18px;
    padding: 11px 22px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(132deg, #1a0f33, #795ce0);
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(60, 30, 100, 0.25);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.profesor-btn:hover {
    background: linear-gradient(90deg, #3c1e64, #6a46c1);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(60, 30, 100, 0.35);
}
/* Mobile arrows (hidden on desktop) */
.profesori-mobile-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(60, 30, 100, 0.18);
    background: rgba(255, 255, 255, 0.95);
    color: #1a0f33;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}
.profesori-mobile-arrow:hover {
    background: #1a0f33;
    color: #fff;
}
.profesori-mobile-arrow-left { left: -6px; }
.profesori-mobile-arrow-right { right: -6px; }
.profesor-photo {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.profesor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}
/* .profesor-card:hover .profesor-photo img {
    transform: scale(1.05);
} */
.profesor-info {
    padding: 20px 16px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
}
.profesor-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 10px 0;
}
.profesor-subject {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.profesor-description {
    position: relative;
    margin-top: 16px;
    padding: 20px 18px 22px 38px;
    background: linear-gradient(180deg, rgba(106, 70, 193, 0.06), rgba(106, 70, 193, 0.02));
    border: 1px solid rgba(106, 70, 193, 0.12);
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.65;
    color: #4a3d6b;
    text-align: left;
    align-self: stretch;
    word-break: break-word;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.profesor-description::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1;
    color: rgba(106, 70, 193, 0.35);
    font-weight: 700;
}
.profesor-description br {
    display: block;
    content: "";
    margin-top: 6px;
}
.subject-chimie {
    /* background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid rgba(46, 125, 50, 0.2); */
    background: linear-gradient(90deg, #0a0612, #2a1a4a);
    color: #fff;
}
.subject-biologie {
    /* background: linear-gradient(135deg, #ede9fe, #e9d5ff);
    color: #1a0f33;
    border: 1px solid rgba(60, 30, 100, 0.2); */
    background: linear-gradient(90deg, #C2223C, #a855f7);
    color: #fff;
}
.subject-biologie-corint {
    background: linear-gradient(90deg, #a855f7, #D55451);
    color: #fff;
}
.subject-fizica {
    /* background: linear-gradient(135deg, #f5f0ff, #ede9fe);
    color: #7c3aed;
    border: 1px solid rgba(230, 81, 0, 0.2); */
    background: linear-gradient(90deg, #114306, #209E00);
    color: #fff;
}
.subject-matematica {
    background: linear-gradient(135deg, #f5f0ff, #e9d5ff);
    color: #7c3aed;
    border: 1px solid rgba(123, 31, 162, 0.2);
}
.profesori-cta {
    display: inline-block;
    background: #1a0f33;
    color: white;
    padding: 16px 48px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(60, 30, 100, 0.3);
}
.profesori-cta:hover {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(60, 30, 100, 0.4);
}
@media (max-width: 900px) {
    .profesori-grid {
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        padding: 4px 4px 12px;
        -webkit-overflow-scrolling: touch;
    }
    .profesori-grid::-webkit-scrollbar { display: none; }
    .profesori-grid .profesor-card,
    .profesori-grid .profesor-card:nth-child(1),
    .profesori-grid .profesor-card:nth-child(2),
    .profesori-grid .profesor-card:nth-child(3),
    .profesori-grid .profesor-card:nth-child(4),
    .profesori-grid .profesor-card:nth-child(5) {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
        scroll-snap-align: center;
        grid-column: auto;
        margin-left: 0;
    }
    .profesori-mobile-arrow {
        display: flex;
    }
    .profesori-wrap {
        padding: 0 8px;
    }
}
@media (max-width: 600px) {
    .profesori-section {
        padding: 50px 15px 70px;
    }
    .profesori-title {
        font-size: 28px;
    }
    .profesor-photo {
        height: 280px;
    }
    .profesori-cta {
        padding: 14px 36px;
        font-size: 13px;
    }
}

/* Profesor Modal */
.profesor-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 6, 18, 0.72);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.profesor-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.profesor-modal {
    position: relative;
    width: 100%;
    max-width: 880px;
    max-height: 90vh;
    background: #fff;
    border-radius: 22px;
    overflow: visible;
    display: grid;
    grid-template-columns: 320px 1fr;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: scale(0.96);
    transition: transform 0.25s ease;
}
.profesor-modal-photo,
.profesor-modal-body {
    overflow: hidden;
}
.profesor-modal-photo { border-top-left-radius: 22px; border-bottom-left-radius: 22px; }
.profesor-modal-body { border-top-right-radius: 22px; border-bottom-right-radius: 22px; }
.profesor-modal-overlay.active .profesor-modal {
    transform: scale(1);
}
.profesor-modal-photo {
    background: #f5f0ff;
    overflow: hidden;
}
.profesor-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.profesor-modal-body {
    padding: 36px 36px 32px;
    overflow-y: auto;
    max-height: 90vh;
}
.profesor-modal-name {
    font-size: 26px;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 12px;
}
.profesor-modal-body .profesor-subject {
    margin-bottom: 18px;
}
.profesor-modal-body .profesor-description {
    margin-top: 18px;
}
.profesor-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #1a0f33;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}
.profesor-modal-close:hover {
    background: #1a0f33;
    color: #fff;
}
.profesor-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #1a0f33;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}
.profesor-modal-nav:hover {
    background: #1a0f33;
    color: #fff;
}
.profesor-modal-nav-prev { left: -22px; }
.profesor-modal-nav-next { right: -22px; }
@media (max-width: 768px) {
    .profesor-modal-overlay {
        padding: 12px;
        align-items: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .profesor-modal {
        grid-template-columns: 1fr;
        max-height: none;
        height: auto;
        margin: auto 0;
    }
    .profesor-modal-photo {
        height: 240px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 22px;
    }
    .profesor-modal-body {
        padding: 24px 22px 28px;
        max-height: none;
        overflow: visible;
        border-top-right-radius: 0;
        border-bottom-left-radius: 22px;
    }
    .profesor-modal-nav-prev { left: 8px; }
    .profesor-modal-nav-next { right: 8px; }
    .profesor-modal-nav {
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, 0.85);
        top: 120px;
    }
    .profesor-modal-close {
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 20;
    }
}
/* Planuri Admitere */
.planuri-admitere {
    background: linear-gradient(180deg, #f5f0ff 0%, #f3eeff 40%, #f5f0ff 70%, #f9f5ff 100%);
    padding: 80px 20px 100px;
    position: relative;
    overflow: hidden;
}
.planuri-admitere::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}
.planuri-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    /* z-index: 1; */
}
.planuri-title {
    font-size: 40px;
    font-weight: 300;
    color: #1a0f33;
    margin-bottom: 16px;
    line-height: 1.2;
}
.planuri-title strong {
    font-weight: 800;
}
.planuri-subtitle {
    font-size: 16px;
    color: rgba(26, 15, 51, 0.6);
    margin-bottom: 50px;
    line-height: 1.7;
    font-weight: 400;
}
.planuri-subtitle strong {
    font-weight: 700;
    color: #1a0f33;
}
/* Locuri Progress Bar */
.locuri-progress-bar {
    max-width: 520px;
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(192, 132, 252, 0.2);
    border-radius: 14px;
    padding: 18px 24px;
    backdrop-filter: blur(6px);
}
.locuri-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.locuri-progress-label {
    font-size: 0.88rem;
    color: #1a0f33;
    display: flex;
    align-items: center;
    gap: 6px;
}
.locuri-progress-label strong {
    font-weight: 700;
}
.locuri-fire {
    font-size: 1rem;
}
.locuri-progress-pct {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(26, 15, 51, 0.5);
}
.locuri-progress-track {
    width: 100%;
    height: 10px;
    background: rgba(26, 15, 51, 0.08);
    border-radius: 6px;
    overflow: hidden;
}
.locuri-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #6d28d9, #a855f7);
    border-radius: 6px;
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.planuri-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 0;
}
.plan-card-detailed {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 36px 32px 32px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}
.plan-card-detailed:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.plan-card-detailed.featured {
    border-color: rgb(219 170 46 / 51%);
    box-shadow: 0 8px 36px rgba(60, 30, 100, 0.12);
}
.plan-badge {
    position: absolute;
    top: -14px;
    right: 24px;
    background: linear-gradient(135deg, #a855f7, #9333ea);
    color: white;
    padding: 7px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(212, 148, 15, 0.35);
}
.plan-badge strong {
    font-weight: 700;
}
.plan-header {
    margin-bottom: 0;
    text-align: center;
}
.plan-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1a0f33;
}
.plan-description {
    font-size: 14px;
    color: rgba(26, 15, 51, 0.55);
    margin-bottom: 20px;
    font-style: italic;
}
.plan-description strong {
    font-weight: 700;
    font-style: italic;
    color: #1a0f33;
}
.plan-subjects-selector {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.subject-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.subject-group {
    position: relative;
}
.subject-option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: rgba(235, 245, 240, 0.8);
    border: 2px solid rgba(200, 215, 210, 0.4);
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
    position: relative;
    white-space: nowrap;
}
.subject-option input[type="checkbox"] {
    display: none;
}
.subject-option:hover {
    border-color: rgba(60, 30, 100, 0.4);
    background: rgba(225, 242, 238, 0.5);
}
.subject-option.selected {
    background: linear-gradient(135deg, #ede9fe, #e9d5ff);
    color: #1a0f33;
    border-color: rgba(60, 30, 100, 0.35);
    box-shadow: 0 2px 10px rgba(60, 30, 100, 0.15);
}
.subject-option.selected .subject-label::before {
    content: '\2713\00a0';
    font-weight: 700;
}
.subject-label {
    font-weight: 600;
    font-size: 13px;
    pointer-events: none;
}
/* Biologie variant toggle (Barron's / Corint) - always visible */
.bio-variant-toggle {
    display: flex;
    margin-left: 4px;
    gap: 2px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    padding: 2px;
    border: 1px solid rgba(200, 215, 210, 0.4);
    align-items: stretch;
    height: 35px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-right: -16px;
    border-radius: 25px;
}
.bio-variant {
    padding: 0 10px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    border: none;
    background: transparent;
    color: #888;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.bio-variant.active {
    background: #1a0f33;
    color: white;
    box-shadow: 0 1px 4px rgba(60, 30, 100, 0.3);
}
.bio-variant:hover:not(.active) {
    color: #1a0f33;
    background: rgba(60, 30, 100, 0.08);
}
.plan-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 215, 210, 0.5), transparent);
    margin: 24px 0;
}
.plan-features {
    margin-bottom: 24px;
    flex: 1;
}
.feature-item {
    padding: 7px 0;
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.5;
}
.feature-item strong {
    font-weight: 700;
    color: #1a0f33;
}
.feature-check-icon {
    color: #1a0f33;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1.4;
}
.plan-pricing {
    text-align: center;
    margin-bottom: 24px;
}
.plan-price {
    margin-bottom: 4px;
    color: #1a0f33;
}
.price-deleted {
    font-size: 18px;
    font-weight: 600;
    color: #c0392b;
    text-decoration: line-through;
    margin-right: 6px;
    opacity: 0.85;
    position: absolute;
}
.price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #1a0f33;
    line-height: 1;
}
.price-unit {
    font-size: 20px;
    font-weight: 400;
    color: rgba(26, 15, 51, 0.5);
}
.price-per {
    font-size: 16px;
    font-weight: 400;
    color: rgba(26, 15, 51, 0.5);
}
.plan-savings {
    font-size: 14px;
    color: #a855f7;
    font-weight: 600;
}
.plan-selection-msg {
    font-size: 13px;
    line-height: 1.4;
    padding: 0;
    margin-top: 0;
    border-radius: 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease, margin-top 0.35s ease;
}
.plan-selection-msg.visible {
    max-height: 60px;
    opacity: 1;
    padding: 10px 14px;
    margin-top: 12px;
}
.plan-selection-msg.error {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
    border: 1px solid rgba(220, 38, 38, 0.2);
}
.plan-selection-msg.success {
    background: rgba(192, 132, 252, 0.08);
    color: #7c3aed;
    border: 1px solid rgba(192, 132, 252, 0.25);
}
.plan-footer {
    text-align: center;
    margin-top: auto;
}
.plan-note {
    font-size: 13px;
    color: rgba(26, 15, 51, 0.5);
    margin-bottom: 20px;
    line-height: 1.5;
    font-style: italic;
}
.plan-note em {
    font-style: italic;
}
.plan-btn {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #1a0f33 0%, #8b5cf6 100%);
    color: white;
    border: none;
    padding: 15px 24px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(60, 30, 100, 0.3);
    margin-bottom: 12px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.plan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(60, 30, 100, 0.4);
    background: linear-gradient(135deg, #2a1a4a 0%, #7c3aed 100%);
}
.plan-meeting-link {
    display: inline-block;
    font-size: 13px;
    color: rgba(26, 15, 51, 0.5);
    text-decoration: underline;
    transition: color 0.2s ease;
}
.plan-meeting-link:hover {
    color: #1a0f33;
}
/* Garantie Card */
.garantie-card {
    display: flex;
    align-items: center;
    gap: 28px;
    background: rgba(235, 245, 243, 0.6);
    border: 1.5px solid rgba(192, 132, 252, 0.25);
    border-radius: 16px;
    padding: 32px 36px;
    margin-top: 28px;
    backdrop-filter: blur(8px);
}
.garantie-badge {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1a0f33, #1a0f33);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
}
.garantie-shield {
    width: 28px;
    height: 28px;
    stroke: rgba(255,255,255,0.9);
}
.garantie-badge-text {
    text-align: center;
    line-height: 1.15;
}
.garantie-badge-text strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.garantie-badge-text span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.85;
}
.garantie-content {
    flex: 1;
    text-align: left;
}
.garantie-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a0f33;
    margin: 0 0 8px;
}
.garantie-desc {
    font-size: 0.92rem;
    color: #4a3a6a;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 768px) {
    .garantie-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 18px;
    }
    .garantie-badge {
        width: 90px;
        height: 90px;
    }
    .garantie-shield {
        width: 22px;
        height: 22px;
    }
    .garantie-badge-text strong {
        font-size: 12px;
    }
    .garantie-badge-text span {
        font-size: 9px;
    }
    .garantie-title {
        font-size: 1.1rem;
    }
}
@media (max-width: 768px) {
    .planuri-admitere {
        padding: 50px 15px 70px;
    }
    .planuri-title {
        font-size: 28px;
    }
    .planuri-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
    .plan-card-detailed {
        padding: 28px 24px;
    }
    .plan-title {
        font-size: 28px;
    }
    .price-amount {
        font-size: 36px;
    }
}
/* Bonusuri Section */
.bonusuri-section {
    background: #fdfbff;
    padding: 80px 20px 100px;
}
.bonusuri-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.bonusuri-title {
    font-size: 40px;
    font-weight: 300;
    color: #1a0f33;
    margin-bottom: 12px;
    line-height: 1.2;
}
.bonusuri-title strong {
    font-weight: 800;
}
.bonusuri-subtitle {
    font-size: 16px;
    color: rgba(26, 15, 51, 0.5);
    margin-bottom: 50px;
    font-weight: 400;
}
.bonusuri-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.bonus-card {
    background: white;
    border-radius: 20px;
    padding: 36px 32px 0;
    text-align: left;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(225, 235, 230, 0.6);
    display: flex;
    flex-direction: column;
}
.bonus-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a0f33;
    margin-bottom: 24px;
}
.bonus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bonus-list li {
    display: block;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}
.bonus-list li strong {
    font-weight: 700;
    color: #1a0f33;
}
.bonus-check {
    color: #c084fc;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 6px;
}
.bonus-footer {
    margin-top: 28px;
    padding: 16px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    background: #f9f5ff;
    border-radius: 0 0 20px 20px;
    margin-left: -32px;
    margin-right: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.bonus-footer-check {
    color: #c084fc;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .bonusuri-section {
        padding: 50px 15px 70px;
    }
    .bonusuri-title {
        font-size: 28px;
    }
    .bonusuri-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
}
/* =====================================================
   Reviews Carousel Section (pc-reviews)
   ===================================================== */
.pc-reviews-section {
    /* background: linear-gradient(180deg, #f5f0ff 0%, #ede9fe 50%, #f9f5ff 100%); */
    padding: 80px 0 90px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, #1a0f33 0%, #7c3aed 30%, #8b5cf6 60%, #1a0f33 100%);
}
.pc-reviews-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.pc-reviews-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}
/* .pc-reviews-title strong {
    background: linear-gradient(135deg, #1a0f33, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
} */
.pc-reviews-subtitle {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
}
/* Marquee container */
.pc-reviews-marquee {
    position: relative;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
}
/* Track - scrolling strip */
.pc-reviews-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: pcReviewsScroll 120s linear infinite;
    padding: 12px 0;
}
.pc-reviews-track.paused {
    animation-play-state: paused;
}
@keyframes pcReviewsScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* Individual card */
.pc-rv-card {
    flex-shrink: 0;
    width: 360px;
    background: #fff;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(60, 30, 100, 0.07);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.35s ease,
                border-color 0.3s ease;
    user-select: none;
    position: relative;
}
.pc-rv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(60, 30, 100, 0.13);
    border-color: rgba(192, 132, 252, 0.3);
}
.pc-rv-card.active {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 48px rgba(60, 30, 100, 0.18);
    border-color: rgba(60, 30, 100, 0.25);
}
/* Card header */
.pc-rv-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.pc-rv-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.82rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.pc-rv-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.pc-rv-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a0f33;
    line-height: 1.2;
}
.pc-rv-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 50px;
    width: fit-content;
}
.pc-rv-badge[data-type="Elev"] {
    background: rgba(60, 30, 100, 0.1);
    color: #1a0f33;
}
.pc-rv-badge[data-type="PÄƒrinte"] {
    background: rgba(192, 132, 252, 0.12);
    color: #a78bfa;
}
.pc-rv-badge[data-type="Mentor"] {
    background: rgba(124, 107, 196, 0.12);
    color: #7c3aed;
}
.pc-rv-stars {
    font-size: 0.82rem;
    color: #c084fc;
    letter-spacing: 1px;
    margin-left: auto;
    flex-shrink: 0;
}
/* Card text */
.pc-rv-text {
    font-size: 0.88rem;
    line-height: 1.72;
    color: #3a2d5a;
    margin: 0;
}
/* Card footer */
.pc-rv-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(60, 30, 100, 0.06);
}
.pc-rv-date {
    font-size: 0.74rem;
    font-weight: 500;
    color: #b8a9d9;
}
.pc-rv-uni {
    font-size: 0.74rem;
    font-weight: 600;
    color: #c084fc;
}
/* Footer link */
.pc-reviews-footer {
    text-align: center;
    margin-top: 36px;
}
.pc-reviews-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #fff;
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(60, 30, 100, 0.15);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a0f33;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pc-reviews-more-btn:hover {
    background: #1a0f33;
    color: #fff;
    border-color: #1a0f33;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(60, 30, 100, 0.2);
}
/* Responsive */
@media (max-width: 768px) {
    .pc-reviews-section {
        padding: 60px 0 70px;
    }
    .pc-reviews-title {
        font-size: 1.7rem;
    }
    .pc-rv-card {
        width: 300px;
        padding: 22px;
    }
    .pc-reviews-track {
        gap: 16px;
    }
}
@media (max-width: 480px) {
    .pc-rv-card {
        width: 270px;
        padding: 20px;
    }
    .pc-reviews-title {
        font-size: 1.4rem;
    }
}
/* FAQ Section */
.faq-section {
    background: linear-gradient(180deg, #f9f5ff 0%, #f5f0ff 100%);
    padding: 80px 20px 100px;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.faq-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a0f33;
    margin-bottom: 12px;
}
.faq-subtitle {
    font-size: 16px;
    color: rgba(26, 15, 51, 0.55);
    margin-bottom: 48px;
    font-weight: 400;
}
.faq-subtitle strong {
    font-weight: 700;
    color: #1a0f33;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.faq-item {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(225, 235, 230, 0.5);
    transition: all 0.3s ease;
}
.faq-item:hover {
    background: rgba(255, 255, 255, 0.9);
}
.faq-question {
    padding: 20px 28px;
    font-size: 16px;
    font-weight: 500;
    color: #1f1535;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.faq-toggle {
    font-size: 22px;
    color: #c084fc;
    transition: transform 0.3s ease;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}
.faq-answer {
    padding: 0 28px 0;
    font-size: 14px;
    color: rgba(26, 15, 51, 0.6);
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 0 28px 20px;
}
.faq-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #7c3aed;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(124, 58, 237, 0.4);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.faq-link:hover {
    color: #5b21b6;
    border-bottom-color: #5b21b6;
}
@media (max-width: 768px) {
    .faq-section {
        padding: 50px 15px 70px;
    }
    .faq-title {
        font-size: 28px;
    }
}
/* Responsive Design */
@media (max-width: 968px) {
    .hero-stats-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .hero-stats-image {
        order: -1;
    }
    
    .hero-stats-image img {
        max-width: 280px;
    }
    
    .stats-grid {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .stat-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .plan-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .progress-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .calendar-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .demo-iframe-body {
        aspect-ratio: 4 / 3;
    }
    
    .planuri-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .hero-stats-title {
        font-size: 30px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .section-title,
    .progress-title,
    .calendar-title,
    .platform-title,
    .planuri-title,
    .faq-title {
        font-size: 28px;
    }
    
    .plan-features-grid {
        grid-template-columns: 1fr;
    }
    
    .plan-card-detailed {
        padding: 24px;
    }
}

/* ===========================================================
   Inscriere Modal (Vreau sa ma inscriu)
   =========================================================== */
.inscriere-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 6, 18, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.inscriere-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.inscriere-modal {
    position: relative;
    width: 100%;
    max-width: 560px;
    max-height: 92vh;
    overflow-y: auto;
    background: linear-gradient(160deg, #1f1535 0%, #0f0820 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(168, 85, 247, 0.08);
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
}
.inscriere-modal-overlay.active .inscriere-modal {
    transform: translateY(0) scale(1);
}
.inscriere-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}
.inscriere-modal-close:hover {
    background: rgba(168, 85, 247, 0.25);
    transform: scale(1.07);
}
.inscriere-modal-body {
    padding: 36px 36px 32px;
}
.inscriere-modal-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #ffffff;
    letter-spacing: -0.2px;
}
.inscriere-modal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 24px;
}
.inscriere-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.inscriere-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.inscriere-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.inscriere-field label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.inscriere-field input,
.inscriere-field select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #ffffff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
.inscriere-field select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23a855f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.inscriere-field select option {
    background: #1f1535;
    color: #ffffff;
}
.inscriere-field input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.inscriere-field input:focus,
.inscriere-field select:focus {
    border-color: #a855f7;
    background: rgba(168, 85, 247, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
}
.inscriere-field.has-error input,
.inscriere-field.has-error select {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}
.inscriere-msg {
    min-height: 0;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 10px;
    padding: 0 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
}
.inscriere-msg.visible {
    max-height: 200px;
    padding: 10px 14px;
}
.inscriere-msg.error {
    background: rgba(239, 68, 68, 0.12);
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.35);
}
.inscriere-msg.success {
    background: rgba(34, 197, 94, 0.12);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.35);
}
.inscriere-submit {
    position: relative;
    margin-top: 8px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.35);
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, opacity 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.inscriere-submit:hover:not(:disabled) {
    background: linear-gradient(135deg, #9333ea, #6d28d9);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(168, 85, 247, 0.5);
}
.inscriere-submit:disabled {
    opacity: 0.7;
    cursor: progress;
}
.inscriere-submit-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: insSpin 0.7s linear infinite;
}
.inscriere-submit.loading .inscriere-submit-spinner {
    display: inline-block;
}
.inscriere-submit.loading .inscriere-submit-label {
    opacity: 0.85;
}
@keyframes insSpin {
    to { transform: rotate(360deg); }
}
@media (max-width: 560px) {
    .inscriere-modal-body { padding: 28px 22px 24px; }
    .inscriere-modal-title { font-size: 22px; }
    .inscriere-row { grid-template-columns: 1fr; }
}

/* ===========================================================
   Inscriere Modal (Vreau sa ma inscriu)
   =========================================================== */
.inscriere-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 6, 18, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.inscriere-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.inscriere-modal {
    position: relative;
    width: 100%;
    max-width: 560px;
    max-height: 92vh;
    overflow-y: auto;
    background: linear-gradient(160deg, #1f1535 0%, #0f0820 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(168, 85, 247, 0.08);
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
}
.inscriere-modal-overlay.active .inscriere-modal {
    transform: translateY(0) scale(1);
}
.inscriere-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}
.inscriere-modal-close:hover {
    background: rgba(168, 85, 247, 0.25);
    transform: scale(1.07);
}
.inscriere-modal-body {
    padding: 36px 36px 32px;
}
.inscriere-modal-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #ffffff;
    letter-spacing: -0.2px;
}
.inscriere-modal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 24px;
}
.inscriere-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.inscriere-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.inscriere-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.inscriere-field label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.inscriere-field input,
.inscriere-field select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #ffffff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
.inscriere-field select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23a855f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.inscriere-field select option {
    background: #1f1535;
    color: #ffffff;
}
.inscriere-field input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.inscriere-field input:focus,
.inscriere-field select:focus {
    border-color: #a855f7;
    background: rgba(168, 85, 247, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
}
.inscriere-field.has-error input,
.inscriere-field.has-error select {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}
.inscriere-msg {
    min-height: 0;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 10px;
    padding: 0 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
}
.inscriere-msg.visible {
    max-height: 200px;
    padding: 10px 14px;
}
.inscriere-msg.error {
    background: rgba(239, 68, 68, 0.12);
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.35);
}
.inscriere-msg.success {
    background: rgba(34, 197, 94, 0.12);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.35);
}
.inscriere-submit {
    position: relative;
    margin-top: 8px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.35);
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, opacity 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.inscriere-submit:hover:not(:disabled) {
    background: linear-gradient(135deg, #9333ea, #6d28d9);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(168, 85, 247, 0.5);
}
.inscriere-submit:disabled {
    opacity: 0.7;
    cursor: progress;
}
.inscriere-submit-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: insSpin 0.7s linear infinite;
}
.inscriere-submit.loading .inscriere-submit-spinner {
    display: inline-block;
}
.inscriere-submit.loading .inscriere-submit-label {
    opacity: 0.85;
}
@keyframes insSpin {
    to { transform: rotate(360deg); }
}
@media (max-width: 560px) {
    .inscriere-modal-body { padding: 28px 22px 24px; }
    .inscriere-modal-title { font-size: 22px; }
    .inscriere-row { grid-template-columns: 1fr; }
}

/* ===========================================================
   Calendar — Materie + Clasa Modal (scoped to calendar section)
   =========================================================== */
.cal-pick-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 6, 18, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 50;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.cal-pick-modal-overlay.visible {
    display: flex;
    opacity: 1;
}
/* Inscriere - section title + checkbox styles */
.inscriere-section-title {
    grid-column: 1 / -1;
    margin: 8px 0 -2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.inscriere-field-checkbox {
    grid-column: 1 / -1;
    margin-top: 4px;
}
.inscriere-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    user-select: none;
}
.inscriere-checkbox-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.inscriere-checkbox-label input[type="checkbox"]:hover {
    border-color: rgba(255, 255, 255, 0.55);
}
.inscriere-checkbox-label input[type="checkbox"]:checked {
    background: linear-gradient(135deg, #f59e0b, #a855f7);
    border-color: transparent;
}
.inscriere-checkbox-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.inscriere-checkbox-label input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(168, 85, 247, 0.6);
    outline-offset: 2px;
}
.cal-pick-modal {
    background: #ffffff;
    border-radius: 22px;
    padding: 36px 38px 32px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 20px 60px rgba(60, 30, 100, 0.35);
    position: relative;
    animation: calPickModalIn 0.32s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
@keyframes calPickModalIn {
    from { transform: translateY(20px) scale(0.96); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}
.cal-pick-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    color: #2a1a4a;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
}
.cal-pick-modal-close:hover { background: rgba(60, 30, 100, 0.08); }
.cal-pick-modal-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: #2a1a4a;
    text-align: center;
}
.cal-pick-modal-sub {
    margin: 0 0 22px;
    font-size: 14.5px;
    color: #5a5273;
    text-align: center;
    line-height: 1.5;
}
.cal-pick-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
}
.cal-pick-modal-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #2a1a4a;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.cal-pick-select {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid rgba(60, 30, 100, 0.18);
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #2a1a4a;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%232a1a4a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 38px;
    transition: border-color 0.15s ease;
}
.cal-pick-select:focus {
    outline: none;
    border-color: #fb9825;
}
.cal-pick-select:disabled {
    background-color: #f5f3f8;
    cursor: not-allowed;
    opacity: 0.7;
}
.cal-pick-modal-confirm {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #fb9825 0%, #f97316 100%);
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(251, 152, 37, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.cal-pick-modal-confirm:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(251, 152, 37, 0.45);
}
.cal-pick-modal-confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}
@media (max-width: 480px) {
    .cal-pick-modal { padding: 28px 22px 24px; max-width: 380px; }
    .cal-pick-modal-title { font-size: 19px; }
}

/* ===========================================================
   Footer
   =========================================================== */
.site-footer{
    background: #181132;
    position: relative;
    overflow: hidden;
}
.site-footer::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(168, 85, 247, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 85, 247, 0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%);
}

/* ===========================================================
   Inscriere Success Modal
   =========================================================== */
.inscriere-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(10, 6, 25, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.inscriere-success-overlay.active {
    opacity: 1;
}
.inscriere-success-modal {
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px 32px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    transform: translateY(16px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.inscriere-success-overlay.active .inscriere-success-modal {
    transform: translateY(0) scale(1);
}
.inscriere-success-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.35);
    animation: inscriereSuccessPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.inscriere-success-icon svg {
    width: 48px;
    height: 48px;
}
.inscriere-duplicate-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.35);
}
@keyframes inscriereSuccessPop {
    0% { transform: scale(0.4); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.inscriere-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
    line-height: 1.3;
}
.inscriere-success-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.55;
    margin: 0 0 26px;
}
.inscriere-success-btn {
    appearance: none;
    border: none;
    background: linear-gradient(135deg, #fb9825 0%, #f97316 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 38px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 16px rgba(251, 152, 37, 0.4);
}
.inscriere-success-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(251, 152, 37, 0.5);
}
.inscriere-success-btn:active {
    transform: translateY(0);
}
@media (max-width: 480px) {
    .inscriere-success-modal {
        padding: 32px 24px 24px;
    }
    .inscriere-success-title {
        font-size: 19px;
    }
    .inscriere-success-text {
        font-size: 14px;
    }
}
