:root {
  --kgbd-red: #cf0711;
  --kgbd-red-dark: #a9050d;
  --kgbd-black: #050505;
  --kgbd-ink: #101014;
  --kgbd-muted: #62636a;
  --kgbd-line: #dedfe4;
  --kgbd-soft: #f5f5f6;
  --kgbd-white: #ffffff;
  --kgbd-radius: 8px;
  --kgbd-shadow: 0 20px 50px rgba(7, 9, 15, 0.12);
  --kgbd-shadow-dark: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.kgbd-site,
.kgbd-site input,
.kgbd-site select,
.kgbd-site textarea,
.kgbd-site button {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.kgbd-site h1,
.kgbd-site h2,
.kgbd-site h3,
.kgbd-site h4 {
  color: var(--kgbd-black);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.kgbd-site p {
  color: var(--kgbd-ink);
  line-height: 1.6;
}

.kgbd-site a {
  color: inherit;
}

.kgbd-site img {
  display: block;
  max-width: 100%;
}

.kgbd-site svg {
  display: inline-block;
  fill: none;
  height: 1.1em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 1.1em;
}

.kgbd-site .elementor-section.kgbd-section {
  padding: clamp(56px, 6vw, 96px) clamp(18px, 5vw, 72px);
}

.kgbd-site .kgbd-section > .elementor-container,
.kgbd-site .kgbd-global-template > .elementor-container {
  margin: 0 auto;
  max-width: 1440px;
}

.kgbd-site .elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.kgbd-global-template {
  padding: 0 !important;
}

.kgbd-announcement {
  align-items: center;
  background: var(--kgbd-black);
  color: var(--kgbd-white);
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 10px 18px;
  position: relative;
  z-index: 1001;
}

.kgbd-announcement strong {
  color: var(--kgbd-white);
  font-size: 0.83rem;
  text-transform: uppercase;
}

.kgbd-announcement span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.kgbd-announcement a {
  color: var(--kgbd-white);
  font-weight: 800;
  text-decoration: underline;
}

.kgbd-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .kgbd-header {
  top: 32px;
}

.kgbd-logo {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.kgbd-logo-mark {
  align-items: center;
  background: radial-gradient(circle at 50% 50%, #fff 0 45%, transparent 46%), conic-gradient(from 20deg, var(--kgbd-red), var(--kgbd-red) 28%, #111 30%, #111 75%, var(--kgbd-red) 78%);
  border-radius: 50%;
  color: var(--kgbd-black);
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.kgbd-logo strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 0.95;
}

.kgbd-logo em {
  color: var(--kgbd-red);
  display: block;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.1;
}

.kgbd-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: clamp(16px, 2vw, 34px);
  justify-content: center;
}

.kgbd-nav li {
  list-style: none;
  margin: 0;
}

.kgbd-nav a {
  color: var(--kgbd-ink);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  padding: 36px 0 32px;
  position: relative;
  text-decoration: none;
}

.kgbd-nav a::after {
  background: var(--kgbd-red);
  bottom: 22px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.kgbd-nav a:hover::after,
.kgbd-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.kgbd-header-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.kgbd-phone {
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.kgbd-menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 8px;
  width: 44px;
}

.kgbd-menu-toggle span {
  background: var(--kgbd-black);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 24px;
}

.kgbd-btn,
.elementor-button.kgbd-btn,
.kgbd-site .elementor-button {
  align-items: center;
  background: linear-gradient(135deg, var(--kgbd-red), #ed1c24);
  border: 1px solid var(--kgbd-red);
  border-radius: 5px;
  box-shadow: 0 14px 30px rgba(207, 7, 17, 0.22);
  color: var(--kgbd-white) !important;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  line-height: 1;
  min-height: 54px;
  padding: 0 26px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kgbd-btn:hover,
.kgbd-btn:focus-visible,
.kgbd-site .elementor-button:hover,
.kgbd-site .elementor-button:focus-visible {
  background: linear-gradient(135deg, #e20b16, var(--kgbd-red-dark));
  box-shadow: 0 18px 38px rgba(207, 7, 17, 0.28);
  color: var(--kgbd-white);
  transform: translateY(-2px);
}

.kgbd-btn-outline,
.kgbd-btn-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: var(--kgbd-white) !important;
}

.kgbd-btn-light {
  border-color: var(--kgbd-line);
  color: var(--kgbd-ink) !important;
}

.kgbd-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.kgbd-overline {
  align-items: center;
  color: var(--kgbd-red);
  display: flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 14px;
  text-transform: uppercase;
}

.kgbd-overline span {
  background: var(--kgbd-red);
  display: inline-block;
  height: 2px;
  width: 34px;
}

.kgbd-hero {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 38%, rgba(0, 0, 0, 0.54) 64%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at right center, rgba(207, 7, 17, 0.22), transparent 42%);
  color: var(--kgbd-white);
  min-height: 760px;
}

.kgbd-hero h1,
.kgbd-hero h2,
.kgbd-hero p,
.kgbd-dark-section h1,
.kgbd-dark-section h2,
.kgbd-dark-section h3,
.kgbd-dark-section p {
  color: var(--kgbd-white);
}

.kgbd-hero-title .elementor-heading-title {
  font-size: clamp(3.1rem, 7vw, 7.4rem);
  max-width: 900px;
}

.kgbd-section h1 .elementor-heading-title,
.kgbd-section h2 .elementor-heading-title {
  font-size: clamp(2.7rem, 5vw, 5.8rem);
}

.kgbd-section h3 .elementor-heading-title {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.kgbd-lede p,
.kgbd-page-hero p {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  max-width: 700px;
}

.kgbd-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kgbd-hero-media,
.kgbd-page-hero .elementor-column:last-child {
  align-items: center;
  display: flex;
}

.kgbd-trust-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  max-width: 760px;
}

.kgbd-trust-strip span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--kgbd-radius);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-size: 0.85rem;
  font-weight: 900;
  gap: 10px;
  min-height: 70px;
  padding: 14px;
}

.kgbd-video-card {
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow-dark);
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.kgbd-video-card::before {
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.kgbd-video-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
  width: 100%;
}

.kgbd-video-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.055);
}

.kgbd-video-card button {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  color: var(--kgbd-red);
  display: flex;
  height: 84px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  z-index: 2;
}

.kgbd-video-card strong,
.kgbd-video-card span {
  bottom: 48px;
  color: var(--kgbd-white);
  left: 44px;
  position: absolute;
  z-index: 2;
}

.kgbd-video-card span {
  bottom: 26px;
  color: rgba(255, 255, 255, 0.78);
}

.kgbd-stat-band {
  background: #0c0c0d;
  color: var(--kgbd-white);
  padding: 34px clamp(18px, 5vw, 72px) !important;
}

.kgbd-stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-stats div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 34px;
}

.kgbd-stats div:first-child {
  border-left: 0;
}

.kgbd-stats strong {
  color: var(--kgbd-white);
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  line-height: 1;
}

.kgbd-stats span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  margin-top: 8px;
}

.kgbd-muted-section {
  background: var(--kgbd-soft);
}

.kgbd-dark-section {
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at top right, rgba(207, 7, 17, 0.22), transparent 44%);
  color: var(--kgbd-white);
}

.kgbd-page-hero {
  background: linear-gradient(180deg, #fff, #f8f8f9);
  min-height: 520px;
}

.kgbd-page-hero.kgbd-dark-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.66)),
    url("../images/hero-karate-class.png") center / cover no-repeat;
}

.kgbd-feature-band .elementor-container,
.kgbd-split .elementor-container {
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
}

.kgbd-hover-image img,
.kgbd-card-media img,
.kgbd-gallery-item img,
.kgbd-achievement-card img,
.kgbd-location-card img {
  transition: filter 0.3s ease, transform 0.35s ease;
}

.kgbd-hover-image,
.kgbd-card-media,
.kgbd-gallery-item,
.kgbd-achievement-card,
.kgbd-location-card {
  overflow: hidden;
}

.kgbd-hover-image:hover img,
.kgbd-program-card:hover img,
.kgbd-instructor-card:hover img,
.kgbd-gallery-item:hover img,
.kgbd-achievement-card:hover img,
.kgbd-location-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.055);
}

.kgbd-program-grid,
.kgbd-event-grid,
.kgbd-instructor-grid,
.kgbd-achievement-grid,
.kgbd-news-grid,
.kgbd-info-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-program-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kgbd-program-card,
.kgbd-instructor-card,
.kgbd-event-card,
.kgbd-news-card,
.kgbd-achievement-card,
.kgbd-testimonial,
.kgbd-portal-card,
.kgbd-info-grid > div {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  overflow: hidden;
}

.kgbd-card-media {
  aspect-ratio: 1.25 / 1;
  display: block;
}

.kgbd-card-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kgbd-card-body,
.kgbd-event-card,
.kgbd-news-card,
.kgbd-info-grid > div,
.kgbd-portal-card {
  padding: 28px;
}

.kgbd-card-icon {
  align-items: center;
  background: #fff5f6;
  border: 1px solid rgba(207, 7, 17, 0.14);
  border-radius: 50%;
  color: var(--kgbd-red);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}

.kgbd-program-card h3,
.kgbd-instructor-card h3,
.kgbd-event-card h3,
.kgbd-achievement-card h3,
.kgbd-info-grid h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.kgbd-pill {
  background: var(--kgbd-soft);
  border-radius: 999px;
  color: var(--kgbd-ink);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 8px 0 18px;
  padding: 8px 12px;
}

.kgbd-text-link {
  align-items: center;
  color: var(--kgbd-red) !important;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.kgbd-benefit-grid,
.kgbd-steps,
.kgbd-belt-road,
.kgbd-belt-timeline,
.kgbd-objections {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-benefit-grid div,
.kgbd-steps div,
.kgbd-belt-road div,
.kgbd-belt-timeline div,
.kgbd-objections details {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  padding: 24px;
}

.kgbd-benefit-grid div {
  color: var(--kgbd-red);
  font-weight: 900;
  text-align: center;
}

.kgbd-steps span {
  align-items: center;
  background: var(--kgbd-red);
  border-radius: 50%;
  color: var(--kgbd-white);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  width: 42px;
}

.kgbd-belt-road strong,
.kgbd-belt-timeline strong {
  color: var(--kgbd-black);
  display: block;
  font-family: Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.kgbd-check-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.kgbd-check-list li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.kgbd-check-list svg {
  color: var(--kgbd-red);
  flex: 0 0 auto;
  margin-top: 3px;
}

.kgbd-filterbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.kgbd-filter,
.kgbd-print {
  background: var(--kgbd-white);
  border: 1px solid var(--kgbd-line);
  border-radius: 999px;
  color: var(--kgbd-ink);
  cursor: pointer;
  font-weight: 900;
  min-height: 42px;
  padding: 0 18px;
}

.kgbd-filter.is-active,
.kgbd-filter:hover,
.kgbd-filter:focus-visible {
  background: var(--kgbd-red);
  border-color: var(--kgbd-red);
  color: var(--kgbd-white);
}

.kgbd-print {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin-left: auto;
}

.kgbd-schedule {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  padding: clamp(18px, 2.2vw, 30px);
}

.kgbd-schedule-table-wrap {
  overflow-x: auto;
}

.kgbd-schedule-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 980px;
  width: 100%;
}

.kgbd-schedule-table th {
  background: #0b0b0d;
  color: var(--kgbd-white);
  font-size: 0.86rem;
  padding: 14px 12px;
  text-align: left;
  text-transform: uppercase;
}

.kgbd-schedule-table th:first-child {
  border-top-left-radius: var(--kgbd-radius);
}

.kgbd-schedule-table th:last-child {
  border-top-right-radius: var(--kgbd-radius);
}

.kgbd-schedule-table td {
  border-bottom: 1px solid var(--kgbd-line);
  border-right: 1px solid var(--kgbd-line);
  min-width: 150px;
  padding: 10px;
  vertical-align: top;
}

.kgbd-class-chip {
  border-left: 3px solid var(--kgbd-red);
  padding: 6px 8px;
}

.kgbd-class-chip strong,
.kgbd-class-card strong {
  display: block;
  font-weight: 900;
}

.kgbd-class-chip span,
.kgbd-class-card span,
.kgbd-class-chip small,
.kgbd-class-card small {
  color: var(--kgbd-muted);
  display: block;
  font-size: 0.83rem;
}

.kgbd-class-chip em {
  color: var(--kgbd-red);
  display: block;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 3px;
}

.kgbd-mobile-schedule {
  display: none;
}

.kgbd-schedule-note {
  align-items: center;
  color: var(--kgbd-muted);
  display: flex;
  gap: 8px;
  margin: 24px 0 0;
}

.kgbd-schedule-note svg {
  color: var(--kgbd-red);
}

.kgbd-form {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  padding: clamp(22px, 3vw, 36px);
}

.kgbd-form.is-dark {
  background: rgba(0, 0, 0, 0.54);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: var(--kgbd-shadow-dark);
}

.kgbd-form h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.kgbd-form.is-dark h3,
.kgbd-form.is-dark label,
.kgbd-form.is-dark .kgbd-secure-note {
  color: var(--kgbd-white);
}

.kgbd-field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kgbd-form label {
  color: var(--kgbd-ink);
  display: block;
  font-weight: 800;
  margin-bottom: 14px;
}

.kgbd-form input,
.kgbd-form select,
.kgbd-form textarea {
  background: var(--kgbd-white);
  border: 1px solid var(--kgbd-line);
  border-radius: 5px;
  color: var(--kgbd-ink);
  display: block;
  margin-top: 8px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.kgbd-form.is-dark input,
.kgbd-form.is-dark select,
.kgbd-form.is-dark textarea {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--kgbd-white);
}

.kgbd-consent {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
}

.kgbd-consent input {
  flex: 0 0 auto;
  min-height: auto;
  width: auto;
}

.kgbd-choice-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 20px;
}

.kgbd-choice-row input {
  opacity: 0;
  position: absolute;
}

.kgbd-choice-row span {
  align-items: center;
  background: var(--kgbd-soft);
  border: 1px solid var(--kgbd-line);
  border-radius: 5px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 12px;
  text-align: center;
}

.kgbd-choice-row input:checked + span {
  background: var(--kgbd-red);
  border-color: var(--kgbd-red);
  color: var(--kgbd-white);
}

.kgbd-form-step {
  display: none;
}

.kgbd-form-step.is-active {
  display: block;
}

.kgbd-form-status {
  font-weight: 900;
  margin: 18px 0 0;
}

.kgbd-hp {
  display: none !important;
}

.kgbd-secure-note {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.kgbd-trial-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 46%, rgba(0, 0, 0, 0.66) 100%),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
}

.kgbd-location-card {
  background: var(--kgbd-white);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow-dark);
  color: var(--kgbd-ink);
  overflow: hidden;
}

.kgbd-location-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.kgbd-location-card h3,
.kgbd-location-card p {
  color: var(--kgbd-ink);
  padding-left: 28px;
  padding-right: 28px;
}

.kgbd-location-card h3 {
  font-size: 1.7rem;
  padding-top: 28px;
}

.kgbd-location-card p:last-child {
  padding-bottom: 28px;
}

.kgbd-location-card.is-wide {
  align-items: center;
  display: grid;
  grid-template-columns: 42% 1fr;
}

.kgbd-location-card.is-wide img {
  height: 100%;
}

.kgbd-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-gallery-item {
  border-radius: var(--kgbd-radius);
  margin: 0;
  min-height: 240px;
  position: relative;
}

.kgbd-gallery-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kgbd-gallery-item figcaption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  bottom: 0;
  color: var(--kgbd-white);
  font-weight: 900;
  left: 0;
  padding: 50px 18px 18px;
  position: absolute;
  right: 0;
}

.kgbd-play-mini {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: var(--kgbd-red);
  display: flex;
  height: 42px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 16px;
  width: 42px;
  z-index: 2;
}

.kgbd-testimonial-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kgbd-testimonial {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--kgbd-white);
  padding: 30px;
}

.kgbd-testimonial p,
.kgbd-testimonial cite {
  color: var(--kgbd-white);
}

.kgbd-testimonial cite {
  display: block;
  font-style: normal;
  font-weight: 900;
}

.kgbd-stars {
  color: var(--kgbd-red);
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
}

.kgbd-achievement-card {
  display: grid;
  grid-template-rows: 180px 1fr;
}

.kgbd-achievement-card img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.kgbd-achievement-card > div {
  padding: 24px;
}

.kgbd-event-meta {
  border-top: 1px solid var(--kgbd-line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
  padding-top: 18px;
}

.kgbd-event-meta span {
  align-items: center;
  display: flex;
  gap: 8px;
  font-weight: 800;
}

.kgbd-faq-list {
  display: grid;
  gap: 12px;
}

.kgbd-faq {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  padding: 20px 24px;
}

.kgbd-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.kgbd-portal-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kgbd-roster {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kgbd-roster li {
  border-bottom: 1px solid var(--kgbd-line);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.kgbd-objections {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kgbd-objections summary {
  cursor: pointer;
  font-weight: 900;
}

.kgbd-footer {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.9)),
    radial-gradient(circle at right, rgba(207, 7, 17, 0.18), transparent 38%);
  color: var(--kgbd-white);
  padding: 54px clamp(18px, 5vw, 72px) 28px;
}

.kgbd-footer-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.5fr 1fr 1fr 1.35fr;
  margin: 0 auto;
  max-width: 1440px;
}

.kgbd-footer h3 {
  color: var(--kgbd-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.kgbd-footer p,
.kgbd-footer a,
.kgbd-footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.kgbd-footer a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
}

.kgbd-logo.is-footer strong,
.kgbd-logo.is-footer .kgbd-logo-mark {
  color: var(--kgbd-white);
}

.kgbd-social {
  display: flex;
  gap: 12px;
}

.kgbd-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--kgbd-white);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.kgbd-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 42px auto 0;
  max-width: 1440px;
  padding-top: 22px;
}

.kgbd-muted {
  color: var(--kgbd-muted);
}

.kgbd-is-hidden {
  display: none !important;
}

.kgbd-site :focus-visible {
  outline: 3px solid rgba(207, 7, 17, 0.55);
  outline-offset: 3px;
}

@media (max-width: 1280px) {
  .kgbd-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kgbd-program-grid,
  .kgbd-event-grid,
  .kgbd-instructor-grid,
  .kgbd-achievement-grid,
  .kgbd-news-grid,
  .kgbd-info-grid,
  .kgbd-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kgbd-objections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .kgbd-header {
    min-height: 78px;
  }

  .kgbd-menu-toggle {
    display: block;
  }

  .kgbd-nav {
    background: var(--kgbd-white);
    border-top: 1px solid var(--kgbd-line);
    box-shadow: var(--kgbd-shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 24px 22px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .kgbd-header.is-open .kgbd-nav {
    display: flex;
  }

  .kgbd-nav a {
    padding: 14px 0;
    width: 100%;
  }

  .kgbd-nav a::after {
    bottom: 6px;
  }

  .kgbd-phone {
    display: none;
  }

  .kgbd-choice-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kgbd-stats,
  .kgbd-testimonial-grid,
  .kgbd-benefit-grid,
  .kgbd-steps,
  .kgbd-belt-road,
  .kgbd-belt-timeline,
  .kgbd-footer-grid,
  .kgbd-portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .admin-bar .kgbd-header {
    top: 46px;
  }

  .kgbd-announcement {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .kgbd-header {
    padding: 0 16px;
  }

  .kgbd-logo-mark {
    height: 48px;
    width: 48px;
  }

  .kgbd-logo strong {
    font-size: 1.22rem;
  }

  .kgbd-logo em {
    font-size: 0.72rem;
  }

  .kgbd-header-actions .kgbd-btn {
    display: none;
  }

  .kgbd-site .elementor-section.kgbd-section {
    padding: 48px 16px;
  }

  .kgbd-hero {
    min-height: auto;
  }

  .kgbd-hero-title .elementor-heading-title,
  .kgbd-section h1 .elementor-heading-title,
  .kgbd-section h2 .elementor-heading-title {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .kgbd-trust-strip,
  .kgbd-stats,
  .kgbd-program-grid,
  .kgbd-event-grid,
  .kgbd-instructor-grid,
  .kgbd-achievement-grid,
  .kgbd-news-grid,
  .kgbd-info-grid,
  .kgbd-gallery-grid,
  .kgbd-testimonial-grid,
  .kgbd-benefit-grid,
  .kgbd-steps,
  .kgbd-belt-road,
  .kgbd-belt-timeline,
  .kgbd-footer-grid,
  .kgbd-portal-grid,
  .kgbd-field-grid,
  .kgbd-choice-row,
  .kgbd-objections,
  .kgbd-location-card.is-wide {
    grid-template-columns: 1fr;
  }

  .kgbd-stats div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px 0;
  }

  .kgbd-stats div:first-child {
    border-top: 0;
  }

  .kgbd-video-card {
    min-height: 300px;
  }

  .kgbd-video-card button {
    height: 68px;
    width: 68px;
  }

  .kgbd-video-card strong,
  .kgbd-video-card span {
    left: 24px;
  }

  .kgbd-schedule-table-wrap {
    display: none;
  }

  .kgbd-mobile-schedule {
    display: grid;
    gap: 18px;
  }

  .kgbd-mobile-schedule section {
    border: 1px solid var(--kgbd-line);
    border-radius: var(--kgbd-radius);
    padding: 16px;
  }

  .kgbd-mobile-schedule h3 {
    font-family: Inter, Arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .kgbd-class-card {
    border-left: 3px solid var(--kgbd-red);
    margin: 10px 0;
    padding: 10px 12px;
  }

  .kgbd-print {
    margin-left: 0;
  }

  .kgbd-footer-bottom {
    justify-content: flex-start;
  }
}

@media print {
  .kgbd-header,
  .kgbd-footer,
  .kgbd-announcement,
  .kgbd-filterbar,
  .kgbd-btn {
    display: none !important;
  }

  .kgbd-schedule {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kgbd-site *,
  .kgbd-site *::before,
  .kgbd-site *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  background: var(--kgbd-white);
  border-radius: 4px;
  clip: auto;
  color: var(--kgbd-black);
  height: auto;
  left: 16px;
  padding: 12px 16px;
  top: 16px;
  width: auto;
  z-index: 99999;
}

.kgbd-main {
  background: var(--kgbd-white);
  min-height: 60vh;
}

.kgbd-logo .custom-logo-link,
.kgbd-logo .custom-logo-link img,
.kgbd-logo img.custom-logo {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: 210px;
  width: auto;
}

.kgbd-post-list {
  display: grid;
  gap: 28px;
}

.kgbd-article {
  background: var(--kgbd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px);
  width: 100%;
}

.kgbd-entry-header {
  margin-bottom: 18px;
}

.kgbd-entry-title {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.kgbd-entry-title a {
  text-decoration: none;
}

.kgbd-entry-image {
  border-radius: var(--kgbd-radius);
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}

.kgbd-entry-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.kgbd-entry-content > *:first-child {
  margin-top: 0;
}

.kgbd-entry-content > *:last-child {
  margin-bottom: 0;
}

.kgbd-site .search-form {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  max-width: 640px;
}

.kgbd-site .search-field {
  border: 1px solid var(--kgbd-line);
  border-radius: 5px;
  min-height: 52px;
  padding: 0 16px;
  width: 100%;
}

.kgbd-site .search-submit,
.kgbd-site input[type="submit"] {
  background: var(--kgbd-red);
  border: 1px solid var(--kgbd-red);
  border-radius: 5px;
  color: var(--kgbd-white);
  cursor: pointer;
  font-weight: 900;
  min-height: 52px;
  padding: 0 22px;
}

.kgbd-footer-utility {
  margin: 36px auto 0;
  max-width: 1440px;
}

.kgbd-canvas .kgbd-main {
  min-height: 100vh;
}

/* Premium v2 hardening: keep Elementor globals from flattening the design. */
.kgbd-site .elementor-widget-heading .elementor-heading-title,
.kgbd-site .elementor-heading-title {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.kgbd-site .kgbd-section h1,
.kgbd-site .kgbd-section h2,
.kgbd-site .kgbd-section h3,
.kgbd-site .kgbd-page-hero h1,
.kgbd-site .kgbd-hero h1,
.kgbd-site .kgbd-page-hero .elementor-heading-title,
.kgbd-site .kgbd-hero .elementor-heading-title {
  color: inherit;
}

.kgbd-site .kgbd-hero .elementor-heading-title,
.kgbd-site .kgbd-page-hero .elementor-heading-title,
.kgbd-site .kgbd-section h1,
.kgbd-site .kgbd-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

.kgbd-site .kgbd-hero,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child {
  align-items: center;
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.92) 42%, rgba(0, 0, 0, 0.42) 72%, rgba(0, 0, 0, 0.8) 100%),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
  color: var(--kgbd-white);
  display: flex;
  min-height: clamp(620px, 74vh, 840px);
  overflow: hidden;
  position: relative;
}

.kgbd-site .kgbd-hero::after,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child::after {
  background: linear-gradient(90deg, var(--kgbd-red), transparent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 42%;
}

.kgbd-site .kgbd-hero > .elementor-container,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child > .elementor-container {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.kgbd-site .kgbd-hero-copy,
.kgbd-site .kgbd-hero .elementor-column:first-child,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child .elementor-column:first-child {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));
  padding: clamp(18px, 2vw, 28px) 0;
}

.kgbd-site .kgbd-hero .elementor-heading-title,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child .elementor-heading-title {
  color: var(--kgbd-white) !important;
  font-size: clamp(3.4rem, 6.8vw, 7.8rem);
  line-height: 0.9;
  max-width: 850px;
  text-transform: none;
}

.kgbd-site .kgbd-hero p,
body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  max-width: 620px;
}

.kgbd-site .kgbd-hero-media .kgbd-video-card,
.kgbd-site .kgbd-hero .kgbd-video-card {
  min-height: clamp(360px, 42vw, 590px);
}

.kgbd-site .elementor-section.kgbd-section,
.kgbd-site .elementor-element.kgbd-section,
.kgbd-site section.kgbd-section {
  padding: clamp(64px, 7vw, 112px) clamp(18px, 5vw, 76px);
}

.kgbd-site .kgbd-section:not(.kgbd-dark-section):not(.kgbd-muted-section) {
  background: #fff;
}

.kgbd-site .kgbd-section > .elementor-container,
.kgbd-site .kgbd-global-template > .elementor-container {
  max-width: 1480px;
}

.kgbd-site .kgbd-section h1 .elementor-heading-title,
.kgbd-site .kgbd-section h2 .elementor-heading-title,
.kgbd-site .kgbd-section h1,
.kgbd-site .kgbd-section h2 {
  font-size: clamp(2.55rem, 4.6vw, 5.9rem);
  line-height: 0.95;
}

.kgbd-site .kgbd-page-hero {
  background:
    linear-gradient(180deg, #fff 0%, #f5f5f6 100%);
  color: var(--kgbd-black);
  min-height: 500px;
}

.kgbd-site .kgbd-page-hero.kgbd-dark-section {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.74)),
    url("../images/hero-karate-class.png") center / cover no-repeat;
  color: var(--kgbd-white);
}

.kgbd-site .kgbd-header {
  backdrop-filter: blur(18px);
  min-height: 86px;
}

.kgbd-site .kgbd-logo strong {
  font-size: clamp(1.25rem, 1.65vw, 1.85rem);
}

.kgbd-site .kgbd-logo em {
  font-size: 0.78rem;
}

.kgbd-site .kgbd-nav a {
  font-size: 0.9rem;
}

.kgbd-site .kgbd-program-grid {
  align-items: stretch;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.kgbd-site .kgbd-program-card {
  border: 1px solid rgba(10, 10, 12, 0.08);
  box-shadow: 0 18px 48px rgba(6, 8, 13, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kgbd-site .kgbd-program-card:hover {
  box-shadow: 0 28px 68px rgba(6, 8, 13, 0.16);
  transform: translateY(-6px);
}

.kgbd-site .kgbd-card-body,
.kgbd-site .kgbd-event-card,
.kgbd-site .kgbd-news-card,
.kgbd-site .kgbd-info-grid > div,
.kgbd-site .kgbd-portal-card {
  padding: clamp(22px, 2vw, 32px);
}

.kgbd-site .kgbd-card-media {
  aspect-ratio: 1.18 / 1;
}

.kgbd-site .kgbd-feature-band > .elementor-container,
.kgbd-site .kgbd-split > .elementor-container {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.kgbd-site .kgbd-feature-band .elementor-column,
.kgbd-site .kgbd-split .elementor-column {
  width: 100% !important;
}

.kgbd-site .kgbd-hover-image img,
.kgbd-site .kgbd-feature-band img {
  aspect-ratio: 16 / 10;
  border-radius: var(--kgbd-radius);
  box-shadow: var(--kgbd-shadow);
  object-fit: cover;
  width: 100%;
}

.kgbd-site .kgbd-schedule {
  border: 0;
  box-shadow: 0 26px 70px rgba(7, 9, 15, 0.14);
}

.kgbd-site .kgbd-schedule-table th {
  background: linear-gradient(180deg, #111, #020202);
  letter-spacing: 0.08em;
}

.kgbd-site .kgbd-class-chip {
  background: #fff;
  border-left: 4px solid var(--kgbd-red);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin: 4px 0;
}

.kgbd-site .kgbd-gallery-grid {
  grid-auto-flow: dense;
}

.kgbd-site .kgbd-gallery-item:nth-child(1),
.kgbd-site .kgbd-gallery-item:nth-child(4) {
  grid-row: span 2;
}

.kgbd-site .kgbd-testimonial {
  min-height: 260px;
}

.kgbd-site .kgbd-trial-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 50%, rgba(0, 0, 0, 0.58) 100%),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
}

.kgbd-site .kgbd-form.is-dark,
.kgbd-site .kgbd-trial-section .kgbd-form {
  background: rgba(3, 3, 4, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

@media (max-width: 1180px) {
  .kgbd-site .kgbd-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kgbd-site .kgbd-hero > .elementor-container,
  body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child > .elementor-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kgbd-site .kgbd-hero,
  body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child {
    min-height: auto;
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .kgbd-site .kgbd-hero .elementor-heading-title,
  body.home.kgbd-site .kgbd-page > .elementor > .elementor-section:first-child .elementor-heading-title {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .kgbd-site .kgbd-program-grid,
  .kgbd-site .kgbd-feature-band > .elementor-container,
  .kgbd-site .kgbd-split > .elementor-container {
    grid-template-columns: 1fr;
  }

  .kgbd-site .kgbd-gallery-item:nth-child(1),
  .kgbd-site .kgbd-gallery-item:nth-child(4) {
    grid-row: auto;
  }
}

/* Reference-matched premium homepage. */
.kgbd-home-shell {
  padding: 0 !important;
}

.kgbd-home-shell > .elementor-container,
.kgbd-home-shell .elementor-column,
.kgbd-home-shell .elementor-widget-wrap,
.kgbd-home-shell .elementor-widget-shortcode,
.kgbd-home-shell .elementor-shortcode {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.kgbd-premium-home {
  --ki-red: #d70712;
  --ki-black: #030303;
  --ki-ink: #101010;
  --ki-gray: #f3f3f4;
  --ki-line: #dedee2;
  background: #fff;
  color: var(--ki-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.kgbd-premium-home h1,
.kgbd-premium-home h2,
.kgbd-premium-home h3 {
  color: inherit;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.kgbd-premium-home p {
  color: inherit;
  line-height: 1.45;
  margin: 0;
}

.kgbd-ki-kicker {
  align-items: center;
  color: var(--ki-red);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 1000;
  gap: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.kgbd-ki-kicker::before {
  background: var(--ki-red);
  content: "";
  display: inline-block;
  height: 3px;
  width: 44px;
}

.kgbd-ki-hero {
  background:
    linear-gradient(98deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.72) 54%, rgba(0, 0, 0, 0.4) 72%, #050505 100%),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  min-height: 720px;
  padding: clamp(44px, 5vw, 76px) clamp(42px, 7vw, 112px) 0;
  position: relative;
}

.kgbd-ki-hero::before {
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0) 0 49%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 52%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 10px);
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  width: 42%;
}

.kgbd-ki-hero::after {
  background: linear-gradient(90deg, var(--ki-red), rgba(215, 7, 18, 0));
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 62%;
}

.kgbd-ki-hero__copy {
  align-self: center;
  max-width: 690px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

.kgbd-ki-hero h1 {
  font-size: clamp(4.4rem, 7.4vw, 9rem);
  font-style: italic;
  line-height: 0.86;
  margin-bottom: 26px;
}

.kgbd-ki-hero h1 span,
.kgbd-ki-hero h1 em {
  display: block;
}

.kgbd-ki-hero h1 em {
  color: var(--ki-red);
  font-style: italic;
}

.kgbd-ki-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  max-width: 540px;
}

.kgbd-ki-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.kgbd-ki-hero__trust {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
  max-width: 720px;
}

.kgbd-ki-hero__trust div {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 42px 1fr;
  min-height: 82px;
  padding: 14px;
}

.kgbd-ki-hero__trust svg {
  border: 1px solid var(--ki-red);
  border-radius: 50%;
  color: var(--ki-red);
  height: 42px;
  padding: 9px;
  width: 42px;
}

.kgbd-ki-hero__trust strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.kgbd-ki-hero__trust span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  grid-column: 2;
}

.kgbd-ki-hero__media {
  align-self: end;
  min-height: 600px;
  position: relative;
  z-index: 2;
}

.kgbd-ki-video {
  background: #111;
  border-radius: 0;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.kgbd-ki-video.is-large {
  height: min(600px, 74vh);
  margin-left: -40px;
  margin-top: 48px;
}

.kgbd-ki-video.is-wide {
  aspect-ratio: 16 / 8.4;
}

.kgbd-ki-video img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
  width: 100%;
}

.kgbd-ki-video:hover img {
  filter: contrast(1.08) saturate(1.1);
  transform: scale(1.045);
}

.kgbd-ki-video__shade {
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.86));
  inset: 0;
  position: absolute;
}

.kgbd-ki-video button {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--ki-red);
  display: flex;
  height: 96px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
}

.kgbd-ki-video button svg {
  height: 34px;
  width: 34px;
}

.kgbd-ki-video__meta {
  bottom: 26px;
  color: #fff;
  left: 30px;
  position: absolute;
}

.kgbd-ki-video__meta strong {
  display: block;
  font-weight: 1000;
}

.kgbd-ki-video__meta span {
  color: rgba(255, 255, 255, 0.72);
}

.kgbd-ki-intro {
  align-items: center;
  background: #fff;
  display: grid;
  gap: clamp(40px, 6vw, 90px);
  grid-template-columns: minmax(420px, 0.98fr) minmax(460px, 1.02fr);
  padding: clamp(58px, 6vw, 92px) clamp(42px, 7vw, 112px);
}

.kgbd-ki-intro__copy {
  max-width: 650px;
}

.kgbd-ki-intro h2,
.kgbd-ki-section__head h2,
.kgbd-ki-coaches h2,
.kgbd-ki-dark h2,
.kgbd-ki-gallery-band h2,
.kgbd-ki-stories h2,
.kgbd-ki-trial h2 {
  font-size: clamp(3rem, 5vw, 6.4rem);
}

.kgbd-ki-intro p,
.kgbd-ki-section__head p,
.kgbd-ki-coaches p,
.kgbd-ki-dark p,
.kgbd-ki-stories p,
.kgbd-ki-trial p {
  color: #343438;
  font-size: 1.04rem;
  max-width: 620px;
}

.kgbd-ki-metrics {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.kgbd-ki-metrics strong {
  color: var(--ki-red);
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.kgbd-ki-metrics span {
  color: #555;
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-top: 6px;
  text-transform: uppercase;
}

.kgbd-ki-program-rail {
  background: #fff;
  border-bottom: 1px solid var(--ki-line);
  border-top: 1px solid var(--ki-line);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 clamp(42px, 7vw, 112px);
  position: relative;
}

.kgbd-ki-program-rail::before,
.kgbd-ki-program-rail::after {
  background: var(--ki-red);
  content: "";
  height: calc(100% + 22px);
  position: absolute;
  top: -11px;
  transform: skewX(-16deg);
  width: 22px;
}

.kgbd-ki-program-rail::before {
  left: -14px;
}

.kgbd-ki-program-rail::after {
  right: -14px;
}

.kgbd-ki-program-rail a {
  align-items: center;
  border-right: 1px solid var(--ki-line);
  color: var(--ki-ink);
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 42px 1fr;
  min-height: 96px;
  padding: 18px 22px;
  text-decoration: none;
}

.kgbd-ki-program-rail a:last-child {
  border-right: 0;
}

.kgbd-ki-program-rail svg {
  color: var(--ki-red);
  height: 34px;
  width: 34px;
}

.kgbd-ki-program-rail strong {
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.kgbd-ki-program-rail span {
  color: #666;
  font-size: 0.76rem;
  grid-column: 2;
}

.kgbd-ki-section,
.kgbd-ki-coaches,
.kgbd-ki-gallery-band,
.kgbd-ki-stories {
  padding: clamp(68px, 7vw, 112px) clamp(42px, 7vw, 112px);
}

.kgbd-ki-section__head {
  margin-bottom: clamp(30px, 4vw, 54px);
}

.kgbd-ki-section__head.is-split {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(420px, 0.9fr) minmax(380px, 0.55fr);
}

.kgbd-premium-home .kgbd-program-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kgbd-premium-home .kgbd-program-card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.11);
}

.kgbd-premium-home .kgbd-card-media {
  aspect-ratio: 1.12 / 0.88;
}

.kgbd-premium-home .kgbd-card-body {
  border-left: 4px solid var(--ki-red);
  padding: 24px 24px 26px;
}

.kgbd-premium-home .kgbd-card-icon {
  background: none;
  border: 0;
  color: var(--ki-red);
  height: 30px;
  justify-content: flex-start;
  margin-bottom: 14px;
  width: 30px;
}

.kgbd-premium-home .kgbd-program-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.22rem;
  line-height: 1.05;
}

.kgbd-premium-home .kgbd-program-card p {
  color: #454549;
  font-size: 0.92rem;
}

.kgbd-ki-values {
  background: #f2f2f3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(42px, 7vw, 112px) clamp(72px, 7vw, 108px);
}

.kgbd-ki-values article {
  background: #fff;
  min-height: 220px;
  overflow: hidden;
  padding: 34px 28px;
  position: relative;
}

.kgbd-ki-values article::after {
  background: var(--ki-red);
  content: "";
  height: 120%;
  position: absolute;
  right: -8px;
  top: -10%;
  transform: skewX(-16deg);
  width: 3px;
}

.kgbd-ki-values h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.6rem);
  font-style: italic;
  margin-bottom: 18px;
}

.kgbd-ki-values p {
  color: #424247;
  font-size: 0.95rem;
}

.kgbd-ki-coaches {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
}

.kgbd-ki-coaches .kgbd-instructor-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-ki-coaches .kgbd-instructor-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.kgbd-ki-coaches .kgbd-instructor-card .kgbd-card-media {
  aspect-ratio: 0.88 / 1;
}

.kgbd-ki-coaches .kgbd-instructor-card .kgbd-card-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #fff);
  border-left: 4px solid var(--ki-red);
  bottom: 0;
  left: 0;
  margin: -42px 14px 0;
  min-height: 230px;
  position: relative;
  z-index: 2;
}

.kgbd-ki-dark {
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.88)),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
  color: #fff;
  padding: clamp(72px, 7vw, 112px) clamp(42px, 7vw, 112px);
}

.kgbd-ki-dark .kgbd-ki-section__head p,
.kgbd-ki-dark .kgbd-schedule-note {
  color: rgba(255, 255, 255, 0.72);
}

.kgbd-ki-dark .kgbd-schedule {
  border-radius: 0;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.kgbd-ki-gallery-band {
  background:
    linear-gradient(110deg, #060606, #111),
    radial-gradient(circle at right, rgba(215, 7, 18, 0.25), transparent 40%);
  color: #fff;
}

.kgbd-ki-gallery-band .kgbd-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kgbd-ki-gallery-band .kgbd-gallery-item {
  border-radius: 0;
  min-height: 300px;
}

.kgbd-ki-stories {
  background: #050505;
  color: #fff;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(360px, 0.38fr) minmax(0, 0.62fr);
}

.kgbd-ki-stories p {
  color: rgba(255, 255, 255, 0.76);
}

.kgbd-ki-stories .kgbd-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kgbd-ki-stories .kgbd-testimonial {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
}

.kgbd-ki-trial {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.78)),
    url("../images/hero-karate-class.png") right center / cover no-repeat;
  color: #fff;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(420px, 0.9fr) minmax(380px, 0.55fr);
  padding: clamp(74px, 7vw, 118px) clamp(42px, 7vw, 112px);
}

.kgbd-ki-trial p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
}

.kgbd-ki-location {
  align-self: center;
  background: #fff;
  color: #111;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.kgbd-ki-location img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.kgbd-ki-location h3,
.kgbd-ki-location p,
.kgbd-ki-location strong,
.kgbd-ki-location span {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}

.kgbd-ki-location h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.5rem;
  margin: 28px 0 10px;
}

.kgbd-ki-location p {
  color: #333;
}

.kgbd-ki-location strong {
  margin-top: 24px;
}

.kgbd-ki-location span {
  color: #666;
  padding-bottom: 30px;
}

@media (max-width: 1280px) {
  .kgbd-ki-hero,
  .kgbd-ki-intro,
  .kgbd-ki-section__head.is-split,
  .kgbd-ki-coaches,
  .kgbd-ki-stories,
  .kgbd-ki-trial {
    grid-template-columns: 1fr;
  }

  .kgbd-ki-hero__media {
    min-height: auto;
  }

  .kgbd-ki-video.is-large {
    height: 520px;
    margin-left: 0;
  }

  .kgbd-premium-home .kgbd-program-grid,
  .kgbd-ki-coaches .kgbd-instructor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kgbd-ki-values,
  .kgbd-ki-gallery-band .kgbd-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .kgbd-ki-hero,
  .kgbd-ki-intro,
  .kgbd-ki-section,
  .kgbd-ki-coaches,
  .kgbd-ki-dark,
  .kgbd-ki-gallery-band,
  .kgbd-ki-stories,
  .kgbd-ki-trial {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kgbd-ki-program-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 18px;
    margin-right: 18px;
  }

  .kgbd-ki-hero h1 {
    font-size: clamp(3.6rem, 15vw, 5.6rem);
  }

  .kgbd-ki-hero__trust,
  .kgbd-ki-metrics,
  .kgbd-premium-home .kgbd-program-grid,
  .kgbd-ki-values,
  .kgbd-ki-coaches .kgbd-instructor-grid,
  .kgbd-ki-gallery-band .kgbd-gallery-grid,
  .kgbd-ki-stories .kgbd-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .kgbd-ki-video.is-large {
    height: 360px;
  }
}

/* Final packaging pass: true full-width premium header and reference-style hero fade. */
.kgbd-site .kgbd-header-section,
.kgbd-site .kgbd-header-section > .elementor-container,
.kgbd-site .kgbd-header-section .elementor-column,
.kgbd-site .kgbd-header-section .elementor-widget-wrap,
.kgbd-site .kgbd-header-section .elementor-widget-html,
.kgbd-site .kgbd-header-section .elementor-widget-container {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.kgbd-site .kgbd-header-section {
  left: 50%;
  margin-left: -50vw !important;
  position: sticky;
  top: 0;
  width: 100vw !important;
  z-index: 1000;
}

.admin-bar.kgbd-site .kgbd-header-section {
  top: 32px;
}

.kgbd-site .kgbd-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  left: auto;
  margin: 0 !important;
  max-width: none;
  min-height: 96px;
  padding-left: clamp(34px, 5.8vw, 86px);
  padding-right: clamp(34px, 5.8vw, 86px);
  top: 0;
  width: 100%;
}

.kgbd-site .kgbd-header .kgbd-btn {
  min-height: 58px;
  min-width: 178px;
}

.kgbd-site .kgbd-ki-hero__media::before {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 14%, rgba(0, 0, 0, 0.52) 32%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0) 100%);
  content: "";
  inset: 0 auto 0 -90px;
  pointer-events: none;
  position: absolute;
  width: min(42vw, 620px);
  z-index: 4;
}

.kgbd-site .kgbd-ki-video.is-large {
  box-shadow: none;
  margin-left: -88px;
}

.kgbd-site .kgbd-ki-video.is-large::before {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 18%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0) 72%);
  content: "";
  inset: 0 auto 0 0;
  pointer-events: none;
  position: absolute;
  width: 48%;
  z-index: 3;
}

.kgbd-site .kgbd-ki-video.is-large .kgbd-ki-video__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0) 42%),
    linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.88));
  z-index: 2;
}

.kgbd-site .kgbd-ki-video.is-large button,
.kgbd-site .kgbd-ki-video.is-large .kgbd-ki-video__meta {
  z-index: 5;
}

@media (max-width: 1280px) {
  .kgbd-site .kgbd-ki-video.is-large {
    margin-left: 0;
  }

  .kgbd-site .kgbd-ki-hero__media::before {
    display: none;
  }
}

@media (max-width: 782px) {
  .admin-bar.kgbd-site .kgbd-header-section {
    top: 46px;
  }
}
