:root {
    --orange: #F4742B;
    --yellow: #F9C623;
    --navy: #1B2D5B;
    --cream: #FFFFFF;
    --white: #FFFFFF;
    --soft-gray: #F5F5F5;
    --text: #2A2A2A;
    --text-light: #6B6B6B;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Patrick Hand', 'Nunito', cursive;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 48px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1.5px solid rgba(244,116,43,0.12);
  }

  .nav-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: -0.5px;
  }

  .nav-logo span { color: var(--orange); }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
  }

  .nav-links a {
    font-family: 'Patrick Hand', 'Nunito', cursive;
    font-size: 1.1rem;
    color: var(--navy);
    text-decoration: none;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: var(--orange); }

  .btn-inscrie {
    background: var(--orange);
    color: white !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    transition: background 0.2s, transform 0.15s !important;
  }

  .btn-inscrie:hover {
    background: var(--navy) !important;
    transform: scale(1.04);
  }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 48px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.18;
    pointer-events: none;
  }

  .blob1 { width: 500px; height: 500px; background: var(--orange); top: -100px; left: -150px; }
  .blob2 { width: 400px; height: 400px; background: var(--yellow); bottom: 0; right: -100px; }
  .blob3 { width: 300px; height: 300px; background: var(--navy); top: 40%; left: 50%; transform: translateX(-50%); }

  .hero-tag {
    display: inline-block;
    background: var(--yellow);
    color: var(--navy);
    font-size: 1rem;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
    animation: fadeUp 0.6s ease both;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 8vw, 7rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 12px;
    animation: fadeUp 0.7s ease 0.1s both;
  }

  .hero h1 span { color: var(--orange); }

  .hero-sub {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--text-light);
    margin-bottom: 16px;
    animation: fadeUp 0.7s ease 0.2s both;
  }

  .hero-location {
    font-size: 1.1rem;
    color: var(--navy);
    opacity: 0.7;
    margin-bottom: 56px;
    animation: fadeUp 0.7s ease 0.25s both;
  }

  .hero-location a {
    color: var(--orange);
    text-decoration: none;
    border-bottom: 1px dashed var(--orange);
  }

  /* ── TABERE GRID ── */
  .tabere-section {
    padding: 40px 48px 80px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
  }

  .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 48px;
    line-height: 1.1;
  }

  .tabere-grid {
    display: grid;
    grid-template-columns: repeat(3, 210px);
    grid-template-rows: auto auto;
    gap: 20px 16px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: start;
    padding: 20px 0 40px;
  }

  .tabara-card:nth-child(4) { grid-column: 1; margin-left: 111px; }
  .tabara-card:nth-child(5) { grid-column: 2; justify-self: start; margin-left: 123px; }

  .tabara-card {
    position: relative;
    padding: 34px 28px 28px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), filter 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
  }

  .card-1 {
    background: #FFE0C8;
    border-radius: 62% 38% 55% 45% / 48% 52% 48% 52%;
    width: 210px; min-height: 230px;
  }
  .card-2 {
    background: #FFF0B8;
    border-radius: 48% 52% 38% 62% / 55% 45% 55% 45%;
    width: 195px; min-height: 215px;
    margin-top: 24px;
  }
  .card-3 {
    background: #C8E0F5;
    border-radius: 55% 45% 62% 38% / 42% 58% 42% 58%;
    width: 205px; min-height: 228px;
    margin-top: -8px;
  }
  .card-4 {
    background: #C8F0DC;
    border-radius: 42% 58% 48% 52% / 60% 40% 60% 40%;
    width: 198px; min-height: 220px;
    margin-top: 18px;
  }
  .card-5 {
    background: #EDD0F5;
    border-radius: 58% 42% 45% 55% / 50% 50% 50% 50%;
    width: 202px; min-height: 224px;
    margin-top: -4px;
  }

  .tabara-card:hover {
    transform: translateY(-12px) rotate(-1.5deg) scale(1.05);
    filter: brightness(1.03);
  }

  .tabara-card.active {
    transform: translateY(-6px) scale(1.03);
    filter: brightness(0.95) saturate(1.3);
  }

  .card-num {
    font-size: 4rem;
    font-weight: 700;
    opacity: 0.1;
    line-height: 1;
    position: absolute;
    top: 18px;
    right: 24px;
    color: var(--navy);
  }

  .card-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--navy);
    opacity: 0.55;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .card-partner {
    font-size: 0.78rem;
    color: var(--orange);
    font-weight: 700;
  }

  .card-arrow {
    font-size: 1.3rem;
    color: var(--navy);
    opacity: 0.3;
    transition: opacity 0.2s, transform 0.2s;
    margin-top: 14px;
  }

  .tabara-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(5px);
  }

  /* ── TABARA DETAIL ── */
  .tabara-detail {
    background: var(--white);
    border-radius: 28px;
    padding: 48px;
    margin-top: 8px;
    display: none;
    animation: fadeUp 0.4s ease both;
    border: 2px solid var(--soft-gray);
  }

  .tabara-detail.visible { display: block; }

  .detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
  }

  .detail-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
  }

  .detail-date-loc {
    font-size: 1.1rem;
    color: var(--text-light);
  }

  .detail-close {
    background: none;
    border: 2px solid var(--soft-gray);
    border-radius: 50%;
    width: 42px; height: 42px;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--navy);
    transition: all 0.2s;
    flex-shrink: 0;
  }

  .detail-close:hover { background: var(--navy); color: white; border-color: var(--navy); }

  .detail-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .detail-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--text);
    font-weight: 300;
  }

  .detail-activities h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .activity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .activity-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--orange);
    margin-top: 6px;
    flex-shrink: 0;
  }

  .detail-program {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1.5px solid var(--soft-gray);
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }

  .program-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .program-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .program-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
  }

  /* ── PREȚURI ── */
  .preturi-section {
    background: var(--navy);
    padding: 80px 48px;
    text-align: center;
  }

  .preturi-section .section-title { color: white; }
  .preturi-section .section-label { color: var(--yellow); }

  .preturi-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 48px;
  }

  .pret-card {
    background: rgba(255,255,255,0.07);
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    padding: 36px 32px;
    flex: 1;
    min-width: 200px;
    max-width: 240px;
    transition: transform 0.2s, background 0.2s;
  }

  .pret-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.1); }

  .pret-card.featured {
    background: var(--orange);
    border-color: var(--orange);
  }

  .pret-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .pret-card.featured .pret-label { color: rgba(255,255,255,0.85); }

  .pret-suma {
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 4px;
  }

  .pret-per {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 16px;
  }

  .pret-desc {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
  }

  .btn-inscrie-hero {
    display: inline-block;
    background: var(--yellow);
    color: var(--navy);
    font-family: 'Patrick Hand', 'Nunito', cursive;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 18px 48px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
    border: none;
    cursor: pointer;
  }

  .btn-inscrie-hero:hover { transform: scale(1.04); background: white; }

  /* ── DE CE NOI ── */
  .dece-section {
    padding: 80px 48px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .dece-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .dece-item {
    background: var(--white);
    border-radius: 24px;
    padding: 36px;
    border: 2px solid var(--soft-gray);
    transition: border-color 0.2s, transform 0.2s;
  }

  .dece-item:hover { border-color: var(--orange); transform: translateY(-3px); }

  .dece-icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
    display: block;
  }

  .dece-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
  }

  .dece-item p {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.6;
    font-weight: 300;
  }

  /* ── TRAINERI ── */
  .traineri-section {
    background: var(--soft-gray);
    padding: 80px 48px;
  }

  .traineri-section .section-title,
  .traineri-section .section-label { text-align: center; }

  .traineri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
  }

  .trainer-card {
    background: var(--white);
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    transition: transform 0.2s;
  }

  .trainer-card:hover { transform: translateY(-6px); }

  .trainer-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--soft-gray);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border: 3px solid var(--orange);
    overflow: hidden;
  }

  .trainer-avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease; /* Opțional: pentru un efect frumos la hover */
  }
  
  /* Opțional: Efect de zoom când pui mouse-ul pe poză */
  .trainer-avatar:hover img {
    transform: scale(1.05);
  }

  .trainer-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
  }

  .trainer-tagline {
    font-size: 1rem;
    color: var(--orange);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
  }

  .trainer-bio {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.5;
    font-weight: 300;
  }

  /* ── CAROLIA ── */
  .carolia-section {
    padding: 80px 48px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .carolia-inner {
    background: var(--white);
    border-radius: 32px;
    padding: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    border: 2px solid var(--soft-gray);
  }

  .carolia-text h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
  }

  .carolia-text p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-light);
    font-weight: 300;
    margin-bottom: 20px;
  }

  .carolia-address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--cream);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    border: 1.5px solid var(--soft-gray);
    transition: border-color 0.2s;
  }

  .carolia-address:hover { border-color: var(--orange); }

  .carolia-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .photo-placeholder {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--soft-gray);
    border: none; /* Am scos bordura punctată pentru un aspect curat */
    position: relative;
  }
  
  .photo-placeholder-bk {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--soft-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: var(--text-light);
    font-size: 0.9rem;
    border: 2px dashed rgba(0,0,0,0.1);
  }
  
  /* Stilul pentru imagini */
  .photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esențial pentru a nu deforma pozele */
    display: block;
    transition: transform 0.3s ease; /* Opțional: pentru un efect frumos la hover */
  }
  
  /* Opțional: Efect de zoom când pui mouse-ul pe poză */
  .photo-placeholder:hover img {
    transform: scale(1.05);
  }

  .photo-placeholder:first-child {
    grid-column: span 2;
    aspect-ratio: 16/7;
  }

  .photo-placeholder span { font-size: 2rem; }

  /* ── EDITII TRECUTE ── */
  .editii-section {
    background: var(--navy);
    padding: 80px 48px;
  }

  .editii-section .section-title { color: white; text-align: center; }
  .editii-section .section-label { color: var(--yellow); text-align: center; display: block; }

  .editii-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .editie-photo {
    border-radius: 20px;
    aspect-ratio: 4/3;
    
    
    overflow: hidden; /* Important: taie colțurile imaginii să respecte border-radius-ul */
    background: #eee; /* O culoare neutră până se încarcă poza */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none; /* Am scos bordura punctată */
    
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
    border: 2px dashed rgba(255,255,255,0.15);
    transition: background 0.2s;
  }
  
  /* Regula nouă pentru imaginea propriu-zisă */
  .editie-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Aceasta este "magia": taie din imagine ca să umple spațiul fără să o deformeze */
    transition: transform 0.3s ease; /* Opțional: pentru un efect frumos la hover */
  }
  
  /* Opțional: Efect de zoom când pui mouse-ul pe poză */
  .editie-photo:hover img {
    transform: scale(1.05);
  }
  
  .editie-photo-bk {
    border-radius: 20px;
    aspect-ratio: 4/3;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
    border: 2px dashed rgba(255,255,255,0.15);
    transition: background 0.2s;
  }

  .editie-photo:hover { background: rgba(255,255,255,0.12); }
  .editie-photo span { font-size: 2rem; }

  /* ── CONTACT ── */
  .contact-section {
    padding: 80px 48px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }

  .contact-email {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    border-bottom: 3px solid var(--orange);
    padding-bottom: 4px;
    transition: color 0.2s;
    margin-bottom: 40px;
  }

  .contact-email:hover { color: var(--orange); }

  /* ── FOOTER ── */
  footer {
    background: var(--navy);
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
  }

  .footer-logo span { color: var(--orange); }

  .footer-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.4);
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 16px 24px; }
    .nav-links { gap: 20px; }
    .hero { padding: 100px 24px 48px; }
    .tabere-section, .dece-section, .carolia-section, .contact-section { padding: 60px 24px; }
    .preturi-section, .traineri-section, .editii-section { padding: 60px 24px; }
    .tabere-grid { gap: 8px; }
    .detail-body { grid-template-columns: 1fr; }
    .dece-grid { grid-template-columns: 1fr; }
    .traineri-grid { grid-template-columns: 1fr; }
    .carolia-inner { grid-template-columns: 1fr; padding: 32px; }
    .editii-grid { grid-template-columns: 1fr 1fr; }
    .preturi-grid { flex-direction: column; align-items: center; }
  }

  @media (max-width: 900px) {
    .card-1, .card-2, .card-3, .card-4, .card-5 { width: 155px; min-height: 180px; margin-top: 0 !important; }
  }

  @media (max-width: 600px) {
    .card-1, .card-2, .card-3, .card-4, .card-5 { width: 130px; min-height: 160px; padding: 22px 26px 18px; }
    .nav-links li:not(:last-child) { display: none; }
  }

  /* ── HERO DECORATIONS ── */
  .hero { position: relative; overflow: visible; }
  .hero-deco { position: absolute; pointer-events: none; }
  .hero-sun { width: 110px; top: 90px; left: 5%; opacity: 0.9; animation: spin-slow 20s linear infinite; }
  .hero-cloud-l { width: 180px; top: 80px; left: 18%; opacity: 0.85; }
  .hero-cloud-r { width: 140px; top: 130px; right: 12%; opacity: 0.85; }
  .hero-figures { display: block; width: min(560px, 88vw); margin: 0 auto; }

  @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  /* Remove old blobs */
  .hero-bg-blob { display: none; }


  /* ── PRICE TOGGLE IN DETAIL ── */
  .detail-pret-toggle {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1.5px dashed #e0d8d0;
  }

  .btn-pret {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--navy);
    color: white;
    font-family: 'Patrick Hand', 'Nunito', cursive;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }

  .btn-pret:hover { background: var(--orange); transform: scale(1.03); }

  .preturi-dropdown {
    display: none;
    margin-top: 20px;
    animation: fadeUp 0.35s ease both;
  }

  .preturi-dropdown.open { display: block; }

  .preturi-inline-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .pret-inline-card {
    flex: 1;
    min-width: 160px;
    background: var(--cream);
    border: 2px solid var(--soft-gray);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
  }

  .pret-inline-card:hover { border-color: var(--orange); transform: translateY(-3px); }

  .pret-inline-card.featured {
    background: var(--orange);
    border-color: var(--orange);
  }

  .pret-inline-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .pret-inline-card.featured .pret-inline-label { color: rgba(255,255,255,0.8); }

  .pret-inline-suma {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 2px;
  }

  .pret-inline-card.featured .pret-inline-suma { color: white; }

  .pret-inline-per {
    font-size: 0.88rem;
    color: var(--text-light);
    margin-bottom: 10px;
  }

  .pret-inline-card.featured .pret-inline-per { color: rgba(255,255,255,0.7); }

  .pret-inline-desc {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.4;
  }

  .pret-inline-card.featured .pret-inline-desc { color: rgba(255,255,255,0.85); }

  .pret-inline-nota {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 20px;
    font-style: italic;
  }

  .btn-inscrie-inline {
    display: inline-block;
    background: var(--yellow);
    color: var(--navy);
    font-family: 'Patrick Hand', 'Nunito', cursive;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
    border: none;
    cursor: pointer;
  }

  .btn-inscrie-inline:hover { transform: scale(1.04); background: var(--orange); color: white; }


  /* ── FIGURINE IN FLOW ── */
  .figurine-wrap {
    background: var(--cream);
    display: flex;
    justify-content: center;
    padding: 0 0 0;
    margin-top: -20px;
  }

  .figures-inline {
    width: min(560px, 88vw);
    display: block;
  }
  
  
  /** start modificari gemini pt responsive **/
  
/* ── SOLUȚIE PENTRU ECRANE MOBILE (< 600px) ── */
@media (max-width: 600px) {

  /* 1. REZOLVARE: Vizibilitate Tabăra-Card */
  /* B. LAYOUT 2-2-1 PENTRU TABARA-CARD */
  .tabere-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 coloane egale */
    gap: 20px 10px; /* Spațiu între rânduri și coloane */
    width: 100%;
    padding: 0 10px;
    justify-items: center;
  }

  .tabara-card {
    width: 100% !important;
    max-width: 175px; /* Ajustat pentru ecrane de ~400px */
    margin: 0 !important; /* Eliminăm marginile negative de pe desktop */
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  /* Ultimul card (al 5-lea) se întinde pe ambele coloane și se centrează */
  .tabara-card:nth-child(5) {
    grid-column: 1 / span 2;
    justify-self: center;
    max-width: 180px; 
  }
  


  .tabara-card {
    /* IMPORTANT: Resetăm pozițiile fixe de pe desktop */
    grid-column: auto !important; 
    grid-row: auto !important;
    
    width: 100% !important;
    max-width: 180px; /* Lățime sigură pentru ecrane de 412px */
    margin: 0 !important; /* Eliminăm marginile de pe desktop */
    position: relative !important;
  }

  /* Ultimul card (al 5-lea) se întinde pe ambele coloane și se centrează */
  .tabara-card:nth-child(5) {
    grid-column: 1 / span 2 !important;
    justify-self: center;
    max-width: 180px; 
  }
  

  /* Mutăm etichetele ("Ediția 2026") deasupra titlului, în flux normal, să nu mai plutească */
  .hero .section-label {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    display: inline-block;
  }


  /* Ajustăm titlul să nu fie prea mare pe 412px */
  .hero h1 {
    font-size: 3rem;
    line-height: 1;
    margin: 15px 0;
  }
  
  
  /* 1. Pregătim containerul să așeze elementele unul sub altul */
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    text-align: center;
    padding-bottom: 60px;
    min-height: auto;
  }

  /* 2. Resetăm tag-ul să nu mai „plutească” (îl punem sub titlu) */
  .hero-tag {
    margin-top: 146px;
  }

  /* 3. Resetăm și figurinele (copiii) să stea la final, sub text */
  .hero-figures {
    position: relative !important;
    margin-top: 40px;
    width: 100%;
    order: 3; /* Îl pune la final */
  }
  
  .hero-cloud-l { width: 180px; top: 80px; left: 29%; opacity: 0.85; }
  .hero-cloud-r { width: 140px; top: 130px; right: 3%; opacity: 0.85; }
}
  
  /** end modificari gemini **/
  
  
  