/* =========================================================
   JTL SpecialFeatures Produktbeschreibung
   Datei: /JTLSF_LP/assets/css/product-description.css
   ========================================================= */

.sf-pd {
    --sf-pd-primary: #00a6c8;
    --sf-pd-primary-dark: #087f99;
    --sf-pd-primary-soft: rgba(0, 166, 200, .10);
    --sf-pd-text: #445263;
    --sf-pd-heading: #344255;
    --sf-pd-muted: #7d8a99;
    --sf-pd-soft: #f4f8fb;
    --sf-pd-border: rgba(68, 82, 99, .10);
    --sf-pd-shadow: 0 14px 34px rgba(20, 38, 56, .07);
    --sf-pd-shadow-strong: 0 26px 70px rgba(20, 38, 56, .12);

    width: 100%;
    max-width: none;
    margin: 0;
    background: #fff;
    overflow: hidden;
    color: var(--sf-pd-text);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.sf-pd * {
    box-sizing: border-box;
}

.sf-pd a {
    color: inherit;
}

.sf-pd-section {
    padding: 62px 64px;
}

.sf-pd-section--soft {
    background: var(--sf-pd-soft);
}

.sf-pd-section--compact {
    padding-top: 46px;
    padding-bottom: 46px;
}

/* =========================================================
   Typografie
   ========================================================= */

.sf-pd h1,
.sf-pd h2,
.sf-pd h3 {
    margin: 0;
    color: var(--sf-pd-heading);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.18;
}

.sf-pd h1 {
    max-width: 900px;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 300;
    letter-spacing: -.03em;
}

.sf-pd h1 span {
    color: var(--sf-pd-primary);
    font-weight: 400;
}

.sf-pd h2 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 300;
    letter-spacing: -.02em;
}

.sf-pd h3 {
    font-size: 21px;
    font-weight: 700;
}

.sf-pd-lead {
    max-width: 880px;
    margin: 24px 0 0;
    color: var(--sf-pd-muted);
    font-size: 19px;
    line-height: 1.75;
}

/* =========================================================
   Hero / Kopfbereich
   ========================================================= */

.sf-pd-hero {
    position: relative;
    padding: 72px 64px 60px;
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 166, 200, .15), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.sf-pd-hero::after {
    content: "";
    position: absolute;
    left: 64px;
    right: 64px;
    bottom: 0;
    height: 1px;
    background: var(--sf-pd-border);
}

.sf-pd-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sf-pd-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 166, 200, .22);
    color: var(--sf-pd-primary-dark);
    font-size: 13px;
    font-weight: 700;
}

/* =========================================================
   Nutzen-Kacheln
   ========================================================= */

.sf-pd-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sf-pd-card {
    min-height: 230px;
    padding: 32px 30px;
    background: #fff;
    border: 1px solid rgba(68, 82, 99, .07);
    box-shadow: var(--sf-pd-shadow);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sf-pd-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 166, 200, .16);
    box-shadow: var(--sf-pd-shadow-strong);
}

.sf-pd-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sf-pd-primary-soft);
    color: var(--sf-pd-primary);
    font-size: 24px;
    font-weight: 700;
}

.sf-pd-card p {
    margin: 14px 0 0;
    color: var(--sf-pd-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* =========================================================
   Zwei-Spalten Bereich + Checkliste
   ========================================================= */

.sf-pd-two-col {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 58px;
    align-items: start;
}

.sf-pd-text p {
    margin: 22px 0 0;
    color: var(--sf-pd-muted);
    font-size: 16px;
    line-height: 1.8;
}

.sf-pd-checklist {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 15px;
}

.sf-pd-checklist li {
    position: relative;
    padding-left: 38px;
    color: var(--sf-pd-text);
    font-size: 16px;
}

.sf-pd-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sf-pd-primary);
    border-radius: 50%;
    color: var(--sf-pd-primary);
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   Ablauf
   ========================================================= */

.sf-pd-process {
    display: grid;
    gap: 16px;
    margin-top: 34px;
}

.sf-pd-process-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid rgba(68, 82, 99, .07);
    box-shadow: 0 10px 26px rgba(20, 38, 56, .04);
}

.sf-pd-number {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sf-pd-primary);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.sf-pd-process-item strong {
    display: block;
    color: var(--sf-pd-heading);
    font-size: 17px;
    line-height: 1.3;
}

.sf-pd-process-item span {
    display: block;
    margin-top: 6px;
    color: var(--sf-pd-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* =========================================================
   Voraussetzungen Tabelle
   ========================================================= */

.sf-pd-table-wrap {
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(68, 82, 99, .08);
    box-shadow: var(--sf-pd-shadow);
}

.sf-pd-table {
    width: 100%;
    border-collapse: collapse;
}

.sf-pd-table th,
.sf-pd-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(68, 82, 99, .08);
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.55;
}

.sf-pd-table tr:last-child th,
.sf-pd-table tr:last-child td {
    border-bottom: 0;
}

.sf-pd-table th {
    width: 34%;
    color: var(--sf-pd-heading);
    font-weight: 700;
    background: rgba(244, 248, 251, .75);
}

/* =========================================================
   Freigeschaltete Module
   ========================================================= */

.sf-pd-module-table-wrap {
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(68, 82, 99, .08);
    box-shadow: var(--sf-pd-shadow);
}

.sf-pd-module-table {
    width: 100%;
    border-collapse: collapse;
}

.sf-pd-module-table th,
.sf-pd-module-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(68, 82, 99, .08);
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.55;
}

.sf-pd-module-table tr:last-child th,
.sf-pd-module-table tr:last-child td {
    border-bottom: 0;
}

.sf-pd-module-table th {
    color: var(--sf-pd-heading);
    font-weight: 700;
    background: rgba(244, 248, 251, .75);
}

.sf-pd-module-table th:first-child,
.sf-pd-module-table td:first-child {
    width: 34%;
}

.sf-pd-module-code-inline {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--sf-pd-primary-soft);
    color: var(--sf-pd-primary-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
}

/* =========================================================
   Nach dem Kauf
   ========================================================= */

.sf-pd-next-box {
    padding: 34px 36px;
    background: #fff;
    border: 1px solid rgba(68, 82, 99, .08);
    box-shadow: var(--sf-pd-shadow);
}

.sf-pd-next-list {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: sfStep;
    display: grid;
    gap: 14px;
}

.sf-pd-next-list li {
    counter-increment: sfStep;
    position: relative;
    padding-left: 42px;
    color: var(--sf-pd-text);
    font-size: 16px;
}

.sf-pd-next-list li::before {
    content: counter(sfStep);
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sf-pd-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   Hinweis
   ========================================================= */

.sf-pd-note {
    padding: 30px 34px;
    background: #fff;
    border-left: 4px solid var(--sf-pd-primary);
    box-shadow: var(--sf-pd-shadow);
}

.sf-pd-note h2 {
    margin-bottom: 18px;
}

.sf-pd-note p {
    margin: 0;
    color: var(--sf-pd-muted);
    font-size: 15px;
    line-height: 1.85;
}

.sf-pd-note p + p {
    margin-top: 12px;
}

.sf-pd-note strong {
    color: var(--sf-pd-heading);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
    .sf-pd-section,
    .sf-pd-hero {
        padding-left: 32px;
        padding-right: 32px;
    }

    .sf-pd-card-grid,
    .sf-pd-two-col {
        grid-template-columns: 1fr;
    }

    .sf-pd-checklist {
        margin-top: 0;
    }

	.sf-pd-table th,
	.sf-pd-table td,
	.sf-pd-module-table th,
	.sf-pd-module-table td {
		display: block;
		width: 100%;
	}

	.sf-pd-table th,
	.sf-pd-module-table th {
		border-bottom: 0;
		padding-bottom: 8px;
	}

	.sf-pd-table td,
	.sf-pd-module-table td {
		padding-top: 8px;
	}
}

@media (max-width: 560px) {
    .sf-pd-section,
    .sf-pd-hero {
        padding: 42px 24px;
    }

    .sf-pd h1 {
        font-size: 34px;
    }
}