/* ===================================
   PROFESYONEL ANASAYFA TASARIMI
   Modern, Estetik ve Temiz Görünüm
   =================================== */

/* Slider Container - Profesyonel */
.container-slider {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.smartslider-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    margin-top: 60px;
    padding: 0;
}

.smartslider-wrapper {
    width: 100%;
    
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.smartslider-wrapper * {
    border-radius: 4px;
}

.smartslider-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.smartslider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

/* Section Headers - Modern ve Profesyonel */
.section-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    color: var(--white);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.section-title {
    font-size: 2.8rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 800;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.15rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Features Highlight - Hızlı Bilgi Kartları */
.features-highlight {
    background: var(--white);
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(220, 20, 60, 0.1);
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(220, 20, 60, 0.15);
    border-color: var(--primary-red);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

.feature-item h3 {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 700;
}

.feature-item p {
    font-size: 0.95rem;
    color: var(--text-gray);
    margin: 0;
}

/* Company Intro - Profesyonel Tanıtım */
.company-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.company-intro::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.intro-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.badge-icon {
    font-size: 1.5rem;
}

.badge-text {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-red);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-title {
    font-size: 3.2rem;
    color: var(--text-dark);
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.2;
}

.intro-description {
    font-size: 1.2rem;
    color: var(--text-gray);
    line-height: 1.9;
    margin-bottom: 50px;
}

.intro-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-red);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 0.95rem;
    color: var(--text-gray);
    font-weight: 600;
}

.btn-primary-large {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    color: var(--white);
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(220, 20, 60, 0.3);
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(220, 20, 60, 0.4);
    color: var(--white);
}

/* Product Categories Section */
.product-categories-section {
    padding: 70px 0;
    background: var(--white);
}

.categories-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.categories-carousel-container {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.category-card {
    background: var(--white);
    border-radius: 50%;
    overflow: visible;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 3px solid rgba(220, 20, 60, 0.1);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(220, 20, 60, 0.15);
    border-color: var(--primary-red);
}

.category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--text-dark);
    width: 100%;
    height: 100%;
    padding: 20px;
}

.category-icon {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

.category-card:hover .category-icon {
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    transform: scale(1.1) rotate(5deg);
}

.category-icon svg {
    stroke: var(--primary-red);
    transition: all 0.4s ease;
}

.category-card:hover .category-icon svg {
    stroke: var(--white);
}

.category-emoji {
    font-size: 3rem;
    display: block;
    transition: all 0.4s ease;
    line-height: 1;
}

.no-categories {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    background: var(--white);
    border-radius: 16px;
    border: 2px dashed var(--border-color);
}

.no-categories p {
    color: var(--text-gray);
    font-size: 1.1rem;
}

.category-name {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.category-card:hover .category-name {
    color: var(--primary-red);
}

.category-description {
    display: none;
}

.category-count {
    display: none;
}

/* Featured Products - Carousel */
.featured-products {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.featured-products::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
}

.featured-products::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, 30px) scale(1.1);
    }
}

.featured-products .container {
    max-width: 1600px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.products-carousel-wrapper {
    position: relative;
    padding: 0 75px;
    max-width: 1400px;
    margin: 0 auto;
}

.products-carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.products-grid {
    display: flex;
    gap: 25px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.product-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(220, 20, 60, 0.05);
    flex: 0 0 240px;
    width: 240px;
    display: flex;
    flex-direction: column;
    position: relative;
    transform-origin: center;
    animation: cardFadeIn 0.6s ease-out backwards;
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.product-card:nth-child(5) {
    animation-delay: 0.5s;
}

.product-card:nth-child(6) {
    animation-delay: 0.6s;
}

.product-card:nth-child(7) {
    animation-delay: 0.7s;
}

.product-card:nth-child(8) {
    animation-delay: 0.8s;
}

/* Carousel Navigation Buttons */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border: 3px solid var(--primary-red);
    color: var(--primary-red);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.2);
    backdrop-filter: blur(10px);
}

.carousel-nav::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.carousel-nav:hover::before {
    opacity: 1;
}

.carousel-nav:hover {
    color: var(--white);
    transform: translateY(-50%) scale(1.2) rotate(5deg);
    box-shadow: 0 12px 40px rgba(220, 20, 60, 0.4);
    border-color: transparent;
}

.carousel-nav:active {
    transform: translateY(-50%) scale(1.1) rotate(0deg);
}

.carousel-nav svg {
    width: 28px;
    height: 28px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
}

.carousel-nav:hover svg {
    transform: scale(1.2);
}

.carousel-prev {
    left: 0;
    animation: pulseLeft 2s ease-in-out infinite;
}

.carousel-next {
    right: 0;
    animation: pulseRight 2s ease-in-out infinite;
}

@keyframes pulseLeft {

    0%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(-5px);
    }
}

@keyframes pulseRight {

    0%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(5px);
    }
}

.carousel-nav:hover {
    animation: none;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--accent-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}

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

.product-card:hover::after {
    opacity: 1;
}

.product-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 60px rgba(220, 20, 60, 0.2);
    border-color: transparent;
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 260px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.product-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0);
}

.product-card:hover .product-image::before {
    opacity: 1;
    transform: scale(1);
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(220, 20, 60, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-card:hover .product-image::after {
    opacity: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(1);
}

.product-card:hover .product-image img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.05);
}

.product-info {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: var(--white);
    position: relative;
    transition: all 0.5s ease;
}

.product-card:hover .product-info {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.product-info h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    min-height: auto;
    overflow: visible;
    position: relative;
    transition: all 0.4s ease;
}

.product-info h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-red), var(--accent-red));
    transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-card:hover .product-info h3::after {
    width: 100%;
}

.product-info h3 a {
    color: var(--text-dark);
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
}

.product-card:hover .product-info h3 a {
    color: var(--text-dark);
    transform: translateX(3px);
}

.product-excerpt {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.4s ease;
}

.product-card:hover .product-excerpt {
    color: var(--text-dark);
}

.product-info {
    cursor: pointer;
}

.product-card {
    cursor: pointer;
}

/* Certifications - Modern Badges */
.certifications {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.cert-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.cert-item:hover {
    transform: translateY(-5px);
}

.cert-logo {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    background: var(--white);
    border: 4px solid var(--primary-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-red);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(220, 20, 60, 0.15);
}

.cert-item:hover .cert-logo {
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    color: var(--white);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(220, 20, 60, 0.3);
}

.cert-item p {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1rem;
}

/* Testimonials - Modern Cards */
.testimonials {
    padding: 100px 0;
    background: var(--white);
}

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

.testimonial-card {
    background: var(--white);
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 2px solid transparent;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 5rem;
    color: var(--primary-red);
    opacity: 0.1;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(220, 20, 60, 0.15);
    border-color: var(--primary-red);
}

.stars {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #FFD700;
}

.testimonial-card p {
    font-size: 1.05rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.testimonial-card .author {
    font-weight: 700;
    color: var(--primary-red);
    font-size: 1rem;
    font-style: normal;
}

/* Partners Section */
.partners {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.partners-intro {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 50px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.partner-logo {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    font-weight: 700;
    color: var(--text-gray);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(220, 20, 60, 0.12);
    border-color: var(--primary-red);
}

/* CTA Contact - Modern ve Çekici */
.cta-contact {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-contact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.cta-text h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-text p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.contact-btn:hover {
    background: var(--white);
    color: var(--primary-red);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.contact-btn .icon {
    font-size: 2.5rem;
    display: block;
}

.contact-btn span:last-child {
    font-weight: 700;
    font-size: 1.05rem;
}

.contact-btn.primary {
    background: var(--white);
    color: var(--primary-red);
}

.contact-btn.primary:hover {
    background: var(--accent-red);
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .featured-products .container {
        padding: 0 30px;
    }

    .products-carousel-wrapper {
        padding: 0 65px;
        max-width: 930px;
    }

    .products-grid {
        gap: 20px;
    }

    .product-card {
        flex: 0 0 270px;
        width: 270px;
    }

    .product-image {
        height: 220px;
    }

    .product-info {
        padding: 18px 16px;
    }

    .product-info h3 {
        font-size: 1.02rem;
        min-height: 42px;
    }

    .carousel-nav {
        width: 50px;
        height: 50px;
    }

    .carousel-nav svg {
        width: 24px;
        height: 24px;
    }

    .certifications-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .intro-title {
        font-size: 2.4rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-categories-section {
        padding: 0px 0;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .category-card {
        width: 160px;
        height: 160px;
    }

    .category-link {
        padding: 15px;
    }

    .category-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }

    .category-emoji {
        font-size: 2.2rem;
    }

    .category-name {
        font-size: 0.85rem;
    }

    .featured-products .container {
        padding: 0 15px;
    }

    /* Mobilde ok butonlarını gizle */
    .carousel-nav {
        display: none !important;
    }

    /* Mobilde elle kaydırma için */
    .products-carousel-wrapper {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .products-carousel-container {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 15px;
        touch-action: pan-x pan-y !important;
    }

    .products-carousel-container::-webkit-scrollbar {
        display: none !important;
    }

    .products-grid {
        gap: 18px;
        flex-wrap: nowrap !important;
        display: flex !important;
    }

    .product-card {
        flex: 0 0 260px !important;
        width: 260px !important;
        min-width: 260px !important;
    }

    .product-image {
        height: 220px;
    }

    .product-image img {
        object-fit: contain !important;
        object-position: center !important;
        padding: 12px;
    }

    .product-info {
        padding: 16px 14px;
    }

    .product-info h3 {
        font-size: 1rem;
        min-height: auto;
    }

    .product-excerpt {
        font-size: 0.88rem;
        margin-bottom: 14px;
    }

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

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

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

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

    .intro-stats {
        flex-direction: column;
        gap: 30px;
    }

    .container-slider {
        padding: 0;
        margin: 0;
    }

    .smartslider-wrapper {
        border-radius: 0;
        max-height: 100%;
        box-shadow: none;
        margin: 0;
    }

    .smartslider-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .smartslider-section {
        margin-top: 40px;
        padding: 0;
        background: var(--white);
    }
}

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

    .section-subtitle {
        font-size: 0.75rem;
    }

    .section-badge {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .intro-title {
        font-size: 1.25rem;
    }

    .intro-description {
        font-size: 0.8rem;
    }

    .btn-primary-large {
        padding: 9px 22px;
        font-size: 0.8rem;
    }

    .product-categories-section {
        padding: 0px 0;
        margin-top: 0;
    }

    .product-categories-section .container {
        padding: 0;
    }

    .product-categories-section .section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .categories-carousel-wrapper {
        position: relative;
        padding: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .categories-carousel-container {
        width: 100%;
        overflow: hidden;
    }

    .categories-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
        max-width: 100%;
    }

    .category-card {
        width: 140px;
        height: 140px;
        animation: categoryFadeIn 0.6s ease-out forwards;
        opacity: 0;
    }

    .category-card:nth-child(1),
    .category-card:nth-child(2) {
        animation-delay: 0s;
    }

    .category-card:nth-child(3),
    .category-card:nth-child(4) {
        animation-delay: 0.8s;
    }

    .category-card:nth-child(n+5) {
        animation-delay: 1.6s;
    }

    @keyframes categoryFadeIn {
        0% {
            opacity: 0;
            transform: scale(0.8) translateY(20px);
        }

        100% {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }

    .category-link {
        padding: 15px 10px;
    }

    .category-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 8px;
    }

    .category-emoji {
        font-size: 2rem;
    }

    .category-name {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    .featured-products {
        padding: 30px 0;
    }

    .featured-products .container {
        padding: 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .products-carousel-wrapper {
        padding: 0;
        max-width: 100%;
        position: relative;
    }

    .products-carousel-container {
        width: 100%;
        margin: 0;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 15px;
        cursor: grab;
        touch-action: pan-x !important;
        user-select: none;
    }

    .products-carousel-container:active {
        cursor: grabbing;
    }

    .products-carousel-container::-webkit-scrollbar {
        display: none !important;
    }

    .products-grid {
        gap: 15px;
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .product-card {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        touch-action: auto;
    }

    .product-image {
        height: 240px;
    }

    .product-image img {
        object-fit: contain !important;
        object-position: center !important;
        padding: 15px;
        width: 100%;
        height: 100%;
    }

    .product-info {
        padding: 8px 6px;
    }

    .product-info h3 {
        font-size: 0.8rem;
        min-height: auto;
        margin-bottom: 6px;
    }

    .product-excerpt {
        font-size: 0.7rem;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-info .btn {
        padding: 6px 10px;
        font-size: 0.7rem;
    }

    .carousel-nav {
        display: none;
        /* Mobilde butonları gizle */
    }

    .certifications {
        padding: 45px 0;
    }

    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 360px;
        margin: 0 auto;
    }

    .cert-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cert-logo {
        width: 65px;
        height: 65px;
        font-size: 1rem;
        margin: 0 auto 8px;
        border-width: 3px;
    }

    .cert-item p {
        font-size: 0.7rem;
        text-align: center;
    }

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

    .contact-methods {
        grid-template-columns: 1fr;
        gap: 6px;
        max-width: 100%;
    }

    .contact-btn {
        padding: 12px 8px;
        font-size: 0.75rem;
        min-width: auto;
    }

    .contact-btn .icon {
        font-size: 1.4rem;
    }

    .contact-btn span:last-child {
        font-size: 0.75rem;
    }

    .cta-contact {
        padding: 30px 0;
    }

    .cta-content {
        margin-bottom: 25px;
    }

    .cta-badge {
        font-size: 0.65rem;
        padding: 4px 10px;
        margin-bottom: 10px;
    }

    .cta-text h2 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .cta-text p {
        font-size: 0.75rem;
    }

    .container-slider {
        padding: 0;
        margin: 0;
    }

    .smartslider-section {
        padding: 0;
        margin: 0;
        background: var(--white);
    }

    .smartslider-wrapper {
        border-radius: 0;
        max-height: 220px;
        min-height: 220px;
        height: 220px;
        box-shadow: none;
        overflow: hidden !important;
        margin: 0;
    }

    .smartslider-wrapper img {
        width: 100%;
        height: 220px;
        object-fit: contain !important;
        object-position: center !important;
    }

    .smartslider-wrapper .n2-section-smartslider,
    .smartslider-wrapper .n2-ss-slider-wrapper,
    .smartslider-wrapper .n2-ss-slider {
        max-height: 220px !important;
        min-height: 220px !important;
        height: 220px !important;
    }

    .smartslider-wrapper .n2-ss-slide,
    .smartslider-wrapper .n2-ss-slide-background {
        max-height: 220px !important;
        min-height: 220px !important;
        height: 220px !important;
    }

    .smartslider-wrapper .n2-ss-slide-background img,
    .smartslider-wrapper .n2-ss-layers-container img {
        object-fit: contain !important;
        width: 100% !important;
        height: 220px !important;
    }

    /* SmartSlider yazıları görünür yap */
    .smartslider-wrapper .n2-ss-layer,
    .smartslider-wrapper .n2-font-* {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .features-highlight {
        padding: 35px 0;
    }

    .feature-item {
        padding: 14px 8px;
    }

    .feature-icon {
        font-size: 2rem;
        margin-bottom: 8px;
    }

    .feature-item h3 {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .feature-item p {
        font-size: 0.7rem;
    }

    .company-intro {
        padding: 45px 0;
    }

    .testimonials {
        padding: 45px 0;
    }

    .testimonials .container {
        padding: 0 20px;
    }

    .testimonials-grid {
        display: block;
        position: relative;
        min-height: 10px;
    }

    .testimonial-card {
        padding: 16px 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
        transition: none;
    }

    .testimonial-card.active {
        position: relative;
        opacity: 1;
        transform: translateY(0);
    }

    .testimonial-card.fade-in {
        animation: testimonialFadeIn 1s ease-out forwards;
    }

    .testimonial-card.fade-out {
        animation: testimonialFadeOut 1s ease-out forwards;
    }

    @keyframes testimonialFadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px) scale(0.95);
        }

        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    @keyframes testimonialFadeOut {
        0% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        100% {
            opacity: 0;
            transform: translateY(-20px) scale(0.95);
        }
    }

    .testimonial-card p {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    .testimonial-card .author {
        font-size: 0.75rem;
    }

    .stars {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .our-values {
        padding: 45px 0;
    }

    .our-values .container {
        padding: 0 15px;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        max-width: 100%;
    }

    .value-card {
        padding: 12px 8px;
    }

    .value-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .value-icon svg {
        width: 24px;
        height: 24px;
    }

    .value-card h3 {
        font-size: 0.75rem;
        margin-bottom: 6px;
    }

    .value-card p {
        font-size: 0.65rem;
        line-height: 1.4;
    }
}


/* ===================================
   DEĞERLERİMİZ BÖLÜMÜ
   =================================== */

.our-values {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.our-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.our-values::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    position: relative;
    z-index: 1;
}

.value-card {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 45px 35px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--accent-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

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

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(220, 20, 60, 0.15);
    border-color: var(--primary-red);
    background: var(--white);
}

.value-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.1), rgba(229, 57, 53, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.value-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--primary-red);
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.4s ease;
}

.value-card:hover .value-icon {
    background: linear-gradient(135deg, var(--primary-red), var(--accent-red));
    transform: scale(1.1) rotate(5deg);
}

.value-card:hover .value-icon::after {
    opacity: 0.3;
    transform: scale(1.4);
}

.value-icon svg {
    stroke: var(--primary-red);
    transition: all 0.4s ease;
}

.value-card:hover .value-icon svg {
    stroke: var(--white);
    transform: scale(1.1);
}

.value-card h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 800;
    transition: color 0.3s ease;
}

.value-card:hover h3 {
    color: var(--primary-red);
}

.value-card p {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0;
}

/* Alternatif Animasyon Efektleri */
.value-card:nth-child(1) {
    animation-delay: 0.1s;
}

.value-card:nth-child(2) {
    animation-delay: 0.2s;
}

.value-card:nth-child(3) {
    animation-delay: 0.3s;
}

.value-card:nth-child(4) {
    animation-delay: 0.4s;
}

.value-card:nth-child(5) {
    animation-delay: 0.5s;
}

.value-card:nth-child(6) {
    animation-delay: 0.6s;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

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

    .values-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .value-card {
        padding: 35px 25px;
    }

    .value-icon {
        width: 80px;
        height: 80px;
    }

    .value-icon svg {
        width: 50px;
        height: 50px;
    }

    .value-card h3 {
        font-size: 1.3rem;
    }

    .value-card p {
        font-size: 0.95rem;
    }
}

/* Scroll Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.value-card {
    animation: fadeInUp 0.6s ease-out backwards;
}

/* ===
================================
   İLETİŞİM CTA BÖLÜMÜ
   =================================== */

.cta-contact {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-contact::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cta-text h2 {
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 15px;
    font-weight: 900;
}

.cta-text p {
    font-size: 1.2rem;
    color: var(--white);
    opacity: 0.95;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 200px;
}

.contact-btn:hover {
    background: var(--white);
    color: var(--primary-red);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-btn.primary {
    background: var(--white);
    color: var(--primary-red);
    border-color: var(--white);
}

.contact-btn.primary:hover {
    background: var(--dark-red);
    color: var(--white);
    border-color: var(--white);
}

.contact-btn .icon {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .cta-text h2 {
        font-size: 2rem;
    }

    .contact-methods {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contact-btn {
        padding: 25px 15px;
        font-size: 1rem;
        width: 100%;
        max-width: 400px;
    }

    .contact-btn .icon {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .contact-methods {
        gap: 12px;
    }

    .contact-btn {
        max-width: 100%;
    }
}

/* Ürün Kartları - Tıklanabilir */
.product-card {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.product-card a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 2;
}

.product-card .product-image a,
.product-card .product-info a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.products-carousel-container {
    cursor: grab;
}

.products-carousel-container:active {
    cursor: grabbing;
}

.products-carousel-container .product-card a {
    cursor: pointer !important;
}

/* Mobil Ürün Kartları - 480px ve altı */
@media (max-width: 480px) {
    .featured-products {
        padding: 30px 0;
    }

    .featured-products .container {
        padding: 0 10px;
    }

    /* Mobilde ok butonlarını gizle */
    .carousel-nav {
        display: none !important;
    }

    /* Mobilde sürükle-bırak için */
    .products-carousel-wrapper {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .products-carousel-container {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 10px;
        touch-action: pan-x pan-y !important;
    }

    .products-carousel-container::-webkit-scrollbar {
        display: none !important;
    }

    .products-grid {
        gap: 15px;
        flex-wrap: nowrap !important;
        display: flex !important;
    }

    .product-card {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
    }

    .product-image {
        height: 240px;
    }

    .product-image img {
        object-fit: contain !important;
        object-position: center !important;
        padding: 15px;
        width: 100%;
        height: 100%;
    }

    .product-info {
        padding: 8px 6px;
    }

    .product-info h3 {
        font-size: 0.8rem;
        min-height: auto;
        margin-bottom: 6px;
    }

    .product-excerpt {
        font-size: 0.7rem;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}