/* v5.5 — color tints, bigger logo, no contact form */
:root {
  --bg: #fff7f0;
  --text: #2b2b2b;
  --muted: #5f6b7a;
  --blue: #1f85ff;
  --green: #34c759;
  --yellow: #ffcd1f;
  --pink: #ff5ea0;
  --card: #ffffff;
  --radius: 22px;
  --shadow: 0 12px 36px rgba(0,0,0,.08);
  --nav1: #1f85ff; --nav2: #ff5ea0; --nav3: #34c759; --nav4: #ffcd1f; --nav5: #a78bfa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.7; }
.container { width: min(1200px, 92%); margin: 0 auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(0,0,0,.06); }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; }
.logo-img { height: 136px; display: block; } @media (max-width: 980px){ .logo-img { height: 112px; } }
.nav .nav-toggle { display: none; background: transparent; border: none; font-size: 28px; color: var(--text); }
.nav-list { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; }
.nav-list a { font-weight: 800; text-decoration: none; color: var(--text); padding: 10px 14px; border-radius: 14px; }


.section { padding: 96px 0; }
.section h2 { font-family: "Baloo 2", cursive; font-size: 40px; margin: 0 0 8px; }
.section .muted { color: var(--muted); }

/* Hero */
.hero { padding: 120px 0 80px; background:
  radial-gradient(160px 160px at 15% 10%, rgba(31,133,255,.12), transparent 60%),
  radial-gradient(200px 200px at 85% 20%, rgba(255,94,160,.12), transparent 60%); }
.grid-2 { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.hero-text h1 { font-family: "Baloo 2", cursive; font-size: 62px; line-height: 1.02; margin: 0 0 12px; }
.hero-text p { font-size: 19px; color: var(--muted); }
.pillbar { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.pill { background: #fff; border: 2px solid rgba(0,0,0,.06); border-radius: 999px; padding: 8px 12px; font-weight: 800; box-shadow: var(--shadow); }

.hero-card { background: var(--card); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); border: 2px solid rgba(0,0,0,.06); }
.hero-card h3 { margin: 0 0 8px; font-family: "Baloo 2", cursive; }
.tabs { display: inline-flex; gap: 8px; background: rgba(255,205,31,.22); border-radius: 999px; padding: 6px; }
.tab { border: none; background: transparent; padding: 8px 12px; border-radius: 999px; font-weight: 800; cursor: pointer; color: #b34a00; }
.tab.active { background: linear-gradient(90deg, #ff8a00, #ff5e00); color: #fff; box-shadow: var(--shadow); }
.tab-panels { margin-top: 10px; }
.panel { display: none; } .panel.show { display: block; }
.panel ul { margin: 0; padding-left: 18px; }

/* Regulament */
.prose { background: var(--card); border: 2px solid rgba(0,0,0,.06); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.prose .art { font-family: "Baloo 2", cursive; font-size: 22px; margin: 18px 0 8px; position: relative; padding-left: 28px; font-weight: 900; }
.prose .art::before { content: "•"; position: absolute; left: 8px; top: 0; color: var(--nav5); font-size: 24px; line-height: 1; }
.prose p { margin: 6px 0; }

/* Tarife */
.alt-bg { background: linear-gradient(180deg, rgba(255,205,31,.12), rgba(255,255,255,.92)); border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); }
.pricing { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.price-card { background: var(--card); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); border: 2px solid rgba(0,0,0,.06); }
.price-card h3 { margin: 0; font-family: "Baloo 2", cursive; }
.price-card .price { font-size: 14px; color: var(--muted); }
.price-card .price span { font-size: 30px; font-weight: 900; color: #2b2b2b; }
.price-card .small { color: var(--muted); margin: 6px 0 0; }
.price-card.featured { border-color: var(--yellow); position: relative; }
.price-card .badge { position: absolute; top: -12px; right: 16px; background: var(--yellow); color: #2b2b2b; font-weight: 900; font-size: 12px; padding: 6px 10px; border-radius: 999px; }
.price-card.featured h3 { margin-top: 6px; }

/* Galerie */
#galerie.section { background: linear-gradient(180deg, rgba(31,133,255,.10), rgba(52,199,89,.10)); }
.gallery-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.g-item { display: block; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }

/* Contact (no form) */
#contact.section { background: linear-gradient(180deg, rgba(255,94,160,.10), rgba(255,255,255,.95)); }
.contact-pro { align-items: start; gap: 20px; }
.quick-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.quick-actions .qa { gap: 8px; padding: 10px 14px; text-decoration: none; }
.quick-actions .btn { border-radius: 999px; background: #fff; border: 2px solid rgba(0,0,0,.08); box-shadow: var(--shadow); font-weight: 900; }
.btn-outline { background: #fff; }

/* Footer */
.site-footer { padding: 32px 0; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 14px; }

/* Responsive */
@media (max-width: 1100px) { .pricing { grid-template-columns: repeat(2, minmax(0,1fr)); } .gallery-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 700px) { .grid-2 { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .section { padding: 72px 0; } }
@media (max-width: 980px) { .nav .nav-toggle { display: block; } .nav-list { display: none; flex-direction: column; gap: 0; background: #fff; position: absolute; right: 4%; top: 76px; padding: 8px; border-radius: 12px; box-shadow: var(--shadow); } .nav-list.show { display: flex; } .nav-list a { padding: 10px 12px; } }


/* Button style for "Descarcă Regulament" */
.dl-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid rgba(255,138,0,.35);
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff6e8;
  color: #c26500;
  box-shadow: var(--shadow);
}
.dl-link::before { content: "⬇️"; }
.dl-link:hover { background: #ffefd9; border-color: rgba(255,138,0,.6); }


/* Lightbox (hidden by default) */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.8); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 100; }
.lightbox.show { display: flex; }
.lightbox-img { max-width: 92vw; max-height: 88vh; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.5); background: #000; }
.lightbox-close { position: absolute; top: 16px; right: 16px; font-size: 34px; font-weight: 900; color: #fff; background: transparent; border: 0; cursor: pointer; }

/* Tarife formatted list */
.fee-block { margin: 10px 0 16px; }
.fee { font-family: "Baloo 2", cursive; font-size: 22px; margin: 0 0 6px; }
.fee-ul { margin: 0; padding-left: 20px; }
.fee-ul li { margin: 4px 0; }

/* Regulament accordion */
.reg-acc { background: #fff; border: 2px solid rgba(0,0,0,.06); border-radius: 14px; padding: 10px 14px; box-shadow: var(--shadow); margin: 10px 0; }
.reg-acc summary { cursor: pointer; list-style: none; }
.reg-acc summary::-webkit-details-marker { display: none; }
.reg-acc .hint { color: var(--muted); font-weight: 600; margin-left: 6px; font-size: 14px; }
.reg-acc-body { margin-top: 8px; }

/* Regulament summary arrow */
.reg-acc summary { display:flex; justify-content:space-between; align-items:center; }
.icon-arrow { margin-left:10px; font-weight:900; color: var(--muted); transition: transform .15s ease; }
.reg-acc[open] .icon-arrow { transform: rotate(180deg); } /* ▼ -> ▲ via rotate */

/* Semantic nav link colors */
.nav-list a.nav-home { color: var(--nav1); }
.nav-list a.nav-tarife { color: var(--nav3); }      /* Tarife was green */
.nav-list a.nav-regulament { color: var(--nav2); }  /* Regulament was pink */
.nav-list a.nav-galerie { color: var(--nav4); }     /* Galerie yellow */
.nav-list a.nav-contact { color: var(--nav5); }     /* Contact purple */
