/* === Video-Tutorial – Section-Design (Namespace .tt-) === */
.themeware-tutorial main.content.tt-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; }
.tt-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
@media (max-width: 768px) { .tt-container { padding: 0 20px; } }
.tt-page, .tt-page h1, .tt-page h2, .tt-page h3 { color: #1a2b3c; }

/* Hero */
.tt-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 52px 0 48px; }
.tt-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: center; }
.tt-hero h1 { font-size: 2.3rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: #0d2137; }
.tt-hero h1 span { color: #0d5a93; }
.tt-hero-sub { font-size: 1.12rem; line-height: 1.6; color: #475569; max-width: 580px; margin: 0 0 24px; }
.tt-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; }
.tt-btn-primary:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.tt-btn-primary svg { width: 16px; height: 16px; }
.tt-hero-visual { text-align: center; }
.tt-hero-visual img { width: 100%; max-width: 280px; height: auto; }

.tt-section { padding: 44px 0 56px; }

/* Hinweis-Box (unter den Videos, gleiche Rundung wie Section-Design, dezent auffaellig) */
.tt-notice { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; background: #fff8ee; border: 1px solid #f3e2c2; border-radius: 14px; padding: 16px 20px; box-shadow: 0 2px 10px rgba(13,33,55,0.04); }
.tt-notice-ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px; background: #fbeacf; color: #b9770f; display: flex; align-items: center; justify-content: center; }
.tt-notice-ico svg { width: 21px; height: 21px; }
.tt-notice-body { flex: 1 1 auto; min-width: 0; }
.tt-notice-body p { margin: 0; color: #5b4a2b; font-size: 0.97rem; line-height: 1.55; }
.tt-notice-body strong { color: #4a3a1c; }
.tt-notice-body a { color: #0d5a93; font-weight: 600; }
@media (max-width: 560px) { .tt-notice { align-items: flex-start; } }

/* Fortschrittsanzeige */
.tt-progress { display: flex; align-items: center; gap: 18px; margin: 0 0 32px; background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 18px 22px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); }
.tt-progress-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; }
.tt-progress-icon svg { width: 24px; height: 24px; }
.tt-progress-main { flex: 1 1 auto; min-width: 0; }
.tt-progress-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 9px; }
.tt-progress-label { font-size: 0.98rem; font-weight: 700; color: #0d2137; }
.tt-progress-pct { font-size: 0.9rem; font-weight: 700; color: #1e7d52; white-space: nowrap; }
.tt-progress-bar { height: 9px; border-radius: 6px; background: #e6eef4; overflow: hidden; }
.tt-progress-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #1e7d52, #37a06e); border-radius: 6px; transition: width .4s ease; }
@media (max-width: 560px) { .tt-progress { max-width: none; } }

@media (max-width: 860px) {
  .tt-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .tt-hero-visual { display: none; }
  .tt-hero h1 { font-size: 2rem; }
}
