/* === ThemeWare Utilities – Conversion-Section-Design (Namespace .tu-) === */
.themeware-utilities main.content.tu-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; }
.tu-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
@media (max-width: 768px) { .tu-container { padding: 0 20px; } }
.tu-page, .tu-page h1, .tu-page h2, .tu-page h3 { color: #1a2b3c; }
.tu-page p { line-height: 1.7; color: #334155; }

/* Hero (Teaser, links ausgerichtet, schlank) */
.tu-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 52px 0 48px; }
.tu-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: center; }
.tu-hero h1 { font-size: 2.3rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: #0d2137; }
.tu-hero h1 span { color: #0d5a93; }
.tu-hero-sub { font-size: 1.12rem; line-height: 1.6; color: #475569; max-width: 560px; margin: 0 0 24px; }
.tu-btn-primary { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.05rem; padding: 14px 30px; border-radius: 10px; text-decoration: none; background: #0d5a93; color: #fff; box-shadow: 0 6px 18px rgba(13,90,147,0.28); transition: transform .15s, background .2s; }
.tu-btn-primary:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.tu-btn-primary svg { width: 16px; height: 16px; }
.tu-hero-note { font-size: 0.85rem; color: #64748b; margin: 16px 0 0; }
.tu-hero-note a { color: #0d5a93; }
.tu-hero-visual { text-align: center; }
.tu-hero-visual img { width: 100%; max-width: 280px; height: auto; }

/* Formular-Karte (zentriert) */
.tu-form-card { background: #fff; border: 1px solid #dbe7f2; border-radius: 16px; padding: 30px 30px 28px; max-width: 680px; margin: 0 auto; box-shadow: 0 12px 40px rgba(13,90,147,0.12); }
.tu-form-card #klicktipp-form { width: 100%; max-width: none; margin-bottom: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; }
.tu-form-card #klicktipp-form > .mb-2 { margin-bottom: 12px; }
.tu-form-card #klicktipp-form > .alert,
.tu-form-card #klicktipp-form > .form-check,
.tu-form-card #klicktipp-form > .formSubmitButton { grid-column: 1 / -1; }
/* E-Mail und Nutzerart volle Breite; Shopware-Version + Theme teilen sich die erste Zeile */
.tu-form-card #klicktipp-form > div:nth-of-type(6),
.tu-form-card #klicktipp-form > div:nth-of-type(7) { grid-column: 1 / -1; }
.tu-form-card .form-select, .tu-form-card .form-control { height: 46px; border-radius: 9px; border-color: #cbd9e6; font-size: 0.92rem; }
.tu-form-card .form-check { margin-top: 6px; font-size: 0.82rem; }
.tu-form-card .formSubmitButton { width: 100%; display: inline-flex; align-items: center; justify-content: center; padding: 13px; font-size: 1.02rem; font-weight: 700; border-radius: 9px; margin-top: 12px; }
.tu-form-card .form-info { font-size: 0.79rem; color: #64748b; margin-top: 12px; line-height: 1.5; }
.tu-form-card .form-info a { color: #0d5a93; }

/* Sections */
.tu-section { padding: 52px 0; }
.tu-section-head { text-align: center; max-width: 680px; margin: 0 auto 32px; }
.tu-section-head h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.tu-section-head p { color: #64748b; font-size: 1.04rem; line-height: 1.6; margin: 0; }
.tu-subhead { text-align: center; max-width: 700px; margin: 48px auto 24px; }
.tu-subhead h3 { font-size: 1.35rem; font-weight: 800; margin: 0 0 8px; }
.tu-subhead p { color: #64748b; font-size: 1rem; line-height: 1.6; margin: 0; }
.tu-tint { background: #f7fafd; border-top: 1px solid #e9eff5; border-bottom: 1px solid #e9eff5; }

/* Value-Stack */
.tu-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tu-value-card { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 22px 20px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); }
.tu-value-ico { width: 46px; height: 46px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.tu-value-card h3 { font-size: 1.02rem; font-weight: 700; margin: 0 0 5px; }
.tu-value-card p { font-size: 0.9rem; color: #475569; margin: 0; line-height: 1.5; }
.tu-value-card:nth-child(1) .tu-value-ico { background: #fdecec; color: #e23b2e; }
.tu-value-card:nth-child(2) .tu-value-ico { background: #fdf3e2; color: #d98a00; }
.tu-value-card:nth-child(3) .tu-value-ico { background: #eef5fb; color: #0d5a93; }
.tu-value-card:nth-child(4) .tu-value-ico { background: #e7f6ee; color: #1e7d52; }
.tu-value-card:nth-child(5) .tu-value-ico { background: #f1ecfd; color: #7c3aed; }
.tu-value-card:nth-child(6) .tu-value-ico { background: #e0f2f1; color: #0d9488; }
.tu-value-card:nth-child(7) .tu-value-ico { background: #fce7f0; color: #db2777; }
.tu-value-card:nth-child(8) .tu-value-ico { background: #eaf1fa; color: #2563eb; }
/* "Und noch viel mehr" – hervorgehobenes Abschluss-Element */
.tu-value-card.is-more { background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); border-color: transparent; box-shadow: 0 10px 26px rgba(13,90,147,0.25); }
.tu-value-card.is-more .tu-value-ico { background: rgba(255,255,255,0.18); color: #fff; }
.tu-value-card.is-more h3 { color: #fff; }
.tu-value-card.is-more p { color: #d6e6f3; }

/* Oekosystem / Positionierung */
.tu-eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tu-eco-card { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 26px 24px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); }
.tu-eco-ico { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.tu-eco-card:nth-child(1) .tu-eco-ico { background: #eef5fb; color: #0d5a93; }
.tu-eco-card:nth-child(2) .tu-eco-ico { background: #f1ecfd; color: #7c3aed; }
.tu-eco-card:nth-child(3) .tu-eco-ico { background: #fdf3e2; color: #d98a00; }
.tu-eco-card h3 { font-size: 1.12rem; font-weight: 800; margin: 0 0 8px; }
.tu-eco-card p { font-size: 0.95rem; color: #475569; line-height: 1.6; margin: 0; }

/* E-Mail-Kurs / Themen-Chips */
.tu-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 860px; margin: 0 auto; }
.tu-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #dbe7f2; border-radius: 30px; padding: 8px 16px; font-size: 0.9rem; color: #1a2b3c; font-weight: 600; }
.tu-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #0d5a93; flex-shrink: 0; }

/* Formular-Sektion: Trust-Leiste */
.tu-form-trust { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.tu-form-trust li { display: inline-flex; align-items: center; gap: 7px; color: #475569; font-size: 0.95rem; }
.tu-form-trust li svg { color: #1e7d52; width: 16px; height: 16px; }

@media (max-width: 900px) {
  .tu-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .tu-hero-visual { display: none; }
  .tu-value-grid { grid-template-columns: repeat(2, 1fr); }
  .tu-hero h1 { font-size: 2rem; }
}
@media (max-width: 600px) {
  .tu-value-grid { grid-template-columns: 1fr; }
  .tu-eco-grid { grid-template-columns: 1fr; }
  .tu-form-card #klicktipp-form { grid-template-columns: 1fr; }
}
