/* ==========================================
   INDEX.CSS - LANDING PAGE (OPTIMIERT)
   ========================================== */

/* ==========================================
   CONTAINER & SPACING
   ========================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

/* Sections */
.hero-section,
.problem-section,
.positioning-section,
.proof-section,
.services-teaser,
.testimonial-section,
.final-cta-section {
    padding: 5rem 0;
}

.hero-section {
    padding-top: 8rem;
}

.proof-section {
    padding: 4rem 0;
}

/* ==========================================
   RESPONSIVE: Mobile (bis 768px)
   ========================================== */

@media (max-width: 768px) {
  body {
    padding-top: 70px; /* Höhe des Headers auf Mobile */
  }
  
  .hero-section {
    padding-top: 2rem; /* Zusätzlicher Abstand wenn nötig */
  }
}

/* ==========================================
   1. HERO SECTION
   ========================================== */

.hero-content-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.hero-content-center h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;

    /* 👇 echte Unterstreichung */
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #764ba2;
    text-underline-offset: 0.35em;
}



.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;              /* ✅ Badge-Padding */
    background: rgba(255, 255, 255, 0.6);  /* ✅ Weißer Hintergrund */
    backdrop-filter: blur(10px);           /* ✅ Glassmorphism */
    border-radius: 12px;                   /* ✅ Abgerundete Ecken */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);/* ✅ Leichter Schatten */
    color: #1e293b;                        /* ✅ Dunkler Text */
    font-weight: 500;
}

.meta-item i {
    font-size: 1.2rem;
    color: #667eea;
}


.available-badge {
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 20px;
    color: #10b981;
    font-weight: 500;
}

.available-badge i {
    color: #10b981;
}

.hero-content-center .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.uxi-button.large {
    padding: 1rem 2rem;
    font-size: 1.05rem;
}

/* ==========================================
   2. PROBLEM SECTION
   ========================================== */



/* TEST Überschrift */
/* ===== SECTION HEADERS MIT ICON (wie services.css) ===== */
.section-header-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.section-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.section-icon i {
    font-size: 3rem;
    color: white;
}

.section-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.section-title-group h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    max-width: 600px;
}

/* Phosphor Icon Font Support */
.section-header-with-icon [class*="ph-light"] {
    font-family: 'Phosphor-Light' !important;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Ende Testüberschrift */

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.problem-card {
    padding: 2rem 1.5rem;
    text-align: center;
}

.problem-card i {
    font-size: 2.5rem;
    color: #ef4444;
    margin-bottom: 1rem;
    display: block;
}

.problem-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.problem-card strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #1e293b;
    font-size: 1.05rem;
}

.problem-conclusion {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
}

.problem-conclusion strong {
    color: #667eea;
    font-weight: 600;
}

/* ==========================================
   3. POSITIONING SECTION
   ========================================== */

.positioning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.positioning-card {
    padding: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.positioning-card .card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
}

.positioning-card .card-icon i {
    font-size: 2.5rem;
    color: white;
}

.positioning-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.positioning-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    flex-grow: 1;
}

.card-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s;
    margin-top: auto;
}

.card-link:hover {
    color: #764ba2;
}

/* ==========================================
   4. PROOF SECTION
   ========================================== */

.proof-section.bg-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

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

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.95;
    font-weight: 500;
}

.stat-sublabel {
    font-size: 0.9rem;
    opacity: 0.8;
}

.highlight-stat {
    background: rgba(255, 255, 255, 0.15);
    padding: 2rem;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.highlight-stat i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

/* LinkedIn-Link im Testimonial */
.author-name-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.author-name-link:hover {
    color: #0A66C2; /* LinkedIn Blau */
}

.author-name-link i {
    font-size: 1rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.author-name-link:hover i {
    opacity: 1;
}

.author-name-link strong {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.author-name-link:hover strong {
    border-bottom-color: #0A66C2;
}


/* ==========================================
   5. SERVICES TEASER
   ========================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.service-card {
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-card i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
    flex-grow: 1;
}

.service-card .card-link {
    margin-top: auto;
}

.cta-center {
    text-align: center;
    margin-top: 2rem;
}

/* ==========================================
   6. TESTIMONIAL SECTION
   ========================================== */

.testimonial-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    text-align: center;
    position: relative;
}

.testimonial-icon {
    font-size: 4rem;
    color: #667eea;
    opacity: 0.2;
    margin-bottom: 1.5rem;
}

.testimonial-card blockquote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #0f172a;
	font-weight: 300;
    font-style: italic;
    margin: 0 0 2rem 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #667eea;
}

.author-avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}

.author-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.author-info strong {
    font-size: 1.1rem;
    color: #1e293b;
}

.author-info span {
    font-size: 0.95rem;
    color: #64748b;
}

.testimonial-result {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 12px;
    color: #10b981;
    font-weight: 500;
}

.testimonial-result i {
    font-size: 1.5rem;
}

.testimonial-cta {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.05rem;
}

.testimonial-cta a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.testimonial-cta a:hover {
    color: #764ba2;
}

/* ==========================================
   7. FINAL CTA SECTION
   ========================================== */

.cta-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem;
    text-align: center;
}

.cta-card h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1.5rem 0;
}

.cta-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 2.5rem 0;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #10b981;
    font-weight: 500;
}

.benefit-item i {
    font-size: 1.5rem;
}

.cta-card .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (min-width: 1400px) {
    .container {
        padding: 0 4rem;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .positioning-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-section,
    .problem-section,
    .positioning-section,
    .services-teaser,
    .testimonial-section,
    .final-cta-section {
        padding: 3rem 0;
    }
    
    .hero-section {
        padding-top: 5rem;
    }
    
    .hero-content-center {
        padding: 2rem 0 3rem;
    }
    
    .hero-content-center h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }
    
    .meta-item {
        justify-content: center;
    }
    
    .problem-grid,
    .positioning-grid,
    .stats-grid,
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    
    
    .testimonial-card {
        padding: 2rem 1.5rem;
    }
    
    .testimonial-card blockquote {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .author-info {
        text-align: center;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .cta-card h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .hero-content-center h1 {
        font-size: 1.75rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }
    
    .uxi-button {
        width: 100%;
        justify-content: center;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .positioning-card,
    .service-card {
        padding: 1.5rem;
    }
}
