/*
Theme Name: GEWERKDIGITAL
Theme URI: https://example.com/creative-agency-pulse
Author: Copilot
Author URI: https://example.com
Description: Handwerk & Service WordPress Theme.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gewerkdigital
*/


/* ─── TOKENS ─── */
:root {
  --orange:    #f26c1b;
  --orange-dk: #c85510;
  --orange-lt: #ffa04d;
  --navy:      #151c2c;
  --navy-lt:   #1e2840;
  --slate:     #2d3752;
  --steel:     #4a5568;
  --smoke:     #f4f5f7;
  --white:     #ffffff;
  --text:      #1a202c;
  --muted:     #64748b;
  --border:    #e2e8f0;
  --success:   #16a34a;
  --max-w:     1160px;
  --r:         8px;
  --r-lg:      14px;
  --bg-alt:    #f1f5f9;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ─── BASE ─── */
body {
  font-family: 'Barlow', system-ui, sans-serif;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.65;
  background: var(--white);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

.container {
  width: min(100% - 2.5rem, var(--max-w));
  margin-inline: auto;
}

/* ─── TOP BAR ─── */
.topbar {
  background: var(--navy);
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.topbar-item .ico { color: var(--orange); font-size: 0.9rem; }

.topbar-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--orange-lt);
  letter-spacing: 0.04em;
}

/* ─── HEADER ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1.5rem;
}

.brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.brand-icon {
  width: 38px;
  height: 38px;
  background: var(--orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav a {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--steel);
  padding: 0.5rem 0.9rem;
  border-radius: var(--r);
  transition: background 0.15s, color 0.15s;
}

.nav a:hover { background: var(--smoke); color: var(--navy); }

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.72rem 1.6rem;
  border-radius: var(--r);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.12s, box-shadow 0.12s;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.btn:active { transform: translateY(0); box-shadow: none; }

.btn-orange {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.btn-orange:hover { background: var(--orange-dk); border-color: var(--orange-dk); }

.btn-navy {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-navy:hover { background: var(--navy-lt); border-color: var(--navy-lt); }

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--border);
}
.btn-outline:hover { background: var(--smoke); }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

.btn-lg { font-size: 1.12rem; padding: 0.9rem 2rem; }

/* ─── HERO ─── */
.hero {
  background:
    linear-gradient(to right, rgba(21,28,44,0.95) 55%, rgba(21,28,44,0.65)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect width='60' height='60' fill='%23151c2c'/%3E%3Cpath d='M0 0l60 60M60 0L0 60' stroke='%231e2840' stroke-width='1'/%3E%3C/svg%3E");
  background-size: cover, 60px 60px;
  color: #fff;
  padding: 5.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--orange);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(242,108,27,0.18);
  border: 1px solid rgba(242,108,27,0.5);
  color: var(--orange-lt);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: blink 1.6s ease-in-out infinite;
}

@keyframes blink {
  0%,100% { opacity: 1; } 50% { opacity: 0.3; }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}

.hero h1 span { color: var(--orange); }

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.72);
  font-weight: 300;
  max-width: 52ch;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r);
  padding: 0.9rem 1.4rem;
  width: fit-content;
}

.hero-phone-ico {
  width: 42px; height: 42px;
  background: var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hero-phone-label { font-size: 0.82rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-phone-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.93rem;
  color: rgba(255,255,255,0.65);
}

.trust-ico { color: var(--success); font-size: 1rem; }

/* ─── USPS ─── */
.usps {
  background: var(--orange);
  padding: 0;
}

.usps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.usp {
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-right: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.usp:last-child { border-right: none; }

.usp-ico {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.usp-text strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.usp-text span {
  font-size: 0.88rem;
  opacity: 0.82;
}

/* ─── SECTION COMMONS ─── */
.section { padding: 5rem 0; }

.sec-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.7rem;
}

.sec-label::before {
  content: '';
  width: 20px; height: 3px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}

.sec-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.sec-sub {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 52ch;
  line-height: 1.75;
}

/* ─── SERVICES ─── */
.services-section { background: var(--smoke); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.8rem;
}

.svc-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 2rem 1.8rem;
  border: 1.5px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}

.svc-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 30px rgba(242,108,27,0.12);
  transform: translateY(-4px);
}

.svc-card:hover::before { transform: scaleX(1); }

.svc-icon-wrap {
  width: 58px; height: 58px;
  background: rgba(242,108,27,0.1);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}

.svc-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.svc-card p {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.7;
}

.svc-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--orange);
  transition: gap 0.18s;
}

.svc-card:hover .svc-more { gap: 0.7rem; }

/* ─── WHY US ─── */
.why-grid {
  display: block;
}

.why-visual {
  background: var(--navy);
  border-radius: var(--r-lg);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.why-visual-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(242,108,27,0.25), transparent 65%),
    var(--navy);
}

.why-stat-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.why-stat {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r);
  padding: 1.2rem;
}

.why-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.2rem;
}

.why-stat-txt { font-size: 0.88rem; color: rgba(255,255,255,0.55); }

.why-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2rem;
}

.why-point {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.6rem;
  border: 1.5px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-point::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}

.why-point:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 30px rgba(242,108,27,0.12);
  transform: translateY(-4px);
}

.why-point:hover::before { transform: scaleX(1); }

.why-point-ico {
  width: 54px; height: 54px;
  background: rgba(242,108,27,0.1);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}

.why-point h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 0.45rem;
}

.why-point p { font-size: 0.95rem; color: var(--muted); line-height: 1.7; }

/* ─── REFERENZEN ─── */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.8rem;
}

.ref-card {
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  overflow: hidden;
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.ref-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 30px rgba(242,108,27,0.12);
  transform: translateY(-4px);
}

.ref-preview {
  position: relative;
  padding: 1.2rem 1.2rem 0.8rem;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ref-mock {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}

.ref-mock-bar {
  display: flex;
  gap: 4px;
  padding: 6px 8px;
  background: rgba(0,0,0,0.25);
}

.ref-mock-bar span {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}

.ref-mock-hero {
  padding: 12px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ref-mock-h {
  height: 9px;
  border-radius: 4px;
  background: rgba(255,255,255,0.5);
  width: 65%;
}

.ref-mock-p {
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.25);
  width: 85%;
}

.ref-mock-btn {
  margin-top: 4px;
  height: 16px;
  width: 70px;
  border-radius: 4px;
  background: var(--orange);
  opacity: 0.85;
}

.ref-mock-cards {
  display: flex;
  gap: 5px;
  padding: 8px 10px;
}

.ref-mock-cards div {
  flex: 1;
  height: 24px;
  border-radius: 4px;
  background: rgba(255,255,255,0.12);
}

.ref-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
}

.ref-info {
  padding: 1.3rem 1.4rem 1.4rem;
}

.ref-info h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 0.45rem;
}

.ref-info p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.ref-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ref-stats span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--orange);
}

/* ─── REVIEWS ─── */
.reviews-section { background: var(--navy); color: #fff; }

.reviews-section .sec-title { color: #fff; }

.stars {
  display: flex;
  gap: 0.15rem;
  color: #fbbf24;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.reviews-avg {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}

.reviews-meta { font-size: 0.9rem; color: rgba(255,255,255,0.5); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 1.6rem;
}

.review-text {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin: 0.8rem 0 1.2rem;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.reviewer-name { font-size: 0.95rem; font-weight: 600; color: #fff; }
.reviewer-type { font-size: 0.83rem; color: rgba(255,255,255,0.45); }

/* ─── CTA BANNER ─── */
.cta-banner {
  background: var(--orange);
  padding: 3.5rem 0;
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-banner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.1;
  max-width: 24ch;
}

.cta-banner-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.footer-brand-block .brand { color: #fff; margin-bottom: 0.8rem; }

.footer-desc { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.75; max-width: 32ch; }

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--orange-lt);
  letter-spacing: 0.04em;
}

.footer-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}

.footer-links { display: flex; flex-direction: column; gap: 0.55rem; }

.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.18s;
}

.footer-links a:hover { color: rgba(255,255,255,0.85); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); }

/* ─── POST (WP fallback) ─── */
.post-wrapper { padding: 5rem 0; }
.post { border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 1.8rem; margin-bottom: 1rem; }

/* ─── PAGE / ENTRY CONTENT (Impressum, Datenschutz etc.) ─── */
.page-content-wrap {
  padding: 5rem 0 6rem;
  max-width: 780px;
  margin-inline: auto;
}
.entry-content p,
.page-content-wrap p {
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  line-height: 1.8;
  color: var(--text);
}
.entry-content p:empty,
.page-content-wrap p:empty {
  margin-bottom: 0.6rem !important;
}
.entry-content p + p,
.page-content-wrap p + p {
  margin-top: 0 !important;
}
.entry-content br,
.page-content-wrap br {
  display: block;
  content: "";
  margin-top: 0.6rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-content-wrap h1,
.page-content-wrap h2,
.page-content-wrap h3,
.page-content-wrap h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
.entry-content h1, .page-content-wrap h1 { font-size: 2.4rem; margin-top: 0; }
.entry-content h2, .page-content-wrap h2 { font-size: 1.8rem; }
.entry-content h3, .page-content-wrap h3 { font-size: 1.3rem; }
.entry-content ul,
.entry-content ol,
.page-content-wrap ul,
.page-content-wrap ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.8;
}
.entry-content li,
.page-content-wrap li {
  margin-bottom: 0.4rem;
}
.entry-content a,
.page-content-wrap a {
  color: var(--orange);
  text-decoration: underline;
}
.entry-content a:hover,
.page-content-wrap a:hover {
  color: var(--orange-dk);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .usps-grid { grid-template-columns: 1fr 1fr; }
  .usp:nth-child(2) { border-right: none; }
  .usp:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.2); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-points { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}

@media (max-width: 620px) {
  .usps-grid,
  .services-grid,
  .reviews-grid { grid-template-columns: 1fr; }
  .usp { border-right: none; border-top: 1px solid rgba(255,255,255,0.15); }
  .usp:first-child { border-top: none; }
  .cta-banner-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .topbar-left { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
}

/* ── Icon sizing helpers ── */
.ti { font-size: 1.1em; line-height: 1; vertical-align: middle; }
.ti-lg { font-size: 1.5rem; }
.ti-xl { font-size: 1.8rem; }

/* ── Pricing ── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.8rem;
  align-items: start;
}
.price-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.price-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.price-card--featured {
  border-color: var(--orange);
  box-shadow: 0 12px 40px rgba(242,108,27,0.18);
  transform: translateY(-8px);
}
.price-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}
.price-tier {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.5rem;
}
.price-amount {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem; font-weight: 900;
  color: var(--navy); line-height: 1; margin-bottom: 0.75rem;
}
.price-currency { font-size: 1.6rem; font-weight: 700; vertical-align: super; }
.price-desc {
  font-size: 0.92rem; color: var(--muted);
  line-height: 1.6; margin-bottom: 1.4rem; min-height: 3.5em;
}
.price-features {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 0.6rem; margin-bottom: 1.8rem; flex: 1;
}
.price-features li {
  display: flex; align-items: flex-start;
  gap: 0.6rem; font-size: 0.93rem; color: var(--text);
}
.price-features .ti-circle-check { color: var(--success); font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.price-feat-off { color: var(--muted) !important; }
.price-feat-off .ti-x { color: #cbd5e1; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
}

/* ── Maintenance card ── */
.maint-card {
  margin-top: 2rem;
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1.6fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.maint-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 0% 50%, rgba(242,108,27,0.18), transparent 65%);
  pointer-events: none;
}
.maint-badge {
  display: inline-block;
  background: rgba(242,108,27,0.2);
  color: var(--orange-lt);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(242,108,27,0.4);
  margin-bottom: 0.75rem;
}
.maint-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.3rem;
}
.maint-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.2rem; font-weight: 900;
  color: #fff; line-height: 1; margin-bottom: 0.75rem;
}
.maint-price span { font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.55); }
.maint-desc { font-size: 0.92rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
.maint-features {
  list-style: none;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.85rem 2rem;
}
.maint-features li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.88rem; }
.maint-features .ti-circle-check { color: var(--orange); font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.maint-features strong { display: block; color: #fff; font-size: 0.9rem; }
.maint-features span { color: rgba(255,255,255,0.45); font-size: 0.82rem; line-height: 1.45; }
.maint-cta { white-space: nowrap; }
@media (max-width: 1000px) {
  .maint-card { grid-template-columns: 1fr; gap: 2rem; }
  .maint-features { grid-template-columns: 1fr; }
  .maint-cta { width: 100%; justify-content: center; }
}

/* ── Contact form ── */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}
.contact-left h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: 0.02em; color: #fff;
  line-height: 1.1; margin-bottom: 1rem;
}
.contact-left p { color: rgba(255,255,255,0.65); font-size: 1.1rem; line-height: 1.7; }
.cform {
  background: #1e2840;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
}
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.cform-group { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.85rem; }
.cform-group label {
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.cform-group input,
.cform-group select,
.cform-group textarea {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; color: #fff;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r);
  padding: 0.7rem 0.9rem;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
  width: 100%;
}
.cform-group select option { background: #1e2840; color: #fff; }
.cform-group input:focus,
.cform-group select:focus,
.cform-group textarea:focus { border-color: var(--orange); background: rgba(242,108,27,0.08); }
.cform-group textarea { resize: vertical; min-height: 100px; }
.cform-group input::placeholder,
.cform-group textarea::placeholder { color: rgba(255,255,255,0.28); }
.cform-check {
  display: flex; align-items: flex-start;
  gap: 0.65rem; font-size: 0.88rem;
  color: rgba(255,255,255,0.45); margin-bottom: 1.2rem;
}
.cform-check input[type="checkbox"] { margin-top: 3px; accent-color: var(--orange); flex-shrink: 0; }
.cform-submit { width: 100%; }
@media (max-width: 860px) {
  .contact-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .cform-row { grid-template-columns: 1fr; }
}

/* ── Pricing Tabs ── */
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  background: var(--bg-alt, #f1f5f9);
  border-radius: 999px;
  padding: 0.35rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.pricing-tab {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.pricing-tab:hover { color: var(--navy); }
.pricing-tab.active {
  background: #fff;
  color: var(--orange);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
@media (max-width: 600px) {
  .pricing-tabs { gap: 0.25rem; padding: 0.25rem; }
  .pricing-tab { padding: 0.5rem 1rem; font-size: 0.85rem; }
}

/* ── Icon sizing helpers ── */
.ti { font-size: 1.1em; line-height: 1; vertical-align: middle; }
.ti-lg { font-size: 1.5rem; }
.ti-xl { font-size: 1.8rem; }

/* ── Checkbox / Radio pill buttons ── */
.cform-checkbox-item input[type="checkbox"] { display: none; }
.cform-radio-item input[type="radio"] { display: none; }
.cform-checkbox-item span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.65);
  font-size: 0.92rem;
  font-weight: 600;
  background: transparent;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
  white-space: nowrap;
}
.cform-checkbox-item input[type="checkbox"]:checked + span,
.cform-checkbox-item input[type="radio"]:checked + span {
  border-color: var(--orange);
  background: rgba(242,108,27,0.18);
  color: #fff;
}
.cform-checkbox-item span:hover {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.cform-error {
  display: none;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #f87171;
  font-weight: 500;
}

/* ── Scroll-to-top Button ── */
.scroll-top {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  width: 48px;
  height: 48px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(242,108,27,0.4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s, background 0.18s;
  z-index: 999;
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top:hover { background: var(--orange-dk); }

.mobile-menu-btn { display: none; }

/* ══════════════════════════════════════════════
   MOBILE — umfassend (≤ 768px + ≤ 480px)
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Hero: Muster entfernen */
  .hero {
    background:
      linear-gradient(to right, rgba(21,28,44,0.98) 100%, rgba(21,28,44,0.98));
    background-size: cover;
  }

  /* Topbar */
  .topbar { display: none; }

  /* Header */
  .header-inner { height: 62px; }
  .header-cta .btn { display: none; }

  /* Hamburger nav */
  .nav { display: none; }
  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: var(--smoke);
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    font-size: 1.4rem;
    color: var(--navy);
    margin-left: 0.5rem;
  }
  .nav.mobile-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 62px; left: 0; right: 0;
    background: var(--white);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    padding: 1rem;
    gap: 0.25rem;
    z-index: 200;
  }
  .nav.mobile-open a {
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
    border-radius: var(--r);
  }

  /* Hero */
  .hero { padding: 3.5rem 0 3rem; }
  .hero h1 { font-size: clamp(2.4rem, 9vw, 3.5rem); }
  .hero-sub { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 0.65rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-trust { gap: 1rem; margin-top: 1.8rem; padding-top: 1.5rem; }
  .hero-phone { display: none; }

  /* Sections */
  .section { padding: 3.5rem 0; }
  .sec-title { font-size: clamp(1.7rem, 6vw, 2.4rem); }

  /* USPs */
  .usps-grid { grid-template-columns: 1fr 1fr; }
  .usp { padding: 1.1rem 1rem; }
  .usp:nth-child(2) { border-right: none; }
  .usp:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.2); }

  /* Services */
  .services-grid { grid-template-columns: 1fr; gap: 1rem; }
  .svc-card { padding: 1.5rem 1.4rem; }

  /* Why us */
  .why-points { grid-template-columns: 1fr; gap: 1rem; }

  /* Referenzen */
  .ref-info { padding: 1.2rem 1.4rem !important; }

  /* Pricing tabs */
  .pricing-tabs { width: 100%; border-radius: var(--r); }
  .pricing-tab { flex: 1; justify-content: center; padding: 0.6rem 0.5rem; font-size: 0.82rem; }
  .pricing-tab .ti { display: none; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .price-card--featured { transform: none; }
  .price-card { padding: 1.6rem 1.4rem; }
  .price-amount { font-size: 2.4rem; }
  .maint-card { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.8rem 1.4rem; }
  .maint-features { grid-template-columns: 1fr; }

  /* Contact */
  .contact-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .cform-row { grid-template-columns: 1fr; }
  .cform { padding: 1.4rem; }
  .cform-checkboxes { flex-wrap: wrap; gap: 0.5rem; }
  .cform-checkbox-item span { padding: 0.5rem 0.85rem; font-size: 0.87rem; }
  .contact-left h2 { font-size: clamp(1.8rem, 7vw, 2.5rem); }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { text-align: center; }
  .site-footer { padding: 3rem 0 1.5rem; }
}

@media (max-width: 480px) {

  /* Container padding */
  .container { width: min(100% - 1.5rem, var(--max-w)); }

  /* Hero */
  .hero { padding: 2.8rem 0 2.5rem; }
  .hero-badge { font-size: 0.75rem; }
  .hero h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .hero-sub { font-size: 0.95rem; }
  .hero-trust { flex-direction: column; align-items: flex-start; gap: 0.65rem; }

  /* USPs: single column */
  .usps-grid { grid-template-columns: 1fr; }
  .usp { border-right: none; border-top: 1px solid rgba(255,255,255,0.15); }
  .usp:first-child { border-top: none; }

  /* Pricing */
  .pricing-tab { font-size: 0.78rem; padding: 0.55rem 0.3rem; }
  .price-amount { font-size: 2rem; }

  /* Buttons */
  .btn-lg { font-size: 1rem; padding: 0.8rem 1.5rem; }

  /* Topbar items */
  .topbar-left { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
}
