.lok-page {
  --lok-blue: #3663f6;
  --lok-blue-dark: #244fe8;
  --lok-navy: #000c29;
  --lok-yellow: #fff447;
  --lok-muted: #737b8c;
  --lok-line: #e4e8f0;
  --lok-soft: #f3f4f6;
  --lok-soft-blue: #edf3ff;
  --lok-green: #00d563;
  --lok-radius-sm: 12px;
  --lok-radius-md: 16px;
  --lok-radius-lg: 20px;
  --lok-radius-xl: 24px;
  --lok-shadow: 0 16px 40px rgba(0, 12, 41, .06);
  color: var(--lok-navy);
  background: #fff;
  overflow-x: clip;
}

.lok-page *,
.lok-page *::before,
.lok-page *::after { box-sizing: border-box; }
.lok-page a { color: inherit; text-decoration: none; }
.lok-page img { display: block; max-width: 100%; }
.lok-page svg { width: 1em; height: 1em; flex: 0 0 auto; }

.lok-container { width: min(calc(100% - 64px), 1440px); margin-inline: auto; }
.lok-section { padding: 40px 0; }

.lok-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--lok-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.lok-h2 {
  margin: 0;
  color: var(--lok-navy);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 700;
}
.lok-lead {
  max-width: none;
  margin: 18px 0 0;
  color: var(--lok-muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}
.lok-blue { color: var(--lok-blue); }

.lok-stars,
.lok-review-stars,
.lok-rating-stars {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 4px;
  color: var(--lok-yellow);
  line-height: 1;
  white-space: nowrap;
}

.lok-stars{
  border: 1px solid;
  padding: 8px 12px !important;
  border-radius: 999px;
}

/* ---------- Przyciski wspólne ---------- */
.lok-page .custom-btn-3,
.lok-page .custom-btn-7,
.lok-soft-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 100%;
  gap: 10px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}
.lok-page .custom-btn-3 {
  min-height: 46px !important;
  padding: 7px 7px 7px 16px !important;
  border: 1px solid var(--lok-yellow) !important;
  background: var(--lok-yellow) !important;
  color: var(--lok-navy) !important;
}
.lok-page .custom-btn-7 {
  min-height: 48px !important;
  padding: 7px 7px 7px 14px !important;
  border: 1px solid var(--lok-blue) !important;
  background: #fff !important;
  color: var(--lok-blue) !important;
}
.lok-page .btn-text-3,
.lok-page .btn-text-7,
.lok-soft-btn {
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
}
.lok-page .btn-icon-3,
.lok-page .btn-icon-7,
.lok-soft-btn svg {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
}
.lok-page .btn-icon-3 { background: #fff !important; }
.lok-page .btn-icon-7,
.lok-soft-btn svg { background: var(--lok-blue) !important; color: #fff !important; }
.lok-page .btn-icon-3::before,
.lok-page .btn-icon-7::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lok-page .btn-icon-3::before {
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='27' viewBox='0 0 48 27'%3E%3Cpath d='M2.28 15.28h38.28l-7.17 7.17c-2.06 2.06 1.03 5.15 3.09 3.09l10.89-10.91a2.18 2.18 0 0 0 0-3.07L36.48.66A2.2 2.2 0 0 0 34.9 0c-1.92 0-2.88 2.28-1.6 3.66l7.28 7.26H2.17c-2.97.15-2.8 4.36-.04 4.37l.15-.01Z' fill='%23000c29'/%3E%3C/svg%3E");
}
.lok-page .btn-icon-7::before {
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M16 0h26.67C45.87 0 48 2.13 48 5.33V32a5.33 5.33 0 0 1-10.67 0V18.13L9.07 46.4a5.1 5.1 0 0 1-3.74 1.6c-1.6 0-2.66-.53-3.73-1.6a5.13 5.13 0 0 1 0-7.47l28.27-28.26H16A5.33 5.33 0 1 1 16 0Z' fill='%23fff'/%3E%3C/svg%3E");
}
.lok-page .custom-btn-3:hover { background: rgba(54, 99, 246, .1) !important; border-color: rgba(54, 99, 246, .1) !important; }
.lok-page .custom-btn-3:hover .btn-text-3 { color: var(--lok-blue) !important; }
.lok-page .custom-btn-3:hover .btn-icon-3 { background: var(--lok-blue) !important; }
.lok-page .custom-btn-3:hover .btn-icon-3::before { filter: brightness(0) invert(1); }
.lok-page .custom-btn-7:hover { background: var(--lok-blue) !important; border-color: var(--lok-blue) !important; }
.lok-page .custom-btn-7:hover .btn-text-7 { color: #fff !important; }
.lok-page .custom-btn-7:hover .btn-icon-7 { background: var(--lok-yellow) !important; }
.lok-page .custom-btn-7:hover .btn-icon-7::before { filter: brightness(0) saturate(100%) invert(5%) sepia(65%) saturate(2433%) hue-rotate(214deg) brightness(83%) contrast(110%); }
.lok-page .custom-btn-7 img { width: 32px !important; height: 32px !important; object-fit: contain !important; flex: 0 0 32px !important; margin: 0 !important; }

.lok-soft-btn {
  position: relative !important;
  flex-direction: row-reverse !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 7px 54px 7px 16px !important;
  background: var(--lok-soft) !important;
  color: var(--lok-navy) !important;
  text-align: center !important;
}
.lok-soft-btn svg { position: absolute !important; right: 7px !important; order: 0; padding: 8px !important; margin: 0 !important; }

/* ---------- Hero ---------- */
.lok-hero { padding: clamp(46px, 5vw, 74px) 0 0; background: #fff; }
.lok-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, .9fr);
  align-items: center;
  gap: clamp(54px, 6vw, 104px);
}
.lok-hero h1 {
  margin: 0;
  color: var(--lok-navy);
  font-size: clamp(48px, 4.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 700;
}
.lok-hero h1 .lok-dzielnica,
.lok-hero h1 .lok-dzielnice-inline { display: inline !important; color: var(--lok-blue) !important; }
.lok-hero-opis { max-width: 560px; margin: 26px 0 0; color: var(--lok-muted); font-size: 17px; line-height: 1.62; font-weight: 500; }
.lok-hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.lok-hero-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 36px; max-width: 560px; margin-top: 30px; }
.lok-trust-item { min-height: 48px !important; display: flex; align-items: center !important; gap: 12px; color: var(--lok-navy); font-size: 15px; line-height: 1.22; font-weight: 700; }
.lok-trust-item span { width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; flex: 0 0 44px !important; display: grid; place-items: center; border-radius: 10px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 17px; }

.lok-hero-visual { position: relative; }
.lok-hero-slider { position: relative; height: clamp(390px, 35vw, 500px); overflow: hidden; border-radius: var(--lok-radius-xl); background: #eaf1ff; }
.lok-hero-slider.is-placeholder { background: var(--lok-blue); }
.lok-hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.015); transition: opacity .45s ease, transform .7s ease; }
.lok-hero-slide.is-active { opacity: 1; transform: scale(1); }
.lok-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.lok-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .92) !important;
  color: var(--lok-navy) !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 8px 22px rgba(0, 12, 41, .12) !important;
  transform: translateY(-50%);
  cursor: pointer;
}
.lok-slider-arrow svg { width: 16px; height: 16px; }
.lok-slider-arrow--prev { left: 16px; }
.lok-slider-arrow--prev svg { transform: rotate(180deg); }
.lok-slider-arrow--next { right: 16px; }
.lok-slider-dots { position: absolute; z-index: 6; top: 18px; right: 20px; display: flex; align-items: center; gap: 8px; }
.lok-slider-dot { width: 8px !important; height: 8px !important; min-width: 8px !important; padding: 0 !important; border: 0 !important; border-radius: 99px !important; background: rgba(255,255,255,.65) !important; cursor: pointer; }
.lok-slider-dot.is-active { width: 28px !important; background: var(--lok-yellow) !important; }
.lok-hero-slider.is-placeholder .lok-slider-dots,
.lok-hero-slider.is-placeholder .lok-slider-arrow { display: none !important; }
.lok-hero-car { position: absolute; left: 50%; bottom: 54px; width: 152px; height: 96px; transform: translateX(-50%); opacity: .34; }
.lok-hero-car::before { content: ""; position: absolute; inset: 0; background: #87a4ff; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 110' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 61h6c5-18 19-29 40-29h35c20 0 34 11 40 29h5c7 0 13 6 13 13s-6 13-13 13h-7a25 25 0 0 1-49 0H79a25 25 0 0 1-49 0h-2c-9 0-16-7-16-16 0-6 5-10 8-12l11-24c5-11 15-17 27-17h49c14 0 28 8 34 22l8 21h-13l-7-17c-4-9-12-14-22-14H59c-7 0-13 4-16 11L31 61Zm24 42a16 16 0 1 0 0-32 16 16 0 0 0 0 32Zm71 0a16 16 0 1 0 0-32 16 16 0 0 0 0 32Z'/%3E%3C/svg%3E") center/contain no-repeat; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 110' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 61h6c5-18 19-29 40-29h35c20 0 34 11 40 29h5c7 0 13 6 13 13s-6 13-13 13h-7a25 25 0 0 1-49 0H79a25 25 0 0 1-49 0h-2c-9 0-16-7-16-16 0-6 5-10 8-12l11-24c5-11 15-17 27-17h49c14 0 28 8 34 22l8 21h-13l-7-17c-4-9-12-14-22-14H59c-7 0-13 4-16 11L31 61Zm24 42a16 16 0 1 0 0-32 16 16 0 0 0 0 32Zm71 0a16 16 0 1 0 0-32 16 16 0 0 0 0 32Z'/%3E%3C/svg%3E") center/contain no-repeat; }
.lok-hero-car span,
.lok-hero-car i,
.lok-hero-car b { display: none !important; }
.lok-hero-slider.is-placeholder .lok-hero-car { top: 56%; bottom: auto; width: 150px; height: 150px; display: grid; place-items: center; transform: translate(-50%, -50%); color: rgba(255,255,255,.22); opacity: 1; }
.lok-hero-slider.is-placeholder .lok-hero-car::before { display: none !important; }
.lok-hero-slider.is-placeholder .lok-hero-car svg { width: 150px; height: 150px; display: block; }
.lok-hero-badge { position: absolute; left: -24px; bottom: -24px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 2px 16px; min-width: 235px; padding: 18px 22px; border: 1px solid var(--lok-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 40px rgba(0,12,41,.1); }
.lok-hero-badge span { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--lok-yellow); color: var(--lok-navy); font-size: 23px; }
.lok-hero-badge strong { font-size: 18px; line-height: 1; }
.lok-hero-badge small { color: var(--lok-muted); font-size: 14px; }

.lok-trust-bar { display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin-top: 70px; padding: 26px 0 34px; border-top: 1px solid var(--lok-line); }
.lok-trust-proof { display: flex !important; flex-direction: column; align-items: flex-start !important; justify-content: center; gap: 12px; padding-right: 42px; text-align: left !important; }
.lok-trust-proof strong { display: block; font-size: 15px; }

.lok-trust-proof .lok-stars svg { width: 15px; height: 15px; }
.lok-trust-count { display: block !important; padding-left: 42px; border-left: 1px solid var(--lok-line); font-size: 18px; }
.lok-trust-count .lok-blue { font-size: 22px; }
.lok-trust-bar span { display: block; margin-top: 6px; color: var(--lok-muted); font-size: 14px; }

/* ---------- Kategorie ---------- */
.lok-categories { background: #fff; }
.lok-categories-head { max-width: 860px; }
.lok-categories-head .lok-lead { margin-top: 16px !important; }
.lok-categories-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.lok-category-card { position: relative; display: grid; align-content: start; gap: 14px; min-height: 205px; padding: 28px !important; border: 1px solid var(--lok-line); border-radius: 22px; background: #fff; color: var(--lok-navy); box-shadow: 0 16px 40px rgba(0,12,41,.035); overflow: hidden; transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
a.lok-category-card:hover { border-color: var(--lok-blue); transform: translateY(-2px); box-shadow: 0 20px 44px rgba(0,12,41,.07); }
.lok-category-icon { width: 64px !important; height: 64px !important; min-width: 64px !important; min-height: 64px !important; display: grid !important; place-items: center !important; overflow: hidden !important; border-radius: 16px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 27px; }
.lok-category-icon svg { width: 27px; height: 27px; }
.lok-category-icon img,
.lok-category-custom-icon { display: block !important; width: 34px !important; height: 34px !important; max-width: 34px !important; max-height: 34px !important; object-fit: contain !important; }
.lok-category-number { position: absolute; top: 30px; right: 28px; color: #d8dce5; font-size: 20px; line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.lok-category-card h3 { margin: 12px 34px 0 0; color: var(--lok-navy); font-size: 24px; line-height: 1.12; letter-spacing: -.035em; font-weight: 700; }
.lok-category-card p { margin: 0; color: var(--lok-muted); font-size: 15px; line-height: 1.55; font-weight: 500; }
.lok-category-card em { justify-self: start; display: inline-flex; align-items: center; min-height: 30px; padding: 7px 12px; border-radius: 999px; background: #eafff3; color: #00ba5d; font-size: 13px; line-height: 1; font-style: normal; font-weight: 700; }
.lok-category-card i { position: absolute; right: 26px; bottom: 24px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--lok-soft); color: #59616d; transition: background-color .22s ease, color .22s ease, transform .22s ease; }
.lok-category-card i svg { width: 15px; height: 15px; }
a.lok-category-card:hover i { background: var(--lok-blue); color: #fff; transform: translateX(2px); }

/* ---------- Sekcja lokalizacji/mapy ---------- */
.lok-location { background: #fff; }
.lok-location-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.05fr); gap: 28px; margin-top: 42px; }
.lok-location-card,
.lok-map-card,
.lok-benefit-card,
.lok-review-card,
.lok-word-card,
.lok-word-points,
.lok-faq-item { border: 1px solid var(--lok-line); border-radius: var(--lok-radius-xl); background: #fff; }
.lok-location-card { padding: 36px; }
.lok-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 13px; line-height: 1; font-weight: 700; }
.lok-location-card h3,
.lok-office-address { margin: 24px 0 14px; font-size: clamp(28px, 2.3vw, 36px); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
.lok-open-hours { display: flex; align-items: center; gap: 9px; color: var(--lok-muted); font-size: 18px; font-weight: 700; }
.lok-open-hours--infolinia { margin-top: 8px; }
.lok-location-card hr { border: 0; height: 1px; background: var(--lok-line); margin: 28px 0; }
.lok-card-label { margin: 0 0 14px; color: var(--lok-muted); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.lok-start-list { display: grid; gap: 12px; }
.lok-start-point { display: grid; grid-template-columns: 54px 1fr; gap: 2px 16px; align-items: center; padding: 18px; border: 1px solid var(--lok-line); border-radius: 18px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.lok-start-point:hover { border-color: var(--lok-blue); transform: translateY(-1px); }
.lok-start-point span { grid-row: span 3; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--lok-blue); color: #fff; font-size: 22px; font-weight: 700; }
.lok-start-point strong { margin: 0 !important; font-size: 19px; line-height: 1.2; }
.lok-start-categories { display: block !important; grid-column: 2 !important; color: var(--lok-blue) !important; font-size: 14px !important; line-height: 1.35 !important; font-weight: 700 !important; }
.lok-start-categories b { color: var(--lok-navy) !important; font-weight: 700 !important; }
.lok-start-address { display: block !important; grid-column: 2 !important; color: var(--lok-muted); font-size: 16px; line-height: 1.35; }
.lok-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.lok-map-card { overflow: hidden; min-height: 100%; display: flex; flex-direction: column; }
.lok-map { flex: 1; min-height: 390px; background: #eef2f7; z-index: 1; }
.lok-map.is-empty { display: grid; place-items: center; padding: 30px; color: var(--lok-muted); font-weight: 700; }
.lok-map-pin { background: transparent; border: 0; }
.lok-map-pin span { width: 40px; height: 40px; display: grid; place-items: center; background: var(--lok-blue); color: #fff; border-radius: 50% 50% 50% 11px; transform: rotate(-45deg); font-weight: 700; box-shadow: 0 10px 26px rgba(54,99,246,.32); }
.lok-map-pin b { display: block; transform: rotate(45deg); font-size: 15px; }
.lok-map-footer { display: none !important; }

/* ---------- Korzyści ---------- */
.lok-benefits { background: var(--lok-soft); border-radius: var(--lok-radius-lg); }
.lok-benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.lok-benefit-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: start; gap: 16px; min-height: 150px; padding: 28px; box-shadow: none; }
.lok-benefit-card > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: var(--lok-blue); color: #fff; font-size: 28px; }
.lok-benefit-card.is-featured > span { background: var(--lok-yellow); color: var(--lok-navy); }
.lok-benefit-card > span svg { width: 28px; height: 28px; }
.lok-benefit-card > span.has-custom-icon { background: var(--lok-soft-blue) !important; color: var(--lok-blue) !important; overflow: hidden !important; }
.lok-benefit-card > span.has-custom-icon img { display: block !important; width: 28px !important; height: 28px !important; max-width: 28px !important; max-height: 28px !important; object-fit: contain !important; margin: 0 !important; }
.lok-benefit-card h3 { margin: 0; font-size: 24px !important; line-height: 1.18 !important; font-weight: 700; }
.lok-benefit-card p { margin: 8px 0 0; color: var(--lok-muted); font-size: 16px; line-height: 1.52; font-weight: 500; }

/* ---------- Cennik ---------- */
.lok-pricing { background: #fff; }
.lok-pricing-card { display: grid; grid-template-columns: 1fr !important; align-items: stretch; overflow: hidden; border: 1px solid var(--lok-line); border-radius: 34px; background: #fff; box-shadow: var(--lok-shadow); }
.lok-pricing-card .lok-pricing-hero { display: flex; flex-direction: column; justify-content: center; min-height: 0 !important; margin: 0; padding: 38px 46px !important; background: var(--lok-navy); color: #fff; }
.lok-pricing-card .lok-eyebrow { color: var(--lok-yellow); }
.lok-pricing-card .lok-pricing-hero h2 { max-width: 860px !important; margin: 0; color: #fff; font-size: clamp(34px, 3.1vw, 52px); line-height: 1.12; letter-spacing: -.04em; }
.lok-pricing-card .lok-pricing-hero p { max-width: 760px !important; margin: 16px 0 0 !important; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.55; }
.lok-pricing-badge { width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 20px !important; padding: 13px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; font-size: 17px; font-weight: 700; }
.lok-pricing-badge svg { color: var(--lok-yellow); }
.lok-pricing-content { display: flex; flex-direction: column; justify-content: center; padding: 36px 46px 44px !important; }
.lok-price-switch { display: inline-flex; width: fit-content; gap: 6px; margin: 0 0 22px; padding: 6px; border-radius: 999px; background: var(--lok-soft); box-shadow: inset 0 0 0 1px rgba(0,12,41,.03); }
.lok-price-switch button { border: 0 !important; border-radius: 999px !important; background: transparent !important; color: #747474 !important; padding: 13px 28px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer; }
.lok-price-switch button.is-active { background: #fff !important; color: var(--lok-blue) !important; box-shadow: 0 1px 2px rgba(0,12,41,.05); }
.lok-price-panel { display: none; }
.lok-price-panel.is-active { display: block; }
.lok-price-scroll { display: grid; gap: 14px; overflow: visible; padding: 0; }
.lok-price-card,
.lok-lesson-card { display: grid !important; grid-template-columns: 64px minmax(0, 1fr) minmax(150px, max-content) 48px !important; align-items: center !important; gap: 20px; min-height: 0 !important; padding: 22px 24px; border: 1px solid var(--lok-line); border-radius: var(--lok-radius-lg); background: #fff; box-shadow: none; }
.lok-price-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 29px; }
.lok-price-icon svg { width: 29px; height: 29px; }
.lok-price-icon img,
.lok-price-custom-icon { display: block !important; width: 34px !important; height: 34px !important; max-width: 34px !important; max-height: 34px !important; object-fit: contain !important; }
.lok-price-title { margin: 0 !important; color: var(--lok-navy); font-size: 22px !important; line-height: 1.14 !important; letter-spacing: -.02em; font-weight: 600; }
.lok-price-main p { display: none !important; }
.lok-price-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 9px !important; margin-top: 10px; color: #747474; font-size: 16px; line-height: 1.25; font-weight: 700; }
.lok-price-tags span { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.lok-price-tags svg { width: 18px !important; height: 18px !important; color: #858585; flex: 0 0 18px; }
.lok-price-bottom { display: contents !important; }
.lok-price-amount { display: flex !important; flex-direction: column !important; align-items: flex-end !important; justify-content: center !important; gap: 6px !important; min-width: 0 !important; }
.lok-price-amount strong,
.lok-pricing-content .lok-price-bottom .lok-price-amount strong,
.lok-pricing-content .lok-lesson-card .lok-price-bottom .lok-price-amount strong { display: block; color: var(--lok-navy); font-size: 24px !important; line-height: 1.08 !important; letter-spacing: -.035em !important; white-space: nowrap !important; }
.lok-price-amount small,
.lok-pricing-content .lok-price-bottom .lok-price-amount small { display: block; color: #777 !important; font-size: 14px !important; line-height: 1.2 !important; font-weight: 700 !important; text-align: right; white-space: nowrap !important; }
.lok-price-cta { width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; display: grid !important; place-items: center !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: var(--lok-soft) !important; color: #59616d !important; justify-self: end !important; align-self: center !important; }
.lok-price-cta span { display: none; }
.lok-price-cta svg { width: 18px !important; height: 18px !important; padding: 0; background: transparent; color: currentColor; }
.lok-pricing-main-cta { align-self: flex-end; margin-top: 28px; }

/* ---------- Opinie ---------- */
.lok-reviews { overflow: hidden; border-radius: var(--lok-radius-lg); background: var(--lok-soft); }
.lok-reviews .lok-container { text-align: center; }
.lok-reviews-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; margin-bottom: 42px; text-align: left; }
.lok-reviews-head .lok-h2 { max-width: 620px; }
.lok-rating { display: flex; align-items: center; gap: 16px; }
.lok-rating > strong { color: var(--lok-blue); font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.lok-rating > span { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; }
.lok-rating-stars { padding: 8px 12px; border-radius: 999px; background: #fff; }
.lok-rating-stars svg { width: 14px; height: 14px; }
.lok-rating small { display: block; color: var(--lok-muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.lok-review-marquee { overflow: visible; padding: 0; text-align: left; }
.lok-review-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 28px; width: auto; animation: none !important; transform: none !important; }
.lok-review-card { height: 100%; display: flex; flex-direction: column; padding: 36px; border: 0; border-radius: var(--lok-radius-xl); background: #fff; box-shadow: 0 16px 40px rgba(0,12,41,.04); }
.lok-review-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.lok-review-place { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 14px; line-height: 1; font-weight: 700; white-space: nowrap; }
.lok-review-place svg { width: 15px; height: 15px; }
.lok-review-card p { flex: 1; margin: 22px 0; color: var(--lok-navy); font-size: 16px; line-height: 1.55; font-weight: 400; }
.lok-review-author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.lok-avatar { width: 54px; height: 54px; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 50%; background: var(--lok-blue); color: #fff !important; font-size: 17px; font-weight: 700; line-height: 1 !important; letter-spacing: 0 !important; }
.lok-review-author strong { display: block; font-size: 15px; }
.lok-review-author span { display: block; margin-top: 4px; color: var(--lok-muted); font-size: 14px; }
.lok-reviews .lok-reviews-cta { display: inline-flex !important; width: auto !important; margin: 52px auto 0 !important; }

/* ---------- Instruktorzy ---------- */
.lok-instructors { background: #fff; }
.lok-instructor-scroll { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; align-items: stretch; gap: 18px; margin-top: 36px; overflow: visible; }
.lok-instructor-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--lok-line); border-radius: var(--lok-radius-lg); background: #fff; box-shadow: none; }
.lok-instructor-card.is-featured { border: 1px solid #e5e7eb; filter: drop-shadow(0 2px 8px rgba(0,12,41,.06)); }
.lok-instructor-photo { position: relative !important; flex: 0 0 180px !important; height: 180px !important; min-height: 180px !important; max-height: 180px !important; display: grid !important; place-items: center !important; overflow: hidden !important; background: radial-gradient(circle at 68% 18%, rgba(255,244,71,.2), transparent 18%), linear-gradient(145deg, #3563f6 0%, #061842 100%); color: #fff; }
.lok-instructor-photo > img:not(.lok-instructor-avatar-img) { display: none !important; }
.lok-instructor-avatar { position: relative !important; z-index: 1 !important; width: 92px !important; height: 92px !important; min-width: 92px !important; min-height: 92px !important; display: grid !important; place-items: center !important; overflow: hidden !important; border-radius: 50% !important; margin: 0 !important; padding: 0 !important; background: rgba(255,255,255,.15) !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.22) !important; color: #fff !important; font-size: 28px !important; line-height: 1 !important; font-weight: 700 !important; }
.lok-instructor-avatar.has-photo { background: rgba(255,255,255,.18) !important; }
.lok-instructor-avatar img,
.lok-instructor-avatar-img { position: static !important; display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; object-position: center top !important; border-radius: 50% !important; }
.lok-team-badge { position: absolute; z-index: 2 !important; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 999px; background: rgba(255,244,71,.88); color: var(--lok-navy); font-size: 11px; line-height: 1; font-weight: 700; box-shadow: 0 8px 20px rgba(0,12,41,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lok-team-badge svg { width: 12px; height: 12px; }
.lok-instructor-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.lok-instructor-body h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.lok-instructor-cats { display: block; margin-bottom: 12px; color: var(--lok-blue) !important; font-size: 13px !important; line-height: 1.35 !important; font-weight: 700 !important; }
.lok-instructor-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.lok-mini-tags { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; padding: 8px 12px; border-radius: 999px; background: var(--lok-soft); color: #747c8b; font-size: 13px; line-height: 1.25; font-weight: 700; white-space: normal; }
.lok-mini-tags svg { width: 13px; height: 13px; }
.lok-instructor-booksy { position: relative !important; display: inline-flex !important; align-items: center !important; gap: 7px !important; margin-top: auto !important; padding-top: 18px !important; color: var(--lok-blue) !important; font-size: 15px !important; line-height: 1.2 !important; font-weight: 700 !important; text-decoration: none !important; }
.lok-instructor-booksy svg { width: 16px !important; height: 16px !important; }
.lok-instructor-booksy span { position: relative; }
.lok-instructor-booksy span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: currentColor; opacity: 0; transform: scaleX(.65); transform-origin: left; transition: opacity .2s ease, transform .2s ease; }
.lok-instructor-booksy::after { content: ">"; opacity: 0; transform: translateX(-4px); transition: opacity .2s ease, transform .2s ease; }
.lok-instructor-booksy:hover span::after,
.lok-instructor-booksy:hover::after { opacity: 1; transform: translateX(0) scaleX(1); }
.lok-instructors-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding: 32px; border-radius: 22px; background: var(--lok-blue); color: #fff; }
.lok-instructors-cta > div { display: grid; grid-template-columns: 48px 1fr; gap: 2px 16px; align-items: center; }
.lok-instructors-cta svg { grid-row: span 2; width: 48px; height: 48px; padding: 12px; border-radius: 12px; background: rgba(255,255,255,.14); }
.lok-instructors-cta strong { font-size: 22px; line-height: 1.15; }
.lok-instructors-cta span { color: rgba(255,255,255,.82); font-size: 15px; }
.lok-instructors-cta .custom-btn-3,
.lok-instructors-cta .custom-btn-3:hover { background: #fff !important; border-color: #fff !important; }
.lok-instructors-cta .btn-text-3,
.lok-instructors-cta .custom-btn-3:hover .btn-text-3 { color: var(--lok-blue) !important; }
.lok-instructors-cta .custom-btn-3 .btn-icon-3 { background: var(--lok-blue) !important; }
.lok-instructors-cta .custom-btn-3 .btn-icon-3::before { filter: brightness(0) invert(1); }
.lok-instructors-cta .custom-btn-3:hover .btn-icon-3 { background: var(--lok-yellow) !important; }
.lok-instructors-cta .custom-btn-3:hover .btn-icon-3::before { filter: none; }

/* ---------- WORD i inne lokalizacje ---------- */
.lok-word { padding: 0 0 40px; }
.lok-word-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: 46px; }
.lok-word-card { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 24px; border-radius: 18px; }
.lok-word-card > span { flex: 0 0 50px !important; width: 50px !important; min-width: 50px !important; height: 50px !important; min-height: 50px !important; display: grid; place-items: center; border-radius: 14px; background: var(--lok-blue); color: #fff; font-size: 22px; aspect-ratio: 1/1 !important; }
.lok-word-card > span svg { width: 22px !important; height: 22px !important; }
.lok-word-card strong { font-size: 20px; }
.lok-word-card p,
.lok-word-desc { color: var(--lok-muted); font-size: 16px; line-height: 1.6; }
.lok-word-desc { max-width: 680px; margin: 24px 0; }
.lok-word-points { padding: 26px; border-radius: 18px; }
.lok-word-points p { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; margin: 22px 0 0; font-size: 16px; line-height: 1.45; font-weight: 500; }
.lok-word-points p svg { width: 42px; height: 42px; padding: 11px; border-radius: 12px; background: var(--lok-soft-blue); color: var(--lok-blue); }

.lok-other { background: var(--lok-soft); border-radius: var(--lok-radius-lg); }
.lok-other-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; }
.lok-loc-arrows { display: none; align-items: center; gap: 12px; margin-bottom: 6px; color: var(--lok-muted); font-size: 14px; }
.lok-other.has-scroll .lok-loc-arrows { display: flex; }
.lok-loc-arrows strong { color: var(--lok-blue); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.lok-loc-arrows span { color: var(--lok-muted); font-size: 13px; font-weight: 700; }
.lok-loc-arrows button { width: 40px !important; height: 40px !important; min-width: 40px !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; display: none !important; place-items: center !important; background: var(--lok-blue) !important; color: #fff !important; cursor: pointer !important; }
.lok-other.has-scroll .lok-loc-arrows button { display: grid !important; }
.lok-loc-arrows button:first-of-type svg { transform: rotate(180deg); }
.lok-loc-arrows button svg { width: 14px; height: 14px; }
.lok-location-strip-wrap { margin-top: 34px; }
.lok-location-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 244px); grid-template-columns: none; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 0 12px; margin: 0; }
.lok-location-tile { position: relative; scroll-snap-align: start; min-height: 158px; display: grid; grid-template-rows: auto 1fr auto; align-content: start; gap: 12px; padding: 22px 26px 24px; border: 1px solid var(--lok-line); border-radius: var(--lok-radius-md); background: #fff; color: var(--lok-navy); overflow: hidden; transition: border-color .2s ease, transform .2s ease, background-color .2s ease, color .2s ease; }
.lok-location-tile:hover { border-color: var(--lok-blue); transform: translateY(-1px); }
.lok-location-tile.is-current { background: var(--lok-blue); border-color: var(--lok-blue); color: #fff; cursor: default; }
.lok-location-tile.is-current:hover { transform: none; }
.lok-location-tile span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--lok-soft-blue); color: var(--lok-blue); font-size: 20px; }
.lok-location-tile.is-current span { background: rgba(255,255,255,.16); color: #fff; }
.lok-location-tile b { position: absolute; top: 30px; right: 26px; color: #d8dce5; font-size: 16px; line-height: 1; }
.lok-location-tile.is-current b { color: rgba(255,255,255,.72); }
.lok-location-tile em { justify-self: start; align-self: start; margin-top: -6px; padding: 4px 9px; border-radius: 999px; background: var(--lok-yellow); color: var(--lok-navy); font-size: 11px; line-height: 1; font-style: normal; font-weight: 700; }
.lok-location-tile strong { align-self: end; margin: 2px 38px 0 0; font-size: 20px; line-height: 1.08; letter-spacing: -.03em; font-weight: 700; }
.lok-location-tile small { color: currentColor; opacity: .72; font-size: 13px; line-height: 1.25; font-weight: 700; }
.lok-location-tile i { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 18px; height: 18px; color: var(--lok-blue); opacity: 0; transform: translateX(-4px); transition: opacity .2s ease, transform .2s ease; }
.lok-location-tile:not(.is-current):hover i { opacity: 1; transform: translateX(0); }
.lok-location-tile i svg { width: 13px; height: 13px; }

/* ---------- FAQ ---------- */
.lok-faq-grid { display: grid; grid-template-columns: minmax(280px, .34fr) minmax(0, .66fr); align-items: start; gap: 54px; }
.lok-faq-grid p { margin: 14px 0 0; color: var(--lok-muted); font-size: 18px; line-height: 1.55; }
.lok-faq-link { color: var(--lok-blue); font-weight: 700; }
.lok-faq-list { display: grid; gap: 12px; }
.lok-faq-item { position: relative; overflow: hidden; border-width: 1px; border-radius: var(--lok-radius-md); box-shadow: none; transition: border-color .25s ease; }
.lok-faq-item.is-open { border-color: var(--lok-blue); }
.lok-faq-question { position: relative !important; display: block !important; width: 100% !important; min-height: 64px !important; padding: 20px 68px 20px 22px !important; border: 0 !important; background: #fff !important; color: var(--lok-navy) !important; text-align: left !important; font-size: 15px !important; line-height: 1.35 !important; font-weight: 700 !important; cursor: pointer !important; }
.lok-faq-question span { display: block; min-width: 0; max-width: 100%; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
.lok-faq-question i { display: none !important; }
.lok-faq-icon { position: absolute !important; top: 32px !important; right: 20px !important; transform: translateY(-50%) !important; display: grid !important; place-items: center !important; width: 32px !important; height: 32px !important; min-width: 32px !important; min-height: 32px !important; border-radius: 50%; background: var(--lok-soft); color: #59616d; pointer-events: none; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.lok-faq-icon svg { width: 14px; height: 14px; }
.lok-faq-item.is-open .lok-faq-icon { background: var(--lok-blue); color: #fff; transform: translateY(-50%) rotate(180deg) !important; }
.lok-faq-answer { display: grid; grid-template-rows: 0fr; max-height: none !important; overflow: hidden; opacity: 0; padding: 0 68px 0 22px; color: var(--lok-muted); font-size: 15px; line-height: 1.65; transition: grid-template-rows .3s ease, opacity .2s ease, padding .3s ease; }
.lok-faq-item.is-open .lok-faq-answer { grid-template-rows: 1fr; opacity: 1; padding: 0 68px 22px 22px; }
.lok-faq-answer-inner { min-height: 0; overflow: hidden; }
.lok-faq-answer p { margin: 0 0 10px; font-size: inherit; }
.lok-faq-contact { margin-top: 22px; }
.lok-faq-contact p { margin-bottom: 14px; }
.lok-faq-contact-btn { width: auto !important; }
.lok-faq-contact-btn--phone { min-width: 320px; }
.lok-faq-contact-btn--phone .btn-icon-7::before,
.lok-faq-contact-btn--phone:hover .btn-icon-7::before { display: none; content: none; background-image: none; }
.lok-faq-contact-btn--phone .lok-btn-phone-icon svg { display: block !important; width: 18px !important; height: 18px !important; color: currentColor !important; }
.lok-faq-contact-btn--phone:hover .lok-btn-phone-icon { color: var(--lok-navy) !important; }
.lok-faq-hours { display: inline-flex !important; align-items: center !important; gap: 8px !important; margin-top: 14px; color: var(--lok-muted); font-size: 15px; line-height: 1.45; font-weight: 700; }
.lok-faq-hours svg { width: 18px !important; height: 18px !important; color: var(--lok-blue) !important; flex: 0 0 18px !important; }

/* ---------- Nagłówki i przewijanie poziome ---------- */
.lok-scroll-header { display: none; align-items: center; justify-content: flex-start !important; gap: 12px; margin: 12px 0 14px !important; }
.lok-scroll-header > div:first-child:empty { display: none !important; }
.lok-scroll-arrows { display: none; align-items: center; gap: 12px; }
.lok-scroll-arrows.is-visible { display: flex; }
.lok-scroll-arrows button { width: 42px !important; height: 42px !important; min-width: 42px !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; display: grid !important; place-items: center !important; background: var(--lok-blue) !important; color: #fff !important; box-shadow: 0 10px 24px rgba(0,12,41,.05) !important; cursor: pointer !important; }
.lok-scroll-arrows button:first-child svg { transform: rotate(180deg); }
.lok-scroll-arrows button svg { width: 15px; height: 15px; }
.lok-scroll-arrows button.is-disabled,
.lok-loc-arrows button.is-disabled,
.lok-scroll-arrows button:disabled,
.lok-loc-arrows button:disabled { background: #eef0f4 !important; color: #a6adbb !important; cursor: default !important; box-shadow: none !important; opacity: 1 !important; }
.lok-scroll-header--price { margin-top: 0 !important; margin-bottom: 10px !important; }
.lok-price-scroll,
.lok-categories-grid,
.lok-review-marquee,
.lok-review-track,
.lok-instructor-scroll,
.lok-location-strip { scrollbar-width: none !important; -ms-overflow-style: none !important; }
.lok-price-scroll::-webkit-scrollbar,
.lok-categories-grid::-webkit-scrollbar,
.lok-review-marquee::-webkit-scrollbar,
.lok-review-track::-webkit-scrollbar,
.lok-instructor-scroll::-webkit-scrollbar,
.lok-location-strip::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }

@media (min-width: 1180px) {
  .lok-other.is-ready:not(.has-scroll) .lok-location-strip { grid-auto-flow: initial; grid-auto-columns: initial; grid-template-columns: repeat(auto-fit, minmax(220px, 244px)); overflow: visible; padding-bottom: 0; }
}

@media (max-width: 1100px) {
  .lok-container { width: min(calc(100% - 40px), 1440px); }
  .lok-hero-grid,
  .lok-location-grid,
  .lok-word-grid,
  .lok-faq-grid { grid-template-columns: 1fr; }
  .lok-hero-slider { height: 440px; }
  .lok-trust-bar { grid-template-columns: 1fr; gap: 18px; }
  .lok-trust-proof,
  .lok-trust-count { justify-content: flex-start; padding: 0; border-left: 0; text-align: left; }
  .lok-categories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lok-review-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lok-instructor-scroll { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lok-instructors-cta { display: grid; }
  .lok-instructors-cta .custom-btn-3 { justify-self: start; }
}

@media (max-width: 767px) {
  .lok-container { width: calc(100% - 32px); }
  .lok-section { padding: 40px 0; }
  .lok-h2 { font-size: 36px; }
  .lok-lead { font-size: 16px; }
  .lok-page .custom-btn-3,
  .lok-page .custom-btn-7 { width: 100%; justify-content: space-between !important; }
  .lok-page .custom-btn-3 { position: relative; justify-content: center !important; padding: 8px !important; }
  .lok-page .custom-btn-3 .btn-text-3 { flex: 1; text-align: center; font-size: 16px !important; }
  .lok-page .custom-btn-3 .btn-icon-3 { position: absolute; right: 8px; }

  .lok-hero { padding-top: 36px; }
  .lok-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .lok-hero h1 { font-size: 42px; }
  .lok-hero-opis { margin-top: 20px; font-size: 16px; }
  .lok-hero-buttons { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 26px; }
  .lok-hero-trust { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
  .lok-trust-item { min-height: 44px !important; align-items: center !important; gap: 9px; font-size: 13px; }
  .lok-trust-item span { flex: 0 0 34px !important; width: 34px !important; height: 34px !important; min-width: 34px !important; min-height: 34px !important; }
  .lok-hero-slider { height: 340px; border-radius: 22px; }
  .lok-slider-arrow { width: 32px !important; height: 32px !important; }
  .lok-hero-badge { position: relative; left: auto; bottom: auto; z-index: 8; min-width: 0; margin: -34px 16px 0; }
  .lok-trust-bar { width: 100% !important; margin-top: 44px; padding: 24px 0; text-align: center !important; align-items: center !important; justify-content: center !important; }
  .lok-trust-proof,
  .lok-trust-count { width: 100% !important; text-align: center !important; align-items: center !important; justify-content: center !important; }
  .lok-trust-proof .lok-stars { margin-left: auto !important; margin-right: auto !important; }
  .lok-trust-count { display: block !important; font-size: 16px; }

  .lok-scroll-header { display: flex !important; }
  .lok-scroll-header:not(:has(.lok-scroll-arrows.is-visible)) { height: 0 !important; margin: 0 !important; overflow: hidden !important; }
  .lok-scroll-arrows.is-visible { display: flex !important; }
  .lok-categories { padding-top: 44px !important; padding-bottom: 44px !important; }
  .lok-categories-head .lok-lead { margin-top: 14px !important; font-size: 17px !important; }
  .lok-categories-grid { display: flex !important; gap: 18px !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch !important; margin-top: 18px !important; padding: 0 !important; }
  .lok-category-card { flex: 0 0 min(72vw, 360px) !important; scroll-snap-align: start !important; min-height: 210px !important; padding: 24px !important; border-radius: 20px; }
  .lok-category-icon { width: 52px !important; height: 52px !important; min-width: 52px !important; min-height: 52px !important; }
  .lok-category-card h3 { margin-top: 28px !important; font-size: 25px !important; line-height: 1.14 !important; }
  .lok-category-card p { margin-top: 10px !important; font-size: 15px !important; }

  .lok-location { padding-top: 44px !important; }
  .lok-location-grid,
  .lok-benefits-grid { margin-top: 30px; gap: 16px; }
  .lok-location-card { padding: 22px; border-radius: 20px; }
  .lok-location-card h3,
  .lok-office-address { font-size: 30px; }
  .lok-start-point { grid-template-columns: 52px minmax(0, 1fr) !important; align-items: start !important; padding: 14px; gap: 2px 12px; }
  .lok-start-point span { grid-row: 1 / span 3 !important; width: 52px !important; height: 52px !important; }
  .lok-start-point strong { font-size: 17px; }
  .lok-start-categories { margin-top: 6px !important; font-size: 13px !important; }
  .lok-start-address { margin-top: 4px !important; font-size: 14px !important; }
  .lok-card-actions { flex-direction: column; align-items: stretch; }
  .lok-soft-btn { width: 100%; }
  .lok-map-card { min-height: 430px; border-radius: 20px; }
  .lok-map { min-height: 320px; }

  .lok-benefits-grid { grid-template-columns: 1fr; }
  .lok-benefit-card { grid-template-columns: 52px 1fr; min-height: 0; padding: 20px; }
  .lok-benefit-card > span { width: 52px; height: 52px; }
  .lok-benefit-card > span.has-custom-icon img { width: 26px !important; height: 26px !important; max-width: 26px !important; max-height: 26px !important; }
  .lok-benefit-card h3 { font-size: 20px !important; }
  .lok-benefit-card p { font-size: 15px; }

  .lok-pricing-card { margin-inline: 0; border-radius: 28px; overflow: hidden; }
  .lok-pricing-card .lok-pricing-hero { padding: 30px 24px !important; overflow: hidden; }
  .lok-pricing-card .lok-pricing-hero h2 { max-width: 100%; font-size: 34px; overflow-wrap: anywhere; }
  .lok-pricing-card .lok-pricing-hero p { font-size: 17px; }
  .lok-pricing-content { padding: 24px 16px 30px !important; overflow: hidden !important; }
  .lok-price-switch { width: 100% !important; max-width: 100% !important; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 6px !important; margin: 0 auto 18px !important; padding: 6px !important; overflow: hidden !important; }
  .lok-price-switch button { min-width: 0 !important; width: 100% !important; padding: 12px 8px !important; white-space: nowrap !important; text-align: center !important; font-size: 15px !important; line-height: 1.15 !important; }
  .lok-price-panel { margin-top: 12px !important; }
  .lok-price-scroll { display: flex !important; gap: 22px !important; overflow-x: auto !important; overflow-y: hidden !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch !important; margin: 0 !important; padding: 0 !important; }
  .lok-price-card,
  .lok-lesson-card { flex: 0 0 min(100vw, 360px) !important; scroll-snap-align: start !important; display: grid !important; grid-template-columns: 78px minmax(0, 1fr) !important; grid-template-areas: "icon main" "bottom bottom" !important; align-items: start !important; gap: 18px 18px !important; min-height: 0 !important; height: auto !important; padding: 24px !important; }
  .lok-price-icon { grid-area: icon !important; width: 68px !important; height: 68px !important; min-width: 68px !important; min-height: 68px !important; }
  .lok-price-icon svg { width: 25px !important; height: 25px !important; }
  .lok-price-icon img,
  .lok-price-custom-icon { width: 30px !important; height: 30px !important; max-width: 30px !important; max-height: 30px !important; }
  .lok-price-main { grid-area: main !important; min-width: 0 !important; }
  .lok-price-title { font-size: 25px !important; line-height: 1.12 !important; word-break: normal !important; overflow-wrap: normal !important; }
  .lok-price-tags { display: flex !important; flex-wrap: wrap !important; gap: 6px 12px !important; margin-top: 8px !important; font-size: 15px !important; line-height: 1.2 !important; }
  .lok-price-tags span { gap: 5px !important; font-size: 15px !important; line-height: 1.2 !important; }
  .lok-price-tags svg { width: 15px !important; height: 15px !important; flex: 0 0 15px !important; }
  .lok-price-bottom { grid-area: bottom !important; display: grid !important; grid-template-columns: minmax(0, 1fr) 58px !important; align-items: end !important; gap: 18px !important; width: 100% !important; margin: 42px 0 0 !important; }
  .lok-price-amount { grid-column: 1 !important; align-items: flex-start !important; justify-content: flex-end !important; text-align: left !important; min-width: 0 !important; }
  .lok-price-amount strong,
  .lok-pricing-content .lok-price-bottom .lok-price-amount strong { display: block !important; font-size: 27px !important; line-height: 1.12 !important; letter-spacing: -.045em !important; white-space: normal !important; }
  .lok-price-amount small,
  .lok-pricing-content .lok-price-bottom .lok-price-amount small { display: block !important; margin-top: 9px !important; font-size: 16px !important; line-height: 1.2 !important; text-align: left !important; white-space: normal !important; }
  .lok-price-cta { grid-column: 2 !important; justify-self: end !important; align-self: end !important; width: 54px !important; height: 54px !important; min-width: 54px !important; min-height: 54px !important; }
  .lok-pricing-main-cta { align-self: stretch !important; width: 100% !important; margin-top: 18px !important; }

  .lok-reviews-head { display: block; margin-bottom: 28px; }
  .lok-rating { margin-top: 20px; }
  .lok-review-marquee { overflow-x: auto !important; scroll-snap-type: x mandatory !important; margin: 0 !important; padding: 0 !important; -webkit-overflow-scrolling: touch; }
  .lok-review-track { display: flex !important; width: max-content !important; gap: 16px !important; }
  .lok-review-card { flex: 0 0 82vw; min-height: 360px; scroll-snap-align: start; padding: 28px; }
  .lok-review-card p { font-size: 19px; }
  .lok-review-top { align-items: flex-start; flex-direction: column; }
  .lok-reviews .lok-reviews-cta { width: 100% !important; margin-top: 30px !important; }

  .lok-instructor-scroll { display: flex !important; grid-template-columns: none !important; gap: 16px; overflow-x: auto !important; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; margin: 36px 0 0 !important; padding: 0 !important; }
  .lok-instructor-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .lok-instructor-photo { flex-basis: 180px !important; height: 180px !important; min-height: 180px !important; max-height: 180px !important; }
  .lok-instructors-cta { padding: 22px; }
  .lok-instructors-cta > div { grid-template-columns: 1fr; gap: 10px; }
  .lok-instructors-cta svg { grid-row: auto; }
  .lok-instructors-cta .custom-btn-3 { justify-self: stretch; }

  .lok-word-card,
  .lok-word-points { padding: 20px; }
  .lok-other-head { grid-template-columns: 1fr; gap: 22px; }
  .lok-loc-arrows { margin-bottom: 0; }
  .lok-other .lok-loc-arrows button { display: grid !important; }
  .lok-location-strip-wrap { margin-top: 26px; }
  .lok-location-strip { grid-auto-columns: minmax(230px, 82vw); padding-bottom: 0 !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; }

  .lok-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .lok-faq-grid p { font-size: 16px; }
  .lok-faq-question { min-height: 62px !important; padding: 18px 72px 18px 18px !important; font-size: 15px !important; }
  .lok-faq-icon { top: 31px !important; right: 16px !important; width: 32px !important; height: 32px !important; }
  .lok-faq-answer,
  .lok-faq-item.is-open .lok-faq-answer { padding-left: 18px; padding-right: 18px; font-size: 15px; }
  .lok-scroll-header--price { margin: 0 0 8px !important; }
  .lok-faq-contact { display: grid; gap: 14px; }
  .lok-faq-contact p { margin-bottom: 0; }
  .lok-faq-contact-btn,
  .lok-faq-contact-btn--phone { width: 100% !important; min-width: 0; position: relative !important; justify-content: center !important; padding: 8px 58px 8px 18px !important; }
  .lok-faq-contact-btn--phone .btn-text-7 { flex: 0 1 auto !important; width: 100%; text-align: center; }
  .lok-faq-contact-btn--phone .lok-btn-phone-icon { position: absolute !important; right: 8px !important; }
  .lok-faq-hours { margin-top: 0; font-size: 15px; line-height: 1.35; }
}

@media (max-width: 420px) {
  .lok-price-card,
  .lok-lesson-card { flex-basis: 72vw !important; row-gap: 34px !important; padding: 20px !important; }
  .lok-price-title { font-size: 20px !important; }
  .lok-price-amount strong,
  .lok-pricing-content .lok-price-bottom .lok-price-amount strong { font-size: 19px !important; }
}


/* OTHER */
.lok-faq-link, .lok-hero-opis a, .lok-hero-opis a:visited{
    color: var(--lok-blue) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* ---------- Dostępność: skip link ---------- */
.lok-skip-target {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:focus-visible {
  position: fixed !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 999999 !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  background: #3663f6 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}


/* ---------- Breadcrumbs Yoast w hero ---------- */
.lok-breadcrumbs {
  margin: 0 0 24px !important;
  color: var(--lok-muted) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}
.lok-breadcrumbs,
.lok-breadcrumbs span,
.lok-breadcrumbs a {
  font-family: inherit !important;
}
.lok-breadcrumbs a,
.lok-breadcrumbs a:visited {
  color: var(--lok-muted) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
.lok-breadcrumbs a:hover {
  color: var(--lok-blue) !important;
}
.lok-breadcrumbs .breadcrumb_last {
  color: var(--lok-muted) !important;
}
@media (max-width: 767px) {
  .lok-breadcrumbs {
    margin-bottom: 18px !important;
    font-size: 14px !important;
  }
}
