.ko-ref-wrap{
    --ko-ref-accent:#51407c;
    --ko-ref-text:#211d2d;
    --ko-ref-muted:#777181;
    --ko-ref-border:rgba(81,64,124,.13);
    --ko-ref-card-bg:rgba(255,255,255,.97);
    width:100%;max-width:1320px;margin:0 auto;padding:24px 0;font-family:inherit;color:var(--ko-ref-text);
}
.ko-ref-head{max-width:880px;margin:0 auto 34px;text-align:center}.ko-ref-kicker{margin:0 0 9px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.14em;color:var(--ko-ref-accent)}
.ko-ref-title{margin:0;padding:0;font-family:inherit;font-size:clamp(28px,3.3vw,44px);line-height:1.08;font-weight:800;letter-spacing:-.035em;color:inherit}.ko-ref-subtitle{margin:14px auto 0;max-width:760px;font-size:16px;line-height:1.6;color:var(--ko-ref-muted)}
.ko-ref-card{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--ko-ref-border);border-radius:18px;background:var(--ko-ref-card-bg);box-shadow:0 10px 35px rgba(26,19,46,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ko-ref-card::before{content:"";position:absolute;left:22%;right:22%;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:var(--ko-ref-accent);opacity:0;transform:scaleX(.65);transition:opacity .2s ease,transform .2s ease}.ko-ref-card:hover{transform:translateY(-3px);border-color:rgba(81,64,124,.25);box-shadow:0 16px 38px rgba(26,19,46,.09)}.ko-ref-card:hover::before{opacity:.75;transform:scaleX(1)}
.ko-ref-logo-box{width:100%;min-height:62px;display:flex;align-items:center;justify-content:center}.ko-ref-logo{display:block;width:auto;max-width:min(160px,92%);max-height:58px;object-fit:contain;transition:filter .22s ease,opacity .22s ease,transform .22s ease}.ko-ref-grayscale .ko-ref-logo{filter:grayscale(1);opacity:.68}.ko-ref-grayscale .ko-ref-card:hover .ko-ref-logo{filter:grayscale(0);opacity:1}.ko-ref-invert .ko-ref-logo{filter:brightness(0) saturate(100%);opacity:.72}.ko-ref-invert:hover .ko-ref-logo{filter:brightness(0) saturate(100%);opacity:1}
.ko-ref-fallback{display:flex;align-items:center;justify-content:center;gap:8px;max-width:100%;text-align:center;font-size:16px;line-height:1.22;font-weight:800;letter-spacing:.01em;color:#393444}.ko-ref-fallback.is-hidden{display:none}.ko-ref-card.is-broken .ko-ref-logo{display:none}.ko-ref-card.is-broken .ko-ref-fallback{display:flex}.ko-ref-card.is-broken .ko-ref-caption .ko-ref-name{display:none}.ko-ref-pin{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:rgba(81,64,124,.09);color:var(--ko-ref-accent);font-size:16px;line-height:1}
.ko-ref-caption{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;max-width:100%}.ko-ref-name{font-size:14px;line-height:1.25;color:#312c3c}.ko-ref-meta{font-size:12px;line-height:1.25;color:var(--ko-ref-muted)}

/* 1. RÁCS */
.ko-ref-grid{display:grid;grid-template-columns:repeat(var(--ko-ref-cols,5),minmax(0,1fr));gap:14px}.ko-ref-grid .ko-ref-card{min-height:112px;padding:22px 18px;flex-direction:column;gap:6px}.ko-ref-section-venues .ko-ref-grid .ko-ref-card{min-height:124px}.ko-ref-section-venues .ko-ref-grid .ko-ref-logo{max-height:50px}.ko-ref-section-venues .ko-ref-grid .ko-ref-caption{margin-top:3px}

/* 2. FOLYAMATOS SZALAG */
.ko-ref-ticker{position:relative;width:100%;overflow:hidden;padding:4px 0 10px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%)}.ko-ref-ticker-track{display:flex;width:max-content;will-change:transform;animation:ko-ref-marquee var(--ko-ref-duration,30s) linear infinite}.ko-ref-ticker-set{display:flex;flex:0 0 auto;align-items:stretch;gap:14px;padding-right:14px}.ko-ref-ticker .ko-ref-card{flex:0 0 clamp(190px,15vw,225px);width:clamp(190px,15vw,225px);min-height:104px;padding:18px 16px;flex-direction:column;gap:4px}.ko-ref-section-venues .ko-ref-ticker .ko-ref-card{flex-basis:230px;width:230px}.ko-ref-ticker .ko-ref-logo{max-width:min(158px,90%);max-height:52px}.ko-ref-pause .ko-ref-ticker:hover .ko-ref-ticker-track{animation-play-state:paused}@keyframes ko-ref-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* 3. KARUSSZEL */
.ko-ref-carousel{position:relative;padding:0 46px}.ko-ref-carousel-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 2px 12px}.ko-ref-carousel-track::-webkit-scrollbar{display:none}.ko-ref-carousel .ko-ref-card{scroll-snap-align:start;flex:0 0 calc((100% - (var(--ko-ref-cols,5) - 1)*14px)/var(--ko-ref-cols,5));min-height:112px;padding:20px 16px;flex-direction:column;gap:5px}.ko-ref-nav{position:absolute;z-index:4;top:50%;transform:translateY(-55%);width:36px;height:36px;border:1px solid var(--ko-ref-border);border-radius:50%;background:#fff;color:var(--ko-ref-accent);box-shadow:0 8px 24px rgba(26,19,46,.1);font-size:25px;line-height:1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.ko-ref-nav:hover{transform:translateY(-55%) scale(1.06);box-shadow:0 10px 28px rgba(26,19,46,.14)}.ko-ref-prev{left:2px}.ko-ref-next{right:2px}.ko-ref-dots{display:flex;justify-content:center;gap:5px;min-height:7px;margin-top:4px}.ko-ref-dot{width:6px;height:6px;border-radius:99px;background:rgba(81,64,124,.2)}.ko-ref-dot.is-active{width:18px;background:var(--ko-ref-accent)}

/* 4. KOMPAKT CÍMKÉK */
.ko-ref-compact{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ko-ref-compact .ko-ref-card{min-height:54px;padding:10px 15px;border-radius:14px;display:flex;flex-direction:row;gap:10px;flex:0 1 auto;max-width:100%;box-shadow:0 7px 23px rgba(26,19,46,.045)}.ko-ref-compact .ko-ref-logo-box{width:auto;min-height:0;flex:0 0 auto}.ko-ref-compact .ko-ref-logo{max-width:92px;max-height:30px}.ko-ref-compact .ko-ref-fallback{font-size:14px;white-space:normal}.ko-ref-compact .ko-ref-caption{align-items:flex-start;text-align:left}.ko-ref-compact .ko-ref-name{font-size:13px}.ko-ref-compact .ko-ref-meta{font-size:11px}.ko-ref-section-companies .ko-ref-compact .ko-ref-caption:empty{display:none}

/* 5. PRÉMIUM KÁRTYÁK */
.ko-ref-showcase{display:grid;grid-template-columns:repeat(min(var(--ko-ref-cols,4),4),minmax(0,1fr));gap:18px}.ko-ref-showcase .ko-ref-card{min-height:160px;padding:28px 22px;flex-direction:column;gap:12px;border-radius:22px;background:linear-gradient(145deg,#fff 0,#fbfaff 100%);box-shadow:0 16px 42px rgba(26,19,46,.075)}.ko-ref-showcase .ko-ref-logo-box{min-height:76px}.ko-ref-showcase .ko-ref-logo{max-width:190px;max-height:70px}.ko-ref-showcase .ko-ref-fallback{font-size:18px}.ko-ref-showcase .ko-ref-caption{gap:5px}.ko-ref-showcase .ko-ref-name{font-size:15px}.ko-ref-showcase .ko-ref-meta{font-size:13px}

@media(max-width:1100px){.ko-ref-grid{grid-template-columns:repeat(min(var(--ko-ref-cols,4),4),minmax(0,1fr))}.ko-ref-carousel .ko-ref-card{flex-basis:calc((100% - 42px)/4)}.ko-ref-showcase{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.ko-ref-wrap{padding:18px 0}.ko-ref-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.ko-ref-card{border-radius:15px}.ko-ref-grid .ko-ref-card{min-height:100px;padding:18px 14px}.ko-ref-logo{max-width:145px;max-height:52px}.ko-ref-ticker{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%)}.ko-ref-ticker-set{gap:10px;padding-right:10px}.ko-ref-ticker .ko-ref-card{flex-basis:175px;width:175px;min-height:92px;padding:16px 13px}.ko-ref-section-venues .ko-ref-ticker .ko-ref-card{flex-basis:205px;width:205px}.ko-ref-carousel{padding:0 40px}.ko-ref-carousel .ko-ref-card{flex-basis:calc((100% - 22px)/3)}.ko-ref-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ko-ref-showcase .ko-ref-card{min-height:145px;padding:22px 16px}}
@media(max-width:560px){.ko-ref-head{margin-bottom:24px}.ko-ref-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ko-ref-grid .ko-ref-card{min-height:88px;padding:15px 12px;border-radius:14px}.ko-ref-logo{max-width:125px;max-height:46px}.ko-ref-fallback{font-size:14px}.ko-ref-ticker .ko-ref-card{flex-basis:155px;width:155px;min-height:82px;padding:13px 11px}.ko-ref-section-venues .ko-ref-ticker .ko-ref-card{flex-basis:185px;width:185px}.ko-ref-carousel{padding:0 34px}.ko-ref-carousel .ko-ref-card{flex-basis:calc((100% - 9px)/2);min-height:92px;padding:15px 11px}.ko-ref-nav{width:30px;height:30px;font-size:21px}.ko-ref-compact{justify-content:flex-start;gap:8px}.ko-ref-compact .ko-ref-card{min-height:48px;padding:9px 12px}.ko-ref-showcase{grid-template-columns:1fr}.ko-ref-showcase .ko-ref-card{min-height:125px}.ko-ref-title{font-size:clamp(27px,8vw,36px)}}
@media(prefers-reduced-motion:reduce){.ko-ref-card,.ko-ref-logo,.ko-ref-nav{transition:none!important}.ko-ref-card:hover{transform:none}.ko-ref-ticker{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.ko-ref-ticker-track{animation:none!important}.ko-ref-ticker-set[aria-hidden="true"]{display:none}.ko-ref-carousel-track{scroll-behavior:auto}}

/* TELJES REFERENCIAOLDAL */
.ko-ref-reference-page{width:100%}.ko-ref-reference-page>.ko-ref-wrap+ .ko-ref-wrap{margin-top:34px;padding-top:38px;border-top:1px solid rgba(81,64,124,.12)}
