/* ============================================================
   Shaorma Fest — Landing page styles (Bootstrap 5.3.8 layer)
   Brand overrides on top of Bootstrap. Self-contained.
   Direcție: cât mai aproape de deck-ul clientului — violet viu
   ca suprafață dominantă, foto full-bleed cu scrim violet,
   gold pe date, kickere lime italice ușor rotite.
   ============================================================ */
:root {
  --sf-purple: #a73cdb;
  --sf-purple-400: #b855e6;
  --sf-purple-600: #8f2cc0;
  --sf-purple-700: #73209b;
  --sf-purple-900: #350c4d;
  --sf-plum: #0f0416;
  --sf-plum-800: #200a2c;
  --sf-plum-700: #2a0f38;
  --sf-lime: #8ec63f;
  --sf-lime-400: #a4d838;
  --sf-gold: #fcc803;
  --sf-gold-soft: #ffd565;
  --sf-magenta: #e63c9e;
  --sf-teal: #17b3c0;
  --sf-cream: #faf6ff;
  --sf-ink: #16101a;

  /* Bootstrap theme overrides */
  --bs-primary: #a73cdb;
  --bs-primary-rgb: 167, 60, 219;
  --bs-body-font-family: "Montserrat", system-ui, sans-serif;
  --bs-body-color: #2a2330;
  --bs-border-radius: 16px;
  --bs-border-radius-lg: 24px;
  --bs-border-radius-xl: 32px;
}

* { -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
body { background: var(--sf-plum); overflow-x: hidden; }

/* ---- Type ---- */
.font-display {
  font-family: "Antonio", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.92;
}
.kicker {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--sf-lime);
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  transform: rotate(-2deg);
  display: inline-block;
}
.overline {
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.sec-title { font-size: clamp(2rem, 3.8vw, 3.2rem); }
.three-beat { font-size: clamp(2.2rem, 4.4vw, 3.6rem); margin-bottom: 1.5rem; }
.text-lime { color: var(--sf-lime) !important; }
.text-gold { color: var(--sf-gold) !important; }
.text-purple { color: var(--sf-purple) !important; }
.text-white-75 { color: rgba(255,255,255,0.82); }

/* ---- Sections ---- */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.bg-plum { background: var(--sf-plum); }
.bg-plum-2 { background: var(--sf-plum-800); }
.bg-cream { background: var(--sf-cream); }

/* ---- Navbar ---- */
.navbar-sf {
  background: rgba(53, 12, 77, 0.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}
.navbar-sf.scrolled { background: rgba(15, 4, 22, 0.95); }
.navbar-sf .navbar-brand img { height: 58px; }
.navbar-sf .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 0.9rem !important;
}
.navbar-sf .nav-link:hover { color: var(--sf-gold) !important; }
.navbar-sf .navbar-toggler { border-color: rgba(255,255,255,0.3); }
.navbar-sf .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- Buttons ---- */
.btn { font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 999px; padding: 0.7rem 1.6rem; transition: transform 0.12s cubic-bezier(0.34,1.56,0.64,1), filter 0.2s ease; }
.btn:active { transform: scale(0.96); }
.btn-lg { padding: 0.95rem 2.1rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.8rem; }
.btn-purple { background: var(--sf-purple); color: #fff; box-shadow: 0 12px 40px rgba(167,60,219,0.42); }
.btn-purple:hover { background: var(--sf-purple); color: #fff; filter: brightness(1.08); }
.btn-fresh { background: var(--sf-lime); color: var(--sf-plum); box-shadow: 0 10px 32px rgba(142,198,63,0.4); }
.btn-fresh:hover { background: var(--sf-lime); color: var(--sf-plum); filter: brightness(1.06); }
.btn-gold { background: var(--sf-gold); color: var(--sf-plum); box-shadow: 0 12px 36px rgba(53,12,77,0.35); }
.btn-gold:hover { background: var(--sf-gold); color: var(--sf-plum); filter: brightness(1.05); }
.btn-plum { background: var(--sf-plum); color: #fff; }
.btn-plum:hover { background: var(--sf-plum-800); color: #fff; }
.btn-outline-light { border-width: 2px; }

/* ============================================================
   HERO — violet viu, ca pe coperta prezentării
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 85% 110%, rgba(53,12,77,0.4) 0%, rgba(53,12,77,0) 60%),
    radial-gradient(ellipse 70% 55% at 10% -10%, rgba(184,85,230,0.55) 0%, rgba(184,85,230,0) 60%),
    linear-gradient(160deg, #b855e6 0%, #a73cdb 55%, #8f2cc0 100%);
  padding-top: 8.5rem;
  padding-bottom: 4rem;
}
.hero-content { position: relative; z-index: 2; }

/* Logo mare — piesa centrală, ca pe prima pagină din deck */
.hero-logo {
  width: clamp(300px, 38vw, 560px);
  max-width: 100%;
  filter: drop-shadow(0 24px 60px rgba(53,12,77,0.45));
}

.hero-tagline {
  color: #fff;
  font-style: italic;
  line-height: 1.04; /* diacriticele românești (Ă) au nevoie de aer la stivuire */
  font-size: clamp(3rem, 6.4vw, 5.2rem);
  transform: rotate(-2deg);
  text-shadow: 0 6px 30px rgba(53,12,77,0.35);
  margin-bottom: 1.2rem;
}
.hero-date {
  color: var(--sf-gold);
  font-style: italic;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  transform: rotate(-2deg);
  margin-bottom: 1rem;
}
.hero-venue { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem; justify-content: center; }
@media (min-width: 992px) { .hero-venue { justify-content: flex-start; } }
.venue-name { color: #fff; font-size: clamp(1.1rem, 1.8vw, 1.4rem); letter-spacing: 0.02em; }
.venue-logo { height: 58px; filter: drop-shadow(0 4px 14px rgba(53,12,77,0.4)); }

.hero-cta { margin-bottom: 2rem; }
.hero-organizer { display: flex; align-items: center; gap: 0.9rem; justify-content: center; }
@media (min-width: 992px) { .hero-organizer { justify-content: flex-start; } }
.hero-organizer .overline { color: rgba(255,255,255,0.7); }
.hero-organizer img { height: 46px; }

/* Decorațiuni hero: soare, stele, buline */
.hero-deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.deco-sun { position: absolute; top: 100px; right: 4%; width: clamp(70px, 9vw, 130px); }
.deco-star { position: absolute; }
.hero-deco .st-1 { top: 18%; left: 4%; width: 26px; }
.hero-deco .st-2 { top: 58%; left: 2.5%; width: 18px; }
.hero-deco .st-3 { top: 32%; right: 14%; width: 16px; }
.hero-deco .st-4 { bottom: 24%; right: 5%; width: 22px; }
.hero-deco .st-5 { top: 12%; left: 44%; width: 34px; }
.hero-deco .st-6 { bottom: 12%; left: 12%; width: 28px; }
.hero-dots { position: absolute; bottom: 60px; right: 10%; display: flex; }
.hero-dots span { width: 54px; height: 54px; border-radius: 50%; opacity: 0.85; }
.hero-dots span + span { margin-left: -20px; }

/* Countdown — tile-uri albe jucăușe, ușor rotite */
.hero-count { margin-top: clamp(2.5rem, 5vw, 4rem); }
.hero-count .overline { color: rgba(255,255,255,0.85); }
.countdown { display: flex; gap: 14px; flex-wrap: wrap; }
.count-tile {
  background: #fff;
  border-radius: 20px;
  padding: 18px 12px 14px;
  min-width: 92px;
  text-align: center;
  box-shadow: 0 18px 44px rgba(53,12,77,0.38);
}
.countdown .count-tile:nth-child(odd) { transform: rotate(-2deg); }
.countdown .count-tile:nth-child(even) { transform: rotate(2deg); }
.count-tile .num { font-family: "Antonio", sans-serif; font-weight: 700; font-size: 2.8rem; line-height: 0.9; color: var(--sf-purple-700); font-variant-numeric: tabular-nums; }
.count-tile .lbl { font-weight: 800; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sf-magenta); margin-top: 8px; }

/* ============================================================
   Secțiune foto full-bleed cu scrim violet (stil deck)
   ============================================================ */
.sec-photo {
  position: relative;
  background: url("assets/hero-food.jpg") center/cover no-repeat; /* placeholder — se înlocuiește */
}
.sec-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(15,4,22,0.93) 0%, rgba(53,12,77,0.82) 45%, rgba(167,60,219,0.45) 100%);
}
.sec-photo > .container { position: relative; z-index: 1; }

/* Badge-uri cu cerc punctat */
.dotted-badge { width: 132px; height: 132px; border-radius: 50%; border: 2px dashed rgba(255,255,255,0.45); display: flex; align-items: center; justify-content: center; font-weight: 800; text-transform: uppercase; font-size: 1rem; }
.badge-stack .dotted-badge:nth-child(2) { margin-right: clamp(0px, 4vw, 56px); }

@media (max-width: 991px) {
    .dotted-badge { margin-left: auto; margin-right: auto; }
    .badge-stack .dotted-badge:nth-child(2) { margin-right: auto; }
}

/* ---- Cards ---- */
.card-sf { border: none; border-radius: 24px; overflow: hidden; }

/* Carduri features (competiție, entertainment…) — transparente, centrate */
.feature-card {
  background: transparent;
  padding: 16px 12px;
  height: 100%;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  transition: transform 0.25s ease;
}
.feature-card:hover { transform: translateY(-6px); }
.feature-icon { display: inline-flex; margin-bottom: 20px; }
.feature-icon svg { width: 72px; height: 72px; stroke-width: 1.5; }
.feature-card h3 { color: #fff; }

/* Reveal la scroll — fade-up cu un pic de pop */
.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reveal.in-view { opacity: 1; transform: none; }

/* ============================================================
   LOCAȚIE — harta mare, în ramă albă (robustă și pe mobil)
   ============================================================ */
.check-list li { display: flex; gap: 0.6rem; color: #4a4152; font-weight: 500; }
.map-frame {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 24px 70px rgba(53, 12, 77, 0.2);
  transform: rotate(-2.5deg);
}
@media (min-width: 992px) {
  /* împins ușor în afară, spre marginea paginii — mai puțin "așezat în grilă" */
  .map-frame { margin-right: -48px; }
}
.map-img { width: 100%; height: auto; border-radius: 18px; display: block; }
.map-pill {
  position: absolute;
  top: 28px;
  left: 28px;
  background: var(--sf-purple);
  color: #fff;
  font-size: 1.05rem;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(167, 60, 219, 0.45);
  transform: rotate(-2deg);
}

/* Coming soon */
.coming-soon-badge { display: inline-block; background: var(--sf-gold); color: var(--sf-plum); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; padding: 6px 16px; border-radius: 999px; }

/* ============================================================
   VENDORI — teaser cards blurate (schelet de card + "?")
   ============================================================ */
.vendor-tease {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 30px 22px 26px;
  overflow: hidden;
  user-select: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.vendor-tease:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, 0.3); }
.vendor-mock { display: flex; flex-direction: column; align-items: center; gap: 12px; filter: blur(7px); opacity: 0.8; }
.vm-avatar { width: 84px; height: 84px; border-radius: 50%; }
.vm-bar { display: block; height: 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.55); }
.vm-chips { display: flex; gap: 8px; margin-top: 6px; }
.vm-chips span { width: 54px; height: 20px; border-radius: 999px; background: rgba(255, 255, 255, 0.32); }

/* Partner tiles */
.partner-tile { background: #fff; border-radius: 20px; height: 130px; display: flex; align-items: center; justify-content: center; padding: 22px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.partner-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(53,12,77,0.18); }
.partner-tile img { max-height: 100%; max-width: 100%; object-fit: contain; }
.partner-placeholder {
  border: 2px dashed #d5c6e4;
  background: #fff;
  color: #a79fae;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}

/* ============================================================
   BILETE — gradient festival + bilet grafic
   ============================================================ */
.sec-bilete {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #a73cdb 0%, #e63c9e 40%, #f5852e 70%, #fcc803 100%);
}
.bilete-deco { position: absolute; inset: 0; pointer-events: none; }
.bilete-deco .st-a { top: 14%; left: 7%; width: 30px; }
.bilete-deco .st-b { bottom: 20%; left: 16%; width: 18px; }
.bilete-deco .st-c { top: 24%; right: 8%; width: 24px; }

.ticket {
  position: relative;
  display: flex;
  max-width: 480px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(53,12,77,0.4);
  transform: rotate(-2deg);
  text-align: left;
}
.ticket-main { flex: 1; padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 4px; }
.ticket-main .t-overline { font-weight: 800; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sf-magenta); }
.ticket-main .t-title { font-size: 2.2rem; color: var(--sf-ink); }
.ticket-main .t-sub { font-weight: 600; font-size: 0.85rem; color: #6b6172; }
.ticket-stub {
  flex: none;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sf-purple);
  border-radius: 0 22px 22px 0;
  border-left: 3px dashed rgba(255,255,255,0.85);
  position: relative;
}
.ticket-stub::before, .ticket-stub::after {
  content: "";
  position: absolute;
  left: -13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sf-magenta); /* aproximează gradientul din spate */
}
.ticket-stub::before { top: -11px; }
.ticket-stub::after { bottom: -11px; }
.ticket-stub .t-date { color: #fff; font-size: 1.5rem; text-align: center; font-style: italic; }
.ticket-badge { position: absolute; top: -14px; right: -18px; transform: rotate(6deg); box-shadow: 0 10px 26px rgba(53,12,77,0.35); }

/* Contact form */
.form-sf .form-control, .form-sf .form-select { border-radius: 999px; padding: 0.8rem 1.3rem; border: 1px solid rgba(255,255,255,0.4); }
.form-sf .form-control:focus, .form-sf .form-select:focus { border-color: var(--sf-purple); box-shadow: 0 0 0 3px rgba(167,60,219,0.18); }

/* ============================================================
   MODAL — solicită un stand / devino partener
   ============================================================ */
.modal-sf { border: none; border-radius: 28px; padding: clamp(8px, 2vw, 24px); }
.modal-sf .form-control, .modal-sf .form-select { border-radius: 14px; padding: 0.8rem 1rem; border: 1px solid #e3d9ec; }
.modal-sf .form-control:focus, .modal-sf .form-select:focus { border-color: var(--sf-purple); box-shadow: 0 0 0 3px rgba(167, 60, 219, 0.18); }
.modal-sf label { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; color: #6b6172; margin-bottom: 0.35rem; }
.modal-backdrop.show { opacity: 0.72; }

/* Contact cards */
.contact-card { background: var(--sf-plum-700); border-radius: 20px; padding: 26px; height: 100%; }
.contact-card a { color: #fff; text-decoration: none; }
.contact-card a:hover { color: var(--sf-lime); }

/* ============================================================
   CTA final — violet plin
   ============================================================ */
.sec-cta {
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(184,85,230,0.5) 0%, rgba(184,85,230,0) 60%),
    linear-gradient(150deg, #b855e6 0%, #a73cdb 50%, #73209b 100%);
  padding-bottom: 0; /* ilustrația stă lipită de marginea de jos a secțiunii */
  overflow: hidden;
}
.cta-illustration { margin-top: clamp(2.5rem, 5vw, 4rem); }
.cta-illustration img {
  display: block;
  margin: 0 auto;
  width: min(920px, 94%);
  height: auto;
}

/* Footer */
.footer-sf { background: var(--sf-plum); border-top: 1px solid rgba(255,255,255,0.08); }
.social-btn { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s ease, transform 0.12s ease; }
.social-btn:hover { background: var(--sf-purple); color: #fff; transform: translateY(-2px); }

/* Ghost watermark */
.ghost-wm { position: absolute; font-family: "Antonio", sans-serif; font-weight: 700; font-style: italic; text-transform: uppercase; color: rgba(255,255,255,0.05); font-size: clamp(3rem, 8vw, 7rem); line-height: 0.9; pointer-events: none; user-select: none; }

@media (max-width: 575px) {
  .ticket-stub { width: 96px; }
  .count-tile { min-width: 74px; }
  .count-tile .num { font-size: 2.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .partner-tile, .social-btn, .feature-card, .reveal { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
