:root {
  --sky-top: #41b0ff;
  --sky-bottom: #3c5d9a;
  --pink: #e63572;
  --yellow: #f7df65;
  --navy: #0f1c3d;
  --midnight: #1a184a;
  --cream: #fff6e8;
  --card: rgba(255, 255, 255, 0.9);
  --soft-blue: #e6ecff;
}

.cco_templateless_template,
.cco_templateless_template a {
  background: #4ca3d5;
}

* {
  box-sizing: border-box;
  font-family: "Figtree", system-ui, sans-serif;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--navy);
}

a {
  color: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 40px 16px 48px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  /* background: url("https://assets.webmk.co/jewish-sav/chanukah/assets/Asset 1@4x.png")
    center/cover no-repeat; */
  background: rgb(93 157 196);
  filter: saturate(1.05);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url("https://assets.webmk.co/jewish-sav/chanukah/assets/Asset 4@4x.png")
    center bottom/105% no-repeat;
  opacity: 0.32;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0.5;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-inner img:first-child {
  width: min(570px, 90vw);
  margin-bottom: 15px;
}

.eyebrow {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: #e9f6ff;
  font-size: 24px;
}

.wordmark {
  width: min(770px, 90vw);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.subhead {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}

.meta-row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  /* background: rgba(22, 19, 68, 0.6); */
  padding: 7px 12px;
  /* border-radius: 14px; */
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.chip {
  background: #2a265e;
  color: #fff;
  padding: 10px 15px;
  /* border-radius: 10px; */
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 6px 12px rgba(0, 0, 0, 0.18);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 70px;
}

a.cta {
  text-decoration: none;
  padding: 11px 26px;
  font-size: 18px;
  /* border-radius: 12px; */
  font-weight: 800;
  letter-spacing: 0.05em;
  border: 2px solid transparent;
  box-shadow: 0 0.8em 1.8em rgba(0, 0, 0, 0.22);
  flex: 1 48%;
  text-align: center;
}

@media (max-width: 1024px) {
  a.cta {
      flex: 1 50%;
  }
}

.cta.primary {
  background: var(--yellow);
  color: var(--navy);
}

.cta.ghost {
  border-color: #fff;
  color: #fff;
  background: #2a265e;
}

.ribbon {
  margin-top: 16px;
  background: var(--pink);
  color: #fff;
  padding: 10px 22px;
  /* border-radius: 8px; */
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

.main {
  background: linear-gradient(180deg, #f7f9ff 0%, #dfe9ff 50%, #e4e7f7 100%);
}

.intro {
  text-align: center;
  padding: 48px 16px 40px;
}

.inner-container {
  max-width: 900px;
  margin: 0 auto;
}

.date {
  display: inline-block;
  padding: 8px 24px;
  background: #fff;
  border: 2px solid #e0e5ff;
  color: var(--navy);
  font-weight: 800;
  font-size: 32px;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.stronger {
  margin-top: 13px;
  display: inline-block;
  background: var(--pink);
  color: #fff;
  padding: 8px 24px;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.06em;
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.event-descrip {
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
  margin: 16px auto;
  color: #1f2b45;
}

.event-descrip.highlight {
  font-weight: 800;
  color: var(--pink);
}

.feature-band {
  padding: 16px 16px 32px;
  display: flex;
  justify-content: center;
}

.band-card {
  background: linear-gradient(135deg, #ffc251, #e94b77 45%, #3e378d);
  border-radius: 18px;
  padding: 24px;
  max-width: 960px;
  width: 100%;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.band-art {
  width: min(450px, 100%);
  display: block;
  margin: 0 auto 12px;
}

.band-note {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
}

.experience {
  padding: 32px 16px 48px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.experience-card {
  background: var(--card);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.08);
}

.experience-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 8px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.experience-card h5 {
  text-transform: uppercase;
  color: var(--navy);
  font-size: 18px;
  margin: 6px 0;
}

.experience-card ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  color: #2e3a5c;
  font-weight: 600;
  line-height: 1.5;
}

.experience-card li {
  padding: 6px 0;
}

.sponsors {
  background: linear-gradient(180deg, #f4f1e8 0%, #f4ead5 45%, #e1c599 100%);
  padding: 48px 16px 56px;
  text-align: center;
}

.sponsors h5 {
  font-size: 26px;
  margin: 0 0 24px;
  color: #1f2445;
  letter-spacing: 0.05em;
}

#partner-logos {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 19px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

#partner-logos img {
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  background: transparent;
  border-radius: 22px;
  padding: 12px;
  mix-blend-mode: multiply;
  object-fit: contain;
  /* box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.4); */
}

#partner-logos .rectangle img {
  max-width: 210px;
}

.levy img {
  width: 240px;
  max-width: 80vw;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.25));
  display: none;
}

@media (max-width: 720px) {
  .date,
  .stronger {
    width: 100%;
    font-size: 26px;
  }

  .cta-row {
    width: 100%;
  }

  .cta {
    flex: 1 1 45%;
    text-align: center;
  }
}

div#BodyContainer {
  display: none;
}

@media only screen and (min-width: 320px) {
  .content .co_body {
    margin-left: 0;
    margin-right: 0;
  }
}


#thank-sponsor-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin-bottom: 30px;
}

#thank-sponsor-logos img {
    max-height: 100px;
    max-width: 300px;
    object-fit: contain;
}

.thank-sponsors ul {
    list-style: none;
    padding: 0;
    column-count: 3;
    font-size: 16px;
    line-height: 1.5;
    width: min(850px, 90vw);
    margin: auto;
}

@media (max-width: 768px) {
    .thank-sponsors ul {
        column-count: 1;
    }
}
