/* ============================================================================
   AUSHILFEN & LEIHARBEITER - Seitenspezifisches CSS
   Quelle: mockups/aushilfen-leiharbeiter-mockup.html

   Hinweis:
   - Keine Header/Footer-Styles (werden global geladen)
   - Buttons nur dort überschreiben, wo nötig (Hero/Comparison)
   ============================================================================ */

:root {
    /* Bereich Aushilfen & Leiharbeiter (Petrol/Teal) */
    --accent: var(--teal);
    --accent-light: var(--teal-light);
    --accent-dark: var(--teal-dark);
    --area-highlight: var(--teal-bg);

    /* Button shadow should match area accent (not global orange) */
    --accent-shadow: 0 4px 14px rgba(13, 148, 136, 0.28);
    --accent-shadow-hover: 0 6px 20px rgba(13, 148, 136, 0.36);
}

/* ============================================
   HERO SECTION
============================================ */
.hero {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.92) 0%, rgba(13, 148, 136, 0.12) 50%, rgba(21, 40, 64, 0.95) 100%),
                url('/assets/images/general/aushilfen-hero.webp');
    background-size: cover;
    background-position: center;
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 200px;
    opacity: 0.5;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 700px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-badge i {
    color: var(--accent);
}

.hero-badge.urgency {
    background: rgba(13, 148, 136, 0.2);
    border-color: rgba(13, 148, 136, 0.4);
    animation: pulse-urgency 2s ease-in-out infinite;
}

@keyframes pulse-urgency {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.urgency-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--accent);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
}

.hero h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero h1 span {
    color: var(--accent);
}

.hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    line-height: 1.6;
}

.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* btn-secondary (outline) nur im Hero verwenden, damit Header/Mobile-Nav nicht beeinflusst wird */
.hero .btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.hero-trust {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    white-space: nowrap;
}

.trust-item i {
    color: var(--accent);
}

.trust-item strong {
    font-weight: 700;
}

/* ============================================
   STATS BAR
============================================ */
.stats-bar {
    background: var(--white);
    padding: 30px 0;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 10;
    margin-top: -40px;
    border-radius: var(--radius-lg);
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.stat-item {
    padding: 0 20px;
    border-right: 1px solid var(--gray-200);
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.stat-number span {
    color: var(--accent);
}

.stat-label {
    font-size: 14px;
    color: var(--gray-500);
    margin-top: 8px;
}

/* ============================================
   CERTIFICATIONS BAR
============================================ */
.certifications-bar {
    background: var(--white);
    padding: 24px 0;
    border-bottom: 1px solid var(--gray-200);
}

.certifications-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 500;
}

.cert-icon {
    width: 40px;
    height: 40px;
    background: var(--area-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

/* ============================================
   LOGO MARQUEE
============================================ */
.logo-marquee {
    background: var(--gray-50);
    padding: 40px 0;
    overflow: hidden;
}

.marquee-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gray-400);
    margin-bottom: 24px;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.logo-track:hover {
    animation-play-state: paused;
}

.logo-set {
    display: flex;
    gap: 80px;
    flex-shrink: 0;
    padding-right: 80px;
}

.logo-item {
    height: 40px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s;
}

.logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

/* ============================================
   SECTION LABEL
============================================ */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--area-highlight);
    color: var(--accent);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

/* ============================================
   PROBLEM SECTION
============================================ */
.problem-section {
    padding: var(--section-padding);
    background: var(--white);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.problem-card {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    transition: all 0.3s;
}

.problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.problem-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.problem-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.problem-content p {
    font-size: 15px;
    color: var(--gray-600);
    line-height: 1.5;
}

/* ============================================
   SOLUTION SECTION
============================================ */
.solution-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
}

.solution-section .section-label {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.solution-section .section-title {
    color: var(--white);
}

.solution-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.solution-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
}

.solution-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.solution-icon {
    width: 80px;
    height: 80px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--white);
}

.solution-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white);
}

.solution-card p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
}

/* ============================================
   SERVICES / EINSATZBEREICHE
============================================ */
.services-section {
    padding: var(--section-padding);
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.service-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 58, 95, 0.4) 0%, transparent 60%);
    pointer-events: none;
}

.service-content {
    padding: 24px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.service-list {
    list-style: none;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--gray-600);
    margin-bottom: 8px;
}

.service-list li i {
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    margin-top: 16px;
    text-decoration: none;
    transition: gap 0.2s;
}

.service-cta:hover {
    gap: 10px;
}

/* ============================================
   HOW IT WORKS
============================================ */
.process-section {
    padding: var(--section-padding);
    background: var(--gray-50);
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 60px;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 100px;
    right: 100px;
    height: 4px;
    background: var(--gray-200);
    z-index: 0;
}

.process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.step-number {
    width: 100px;
    height: 100px;
    background: var(--white);
    border: 4px solid var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
    font-weight: 800;
    color: var(--accent);
    box-shadow: var(--shadow-lg);
}

.step-number.active {
    background: var(--accent);
    color: var(--white);
}

.process-step h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.process-step p {
    font-size: 15px;
    color: var(--gray-500);
    max-width: 280px;
    margin: 0 auto;
}

.step-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--area-highlight);
    color: var(--accent);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

/* ============================================
   BENEFITS SECTION
============================================ */
.benefits-section {
    padding: var(--section-padding);
    background: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    padding: 32px;
    border-radius: var(--radius-lg);
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    transition: all 0.3s;
}

.benefit-card:hover {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 15px;
    color: var(--gray-600);
    line-height: 1.6;
}

/* ============================================
   QUICK CONTACT FORM
============================================ */
.quick-contact-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
}

.quick-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.quick-contact-content h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 16px;
}

.quick-contact-content > p {
    font-size: 18px;
    color: var(--gray-600);
    margin-bottom: 24px;
}

.quick-contact-benefits {
    list-style: none;
}

.quick-contact-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--gray-700);
    margin-bottom: 12px;
}

.quick-contact-benefits li i {
    color: var(--accent);
}

.quick-contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--gray-200);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.quick-contact-form input,
.quick-contact-form select,
.quick-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s;
    background: var(--white);
}

.quick-contact-form input:focus,
.quick-contact-form select:focus,
.quick-contact-form textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.quick-contact-form textarea {
    min-height: 100px;
    resize: vertical;
    margin-bottom: 16px;
}

.quick-contact-form .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 18px 32px;
}

/* Anti-Spam: Honeypot-Feld (unsichtbar für echte Nutzer) */
.form-assist {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Anti-Spam: Bestätigungs-Overlay */
.hm-confirm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    z-index: 10;
    animation: hmOverlayFadeIn 0.2s ease-out;
}

@keyframes hmOverlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hm-confirm-box {
    text-align: center;
    padding: 2rem;
}

.hm-confirm-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 1.05rem;
    color: var(--primary, #1e3a5f);
    margin-bottom: 1.25rem;
    user-select: none;
    justify-content: center;
}

.hm-confirm-check {
    width: 22px;
    height: 22px;
    accent-color: var(--accent, #e67e22);
    cursor: pointer;
}

.hm-confirm-btn {
    min-width: 220px;
    transition: opacity 0.2s;
}

.hm-confirm-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.form-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 0;
    text-align: center;
    font-size: 13px;
    color: var(--gray-500);
    margin-top: 16px;
}

.form-note-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.form-note-sep {
    margin: 0 8px;
}

/* ============================================
   QUICK CONTACT FORM: Rollen-Dropdown & Datumsfelder
   (zentrales Include quick-contact-form.njk)
============================================ */
.qc-roles {
    position: relative;
    margin: 0 0 16px;
}

.qc-roles-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    font-size: 15px;
    font-family: inherit;
    text-align: left;
    color: var(--gray-500, #6b7280);
    background: var(--white);
    cursor: pointer;
    transition: border-color 0.2s;
}

.qc-roles-toggle:focus-visible,
.qc-roles-toggle[aria-expanded="true"] {
    outline: none;
    border-color: var(--primary);
}

.qc-roles-toggle .qc-roles-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qc-roles-toggle.qc-roles-has-selection {
    color: inherit;
}

.qc-roles-toggle i {
    flex-shrink: 0;
    transition: transform 0.15s;
}

.qc-roles-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.qc-roles-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 30;
    max-height: 260px;
    overflow-y: auto;
    padding: 6px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(30, 58, 95, 0.15);
}

.qc-role-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14.5px;
    color: var(--gray-700, #374151);
    cursor: pointer;
    user-select: none;
}

.qc-role-option:hover {
    background: var(--gray-50, #f9fafb);
}

/* Override der globalen .quick-contact-form input-Regel (width/padding) */
.quick-contact-form .qc-role-option input {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    accent-color: var(--primary);
    cursor: pointer;
}

.qc-roles-error {
    margin: 8px 0 0;
    font-size: 13px;
    color: #b91c1c;
}

.qc-roles.qc-roles-invalid .qc-roles-toggle {
    border-color: rgba(220, 53, 69, 0.7);
}

.qc-date-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.qc-date-field > span {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
}

.qc-full-inquiry {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--text-light);
}

.qc-full-inquiry .full-inquiry-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
}

/* ============================================
   TESTIMONIALS
============================================ */
.testimonials-section {
    padding: var(--section-padding);
    background: var(--gray-50);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-md);
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: var(--gray-100);
    line-height: 1;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-rating i {
    color: #fbbf24;
}

.testimonial-text {
    font-size: 16px;
    color: var(--gray-700);
    line-height: 1.7;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
}

.testimonial-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-900);
}

.testimonial-info p {
    font-size: 14px;
    color: var(--gray-500);
    margin: 0;
}

/* ============================================
   COMPARISON SECTION
============================================ */
.comparison-section {
    padding: 48px 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #152840 100%);
    position: relative;
    overflow: hidden;
}

.comparison-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(13, 148, 136, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.comparison-section .section-header {
    margin-bottom: 32px;
}

.comparison-section .section-label {
    background: rgba(13, 148, 136, 0.2);
    color: var(--teal-light);
    border: 1px solid rgba(13, 148, 136, 0.4);
    padding: 8px 14px;
    font-size: 11px;
}

.comparison-section .section-title {
    color: var(--white);
    font-size: clamp(24px, 3.5vw, 34px);
    margin-bottom: 10px;
}

.comparison-section .section-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    max-width: 560px;
    margin: 0 auto;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    gap: 0;
    align-items: stretch;
    max-width: 880px;
    margin: 0 auto;
}

.comparison-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 24px 22px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.comparison-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.comparison-card.highlighted {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: var(--white);
}

.comparison-card.highlighted h3,
.comparison-card.highlighted .comparison-tagline {
    color: var(--white);
}

.comparison-card.highlighted .comparison-list li {
    color: rgba(255, 255, 255, 0.95);
}

.comparison-badge {
    position: absolute;
    top: -10px;
    right: 18px;
    background: var(--accent);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.35);
}

.comparison-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.comparison-card:not(.highlighted) .comparison-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
}

.comparison-card.highlighted .comparison-icon {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.comparison-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
    text-align: left;
}

.comparison-tagline {
    text-align: left;
    color: var(--gray-600);
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-200);
    font-size: 13px;
}

.comparison-list {
    list-style: none;
    margin-bottom: 14px;
}

.comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: var(--gray-700);
    border-bottom: none;
}

.comparison-list li i {
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 1px;
    width: 14px;
    height: 14px;
}

.comparison-ideal {
    background: var(--gray-100);
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    color: var(--gray-600);
    margin-bottom: 16px;
}

.comparison-ideal strong {
    color: var(--gray-900);
}

.comparison-card .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
}

.comparison-card.highlighted .btn-primary {
    background: var(--white);
    color: var(--accent);
}

.comparison-card.highlighted .btn-primary:hover {
    background: var(--gray-100);
    transform: translateY(-2px);
    color: var(--accent-dark);
}

.comparison-card .btn-secondary-dark {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: var(--white);
    padding: 12px 20px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}

.comparison-card .btn-secondary-dark:hover {
    background: #152d4a;
    transform: translateY(-2px);
}

.comparison-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.comparison-or {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--gray-500);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.comparison-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    width: 100%;
}

.comparison-link:hover {
    color: var(--accent);
    gap: 10px;
}

/* ============================================
   TEAM SECTION
============================================ */
.team-section {
    padding: var(--section-padding);
    background: var(--gray-50);
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.team-member {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px;
    text-align: center;
    box-shadow: var(--shadow-md);
    width: 280px;
    transition: all 0.3s;
}

.team-member:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.team-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
}

.team-member h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.team-role {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 16px;
}

.team-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    background: var(--gray-50);
    border-radius: var(--radius-md);
    transition: all 0.2s;
}

.team-contact a:hover {
    background: var(--primary);
    color: var(--white);
}

/* ============================================
   WEB APP SHOWCASE
============================================ */
.webapp-section {
    padding: var(--section-padding);
    background: var(--white);
}

.webapp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.webapp-content h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 20px;
}

.webapp-content > p {
    font-size: 18px;
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 32px;
}

.webapp-features {
    display: grid;
    gap: 16px;
}

.webapp-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.webapp-feature-icon {
    width: 44px;
    height: 44px;
    background: var(--area-highlight);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
}

.webapp-feature-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.webapp-feature-text p {
    font-size: 14px;
    color: var(--gray-500);
    margin: 0;
}

.webapp-image {
    background: var(--gray-100);
    border-radius: var(--radius-xl);
    padding: 40px;
    position: relative;
}

.webapp-mockup {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
}

.mockup-browser {
    background: var(--gray-200);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.mockup-dots span:nth-child(1) { background: #ef4444; }
.mockup-dots span:nth-child(2) { background: #fbbf24; }
.mockup-dots span:nth-child(3) { background: #22c55e; }

.mockup-content {
    padding: 0;
    background: var(--white);
    overflow: hidden;
}

.mockup-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   FAQ SECTION
============================================ */
.faq-section {
    padding: var(--section-padding);
    background: var(--gray-50);
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-900);
    transition: background 0.2s;
}

.faq-question:hover {
    background: var(--gray-50);
}

.faq-question i {
    color: var(--primary);
    transition: transform 0.3s;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 24px;
    font-size: 15px;
    color: var(--gray-600);
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer[hidden] {
    display: none;
}

.faq-more-link {
    text-align: center;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--gray-200);
}

.faq-more-link .btn-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.faq-more-link .btn-text:hover {
    color: var(--accent);
    gap: 12px;
}

.faq-more-link .btn-text i {
    transition: transform 0.2s ease;
}

.faq-more-link .btn-text:hover i {
    transform: translateX(4px);
}

/* ============================================
   RESPONSE TIME PROMISE (24-48h)
============================================ */
.response-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 100%);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 10px 18px;
    border-radius: 50px;
    color: #22c55e;
    font-size: 14px;
    font-weight: 600;
    animation: pulse-response 2.5s ease-in-out infinite;
}

.response-time-badge i {
    flex-shrink: 0;
}

.response-time-badge strong {
    font-weight: 700;
}

@keyframes pulse-response {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0.9;
    }
}

/* Hero Response Badge */
.hero .response-time-badge {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #86efac;
    margin-bottom: 24px;
}

/* Form Response Promise Header */
.form-response-promise {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    padding: 12px 20px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    margin: -40px -40px 24px -40px;
    font-size: 14px;
    font-weight: 600;
}

.form-response-promise i {
    flex-shrink: 0;
}

/* Updated form note with response time highlight */
.form-note .response-highlight {
    color: #22c55e;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .response-time-badge {
        font-size: 13px;
        padding: 8px 14px;
    }
    
    .form-response-promise {
        margin: -32px -24px 20px -24px;
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* ============================================
   JOBS TEASER SECTION (Für Bewerber)
============================================ */
.jobs-teaser-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    position: relative;
    overflow: hidden;
}

.jobs-teaser-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.jobs-teaser-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.jobs-teaser-content {
    max-width: 600px;
}

.jobs-teaser-content .section-label {
    background: rgba(245, 158, 11, 0.2);
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.jobs-teaser-content h2 {
    font-size: clamp(24px, 3.5vw, 32px);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 12px;
    margin-top: 16px;
}

.jobs-teaser-content > p {
    font-size: 16px;
    color: var(--gray-700);
    line-height: 1.6;
    margin-bottom: 20px;
}

.jobs-benefits {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.jobs-benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-800);
}

.jobs-benefits li i {
    color: #16a34a;
    flex-shrink: 0;
}

.jobs-teaser-cta {
    text-align: center;
    background: white;
    padding: 32px 40px;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    min-width: 260px;
}

.jobs-counter {
    margin-bottom: 20px;
}

.jobs-counter .count {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.jobs-counter .label {
    display: block;
    font-size: 14px;
    color: var(--gray-600);
    margin-top: 4px;
}

.jobs-teaser-cta .btn-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    width: 100%;
    justify-content: center;
}

.jobs-teaser-cta .btn-primary:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

.jobs-teaser-cta .jobs-signup-link {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: var(--gray-500);
}

.jobs-teaser-cta .jobs-signup-link a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.jobs-teaser-cta .jobs-signup-link a:hover {
    text-decoration: underline;
}

/* Jobs Teaser Responsive */
@media (max-width: 900px) {
    .jobs-teaser-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .jobs-teaser-content {
        max-width: 100%;
    }
    
    .jobs-benefits {
        justify-content: center;
    }
    
    .jobs-teaser-cta {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .jobs-teaser-section {
        padding: 48px 0;
    }
    
    .jobs-teaser-cta {
        padding: 24px 20px;
        min-width: unset;
    }
    
    .jobs-counter .count {
        font-size: 40px;
    }
}

/* Hinweiszeile unter dem Jobs-Block: verweist von der Kunden-Stadtseite auf die
   passende Bewerber-Stadtseite unter /de/jobs/ bzw. /en/jobs/.
   Steht bewusst hier und nicht in jobs-lp.css oder jobs-recruiting.css: die
   Kunden-Stadtseiten laden ausschliesslich aushilfen.css, messe-event.css und
   stadt-profil.css. Elementselektor, damit die Aussenabstaende sicher gewinnen,
   auch wenn base.css (.container) spaeter geladen wird. */
p.jobs-teaser-crosslink {
    margin: 32px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray-600);
}

p.jobs-teaser-crosslink a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

p.jobs-teaser-crosslink a:hover,
p.jobs-teaser-crosslink a:focus-visible {
    color: var(--accent);
}

@media (prefers-reduced-motion: reduce) {
    p.jobs-teaser-crosslink a {
        transition: none;
    }
}

/* ============================================
   LIVE JOBS CARDS
   Dynamische Job-Karten via API
============================================ */
.live-jobs-container {
    margin: 16px 0;
}

.live-jobs-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    color: var(--gray-500);
    font-size: 13px;
}

.live-jobs-loading .spinner {
    width: 18px;
    height: 18px;
    border: 2px solid var(--gray-200);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.count-loading {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 6px;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.live-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.live-job-card {
    display: block;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    text-decoration: none;
    text-align: left;
    transition: all 0.2s ease;
}

.live-job-card:hover {
    background: white;
    border-color: var(--accent);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
    transform: translateY(-1px);
}

.job-card-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 11px;
    color: var(--gray-500);
}

.job-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.job-meta-item svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.job-meta-item.job-rate {
    color: #16a34a;
    font-weight: 600;
}

.job-card-extras {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.job-card-tags {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.job-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    color: #b45309;
    background: rgba(245, 158, 11, 0.15);
    padding: 2px 6px;
    border-radius: 4px;
}

.extra-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    color: var(--primary);
    background: rgba(37, 99, 235, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.live-jobs-empty {
    padding: 16px;
    font-size: 12px;
    color: var(--gray-500);
    font-style: italic;
    text-align: center;
}

/* Live Jobs Responsive */
@media (max-width: 480px) {
    .live-job-card {
        padding: 10px 12px;
    }
    
    .job-card-title {
        font-size: 12px;
    }
    
    .job-card-meta {
        font-size: 10px;
        gap: 6px 10px;
    }
}

/* ============================================
   FINAL CTA SECTION
============================================ */
.final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.22) 0%, transparent 70%);
    border-radius: 50%;
}

.final-cta .container {
    position: relative;
    z-index: 1;
}

.final-cta h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cta-contact {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.contact-item i {
    color: var(--accent);
}

.contact-item a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1024px) {
    .services-grid,
    .benefits-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-grid .solution-card:last-child {
        grid-column: span 2;
        max-width: 400px;
        margin: 0 auto;
    }

    .webapp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .webapp-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 140px 0 80px;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .hero-trust {
        flex-direction: column;
        gap: 16px;
    }

    .stats-bar {
        margin-top: 0;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--gray-200);
        padding-bottom: 20px;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-bottom: none;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .process-steps {
        flex-direction: column;
        gap: 40px;
    }

    .process-steps::before {
        display: none;
    }

    .services-grid,
    .benefits-grid,
    .testimonials-grid,
    .solution-grid {
        grid-template-columns: 1fr;
    }

    .solution-grid .solution-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .cta-buttons {
        flex-direction: column;
        padding: 0 20px;
    }

    .cta-contact {
        flex-direction: column;
        gap: 20px;
    }

    .quick-contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .comparison-section {
        padding: 40px 0;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .comparison-divider {
        padding: 8px 0;
    }

    .comparison-or {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }
}

/* ==========================================
   GUARANTEE SECTION - 99% Ausfallsicherheit
   ========================================== */

.guarantee-section {
    background: linear-gradient(135deg, var(--fuchsia) 0%, #d4127a 50%, #a10d5f 100%);
    padding: 24px 0 56px;
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.guarantee-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.guarantee-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 24px;
    position: relative;
}

.guarantee-badge-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    animation: pulse-guarantee 2s ease-in-out infinite;
}

@keyframes pulse-guarantee {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }
}

.guarantee-content {
    flex-shrink: 0;
}

.guarantee-headline {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 4px;
}

.guarantee-percentage {
    font-size: 48px;
    font-weight: 800;
    color: white;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.guarantee-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.02em;
}

.guarantee-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.guarantee-features {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.guarantee-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.guarantee-feature .feature-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.guarantee-feature .feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.guarantee-feature .feature-text strong {
    font-size: 13px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
}

.guarantee-feature .feature-text span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    white-space: nowrap;
}

.guarantee-trust-seal {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
    border-radius: 24px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.guarantee-trust-seal svg {
    color: #FFD700;
}

/* Guarantee Section Responsive */
@media (max-width: 1200px) {
    .guarantee-card {
        flex-wrap: wrap;
        text-align: center;
        gap: 24px;
    }

    .guarantee-badge-icon {
        width: 64px;
        height: 64px;
    }

    .guarantee-badge-icon svg {
        width: 36px;
        height: 36px;
    }

    .guarantee-content {
        flex-basis: calc(100% - 100px);
    }

    .guarantee-headline {
        justify-content: center;
    }

    .guarantee-features {
        flex-basis: 100%;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .guarantee-feature {
        flex: 0 0 auto;
        justify-content: flex-start;
        text-align: left;
    }

    .guarantee-trust-seal {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .guarantee-section {
        margin-top: -10px;
        padding-bottom: 48px;
    }

    .guarantee-card {
        gap: 20px;
    }

    .guarantee-percentage {
        font-size: 36px;
    }

    .guarantee-title {
        font-size: 18px;
    }

    .guarantee-features {
        gap: 16px;
    }

    .guarantee-feature {
        flex: 1 1 100%;
    }

    .guarantee-feature .feature-text span {
        white-space: normal;
    }

    .guarantee-feature .feature-icon {
        width: 32px;
        height: 32px;
    }

    .guarantee-feature .feature-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .guarantee-badge-icon {
        display: none;
    }

    .guarantee-content {
        flex-basis: 100%;
    }

    .guarantee-percentage {
        font-size: 32px;
    }

    .guarantee-title {
        font-size: 16px;
    }

    .guarantee-tagline {
        font-size: 13px;
    }
}

/* =============================================================================
   COMPARISON TABLE SECTION
   Rechtskonforme Vergleichstabelle "höchstmass vs. typische Anbieter"
   ============================================================================= */

.comparison-section {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--gray-50) 0%, white 100%);
}

.comparison-section .section-header {
    text-align: center;
    margin-bottom: 48px;
}

.comparison-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 16px;
}

.comparison-section .section-subtitle {
    font-size: 18px;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-width: 700px;
}

/* Table Header */
.comparison-table thead {
    background: var(--gray-900);
}

.comparison-table th {
    padding: 20px 24px;
    font-weight: 600;
    text-align: left;
    color: white;
    font-size: 15px;
}

.comparison-table th.criterion-header {
    width: 35%;
}

.comparison-table th.hm-header {
    width: 35%;
    background: var(--primary-color);
    text-align: center;
}

.comparison-table th.other-header {
    width: 30%;
    text-align: center;
    background: var(--gray-700);
}

.header-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.header-logo img {
    border-radius: 8px;
    background: white;
    padding: 4px;
}

/* Table Body */
.comparison-table tbody tr {
    border-bottom: 1px solid var(--gray-100);
    transition: background-color 0.2s ease;
}

.comparison-table tbody tr:hover {
    background-color: var(--gray-50);
}

.comparison-table tbody tr.highlight-row {
    background-color: rgba(var(--primary-rgb), 0.05);
}

.comparison-table tbody tr.highlight-row:hover {
    background-color: rgba(var(--primary-rgb), 0.08);
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table td {
    padding: 20px 24px;
    vertical-align: middle;
}

/* Criterion Column */
.criterion {
    font-weight: 500;
}

.criterion-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.criterion-content svg {
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.criterion-content div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.criterion-content strong {
    font-size: 15px;
    color: var(--gray-900);
}

.criterion-content span {
    font-size: 13px;
    color: var(--gray-500);
}

/* Value Columns */
.hm-value, .other-value {
    text-align: center;
}

.hm-value {
    background-color: rgba(var(--primary-rgb), 0.03);
}

.hm-value svg, .other-value svg {
    margin-bottom: 6px;
}

.hm-value span, .other-value span {
    display: block;
    font-size: 13px;
    color: var(--gray-600);
    line-height: 1.4;
}

/* Check/Cross/Varies Styling */
.hm-value.check svg {
    color: var(--success-color, #10B981);
}

.hm-value.unique svg {
    color: var(--primary-color);
}

.other-value.check svg {
    color: var(--success-color, #10B981);
}

.other-value.cross svg {
    color: var(--error-color, #EF4444);
}

.other-value.varies svg {
    color: var(--gray-400);
}

/* CTA after table */
.comparison-cta {
    text-align: center;
    margin-top: 40px;
    padding: 32px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.comparison-cta p {
    font-size: 18px;
    color: var(--gray-700);
    margin-bottom: 20px;
}

.comparison-cta p strong {
    color: var(--gray-900);
}

.comparison-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: var(--primary);
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.comparison-cta .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
}

/* Legal Disclaimer */
.comparison-disclaimer {
    text-align: center;
    font-size: 12px;
    color: var(--gray-500);
    margin-top: 24px;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .comparison-section {
        padding: 60px 0;
    }

    .comparison-section .section-title {
        font-size: 28px;
    }

    .comparison-section .section-subtitle {
        font-size: 16px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 14px 16px;
    }

    .comparison-table th.hm-header,
    .comparison-table th.other-header {
        font-size: 13px;
    }

    .header-logo img {
        width: 24px;
        height: 24px;
    }

    .criterion-content svg {
        width: 18px;
        height: 18px;
    }

    .criterion-content strong {
        font-size: 14px;
    }

    .criterion-content span {
        font-size: 12px;
    }

    .hm-value span, .other-value span {
        font-size: 12px;
    }

    .comparison-cta {
        padding: 24px;
    }

    .comparison-cta p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .comparison-section .section-title {
        font-size: 24px;
    }

    .criterion-content {
        flex-direction: column;
        gap: 8px;
    }

    .criterion-content svg {
        display: none;
    }

    .comparison-cta .btn-primary {
        width: 100%;
        justify-content: center;
    }
}
