/* Extracted from jahresabschluss-gmbh.php. */

/* =============================================
   JAHRESABSCHLUSS GMBH  Prefix: jag-
   ============================================= */

.jag-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 72px 0 64px;
    border-bottom: 1px solid #bae6fd;
}
.jag-hero-container {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 3rem;
    align-items: center;
}
.jag-hero-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4338ca;
    margin-bottom: 1rem;
    border-top: 2px solid #4338ca;
    padding-top: 0.5rem;
    width: fit-content;
}
.jag-hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0c1a2e;
    margin-bottom: 1rem;
}
.jag-hero-sub {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}
.jag-hero-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
    font-size: 0.85rem;
    color: #6b7280;
}
.jag-hero-meta span { display: flex; align-items: center; gap: 0.35rem; }
.jag-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* VISUAL CARD */
.jag-hero-visual {
    background: #fff;
    border: 1.5px solid #bae6fd;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 24px rgba(67,56,202,0.08);
}
.jag-visual-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4338ca;
    margin-bottom: 1.25rem;
}
.jag-visual-deadline {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.jag-deadline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f3f4f6;
}
.jag-deadline-row:last-child { border-bottom: none; }
.jag-deadline-label { font-size: 0.85rem; color: #4b5563; }
.jag-deadline-val   { font-size: 0.85rem; font-weight: 700; color: #0c1a2e; }
.jag-deadline-val--warn { color: #d97706; }
.jag-deadline-val--ok   { color: #4338ca; }

/* SECTIONS */
.jag-section { padding: 80px 0; }
.jag-section--gray { background: #f8fafc; }
.jag-section--indigo { background: #eef2ff; }
.jag-section-header { text-align: center; margin-bottom: 3rem; }
.jag-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4338ca;
    margin-bottom: 0.75rem;
}
.jag-section-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #0c1a2e;
    margin-bottom: 0.75rem;
}
.jag-section-sub {
    font-size: 1rem;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* TIMELINE */
.jag-timeline {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}
.jag-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #4338ca, #a5b4fc);
}
.jag-timeline-item {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.jag-timeline-item:last-child { padding-bottom: 0; }
.jag-timeline-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #4338ca;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 800;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(67,56,202,0.2);
}
.jag-timeline-dot--warn { background: #d97706; }
.jag-timeline-body { padding-top: 0.75rem; }
.jag-timeline-body h3 { font-size: 1rem; font-weight: 700; color: #0c1a2e; margin-bottom: 0.4rem; }
.jag-timeline-body p  { font-size: 0.88rem; color: #4b5563; line-height: 1.6; }
.jag-timeline-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    margin-bottom: 0.4rem;
}
.jag-timeline-badge--blue  { background: #dbeafe; color: #1d4ed8; }
.jag-timeline-badge--warn  { background: #fef3c7; color: #92400e; }
.jag-timeline-badge--red   { background: #fee2e2; color: #991b1b; }

/* WER MACHT WAS */
.jag-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.jag-split-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem;
    border: 1.5px solid #e5e7eb;
}
.jag-split-card-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}
.jag-split-card-title--indigo { color: #4338ca; }
.jag-split-card-title--gray   { color: #6b7280; }
.jag-split-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.jag-split-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.5;
}
.jag-split-item svg { flex-shrink: 0; margin-top: 2px; }
.jag-split-item--fk svg   { color: #4338ca; }
.jag-split-item--stb svg  { color: #9ca3af; }

/* KOSTEN */
.jag-kosten-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}
.jag-kosten-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1.5px solid #e5e7eb;
    text-align: center;
}
.jag-kosten-card-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}
.jag-kosten-card-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0c1a2e;
    margin-bottom: 0.25rem;
}
.jag-kosten-card-note {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.5;
}

/* FAQ */
.jag-faq { max-width: 760px; margin: 0 auto; }

/* MOBILE */
@media (max-width: 900px) {
    .jag-hero-container { grid-template-columns: 1fr; }
    .jag-split { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .jag-timeline::before { left: 20px; }
    .jag-timeline-dot { width: 40px; height: 40px; font-size: 0.7rem; }
}
