/* ========================================
   HOME PAGE STYLES
   techNEO Berlin - Homepage CSS
   ======================================== */

/* ========================================
   CSS VARIABLES
   ======================================== */
:root {
    --primary: #31a3dd;
    --primary-dark: #2891c9;
    --primary-light: #4fb5e5;
    --secondary: #64748b;
    --dark: #0f172a;
    --dark-light: #1e293b;
    --light: #f8fafc;
    --white: #ffffff;
    --success: #10b981;
    --gradient-primary: linear-gradient(135deg, #31a3dd 0%, #2891c9 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);
    --shadow-xl: 0 25px 50px -12px rgba(0,0,0,0.25);
    --radius: 12px;
    --radius-lg: 20px;
}

/* Inline SVG Icons */
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
    flex-shrink: 0;
}

/* Utility class for hidden elements */
.is-hidden {
    display: none;
}

/* Animation class for scroll reveal */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-modern {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    background: #0a0a0a;
    overflow: hidden;
    padding: 100px 0 80px;
}

.hero-bg-animation {
    position: absolute;
    inset: 0;
    overflow: hidden;
    contain: strict;
    /* GPU-Compositing erzwingen */
    transform: translateZ(0);
}

.hero-bg-animation::before {
    content: '';
    position: absolute;
    inset: 0;
    /* Hintergrundbild ohne Blur - deutlich schneller */
    background: #0a0a0a url('/public/images/E-Commerce.webp') center center / cover no-repeat;
    z-index: 0;
    /* GPU-Layer für bessere Performance */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-bg-animation::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Dunkleres Overlay statt Blur für ähnlichen Effekt */
    background: rgba(0, 0, 0, 0.82);
    z-index: 1;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(49, 163, 221, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 163, 221, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    /* Animation erst nach LCP starten (100ms Verzögerung) */
    animation: gridMove 20s linear infinite;
    animation-delay: 100ms;
    animation-fill-mode: backwards;
    /* GPU-Compositing */
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: strict;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.hero-particles {
    position: absolute;
    inset: 0;
    /* Vereinfachte Gradienten für bessere Performance */
    background: radial-gradient(circle at 20% 50%, rgba(49, 163, 221, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(49, 163, 221, 0.08) 0%, transparent 40%);
    /* GPU-Layer */
    transform: translateZ(0);
    contain: strict;
}

.hero-modern .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(49, 163, 221, 0.2);
    border: 1px solid rgba(49, 163, 221, 0.3);
    color: var(--primary-light);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-badge .badge-icon {
    color: #fbbf24;
}

.hero-title {
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
}

.title-big {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    letter-spacing: 6px;
    color: var(--white);
}

.title-row-2 {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 8px 0;
    flex-wrap: nowrap;
}

.title-small {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.title-thin {
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
    margin-right: 45px;
}

.title-accent {
    display: block;
    font-family: arial black;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    text-align: right;
    margin-right: 45px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 540px;
}

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

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

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.trust-item .svg-icon {
    color: var(--success);
}

.hero-visual {
    position: relative;
    height: 500px;
}

.hero-image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    z-index: 0;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: var(--radius-lg);
}

.placeholder-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-lg);
    padding: 60px 40px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.placeholder-box i {
    font-size: 3rem;
    opacity: 0.5;
}

.placeholder-box span {
    font-size: 1.25rem;
    font-weight: 600;
}

.placeholder-box small {
    font-size: 0.875rem;
    opacity: 0.7;
}

.jtl-partner-logo {
    margin-bottom: 20px;
}

.jtl-partner-logo img {
    max-width: 200px;
    height: auto;
}

.about-image {
    margin-bottom: 20px;
    border-radius: var(--radius);
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
}

.about-image .placeholder-box {
    background: rgba(49, 163, 221, 0.05);
    border-color: rgba(49, 163, 221, 0.2);
    color: var(--secondary);
    padding: 40px 30px;
}

.floating-card {
    position: absolute;
    background: var(--white);
    padding: 16px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--dark);
    animation: float 6s ease-in-out infinite;
}

.floating-card .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--primary);
}

.card-1 { top: 5%; left: -5%; animation-delay: 0s; }
.card-2 { top: 25%; right: -10%; animation-delay: 0.5s; }
.card-3 { top: 65%; right: -15%; animation-delay: 1s; }
.card-4 { bottom: 15%; left: -10%; animation-delay: 1.5s; }
.card-5 { bottom: -5%; left: 0; right: 0; margin: 0 auto; width: fit-content; animation-delay: 2s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1.0625rem;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    border-color: transparent;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(49, 163, 221, 0.4);
}

.btn-outline-light {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

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

.btn-white {
    background: var(--white);
    color: var(--dark);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--dark);
}

/* ========================================
   SECTION STYLES
   ======================================== */
section {
    padding: 100px 0;
}

.section-header {
    margin-bottom: 60px;
    text-align: left;
}

.section-header.center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-badge {
    display: inline-block;
    background: rgba(49, 163, 221, 0.15);
    color: #1a6d94;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
    line-height: 1.2;
    text-align: left;
}

.section-header.center .section-title {
    text-align: center;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--secondary);
    line-height: 1.7;
}

/* ========================================
   SERVICES OVERVIEW
   ======================================== */
.services-overview {
    background: var(--light);
}

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

.service-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(49, 163, 221, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--primary);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: var(--gradient-primary);
    color: var(--white);
    transform: scale(1.1);
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.service-card p {
    color: var(--secondary);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
    margin-top: auto;
    align-self: center;
}

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

/* ========================================
   JTL PARTNER SECTION
   ======================================== */
.jtl-partner-section {
    background: var(--white);
    position: relative;
}

.jtl-partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.jtl-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.jtl-content .lead {
    font-size: 1.125rem;
    color: var(--dark-light);
    line-height: 1.7;
    margin-bottom: 16px;
}

.jtl-content p {
    color: var(--secondary);
    line-height: 1.7;
    margin-bottom: 24px;
}

.jtl-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dark);
    font-weight: 500;
}

.benefit-item .svg-icon {
    color: var(--success);
    width: 1.125rem;
    height: 1.125rem;
}

.jtl-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.jtl-product-card {
    background: var(--light);
    padding: 28px;
    border-radius: var(--radius);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

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

.jtl-product-card .product-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.jtl-product-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.jtl-product-card p {
    color: var(--secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   LEISTUNGEN SECTION
   ======================================== */
.leistungen-section {
    background: var(--dark);
    color: var(--white);
}

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

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

.leistungen-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

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

.leistung-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 40px 30px;
    transition: all 0.3s ease;
    position: relative;
}

.leistung-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary);
    transform: translateY(-5px);
}

.leistung-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.3;
    margin-bottom: 16px;
    line-height: 1;
}

.leistung-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white);
}

.leistung-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   ENTWICKLUNG SECTION
   ======================================== */
.entwicklung-section {
    background: var(--light);
}

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

.entwicklung-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
}

.entwicklung-content .lead {
    font-size: 1.125rem;
    color: var(--dark);
    line-height: 1.7;
    margin-bottom: 16px;
}

.entwicklung-content p {
    color: var(--secondary);
    line-height: 1.7;
    margin-bottom: 32px;
}

.tech-stack h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 16px;
}

.tech-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.tech-item .svg-icon {
    width: 2rem;
    height: 2rem;
    color: var(--primary);
}

.tech-item span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--secondary);
}

.entwicklung-services {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dev-service-card {
    display: flex;
    gap: 20px;
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.dev-service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(10px);
}

.dev-icon {
    width: 56px;
    height: 56px;
    background: rgba(49, 163, 221, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: var(--primary);
}

.dev-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.dev-content p {
    color: var(--secondary);
    line-height: 1.6;
    margin: 0;
    font-size: 0.9375rem;
}

/* ========================================
   REFERENZEN SECTION
   ======================================== */
.referenzen-section {
    background: var(--white);
}

.referenzen-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.stat-card {
    text-align: center;
    padding: 40px 20px;
    background: var(--light);
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.stat-card .stat-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: var(--white);
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
}

.stat-card .stat-label {
    color: var(--secondary);
    font-weight: 500;
}

.testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.testimonial-card {
    background: var(--light);
    border-radius: var(--radius-lg);
    padding: 40px;
    position: relative;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.testimonial-content p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 24px;
    font-style: italic;
}

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

.author-info strong {
    display: block;
    color: var(--dark);
    font-weight: 600;
}

.author-info span {
    color: var(--secondary);
    font-size: 0.875rem;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about-section {
    background: var(--light);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
}

.about-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
}

.about-content .lead {
    font-size: 1.125rem;
    color: var(--dark);
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-content p {
    color: var(--secondary);
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-values {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: var(--shadow);
    font-weight: 600;
    color: var(--dark);
}

.value-item .svg-icon {
    color: var(--primary);
}

.about-info {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.info-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.info-card h4 .svg-icon {
    color: var(--primary);
}

.info-card p {
    color: var(--secondary);
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-section {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.cta-bg-animation {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 40%);
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

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

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

@media (max-width: 992px) {
    .hero-modern .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle {
        max-width: 100%;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        display: none;
    }

    .jtl-partner-grid,
    .entwicklung-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

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

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

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

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    .hero-modern {
        padding: 40px 0 80px;
        min-height: auto;
    }

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

    .title-row-2 {
        justify-content: center;
    }

    .title-thin {
        margin-left: 0;
        margin-right: 0;
    }

    .title-accent {
        text-align: center;
        margin-right: 0;
    }

    .services-grid,
    .leistungen-grid,
    .jtl-products {
        grid-template-columns: 1fr;
    }

    .jtl-benefits {
        grid-template-columns: 1fr;
    }

    .referenzen-stats {
        grid-template-columns: 1fr 1fr;
    }

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

    .hero-cta .btn {
        width: 100%;
    }

    .hero-scroll-indicator {
        bottom: 15px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .about-values {
        flex-direction: column;
    }

    .value-item {
        justify-content: center;
    }

    .about-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .referenzen-stats {
        grid-template-columns: 1fr;
    }

    .tech-icons {
        justify-content: center;
    }
}
