/* Karaoke kviz page styles. Scoped to .kk-page. */
.kk-page {
  --bg: #fffaf2;
  --surface: #ffffff;
  --blue-light: #eaf6ff;
  --blue-soft: #d7ecfb;
  --yellow-light: #fff4d7;
  --pink: #ef5f7d;
  --pink-dark: #d84667;
  --pink-soft: #ffe4eb;
  --blue: #58a9dc;
  --blue-dark: #3e91c7;
  --text: #303044;
  --muted: #70758a;
  --line: rgba(48, 48, 68, .12);
  --dark: #17192a;
  --dark-soft: #242840;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(58, 77, 101, .13);
  --shadow-soft: 0 10px 24px rgba(58, 77, 101, .08);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}
.kk-page *,
.kk-page *::before,
.kk-page *::after {
  box-sizing: border-box;
}
.kk-page {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.karaoke-kviz-page {
  overflow-x: hidden;
}
.kk-page {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.kk-page img {
  display: block;
  max-width: 100%;
}
.kk-page a {
  color: inherit;
}
.kk-page button,
.kk-page input,
.kk-page textarea {
  font: inherit;
}
.kk-page .container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.kk-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  text-decoration: none;
}
.kk-page .skip-link:focus {
  transform: translateY(0);
}
.kk-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  text-decoration: none;
}
.kk-page .brand-heart {
  width: 96px;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px 9px;
  border-radius: 18px 18px 18px 4px;
  color: var(--white);
  background: #e94d68;
  box-shadow: 0 8px 20px rgba(239, 95, 125, .24);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-2deg);
}
.kk-page .brand-copy {
  display: grid;
  line-height: 1.18;
}
.kk-page .brand-copy strong {
  font-size: 20px;
  letter-spacing: 0;
}
.kk-page .brand-copy small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}
.kk-page .floating-phone {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
  border-radius: 999px;
  color: var(--white);
  background: var(--pink);
  box-shadow: 0 14px 28px rgba(239, 95, 125, .32);
  font-weight: 800;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.kk-page .floating-phone:hover {
  transform: translateY(-2px);
}
.kk-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.kk-page .breadcrumbs a {
  text-decoration: none;
}
.kk-page .hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(620px, calc(100vh - 220px), 760px);
  margin: 0;
  display: flex;
  align-items: center;
  padding: clamp(38px, 4.6vw, 70px) 0;
  background: #e7f8ff;
}
.kk-page .section-blue::after,
.kk-page .section-yellow::after {
  content: "♪";
  position: absolute;
  right: 4vw;
  top: 28px;
  color: rgba(239, 95, 125, .18);
  font-size: 72px;
  font-weight: 900;
  pointer-events: none;
}
.kk-page .hero-box {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.kk-page .eyebrow {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kk-page h1,
.kk-page h2,
.kk-page h3,
.kk-page p {
  overflow-wrap: break-word;
}
.kk-page h1,
.kk-page h2,
.kk-page h3 {
  margin-top: 0;
  color: var(--text);
  line-height: 1.14;
  letter-spacing: 0;
}
.kk-page h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
}
.kk-page .hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #3f719f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  text-align: left;
  text-transform: none;
}
.kk-page h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
}
.kk-page h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}
.kk-page .hero-lead {
  max-width: 660px;
  margin: 0 0 12px;
  color: #3e617f;
  font-size: clamp(18px, 1.32vw, 22px);
  line-height: 1.48;
}
.kk-page .hero-stage {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}
.kk-page .hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.kk-page .hero-phone-card {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 255px;
  padding: 18px 22px;
  border-radius: 9px;
  color: #777777;
  background: rgba(255, 255, 255, .88);
  text-decoration: none;
}
.kk-page .hero-phone-card span {
  color: #ff5d7b;
  font-size: 30px;
  transform: rotate(-8deg);
}
.kk-page .hero-phone-card strong {
  font-size: 22px;
  font-weight: 700;
}
.kk-page .hero-price {
  margin: 0 0 82px;
  color: #2f6dab;
  font-size: 21px;
  line-height: 1.6;
}
.kk-page .hero-price span {
  display: block;
  color: #ff536f;
}
.kk-page .hero-note {
  max-width: 640px;
  margin: 0 0 14px;
  color: #53738f;
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.5;
}
.kk-page .hero-inline-signup {
  display: flex;
  align-items: stretch;
  max-width: 520px;
  margin: 0 0 16px;
}
.kk-page .hero-signup-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.kk-page .hero-inline-signup input {
  flex: 1 1 auto;
  min-width: 0;
  width: min(320px, 100%);
  height: 64px;
  border: 0;
  border-radius: 4px 0 0 4px;
  padding: 0 22px;
  color: #5e6874;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(63, 113, 159, .09);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1;
  outline: none;
}
.kk-page .hero-inline-signup input::placeholder {
  color: #6e7f8f;
}
.kk-page .hero-inline-signup .btn {
  min-width: 188px;
  min-height: 64px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 20px;
  text-transform: uppercase;
}
.kk-page .hero-event-link {
  width: min(520px, 100%);
  display: inline-grid;
  gap: 3px;
  margin: 0 0 16px;
  padding: 15px 18px;
  border: 1px solid rgba(63, 113, 159, .18);
  border-radius: 4px;
  color: var(--text);
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.kk-page .hero-event-link .hero-event-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.kk-page .hero-event-link strong {
  color: var(--blue-dark);
  font-size: clamp(18px, 1.4vw, 22px);
}
.kk-page .hero-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.kk-page .hero-event-meta span {
  display: inline-flex;
  align-items: center;
}
.kk-page .kk-price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  line-height: 1.25;
}
.kk-page .kk-price-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
.kk-page .price-old {
  color: #68758a;
  font-weight: 800;
  text-decoration: line-through;
  opacity: .55;
}
.kk-page .price-current {
  color: var(--pink-dark);
  font-weight: 900;
}
.kk-page .kk-price--unknown {
  color: var(--muted);
  font-weight: 800;
}
.kk-page .hero-event-meta .kk-price {
  color: var(--muted);
}
.kk-page .hero-event-meta .price-current {
  color: var(--pink-dark);
}
.kk-page .hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.kk-page .hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(63, 113, 159, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #3e617f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.kk-page .hero-benefits li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  flex: 0 0 auto;
}
.kk-page .fact-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 660px;
  margin: 0 0 18px;
}
.kk-page .fact-pills div {
  padding: 10px 12px;
  border: 1px solid rgba(88, 169, 220, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}
.kk-page .fact-pills dt,
.kk-page .fact-pills dd {
  margin: 0;
}
.kk-page .fact-pills dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .fact-pills dd {
  font-size: 14px;
  font-weight: 800;
}
.kk-page .hero-actions,
.kk-page .center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.kk-page .hero-actions {
  margin: 0;
}
.kk-page .hero-actions .btn {
  min-width: 188px;
  min-height: 52px;
  border-radius: 4px;
  padding: 12px 22px;
  font-size: 15px;
  text-transform: uppercase;
}
.kk-page .hero-trust {
  margin: 0;
  color: #064a96;
  background: transparent;
  font-size: 21px;
  font-weight: 400;
}
.kk-page .hero-visual {
  position: relative;
  align-self: center;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transform: none;
}
.kk-page .hero-visual img {
  width: min(640px, 100%);
  height: auto;
  margin-left: auto;
}
.kk-page .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.kk-page .btn:hover {
  transform: translateY(-1px);
}
.kk-page .btn:focus-visible {
  outline: 3px solid rgba(88, 169, 220, .34);
  outline-offset: 3px;
}
.kk-page .btn-primary {
  background: var(--pink);
  box-shadow: 0 10px 20px rgba(239, 95, 125, .25);
}
.kk-page .btn-primary:hover {
  background: var(--pink-dark);
}
.kk-page .btn-secondary {
  background: var(--blue);
  box-shadow: 0 10px 20px rgba(88, 169, 220, .22);
}
.kk-page .btn-secondary:hover {
  background: var(--blue-dark);
}
.kk-page .modal.timetable-popup {
  overflow: auto;
  padding: 20px 12px;
}
.kk-page .modal.timetable-popup .container {
  position: relative;
  inset: auto;
  width: min(540px, calc(100vw - 24px)) !important;
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0 auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 34px 36px 28px;
}
.kk-page .modal.timetable-popup .container img.modal-close {
  position: sticky;
  top: 0;
  left: auto;
  float: right;
  z-index: 2;
  width: auto;
  height: auto;
  margin: -12px -16px 0 0;
  cursor: pointer;
}
.kk-page .modal.timetable-popup .container img.modal-img {
  width: 82px;
  height: auto;
  margin: 0 auto 18px;
}
.kk-page .modal.timetable-popup .container h3 {
  margin: 8px 0 20px;
  font-size: clamp(24px, 3vw, 32px);
}
.kk-page .modal.timetable-popup .container label,
.kk-page .modal.timetable-popup .container input {
  width: 100%;
  max-width: 360px;
}
.kk-page .modal.timetable-popup .container input {
  margin-bottom: 20px;
}
.kk-page .modal.timetable-popup .container input[type=submit] {
  width: min(240px, 100%);
  margin-top: 14px;
}
.kk-page .btn-block {
  width: 100%;
}
.kk-page .section {
  position: relative;
  padding: 82px 0;
}
.kk-page .section-blue {
  position: relative;
  overflow: hidden;
  background: var(--blue-light);
}
.kk-page .section-yellow {
  position: relative;
  overflow: hidden;
  background: var(--yellow-light);
}
.kk-page .section-dark {
  color: var(--white);
  background: var(--dark);
}
.kk-page .section-dark h2,
.kk-page .section-dark h3 {
  color: var(--white);
}
.kk-page .section-dark p,
.kk-page .section-heading p {
  color: var(--muted);
}
.kk-page .section-dark .section-heading p,
.kk-page .section-dark .atmosphere-grid p,
.kk-page .section-dark .reviews-wrap p {
  color: rgba(255, 255, 255, .72);
}
.kk-page .section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.kk-page .section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.kk-page .section-intro {
  color: var(--muted);
  font-size: 19px;
}
.kk-page .soft-cards {
  display: grid;
  gap: 16px;
}
.kk-page .soft-cards.four {
  grid-template-columns: repeat(4, 1fr);
}
.kk-page .soft-cards.three {
  grid-template-columns: repeat(3, 1fr);
}
.kk-page .soft-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(88, 169, 220, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow-soft);
}
.kk-page .card-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #303044;
  background: var(--pink-soft);
}
.kk-page .card-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}
.kk-page .soft-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.kk-page .section-illustration {
  max-width: 1180px;
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 28px;
  background: #eaf9ff;
  box-shadow: 0 18px 40px rgba(58, 77, 101, .10);
}
.kk-page .section-illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.kk-page .karaoke-flow__image img {
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
}
.kk-page .center-action {
  justify-content: center;
  margin-top: 28px;
}
.kk-page .media-schedule {
  position: relative;
  padding: 28px 0 74px;
  background: #ffffff;
}
.kk-page .press-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 92px;
  color: #55a5b7;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .press-strip span {
  white-space: nowrap;
}
.kk-page .press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kk-page .press-logos li {
  min-width: 48px;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 5px 9px;
  color: #31508c;
  background: #f5fbff;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(58, 77, 101, .08);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
}
.kk-page .press-logos li:nth-child(2) {
  color: #ffffff;
  background: #ee3b9b;
}
.kk-page .press-logos li:nth-child(3) {
  color: #0081cd;
  background: #fff200;
}
.kk-page .press-logos li:nth-child(4) {
  color: #6f54a8;
  background: #ffffff;
}
.kk-page .press-logos li:nth-child(5) {
  color: #ffffff;
  background: #2964ad;
}
.kk-page .schedule-shell {
  max-width: 1360px;
  margin: 42px auto 0;
  padding: 0 8px;
}
.kk-page .schedule-head {
  margin-bottom: 60px;
  text-align: center;
}
.kk-page .schedule-head h2 {
  margin-bottom: 18px;
  color: #333333;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.kk-page .schedule-head p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #151529;
  font-size: 16px;
}
.kk-page .schedule-head p span {
  color: #fb5c7a;
  font-size: 38px;
  line-height: 1;
}
.kk-page .event-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.kk-page .event-tab {
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 22px 22px 0 0;
  padding: 26px 24px;
  color: #caf4ff;
  background: #5c5c5c;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.kk-page .event-tab span {
  min-width: 0;
}
.kk-page .event-tab b {
  color: #fb5c7a;
  font-size: 24px;
  line-height: 1;
}
.kk-page .event-tab i {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  color: #202333;
  background: #c9f5ff;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .06);
  font-size: 31px;
  font-style: normal;
  line-height: 1;
}
.kk-page .event-tab.is-active {
  color: #111729;
  background: #d7fbff;
}
.kk-page .event-tab-panel {
  display: none;
  padding: 38px 46px;
  background: #f5fcff;
}
.kk-page .event-tab-panel.is-active {
  display: block;
}
.kk-page .event-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}
.kk-page .event-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kk-page .event-date {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #2d2d37;
}
.kk-page .event-date strong {
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .event-date span {
  color: #6f7280;
  font-size: 16px;
}
.kk-page .event-size {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #151529;
  font-size: 18px;
}
.kk-page .event-size span {
  color: #8ed5e2;
  font-size: 26px;
}
.kk-page .event-body {
  min-width: 0;
}
.kk-page .event-body h3 {
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
}
.kk-page .event-body p {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--muted);
}
.kk-page .event-body dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
}
.kk-page .event-body dl div {
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
}
.kk-page .event-body dt,
.kk-page .event-body dd {
  margin: 0;
}
.kk-page .event-body dt {
  color: #55a5b7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .event-body dd {
  color: #26283a;
  font-size: 14px;
  font-weight: 800;
}
.kk-page .event-card .btn {
  align-self: end;
  min-width: 170px;
}
.kk-page .event-empty {
  padding: 34px;
  border-radius: 18px;
  color: #4e556a;
  background: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.kk-page .story-section,
.kk-page .host-section,
.kk-page .comfort-section,
.kk-page .reviews-section,
.kk-page .faq-section,
.kk-page .signup-section,
.kk-page .other-section {
  position: relative;
  padding: 82px 0;
  background: #ffffff;
}
.kk-page .story-section,
.kk-page .comfort-section,
.kk-page .signup-section {
  background: #eaf9ff;
}
.kk-page .story-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 54px;
  align-items: center;
}
.kk-page .story-copy {
  max-width: 620px;
}
.kk-page .story-copy h2,
.kk-page .host-copy h2,
.kk-page .comfort-section h2,
.kk-page .reviews-section h2,
.kk-page .faq-section h2,
.kk-page .signup-section h2,
.kk-page .other-section h2 {
  color: #333333;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .story-copy p:not(.eyebrow),
.kk-page .host-copy p,
.kk-page .signup-section p {
  color: #4f6071;
  font-size: 18px;
}
.kk-page .story-visual {
  overflow: hidden;
  border-radius: 30px;
  background: #d7fbff;
  box-shadow: 0 18px 40px rgba(58, 77, 101, .10);
}
.kk-page .story-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.kk-page .music-board {
  position: relative;
  width: min(600px, 100%);
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 34px;
  background: #d7fbff;
  box-shadow: 0 18px 40px rgba(58, 77, 101, .10);
}
.kk-page .music-board::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
}
.kk-page .music-board p {
  position: absolute;
  left: 36px;
  bottom: 28px;
  margin: 0;
  color: #3f719f;
  font-size: 22px;
  font-weight: 900;
}
.kk-page .note,
.kk-page .heart {
  position: absolute;
  color: #fb5c7a;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}
.kk-page .note-one {
  right: 92px;
  top: 52px;
  color: #58a9dc;
}
.kk-page .note-two {
  left: 72px;
  top: 92px;
}
.kk-page .heart-one {
  right: 160px;
  bottom: 94px;
}
.kk-page .mic-shape {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 210px;
  border-radius: 50px;
  background: linear-gradient(180deg, #5c5c5c 0 45%, #ffffff 45% 52%, #fb5c7a 52% 100%);
  transform: rotate(-28deg);
  box-shadow: 0 16px 26px rgba(0, 0, 0, .12);
}
.kk-page .mic-shape::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -108px;
  width: 14px;
  height: 130px;
  border-radius: 999px;
  background: #3d4b5f;
}
.kk-page .answer-cards {
  position: absolute;
  right: 92px;
  bottom: 54px;
  display: flex;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}
.kk-page .answer-cards i {
  width: 42px;
  height: 34px;
  border-radius: 6px;
  background: #fb5c7a;
}
.kk-page .answer-cards i:nth-child(2) {
  background: #58a9dc;
}
.kk-page .answer-cards i:nth-child(3) {
  background: #ffc758;
}
.kk-page .host-panel {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) 1fr;
  gap: 48px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(58, 77, 101, .10);
}
.kk-page .host-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #eaf9ff;
}
.kk-page .host-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1448 / 1086;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.kk-page .host-badge {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-radius: 28px;
  color: #333333;
  background: #d7fbff;
  text-align: center;
}
.kk-page .host-badge span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #fb5c7a;
  font-size: 54px;
  font-weight: 900;
}
.kk-page .host-badge strong {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .comfort-section .section-heading {
  margin-bottom: 0;
}
.kk-page .comfort-list li {
  border-radius: 8px;
  background: #ffffff;
}
.kk-page .reviews-section {
  background: #fffdf7;
}
.kk-page .reviews-section .section-heading {
  max-width: 880px;
}
.kk-page .review-note {
  max-width: 860px;
  border: 0;
  border-radius: 8px;
  color: #2d2d37;
  background: #eaf9ff;
}
.kk-page .review-note span {
  color: #fb5c7a;
}
.kk-page .review-note p {
  color: #4f6071;
}
.kk-page .faq-section {
  background: #e7f8ff;
}
.kk-page .faq-grid {
  max-width: 1080px;
  margin-inline: auto;
}
.kk-page .faq-item {
  border-radius: 0;
  box-shadow: none;
}
.kk-page .signup-section {
  overflow: hidden;
}
.kk-page .signup-section::after {
  content: "♪";
  position: absolute;
  right: 7vw;
  top: 42px;
  color: rgba(251, 92, 122, .18);
  font-size: 96px;
  font-weight: 900;
  pointer-events: none;
}
.kk-page .final-grid {
  position: relative;
  z-index: 1;
}
.kk-page .signup-form {
  border-radius: 8px;
}
.kk-page .other-section {
  padding-bottom: 96px;
  background: #ffffff;
}
.kk-page .other-card {
  border-radius: 8px;
}
.kk-page .schedule-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 38px;
  align-items: start;
}
.kk-page .schedule-card {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.kk-page .schedule-date {
  display: grid;
  place-items: center;
  min-height: 126px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(145deg, var(--pink), #f99aae);
  text-align: center;
}
.kk-page .schedule-date span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.kk-page .schedule-date strong {
  font-size: 20px;
}
.kk-page .schedule-info h3 {
  font-size: 22px;
}
.kk-page .schedule-info p {
  color: var(--muted);
}
.kk-page .schedule-info dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0 0;
}
.kk-page .schedule-info dl div {
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--blue-light);
}
.kk-page .schedule-info dt,
.kk-page .schedule-info dd {
  margin: 0;
}
.kk-page .schedule-info dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.kk-page .schedule-info dd {
  font-size: 14px;
  font-weight: 800;
}
.kk-page .atmosphere {
  padding: 82px 0;
}
.kk-page .atmosphere-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 44px;
  align-items: center;
}
.kk-page .atmosphere-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .28);
}
.kk-page .atmosphere-photo img {
  width: 100%;
}
.kk-page .host-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: center;
}
.kk-page .host-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.kk-page .host-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}
.kk-page .comfort-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 40px;
}
.kk-page .comfort-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kk-page .comfort-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}
.kk-page .comfort-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: var(--pink);
  font-weight: 900;
}
.kk-page .review-note {
  max-width: 760px;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: var(--dark-soft);
}
.kk-page .review-note span {
  color: var(--pink);
  font-size: 32px;
  line-height: 1;
}
.kk-page .review-note p {
  margin: 0;
}
.kk-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.kk-page .faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.kk-page .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.kk-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.kk-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--pink);
  background: var(--pink-soft);
}
.kk-page .faq-item[open] summary::after {
  content: "−";
  color: var(--white);
  background: var(--pink);
}
.kk-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height .25s ease, padding .25s ease;
}
.kk-page .faq-item[open] .faq-answer {
  max-height: 220px;
  padding: 0 20px 18px;
}
.kk-page .faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.kk-page .final-cta {
  padding: 78px 0;
}
.kk-page .final-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 48px;
  align-items: center;
}
.kk-page .final-grid > div p {
  color: var(--muted);
  font-size: 18px;
}
.kk-page .signup-form {
  padding: 26px;
  border: 1px solid rgba(239, 95, 125, .14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.kk-page .field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}
.kk-page .field span {
  font-size: 13px;
  font-weight: 900;
}
.kk-page .field b {
  color: var(--pink);
}
.kk-page .field input,
.kk-page .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: none;
  background: #fbfdff;
}
.kk-page .field input {
  height: 50px;
  padding: 0 15px;
}
.kk-page .field textarea {
  min-height: 88px;
  padding: 13px 15px;
  resize: vertical;
}
.kk-page .field input:focus,
.kk-page .field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(88, 169, 220, .16);
}
.kk-page .field input.is-invalid {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(239, 95, 125, .12);
}
.kk-page .consent {
  display: flex;
  gap: 10px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.kk-page .consent input {
  flex: 0 0 auto;
  margin-top: 2px;
}
.kk-page .consent a {
  color: var(--pink-dark);
}
.kk-page .form-status {
  min-height: 20px;
  margin: 10px 0 0;
  font-size: 13px;
  text-align: center;
}
.kk-page .form-status.is-success {
  color: #2f855a;
}
.kk-page .form-status.is-error {
  color: var(--pink-dark);
}
.kk-page .other-section {
  background: var(--bg);
}
.kk-page .other-events {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.kk-page .other-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.kk-page .other-card:hover,
.kk-page .other-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(251, 92, 122, .36);
  box-shadow: 0 18px 38px rgba(58, 77, 101, .14);
}
.kk-page .other-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pink);
  background: var(--pink-soft);
  font-weight: 900;
}
@media (max-width: 1080px) {
.kk-page .hero {
    min-height: 0;
    padding: 46px 0 54px;
  }
.kk-page .hero-box {
    min-height: 0;
  }
.kk-page .press-strip {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
.kk-page .event-tabs,
.kk-page .event-body dl {
    grid-template-columns: repeat(2, 1fr);
  }
.kk-page .event-card {
    grid-template-columns: 1fr;
  }
.kk-page .event-card .btn {
    justify-self: start;
  }
.kk-page .hero-stage,
.kk-page .schedule-layout,
.kk-page .comfort-grid,
.kk-page .story-grid {
    grid-template-columns: 1fr;
  }
.kk-page .host-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.kk-page .soft-cards.four {
    grid-template-columns: repeat(2, 1fr);
  }
.kk-page .schedule-card {
    grid-template-columns: 130px 1fr;
  }
.kk-page .schedule-card .btn {
    grid-column: 1 / -1;
  }


}
@media (max-width: 860px) {
.kk-page .media-schedule {
    padding-bottom: 58px;
  }
.kk-page .schedule-shell {
    margin-top: 28px;
  }
.kk-page .schedule-head {
    margin-bottom: 34px;
  }
.kk-page .event-tab {
    min-height: 104px;
    padding: 20px;
    font-size: 16px;
  }
.kk-page .event-tab-panel {
    padding: 28px 24px;
  }
.kk-page .event-meta {
    align-items: flex-start;
    flex-direction: column;
  }
.kk-page .story-grid {
    gap: 30px;
  }
.kk-page .story-copy {
    max-width: none;
  }
.kk-page .story-visual {
    min-height: 0;
  }
.kk-page .music-board {
    min-height: 320px;
  }
.kk-page .host-panel {
    grid-template-columns: 1fr;
    padding: 30px;
  }
.kk-page .host-badge {
    min-height: 190px;
  }
.kk-page .host-visual {
    max-width: 720px;
    margin-inline: auto;
    order: 2;
  }
.kk-page .host-copy {
    order: 1;
  }
.kk-page .hero-stage,
.kk-page .atmosphere-grid,
.kk-page .host-layout,
.kk-page .final-grid {
    grid-template-columns: 1fr;
  }
.kk-page .hero {
    padding-top: 42px;
  }
.kk-page .hero-visual {
    order: 2;
    margin: 24px 0 0;
    transform: none;
  }
.kk-page .hero-visual img {
    width: 100%;
    margin-inline: auto;
  }
.kk-page .soft-cards.three,
.kk-page .faq-grid,
.kk-page .other-events {
    grid-template-columns: 1fr;
  }
.kk-page .host-photo {
    max-width: 440px;
    margin-inline: auto;
  }
.kk-page .final-grid {
    gap: 28px;
  }
.kk-page .floating-phone-number {
    display: none;
  }
.kk-page .floating-phone {
    display: none;
  }

.floating-phone--mobile {
    display: none;
  }
.floating-phone__mobile-icon {
    width: 27px;
    height: 35px;
  }
.kk-page {
    padding-bottom: 72px;
  }


}
@media (max-width: 640px) {
.kk-page {
    font-size: 16px;
  }
.kk-page .container {
    width: min(calc(100% - 28px), var(--container));
  }
.kk-page .brand-copy strong {
    font-size: 17px;
  }
.kk-page .brand-copy small {
    display: none;
  }
.kk-page .hero {
    padding: 34px 0 42px;
  }
.kk-page .press-strip {
    min-height: auto;
    padding: 10px 0;
    font-size: 19px;
  }
.kk-page .press-logos {
    justify-content: center;
    gap: 10px;
  }
.kk-page .press-logos li {
    min-width: 42px;
    min-height: 30px;
    font-size: 13px;
  }
.kk-page .schedule-head h2 {
    font-size: 32px;
  }
.kk-page .schedule-head p {
    align-items: flex-start;
    font-size: 14px;
    text-align: left;
  }
.kk-page .schedule-head p span {
    font-size: 30px;
  }
.kk-page .event-tabs,
.kk-page .event-body dl {
    grid-template-columns: 1fr;
  }
.kk-page .event-tabs {
    gap: 8px;
  }
.kk-page .event-tab {
    min-height: 76px;
    align-items: center;
    border-radius: 16px;
    padding: 16px;
  }
.kk-page .event-tab i {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
.kk-page .event-tab-panel {
    margin-top: 10px;
    padding: 20px;
  }
.kk-page .event-date {
    display: grid;
    gap: 4px;
  }
.kk-page .event-date strong {
    font-size: 23px;
  }
.kk-page .event-body h3 {
    font-size: 23px;
  }
.kk-page .event-card .btn {
    width: 100%;
  }
.kk-page .story-section,
.kk-page .host-section,
.kk-page .comfort-section,
.kk-page .reviews-section,
.kk-page .faq-section,
.kk-page .signup-section,
.kk-page .other-section {
    padding: 58px 0;
  }
.kk-page .story-copy h2,
.kk-page .host-copy h2,
.kk-page .comfort-section h2,
.kk-page .reviews-section h2,
.kk-page .faq-section h2,
.kk-page .signup-section h2,
.kk-page .other-section h2 {
    font-size: 26px;
  }
.kk-page .music-board {
    min-height: 280px;
    border-radius: 22px;
  }
.kk-page .section-illustration,
.kk-page .story-visual,
.kk-page .host-visual {
    border-radius: 22px;
  }
.kk-page .section-illustration {
    margin-top: 24px;
  }
.kk-page .music-board p {
    left: 20px;
    bottom: 18px;
    font-size: 17px;
  }
.kk-page .mic-shape {
    width: 70px;
    height: 156px;
  }
.kk-page .answer-cards {
    right: 18px;
    bottom: 52px;
  }
.kk-page .answer-cards i {
    width: 28px;
    height: 24px;
  }
.kk-page .note,
.kk-page .heart {
    font-size: 34px;
  }
.kk-page .host-panel {
    padding: 20px;
    border-radius: 22px;
  }
.kk-page .host-badge {
    min-height: 150px;
    border-radius: 18px;
  }
.kk-page .host-badge span {
    width: 64px;
    height: 64px;
    font-size: 42px;
  }
.kk-page .host-badge strong {
    font-size: 20px;
  }
.kk-page .hero-box {
    min-height: auto;
    padding: 0;
  }
.kk-page .hero h1 {
    margin-bottom: 18px;
    font-size: 32px;
    text-align: left;
  }
.kk-page .hero-phone-card {
    position: static;
    width: 100%;
    min-width: 0;
    margin-bottom: 24px;
    padding: 13px 16px;
  }
.kk-page .hero-phone-card strong {
    font-size: 20px;
  }
.kk-page h1 {
    font-size: 31px;
  }
.kk-page h2 {
    font-size: 26px;
  }
.kk-page .hero-lead {
    margin-bottom: 14px;
    font-size: 18px;
  }
.kk-page .hero-note {
    margin-bottom: 18px;
    font-size: 16px;
  }
.kk-page .hero-price {
    margin-bottom: 26px;
    font-size: 18px;
  }
.kk-page .hero-inline-signup {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
  }
.kk-page .hero-inline-signup input,
.kk-page .hero-inline-signup .btn {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    border-radius: 3px;
  }
.kk-page .hero-event-link {
    width: 100%;
    margin-bottom: 18px;
    font-size: 15px;
  }
.kk-page .hero-benefits {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
  }
.kk-page .hero-benefits li {
    width: 100%;
    min-height: 36px;
    font-size: 14px;
  }
.kk-page .hero-trust {
    font-size: 18px;
  }
.kk-page .hero-visual {
    margin: 26px 0 0;
    transform: none;
  }
.kk-page .hero-visual img {
    width: 100%;
  }
.kk-page .fact-pills,
.kk-page .soft-cards.four,
.kk-page .comfort-list,
.kk-page .schedule-info dl {
    grid-template-columns: 1fr;
  }
.kk-page .hero-actions,
.kk-page .center-action {
    display: grid;
  }
.kk-page .hero-actions .btn,
.kk-page .center-action .btn {
    width: 100%;
  }
.kk-page .section,
.kk-page .atmosphere,
.kk-page .final-cta {
    padding: 58px 0;
  }
.kk-page .soft-card,
.kk-page .schedule-card,
.kk-page .signup-form {
    padding: 20px;
  }
.kk-page .schedule-card {
    grid-template-columns: 1fr;
  }
.kk-page .schedule-date {
    min-height: 96px;
  }
.kk-page .atmosphere-photo,
.kk-page .host-photo {
    border-radius: 22px;
  }
.kk-page .faq-item summary {
    padding: 16px 48px 16px 16px;
  }


}
@media (max-width: 380px) {
.kk-page h1 {
    font-size: 28px;
  }
.kk-page h2 {
    font-size: 23px;
  }
.kk-page .brand-heart {
    width: 38px;
    height: 38px;
  }


}
@media (prefers-reduced-motion: reduce) {
.kk-page {
    scroll-behavior: auto;
  }
.kk-page *,
.kk-page *::before,
.kk-page *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }


}
.kk-page .faq-section {
  background: #e7f8ff;
}
.kk-page .faq-section .section-heading {
  max-width: 1000px;
  margin-bottom: 42px;
}
.kk-page .faq-section .eyebrow {
  display: none;
}
.kk-page .faq-section h2 {
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.08;
}
.kk-page .faq-grid {
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin-inline: auto;
}
.kk-page .faq-item {
  align-self: start;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}
.kk-page .faq-item summary {
  position: relative;
  min-height: 0;
  padding: 20px 62px 20px 22px;
  color: #2d2d37;
  cursor: pointer;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
  text-transform: uppercase;
}
.kk-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.kk-page .faq-item summary::before {
  content: none;
}
.kk-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fb5c7a;
  background: #ffe2ec;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  transform: translateY(-50%);
}
.kk-page .faq-item[open] summary::after {
  content: "−";
  color: #ffffff;
  background: #fb5c7a;
}
.kk-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height .25s ease, padding .25s ease;
}
.kk-page .faq-item[open] .faq-answer {
  max-height: 420px;
  padding: 0 22px 20px;
}
.kk-page .faq-answer p {
  margin: 0;
  color: #4f6071;
  font-size: 17px;
  line-height: 1.55;
}
@media (max-width: 860px) {
.kk-page .faq-grid {
    gap: 12px;
  }
.kk-page .faq-item summary {
    font-size: 21px;
  }


}
@media (max-width: 640px) {
.kk-page .faq-section .section-heading {
    margin-bottom: 28px;
  }
.kk-page .faq-section h2 {
    font-size: 30px;
  }
.kk-page .faq-grid {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
.kk-page .faq-item {
    min-height: 0;
  }
.kk-page .faq-item summary {
    min-height: 0;
    padding: 17px 54px 17px 18px;
    font-size: 17px;
    line-height: 1.28;
  }
.kk-page .faq-item summary::after {
    right: 17px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
.kk-page .faq-answer {
    padding: 0 18px;
  }
.kk-page .faq-item[open] .faq-answer {
    max-height: 520px;
    padding: 0 18px 18px;
  }


}



.kk-page .kk-schedule .kk-schedule-events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kk-page .kk-schedule-empty {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.kk-page .media-schedule {
  padding: 34px 0 70px;
  background: #ffffff;
}

.kk-page .schedule-shell {
  max-width: 1110px;
  margin: 34px auto 0;
  padding: 0;
}

.kk-page .schedule-head {
  margin-bottom: 30px;
  text-align: center;
}

.kk-page .schedule-head h2 {
  margin-bottom: 12px;
  color: #303044;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.kk-page .schedule-head p {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
  color: #546079;
  font-size: 17px;
  line-height: 1.45;
}

.kk-page .schedule-head p span {
  color: var(--blue-dark);
  font-size: 26px;
  line-height: 1.1;
}

.kk-page .kk-schedule-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
}

.kk-page .kk-schedule-tab {
  min-height: 88px;
  border: 0;
  border-radius: 20px 20px 0 0;
  padding: 18px 20px;
  color: #c9f5ff;
  background: #565656;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s, color .18s, transform .18s;
}

.kk-page .kk-schedule-tab:first-child {
  border-radius: 20px 20px 0 0;
}

.kk-page .kk-schedule-tab:last-child {
  border-radius: 20px 20px 0 0;
}

.kk-page .kk-schedule-tab:hover {
  transform: translateY(-2px);
}

.kk-page .kk-schedule-tab.is-active {
  color: #27364c;
  background: #c9f7ff;
}

.kk-page .kk-schedule-panel[hidden] {
  display: none;
}

.kk-page .kk-schedule-panel {
  animation: kkScheduleFade .18s ease-out;
}

@keyframes kkScheduleFade {
  from {
    opacity: .65;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kk-page .kk-schedule-events {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kk-page .kk-event-card {
  display: block;
  overflow: hidden;
  border: 6px solid #d7f6f8;
  border-top: 0;
  background: #f5fbff;
  box-shadow: none;
}

.kk-page .kk-event-card:first-child {
  border-top: 6px solid #d7f6f8;
}

.kk-page .kk-event-top {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 20px 34px;
  background: #ffffff;
}

.kk-page .kk-event-date {
  display: grid;
  gap: 4px;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  color: #27364c;
  background: transparent;
}

.kk-page .kk-event-date span {
  color: #303044;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}

.kk-page .kk-event-date strong {
  color: #202238;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.kk-page .kk-event-time {
  position: relative;
  color: #202238;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.kk-page .kk-event-time::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 16px 4px 0;
  border-radius: 50%;
  background: var(--pink);
}

.kk-page .kk-event-participants {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: #202238;
  font-size: 18px;
  line-height: 1.2;
}

.kk-page .kk-event-participants-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  color: #90d1df;
}

.kk-page .kk-event-participants-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: currentColor;
}

.kk-page .kk-event-details {
  display: grid;
  grid-template-columns: 204px minmax(210px, 1fr) minmax(250px, 1.25fr) 190px;
  gap: 38px;
  align-items: start;
  padding: 40px 34px 30px;
}

.kk-page .kk-event-photo {
  margin: 2px 0 0;
  width: 100%;
  height: 202px;
  overflow: hidden;
  background: #d7f6f8;
}

.kk-page .kk-event-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kk-page .kk-event-place,
.kk-page .kk-event-promos,
.kk-page .kk-event-price {
  min-width: 0;
}

.kk-page .kk-event-place h3,
.kk-page .kk-event-promos h3,
.kk-page .kk-event-price h3 {
  margin: 0 0 10px;
  color: #202238;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.kk-page .kk-event-place span,
.kk-page .kk-event-promos li,
.kk-page .kk-event-promos p {
  color: #202238;
  font-size: 16px;
  line-height: 1.35;
}

.kk-page .kk-event-place span {
  display: block;
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
}

.kk-page .kk-event-location::before,
.kk-page .kk-event-subway::before,
.kk-page .kk-event-promos li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--pink);
  font-weight: 900;
}

.kk-page .kk-event-location::before {
  content: "●";
}

.kk-page .kk-event-subway::before {
  content: "м";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--pink);
  font-size: 11px;
  line-height: 1;
}

.kk-page .kk-event-place a,
.kk-page .kk-event-promos a,
.kk-page .kk-event-price .btn_light a {
  color: #317593;
  font-size: 16px;
  text-decoration: none;
}

.kk-page .kk-event-promos ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kk-page .kk-event-promos li {
  position: relative;
  padding-left: 28px;
}

.kk-page .kk-event-promos li::before {
  content: "♥";
  top: 0;
}

.kk-page .kk-event-promos li span,
.kk-page .kk-event-promos li a {
  display: block;
}

.kk-page .kk-promo-accent {
  color: var(--pink);
}

.kk-page .kk-event-price-line {
  margin: 0 0 12px;
}

.kk-page .kk-event-price-line .kk-price-values {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.kk-page .kk-event-price-line .price-current {
  font-size: 18px;
}

.kk-page .kk-event-price .btn {
  width: 124px;
  min-height: 48px;
  padding: 0;
  border-radius: 2px;
  background: var(--pink);
  box-shadow: none;
}

.kk-page .kk-event-price .btn a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.kk-page .kk-event-price .btn_light {
  margin-top: 14px;
}

.kk-page .kk-event-price .btn_light a {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.kk-page .kk-event-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kk-page .kk-event-badges li {
  padding: 7px 10px;
  border-radius: 999px;
  color: #3e617f;
  background: #e7f8ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.kk-page .kk-event-badges li.kk-event-price-badge {
  background: #fff1f4;
}
.kk-page .kk-event-badges .kk-price {
  gap: 3px 7px;
}
.kk-page .kk-event-badges .price-current {
  font-size: 14px;
}

.kk-page .kk-card-action {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.kk-page .kk-card-action .btn {
  width: 100%;
  min-height: 48px;
  padding: 0;
  border-radius: 4px;
  background: var(--pink);
  box-shadow: 0 10px 20px rgba(239, 95, 125, .22);
}

.kk-page .kk-card-action .btn a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.kk-page .kk-schedule-empty {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 0 0 18px 18px;
  background: #f7fcff;
  box-shadow: 0 14px 30px rgba(58, 77, 101, .08);
}

.kk-page .kk-schedule-empty h3 {
  margin: 0;
  color: #303044;
  font-size: 24px;
}

.kk-page .kk-schedule-empty p {
  max-width: 640px;
  margin: 0 auto;
  color: #505b72;
}

@media (max-width: 980px) {
  .kk-page .kk-schedule-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .kk-page .kk-schedule-tab {
    flex: 1 0 210px;
    min-width: min(240px, 82vw);
    scroll-snap-align: start;
  }

  .kk-page .kk-event-card {
    display: block;
  }

  .kk-page .kk-event-details {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
  }

  .kk-page .kk-event-promos,
  .kk-page .kk-event-price {
    grid-column: 2;
  }

  .kk-page .kk-card-action .btn a {
    min-height: 52px;
  }
}

@media (max-width: 640px) {
  .kk-page .media-schedule {
    padding: 24px 0 56px;
  }

  .kk-page .schedule-head {
    margin-bottom: 24px;
  }

  .kk-page .schedule-head h2 {
    font-size: 30px;
  }

  .kk-page .schedule-head p {
    font-size: 15px;
    text-align: left;
  }

  .kk-page .kk-event-card {
    padding: 0;
  }

  .kk-page .kk-schedule-empty {
    padding: 22px;
  }

  .kk-page .kk-event-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    min-height: 0;
    padding: 18px;
  }

  .kk-page .kk-event-time {
    text-align: right;
  }

  .kk-page .kk-event-time::before {
    margin-right: 10px;
  }

  .kk-page .kk-event-participants {
    grid-column: 1 / -1;
    margin-left: 0;
    font-size: 16px;
  }

  .kk-page .kk-event-details {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 18px;
  }

  .kk-page .kk-event-promos,
  .kk-page .kk-event-price {
    grid-column: auto;
  }

  .kk-page .kk-event-date strong {
    font-size: 22px;
  }

  .kk-page .kk-event-time {
    font-size: 22px;
  }

  .kk-page .kk-event-place h3,
  .kk-page .kk-event-promos h3,
  .kk-page .kk-event-price h3 {
    font-size: 20px;
  }

  .kk-page .kk-event-price .btn {
    width: min(180px, 100%);
  }
}
