/* ============================================
   TIKLA YIKA - PROFESYONEL WEB SİTESİ STIL
   Yerinde Araç Yıkama Hizmeti
   ============================================ */

:root {
    /* Ana Renkler */
    --primary-green: #0bdb3b;
    --dark-green: #089428;
    --light-green: #e8fef0;
    --mint-green: #7affa7;

    /* Antrasit Tonları */
    --anthracite: #2c3e50;
    --anthracite-light: #34495e;
    --anthracite-dark: #1a252f;

    /* Ek Renkler */
    --accent-blue: #3498db;
    --accent-yellow: #f1c40f;
    --accent-orange: #e67e22;
    --accent-red: #e74c3c;

    /* Gradient'ler */
    --gradient-primary: linear-gradient(135deg, #0bdb3b 0%, #089428 100%);
    --gradient-dark: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
    --gradient-light: linear-gradient(135deg, #e8fef0 0%, #c5f9d7 100%);

    /* Gölgeler */
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 5px 25px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.2);

    /* Geçişler */
    --transition-fast: all 0.2s ease;
    --transition-normal: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* ============================================
   GENEL YAPILAR
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--anthracite);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--anthracite-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}

/* ============================================
   SVG PATTERN BACKGROUNDS
   ============================================ */

.pattern-bg-1 {
    background-color: var(--light-green);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230bdb3b' fill-opacity='0.1'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.pattern-bg-2 {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230bdb3b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ============================================
   NAVBAR - STICKY HEADER
   ============================================ */

.analogo {
    width: 150px !important;
    height: auto !important;
}

.sticky-top.scrolled .analogo {
    width: 110px !important;
    height: auto !important;
}

.navbar {
    background: var(--gradient-dark);
    padding: 1rem 0;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    z-index: 1000;
}

.navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: var(--shadow-lg);
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-green) !important;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition-normal);
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-brand svg {
    filter: drop-shadow(0 0 10px rgba(11, 219, 59, 0.5));
    animation: pulse-glow 2s ease-in-out infinite;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    font-size: 1.05rem;
    transition: var(--transition-fast);
    padding: 0.75rem 1.25rem !important;
    position: relative;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
    border-radius: 2px;
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 80%;
}

.nav-link:hover {
    color: var(--primary-green) !important;
    transform: translateY(-2px);
}

/* ============================================
   HERO SECTION - NEW MODERN DESIGN
   ============================================ */

.hero-new {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f1624 100%);
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: float-shape 20s ease-in-out infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #0bdb3b, #0aef40);
    top: -200px;
    right: -100px;
    animation-delay: 0s;
}

.shape-2 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    bottom: -250px;
    left: -150px;
    animation-delay: 5s;
}

.shape-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #f1c40f, #e67e22);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float-shape {

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

    50% {
        transform: translateY(-50px) scale(1.1);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(11, 219, 59, 0.1);
    border: 2px solid rgba(11, 219, 59, 0.3);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--primary-green);
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(11, 219, 59, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(11, 219, 59, 0);
    }
}

.hero-title-new {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.text-gradient {
    background: linear-gradient(135deg, #0bdb3b 0%, #0aef40 50%, #7affa7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.hero-features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.feature-item-hero {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition-normal);
}

.feature-item-hero:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-green);
    transform: translateX(10px);
}

.feature-icon-small {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(11, 219, 59, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item-hero strong {
    display: block;
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.feature-item-hero p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.95rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.btn-hero-primary {
    background: var(--gradient-primary);
    border: none;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition-normal);
    box-shadow: 0 10px 30px rgba(11, 219, 59, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s;
}

.btn-hero-primary:hover::before {
    left: 100%;
}

.btn-hero-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(11, 219, 59, 0.6);
}

.btn-hero-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition-normal);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-5px);
}

.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition-fast);
}

.trust-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.hero-visual {
    position: relative;
}

.car-showcase {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    animation: float 8s ease-in-out infinite;
}

.car-showcase svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(11, 219, 59, 0.3));
}

.info-card {
    position: absolute;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: float-card 3s ease-in-out infinite;
}

.info-card-1 {
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}

.info-card-2 {
    top: 45%;
    right: -8%;
    animation-delay: 1s;
}

.info-card-3 {
    bottom: 15%;
    left: 5%;
    animation-delay: 2s;
}

@keyframes float-card {

    0%,
    100% {
        transform: translateY(0px);
    }

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

.info-icon {
    font-size: 2rem;
}

.info-card strong {
    display: block;
    font-size: 1rem;
    color: var(--anthracite);
}

.info-card p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--anthracite-light);
}

/* Old Hero backup */
.hero {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230bdb3b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.4;
    animation: pattern-move 60s linear infinite;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #ffffff);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    animation: fadeInUp 1s ease-out;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.hero h1 .highlight {
    color: var(--primary-green);
    position: relative;
    display: inline-block;
}

.hero h1 .highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
    animation: highlight-expand 1.5s ease-out;
}

.hero p.lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.8;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    border: 2px solid rgba(11, 219, 59, 0.3);
    transition: var(--transition-normal);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primary-green);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-green);
    line-height: 1;
    display: block;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
    display: block;
}

/* ============================================
   BUTTONS - BUTONLAR
   ============================================ */

.btn-primary-custom {
    background: var(--gradient-primary);
    border: none;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: var(--transition-normal);
    box-shadow: 0 8px 25px rgba(11, 219, 59, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-primary-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: var(--transition-slow);
}

.btn-primary-custom:hover::before {
    left: 100%;
}

.btn-primary-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(11, 219, 59, 0.6);
}

.btn-outline-custom {
    border: 3px solid var(--primary-green);
    color: var(--primary-green);
    background: transparent;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.btn-outline-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--primary-green);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
    z-index: -1;
}

.btn-outline-custom:hover::before {
    width: 300%;
    height: 300%;
}

.btn-outline-custom:hover {
    color: white;
    transform: translateY(-5px);
}

/* ============================================
   SECTION BAŞLIKLARI
   ============================================ */

section {
    padding: 5rem 0;
    position: relative;
}

.section-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: var(--anthracite);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 5px;
    background: var(--gradient-primary);
    border-radius: 3px;
    animation: title-line-expand 1s ease-out;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--anthracite-light);
    margin-bottom: 4rem;
    line-height: 1.8;
}

/* ============================================
   NASIL ÇALIŞIR - HOW IT WORKS
   ============================================ */

.process-timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
    display: none;
}

.step-card {
    background: white;
    border-radius: 25px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
}

.step-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(11, 219, 59, 0.1) 0%, transparent 70%);
    transition: var(--transition-slow);
    opacity: 0;
}

.step-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--primary-green);
    box-shadow: var(--shadow-xl);
}

.step-card:hover::before {
    width: 12px;
}

.step-card:hover::after {
    opacity: 1;
    top: 0;
    right: 0;
}

.step-number {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: white;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px rgba(11, 219, 59, 0.4);
    position: relative;
    animation: bounce-in 0.6s ease-out;
}

.step-number::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 3px solid var(--primary-green);
    opacity: 0.3;
    animation: pulse-ring 2s ease-out infinite;
}

.step-icon {
    margin-bottom: 1.5rem;
}

.step-card h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--anthracite);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.step-card p {
    color: var(--anthracite-light);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ============================================
   ÖZELLİKLER - FEATURES
   ============================================ */

.feature-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    transition: var(--transition-normal);
    border-radius: 20px;
    margin-bottom: 2rem;
    background: white;
    box-shadow: var(--shadow-sm);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition-normal);
}

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

.feature-card:hover {
    border-color: var(--primary-green);
    box-shadow: var(--shadow-lg);
    transform: translateY(-15px);
}

.feature-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    background: var(--gradient-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
    position: relative;
    box-shadow: var(--shadow-md);
}

.feature-icon::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-normal);
    z-index: -1;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-card:hover .feature-icon::before {
    opacity: 0.2;
    inset: -15px;
}

.feature-card h4 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--anthracite);
}

.feature-card p {
    color: var(--anthracite-light);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================================
   HİZMETLER - SERVICES
   ============================================ */

.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    margin-bottom: 2rem;
    position: relative;
}

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

.service-image {
    width: 100%;
    height: 250px;
    background: var(--gradient-light);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-normal);
}

.service-card:hover .service-image::before {
    opacity: 0.2;
}

.service-content {
    padding: 2rem;
}

.service-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--anthracite);
    margin-bottom: 1rem;
}

.service-description {
    color: var(--anthracite-light);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: var(--anthracite-light);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.service-features li::before {
    content: '✓';
    width: 24px;
    height: 24px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.service-price {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-green);
    margin-bottom: 1rem;
}

.service-price span {
    font-size: 1rem;
    color: var(--anthracite-light);
    font-weight: 500;
}

/* ============================================
   FORM SECTION
   ============================================ */

.form-section {
    background: var(--gradient-dark);
    color: white;
    position: relative;
    overflow: hidden;
}

.form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 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='%230bdb3b' fill-opacity='0.05'%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");
    opacity: 0.3;
}

.form-section .section-title,
.form-section .section-subtitle {
    color: white;
}

.form-container {
    background: white;
    padding: 3rem;
    border-radius: 30px;
    box-shadow: var(--shadow-xl);
    position: relative;
    z-index: 1;
}

.form-control-custom {
    border-radius: 15px;
    padding: 1rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: var(--light-green);
    color: var(--anthracite);
    transition: var(--transition-fast);
    font-size: 1.05rem;
}

.form-control-custom:focus {
    background: white;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.25rem rgba(11, 219, 59, 0.15);
    color: var(--anthracite);
}

.form-control-custom::placeholder {
    color: var(--anthracite-light);
    opacity: 0.6;
}

.form-label {
    font-weight: 700;
    color: var(--anthracite);
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

/* ============================================
   FİYATLANDIRMA - PRICING
   ============================================ */

.pricing-card {
    background: white;
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: var(--gradient-primary);
}

.pricing-card.featured {
    border-color: var(--primary-green);
    transform: scale(1.05);
}

.pricing-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: var(--shadow-xl);
}

.pricing-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 3rem;
    transform: rotate(45deg);
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: var(--shadow-md);
}

.pricing-header h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--anthracite);
    margin-bottom: 1rem;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

.pricing-price span {
    font-size: 1.25rem;
    color: var(--anthracite-light);
    font-weight: 600;
}

.pricing-duration {
    color: var(--anthracite-light);
    font-size: 1rem;
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.pricing-features li {
    padding: 0.75rem 0;
    color: var(--anthracite-light);
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.05rem;
}

.pricing-features li svg {
    flex-shrink: 0;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
    background: var(--anthracite-dark);
    color: white;
    padding: 4rem 0 2rem;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
}

.footer-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--primary-green);
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary-green);
    border-radius: 2px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
    transition: var(--transition-fast);
    font-size: 1.05rem;
}

.footer-link:hover {
    color: var(--primary-green);
    padding-left: 10px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: var(--transition-normal);
    border: 2px solid transparent;
}

.social-icon:hover {
    background: var(--gradient-primary);
    border-color: var(--primary-green);
    transform: translateY(-8px) rotate(5deg);
    box-shadow: 0 10px 25px rgba(11, 219, 59, 0.4);
}

/* ============================================
   ANIMATIONS - ANIMASYONLAR
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

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

@keyframes bounce-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

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

@keyframes pulse-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(11, 219, 59, 0.5));
    }

    50% {
        filter: drop-shadow(0 0 20px rgba(11, 219, 59, 0.8));
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0;
    }

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

@keyframes pattern-move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100px, 100px);
    }
}

@keyframes highlight-expand {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes title-line-expand {
    0% {
        width: 0;
    }

    100% {
        width: 80px;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

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

.float-animation {
    animation: float 6s ease-in-out infinite;
}

@keyframes spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin-slow {
    animation: spin-slow 20s linear infinite;
}

/* ============================================
   RESPONSIVE - MOBİL UYUMLU
   ============================================ */

/* Tablet */
@media (min-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }

    .hero p.lead {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 3.5rem;
    }

    .timeline-line {
        display: block;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .hero h1 {
        font-size: 4.5rem;
    }

    .hero p.lead {
        font-size: 1.5rem;
    }

    section {
        padding: 6rem 0;
    }

    .section-title {
        font-size: 4rem;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .hero h1 {
        font-size: 5rem;
    }
}

/* ============================================
   HOW IT WORKS - NEW INTERACTIVE DESIGN
   ============================================ */

.how-it-works-new {
    background: var(--pattern-bg-1);
    padding: 6rem 0;
    position: relative;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(11, 219, 59, 0.1);
    border: 2px solid rgba(11, 219, 59, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--primary-green);
}

.section-title-new {
    font-size: 3rem;
    font-weight: 900;
    color: var(--anthracite);
    margin-bottom: 1rem;
}

.section-description-new {
    font-size: 1.2rem;
    color: var(--anthracite-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.steps-container-new {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}

.step-item-new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
}

.step-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-image-container {
    width: 100%;
    max-width: 380px;
    height: 380px;
    margin: 0 auto;
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition-normal);
}

.step-item-new:hover .step-image-container {
    transform: scale(1.05);
    box-shadow: 0 25px 70px rgba(11, 219, 59, 0.2);
}

.step-image-container svg {
    width: 100%;
    height: 100%;
}

.step-number-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: white;
    box-shadow: 0 10px 30px rgba(11, 219, 59, 0.4);
    border: 5px solid white;
}

.step-content-new {
    padding: 2.5rem;
    background: white;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: var(--transition-normal);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-item-new:hover .step-content-new {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.step-icon-badge {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.step-content-new h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--anthracite);
    margin-bottom: 1rem;
}

.step-content-new p {
    font-size: 1.1rem;
    color: var(--anthracite-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.step-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.step-highlights li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--anthracite-light);
    font-weight: 600;
}

.step-highlights svg {
    flex-shrink: 0;
}

.btn-cta-large {
    background: var(--gradient-primary);
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: var(--transition-normal);
    box-shadow: 0 15px 40px rgba(11, 219, 59, 0.4);
    cursor: pointer;
}

.btn-cta-large:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(11, 219, 59, 0.6);
}

/* Tablet optimizations */
@media (min-width: 768px) and (max-width: 991px) {
    .step-item-new {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .step-image-container {
        max-width: 350px;
        height: 350px;
    }
}

/* Desktop Layout for Steps - Zigzag Layout */
@media (min-width: 992px) {
    .step-item-new {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }

    /* Adım 1 ve 3: Görsel SOLDA, Açıklama SAĞDA */
    .step-item-new[data-step="1"] .step-visual,
    .step-item-new[data-step="3"] .step-visual {
        order: 1;
    }

    .step-item-new[data-step="1"] .step-content-new,
    .step-item-new[data-step="3"] .step-content-new {
        order: 2;
    }

    /* Adım 2 ve 4: Görsel SAĞDA, Açıklama SOLDA */
    .step-item-new[data-step="2"] .step-visual,
    .step-item-new[data-step="4"] .step-visual {
        order: 2;
    }

    .step-item-new[data-step="2"] .step-content-new,
    .step-item-new[data-step="4"] .step-content-new {
        order: 1;
    }
}

/* Large Desktop - Daha geniş ekranlar */
@media (min-width: 1200px) {
    .step-item-new {
        gap: 4rem;
    }

    .step-image-container {
        max-width: 420px;
        height: 420px;
    }
}

/* Mobile optimizations */
@media (max-width: 576px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero p.lead {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-item {
        flex: 1 1 100%;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .hero-title-new {
        font-size: 2rem;
    }

    .section-title-new {
        font-size: 2rem;
    }

    .step-image-container {
        height: 300px;
    }

    .info-card {
        display: none;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
}


/******************************************************/
/* ===== Sei Jung Modal Promo ===== */
.sj-promo-modal {
    --sj-dark: #1a252f;
    --sj-accent: #0bdb3b;
    --sj-light: #f0f6f4;

    background: linear-gradient(150deg, var(--sj-dark) 0%, #121a21 100%);
    border-radius: 18px;
    color: var(--sj-light);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.sj-badge {
    display: inline-block;
    background: rgba(11, 219, 59, 0.15);
    color: var(--sj-accent);
    border: 1px solid rgba(11, 219, 59, 0.35);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: .3px;
}

.sj-title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.sj-highlight {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(90deg, var(--sj-accent), #83ff9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(11, 219, 59, 0.25);
}

.sj-desc {
    color: #c8d8d3;
    font-size: 0.95rem;
    margin: 0.75rem auto 1.25rem;
    max-width: 360px;
}

.sj-btn-primary,
.sj-btn-outline {
    display: inline-block;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    transition: all .25s ease;
}

.sj-btn-primary {
    background: linear-gradient(180deg, var(--sj-accent), #07c434);
    color: #082712;
    box-shadow: 0 6px 16px rgba(11, 219, 59, 0.25);
}

.sj-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(11, 219, 59, 0.35);
    color: #031707;
}

.sj-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d4e2de;
    background: rgba(255, 255, 255, 0.05);
}

.sj-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.sj-note {
    font-size: 0.8rem;
    color: #9fb3ab;
}

@media (max-width: 576px) {
    .sj-title {
        font-size: 1.4rem;
    }

    .sj-highlight {
        font-size: 1.9rem;
    }
}