/*
Theme Name: Bochkand WP Master
Theme URI: https://example.com/
Author: Bochkand
Description: Lightweight, brand-agnostic WordPress block theme master for company profiles, product landing pages, and SEO articles.
Version: 0.8.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: bochkand-wp-master
*/

/* Front-end adjustments kept intentionally small.
   Most design tokens live in theme.json. */

:root {
  --bkm-container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  text-wrap: pretty;
}

.wp-site-blocks {
  min-height: 100vh;
}

.bkm-section {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.bkm-card {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.bkm-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 781px) {
  .bkm-desktop-only {
    display: none !important;
  }
}


/* v0.2 component layer */
.bkm-hero {
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.bkm-section-tight {
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.bkm-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.bkm-card {
  background: var(--wp--preset--color--background);
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

.bkm-card--dark {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  border-color: rgba(255,255,255,.12);
}

.bkm-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .5rem;
  padding: .4rem .75rem;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bkm-article-shell {
  max-width: 760px;
  margin-inline: auto;
}

.bkm-article-shell :where(h2,h3) {
  scroll-margin-top: 7rem;
}

.bkm-article-shell h2 {
  margin-top: 2.4em;
}

.bkm-article-shell h3 {
  margin-top: 1.8em;
}

.bkm-article-shell :where(p,li) {
  line-height: 1.78;
}

@media (max-width: 781px) {
  .bkm-hero {
    padding-block: 4rem;
  }
}


/* =========================================================
   v0.3 — production-oriented visual system
   ========================================================= */

:root {
  --bkm-max: 1200px;
  --bkm-radius-sm: 12px;
  --bkm-radius-md: 18px;
  --bkm-radius-lg: 28px;
  --bkm-shadow-sm: 0 10px 35px rgba(17, 24, 39, .06);
  --bkm-shadow-md: 0 24px 70px rgba(17, 24, 39, .10);
  --bkm-transition: 180ms ease;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: color var(--bkm-transition), opacity var(--bkm-transition), transform var(--bkm-transition);
}

.wp-block-button__link {
  transition: transform var(--bkm-transition), box-shadow var(--bkm-transition), background var(--bkm-transition);
}

.wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 100, 0, .18);
}

.bkm-wrap {
  max-width: var(--bkm-max);
  margin-inline: auto;
}

.bkm-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 11vw, 8.5rem);
}

.bkm-hero::before {
  content: "";
  position: absolute;
  width: min(720px, 70vw);
  aspect-ratio: 1;
  right: -16%;
  top: -28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,100,0,.16), rgba(0,100,0,0) 68%);
  pointer-events: none;
}

.bkm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.bkm-hero-copy {
  position: relative;
  z-index: 2;
}

.bkm-hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
}

.bkm-hero-copy p {
  max-width: 62ch;
}

.bkm-visual {
  position: relative;
  z-index: 2;
  border: 1px solid var(--wp--preset--color--border);
  background: linear-gradient(145deg, #ffffff 0%, #f6f7f7 100%);
  border-radius: var(--bkm-radius-lg);
  box-shadow: var(--bkm-shadow-md);
  padding: 18px;
}

.bkm-visual-top {
  display: flex;
  gap: 7px;
  padding: 4px 2px 14px;
}

.bkm-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c7cbd0;
}

.bkm-interface {
  border-radius: 18px;
  background: #101212;
  color: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
  min-height: 360px;
}

.bkm-interface-row {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,.035);
  margin-top: 12px;
}

.bkm-interface-row strong {
  display: block;
  margin-bottom: 4px;
}

.bkm-interface-row span {
  color: rgba(255,255,255,.62);
  font-size: .9rem;
}

.bkm-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .78rem;
  font-weight: 700;
  padding: .4rem .7rem;
  border-radius: 999px;
  color: #d8ffd8;
  background: rgba(0,100,0,.28);
  border: 1px solid rgba(215,255,215,.18);
}

.bkm-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #47d147;
}

.bkm-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.bkm-section-head {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.bkm-kicker {
  border-color: rgba(0,100,0,.22);
  background: rgba(0,100,0,.055);
}

.bkm-card {
  height: 100%;
  border-radius: var(--bkm-radius-md);
  transition: transform var(--bkm-transition), box-shadow var(--bkm-transition), border-color var(--bkm-transition);
}

.bkm-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,100,0,.22);
  box-shadow: var(--bkm-shadow-sm);
}

.bkm-product-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.bkm-product-card .wp-block-buttons {
  margin-top: auto;
}

.bkm-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.bkm-product-card--dark {
  background: #101212;
  border-color: #202525;
  color: #fff;
}

.bkm-product-card--dark p {
  color: rgba(255,255,255,.68);
}

.bkm-product-card--dark .bkm-icon {
  background: var(--wp--preset--color--primary);
}

.bkm-metric {
  text-align: center;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.bkm-metric strong {
  display: block;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.1;
  margin-bottom: .4rem;
}

.bkm-metric span {
  color: var(--wp--preset--color--muted);
  font-size: .92rem;
}

.bkm-steps {
  counter-reset: bkmstep;
}

.bkm-step {
  position: relative;
  padding-left: 4.25rem;
}

.bkm-step::before {
  counter-increment: bkmstep;
  content: "0" counter(bkmstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-size: .78rem;
  font-weight: 800;
}

.bkm-usecase {
  border-left: 3px solid var(--wp--preset--color--primary);
  padding-left: 1.2rem;
}

.bkm-faq details {
  border-top: 1px solid var(--wp--preset--color--border);
  padding-block: 1.1rem;
}

.bkm-faq details:last-child {
  border-bottom: 1px solid var(--wp--preset--color--border);
}

.bkm-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.bkm-faq details p {
  color: var(--wp--preset--color--muted);
}

.bkm-article-card .wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 14px;
}

.bkm-article-card img {
  transition: transform 250ms ease;
}

.bkm-article-card:hover img {
  transform: scale(1.025);
}

.bkm-article-shell {
  max-width: 780px;
}

.bkm-article-shell :where(p,li) {
  font-size: 1.03rem;
}

.bkm-article-shell :where(img,figure) {
  border-radius: 14px;
}

.bkm-final-cta {
  border-radius: var(--bkm-radius-lg);
  overflow: hidden;
  position: relative;
}

.bkm-final-cta::after {
  content: "";
  position: absolute;
  inset: auto -10% -60% auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,100,0,.55), rgba(0,100,0,0) 70%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .bkm-hero-grid {
    grid-template-columns: 1fr;
  }

  .bkm-hero-copy h1 {
    max-width: 16ch;
  }

  .bkm-visual {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .bkm-hero {
    padding-block: 4.25rem;
  }

  .bkm-interface {
    min-height: 300px;
  }

  .bkm-step {
    padding-left: 0;
    padding-top: 4rem;
  }
}


/* =========================================================
   v0.4 — scalable products directory + dynamic footer
   ========================================================= */

.bkm-products-directory-shell {
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.bkm-products-directory-intro {
  max-width: 820px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.bkm-products-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.25rem;
}

.bkm-directory-card {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: var(--bkm-radius-md);
  background: var(--wp--preset--color--background);
  padding: clamp(1.4rem, 3vw, 2rem);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  transition: transform var(--bkm-transition), box-shadow var(--bkm-transition), border-color var(--bkm-transition);
}

.bkm-directory-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,100,0,.22);
  box-shadow: var(--bkm-shadow-sm);
}

.bkm-directory-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-size: .8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.bkm-directory-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin-block: 0 .8rem;
}

.bkm-directory-title a {
  color: inherit;
  text-decoration: none;
}

.bkm-directory-card > p {
  color: var(--wp--preset--color--muted);
}

.bkm-directory-link {
  margin-top: auto;
  padding-top: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.bkm-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(4, minmax(120px, .7fr));
  gap: clamp(2rem, 4vw, 4rem);
}

.bkm-footer-heading {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: var(--wp--preset--color--background);
  margin-bottom: 1rem;
}

.bkm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bkm-footer-links li + li {
  margin-top: .7rem;
}

.bkm-footer-links a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: .94rem;
}

.bkm-footer-links a:hover {
  color: #fff;
}

.bkm-footer-brand-copy {
  color: rgba(255,255,255,.62);
  max-width: 34ch;
}

.bkm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.48);
  font-size: .82rem;
}

@media (max-width: 980px) {
  .bkm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkm-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .bkm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* =========================================================
   v0.5 — hidden-root mode / developer-profile brand routing
   ========================================================= */

.bkm-brand-link {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}

.bkm-brand-image {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 9px;
}

.bkm-brand-name {
  font-size: 1.05rem;
  letter-spacing: -.01em;
}

.bkm-footer-brand .bkm-brand-link {
  color: var(--wp--preset--color--background);
}

.bkm-blog-index-shell {
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.bkm-blog-index-intro {
  max-width: 820px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.bkm-blog-grid .wp-block-post {
  height: 100%;
}

.bkm-blog-grid .bkm-card {
  height: 100%;
}

.bkm-hidden-404 {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: #ffffff;
  color: #101212;
}

.bkm-hidden-404-inner {
  max-width: 620px;
  text-align: center;
}

.bkm-hidden-404-code {
  font-size: clamp(4rem, 15vw, 8rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.06em;
  margin: 0 0 1.25rem;
}

.bkm-hidden-404-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: .8rem;
}

.bkm-hidden-404-copy {
  color: var(--wp--preset--color--muted);
  margin: 0;
}


/* =========================================================
   v0.6 — header logo display refinement
   Prevent horizontal logos from being forced into a square.
   ========================================================= */

.bkm-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.bkm-brand-image {
  width: auto !important;
  height: 48px !important;
  max-width: 150px !important;
  object-fit: contain !important;
  object-position: left center !important;
  flex: 0 0 auto;
  border-radius: 0 !important;
}

.bkm-brand-name {
  font-size: 1.2rem;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 782px) {
  .bkm-brand-image {
    height: 42px !important;
    max-width: 130px !important;
  }

  .bkm-brand-name {
    font-size: 1.08rem;
  }
}

@media (max-width: 520px) {
  .bkm-brand-image {
    height: 36px !important;
    max-width: 108px !important;
  }

  .bkm-brand-link {
    gap: 0.6rem;
  }

  .bkm-brand-name {
    font-size: 1rem;
  }
}


/* =========================================================
   v0.7 — final header/logo balance
   ========================================================= */

.bkm-brand-link {
  gap: 0.72rem;
}

.bkm-brand-image {
  width: auto !important;
  height: 54px !important;
  max-width: 165px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.bkm-brand-name {
  font-size: 1.16rem;
  line-height: 1.05;
  font-weight: 800;
}

@media (max-width: 782px) {
  .bkm-brand-image {
    height: 44px !important;
    max-width: 138px !important;
  }

  .bkm-brand-name {
    font-size: 1.06rem;
  }
}

@media (max-width: 520px) {
  .bkm-brand-image {
    height: 36px !important;
    max-width: 108px !important;
  }

  .bkm-brand-link {
    gap: 0.55rem;
  }

  .bkm-brand-name {
    font-size: 1rem;
  }
}


/* =========================================================
   v0.8 — SEO/conversion product content landing system
   ========================================================= */

.bkm-seo-landing {
  --bkm-ink: #101212;
  --bkm-muted: #697386;
  --bkm-line: #e2e7e2;
  --bkm-green: #006400;
  --bkm-soft: #f5f8f5;
  color: var(--bkm-ink);
}

.bkm-seo-landing .bkm-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 24px;
}

.bkm-seo-landing .bkm-section-inner {
  max-width: 1180px;
  margin-inline: auto;
}

.bkm-seo-landing .bkm-narrow {
  max-width: 820px;
}

.bkm-seo-landing .bkm-eyebrow {
  margin: 0 0 1rem;
  color: var(--bkm-green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bkm-seo-landing h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 6.3rem);
  line-height: .96;
  letter-spacing: -.055em;
  margin-bottom: 1.6rem;
}

.bkm-seo-landing h2 {
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  margin-bottom: 1.25rem;
}

.bkm-seo-landing h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.bkm-seo-landing p {
  color: var(--bkm-muted);
  line-height: 1.75;
}

.bkm-seo-landing .bkm-lead {
  max-width: 760px;
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  line-height: 1.55;
}

.bkm-seo-hero {
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(0,100,0,.13), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
}

.bkm-seo-hero-grid {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.bkm-seo-hero-copy .bkm-lead {
  max-width: 700px;
}

.bkm-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.9rem;
}

.bkm-tool-button,
.bkm-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.bkm-tool-button {
  background: var(--bkm-green);
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(0,100,0,.16);
}

.bkm-secondary-button {
  border: 1px solid #b9c1bb;
  background: #fff;
  color: var(--bkm-ink) !important;
}

.bkm-tool-button:hover,
.bkm-secondary-button:hover {
  transform: translateY(-1px);
}

.bkm-ui-shell {
  padding: 14px;
  border: 1px solid #dce3dc;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 30px 80px rgba(16,18,18,.12);
}

.bkm-ui-window {
  min-height: 470px;
  padding: 22px;
  border-radius: 16px;
  background: #101212;
  color: #fff;
}

.bkm-ui-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}

.bkm-ui-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}

.bkm-ui-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 10px;
  border: 1px solid rgba(55,200,75,.22);
  border-radius: 999px;
  background: rgba(0,100,0,.3);
  color: #ddf6df;
  font-size: .74rem;
  font-weight: 800;
}

.bkm-ui-status:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ed45a;
}

.bkm-ui-row {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.bkm-ui-row + .bkm-ui-row { margin-top: 11px; }
.bkm-ui-row strong { display:block; font-size: .98rem; }
.bkm-ui-row span { display:block; margin-top:5px; color:rgba(255,255,255,.62); font-size:.86rem; line-height:1.5; }

.bkm-grid-4,
.bkm-grid-3,
.bkm-grid-2,
.bkm-workflow-grid {
  display: grid;
  gap: 1.2rem;
}

.bkm-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.bkm-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.bkm-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.bkm-workflow-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }

.bkm-card-v2,
.bkm-workflow-card,
.bkm-compare-card {
  height: 100%;
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
  border: 1px solid var(--bkm-line);
  border-radius: 18px;
  background: #fff;
}

.bkm-card-v2 p,
.bkm-workflow-card p,
.bkm-compare-card p { margin-bottom: 0; }

.bkm-card-index,
.bkm-workflow-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 11px;
  background: var(--bkm-ink);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}

.bkm-workflow-card {
  position: relative;
  background: #101212;
  border-color: #202524;
  color: #fff;
}

.bkm-workflow-card p { color: rgba(255,255,255,.64); }
.bkm-workflow-card h3 { color:#fff; }
.bkm-workflow-index { background: var(--bkm-green); }

.bkm-soft-section { background: var(--bkm-soft); }
.bkm-dark-section { background: #101212; color: #fff; }
.bkm-dark-section h2,
.bkm-dark-section h3 { color:#fff; }
.bkm-dark-section p { color:rgba(255,255,255,.65); }
.bkm-dark-section .bkm-eyebrow { color:#70d676; }

.bkm-compare-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.bkm-compare-card.is-muted { background:#f4f6f4; }
.bkm-compare-card.is-strong { border-color:#b7d4b7; background:#f8fff8; }

.bkm-check-list {
  list-style:none;
  padding:0;
  margin:1.5rem 0 0;
}
.bkm-check-list li {
  position:relative;
  padding-left:1.6rem;
  margin:.65rem 0;
  color:var(--bkm-muted);
}
.bkm-check-list li:before {
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--bkm-green);
  font-weight:900;
}

.bkm-split {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(2.5rem,6vw,6rem);
  align-items:center;
}

.bkm-panel-dark {
  padding:clamp(1.6rem,3vw,2.2rem);
  border-radius:22px;
  background:#101212;
  color:#fff;
}
.bkm-panel-dark h3 { color:#fff; }
.bkm-panel-dark p { color:rgba(255,255,255,.64); }
.bkm-panel-dark .bkm-check-list li { color:rgba(255,255,255,.72); }
.bkm-panel-dark .bkm-check-list li:before { color:#67d66d; }

.bkm-faq-stack { max-width:900px; }
.bkm-faq-stack details {
  border-top:1px solid var(--bkm-line);
  padding:1.2rem 0;
}
.bkm-faq-stack details:last-child { border-bottom:1px solid var(--bkm-line); }
.bkm-faq-stack summary {
  cursor:pointer;
  font-weight:800;
  font-size:1.05rem;
}
.bkm-faq-stack details p { margin:.8rem 0 .2rem; }

.bkm-final-cta {
  padding:clamp(4rem,8vw,7rem) 24px;
  background:linear-gradient(135deg,#0e1210 0%,#142018 100%);
  color:#fff;
}
.bkm-final-cta-inner {
  max-width:980px;
  margin-inline:auto;
  text-align:center;
}
.bkm-final-cta h2 { color:#fff; }
.bkm-final-cta p { max-width:760px; margin-inline:auto; color:rgba(255,255,255,.67); }
.bkm-final-cta .bkm-cta-row { justify-content:center; }
.bkm-final-cta .bkm-secondary-button { background:transparent; border-color:rgba(255,255,255,.35); color:#fff !important; }

@media (max-width: 1080px) {
  .bkm-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .bkm-workflow-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .bkm-grid-3 { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .bkm-seo-hero-grid,
  .bkm-split { grid-template-columns:1fr; }
  .bkm-seo-hero-grid { gap:2.5rem; }
  .bkm-ui-window { min-height:390px; }
}

@media (max-width: 620px) {
  .bkm-grid-4,
  .bkm-grid-3,
  .bkm-grid-2,
  .bkm-workflow-grid,
  .bkm-compare-grid { grid-template-columns:1fr; }
  .bkm-seo-landing h1 { font-size:clamp(2.8rem,15vw,4.6rem); }
  .bkm-seo-landing .bkm-section,
  .bkm-seo-hero,
  .bkm-final-cta { padding-left:18px; padding-right:18px; }
}
