/* ========================================
   USLU MOTO KURYE - Premium Courier Website
   Color: Dark Navy + Vibrant Orange
   Font: Plus Jakarta Sans
   ======================================== */

/* === RESET & BASE === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --primary: #FF6B35;
    --primary-dark: #E85D2A;
    --primary-light: #FF8F5E;
    --secondary: #1E3A5F;
    --secondary-light: #2A4F7F;
    --accent: #FFB800;
    --accent-light: #FFD54F;
    --success: #22C55E;
    --danger: #EF4444;

    --bg-dark: #0A0E1A;
    --bg-dark-2: #0F1629;
    --bg-dark-3: #162035;
    --bg-card: rgba(22, 32, 53, 0.6);
    --bg-card-hover: rgba(30, 42, 68, 0.8);

    --text-white: #F1F5F9;
    --text-gray: #94A3B8;
    --text-gray-light: #CBD5E1;
    --text-muted: #64748B;

    --gradient-primary: linear-gradient(135deg, #FF6B35 0%, #FFB800 100%);
    --gradient-hero: linear-gradient(160deg, #0A0E1A 0%, #0F1629 40%, #162035 100%);
    --gradient-card: linear-gradient(135deg, rgba(255,107,53,0.08) 0%, rgba(255,184,0,0.04) 100%);
    --gradient-cta: linear-gradient(135deg, #FF6B35 0%, #E85D2A 100%);

    --radius: 16px;
    --radius-sm: 10px;
    --radius-xs: 8px;
    --radius-full: 50px;

    --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.3);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.4);
    --shadow-glow: 0 0 60px rgba(255,107,53,0.15);
    --shadow-glow-sm: 0 0 30px rgba(255,107,53,0.1);

    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --transition: all 0.3s ease;
    --transition-fast: all 0.2s ease;
}

/* === LIGHT THEME === */
[data-theme="light"] {
    --bg-dark: #F8FAFC;
    --bg-dark-2: #FFFFFF;
    --bg-dark-3: #F1F5F9;
    --bg-card: rgba(255, 255, 255, 0.8);
    --bg-card-hover: rgba(241, 245, 249, 0.9);

    --text-white: #0F172A;
    --text-gray: #475569;
    --text-gray-light: #334155;
    --text-muted: #64748B;

    --gradient-hero: linear-gradient(160deg, #F8FAFC 0%, #F1F5F9 40%, #E2E8F0 100%);
    --gradient-card: linear-gradient(135deg, rgba(255,107,53,0.06) 0%, rgba(255,184,0,0.03) 100%);

    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.1);
    --shadow-glow: 0 0 60px rgba(255,107,53,0.08);
    --shadow-glow-sm: 0 0 30px rgba(255,107,53,0.06);
}

[data-theme="light"] .navbar.scrolled {
    background: rgba(248, 250, 252, 0.95);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

[data-theme="light"] .mobile-nav {
    background: rgba(248, 250, 252, 0.98);
}

[data-theme="light"] .hamburger span {
    background: #0F172A;
}

[data-theme="light"] .service-card,
[data-theme="light"] .stat-card,
[data-theme="light"] .contact-card,
[data-theme="light"] .faq-item,
[data-theme="light"] .district-item,
[data-theme="light"] .contact-form,
[data-theme="light"] .coverage-map {
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.08);
}

[data-theme="light"] .service-card:hover,
[data-theme="light"] .stat-card:hover,
[data-theme="light"] .contact-card:hover,
[data-theme="light"] .district-item:hover {
    border-color: rgba(255,107,53,0.3);
    box-shadow: 0 4px 20px rgba(255,107,53,0.08);
}

[data-theme="light"] .faq-item.active {
    border-color: rgba(255,107,53,0.3);
}

[data-theme="light"] .form-group input,
[data-theme="light"] .form-group textarea,
[data-theme="light"] .form-group select {
    background: #F8FAFC;
    border-color: rgba(0,0,0,0.12);
    color: #0F172A;
}

[data-theme="light"] .form-group input:focus,
[data-theme="light"] .form-group textarea:focus,
[data-theme="light"] .form-group select:focus {
    border-color: var(--primary);
    background: #FFFFFF;
}

[data-theme="light"] .hero-phone {
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

[data-theme="light"] .phone-map-placeholder {
    background: #F1F5F9;
}

[data-theme="light"] .phone-status-bar {
    color: #475569;
    border-bottom-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .float-card {
    background: rgba(255,255,255,0.9);
    border-color: rgba(0,0,0,0.08);
}

[data-theme="light"] .footer {
    background: #F1F5F9;
    border-top-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .footer-bottom {
    border-top-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .footer-social a {
    background: rgba(0,0,0,0.06);
    color: #475569;
}

[data-theme="light"] .footer-social a:hover {
    background: var(--primary);
    color: #fff;
}

[data-theme="light"] .testimonial-card {
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.08);
}

[data-theme="light"] .testimonial-card:hover {
    border-color: rgba(255,107,53,0.3);
}

[data-theme="light"] .partners-strip {
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .partners-track::before {
    background: linear-gradient(90deg, #FFFFFF, transparent);
}

[data-theme="light"] .partners-track::after {
    background: linear-gradient(-90deg, #FFFFFF, transparent);
}

[data-theme="light"] .live-counter strong {
    color: #0F172A;
}

[data-theme="light"] .city-label {
    fill: var(--primary-dark);
}

[data-theme="light"] .section-badge {
    background: rgba(255,107,53,0.08);
    border-color: rgba(255,107,53,0.15);
}

[data-theme="light"] .hero-badge {
    background: rgba(255,107,53,0.08);
    border-color: rgba(255,107,53,0.15);
}

[data-theme="light"] .service-icon {
    background: rgba(255,107,53,0.08);
    border-color: rgba(255,107,53,0.12);
}

[data-theme="light"] .about-feature .af-icon {
    background: rgba(255,107,53,0.08);
}

[data-theme="light"] .phone-order-card {
    background: rgba(255,107,53,0.05);
    border-color: rgba(255,107,53,0.1);
}

/* Theme toggle button */
.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.06);
    color: var(--text-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-fast);
    font-size: 1.1rem;
}

.theme-toggle:hover {
    color: var(--primary);
    border-color: rgba(255,107,53,0.3);
    background: rgba(255,107,53,0.1);
}

[data-theme="light"] .theme-toggle {
    border-color: rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.04);
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* === SCROLL PROGRESS === */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 10000;
    transition: width 0.1s linear;
}

/* === NAVBAR === */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 14, 26, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
}

.nav-brand .brand-logo {
    height: 38px;
    max-width: 180px;
    border-radius: 6px;
    object-fit: contain;
    flex-shrink: 0;
    transition: var(--transition);
}

.navbar.scrolled .nav-brand .brand-logo {
    height: 32px;
    max-width: 160px;
}

.nav-brand .brand-icon {
    width: 42px;
    height: 42px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}

.nav-brand .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.nav-brand .brand-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-white);
}

.nav-brand .brand-sub {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-links a {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-gray);
    transition: var(--transition-fast);
    position: relative;
}

.nav-links a:hover { color: var(--text-white); }

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-links a:hover::after { width: 100%; }

.nav-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-primary {
    padding: 10px 24px;
    background: var(--gradient-cta);
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,107,53,0.35);
}

.btn-outline {
    padding: 10px 24px;
    background: transparent;
    color: var(--text-white);
    border: 2px solid rgba(255,107,53,0.4);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
}

.btn-outline:hover {
    background: rgba(255,107,53,0.1);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.btn-large {
    padding: 16px 36px;
    font-size: 1rem;
    border-radius: 14px;
}

.btn-whatsapp {
    padding: 10px 24px;
    background: #25D366;
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
}

.btn-whatsapp:hover {
    background: #1EB854;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37,211,102,0.35);
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span {
    width: 24px;
    height: 2.5px;
    background: var(--text-white);
    border-radius: 2px;
    transition: var(--transition);
}

.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Nav */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 14, 26, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav.active {
    display: flex;
    opacity: 1;
}

.mobile-nav a {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-gray-light);
    transition: var(--transition-fast);
}

.mobile-nav a:hover { color: var(--primary); }

/* === HERO === */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: var(--gradient-hero);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255,107,53,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,184,0,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content { max-width: 580px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255,107,53,0.12);
    border: 1px solid rgba(255,107,53,0.25);
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 24px;
}

.hero-badge .pulse {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero h1 .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size: 1.1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat .number {
    font-size: 2rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hero-stat .label {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 4px;
    font-weight: 500;
}

/* Hero Visual */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-phone {
    position: relative;
    width: 300px;
    height: 580px;
    background: var(--bg-dark-3);
    border-radius: 40px;
    border: 3px solid rgba(255,255,255,0.08);
    overflow: hidden;
    box-shadow: var(--shadow-lg), 0 0 80px rgba(255,107,53,0.1);
}

.hero-phone-screen {
    padding: 60px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-status-bar {
    text-align: center;
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.phone-order-card {
    background: rgba(255,107,53,0.08);
    border: 1px solid rgba(255,107,53,0.15);
    border-radius: 12px;
    padding: 14px;
    animation: fadeInUp 0.8s ease forwards;
}

.phone-order-card .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.phone-order-card .order-id {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
}

.phone-order-card .order-status {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 3px 8px;
    background: rgba(34,197,94,0.15);
    color: var(--success);
    border-radius: 20px;
}

.phone-order-card .order-route {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    color: var(--text-gray);
}

.phone-order-card .route-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.phone-order-card .route-dot.from { background: var(--primary); }
.phone-order-card .route-dot.to { background: var(--success); }

.phone-order-card .route-line {
    width: 20px;
    height: 1px;
    background: var(--text-muted);
    flex-shrink: 0;
}

.phone-map-placeholder {
    flex: 1;
    background: var(--bg-dark-2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.04);
}

.phone-map-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 30px 30px;
}

.map-pin {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce-pin 2s ease-in-out infinite;
    box-shadow: 0 4px 20px rgba(255,107,53,0.3);
    z-index: 1;
}

.map-pin i {
    transform: rotate(45deg);
    font-size: 1rem;
    color: #fff;
}

/* Floating cards around phone */
.float-card {
    position: absolute;
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    color: var(--text-gray-light);
    box-shadow: var(--shadow-md);
    animation: float 6s ease-in-out infinite;
}

.float-card .fc-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.float-card.fc-speed { top: 15%; right: -40px; animation-delay: 0s; }
.float-card.fc-speed .fc-icon { background: rgba(255,107,53,0.15); color: var(--primary); }

.float-card.fc-track { bottom: 30%; left: -50px; animation-delay: 2s; }
.float-card.fc-track .fc-icon { background: rgba(34,197,94,0.15); color: var(--success); }

.float-card.fc-safe { top: 55%; right: -30px; animation-delay: 4s; }
.float-card.fc-safe .fc-icon { background: rgba(255,184,0,0.15); color: var(--accent); }

/* === SECTIONS === */
.section {
    padding: 100px 0;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,107,53,0.1);
    border: 1px solid rgba(255,107,53,0.2);
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-desc {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
}

/* === SERVICES === */
.services { background: var(--bg-dark); }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    padding: 32px 28px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,107,53,0.2);
    box-shadow: var(--shadow-glow-sm);
}

.service-card:hover::before { opacity: 1; }

.service-icon {
    width: 56px;
    height: 56px;
    background: var(--gradient-card);
    border: 1px solid rgba(255,107,53,0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.88rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* === HOW IT WORKS === */
.how-it-works { background: var(--bg-dark-2); }

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
}

.steps-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,107,53,0.3), rgba(255,184,0,0.3), transparent);
}

.step-card { text-align: center; position: relative; }

.step-number {
    width: 56px;
    height: 56px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(255,107,53,0.3);
}

.step-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-card p {
    font-size: 0.85rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* === COURIER DEMO ANIMATION === */
.courier-demo {
    margin-top: 48px;
    background: rgba(255,107,53,0.03);
    border: 1px solid rgba(255,107,53,0.1);
    border-radius: 20px;
    padding: 32px 24px 24px;
    text-align: center;
}

.courier-demo-svg {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.courier-demo-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.courier-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF6B35;
    animation: statusPulse 1.5s ease infinite;
}

.courier-status-dot.delivered {
    background: #22C55E;
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

.courier-demo-eta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.courier-demo-eta i {
    color: #FF6B35;
}

@media (max-width: 480px) {
    .courier-demo {
        padding: 20px 12px 16px;
        margin-top: 32px;
    }
}

/* === ABOUT / WHY US === */
.about { background: var(--bg-dark); }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 {
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-content h2 .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-content > p {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 32px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.about-feature .af-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,107,53,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
    font-size: 1rem;
}

.about-feature h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.about-feature p {
    font-size: 0.82rem;
    color: var(--text-gray);
}

/* About Stats */
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    padding: 28px 24px;
    text-align: center;
    transition: var(--transition);
}

.stat-card:hover {
    border-color: rgba(255,107,53,0.2);
    box-shadow: var(--shadow-glow-sm);
}

.stat-card .stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-card .stat-label {
    font-size: 0.82rem;
    color: var(--text-gray);
    font-weight: 500;
}

/* === COVERAGE === */
.coverage { background: var(--bg-dark-2); }

.coverage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.coverage-map {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.coverage-map::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(255,255,255,0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.01) 1px, transparent 1px);
    background-size: 40px 40px;
}

.coverage-map .map-icon {
    font-size: 4rem;
    color: var(--primary);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.coverage-map h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.coverage-map p {
    color: var(--text-gray);
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.coverage-districts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.district-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-sm);
    transition: var(--transition-fast);
}

.district-item:hover {
    border-color: rgba(255,107,53,0.2);
    background: var(--bg-card-hover);
}

.district-item .di-icon {
    color: var(--primary);
    font-size: 1.1rem;
}

.district-item .di-name {
    font-weight: 600;
    font-size: 0.95rem;
    flex: 1;
}

.district-item .di-badge {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(34,197,94,0.12);
    color: var(--success);
}

/* === FAQ === */
.faq { background: var(--bg-dark); }

.faq-list {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active {
    border-color: rgba(255,107,53,0.2);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    gap: 12px;
    transition: var(--transition-fast);
}

.faq-question:hover { color: var(--primary-light); }

.faq-question i {
    font-size: 1rem;
    color: var(--primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question i { transform: rotate(180deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 22px 18px;
}

.faq-answer p {
    font-size: 0.88rem;
    color: var(--text-gray);
    line-height: 1.7;
}

/* === CTA === */
.cta-section {
    padding: 80px 0;
    background: var(--bg-dark-2);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,107,53,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.cta-box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-box h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-box p {
    font-size: 1rem;
    color: var(--text-gray);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* === CONTACT === */
.contact { background: var(--bg-dark); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.contact-info { display: flex; flex-direction: column; gap: 24px; }

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.contact-card:hover {
    border-color: rgba(255,107,53,0.2);
}

.contact-card .cc-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,107,53,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-card p {
    font-size: 0.85rem;
    color: var(--text-gray);
    line-height: 1.5;
}

.contact-card a {
    color: var(--primary-light);
    font-weight: 600;
}

.contact-card a:hover { color: var(--primary); }

.contact-form {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    padding: 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group { margin-bottom: 16px; }

.form-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-gray-light);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    background: var(--bg-dark);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-xs);
    color: var(--text-white);
    font-family: var(--font);
    font-size: 0.9rem;
    transition: var(--transition-fast);
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255,107,53,0.15);
}

.form-group textarea { resize: vertical; min-height: 100px; }

.btn-submit {
    width: 100%;
    padding: 14px 24px;
    background: var(--gradient-cta);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,107,53,0.35);
}

/* === FOOTER === */
.footer {
    background: var(--bg-dark-2);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 60px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand .brand-name {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 0.85rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    transition: var(--transition-fast);
}

.footer-social a:hover {
    background: var(--primary);
    color: #fff;
}

.footer-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-white);
}

.footer-col ul { display: flex; flex-direction: column; gap: 10px; }

.footer-col ul li a {
    font-size: 0.85rem;
    color: var(--text-gray);
    transition: var(--transition-fast);
}

.footer-col ul li a:hover {
    color: var(--primary-light);
    padding-left: 4px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.8rem;
    color: var(--text-muted);
}

.footer-bottom a { color: var(--primary); }

/* === WHATSAPP FLOAT === */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-float .wa-text {
    background: #fff;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: var(--shadow-md);
    opacity: 0;
    transform: translateX(10px);
    transition: var(--transition);
    white-space: nowrap;
}

.whatsapp-float:hover .wa-text {
    opacity: 1;
    transform: translateX(0);
}

.whatsapp-float .wa-btn {
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: var(--transition);
}

.whatsapp-float .wa-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37,211,102,0.5);
}

/* === PARTICLE CANVAS === */
#particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* === TYPEWRITER === */
.typewriter-cursor {
    animation: blink-cursor 0.8s step-end infinite;
    font-weight: 300;
    opacity: 0.7;
}

@keyframes blink-cursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* === SCROLL INDICATOR === */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.scroll-indicator span {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.scroll-arrow {
    width: 32px;
    height: 32px;
    border: 1.5px solid rgba(255,107,53,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 0.9rem;
    animation: bounce-arrow 2s ease-in-out infinite;
}

@keyframes bounce-arrow {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.5; }
}

/* === PARTNERS STRIP === */
.partners-strip {
    padding: 24px 0;
    background: var(--bg-dark-2);
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    overflow: hidden;
}

.partners-label {
    text-align: center;
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
}

.partners-track {
    overflow: hidden;
    position: relative;
}

.partners-track::before,
.partners-track::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.partners-track::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg-dark-2), transparent);
}

.partners-track::after {
    right: 0;
    background: linear-gradient(-90deg, var(--bg-dark-2), transparent);
}

.partners-slide {
    display: flex;
    gap: 48px;
    animation: scroll-partners 25s linear infinite;
    width: max-content;
}

.partner-item {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-muted);
    white-space: nowrap;
    opacity: 0.6;
    transition: var(--transition-fast);
    position: relative;
    padding: 0 4px;
}

.partner-item::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.4;
}

.partner-item:first-child::before { display: none; }

@keyframes scroll-partners {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* === TESTIMONIALS === */
.testimonials { background: var(--bg-dark-2); }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 4rem;
    font-family: Georgia, serif;
    color: rgba(255,107,53,0.08);
    line-height: 1;
}

.testimonial-card:hover {
    border-color: rgba(255,107,53,0.2);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow-sm);
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 0.85rem;
}

.testimonial-card p {
    font-size: 0.88rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 18px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
}

.testimonial-author span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* === GRADIENT BORDER CARDS === */
.service-card,
.stat-card,
.testimonial-card {
    background-clip: padding-box;
    position: relative;
}

.service-card:hover,
.stat-card:hover,
.testimonial-card:hover {
    border-image: linear-gradient(135deg, rgba(255,107,53,0.5), rgba(255,184,0,0.3)) 1;
    border-image-slice: 1;
}

/* Reset border-image for cards with border-radius (use box-shadow instead) */
.service-card:hover,
.stat-card:hover,
.testimonial-card:hover {
    border-image: none;
    border-color: rgba(255,107,53,0.3);
    box-shadow: 0 0 0 1px rgba(255,107,53,0.15), var(--shadow-glow-sm);
}

/* === TURKEY MAP === */
.turkey-map-container {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.turkey-map-container svg {
    width: 100%;
    height: auto;
}

.turkey-outline {
    filter: drop-shadow(0 0 8px rgba(255,107,53,0.1));
}

.city-dot {
    fill: var(--primary);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.city-dot.active-dot {
    fill: var(--primary);
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(255,107,53,0.6));
}

.city-pulse {
    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    opacity: 0;
    animation: city-pulse-anim 2s ease-out infinite;
}

@keyframes city-pulse-anim {
    0% { r: 6; opacity: 0.6; }
    100% { r: 20; opacity: 0; }
}

.city-label {
    fill: var(--primary-light);
    font-size: 12px;
    font-weight: 700;
    font-family: var(--font);
}

/* === LIVE COUNTER === */
.live-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.2);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    color: var(--success);
    margin-bottom: 20px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

.live-counter strong {
    font-weight: 800;
    color: #fff;
}

/* === ANIMATIONS === */
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes bounce-pin {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-8px); }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* === RESPONSIVE === */
@media (max-width: 1100px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-cta .btn { display: none; }
    .nav-cta .theme-toggle { display: flex; }
}

@media (max-width: 1024px) {
    .hero .container { grid-template-columns: 1fr; text-align: center; }
    .hero-content { max-width: 100%; margin: 0 auto; }
    .hero-desc { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-visual { display: none; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid::before { display: none; }
    .about-grid { grid-template-columns: 1fr; }
    .about-stats { order: -1; }
    .coverage-content { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .section { padding: 70px 0; }
    .services-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; gap: 24px; }
    .hero { padding: 100px 0 60px; min-height: auto; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-stats { flex-wrap: wrap; gap: 24px; }
    .hero-stat { min-width: 80px; }
    .about-stats { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .cta-actions { flex-direction: column; align-items: center; }
    .cta-actions .btn { width: 100%; max-width: 320px; }
    .contact-form { padding: 24px 18px; }
    .section-header { margin-bottom: 40px; }
    .whatsapp-float .wa-text { display: none; }
    .whatsapp-float .wa-btn { width: 50px; height: 50px; font-size: 1.4rem; }
    .whatsapp-float { bottom: 16px; right: 16px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .scroll-indicator { display: none; }
    .hero { padding-bottom: 60px; }
}

@media (max-width: 420px) {
    .container { padding: 0 16px; }
    .hero h1 { font-size: 1.8rem; }
    .hero-desc { font-size: 0.95rem; }
    .hero-badge { font-size: 0.72rem; padding: 6px 12px; }
    .section-title { font-size: 1.5rem; }
    .nav-brand .brand-name { font-size: 0.95rem; }
    .nav-brand .brand-sub { font-size: 0.58rem; letter-spacing: 2px; }
    .nav-brand .brand-logo { height: 32px; width: auto; border-radius: 6px; }
    .nav-brand .brand-icon { width: 36px; height: 36px; font-size: 1.2rem; border-radius: 10px; }
    .service-card { padding: 24px 20px; }
    .stat-card { padding: 20px 16px; }
    .stat-card .stat-number { font-size: 1.8rem; }
    .faq-question { padding: 14px 16px; font-size: 0.88rem; }
    .faq-item.active .faq-answer { padding: 0 16px 14px; }
    .district-item { padding: 12px 14px; }
    .btn-large { padding: 14px 28px; font-size: 0.95rem; }
    .coverage-map { padding: 28px 20px; }
}
