
:root {
    --mega-red: #d92128;
    --bg-light: #f1f3f5;
}

body {
    background-color: var(--bg-light);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.profile-header {
    background: white;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.profile-pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--mega-red);
}

.folder-header {
    background: white;
    padding: 25px;
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid #f8f9fa;
}

.video-thumbnail-container {
    position: relative;
    width: 100px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    background-color: #000;
}

.video-thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.file-card {
    transition: background 0.2s;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: white;
}

.file-card:hover {
    background-color: #f8f9fa;
}

.file-name {
    font-weight: 500;
    color: #333;
}

.icon-box-folder {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    background-color: #fff3cd;
    color: #ffc107;
}

.load-more-btn {
    background: white;
    border: none;
    width: 100%;
    padding: 15px;
    color: var(--mega-red);
    font-weight: 600;
    border-radius: 0 0 15px 15px;
    transition: all 0.2s;
}

.load-more-btn:hover {
    background: #f8f9fa;
    color: #b01a20;
}

@media (max-width: 576px) {
    .file-name {
        font-size: 0.95rem;
        display: block;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* LOAD MORE */
.load-more-section {
    background: white;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.btn-load-more {
    background: none;
    border: 2px solid #eee;
    color: #666;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-load-more:hover {
    border-color: var(--mega-red);
    color: var(--mega-red);
}

@media (max-width: 576px) {
    .cta-container { flex-direction: column; }
    .btn-cta-primary, .btn-cta-outline { width: 100%; padding: 12px; font-size: 0.9rem; }
}

/* BUTOANE CTA CLARE */
.cta-container {
    background: white;
    padding: 0 25px 20px 25px;
    display: flex;
    gap: 15px;
}
.btn-cta-primary {
    background-color: var(--mega-red);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 700;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.2s, background 0.2s;
    box-shadow: 0 4px 15px rgba(217, 33, 40, 0.3);
}
.btn-cta-primary:hover {
    background-color: #b01a20;
    color: white;
    transform: translateY(-2px);
}
.btn-cta-outline {
    background-color: #f8f9fa;
    color: #333;
    border: 2px solid #eee;
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 700;
    flex: 1;
    text-transform: uppercase;
    transition: all 0.2s;
}
.btn-cta-outline:hover {
    background-color: #eee;
}

.page-section {
  padding: 3rem 0;
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}

.divider-custom .divider-custom-icon {
  color: #2c3e50 !important;
  font-size: 2rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}

.text-secondary {
  color: #2c3e50 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

.copyright {
  background-color: #1a252f;
}

.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

a {
  color: #1abc9c;
  text-decoration: none;
  background-color: transparent;
}

/* Stiluri Generale Secțiune */
.comments-section {
    color: #333; /* Text închis la culoare */
}

.custom-muted {
    color: #6c757d !important; /* Gri standard pentru text secundar */
    font-size: 0.9rem;
}

/* Avatarul */
.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    background-color: #e9ecef; /* Fundal gri deschis pentru avatarul default */
    color: #495057;
}

/* Input / Textarea */
#comment-input {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #212529;
}

#comment-input:focus {
    border-color: #ff9000;
    box-shadow: 0 0 0 0.25rem rgba(255, 144, 0, 0.25);
}

/* Butonul POST */
.btn-post {
    background-color: var(--mega-red);
    color: #fff;
    border: none;
    transition: all 0.2s ease;
}

.btn-post:hover {
    background-color: var(--mega-red);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(209, 25, 1, 0.2);
}


.load-more-btn:hover {
    background-color: var(--mega-red);
    color: #fff;
}

/* Animație pentru comentariu nou */
.new-comment {
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.custom-step-card {
    background: #ffffff;
    transition: all 0.3s ease;
    border-color: #eee !important;
}

.custom-step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
    border-color: #0d6efd !important; /* Culoarea primară Bootstrap */
    background: #f8fbff;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.rounded-4 {
    border-radius: 1rem !important;
}