/* Base layout */
.page-template-default .wp-site-blocks,
.page .wp-site-blocks {
	background: linear-gradient(180deg, #f5f1e7 0%, #ffffff 18rem);
}
.sc-landingpage-hero { padding-block: var(--sc-space-2xl); }
.sc-landingpage-hero__inner { max-width: var(--sc-container-width); margin: 0 auto; }
.sc-landingpage-grid { display: grid; gap: var(--sc-space-lg); }
@media (min-width: 782px) {
	.sc-landingpage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-space-xl); }
}

/* ============================================
   SCHRÖPFMASTER HOMEPAGE — SM KLASSEN
   ============================================ */

/* USP Trust-Bar */
.sm-usp-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 40px;
  padding: 24px 16px;
  border-top: 1px solid #e8e4dc;
  border-bottom: 1px solid #e8e4dc;
  background: #f9f7f4;
}
.sm-usp-bar-section { background: #f9f7f4 !important; }
.sm-usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.sm-usp-icon { font-size: 20px; }

/* Zielgruppen-Kacheln */
.sm-target-section { padding: 48px 0; }
.sm-target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
@media (max-width: 900px) { .sm-target-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sm-target-grid { grid-template-columns: 1fr; } }
.sm-target-card {
  border: 2px solid #e8e4dc;
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.sm-target-card:hover {
  border-color: #c8561a;
  box-shadow: 0 4px 20px rgba(200,86,26,0.12);
}
.sm-target-card .sm-icon { font-size: 36px; margin-bottom: 12px; display: block; }
.sm-target-card h3 { font-size: 18px; margin-bottom: 8px; }
.sm-target-card p { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.6; }
.sm-card-cta {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #c8561a;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  color: #c8561a !important;
  transition: all 0.2s;
}
.sm-card-cta:hover { background: #c8561a; color: #fff !important; }

/* Device Cards (Gerätesektion) */
.sm-device-section { padding: 48px 0; }
.sm-device-intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.sm-device-card {
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.sm-device-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); }
.sm-device-flagship {
  border: 3px solid #c8561a;
  position: relative;
}
.sm-device-visual {
  height: 220px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.sm-device-content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sm-device-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c8561a;
  background: rgba(200,86,26,0.1);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.sm-device-content h3 { font-size: 20px; margin-bottom: 8px; }
.sm-device-content p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 12px; }
.sm-device-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.sm-device-features li {
  font-size: 13px;
  color: #555;
  padding: 4px 0;
  padding-left: 18px;
  position: relative;
}
.sm-device-features li::before {
  content: "✓";
  color: #c8561a;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.sm-device-cta-row { margin-top: auto; }

/* Flagship Badge */
.sm-flagship-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: #c8561a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  z-index: 2;
}

/* Flywheel-Sektion */
.sm-flywheel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 40px 0 24px;
}
.sm-flywheel-step {
  text-align: center;
  padding: 24px 20px;
  flex: 1;
  min-width: 150px;
  max-width: 220px;
}
.sm-step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #c8561a;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.sm-flywheel-step strong { display: block; font-size: 15px; margin-bottom: 6px; }
.sm-flywheel-step p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; }
.sm-flywheel-arrow {
  font-size: 24px;
  color: #ccc;
  padding: 0 8px;
  align-self: center;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .sm-flywheel { flex-direction: column; align-items: center; }
  .sm-flywheel-arrow { transform: rotate(90deg); margin: 0; }
  .sm-flywheel-step { max-width: 100%; }
}

/* CTA Abschluss-Sektion */
.sm-cta-section {
  text-align: center;
  padding: 20px 0;
}
.sm-cta-section h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.sm-cta-section > p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.sm-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.sm-cta-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.2s;
}
.sm-cta-button-primary {
  background: #c8561a;
  color: #fff !important;
  border: 2px solid #c8561a;
}
.sm-cta-button-primary:hover { background: #a8451a; border-color: #a8451a; }
.sm-cta-button-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.7);
}
.sm-cta-button-secondary:hover { background: rgba(255,255,255,0.1); }

/* Testimonial */
.sm-testimonial-note {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin-top: 6px;
  display: block;
}

/* ============================================
   PULSE PRODUKTSEITE — SM KLASSEN
   ============================================ */

/* Problem-Lösung Block */
.sm-problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  margin: 32px 0;
}
.sm-problem-col { padding: 36px 32px; background: #f5f3ef; }
.sm-solution-col { padding: 36px 32px; background: #c8561a; color: #fff; }
.sm-problem-col h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: #999; margin-bottom: 16px; }
.sm-solution-col h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.sm-problem-col ul, .sm-solution-col ul { list-style: none; padding: 0; margin: 0; }
.sm-problem-col li { padding: 8px 0; border-bottom: 1px solid #e4e0d8; font-size: 14px; color: #555; display: flex; gap: 10px; align-items: flex-start; }
.sm-solution-col li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 14px; color: rgba(255,255,255,0.9); display: flex; gap: 10px; align-items: flex-start; }
.sm-problem-col li:last-child, .sm-solution-col li:last-child { border-bottom: none; }
@media (max-width: 768px) { .sm-problem-solution { grid-template-columns: 1fr; } }

/* Feature-Grid */
.sm-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 32px 0; }
@media (max-width: 900px) { .sm-feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sm-feature-grid { grid-template-columns: 1fr; } }
.sm-feature-item { padding: 24px 20px; border: 1px solid #e8e4dc; border-radius: 10px; background: #fff; }
.sm-feature-item .sm-feat-icon { font-size: 28px; margin-bottom: 10px; }
.sm-feature-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.sm-feature-item p { font-size: 13.5px; color: #666; line-height: 1.55; }

/* Business Value */
.sm-business-value { border-radius: 12px; padding: 8px 0; margin: 0; }
.sm-bv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 680px) { .sm-bv-grid { grid-template-columns: 1fr; } }
.sm-bv-item { display: flex; gap: 14px; align-items: flex-start; }
.sm-bv-check { width: 28px; height: 28px; border-radius: 50%; background: #c8561a; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.sm-bv-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.sm-bv-item p { font-size: 13px; color: #666; }

/* Specs Tabelle */
.sm-specs-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.sm-specs-table tr { border-bottom: 1px solid #e8e4dc; }
.sm-specs-table tr:last-child { border-bottom: none; }
.sm-specs-table td { padding: 12px 16px; vertical-align: top; }
.sm-specs-table td:first-child { font-weight: 600; color: #444; width: 40%; background: #f9f7f4; }
.sm-specs-table td:last-child { color: #333; }

/* Inline CTA Banner */
.sm-inline-cta { background: #c8561a; border-radius: 10px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 40px 0; }
.sm-inline-cta p { color: #fff; font-size: 16px; font-weight: 600; margin: 0; flex: 1; }
.sm-inline-cta a { background: #fff; color: #c8561a !important; padding: 10px 24px; border-radius: 5px; font-weight: 700; font-size: 14px; white-space: nowrap; text-decoration: none !important; flex-shrink: 0; }
.sm-inline-cta a:hover { background: #f5f5f5; }

/* Lieferumfang */
.sm-delivery-box { border: 2px solid #e8e4dc; border-radius: 10px; padding: 28px 32px; background: #fff; }
.sm-delivery-box h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: #999; margin-bottom: 20px; }
.sm-delivery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; padding: 0; margin: 0; }
@media (max-width: 560px) { .sm-delivery-grid { grid-template-columns: 1fr; } }
.sm-delivery-grid li { list-style: none; font-size: 14px; color: #444; display: flex; gap: 8px; align-items: center; }
.sm-delivery-grid li::before { content: "✓"; color: #c8561a; font-weight: 700; flex-shrink: 0; }

/* CTA Banner vertical centering */
.sm-cta-final .sm-cta-section {
  padding: 60px 20px;
}
