/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/tamogatok/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.page_page__cg_HR {
  padding: var(--section-gap) 0 0;
  margin-top: var(--header-height);
}

.page_hero__VW03I {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.page_supertitle__fYJ28 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary, #9521ef);
  margin: 0 0 0.75rem;
}

.page_title__moIYP {
  font-size: clamp(1.75rem, 1.33rem + 1.85vw, 3rem);
  line-height: 1.1;
  color: var(--color-primary-dark);
  margin: 0 0 1rem;
}

.page_lead__A1u2J {
  margin: 0;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Tier sections (light) */
.page_tierSection__NAU7I {
  margin-bottom: 3.5rem;
}

.page_tierTitle__Fzxc5 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin: 0 0 1.5rem;
}

.page_tierDot__IE5cE {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9521ef, #64c3c5);
  box-shadow: 0 0 10px rgba(149, 33, 239, 0.4);
}

.page_tierDot__IE5cE[data-tier='arany'] {
  background: linear-gradient(135deg, #dda202, #ffd966);
  box-shadow: 0 0 10px rgba(221, 162, 2, 0.5);
}

.page_tierDot__IE5cE[data-tier='ezust'] {
  background: linear-gradient(135deg, #bfc3c7, #e8e8e8);
  box-shadow: 0 0 8px rgba(121, 126, 132, 0.35);
}

.page_tierDot__IE5cE[data-tier='bronz'] {
  background: linear-gradient(135deg, #c46200, #e08a3a);
  box-shadow: 0 0 8px rgba(196, 98, 0, 0.4);
}

.page_grid__M10HQ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

/* Platina cards a touch larger for prominence */
.page_tierSection__NAU7I[data-tier='platina'] .page_grid__M10HQ {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.page_card__DhRg8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 140px;
  background: #fff;
  border: 1px solid #ececf2;
  border-radius: 18px;
  box-shadow: 0 10px 30px -18px rgba(75, 0, 130, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page_card__DhRg8:hover {
  transform: translateY(-3px);
  border-color: rgba(149, 33, 239, 0.25);
  box-shadow: 0 18px 40px -18px rgba(75, 0, 130, 0.35);
}

.page_logo__c440V {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Partner section (dark) */
.page_partners__Rcrz4 {
  margin-top: 4rem;
  padding: clamp(3rem, 2rem + 4vw, 5rem) 0;
  background: linear-gradient(135deg, #1a0033 0%, #2a0a4a 50%, #3d0066 100%);
}

.page_partnersHeader__xi6U3 {
  text-align: center;
  margin-bottom: 3rem;
}

.page_partnersTitle__JKfCd {
  font-size: clamp(1.4rem, 1.1rem + 1.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.page_partnerGroups__tTaYD {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 4rem;
}

.page_partnerGroup__STYRE {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.page_partnerLabel__OlGS1 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9b3e6;
  margin: 0;
}

.page_partnerLogos__xQVys {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.page_partnerLogo__LxG78 {
  max-width: 170px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/sponsors/sponsor-modal.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.sponsor-modal_backdrop__mPc6x {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(20, 6, 40, 0.55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  animation: sponsor-modal_fade__0b5Ye 0.18s ease;
}

.sponsor-modal_dialog__sNJv1 {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 22px;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: 0 30px 80px -20px rgba(20, 6, 40, 0.55);
  animation: sponsor-modal_pop__dtjxQ 0.2s ease;
}

.sponsor-modal_close__cUexv {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(20, 6, 40, 0.06);
  color: #45107a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sponsor-modal_close__cUexv:hover {
  background: rgba(149, 33, 239, 0.14);
}

.sponsor-modal_header__Q4bN_ {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.sponsor-modal_logoBox__8LZJ9 {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  border-radius: 16px;
  background: #f5f3fa;
  border: 1px solid rgba(20, 6, 40, 0.08);
}

.sponsor-modal_logo__DR8Q8 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsor-modal_headText__FgwHV {
  min-width: 0;
}

.sponsor-modal_name__lOBFG {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-primary-dark, #1a0533);
}

.sponsor-modal_description__QNwjg {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #55506a;
}

.sponsor-modal_actions__41y4G {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(20, 6, 40, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.sponsor-modal_website__FPAdk {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.15rem;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #9521ef 0%, #5ba4c7 100%);
  box-shadow: 0 8px 22px -8px rgba(149, 33, 239, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-modal_website__FPAdk:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -8px rgba(149, 33, 239, 0.8);
}

.sponsor-modal_websiteIcon__D8GX3 {
  width: 18px;
  height: 18px;
}

.sponsor-modal_socials__EmGem {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.sponsor-modal_social__a5xMj {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #45107a;
  background: rgba(149, 33, 239, 0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sponsor-modal_social__a5xMj:hover {
  background: #9521ef;
  color: #fff;
  transform: translateY(-2px);
}

.sponsor-modal_socialIcon__GRRtW {
  width: 20px;
  height: 20px;
}

@media (max-width: 460px) {
  .sponsor-modal_socials__EmGem {
    margin-left: 0;
  }
}

@keyframes sponsor-modal_fade__0b5Ye {
  from {
    opacity: 0;
  }
}

@keyframes sponsor-modal_pop__dtjxQ {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/sponsors/sponsor-logo.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* Reset button chrome so the logo sits exactly like a plain image, but hint
   interactivity on hover. */
.sponsor-logo_trigger__gTDPg {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sponsor-logo_trigger__gTDPg:hover {
  transform: translateY(-2px);
}

.sponsor-logo_trigger__gTDPg:focus-visible {
  outline: 2px solid #9521ef;
  outline-offset: 4px;
  border-radius: 8px;
}

