/*
Theme Name: didactAI
Theme URI: http://localhost/didactAI
Author: didactAI Team
Author URI: http://localhost/didactAI
Description: A professional one-page theme for didactAI application
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: didactAI
*/ 
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --success-color: #2ecc71;
}

body {
    font-family: 'Cal Sans', sans-serif;
    color: #333;
    /* background-color: #ffffff; */
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #ffffff, #d8d8d8);
    min-height: 200vh; /* Mindestens 2x Viewport-Höhe */
}
.btn-primary {
    background: linear-gradient(90deg, #1c45ff 0%, #00c896 100%);
    color: #fff;
    border: none;
    border-radius: 2.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    padding: 0.85em 2.5em;
    box-shadow: 0 4px 24px rgba(28, 69, 255, 0.18), 0 1.5px 8px rgba(0, 200, 150, 0.10);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 8px rgba(0,0,0,0.08);
    outline: none;
}
.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(90deg, #00c896 0%, #1c45ff 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 32px rgba(28, 69, 255, 0.22), 0 2px 12px rgba(0, 200, 150, 0.13);
    text-decoration: none;
}
.h5 {
    font-weight: bold;
    color: #063601;
}
.h3 {
    color: #063601;
    font-weight: 700;
}

.call-to-action-section {
    background: rgb(255, 239, 10);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
}
.p {
    color: rgb(73, 73, 73);
}



.cta-primary {
    background: linear-gradient(135deg, #1c45ff 0%, #605dff 100%);
    
    color: white;
    padding: 0.9375rem 2.1875rem;
    border-radius: 3.125rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    box-shadow: 0 0.25rem 0.9375rem rgba(46, 204, 113, 0.3);
}

.cta-primary:hover {
    background: linear-gradient(135deg, #1c45ff 0%, #605dff 100%);
    
    color: white;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.375rem 1.25rem rgba(46, 204, 113, 0.4);
}

.cta-secondary {
    color: linear-gradient(135deg, #1c45ff 0%, #605dff 100%);
    text-decoration: none;
    padding: 0.9375rem 2.1875rem;
    border-radius: 3.125rem;
    font-weight: 500;
    border: 0.125rem solid rgba(8, 92, 19, 0.568);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

.cta-secondary:hover {
    background: rgba(255,255,255,0.1);
    color: white;
    border-color: rgba(255,255,255,0.3);
}




footer {
    background-color: #121212;
    color: #aaa;
    padding: 1.875rem 0;
}


.innovation-section, .mission-section {
    padding: 5rem 0;
    /* background-color: #fff; */
    position: relative;
}


.stats-box {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(6, 54, 1, 0.1);
    height: 100%;
}

.stats-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #063601;
}
.stats-number1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #063601;
}
.mission-card {
    border-radius: 0.75rem;
    background: white;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(6, 54, 1, 0.1);
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.mission-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #063601;
    width: 60px;
    height: 60px;
    background-color: rgba(6, 54, 1, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tech-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 2rem;
    border: 1px solid rgba(6, 54, 1, 0.1);
    margin: 0.25rem;
    font-size: 0.9rem;
    color: #063601;
    transition: all 0.3s ease;
}

.tech-badge:hover {
    background: rgba(6, 54, 1, 0.1);
}

.solution-card {
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solution-card:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1) !important;
}
.solution-icon {
    color: var(--bs-primary);
}
.text-primary {
    color: #0d6efd !important;
}
.text-success {
    color: #198754 !important;
}
.hero-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .hero-btn-wrapper {
        justify-content: flex-start;
    }
}

/* Hero Section Improvements */
.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-title-main {
    background: linear-gradient(135deg, #063601 0%, #0d6efd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-benefit-primary {
    padding: 1rem;
    background: rgba(6, 54, 1, 0.03);
    border-radius: 0.75rem;
    border-left: 4px solid #063601;
}

.hero-subtitle-main {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    color: #063601;
}

.hero-benefit-secondary {
    padding: 1rem;
    background: rgba(13, 110, 253, 0.03);
    border-radius: 0.75rem;
    border-left: 4px solid #0d6efd;
}

.hero-subtitle-secondary {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    color: #333;
}

.highlight-text {
    color: #0d6efd;
    font-weight: 600;
}

.hero-benefit-ux {
    padding: 1rem;
    background: rgba(255, 193, 7, 0.03);
    border-radius: 0.75rem;
    border-left: 4px solid #ffc107;
}

.hero-subtitle-ux {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
    color: #333;
}

.hero-subtitle-features {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.hero-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.12);
}

/* Special styling for the two remaining benefit items - exact same design as upper boxes */
.benefit-item-free {
    padding: 1rem !important;
    background: rgba(220, 53, 69, 0.03) !important;
    border-radius: 0.75rem !important;
    border-left: 4px solid #dc3545 !important;
    border: none !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}

.benefit-item-curriculum {
    padding: 1rem !important;
    background: rgba(13, 202, 240, 0.03) !important;
    border-radius: 0.75rem !important;
    border-left: 4px solid #0dcaf0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}

.benefit-item-free:hover {
    background: rgba(220, 53, 69, 0.03) !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
}

.benefit-item-curriculum:hover {
    background: rgba(13, 202, 240, 0.03) !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #0dcaf0 !important;
}

.benefit-item i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.benefit-content {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}

.benefit-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.benefit-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.3;
}

.hero-trust {
    text-align: center;
}

@media (min-width: 768px) {
    .hero-trust {
        text-align: left;
    }
    
    .hero-benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}