/* ================================
   Partners, Organizer, FAQ, Contact
   ================================ */

.tedx-section {
  background: #0a0a0a;
}

.tedx-section .section-head .subtitle {
  color: #eb0028;
}

.tedx-enquiry {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: rgba(235, 0, 40, 0.08);
  border: 1px solid rgba(235, 0, 40, 0.25);
}

.tedx-enquiry__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.35rem;
}

.tedx-enquiry__email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}

.tedx-enquiry__email:hover {
  color: #eb0028;
}

.tedx-enquiry__note {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Partners */
.partners-section {
  background: #0a0a0a;
}

.partners-intro {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.partners-card {
  padding: 1.35rem;
  border-radius: 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}

.partners-card h3 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.partners-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem 1.5rem;
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none;
}

.partners-list li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  padding-left: 1.1rem;
  position: relative;
}

.partners-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eb0028;
}

.partners-tier {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, #141414 0%, #0f0f0f 100%);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  height: 100%;
}

.partners-tier--title {
  border-color: rgba(235, 0, 40, 0.45);
  box-shadow: 0 0 40px rgba(235, 0, 40, 0.08);
}

.partners-tier__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partners-tier__name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.partners-tier__amount {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.02em;
  background: rgba(235, 0, 40, 0.12);
  border: 1px solid rgba(235, 0, 40, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
}

.partners-tier__currency {
  color: #eb0028;
  font-weight: 700;
  margin-right: 0.15rem;
}

.partners-tier ul {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.65;
}

.partners-tier ul li {
  margin-bottom: 0.35rem;
}

.partners-cta {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(235, 0, 40, 0.12) 0%, rgba(10, 10, 10, 0.95) 100%);
  border: 1px solid rgba(235, 0, 40, 0.3);
  margin-top: 2rem;
}

.partners-cta h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.partners-cta p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 640px;
  margin: 0 auto 1rem;
  line-height: 1.65;
}

.partners-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-top: 1.25rem;
}

.partners-cta__links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.partners-cta__links a:hover {
  color: #eb0028;
}

/* Current partners showcase */
.current-partners {
  margin-top: 2.5rem;
  text-align: center;
}

.current-partners__title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.current-partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

.current-partners__grid:empty {
  display: none;
}

.current-partners__empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.current-partners__empty.is-hidden {
  display: none;
}

.partner-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  border-radius: 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 140px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

a.partner-logo-card:hover {
  border-color: rgba(235, 0, 40, 0.45);
  transform: translateY(-2px);
}

.partner-logo-card__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
}

.partner-logo-card__img-wrap img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-logo-card__name {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

a.partner-logo-card .partner-logo-card__name {
  color: rgba(255, 255, 255, 0.85);
}

a.partner-logo-card:hover .partner-logo-card__name {
  color: #eb0028;
}

/* Organizer */
.organizer-section {
  background: #0a0a0a;
}

.organizer-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #eb0028;
}

.organizer-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.organizer-card p:last-child {
  margin-bottom: 0;
}

.organizer-card__sign {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.organizer-card__name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
}

.organizer-card__role {
  color: #eb0028;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

/* FAQ */
.faq-section {
  background: #0a0a0a;
}

.tedx-faq {
  max-width: 820px;
  margin: 0 auto;
}

.tedx-faq__item {
  border-radius: 14px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.tedx-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.tedx-faq__question i {
  color: #eb0028;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.tedx-faq__item.is-open .tedx-faq__question i {
  transform: rotate(180deg);
}

.tedx-faq__answer {
  display: none;
  padding: 0 1.25rem 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.65;
}

.tedx-faq__item.is-open .tedx-faq__answer {
  display: block;
}

/* Contact enquiries */
.contact-enquiries {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-enquiry-card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-enquiry-card h3 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
}

.contact-enquiry-card a {
  color: #eb0028;
  text-decoration: none;
  font-weight: 600;
  word-break: break-all;
}

.contact-enquiry-card a:hover {
  color: #ff3355;
}

.contact-enquiry-card p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-enquiry-card__emails {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* TED Disclaimer */
.ted-disclaimer-section {
  background: #0a0a0a;
  padding-bottom: 2rem;
}

.ted-disclaimer {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  border-radius: 14px;
  background: #111;
  border: 1px dashed rgba(255, 255, 255, 0.15);
}

.ted-disclaimer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}

.ted-disclaimer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .partners-tier__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .organizer-card {
    padding: 1.35rem;
  }
}
