/* STARTSEITE PREMIUM v3 — dasFördermittelbüro */

body { background: #0a1628 !important; }

.site-content, .entry-content, .page-content, .entry-header,
.site-main, .wp-site-blocks { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 40px; }

h1, h2, h3, h4 { font-family: 'Nunito Sans', sans-serif; font-weight: 800; line-height: 1.2; margin-top: 0; }
p, span, a, li { font-family: 'Montserrat', sans-serif; }

/* HERO */
.hero {
  background: linear-gradient(135deg, #0a1628 0%, #0f1f3d 50%, #0a1628 100%);
  min-height: 88vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 120px 40px 100px; position: relative; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg::before {
  content: ''; position: absolute; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(40,88,165,0.22) 0%, transparent 65%);
  top: -200px; right: -150px; border-radius: 50%;
}
.hero-bg::after {
  content: ''; position: absolute; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(145,211,233,0.07) 0%, transparent 65%);
  bottom: -100px; left: 80px; border-radius: 50%;
}
.hero-inner {
  max-width: 820px; margin: 0 auto; width: 100%;
  position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center;
}
.hero-badge {
  display: inline-block; background: rgba(145,211,233,0.1);
  border: 1px solid rgba(145,211,233,0.25); color: #91d3e9;
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 18px; border-radius: 20px; margin-bottom: 28px;
}
.hero h1 { font-size: clamp(32px, 4.5vw, 56px); color: #F0FCFF; margin-bottom: 22px; line-height: 1.15; }
.hero h1 span { color: #91d3e9; }
.hero-sub { font-size: 18px; color: rgba(240,252,255,0.75); max-width: 580px; margin-bottom: 44px; line-height: 1.72; }

/* HERO STATS — alle auf gleicher Höhe */
.hero-stats {
  display: flex; gap: 0; margin-bottom: 44px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(145,211,233,0.12);
  border-radius: 10px; overflow: hidden; width: 100%; max-width: 520px;
}
.hero-stat {
  flex: 1; padding: 22px 20px; border-right: 1px solid rgba(145,211,233,0.1);
  text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-stat:last-child { border-right: none; }
.hero-stat .val {
  font-family: 'Nunito Sans', sans-serif; font-size: 30px; font-weight: 800;
  color: #91d3e9; display: block; line-height: 1.1; white-space: nowrap;
}
.hero-stat .lbl { font-size: 11px; color: rgba(240,252,255,0.45); margin-top: 6px; display: block; }

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* BUTTONS */
.btn {
  display: inline-block; font-family: 'Nunito Sans', sans-serif;
  font-weight: 700; font-size: 15px; padding: 14px 30px;
  border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none;
}
.btn-primary {
  background: linear-gradient(135deg, #91d3e9 0%, #5ab8d4 100%);
  color: #0a1628 !important; box-shadow: 0 4px 24px rgba(145,211,233,0.22);
  position: relative; overflow: hidden;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(145,211,233,0.5);
  background: linear-gradient(135deg, #a8dcee 0%, #72c8e0 100%);
}
.btn-primary:active { transform: translateY(-1px); }
.btn-outline-white {
  background: rgba(255,255,255,0.05); color: rgba(240,252,255,0.85) !important;
  border: 1px solid rgba(145,211,233,0.22);
}
.btn-outline-white:hover {
  background: rgba(145,211,233,0.18);
  border-color: rgba(145,211,233,0.7);
  color: #F0FCFF !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(145,211,233,0.2);
}

/* ZERTIFIKATE BAR */
.logos-section {
  background: rgba(255,255,255,0.03); padding: 28px 40px;
  border-top: 1px solid rgba(145,211,233,0.08);
  border-bottom: 1px solid rgba(145,211,233,0.08);
}
.logos-inner {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
}
.logos-label {
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(240,252,255,0.4); margin-right: 8px; flex-shrink: 0;
}
.cert-logo-wrap {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 8px; padding: 10px 18px; height: 68px;
}
.cert-logo-img { height: 46px; width: auto; object-fit: contain; display: block; }
.cert-logo-round { height: 56px !important; width: 56px !important; border-radius: 50%; padding: 3px !important; }

/* SECTIONS */
section { padding: 96px 40px; }
.section--dark { background: linear-gradient(180deg, #0a1628 0%, #0d1f3c 100%); }
.section--light { background: #0d1a2e; }
.section-label {
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: #91d3e9; display: block; margin-bottom: 12px;
}
.section-label--light { color: #91d3e9; }
.section--dark h2 { color: #F0FCFF; margin-bottom: 14px; }
.section--light h2 { color: #0a1628 !important; margin-bottom: 14px; }
.section--light > .container > p,
.section--dark > .container > p { color: rgba(240,252,255,0.62); font-size: 16px; line-height: 1.7; margin-bottom: 0; }

/* FÜR WEN — LINKS BÜNDIG auf gleicher Höhe */
.fuerwen-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; margin-top: 48px;
}
.fuerwen-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(145,211,233,0.1);
  border-radius: 14px; padding: 30px 26px;
  transition: all 0.25s; position: relative; overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
}
.fuerwen-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145,211,233,0.4), transparent);
}
.fuerwen-card:hover {
  background: rgba(255,255,255,0.07); border-color: rgba(145,211,233,0.25);
  transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.fuerwen-icon {
  width: 48px; height: 48px; background: rgba(40,88,165,0.25);
  border: 1px solid rgba(40,88,165,0.4); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.fuerwen-icon svg { color: #91d3e9; }
.fuerwen-card h3 { font-size: 18px; color: #F0FCFF !important; margin-bottom: 10px; }
.fuerwen-card p { font-size: 13px; color: rgba(240,252,255,0.85) !important; line-height: 1.68; margin-bottom: 0; }
.fuerwen-tags { display: flex; flex-wrap: wrap; gap: 6px; align-self: start; margin-top: 16px; }
.fuerwen-tag {
  font-size: 10px; background: rgba(40,88,165,0.2); border: 1px solid rgba(40,88,165,0.35);
  color: #91d3e9; padding: 3px 9px; border-radius: 3px;
}
.fuerwen-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 600; color: #91d3e9;
  margin-top: 20px; text-decoration: none; transition: gap 0.2s; align-self: end;
}
.fuerwen-link:hover { gap: 8px; }

/* METRIKEN */
.metriken-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(145,211,233,0.1);
  border-radius: 14px; overflow: hidden;
}
.metrik {
  text-align: center; padding: 36px 20px;
  border-right: 1px solid rgba(145,211,233,0.08);
}
.metrik:last-child { border-right: none; }
.metrik-val {
  font-family: 'Nunito Sans', sans-serif; font-size: 44px; font-weight: 800;
  background: linear-gradient(135deg, #91d3e9 0%, #5ab8d4 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; display: block; line-height: 1.1; margin-bottom: 10px;
  white-space: nowrap;
}
.metrik-lbl { font-size: 13px; color: rgba(240,252,255,0.7); display: block; }
.metrik-sub { font-size: 11px; color: rgba(240,252,255,0.3); margin-top: 5px; display: block; }





/* PROGRAMME — GLASEFFEKT EINHEITLICH */
.programme-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; margin-top: 48px;
}
.programm-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(145,211,233,0.12);
  border-radius: 12px; padding: 28px 24px;
  text-decoration: none; display: flex; flex-direction: column;
  transition: all 0.22s; position: relative; overflow: hidden;
}
.programm-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145,211,233,0.3), transparent);
}
.programm-card:hover {
  background: rgba(255,255,255,0.07); border-color: rgba(145,211,233,0.3);
  transform: translateY(-3px); box-shadow: 0 10px 36px rgba(0,0,0,0.3);
}
.programm-badge {
  font-size: 10px; font-weight: 600; color: rgba(145,211,233,0.6);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 14px; display: block; font-family: 'Montserrat', sans-serif;
  background: transparent; border: none; padding: 0;
}
.programm-card h3 { font-size: 24px; color: #F0FCFF !important; margin-bottom: 10px; }
.programm-card p { font-size: 13px; color: rgba(240,252,255,0.85) !important; line-height: 1.65; flex: 1; margin-bottom: 0; }
.programm-quote {
  font-family: 'Nunito Sans', sans-serif; font-size: 32px; font-weight: 800;
  background: linear-gradient(135deg, #91d3e9, #5ab8d4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-top: 20px; display: block;
}
.programme-cta { text-align: center; margin-top: 40px; }

/* PROZESS */
.prozess-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; }
.prozess-step { padding: 32px 24px; border-right: 1px solid rgba(145,211,233,0.08); }
.prozess-step:last-child { border-right: none; }
.step-num {
  font-family: 'Nunito Sans', sans-serif; font-size: 56px; font-weight: 800;
  color: rgba(145,211,233,0.1); line-height: 1; margin-bottom: 16px;
}
.prozess-step h3 { font-size: 16px; font-weight: 700; color: #F0FCFF !important; margin-bottom: 10px; }
.prozess-step p { font-size: 13px; color: rgba(240,252,255,0.88) !important; line-height: 1.68; }

/* ÜBER DANIEL */
.ueber-section { background: #0d1a2e; padding: 96px 40px; }
.ueber-grid {
  display: grid; grid-template-columns: 360px 1fr;
  gap: 72px; align-items: center; max-width: 1140px; margin: 0 auto;
}
.ueber-img {
  border-radius: 14px; overflow: hidden; aspect-ratio: 3/4;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(145,211,233,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: rgba(240,252,255,0.35); text-align: center; padding: 24px;
}
.ueber-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.ueber-grid > div:last-child h2 { color: #F0FCFF; margin-bottom: 6px; }
.ueber-zitat {
  font-style: italic; font-size: 19px; color: rgba(240,252,255,0.82);
  border-left: 3px solid #91d3e9; padding-left: 22px; margin: 24px 0; line-height: 1.58;
}
.ueber-grid > div:last-child p { color: rgba(240,252,255,0.62); line-height: 1.75; font-size: 14px; }
.ueber-credentials { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.ueber-cred {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: rgba(240,252,255,0.72);
}
.ueber-cred::before {
  content: '✓'; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(40,88,165,0.4); border: 1px solid rgba(40,88,165,0.6);
  color: #91d3e9; display: flex; align-items: center; justify-content: center;
  font-size: 11px; flex-shrink: 0;
}

/* GARANTIE */
.garantie-section {
  background: linear-gradient(135deg, #0f2044 0%, #172a52 50%, #0f2044 100%);
  border-top: 1px solid rgba(145,211,233,0.12); border-bottom: 1px solid rgba(145,211,233,0.12);
  padding: 72px 40px; text-align: center; position: relative; overflow: hidden;
}
.garantie-section::before {
  content: ''; position: absolute; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(40,88,165,0.15) 0%, transparent 65%);
  top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%;
}
.garantie-section h2 { color: #F0FCFF; margin-bottom: 16px; position: relative; }
.garantie-section p {
  font-size: 17px; color: rgba(240,252,255,0.72); max-width: 620px;
  margin: 0 auto 36px; line-height: 1.68; position: relative;
}

/* CTA */
.cta-section { background: #0a1628; text-align: center; padding: 110px 40px; position: relative; overflow: hidden; }
.cta-section::before {
  content: ''; position: absolute; width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(40,88,165,0.18) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.cta-section h2 { color: #F0FCFF; margin-bottom: 16px; position: relative; }
.cta-section p { font-size: 17px; color: rgba(240,252,255,0.65); max-width: 540px; margin: 0 auto 44px; line-height: 1.68; position: relative; }

/* FOOTER LOGOS */
.trust-logo--wide { height: 32px; width: auto; max-width: 130px; object-fit: contain; filter: brightness(10) saturate(0); opacity: 0.6; }
.trust-logo--wide:hover { opacity: 1; }
.trust-logo--round { height: 40px; width: 40px; object-fit: contain; border-radius: 50%; opacity: 0.85; }
.trust-badge-text { font-family: 'Montserrat', sans-serif; font-size: 11px; color: rgba(240,252,255,0.5); border: 1px solid rgba(145,211,233,0.15); border-radius: 4px; padding: 5px 12px; background: rgba(145,211,233,0.05); }

/* RESPONSIVE */



.programm-card-wrap { display: contents; }
.programm-card-wrap .programm-card { height: 100%; }

/* REFERENZ-KACHELN */
.referenzen-section { background: #0a1628; }
.referenzen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 52px;
}
.referenz-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(145,211,233,0.12);
  border-radius: 14px; padding: 32px 28px;
  position: relative; overflow: hidden;
  transition: all 0.25s;
}
.referenz-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #2858a5, #91d3e9);
}
.referenz-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(145,211,233,0.25);
  transform: translateY(-3px);
}
.referenz-betrag {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 52px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #91d3e9, #5ab8d4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 6px;
}
.referenz-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; color: rgba(240,252,255,0.5);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px;
}
.referenz-divider {
  height: 1px; background: rgba(145,211,233,0.12); margin-bottom: 20px;
}
.referenz-programm {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px; font-weight: 700; color: #91d3e9; margin-bottom: 6px;
}
.referenz-branche {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; color: rgba(240,252,255,0.45); margin-bottom: 14px;
}
.referenz-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; color: rgba(240,252,255,0.62); line-height: 1.65;
}



/* MOBILE FIXES */

/* =============================================
   RESPONSIVE — KONSOLIDIERT
   ============================================= */

/* TABLET: 1024px */
@media (max-width: 1024px) {
  .fuerwen-grid { grid-template-columns: 1fr 1fr; }
  .metriken-grid { grid-template-columns: 1fr 1fr; }
  .programme-grid { grid-template-columns: 1fr 1fr; }
  .prozess-steps { grid-template-columns: 1fr 1fr; }
  .ueber-grid { grid-template-columns: 1fr; gap: 40px; }
  .referenzen-grid { grid-template-columns: 1fr 1fr; }
  .metriken-grid .metrik { border-right: none; border-bottom: 1px solid rgba(145,211,233,0.08); }
  .metriken-grid .metrik:nth-child(odd) { border-right: 1px solid rgba(145,211,233,0.08); }
  .metriken-grid .metrik:nth-last-child(-n+2) { border-bottom: none; }
}

/* GROSSES HANDY: 768px */
@media (max-width: 768px) {
  section { padding: 64px 24px; }
  .hero { padding: 100px 24px 72px; min-height: auto; }
  .hero h1 { font-size: clamp(26px, 6vw, 38px); }
  .hero-sub { font-size: 16px; }

  .logos-inner { gap: 10px; }
  .cert-logo-wrap { height: 58px; padding: 8px 14px; }
  .cert-logo-img { height: 38px; }

  .fuerwen-grid { grid-template-columns: 1fr; }
  .programme-grid { grid-template-columns: 1fr; }
  .referenzen-grid { grid-template-columns: 1fr; }
  .prozess-steps { grid-template-columns: 1fr 1fr; }

  .ueber-img { aspect-ratio: 4/3; max-height: 400px; }

  .referenz-betrag { font-size: 42px; }
}

/* KLEINES HANDY: 480px */
@media (max-width: 480px) {
  section { padding: 52px 16px; }
  .container { padding: 0 16px; }
  h2 { font-size: 22px !important; }

  .hero { padding: 80px 16px 56px; }
  .hero h1 { font-size: 24px; }
  .hero-sub { font-size: 14px; margin-bottom: 28px; }
  .hero-stats { flex-direction: column; max-width: 100%; border-radius: 8px; }
  .hero-stat { border-right: none !important; border-bottom: 1px solid rgba(145,211,233,0.1); padding: 14px 16px; }
  .hero-stat:last-child { border-bottom: none; }
  .hero-stat .val { font-size: 24px; }
  .hero-stat .lbl { font-size: 10px; }
  .hero-btns { flex-direction: column; width: 100%; gap: 10px; }
  .btn { text-align: center; width: 100%; font-size: 14px; padding: 13px 20px; }

  .logos-section { padding: 16px; }
  .logos-label { display: none; }
  .cert-logo-wrap { height: 50px; padding: 6px 12px; }
  .cert-logo-img { height: 32px; }
  .cert-logo-round { height: 42px !important; width: 42px !important; }

  .metriken-grid { grid-template-columns: 1fr 1fr; border-radius: 10px; }
  .metrik { padding: 20px 10px; border-right: none; border-bottom: 1px solid rgba(145,211,233,0.08); }
  .metrik:nth-child(odd) { border-right: 1px solid rgba(145,211,233,0.08); }
  .metrik:nth-last-child(-n+2) { border-bottom: none; }
  .metrik-val { font-size: 28px; }
  .metrik-lbl { font-size: 11px; }
  .metrik-sub { font-size: 9px; }

  .fuerwen-card { padding: 22px 18px; }
  .programm-card { padding: 22px 18px; }
  .programm-card h3 { font-size: 18px; }
  .programm-quote { font-size: 26px; }

  .prozess-steps { grid-template-columns: 1fr; }
  .prozess-step { border-right: none; border-bottom: 1px solid rgba(145,211,233,0.08); padding: 22px 16px; }
  .prozess-step:last-child { border-bottom: none; }
  .step-num { font-size: 40px; }

  .ueber-section { padding: 52px 16px; }
  .ueber-zitat { font-size: 16px; }

  .garantie-section { padding: 52px 16px; }
  .garantie-section p { font-size: 15px; }
  .cta-section { padding: 72px 16px; }
  .cta-section p { font-size: 15px; }

  .referenz-betrag { font-size: 34px; }
  .referenzen-grid { gap: 14px; }
  .referenz-card { padding: 24px 20px; }

  .programme-cta .btn { width: auto; }
}

/* Prozess-Nummern hell — absoluter Override */
.prozess-num {
  color: rgba(145,211,233,0.70) !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-bottom: 14px !important;
  display: block !important;
}

/* !important Overrides — verhindert Überschreibung durch Hello Elementor reset.css */
.fuerwen-card h3,
.programm-card h3,
.prozess-step h3,
.referenz-card h3,
.modul-card h3,
.blog-card h3 { color: #F0FCFF !important; }

.fuerwen-card p,
.programm-card p,
.prozess-step p { color: rgba(240,252,255,0.85) !important; }
