/*
 * SecretUndies Content Styles
 * Extrahierte CSS-Datei für WordPress
 * Erstellt: 1767423859.4161966
 */

.su-wrapper { max-width: 1200px; margin: 0 auto; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: transparent; color: #4a4a4a; padding: 20px; }
.su-hero { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: #ffffff; padding: 60px 20px; text-align: center; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); }
.su-hero h1 { font-size: 42px; font-weight: 800; color: #ffffff; margin-bottom: 20px; line-height: 1.2; }
.su-hero .su-intro { font-size: 18px; line-height: 1.8; max-width: 900px; margin: 0 auto; opacity: 0.95; color: #ffffff; background: transparent; }
.su-content-block { background: #ffffff; border-radius: 15px; padding: 40px; margin: 30px 0; box-shadow: 0 5px 25px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; }
.su-content-block h2 { font-size: 28px; color: #2c3e50; border-bottom: 4px solid #27ae60; padding-bottom: 10px; margin-bottom: 20px; font-weight: 700; }
.su-content-block h3 { font-size: 22px; color: #2c3e50; margin-top: 25px; margin-bottom: 15px; font-weight: 600; }
.su-content-block h4 { font-size: 19px; color: #2c3e50; margin-top: 20px; margin-bottom: 12px; font-weight: 600; }
.su-content-block p { line-height: 1.8; margin-bottom: 18px; font-size: 16px; }
.su-content-block ul, .su-content-block ol { line-height: 1.8; margin: 20px 0; padding-left: 30px; }
.su-content-block li { margin-bottom: 12px; }
.su-info-box { background: #f0f7f4; padding: 25px; border-left: 6px solid #27ae60; border-radius: 8px; margin: 25px 0; }
.su-info-box strong { color: #1e8449; display: block; margin-bottom: 8px; font-size: 18px; }
.su-highlight-box { background: #fff9e6; padding: 25px; border-left: 6px solid #f39c12; border-radius: 8px; margin: 25px 0; }
.su-highlight-box strong { color: #d68910; display: block; margin-bottom: 8px; font-size: 18px; }
.su-comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 25px 0; }
.su-comparison-item { background: #f8f9fa; padding: 20px; border-radius: 10px; border: 2px solid #e9ecef; }
.su-comparison-item h4 { color: #2c3e50; margin-bottom: 15px; font-size: 18px; }
.su-tip-box { background: #e8f4f8; padding: 25px; border-left: 6px solid #3498db; border-radius: 8px; margin: 25px 0; }
.su-tip-box strong { color: #2980b9; display: block; margin-bottom: 8px; font-size: 18px; }
.su-warning-box { background: #fff3cd; padding: 25px; border-left: 6px solid #ffc107; border-radius: 8px; margin: 25px 0; }
.su-warning-box strong { color: #856404; display: block; margin-bottom: 8px; font-size: 18px; }
.su-quote-box { background: #f8f9fa; padding: 25px; border-left: 4px solid #6c757d; border-radius: 8px; margin: 25px 0; font-style: italic; }
.su-quote-box p { margin-bottom: 10px; font-size: 18px; }
.su-quote-box cite { color: #555; font-size: 14px; font-style: normal; display: block; margin-top: 10px; }
.su-testimonial-box { background: #f0f7f4; padding: 25px; border-radius: 10px; border-left: 4px solid #27ae60; margin: 25px 0; font-style: italic; }
.su-testimonial-box p { margin-bottom: 10px; }
.su-testimonial-box cite { color: #555; font-size: 14px; font-style: normal; }
.su-stat-box { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; border-radius: 15px; text-align: center; margin: 25px 0; }
.su-stat-box .su-stat-number { font-size: 48px; font-weight: bold; color: #27ae60; margin-bottom: 10px; }
.su-stat-box .su-stat-label { font-size: 18px; opacity: 0.9; }
.su-process-flow { display: flex; flex-direction: column; gap: 15px; margin: 25px 0; }
.su-process-step { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f8f9fa; border-radius: 10px; }
.su-process-step-number { background: #27ae60; color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; flex-shrink: 0; }
.su-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 25px 0; }
.su-feature-item { text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px; }
.su-feature-item .su-feature-icon { font-size: 32px; color: #27ae60; margin-bottom: 10px; }
.su-timeline { position: relative; padding-left: 30px; margin: 25px 0; }
.su-timeline::before { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 2px; background: #27ae60; }
.su-timeline-item { position: relative; padding-bottom: 30px; }
.su-timeline-item::before { content: ''; position: absolute; left: -25px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #27ae60; border: 2px solid white; }
.su-table-wrapper { overflow-x: auto; margin: 25px 0; border: 1px solid #eee; border-radius: 10px; }
.su-table { width: 100%; border-collapse: collapse; }
.su-table th { background: #2c3e50; color: white; padding: 15px; text-align: left; }
.su-table td { padding: 15px; border-bottom: 1px solid #f1f1f1; }
.su-check { color: #27ae60; font-weight: bold; }
.su-faq-accordion { background: #fdfdfd; padding: 30px; border-radius: 15px; border: 1px solid #f1f1f1; margin: 30px 0; box-shadow: 0 5px 25px rgba(0,0,0,0.08); }
.su-faq-accordion h2 { font-size: 28px; color: #2c3e50; border-bottom: 4px solid #27ae60; padding-bottom: 10px; margin-bottom: 25px; }
.su-faq-item { border-bottom: 1px solid #e0e0e0; padding: 10px 0; }
.su-faq-item:last-child { border-bottom: none; }
.su-faq-q { cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; color: #2c3e50; padding: 10px 0; }
.su-faq-item[open] .su-faq-q { color: #27ae60; }
.su-faq-a { padding: 10px 0 15px; color: #555; line-height: 1.8; font-size: 16px; }
.su-faq-item summary::-webkit-details-marker { display: none; }
.su-faq-item summary::marker { display: none; }
.su-faq-q::before { content: '+ '; color: #27ae60; font-weight: bold; margin-right: 8px; }
.su-faq-item[open] .su-faq-q::before { content: '− '; }
.su-links { background: #2c3e50; color: white; padding: 40px; border-radius: 15px; margin: 30px 0; box-shadow: 0 5px 25px rgba(0,0,0,0.08); }
.su-links h2 { font-size: 28px; color: #ffffff; border-bottom: 4px solid #27ae60; padding-bottom: 10px; margin-bottom: 25px; }
.su-links-content { display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap; }
.su-links-list { flex: 1; min-width: 250px; }
.su-links ul { list-style: none; padding-left: 0; }
.su-links li { margin-bottom: 12px; padding-left: 25px; position: relative; }
.su-links li:before { content: "→"; position: absolute; left: 0; color: #27ae60; font-weight: bold; }
.su-links a { color: #4ade80; text-decoration: none; font-size: 16px; transition: color 0.3s; }
.su-links a:hover { color: #ffffff; text-decoration: underline; }
.su-links-image { flex: 0 0 300px; max-width: 100%; }
.su-links-image img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.2); }
.su-image { max-width: 100%; height: auto; border-radius: 10px; margin: 25px 0; box-shadow: 0 3px 15px rgba(0,0,0,0.1); }
.su-content-with-image { display: flex; gap: 30px; align-items: flex-start; margin: 30px 0; flex-wrap: wrap; }
.su-content-with-image .su-content-text { flex: 1; min-width: 300px; }
.su-content-with-image .su-content-image { flex: 0 0 50%; max-width: 50%; min-width: 300px; }
.su-content-with-image .su-content-image .su-image { margin: 0; }
@media (max-width: 768px) {
    .su-content-with-image { flex-direction: column; }
    .su-content-with-image .su-content-image { flex: 1; max-width: 100%; min-width: 100%; }
}
@media (max-width: 1024px) {
    .su-wrapper { padding: 15px; }
    .su-hero { padding: 45px 15px; margin-bottom: 25px; }
    .su-hero h1 { font-size: 32px; font-weight: 700; margin-bottom: 15px; }
    .su-hero .su-intro { font-size: 16px; }
    .su-content-block { padding: 30px 20px; margin: 25px 0; }
    .su-content-block h2 { font-size: 24px; }
    .su-content-block h3 { font-size: 20px; }
    .su-info-box { padding: 20px; margin: 20px 0; }
    .su-links { padding: 30px 20px; margin: 25px 0; }
    .su-links h2 { font-size: 24px; }
    .su-faq-accordion { padding: 25px 20px; margin: 25px 0; }
    .su-faq-accordion h2 { font-size: 24px; }
}
@media (max-width: 768px) {
    .su-wrapper { padding: 12px; }
    .su-hero { padding: 35px 12px; margin-bottom: 20px; }
    .su-hero h1 { font-size: 26px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
    .su-hero .su-intro { font-size: 15px; line-height: 1.7; }
    .su-content-block { padding: 20px 15px; margin: 20px 0; }
    .su-content-block h2 { font-size: 22px; }
    .su-content-block h3 { font-size: 19px; }
    .su-content-block p { font-size: 15px; margin-bottom: 15px; }
    .su-info-box { padding: 18px; margin: 18px 0; }
    .su-info-box strong { font-size: 17px; }
    .su-links { padding: 25px 15px; margin: 20px 0; }
    .su-links h2 { font-size: 22px; }
    .su-links-content { flex-direction: column; }
    .su-links-image { flex: 1 1 100%; max-width: 100%; margin-top: 20px; }
    .su-faq-accordion { padding: 20px 15px; margin: 20px 0; }
    .su-faq-accordion h2 { font-size: 22px; }
    .su-faq-q { font-size: 16px; padding: 10px 0; }
    .su-faq-a { font-size: 15px; padding: 8px 0 12px; }
    .su-comparison-grid { grid-template-columns: 1fr; }
    .su-feature-grid { grid-template-columns: 1fr; }
    .su-highlight-box, .su-tip-box, .su-warning-box, .su-quote-box { padding: 18px; margin: 18px 0; }
    .su-highlight-box strong, .su-tip-box strong, .su-warning-box strong { font-size: 17px; }
    .su-image { margin: 18px 0; }
}
@media (max-width: 480px) {
    .su-wrapper { padding: 10px; }
    .su-hero { padding: 30px 10px; margin-bottom: 18px; }
    .su-hero h1 { font-size: 22px; font-weight: 700; margin-bottom: 10px; line-height: 1.2; }
    .su-hero .su-intro { font-size: 14px; line-height: 1.6; }
    .su-content-block { padding: 18px 12px; margin: 18px 0; }
    .su-content-block h2 { font-size: 20px; }
    .su-content-block h3 { font-size: 18px; }
    .su-content-block p { font-size: 14px; margin-bottom: 12px; }
    .su-content-block ul, .su-content-block ol { margin: 15px 0; padding-left: 20px; }
    .su-info-box { padding: 15px; margin: 15px 0; }
    .su-info-box strong { font-size: 16px; }
    .su-links { padding: 20px 12px; margin: 18px 0; }
    .su-links h2 { font-size: 20px; }
    .su-links a { font-size: 15px; }
    .su-faq-accordion { padding: 18px 12px; margin: 18px 0; }
    .su-faq-accordion h2 { font-size: 20px; }
    .su-faq-q { font-size: 15px; padding: 8px 0; }
    .su-faq-a { font-size: 14px; padding: 8px 0 12px; }
    .su-highlight-box, .su-tip-box, .su-warning-box, .su-quote-box { padding: 15px; margin: 15px 0; }
    .su-highlight-box strong, .su-tip-box strong, .su-warning-box strong { font-size: 16px; }
    .su-comparison-item, .su-feature-item { padding: 15px; }
    .su-image { margin: 15px 0; }
}

/* Hero-Bereich CSS für Produktkategorien */
.su-hero-wrap-vendor {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
}

.su-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 6px;
}

.su-hero-title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.su-hero-title span.su-highlight {
    display: block;
    font-weight: 800;
    background: linear-gradient(90deg,#db2777,#ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.su-hero-text {
    margin: 0 0 20px 0;
    max-width: 32rem;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.su-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.su-hero-btn,
.su-hero-btn-secondary {
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.su-hero-btn {
    background: #db2777;
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(219,39,119,0.35);
}

.su-hero-btn:hover {
    background: #fce7f3;
    color: #000 !important;
}

.su-hero-btn-secondary {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.su-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.su-hero-btn svg {
    stroke: #ffffff;
}

.su-hero-btn-secondary svg {
    stroke: #db2777;
}

.su-hero-btn:hover svg,
.su-hero-btn-secondary:hover svg {
    stroke: #000 !important;
}

.su-hero-btn .su-btn-icon svg {
    animation: su-pulse-heart 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes su-pulse-heart {
    0% { transform: scale(1); }
    50% { transform: scale(1.13); }
    100% { transform: scale(1); }
}

.su-hero-trust {
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
    position: relative;
}

.su-hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 2;
}

.su-dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 999px;
    display: inline-block;
}

.su-hero-trust::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -12px;
    right: -12px;
    bottom: -8px;
    background: rgba(255,255,255,0.55);
    filter: blur(14px);
    border-radius: 12px;
    z-index: 1;
}

@media (max-width: 767px) {
    .su-hero-wrap-vendor {
        text-align: left;
        padding-left: 6px;
    }
    .su-hero-text { max-width: 100%; }
    .su-hero-buttons { align-items: flex-start; }
    .su-hero-trust {
        justify-content: flex-start !important;
        padding-left: 4px;
        gap: 18px;
    }
}

@media (min-width: 768px) {
    .su-hero-wrap-vendor { text-align: left; }
    .su-hero-title { font-size: 40px; }
    .su-hero-buttons { flex-direction: row; justify-content: flex-start; }
    .su-hero-trust { justify-content: flex-start; }
}

@media (min-width: 1200px) {
    .su-hero-title { font-size: 48px; }
    .su-hero-text { font-size: 18px; }
    .su-hero-btn,
    .su-hero-btn-secondary { font-size: 16px; }
}