/* ===================== */
/* Stiluri pentru pagina minte.html */
/* ===================== */
.minte-body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f5f7fa;
  color: #333;
}

.minte-main-header {
  background-color: #cbe4ff;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 4px solid #9ac8ff;
}

.minte-main-header h1 {
  margin: 0;
  font-size: 2.5rem;
  color: #004c8c;
}

.minte-main-header p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #333;
}

.minte-container {
  max-width: 800px;
  margin: auto;
  padding: 1rem;
}

.minte-intro-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}

.minte-lesson-list {
  list-style: none;
  padding: 0;
}

.minte-lesson-list li {
  margin-bottom: 1rem;
}

.minte-lesson-list a {
  display: block;
  padding: 1rem;
  background-color: #e3f0ff;
  color: #004c8c;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.minte-lesson-list a:hover {
  background-color: #cde2ff;
}

.minte-quiz-button {
  background-color: #dfffe3 !important;
  color: #1a7f3c !important;
  border: 2px solid #1a7f3c;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.minte-quiz-button:hover {
  background-color: #c2f3cd !important;
}

/* ===================== */
/* Stiluri pentru pagina minte1.html */
/* ===================== */
.minte1-main-header {
  background-color: #cbe4ff;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 4px solid #9ac8ff;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.minte1-main-header h1 {
  margin: 0;
  font-size: 2.5rem;
  color: #004c8c;
}

.minte1-main-header p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #333;
}

.minte1-container {
  margin: auto;
  padding: 1rem;
  max-width: 900px;
  background: linear-gradient(to bottom right, #eaf6ff, #f3f9ff);
  font-family: 'Inter', sans-serif;
  color: #333;
}

.minte1-intro-box {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
  animation: minte1-fadeIn 0.6s ease-in-out;
}

.minte1-intro-box h2,
.minte1-intro-box h3 {
  color: #004c8c;
}

.minte1-intro-box ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.minte1-intro-box li {
  margin-bottom: 0.5rem;
}

.minte1-intro-image {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.minte1-threejs-box {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.minte1-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #1a7f3c;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.minte1-button:hover {
  background-color: #166c31;
  transform: scale(1.05);
}

@keyframes minte1-fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===================== */
/* Stiluri pentru pagina minte2.html */
/* ===================== */
.minte2-body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f6;
  color: #333;
  font-size: 1.15rem;
  line-height: 1.75;
}

.minte2-main-header {
  background: rgba(216, 243, 220, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1.2rem 0;
  text-align: center;
  border-bottom: 1px solid #95d5b2;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.minte2-main-header h1 {
  font-size: 2rem;
  color: #1b4332;
  margin: 0;
}

.minte2-main-header p {
  font-size: 1.05rem;
  margin-top: 0.3rem;
}
.minte2-container {
  max-width: 1100px;
  margin: auto;
  padding: 2rem;
}
.minte2-container.shrink {
  padding: 1rem;
}
.minte2-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  margin-top: 2.5rem;
}

.minte2-text-box {
  flex: 1 1 60%;
}

.minte2-text-box h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2d6a4f;
}

.minte2-text-box h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #40916c;
}

.minte2-text-box ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.minte2-text-box li {
  margin-bottom: 0.7rem;
}

.minte2-text-box p {
  margin-top: 1rem;
}

.minte2-image-box {
  flex: 1 1 35%;
}

.minte2-image {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.minte2-cards-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: space-between;
}

.minte2-card {
  flex: 1 1 30%;
  background: #ffffff;
  border-left: 6px solid #95d5b2;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.minte2-card h4 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #2d6a4f;
}

.minte2-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #2d6a4f;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.minte2-button:hover {
  background-color: #1b4332;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .minte2-grid {
    flex-direction: column;
  }

  .minte2-card {
    flex: 1 1 100%;
  }

  .minte2-main-header h1 {
    font-size: 2rem;
  }

  .minte2-main-header p {
    font-size: 1.1rem;
  }
}
/* Ascunde paragraful din header la ecrane mai mici de 600px */
@media (max-width: 800px) {
  .minte1-main-header p,
  .minte2-main-header p,
  .minte3-main-header p{
    display: none;
  }
}
/* Redimensionare iframe 3D la ecrane mici */
@media (max-width: 800px) {
  .minte1-threejs-box iframe,
  .minte2-threejs-box iframe {
    height: 280px;
  }
}
/* ===================== */
/* Stiluri pentru pagina minte3.html */
/* ===================== */
body.minte3-body {
  background-color: #f2f9ff;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

.minte3-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem;
}
.minte3-container.shrink {
  padding: 1rem;
}
.minte3-main-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 2rem 0;
  text-align: center;
  background-color: #ffffff; /* fundal alb, elegant */
  border-bottom: 2px solid #d0d7df; /* bordură fină gri-albăstruie */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); /* umbră subtilă */
}

.minte3-main-header h1 {
  font-size: 2rem;
  color: #003b4a;
  margin-bottom: 0.4rem;
}

.minte3-main-header p {
  font-size: 1.1rem;
  color: #084c61;
}

.minte3-intro-box {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  margin-top: 2rem;
}

.minte3-intro-box h2 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  color: #003b4a;
}

.minte3-subsection {
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #005f76;
}

.minte3-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}

.minte3-card {
  background-color: #e9f8fc;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.minte3-card:hover {
  transform: scale(1.02);
}

.minte3-card strong {
  display: block;
  font-size: 1.05rem;
  color: #007a92;
  margin-bottom: 6px;
}

.minte3-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.minte3-button {
  background-color: #007b8a;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.minte3-button:hover {
  background-color: #005f76;
}


.minte3-visual-box {
  text-align: center;
  margin: 1.5rem 0 2rem 0;
  animation: fadeIn 1.2s ease-in-out;
}

.minte3-visual-box img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.minte3-visual-box img:hover {
  transform: scale(1.02);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}