

.skb-article {
  /* max-width: 780px; */
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  font-size: 16px;
  line-height: 1.7;
  color: #212529;
  box-sizing: border-box;
}
.skb-article *, .skb-article *::before, .skb-article *::after {
  box-sizing: border-box;
}

/* ── HERO ── */
.skb-hero { padding: 2.5rem 0 2rem; }

.skb-category {
  display: inline-block;
  background: #e8f1fb;
  color: #1a5fa8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-family: inherit;
}

.skb-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  margin: 0 0 1rem;
  letter-spacing: -0.5px;
}
.skb-title em {
  font-style: italic;
  color: #a43451;
}

.skb-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #495057;
  max-width: 640px;
  margin: 0 0 1.5rem;
}

.skb-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 13px;
  color: #868e96;
  padding-top: 1.25rem;
  border-top: 1px solid #dee2e6;
  flex-wrap: wrap;
}
.skb-meta-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.skb-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a43451;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}
.skb-meta-div { color: #dee2e6; }

/* ── BODY TEXT ── */
.skb-body h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 400;
  color: #212529;
  margin: 2.5rem 0 0.75rem;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.skb-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: #212529;
  margin: 2rem 0 0.5rem;
}
.skb-body p {
  margin: 0 0 1rem;
  color: #495057;
}
.skb-body p strong { color: #212529; }
.skb-body ul, .skb-body ol {
  margin: 0.5rem 0 1rem 1.4rem;
  color: #495057;
}
.skb-body li { margin-bottom: 0.35rem; }
.skb-body a {color: #a43451;}

/* ── CALLOUT BOXES ── */
.skb-box {
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  font-size: 15px;
  color: #212529;
  border-left-width: 3px;
  border-left-style: solid;
}
.skb-box--orange {
  background: #feecfa;
  border-left-color: #a43451;
}
.skb-box--orange strong {color: #a43451;}
.skb-box--blue {
  background: #feecfa;
  border-left-color: #a43451;
}
.skb-box--blue strong {color: #a43451;}
.skb-box--green {
  background: #e8f5ee;
  border-left-color: #1a7a45;
}
.skb-box--green strong { color: #1a7a45; }

/* ── TRANSPORT STRIP ── */
.skb-transport {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 1rem 1.1rem;
  margin: 1.25rem 0;
  font-size: 14px;
  color: #495057;
}
.skb-transport-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }

/* ── PRICE CARDS ── */
.skb-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.75rem 0;
}
.skb-price-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.skb-price-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.skb-price-card--featured {
  border-color: #a43451;
  background: #a434510f;
}
.skb-pc-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e8620a;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
}
.skb-pc-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #868e96;
  margin-bottom: 6px;
}
.skb-pc-type {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}
.skb-pc-price {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  color: #a43451;
  line-height: 1;
  margin-bottom: 4px;
}
.skb-pc-note {
  font-size: 12px;
  color: #868e96;
  line-height: 1.4;
}

/* ── INCLUDED TABLE ── */
.skb-included-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 14px;
}
.skb-included-table th {
  background: #a43451;
  color: #fff;
  font-weight: 500;
  padding: 10px 14px;
  text-align: left;
  font-size: 13px;
}
.skb-included-table th:first-child { border-radius: 6px 0 0 0; }
.skb-included-table th:last-child  { border-radius: 0 6px 0 0; text-align: center; }
.skb-included-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #dee2e6;
  color: #495057;
  vertical-align: middle;
}
.skb-included-table td:last-child { text-align: center; }
.skb-included-table tr:last-child td { border-bottom: none; }
.skb-included-table tr:nth-child(even) td { background: #f8f9fa; }
.skb-check {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #e8f5ee;
  color: #1a7a45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.skb-cross {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #ffeeee;
  color: #c0392b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.skb-muted { font-size: 13px; color: #868e96; }

/* ── FACTORS GRID ── */
.skb-factors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}
.skb-factor-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  background: #fff;
}
.skb-factor-icon  { font-size: 22px; margin-bottom: 8px; line-height: 1; }
.skb-factor-title { font-size: 14px; font-weight: 600; color: #212529; margin-bottom: 4px; }
.skb-factor-desc  { font-size: 13px; color: #868e96; line-height: 1.5; }
.skb-factor-price {margin-top: 8px;font-size: 13px;font-weight: 600;color: #a43451;}

/* ── VARIANTS TABLE ── */
.skb-variants-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}
.skb-variants-table th {
  background: #a43451;
  color: #fff;
  font-weight: 500;
  padding: 11px 14px;
  text-align: left;
  font-size: 13px;
}
.skb-variants-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #dee2e6;
  color: #495057;
  vertical-align: top;
}
.skb-variants-table tr:last-child td { border-bottom: none; }
.skb-variants-table tr:hover td { background: #f8f9fa; }
.skb-vt-name {
  font-weight: 500;
  color: #212529;
  margin-bottom: 2px;
}
.skb-vt-desc  { font-size: 12px; color: #868e96; }
.skb-vt-price {
  font-size: 16px;
  font-weight: 600;
  color: #a43451;
  white-space: nowrap;
}
.skb-vt-extra { font-size: 12px; color: #868e96; margin-top: 2px; }
.skb-vt-note  { font-size: 12px; color: #868e96; line-height: 1.45; }
.skb-vt-price--green { color: #1a7a45; }

/* ── CTA BLOCK ── */
.skb-cta {
  background: linear-gradient(90deg, rgb(54 80 255), rgb(255 56 56) 100%) !important;
  border-radius: 10px;
  padding: 2rem;
  margin: 2.5rem 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.skb-cta-text { flex: 1; min-width: 200px; }
.skb-cta-text h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 6px;
}
.skb-cta-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.skb-cta-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.skb-btn-primary {
  background: #606060;
  color: #fff !important;
  border: none;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.15s;
  white-space: nowrap;
}
.skb-btn-primary:hover { background: #a43451; }
.skb-btn-ghost {
  background: rgb(255 255 255 / 17%);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.15s;
  white-space: nowrap;
}
.skb-btn-ghost:hover { background: rgba(255,255,255,0.18); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .skb-cta { flex-direction: column; gap: 1rem; }
  .skb-cta-buttons { width: 100%; }
  .skb-btn-primary,
  .skb-btn-ghost { width: 100%; text-align: center; }
  .skb-variants-table th,
  .skb-variants-table td { padding: 8px 10px; font-size: 13px; }
  .skb-included-table th,
  .skb-included-table td { padding: 8px 10px; font-size: 13px; }
}