


/* =========================
   FULL BLEED (fix white 1px stripe)
   ========================= */
.kkf-footer{
  position: relative;

  width: calc(100vw + 2px) !important;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;

  max-width: none !important;
  overflow-x: clip;

  background:
    radial-gradient(900px 320px at 18% 0%, rgba(182,98,255,0.22), rgba(0,0,0,0) 62%),
    linear-gradient(135deg, var(--kkf-grad-from), var(--kkf-grad-to));
  color: var(--kkf-text);
  box-sizing: border-box;
  border-top: 1px solid var(--kkf-border);
  border-bottom: 1px solid var(--kkf-border);
}

/* Mobile bottom spacing (footer-only) */
@media (max-width: 980px){
  .kkf-footer{
    padding-bottom: calc(var(--kkf-mobile-bottom-space, 0px) + env(safe-area-inset-bottom)) !important;
  }
}

/* Remove tap highlight */
.kkf-footer,
.kkf-footer *{
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}
.kkf-footer a,
.kkf-footer button{
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.kkf-footer a:focus,
.kkf-footer a:focus-visible,
.kkf-footer a:active,
.kkf-footer button:focus,
.kkf-footer button:focus-visible,
.kkf-footer button:active{
  outline: none !important;
  box-shadow: none !important;
}
.kkf-footer .kkf-item--btn:active,
.kkf-footer .kkf-col__toggle:active{
  background: var(--kkf-btn-bg) !important;
  border-color: var(--kkf-btn-bd) !important;
  transform: none !important;
}
.kkf-footer .kkf-col__toggle,
.kkf-footer .kkf-col__toggle:hover,
.kkf-footer .kkf-col__toggle:focus,
.kkf-footer .kkf-col__toggle:focus-visible,
.kkf-footer .kkf-col__toggle:active,
.kkf-footer .kkf-col--acc.is-open .kkf-col__toggle,
.kkf-footer .kkf-col--acc.is-open .kkf-col__toggle:hover,
.kkf-footer .kkf-col--acc.is-open .kkf-col__toggle:focus,
.kkf-footer .kkf-col--acc.is-open .kkf-col__toggle:focus-visible,
.kkf-footer .kkf-col--acc.is-open .kkf-col__toggle:active{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: inherit !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.kkf-footer .kkf-col__toggle::before,
.kkf-footer .kkf-col__toggle::after{
  content: none !important;
  display: none !important;
}
.kkf-footer .kkf-col__toggle .kkf-col__title{
  background: transparent !important;
}

.kkf-footer__inner{
  max-width: var(--kkf-maxw);
  margin: 0 auto;
  padding: var(--kkf-pad-y) var(--kkf-pad-x);
  box-sizing: border-box;
}

.kkf-footer__grid{
  display: grid;
  gap: var(--kkf-gap);
  align-items: start;
  grid-template-columns: var(--kkf-grid-cols);
  min-width: 0;
}
.kkf-footer .kkf-col{ min-width: 0; }

.kkf-footer .kkf-col__toggle{
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

.kkf-footer .kkf-col__chev{
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid rgba(243,241,255,0.72);
  border-bottom: 2px solid rgba(243,241,255,0.72);
  transform: rotate(45deg);
  transition: transform .18s ease;
  margin-top: -2px;
}
.kkf-footer .kkf-col--acc.is-open .kkf-col__chev{ transform: rotate(-135deg); }

@media (min-width: 641px){
  .kkf-footer .kkf-col__chev{ display:none; }
  .kkf-footer .kkf-col__toggle{ cursor: default; }
}

.kkf-footer .kkf-col__title{
  font-size: var(--kkf-h) !important;
  font-weight: var(--kkf-hw) !important;
  line-height: 1.12 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.02em;
  text-shadow: 0 0 18px rgba(182,98,255,0.16);
}
.kkf-footer .kkf-col__body{
  font-size: var(--kkf-t) !important;
  font-weight: var(--kkf-tw) !important;
  line-height: 1.25 !important;
}
.kkf-footer .kkf-item{
  font-size: var(--kkf-t) !important;
  font-weight: var(--kkf-tw) !important;
  line-height: 1.15 !important;
  color: var(--kkf-text);
  text-decoration: none;
  overflow-wrap: normal;
}
.kkf-footer .kkf-item--muted{ color: var(--kkf-muted); }

.kkf-footer .kkf-brand-img{
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 16px;
  display: block;
  margin: 0 0 10px 0;
  border: none !important;
  outline: none !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.52), 0 0 18px rgba(182,98,255,0.14);
}

.kkf-footer .kkf-list,
.kkf-footer .kkf-lines{
  display: flex;
  flex-direction: column;
  gap: var(--kkf-pill-gap);
}

.kkf-footer .kkf-item--btn,
.kkf-footer .kkf-item--pill{
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--kkf-pill-px);
  border-radius: 14px;
  background: var(--kkf-btn-bg);
  border: 1px solid rgba(243,241,255,0.14);
  min-height: var(--kkf-pill-h);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.kkf-footer .kkf-item--btn{
  cursor: pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.30);
  border-color: var(--kkf-btn-bd);
}
.kkf-footer .kkf-item--btn:hover{
  background: var(--kkf-btn-bg-h);
  border-color: var(--kkf-btn-bd-h);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.38), 0 0 16px rgba(182,98,255,0.14);
}

.kkf-footer .kkf-ico{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 6px;
  display: inline-block;
}
.kkf-footer .kkf-ico__text{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kkf-footer .kkf-social-title{
  font-size: calc(var(--kkf-t) + 1px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 2px 0 8px 0 !important;
  text-shadow: 0 0 14px rgba(182,98,255,0.16);
}

.kkf-footer .kkf-contacts-sep{ height: var(--kkf-contacts-gap); }

.kkf-footer .kkf-age{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--kkf-muted);
}
.kkf-footer .kkf-age__box{
  width: 14px;
  height: 14px;
  border: 1px solid rgba(243,241,255,0.32);
  border-radius: 3px;
  flex: 0 0 auto;
}

.kkf-footer__bottom{
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(243,241,255,0.10);
}
.kkf-footer__copyright{
  font-size: 12px !important;
  line-height: 1.3 !important;
  text-align: center;
  color: rgba(243,241,255,0.62);
}

/* RESPONSIVE */
@media (max-width: 1280px){
  .kkf-footer{ --kkf-grid-cols: 1fr 1fr 1fr !important; }
}
@media (max-width: 980px){
  .kkf-footer{
    --kkf-grid-cols: 1fr 1fr !important;
    --kkf-pad-x: 22px !important;
    --kkf-gap: 16px !important;
  }
}
@media (max-width: 760px){
  .kkf-footer{
    --kkf-pad-x: 18px !important;
    --kkf-pad-y: 14px !important;
    --kkf-pill-h: 38px !important;
    --kkf-pill-px: 12px !important;
    --kkf-pill-gap: 9px !important;
  }
  .kkf-footer .kkf-brand-img{ max-width: 240px; }
}
@media (max-width: 640px){
  .kkf-footer{
    --kkf-grid-cols: 1fr !important;
    --kkf-pad-x: 14px !important;
    --kkf-pad-y: 14px !important;
    --kkf-gap: 14px !important;
  }
  .kkf-footer .kkf-col__title{ font-size: 17px !important; }
  .kkf-footer .kkf-item{ font-size: 14px !important; }

  .kkf-footer .kkf-col--acc .kkf-col__body{ display: none; }
  .kkf-footer .kkf-col--acc.is-open .kkf-col__body{ display: block; }

  .kkf-footer .kkf-col[data-kkf-col="c1"]{ text-align: center; }
  .kkf-footer .kkf-col[data-kkf-col="c1"] .kkf-brand-img{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kkf-footer .kkf-col[data-kkf-col="c1"] .kkf-lines{ align-items: center; }
  .kkf-footer .kkf-col[data-kkf-col="c1"] .kkf-item--muted{ text-align: center; }
  .kkf-footer .kkf-col[data-kkf-col="c1"] .kkf-age{ justify-content: center; }
}
@media (max-width: 420px){
  .kkf-footer{
    --kkf-pad-x: 12px !important;
    --kkf-pad-y: 12px !important;
    --kkf-pill-h: 36px !important;
    --kkf-pill-px: 11px !important;
    --kkf-pill-gap: 8px !important;
  }
  .kkf-footer__copyright{ font-size: 11px !important; }
}
