:root {
  --bkp-red: #ed1c24;
  --bkp-red-dark: #9d070d;
  --bkp-black: #08090b;
  --bkp-ink: #15171b;
  --bkp-soft: #f3f4f6;
  --bkp-line: #e3e5e8;
  --bkp-muted: #68707d;
  --bkp-white: #fff;
}

body {
  background: #f4f5f7;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

#cm-masthead {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
}

#cm-masthead .cm-header-top-row {
  color: #fff;
  background: #090a0d;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#cm-masthead .breaking-news-latest {
  color: #fff;
  background: var(--bkp-red);
  border-radius: 4px;
  padding: 5px 9px;
  font-size: 11px;
  letter-spacing: .08em;
}

#cm-masthead .breaking-news-latest {
  font-size: 0;
}

#cm-masthead .breaking-news-latest::after {
  content: "SON DAKİKA";
  font-size: 11px;
}

#cm-masthead .breaking-news a,
#cm-masthead .date-in-header,
#cm-masthead .header-social-icons a {
  color: #d9dce2;
}

#cm-masthead .header-social-icons a[href="#"] {
  display: none;
}

#cm-masthead .cm-header-main-row {
  background: linear-gradient(110deg, #07080a 0%, #111319 66%, #220508 100%);
}

#cm-masthead .cm-header-main-row .cm-main-row {
  min-height: 92px;
}

#cm-masthead .custom-logo {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(237, 28, 36, .30));
}

/* Geniş marka bandının altında yinelenen yuvarlak site logosunu kaldır. */
#cm-masthead .cm-site-branding {
  display: none !important;
}

#cm-secondary-nav a {
  color: #f4f5f7;
  font-size: 12px;
  font-weight: 700;
}

#cm-secondary-nav a:hover {
  color: #ff3d45;
}

/* Tema üst şeridindeki İngilizce etiketi kurumsal Türkçe karşılığıyla değiştir. */
#cm-masthead .breaking-news-latest {
  font-size: 0;
}

#cm-masthead .breaking-news-latest::after {
  content: "SON DAKİKA";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
}

#cm-masthead .cm-search-box input {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

#cm-masthead .cm-header-bottom-row {
  background: #0d0f13;
  border-top: 3px solid var(--bkp-red);
}

#cm-primary-nav .cm-primary-menu > li > a {
  color: #f8f8fa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
}

#cm-primary-nav .cm-primary-menu > li:hover > a,
#cm-primary-nav .cm-primary-menu > .current-menu-item > a,
#cm-primary-nav .cm-primary-menu > .current_page_item > a {
  color: #fff;
  background: var(--bkp-red);
}

.cm-random-post svg {
  fill: #fff;
}

/* ColorMag'in örnek/rastgele yazıya götüren çapraz ok düğmesini kaldır. */
#cm-masthead .cm-random-post {
  display: none !important;
}

.home .entry-header,
.home .cm-entry-header,
.home .entry-title,
.home .cm-page-header {
  display: none !important;
}

.home #cm-content {
  padding-top: 0 !important;
}

.home #main,
.home #primary,
.home .cm-primary,
.home .entry-content,
.home .cm-entry-summary,
.home .cm-post-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home .hentry,
.home article.page {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bkp-home,
.bkp-home * {
  box-sizing: border-box;
}

.bkp-home {
  width: 100%;
  max-width: 1480px;
  min-width: 0;
  margin: 14px auto 54px;
  color: var(--bkp-ink);
}

.bkp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bkp-home a {
  color: inherit;
  text-decoration: none;
}

.bkp-home h1,
.bkp-home h2,
.bkp-home h3,
.bkp-home p {
  margin: 0;
}

.bkp-breaking {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  color: #fff;
  background: #101216;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.bkp-breaking > strong {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: var(--bkp-red);
  font-size: 12px;
  letter-spacing: .08em;
}

.bkp-breaking i,
.bkp-breaking__live i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.65);
  animation: bkp-pulse 1.7s infinite;
}

.bkp-breaking__track {
  display: flex;
  gap: 32px;
  min-width: 0;
  overflow: hidden;
  padding: 0 18px;
  white-space: nowrap;
  font-size: 13px;
}

.bkp-breaking__track a,
.bkp-breaking__track span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bkp-breaking__track a::after {
  content: "•";
  margin-left: 28px;
  color: var(--bkp-red);
}

.bkp-breaking__live {
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  padding: 0 17px;
  color: #fff !important;
  background: #24272e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.bkp-breaking__live i {
  background: var(--bkp-red);
  box-shadow: 0 0 0 0 rgba(237,28,36,.72);
}

.bkp-brand-banner {
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  background: #050506;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}

.bkp-brand-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.bkp-brand-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.bkp-brand-tagline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 6px 14px 5px;
  color: #fff;
  background: linear-gradient(90deg, #97070c 0%, var(--bkp-red) 48%, #97070c 100%);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .24em;
  text-align: center;
  text-transform: uppercase;
}

#cm-masthead .bkp-brand-banner--header {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#cm-masthead .bkp-brand-banner--header a {
  display: block;
}

#cm-masthead .bkp-brand-banner--header[hidden] {
  display: none;
}

#cm-masthead .bkp-mobile-brand-block {
  width: 100%;
  color: #fff;
  background: #090a0d;
}

#cm-masthead .bkp-mobile-brand-block[hidden] {
  display: none;
}

#cm-masthead .bkp-mobile-brand-block__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 52px;
  padding: 0 14px 0 64px;
  color: #d9dce2;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}

#cm-masthead .bkp-mobile-brand-block__clock {
  position: static;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  transform: none;
}

#cm-masthead .bkp-mobile-brand-block__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: #d9dce2;
  font-size: 12px;
  font-weight: 600;
}

#cm-masthead .bkp-mobile-brand-block__divider {
  width: 2px;
  height: 15px;
  border-radius: 999px;
  background: var(--bkp-red);
}

#cm-masthead .bkp-mobile-brand-block__calendar-date {
  white-space: nowrap;
}

#cm-masthead .bkp-mobile-brand-block .bkp-brand-banner {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#cm-masthead .bkp-mobile-brand-block a {
  display: block;
}

/* Mobilde logodan kalan boş tema satırlarını kaldır. */
#cm-masthead .cm-mobile-row > .cm-header-top-row,
#cm-masthead .cm-mobile-row > .cm-header-main-row {
  display: none !important;
}

/* Üç çizgili menüyü tarih ile aynı üst satırın soluna al. */
#cm-masthead .cm-mobile-row {
  position: relative;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 !important;
  overflow: visible;
  border-top: 0 !important;
  background: transparent;
  pointer-events: none;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-container,
#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-bottom-row,
#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-header-left-col {
  width: 100%;
  max-width: none;
  height: 52px;
  margin: 0;
  padding: 0;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-mobile-nav-container,
#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-menu-toggle,
#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-mobile-nav {
  pointer-events: auto;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-header-left-col {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-mobile-nav-container {
  margin: 0 !important;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 52px;
  margin: 0;
  padding: 13px 15px;
  border: 0;
  background: transparent;
}

#cm-masthead .cm-mobile-row > .cm-header-bottom-row .cm-menu-toggle svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

#cm-masthead .cm-mobile-row > .bkp-mobile-brand-block {
  border-bottom: 0;
}

.bkp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(390px, .85fr);
  gap: 14px;
  margin-top: 14px;
}

.bkp-lead {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #111318;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.17);
}

.bkp-lead > a,
.bkp-lead--empty {
  display: block;
  width: 100%;
  height: 100%;
}

.bkp-lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.bkp-lead:hover img {
  transform: scale(1.025);
}

.bkp-lead__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,4,6,.05) 24%, rgba(3,4,6,.95) 100%);
}

.bkp-lead__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(24px, 5vw, 54px);
}

.bkp-lead__content > b {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  color: #fff;
  background: var(--bkp-red);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.bkp-lead__content h1,
.bkp-lead__content h2 {
  max-width: 950px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.bkp-lead__content p {
  max-width: 760px;
  margin-top: 15px;
  color: #d3d6dc;
  font-size: 16px;
  line-height: 1.55;
}

.bkp-lead__content time {
  display: block;
  margin-top: 13px;
  color: #b2b7c1;
  font-size: 12px;
}

.bkp-lead--empty {
  align-self: start;
  height: auto;
  min-height: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(237,28,36,.34), transparent 31%),
    linear-gradient(145deg, #090a0d 0%, #14171c 58%, #2d0508 100%);
}

.bkp-lead--empty .bkp-lead__content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: clamp(28px, 4vw, 42px);
}

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

.bkp-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bkp-line);
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(13,18,26,.055);
}

.bkp-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #15171b;
}

.bkp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.bkp-card:hover .bkp-card__media img {
  transform: scale(1.035);
}

.bkp-card__media > span {
  position: absolute;
  bottom: 9px;
  left: 9px;
  padding: 5px 8px;
  color: #fff;
  background: var(--bkp-red);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bkp-card__body {
  padding: 15px;
}

.bkp-card__body time {
  color: #858b96;
  font-size: 10px;
}

.bkp-card__body h3 {
  margin-top: 6px;
  color: #15171b;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -.018em;
}

.bkp-card__body h3 a:hover {
  color: var(--bkp-red);
}

.bkp-card__body p {
  margin-top: 9px;
  color: var(--bkp-muted);
  font-size: 12px;
  line-height: 1.5;
}

.bkp-card--side {
  min-width: 0;
}

.bkp-card--side .bkp-card__body {
  padding: 11px 12px 14px;
}

.bkp-card--side .bkp-card__body h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bkp-action-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 268px;
  padding: 22px;
  color: #fff !important;
  background: linear-gradient(150deg, #171a20, #090a0c);
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
}

.bkp-action-card:nth-child(2) { background: linear-gradient(145deg, #1e232b, #111318); }
.bkp-action-card:nth-child(3) { background: linear-gradient(145deg, #4d080d, #17080a); }
.bkp-action-card--instagram { background: linear-gradient(145deg, #42106b, #a50b47 55%, #f47b20); }
.bkp-action-card--live { background: radial-gradient(circle at 80% 10%, rgba(237,28,36,.45), transparent 34%), #0b0d10; }
.bkp-action-card span { color: #ff4a52; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.bkp-action-card--instagram span { color: #fff; }
.bkp-action-card strong { margin-top: 7px; font-size: 19px; line-height: 1.18; }
.bkp-action-card small { margin-top: 12px; color: #c5c9d0; }

.bkp-fast {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.bkp-fast a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--bkp-line);
  border-radius: 13px;
  transition: border-color .2s, transform .2s;
}

.bkp-fast a:hover {
  border-color: rgba(237,28,36,.5);
  transform: translateY(-2px);
}

.bkp-fast a > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--bkp-red);
  border-radius: 50%;
}

.bkp-fast b {
  align-self: end;
  font-size: 14px;
}

.bkp-fast small {
  align-self: start;
  color: var(--bkp-muted);
  font-size: 10px;
}

.bkp-section {
  margin-top: 36px;
}

.bkp-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #181a1f;
}

.bkp-section__head > div > span,
.bkp-promo span,
.bkp-instagram span {
  color: var(--bkp-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.bkp-section__head h2,
.bkp-promo h2,
.bkp-instagram h2 {
  margin-top: 3px;
  color: #111318;
  font-size: clamp(25px, 3.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.bkp-section__head > a {
  color: var(--bkp-red);
  font-size: 12px;
  font-weight: 800;
}

.bkp-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bkp-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bkp-empty-news {
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
  background: #fff;
  border: 1px solid var(--bkp-line);
  border-radius: 16px;
}

.bkp-empty-news strong {
  display: block;
  font-size: 26px;
}

.bkp-empty-news p {
  max-width: 620px;
  margin: 10px auto 20px;
  color: var(--bkp-muted);
}

.bkp-button,
.bkc-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 19px;
  color: #fff !important;
  background: var(--bkp-red);
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(237,28,36,.22);
}

.bkp-button:hover,
.bkc-page-button:hover {
  background: #ff3038;
}

.bkp-promo,
.bkp-instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 36px;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background: radial-gradient(circle at 90% 10%, rgba(237,28,36,.34), transparent 30%), #0b0d11;
  border-radius: 18px;
}

.bkp-promo h2,
.bkp-instagram h2 {
  color: #fff;
}

.bkp-promo p,
.bkp-instagram p {
  margin-top: 10px;
  color: #bdc2cb;
}

.bkp-instagram {
  background: linear-gradient(120deg, #451371, #a50a4d 60%, #ec6b16);
}

.bkp-instagram span {
  color: #fff;
}

.bkp-button--light {
  flex: 0 0 auto;
  color: #17191e !important;
  background: #fff;
  box-shadow: none;
}

.bkp-button--light:hover {
  background: #f3f4f6;
}

.page:not(.home) .entry-content > h2,
.page:not(.home) .cm-entry-summary > h2 {
  margin-top: 26px;
  color: #15171b;
}

.page:not(.home) .entry-content,
.page:not(.home) .cm-entry-summary {
  font-size: 16px;
  line-height: 1.8;
}

.bkc-article-transparency {
  margin: 34px 0 8px;
  padding: 22px;
  color: #1b1d22;
  background: #f6f7f9;
  border: 1px solid #e2e5e9;
  border-left: 4px solid var(--bkp-red);
  border-radius: 10px;
}

.bkc-article-transparency h2 {
  margin: 0 0 14px;
  font-size: 19px;
}

.bkc-article-transparency__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.bkc-article-transparency__grid div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bkc-article-transparency__grid span {
  color: #68707d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bkc-article-transparency__grid strong,
.bkc-article-transparency__grid a {
  color: #181a1f;
  font-size: 14px;
}

.bkc-article-transparency > p {
  margin: 16px 0 0;
  color: #5e6672;
  font-size: 13px;
}

.bkc-article-transparency > p a {
  color: #b20d14;
  font-weight: 800;
}

#cm-footer {
  color: #c8ccd3;
  background: #08090b;
  border-top: 4px solid var(--bkp-red);
}

#cm-footer a {
  color: #f3f4f6;
}

#cm-footer .cm-copyright {
  color: transparent;
  font-size: 0;
}

#cm-footer .cm-copyright::before {
  content: "© Bursa Konuşuyor · Bursa’nın Cesur Sesi · Yeni Nesil Habercilik";
  color: #d6d9df;
  font-size: 12px;
}

#cm-footer-nav a {
  font-size: 11px;
}

@keyframes bkp-pulse {
  70% { box-shadow: 0 0 0 8px rgba(237,28,36,0); }
  100% { box-shadow: 0 0 0 0 rgba(237,28,36,0); }
}

@media (max-width: 1120px) {
  .bkp-hero { grid-template-columns: 1fr; }
  .bkp-lead { min-height: 520px; }
  .bkp-lead--empty { min-height: 0; }
  .bkp-hero__side { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bkp-action-card { min-height: 210px; }
  .bkp-news-grid,
  .bkp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  #cm-masthead .cm-header-main-row .cm-main-row { min-height: 70px; }
  #cm-masthead .custom-logo { width: 50px; height: 50px; }
  .bkp-home { width: 100%; max-width: 100%; margin-top: 14px; }
  .bkp-breaking { grid-template-columns: auto minmax(0, 1fr); border-radius: 7px; }
  .bkp-breaking > strong { padding: 0 11px; font-size: 9px; }
  .bkp-breaking__track { padding: 0 10px; font-size: 11px; }
  .bkp-breaking__track a:not(:first-child) { display: none; }
  .bkp-breaking__live { display: none; }
  .bkp-brand-banner { margin-top: 8px; border-radius: 10px; }
  #cm-masthead .bkp-brand-banner--header { margin-top: 0; border-radius: 0; }
  .bkp-brand-tagline { min-height: 24px; padding: 6px 12px 5px; font-size: 10px; letter-spacing: .2em; }
  .bkp-lead { min-height: 470px; border-radius: 13px; }
  .bkp-lead--empty { min-height: 0; border-radius: 13px; }
  .bkp-lead__content { padding: 24px 20px; }
  .bkp-lead__content h1,
  .bkp-lead__content h2 { font-size: 35px; }
  .bkp-lead__content p { font-size: 13px; }
  .bkp-lead--empty .bkp-lead__content { padding: 22px 20px; }
  .bkp-hero__side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bkp-action-card { min-height: 190px; padding: 17px; }
  .bkp-action-card strong { font-size: 16px; }
  .bkp-fast { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bkp-fast a { min-height: 70px; padding: 11px; }
  .bkp-news-grid,
  .bkp-category-grid { gap: 9px; }
  .bkp-card__body { padding: 11px; }
  .bkp-card__body h3 { font-size: 15px; }
  .bkp-card__body p { display: none; }
  .bkp-promo,
  .bkp-instagram { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .bkp-lead { min-height: 430px; }
  .bkp-lead--empty { min-height: 0; }
  .bkp-lead__content h1,
  .bkp-lead__content h2 { font-size: 31px; }
  .bkc-article-transparency { padding: 17px; }
  .bkc-article-transparency__grid { grid-template-columns: 1fr; }
  .bkp-hero__side { gap: 7px; }
  .bkp-action-card { min-height: 170px; padding: 14px; }
  .bkp-action-card strong { font-size: 14px; }
  .bkp-action-card small { font-size: 9px; }
  .bkp-news-grid,
  .bkp-category-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .bkp-card { border-radius: 9px; }
  .bkp-card__body h3 { font-size: 13px; }
  .bkp-card__body time { font-size: 8px; }
  .bkp-section { margin-top: 28px; }
  .bkp-section__head h2 { font-size: 26px; }
}
