/* HTG Modern 2026 v3
   Nur ergänzende Styles. Header, Legacy-Unterseiten und alte Schriftlogik bleiben unangetastet. */

:root {
  --htg-orange: #ff6600;
  --htg-blue: #161636;
  --htg-gray: #808080;
  --htg-bg: #f4f3ef;
  --htg-green: #eef3e8;
  --htg-line: rgba(22, 22, 54, .12);
  --htg-max: 1170px;
  --htg-head: open_sans_condensed_bold, "Arial Narrow", Arial, sans-serif;
  --htg-body: open_sansregular, Arial, Helvetica, sans-serif;
}

.entry-content .htg-home-2026,
.htg-home-2026 {
  color: var(--htg-gray);
  font-family: var(--htg-body);
}

.htg-home-2026 h1,
.htg-home-2026 h2,
.htg-home-2026 h3,
.htg-home-2026 .htg-kicker,
.htg-home-2026 .wp-block-button__link,
.htg-footer-cta h2,
.htg-footer-cta .htg-footer-cta__eyebrow,
.htg-footer-cta .htg-button {
  font-family: var(--htg-head);
  font-weight: normal;
}

.htg-home-2026 a { color: var(--htg-orange); }
.htg-home-2026 p { font-size: 1rem; line-height: 1.58; }

.htg-section {
  width: 100%;
  padding: 42px 15px;
}

.htg-section__inner {
  max-width: var(--htg-max);
  margin: 0 auto;
}

.htg-section--green { background: var(--htg-green); }
.htg-section--white { background: #fff; }

.htg-kicker {
  margin: 0 0 6px;
  color: var(--htg-orange);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.htg-section-title {
  margin: 0 0 24px;
  color: var(--htg-blue);
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.02;
}

.htg-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.htg-home-card {
  background: #fff;
  border: 1px solid var(--htg-line);
  padding: 24px;
}

.htg-home-card h3 {
  margin-top: 0;
  color: var(--htg-blue);
  font-size: 1.75rem;
  line-height: 1.05;
}

.htg-google-reviews {
  text-align: center;
}

.htg-google-reviews__embed {
  margin-top: 24px;
  padding: 24px;
  background: var(--htg-green);
  border: 1px solid var(--htg-line);
  text-align: left;
}

.htg-google-reviews__note {
  margin-top: 12px;
  font-size: .8rem !important;
  color: var(--htg-gray);
}

.htg-button,
.entry-content .wp-block-button__link {
  display: inline-block;
  min-height: 0;
  padding: .55em 1.1em;
  background: var(--htg-orange);
  border: 1px solid var(--htg-orange);
  border-radius: 0;
  color: #fff !important;
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none !important;
}

.htg-button:hover,
.entry-content .wp-block-button__link:hover {
  background: var(--htg-blue);
  border-color: var(--htg-blue);
  color: #fff !important;
}

/* Globale CTA oberhalb des Footers: bewusst deutlich kleiner als v2. */
.htg-footer-cta {
  background: var(--htg-green);
  border-top: 1px solid var(--htg-line);
  border-bottom: 1px solid var(--htg-line);
  margin-top: 36px;
}

.htg-footer-cta__inner {
  max-width: var(--htg-max);
  margin: 0 auto;
  padding: 28px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.htg-footer-cta__content { max-width: 720px; }

.htg-footer-cta__eyebrow {
  margin: 0 0 4px;
  color: var(--htg-orange);
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.htg-footer-cta__title {
  margin: 0;
  color: var(--htg-blue);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.htg-footer-cta__text {
  margin: 10px 0 0;
  color: var(--htg-gray);
  font-size: .95rem;
  line-height: 1.5;
}

.htg-footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.htg-footer-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--htg-blue);
  color: var(--htg-blue);
  text-decoration: none !important;
  font-size: 18px;
}

.htg-footer-cta__icon:hover { background: var(--htg-blue); color: #fff; }

@media (max-width: 900px) {
  .htg-home-grid { grid-template-columns: 1fr; }
  .htg-footer-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .htg-section { padding: 32px 15px; }
  .htg-footer-cta__inner { padding: 24px 15px; }
  .htg-footer-cta__actions { flex-wrap: wrap; }
}
