/* ═══════════════════════════════════════════════
   TIMber Plan – Gemeinsames Stylesheet
   ═══════════════════════════════════════════════ */

@import url('https://fonts.bunny.net/css2?family=inter:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --g-dark:      #1A5C1A;
  --g-mid:       #1e6b1e;
  --g-bright:    #3D9B40;
  --g-accent:    #4CAF50;
  --g-light:     #e8f5e9;
  --white:       #FFFFFF;
  --off-white:   #F8FAF8;
  --text-dark:   #111827;
  --text-mid:    #374151;
  --text-muted:  #6B7280;
  --footer-bg:   #0C0E0C;
  --footer-text: #A0ABA0;
  --radius:      10px;
  --radius-lg:   18px;
  --radius-xl:   32px;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.08);
  --shadow-md:   0 4px 16px rgba(0,0,0,.12);
  --shadow-lg:   0 8px 32px rgba(0,0,0,.16);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─────────── NAV ─────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 68px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 36px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  text-decoration: none; color: var(--text-mid);
  font-size: .9rem; font-weight: 500;
  padding: 8px 14px; border-radius: 8px;
  transition: background .2s, color .2s;
}
.nav-links a:hover, .nav-links a.active { background: var(--g-light); color: var(--g-dark); }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: .75rem; opacity: .7; }
.dropdown-menu {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border-radius: var(--radius); min-width: 210px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(0,0,0,.06);
  padding: 8px 0;
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block; padding: 10px 18px;
  font-size: .875rem; color: var(--text-mid);
  border-radius: 0; font-weight: 400;
}
.dropdown-menu a:hover { background: var(--g-light); color: var(--g-dark); }
.nav-cta {
  background: var(--g-dark) !important; color: #fff !important;
  padding: 9px 20px !important; border-radius: 24px !important;
  font-weight: 600 !important; font-size: .875rem !important;
}
.nav-cta:hover { background: var(--g-mid) !important; transform: translateY(-1px); }

/* ─────────── SECTION COMMONS ─────────── */
section { padding: 88px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section-label {
  display: inline-block;
  background: var(--g-light); color: var(--g-dark);
  font-size: .75rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 24px;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800; color: var(--text-dark);
  line-height: 1.2; letter-spacing: -.02em;
}
.section-sub {
  font-size: 1.05rem; color: var(--text-muted);
  margin-top: 12px; max-width: 580px; line-height: 1.7;
}
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 12px auto 0; }

/* ─────────── BUTTONS ─────────── */
.btn-primary {
  background: var(--g-dark); color: #fff;
  padding: 13px 28px; border-radius: 28px;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  display: inline-block; transition: background .2s, transform .15s;
}
.btn-primary:hover { background: var(--g-mid); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--g-dark);
  padding: 12px 28px; border-radius: 28px;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  display: inline-block; border: 2px solid var(--g-dark);
  transition: background .2s, color .2s;
}
.btn-outline:hover { background: var(--g-dark); color: #fff; }
.btn-white {
  background: #fff; color: var(--g-dark);
  padding: 14px 32px; border-radius: 28px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  display: inline-block; box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: transform .15s, box-shadow .15s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* ─────────── PAGE HERO (Unterseiten) ─────────── */
.page-hero {
  background: linear-gradient(135deg, var(--g-dark) 0%, #0f3d0f 100%);
  padding: 120px 0 72px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 40px,
    rgba(255,255,255,.02) 40px, rgba(255,255,255,.02) 80px
  );
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .breadcrumb {
  font-size: .8rem; color: rgba(255,255,255,.55);
  margin-bottom: 16px;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.page-hero .breadcrumb a:hover { color: rgba(255,255,255,.85); }
.page-hero .breadcrumb span { margin: 0 6px; }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; color: #fff; line-height: 1.15;
  letter-spacing: -.02em; margin-bottom: 16px;
}
.page-hero h1 em { font-style: normal; color: var(--g-accent); }
.page-hero p {
  font-size: 1.1rem; color: rgba(255,255,255,.75);
  max-width: 560px; line-height: 1.7;
}

/* ─────────── CTA BANNER ─────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--g-dark), #0f3d0f);
  padding: 80px 0; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 30px,
    rgba(255,255,255,.02) 30px, rgba(255,255,255,.02) 60px
  );
}
.cta-banner > .container { position: relative; z-index: 1; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,.75); font-size: 1.05rem; margin-bottom: 36px; }

/* ─────────── FOOTER ─────────── */
footer { background: var(--footer-bg); color: var(--footer-text); padding: 60px 0 32px; }
.footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.footer-brand img { height: 32px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { font-size: .85rem; line-height: 1.7; color: rgba(255,255,255,.45); max-width: 240px; }
.footer-col h4 {
  font-size: .8rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 16px;
}
.footer-col a {
  display: block; font-size: .85rem; color: rgba(255,255,255,.45);
  text-decoration: none; margin-bottom: 8px; transition: color .2s;
}
.footer-col a:hover { color: rgba(255,255,255,.85); }
.footer-bottom {
  max-width: 1200px; margin: 48px auto 0; padding: 24px 48px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.3); }

/* ─────────── CARDS ─────────── */
.card {
  background: #fff; border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,.06); box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

/* ─────────── PRICING ─────────── */
.pricing-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.price-card {
  background: #fff; border: 1.5px solid #E5E7EB;
  border-radius: var(--radius-lg); padding: 32px;
  position: relative; transition: box-shadow .2s, transform .2s;
}
.price-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.price-card.featured {
  background: var(--g-dark); color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(26,92,26,.35);
}
.price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--g-accent); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 16px; border-radius: 24px;
}
.price-plan { font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--g-bright); margin-bottom: 8px; }
.price-card.featured .price-plan { color: rgba(255,255,255,.7); }
.price-name { font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; }
.price-card.featured .price-name { color: #fff; }
.price-desc { font-size: .85rem; color: var(--text-muted); margin-bottom: 24px; }
.price-card.featured .price-desc { color: rgba(255,255,255,.65); }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.price-cur { font-size: 1.3rem; font-weight: 700; color: var(--g-dark); }
.price-card.featured .price-cur { color: #fff; }
.price-val { font-size: 2.6rem; font-weight: 900; line-height: 1; color: var(--g-dark); }
.price-card.featured .price-val { color: #fff; }
.price-once { font-size: .8rem; color: var(--text-muted); margin-bottom: 24px; }
.price-card.featured .price-once { color: rgba(255,255,255,.6); }
.price-features { list-style: none; margin-bottom: 32px; }
.price-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .88rem; color: var(--text-mid); padding: 6px 0;
  border-bottom: 1px solid #F3F4F6;
}
.price-card.featured .price-features li { color: rgba(255,255,255,.85); border-bottom-color: rgba(255,255,255,.1); }
.price-features li::before { content: '✓'; color: var(--g-bright); font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-features li::before { color: var(--g-accent); }
.btn-card {
  display: block; text-align: center; width: 100%;
  padding: 13px 24px; border-radius: 28px;
  font-weight: 700; font-size: .9rem; text-decoration: none;
  background: var(--g-dark); color: #fff;
  transition: background .2s;
}
.btn-card:hover { background: var(--g-mid); }
.price-card.featured .btn-card { background: #fff; color: var(--g-dark); }
.price-card.featured .btn-card:hover { background: #f0f0f0; }

/* ─────────── HAMBURGER MENU ─────────── */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  width: 40px; height: 40px; cursor: pointer;
  background: none; border: none; padding: 4px; border-radius: 8px;
  transition: background .2s;
}
.nav-toggle:hover { background: var(--g-light); }
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text-dark); border-radius: 2px;
  transition: transform .3s, opacity .3s;
  margin: 3px 0;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobile Overlay Menu */
.nav-mobile {
  display: none;
  position: fixed; top: 68px; left: 0; right: 0; z-index: 299;
  background: #fff; border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  padding: 20px 24px 28px;
  flex-direction: column; gap: 4px;
  max-height: calc(100vh - 68px); overflow-y: auto;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  text-decoration: none; color: var(--text-mid);
  font-size: 1rem; font-weight: 500;
  padding: 12px 16px; border-radius: 10px;
  transition: background .2s, color .2s;
}
.nav-mobile a:hover, .nav-mobile a.active { background: var(--g-light); color: var(--g-dark); }
.nav-mobile .mobile-divider {
  height: 1px; background: rgba(0,0,0,.07);
  margin: 8px 0;
}
.nav-mobile .mobile-cta {
  background: var(--g-dark); color: #fff !important;
  text-align: center; border-radius: 24px !important;
  font-weight: 700 !important; margin-top: 8px;
  padding: 14px 20px !important;
}
.nav-mobile .mobile-cta:hover { background: var(--g-mid) !important; }
.nav-mobile .mobile-sub {
  font-size: .875rem !important;
  padding-left: 32px !important;
  color: var(--text-muted) !important;
}

/* ═══════════════════════════════════════════════
   HOMEPAGE-SPECIFIC STYLES
   ═══════════════════════════════════════════════ */

/* ─────────── HERO (Homepage) ─────────── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--g-dark) 0%, #0f3d0f 60%, #0a2a0a 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding-top: 68px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 40px,
    rgba(255,255,255,.025) 40px, rgba(255,255,255,.025) 80px
  );
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 80px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.2);
  padding: 6px 14px; border-radius: 24px;
  font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; margin-bottom: 24px;
}
.hero-badge span { color: var(--g-accent); }
.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800; color: #fff; line-height: 1.15;
  margin-bottom: 20px; letter-spacing: -.02em;
}
.hero h1 em { font-style: normal; color: var(--g-accent); }
.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,.78);
  margin-bottom: 36px; max-width: 480px; line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-primary {
  background: #fff; color: var(--g-dark);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.hero .btn-primary:hover { box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,.85);
  padding: 14px 28px; border-radius: 28px;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.3);
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.hero-stats {
  display: flex; gap: 32px; margin-top: 44px; flex-wrap: wrap;
}
.stat { text-align: left; }
.stat-num { font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.6); margin-top: 4px; letter-spacing: .04em; }
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-img-wrap {
  background: rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.15);
  padding: 24px; max-width: 460px; width: 100%;
  backdrop-filter: blur(8px);
}
.hero-img-wrap img { width: 100%; border-radius: var(--radius); }
.hero-floatbadge {
  position: absolute; bottom: -12px; right: -12px;
  background: var(--g-accent); color: #fff;
  padding: 12px 18px; border-radius: var(--radius);
  font-weight: 700; font-size: .85rem;
  box-shadow: var(--shadow-md);
}

/* ─────────── LOGOS STRIP ─────────── */
.logos-strip {
  padding: 28px 0;
  background: var(--off-white);
  border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.logos-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; gap: 48px; justify-content: center; flex-wrap: wrap;
}
.logos-inner span {
  font-size: .85rem; font-weight: 600; color: var(--text-muted);
  letter-spacing: .04em; text-transform: uppercase;
}

/* ─────────── SOLUTIONS ─────────── */
.solutions { background: var(--off-white); }
.solutions-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.solution-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,.05);
  transition: box-shadow .2s, transform .2s;
}
.solution-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.sol-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--g-light); display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
}
.solution-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.solution-card p { font-size: .9rem; color: var(--text-muted); line-height: 1.6; }

/* ─────────── PRODUCTS OVERVIEW ─────────── */
.products-overview { background: var(--g-dark); color: #fff; }
.products-overview .section-label {
  background: rgba(255,255,255,.15); color: rgba(255,255,255,.9);
}
.products-overview .section-title { color: #fff; }
.products-overview .section-sub { color: rgba(255,255,255,.7); }
.prod-cats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 48px;
}
.prod-cat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); overflow: hidden;
  text-decoration: none; color: #fff;
  transition: background .2s, transform .2s;
}
.prod-cat:hover { background: rgba(255,255,255,.14); transform: translateY(-4px); }
.prod-cat-img { aspect-ratio: 16/9; overflow: hidden; }
.prod-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-cat-body { padding: 20px; }
.prod-cat-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.prod-cat-body p { font-size: .85rem; color: rgba(255,255,255,.65); }
.prod-cat-body .arrow { margin-top: 14px; font-size: .85rem; font-weight: 600; color: var(--g-accent); }

/* ─────────── SCHULUNG CARDS (Homepage) ─────────── */
.schulungen { background: var(--off-white); }
.schulung-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.schulung-card {
  background: #fff; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,.05);
  text-decoration: none; color: var(--text-dark);
  transition: box-shadow .2s, transform .2s;
}
.schulung-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.schulung-header { padding: 28px 28px 20px; background: var(--g-dark); }
.level-badge {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 12px;
}
.level-basic { background: rgba(255,255,255,.2); color: rgba(255,255,255,.9); }
.level-mid   { background: rgba(255,200,50,.25); color: #ffe58a; }
.level-pro   { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.schulung-header h3 { font-size: 1.1rem; font-weight: 700; color: #fff; line-height: 1.3; }
.schulung-body { padding: 20px 28px 28px; }
.schulung-price {
  font-size: 1.6rem; font-weight: 800; color: var(--g-dark);
  margin-bottom: 12px;
}
.schulung-price span { font-size: .85rem; font-weight: 500; color: var(--text-muted); }
.schulung-features { list-style: none; }
.schulung-features li {
  font-size: .85rem; color: var(--text-mid);
  padding: 5px 0; display: flex; gap: 8px;
}
.schulung-features li::before { content: '→'; color: var(--g-bright); font-weight: 600; }

/* ─────────── WHY SECTION ─────────── */
.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-feat {
  background: var(--off-white); border-radius: var(--radius);
  padding: 22px; border: 1px solid rgba(0,0,0,.04);
}
.why-feat-icon { font-size: 1.6rem; margin-bottom: 10px; }
.why-feat h4 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.why-feat p { font-size: .82rem; color: var(--text-muted); line-height: 1.5; }
.why-visual { position: relative; }
.why-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.why-img img { width: 100%; display: block; }
.why-stats-bar {
  position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
  background: var(--g-dark); color: #fff;
  padding: 20px 32px; border-radius: var(--radius-lg);
  display: flex; gap: 32px; white-space: nowrap;
  box-shadow: var(--shadow-lg);
}
.why-stat { text-align: center; }
.why-stat-num { font-size: 1.5rem; font-weight: 800; color: var(--g-accent); }
.why-stat-label { font-size: .72rem; color: rgba(255,255,255,.7); margin-top: 2px; }

/* ─────────── TESTIMONIAL ─────────── */
.testimonial { background: var(--g-dark); padding: 96px 0; color: #fff; }
.testimonial-inner { max-width: 860px; margin: 0 auto; padding: 0 48px; text-align: center; }
.testimonial-quote {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 600; line-height: 1.55;
  color: rgba(255,255,255,.92); margin-bottom: 40px;
  font-style: italic;
}
.testimonial-quote::before { content: '\201E'; font-size: 3rem; color: var(--g-accent); line-height: 0; vertical-align: -0.5em; margin-right: 4px; }
.testimonial-quote::after  { content: '\201C'; font-size: 3rem; color: var(--g-accent); line-height: 0; vertical-align: -0.5em; margin-left: 4px; }
.testimonial-author { display: flex; align-items: center; gap: 16px; justify-content: center; }
.testimonial-avatar {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--g-bright); display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 1.1rem; color: #fff;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: 1rem; }
.testimonial-role { font-size: .82rem; color: rgba(255,255,255,.6); margin-top: 2px; }
.testimonial-projects {
  display: flex; gap: 16px; justify-content: center; margin-top: 48px; flex-wrap: wrap;
}
.proj-thumb {
  border-radius: var(--radius); overflow: hidden;
  width: 160px; height: 100px;
  border: 2px solid rgba(255,255,255,.15);
}
.proj-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ─────────── MERCH ─────────── */
.merch { background: var(--off-white); }
.merch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.merch-card {
  background: #fff; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,.05);
  text-decoration: none; color: var(--text-dark);
  transition: box-shadow .2s, transform .2s;
}
.merch-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.merch-img { aspect-ratio: 1/1; overflow: hidden; background: #f5f5f5; }
.merch-img img { width: 100%; height: 100%; object-fit: cover; }
.merch-body { padding: 18px 20px; }
.merch-body h3 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.merch-body .merch-price { font-size: 1.1rem; font-weight: 800; color: var(--g-dark); }

/* ─────────── FAQ (Homepage 2-column) ─────────── */
.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.faq-item {
  background: var(--off-white); border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.05); overflow: hidden;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer;
  font-weight: 600; font-size: .92rem; gap: 12px;
}
.faq-icon { flex-shrink: 0; font-size: 1.1rem; color: var(--g-dark); transition: transform .3s; }
.faq-a { padding: 0 24px 20px; font-size: .875rem; color: var(--text-muted); line-height: 1.7; display: none; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-a { display: block; }

/* ─────────── FOOTER SOCIAL ─────────── */
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.5);
  text-decoration: none; font-size: .95rem;
  transition: background .2s, color .2s;
}
.footer-social a:hover { background: rgba(255,255,255,.15); color: #fff; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }

/* ─────────── COOKIE BANNER ─────────── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9990;
  background: #fff; border-top: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 -4px 24px rgba(0,0,0,.10); padding: 18px 48px;
}
.cookie-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.cookie-text {
  font-size: .875rem; color: var(--text-mid); flex: 1; min-width: 240px; line-height: 1.6;
}
.cookie-text a { color: var(--g-dark); font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.btn-cookie-accept {
  padding: 10px 24px; border: none; background: var(--g-dark); color: #fff;
  border-radius: 24px; font-size: .875rem; font-weight: 700; cursor: pointer;
  transition: background .2s;
}
.btn-cookie-accept:hover { background: var(--g-mid); }
.btn-cookie-necessary {
  padding: 10px 20px; border: 1px solid #d1d5db; background: #fff;
  color: var(--text-mid); border-radius: 24px; font-size: .875rem;
  font-weight: 600; cursor: pointer; transition: border-color .2s;
}
.btn-cookie-necessary:hover { border-color: var(--g-dark); color: var(--g-dark); }
@media (max-width: 600px) {
  #cookie-banner { padding: 16px 20px; }
  .cookie-actions { width: 100%; }
  .btn-cookie-accept, .btn-cookie-necessary { flex: 1; text-align: center; }
}

/* ─────────── FLOATING WHATSAPP BUTTON ─────────── */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 9000;
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  border-radius: 50px; padding: 14px 20px;
  text-decoration: none; font-weight: 700; font-size: .9rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.float-wa:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(37,211,102,.55); }
.float-wa svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }
.float-wa-text { display: inline; }
@media (max-width: 600px) {
  .float-wa { padding: 14px; border-radius: 50%; bottom: 20px; right: 20px; }
  .float-wa-text { display: none; }
}

/* ─────────── RESPONSIVE ─────────── */

/* Tablet (601–900px) */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .container { padding: 0 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .hero-visual { max-width: 400px; margin: 0 auto; }
  .hero-img-wrap { padding: 16px; }
  .hero-floatbadge { bottom: -8px; right: -8px; font-size: .75rem; padding: 8px 14px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .pricing-cards, .schulung-cards, .merch-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .prod-cats { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-visual { margin-top: 20px; }
  .why-img img { max-height: 400px; object-fit: cover; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 0; }
}

/* Tablet landscape – 2-column pricing */
@media (min-width: 601px) and (max-width: 900px) {
  .pricing-cards { grid-template-columns: 1fr 1fr; }
  .pricing-cards .price-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
  .prod-cats { grid-template-columns: 1fr 1fr; }
  .prod-cats .prod-cat:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
}

/* Phone (≤600px) */
@media (max-width: 600px) {
  .hero-visual { max-width: 300px; }
  .hero h1 { font-size: 1.8rem; }
  .hero-stats { gap: 20px; }
  .stat-num { font-size: 1.5rem; }
  .solutions-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .why-stats-bar { gap: 20px; padding: 16px 24px; }
  .why-stat-num { font-size: 1.2rem; }
}
