/* ===================================================
   ServerOpenClaw — Profesyonel Stil Dosyası
   Modern, zengin görsel, açık tema
   =================================================== */

/* ---------- Skip to Content (Accessibility) ---------- */
.skip-to-content {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary, #4f46e5);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 99999;
    transition: top 0.2s;
}
.skip-to-content:focus {
    top: 0;
}

/* ---------- Değişkenler ---------- */
:root {
    --primary: #4f46e5;
    --primary-dark: #4338ca;
    --primary-light: #eef2ff;
    --primary-50: #e0e7ff;
    --primary-glow: rgba(79, 70, 229, 0.15);

    --accent: #06b6d4;
    --accent-light: #cffafe;

    --success: #10b981;
    --warning: #f59e0b;

    --dark: #0f172a;
    --dark-card: #1e293b;
    --dark-border: #334155;

    --bg: #ffffff;
    --bg-soft: #f8fafc;
    --bg-alt: #f1f5f9;
    --bg-card: #ffffff;

    --text: #334155;
    --text-light: #64748b;
    --text-dark: #0f172a;
    --text-muted: #94a3b8;

    --border: #e2e8f0;
    --border-light: #f1f5f9;

    --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    --shadow-xl: 0 24px 64px rgba(0,0,0,0.12);
    --shadow-glow: 0 0 60px rgba(79, 70, 229, 0.12);

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-2xl: 24px;
    --radius-full: 9999px;

    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width:100%; display:block; }
a { color: var(--primary); text-decoration:none; transition: color 0.2s; }
a:hover { color: var(--primary-dark); }
ul { list-style:none; }

.container { max-width:1200px; margin:0 auto; padding:0 24px; }

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s var(--ease);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.btn-lg { padding: 16px 32px; font-size: 16px; }

.btn-primary {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
}
.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.btn-outline {
    background: transparent;
    color: var(--text-dark);
    border-color: var(--border);
}
.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-ghost {
    background: transparent;
    color: var(--text-dark);
    border-color: transparent;
}
.btn-ghost:hover { color: var(--primary); }

.btn-white {
    background: #fff;
    color: var(--primary-dark);
    border-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    color: var(--primary-dark);
}

.btn-block { width:100%; }

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(226,232,240,0.6);
    transition: all 0.3s;
}
.navbar.scrolled {
    background: rgba(255,255,255,0.95);
    box-shadow: var(--shadow-sm);
}

.navbar-inner {
    display: flex; align-items:center; justify-content:space-between;
    height: 72px;
}

.logo {
    display: flex; align-items:center; gap:10px;
    color: var(--text-dark); font-size:18px; font-weight:400;
}
.logo:hover { color: var(--text-dark); }
.logo strong { font-weight:800; }

.logo-icon {
    display:flex; align-items:center; justify-content:center;
    width:38px; height:38px;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    border-radius: var(--radius-sm);
    overflow:hidden;
}

.nav-links { display:flex; align-items:center; gap:8px; }
.nav-links a {
    font-size:14px; font-weight:500; color: var(--text);
    padding: 8px 16px; border-radius: var(--radius-sm);
    transition: all 0.2s;
}
.nav-links a:hover { color: var(--primary); background: var(--primary-light); }

.nav-cta {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 600 !important;
}
.nav-cta:hover {
    background: var(--primary-dark) !important;
    color: #fff !important;
}

.nav-toggle {
    display:none; flex-direction:column; gap:5px;
    background:none; border:none; cursor:pointer; padding:4px;
}
.nav-toggle span {
    display:block; width:24px; height:2px;
    background: var(--text-dark); border-radius:2px;
    transition: all 0.2s;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity:0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── Language Picker — Professional Globe Design ── */
.lang-picker {
    position: relative;
    z-index: 1001;
}
.lang-toggle {
    display: flex; align-items: center; gap: 6px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 50px;
    padding: 5px 14px 5px 10px;
    cursor: pointer;
    font-size: 13px; font-weight: 600;
    color: var(--text);
    transition: all 0.25s;
    white-space: nowrap;
    height: 36px;
}
.lang-toggle:hover {
    border-color: var(--primary);
    background: rgba(79,70,229,0.06);
    color: var(--text-dark);
}
.lang-toggle .lang-globe {
    display: flex; align-items: center; justify-content: center;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color: #fff; font-size: 13px;
}
.lang-toggle .lang-flag { font-size: 17px; line-height: 1; }
.lang-toggle .lang-code {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 12px;
    font-weight: 700;
}
.lang-toggle .ph-caret-down { font-size: 12px; opacity: 0.5; transition: transform 0.25s; margin-left: -2px; }
.lang-picker.open .lang-toggle .ph-caret-down { transform: rotate(180deg); }
.lang-picker.open .lang-toggle {
    border-color: var(--primary);
    background: rgba(79,70,229,0.08);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 200px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.97);
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 16px 48px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.04);
    max-height: 340px;
    overflow-y: auto;
}
.lang-picker.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.lang-option {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px; font-weight: 500;
    color: var(--text);
    transition: all 0.12s;
    border: none; background: none; width: 100%; text-align: left;
}
.lang-option:hover {
    background: var(--primary-light);
    color: var(--primary-dark);
}
.lang-option.active {
    background: var(--primary-light);
    color: var(--primary);
    font-weight: 600;
}
.lang-option .lang-flag { font-size: 17px; line-height: 1; flex-shrink: 0; }
.lang-option .lang-label { flex: 1; }
.lang-option .check-icon {
    font-size: 15px;
    color: var(--primary);
    opacity: 0;
    transition: opacity 0.12s;
}
.lang-option.active .check-icon { opacity: 1; }

/* scrollbar for lang dropdown */
.lang-dropdown::-webkit-scrollbar { width: 5px; }
.lang-dropdown::-webkit-scrollbar-track { background: transparent; }
.lang-dropdown::-webkit-scrollbar-thumb { background: var(--border); border-radius: 5px; }

/* RTL support */
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }

/* ============================================
   HERO
   ============================================ */
.hero {
    position: relative;
    padding: 92px 0 80px;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute; inset:0; z-index:0; overflow:hidden;
}

.hero-gradient {
    position: absolute; inset:0;
    background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 30%, #e0e7ff 50%, #f8fafc 100%);
}

.hero-grid-pattern {
    position: absolute; inset:0;
    background-image:
        linear-gradient(rgba(79,70,229,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79,70,229,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-glow {
    position: absolute; border-radius:50%; filter: blur(80px);
}
.hero-glow-1 {
    width:600px; height:600px;
    background: rgba(79,70,229,0.12);
    top: -200px; right: -100px;
}
.hero-glow-2 {
    width:400px; height:400px;
    background: rgba(6,182,212,0.1);
    bottom: -100px; left: -100px;
}
.hero-glow-3 {
    width:300px; height:300px;
    background: rgba(124,58,237,0.08);
    top: 40%; left: 30%;
}

.hero-inner {
    position: relative; z-index:1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Hero Content */
.hero-badge {
    display: inline-flex; align-items:center; gap:8px;
    font-size:13px; font-weight:600;
    color: var(--primary);
    background: var(--bg);
    border: 1px solid var(--primary-50);
    padding: 8px 18px;
    border-radius: var(--radius-full);
    margin-bottom: 28px;
    box-shadow: var(--shadow-xs);
}
.hero-badge-dot {
    width:8px; height:8px; border-radius:50%;
    background: var(--success);
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

.hero-content h1 {
    font-size: 52px; font-weight:900; line-height:1.1;
    color: var(--text-dark); margin-bottom:24px;
    letter-spacing: -0.02em;
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 50%, var(--accent) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size:18px; color: var(--text-light); line-height:1.8;
    margin-bottom:40px; max-width:520px;
}
.hero-desc strong { color: var(--text-dark); }

.hero-actions { display:flex; gap:12px; margin-bottom:56px; flex-wrap:wrap; }

.hero-stats {
    display:flex; align-items:center; gap:24px;
    padding: 24px 32px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.hero-stat-number {
    font-size:20px; font-weight:800; color: var(--text-dark);
}
.hero-stat-label {
    font-size:13px; color: var(--text-muted); font-weight:500;
}
.hero-stat-divider {
    width:1px; height:40px; background: var(--border);
}

/* Hero Visual — Terminal + Float Cards */
.hero-visual { position:relative; display:flex; justify-content:center; }

.hero-card-stack { position:relative; width:100%; max-width:540px; }

.terminal-window {
    background: var(--dark);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(255,255,255,0.05);
    position: relative;
    z-index: 2;
}
.terminal-header {
    display:flex; align-items:center; justify-content:space-between;
    padding: 16px 20px;
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.terminal-dots { display:flex; gap:8px; }
.td { width:12px; height:12px; border-radius:50%; }
.td-r { background:#ef4444; }
.td-y { background:#f59e0b; }
.td-g { background:#10b981; }
.terminal-title { font-size:13px; color:#64748b; font-weight:500; font-family:var(--font); }
.terminal-dots-placeholder { width:52px; }

.terminal-body {
    padding: 24px; min-height:250px;
    font-family: var(--font-mono);
    font-size: 14px;
}
.terminal-line { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.t-prompt { color:#10b981; font-weight:600; }
.t-cmd { color:#e2e8f0; }
.t-cursor {
    display:inline-block; width:2px; height:18px;
    background: #10b981;
    animation: blink 1s infinite;
    margin-left:2px; vertical-align: middle;
}
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0;} }

.terminal-output { color:#94a3b8; font-size:13px; line-height:2; }
.terminal-output .out-line { opacity:0; animation: fadeUp 0.3s forwards; }
.terminal-output .out-success { color:#10b981; }
@keyframes fadeUp {
    from { opacity:0; transform:translateY(4px); }
    to { opacity:1; transform:translateY(0); }
}

/* Floating Cards */
.floating-card {
    position:absolute;
    display:flex; align-items:center; gap:12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 14px 20px;
    box-shadow: var(--shadow-lg);
    z-index:3;
    animation: float 6s ease-in-out infinite;
}
.fc-1 { top: -20px; left: -40px; animation-delay:0s; }
.fc-2 { top: 60px; right: -50px; animation-delay:2s; }
.fc-3 { bottom: 40px; left: -30px; animation-delay:4s; }

@keyframes float {
    0%,100% { transform:translateY(0); }
    50% { transform:translateY(-8px); }
}

.fc-icon {
    width:40px; height:40px; border-radius: var(--radius-sm);
    display:flex; align-items:center; justify-content:center;
    font-size:20px;
}
.fc-icon-green { background: #ecfdf5; color: #10b981; }
.fc-icon-blue { background: #eff6ff; color: #3b82f6; }
.fc-icon-purple { background: #f5f3ff; color: #8b5cf6; }

.fc-text { display:flex; flex-direction:column; }
.fc-title { font-size:14px; font-weight:700; color: var(--text-dark); }
.fc-sub { font-size:12px; color: var(--text-muted); }

/* ============================================
   GÜVEN BANDI
   ============================================ */
.section-trust {
    padding: 48px 0;
    border-bottom: 1px solid var(--border-light);
    background: var(--bg-soft);
}
.trust-label {
    text-align:center; font-size:13px; color: var(--text-muted);
    text-transform:uppercase; letter-spacing:1px; font-weight:600;
    margin-bottom:28px;
}
.trust-logos {
    display:flex; justify-content:center; align-items:center;
    gap:32px; flex-wrap:wrap;
    max-width:960px; margin:0 auto;
}
.trust-logo-item {
    display:flex; align-items:center; gap:10px;
    padding:10px 16px;
    border-radius: var(--radius-md);
    transition: all 0.3s var(--ease);
    cursor:default;
}
.trust-logo-item:hover {
    background: var(--bg);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}
.trust-logo-item img,
.trust-logo-item .trust-icon {
    width:28px; height:28px;
    object-fit:contain;
    opacity:0.6;
    transition: opacity 0.3s;
}
.trust-logo-item:hover img,
.trust-logo-item:hover .trust-icon {
    opacity:1;
}
.trust-logo-item span {
    font-size:14px; font-weight:700; color: var(--text-muted);
    transition: color 0.3s;
    letter-spacing: -0.3px;
    white-space:nowrap;
}
.trust-logo-item:hover span { color: var(--text-dark); }

.trust-note {
    text-align:center; font-size:13px; color: var(--text-muted);
    margin-top:20px; font-style:italic;
}

/* ============================================
   SECTION GENEL
   ============================================ */
.section { padding: 120px 0; }
.section-alt { background: var(--bg-soft); }

.section-header {
    text-align:center; max-width:640px; margin: 0 auto 72px;
}
.section-badge {
    display:inline-block; font-size:12px; font-weight:700;
    color: var(--primary); background: var(--primary-light);
    padding: 6px 16px; border-radius: var(--radius-full);
    margin-bottom:16px; letter-spacing:1px; text-transform:uppercase;
}
.section-header h2 {
    font-size:40px; font-weight:900; color: var(--text-dark);
    margin-bottom:16px; line-height:1.15; letter-spacing:-0.02em;
}
.section-header p {
    font-size:17px; color: var(--text-light); line-height:1.7;
}

/* ============================================
   ADIMLAR — Nasıl Çalışır
   ============================================ */
.section-steps {
    position:relative; overflow:hidden;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}
.section-steps-bg {
    position:absolute; inset:0; z-index:0; pointer-events:none;
}
.steps-glow {
    position:absolute; border-radius:50%; filter:blur(100px);
}
.steps-glow-1 {
    width:500px; height:500px;
    background: rgba(79,70,229,0.06);
    top:-150px; left:-100px;
}
.steps-glow-2 {
    width:400px; height:400px;
    background: rgba(6,182,212,0.05);
    bottom:-100px; right:-100px;
}

.steps-track {
    position:relative;
}

.steps-connector-line {
    position:absolute;
    top:72px; left:calc(12.5% + 12px); right:calc(12.5% + 12px);
    height:3px;
    background: linear-gradient(90deg, var(--primary-50), var(--primary), var(--accent), #10b981);
    border-radius:2px;
    z-index:0;
    opacity:0.5;
}

.steps-grid {
    display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
    position:relative; z-index:1;
}

.step-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px 28px 32px;
    transition: all 0.4s var(--ease);
    position:relative;
    overflow:hidden;
    text-align:center;
}
.step-card::before {
    content:''; position:absolute; top:0; left:0; right:0; height:4px;
    background: linear-gradient(90deg, var(--primary), #7c3aed);
    opacity:0; transition: opacity 0.4s;
}
.step-card:hover::before { opacity:1; }
.step-card:hover {
    border-color: var(--primary-50);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    transform: translateY(-8px);
}

/* Highlight for last card */
.step-card-highlight {
    border-color: #10b981;
    background: linear-gradient(180deg, #ecfdf5 0%, var(--bg) 40%);
}
.step-card-highlight::before {
    background: linear-gradient(90deg, #10b981, #06b6d4) !important;
    opacity:1 !important;
}
.step-card-highlight:hover {
    border-color: #10b981;
    box-shadow: var(--shadow-lg), 0 0 40px rgba(16,185,129,0.15);
}

/* Step Number Badge */
.step-num-badge {
    width:48px; height:48px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    margin: 0 auto 20px;
    position:relative;
    box-shadow: 0 4px 16px rgba(79,70,229,0.3);
}
.step-num-badge-success {
    background: linear-gradient(135deg, #10b981, #06b6d4);
    box-shadow: 0 4px 16px rgba(16,185,129,0.3);
}
.step-num-glow {
    position:absolute; inset:-4px; border-radius:50%;
    background: inherit; opacity:0.3; filter:blur(8px);
    z-index:-1;
}
.step-num-text {
    font-size:20px; font-weight:900; color:#fff;
    line-height:1;
}

/* Step Icon */
.step-icon-wrap { margin-bottom:20px; }
.step-icon {
    width:60px; height:60px; border-radius: var(--radius-lg);
    display:inline-flex; align-items:center; justify-content:center;
    font-size:26px; color: var(--primary);
    background: linear-gradient(135deg, var(--primary-light), rgba(79,70,229,0.08));
    box-shadow: 0 4px 12px rgba(79,70,229,0.1);
    transition: all 0.3s;
}
.step-card:hover .step-icon { transform:scale(1.08); }

.step-icon-blue {
    color:#3b82f6;
    background: linear-gradient(135deg, #eff6ff, rgba(59,130,246,0.08));
    box-shadow: 0 4px 12px rgba(59,130,246,0.1);
}
.step-icon-amber {
    color:#f59e0b;
    background: linear-gradient(135deg, #fffbeb, rgba(245,158,11,0.08));
    box-shadow: 0 4px 12px rgba(245,158,11,0.1);
}
.step-icon-green {
    color:#10b981;
    background: linear-gradient(135deg, #ecfdf5, rgba(16,185,129,0.08));
    box-shadow: 0 4px 12px rgba(16,185,129,0.1);
}

.step-card h3 {
    font-size:18px; font-weight:700; color: var(--text-dark);
    margin-bottom:10px;
}
.step-card p {
    font-size:14px; color: var(--text-light); line-height:1.7;
}

/* Step Arrow (between cards) */
.step-arrow {
    margin-top:20px;
    color: var(--primary);
    font-size:20px;
    opacity:0.4;
    transition: opacity 0.3s;
}
.step-card:hover .step-arrow { opacity:0.8; }

/* Step Check (last card) */
.step-check {
    display:inline-flex; align-items:center; gap:6px;
    margin-top:16px;
    font-size:14px; font-weight:700; color:#10b981;
    background:#ecfdf5;
    padding:8px 16px; border-radius:var(--radius-full);
}
.step-check i { font-size:18px; }

/* ============================================
   ÖZELLİKLER — DARK SECTION (BENTO GRID)
   ============================================ */
.section-dark {
    position:relative; overflow:hidden;
    background: var(--dark);
    padding: 120px 0;
}
.section-dark-bg {
    position:absolute; inset:0; z-index:0; overflow:hidden;
}

.dark-grid-pattern {
    position:absolute; inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}
.dark-glow {
    position:absolute; border-radius:50%; filter:blur(100px);
}
.dark-glow-1 {
    width:500px; height:500px;
    background: rgba(79,70,229,0.15);
    top:-200px; right:-100px;
}
.dark-glow-2 {
    width:400px; height:400px;
    background: rgba(6,182,212,0.1);
    bottom:-200px; left:-100px;
}

.section-header-light { position:relative; z-index:1; }
.section-header-light h2 { color:#fff; }
.section-header-light p { color:#94a3b8; }

.section-badge-dark {
    background: rgba(255,255,255,0.08);
    color: #a5b4fc;
}

/* Bento Grid */
.features-bento {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position:relative; z-index:1;
}

.feat-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-xl);
    padding: 36px 32px;
    transition: all 0.35s var(--ease);
    overflow:hidden;
    position:relative;
}
.feat-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.1);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}

.feat-card-wide {
    grid-column: span 2;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items:center;
}

.feat-icon {
    width:52px; height:52px; border-radius: var(--radius-md);
    display:flex; align-items:center; justify-content:center;
    font-size:24px;
    background: linear-gradient(135deg, rgba(79,70,229,0.2), rgba(124,58,237,0.2));
    color: #a5b4fc;
    margin-bottom:20px;
}
.feat-card h3 {
    font-size:18px; font-weight:700; color:#fff; margin-bottom:10px;
}
.feat-card p {
    font-size:14px; color:#94a3b8; line-height:1.7;
}

.feat-tag {
    display:inline-flex; align-items:center; gap:6px;
    margin-top:16px; font-size:13px; font-weight:600;
    color:#a5b4fc; background: rgba(79,70,229,0.15);
    padding: 6px 14px; border-radius: var(--radius-full);
}

/* Mockup içi */
.feat-visual { display:flex; justify-content:center; }

.feat-mockup {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-md);
    overflow:hidden; width:100%; max-width:260px;
}
.mockup-bar {
    display:flex; gap:6px; padding:12px 16px;
    border-bottom: 1px solid var(--dark-border);
}
.mb-dot { width:8px; height:8px; border-radius:50%; background:#334155; }
.mockup-body { padding:20px; }
.mockup-line {
    height:8px; border-radius:4px; margin-bottom:12px;
    background: rgba(255,255,255,0.06);
}
.ml-1 { width:80%; }
.ml-2 { width:60%; }
.ml-3 { width:90%; }
.ml-4 { width:40%; }

/* Timeline içi */
.feat-timeline {
    display:flex; align-items:center; gap:0;
    padding:8px 0;
}
.ft-step { display:flex; flex-direction:column; align-items:center; gap:8px; }
.ft-dot {
    width:12px; height:12px; border-radius:50%;
    background: #a5b4fc; border:2px solid #6366f1;
}
.ft-dot-pulse {
    animation: pulse-timeline 2s infinite;
    background: #10b981; border-color:#059669;
}
@keyframes pulse-timeline {
    0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
    50% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
}
.ft-label { font-size:11px; color:#94a3b8; font-weight:600; white-space:nowrap; }
.ft-line {
    width:40px; height:2px; background: rgba(255,255,255,0.1);
    flex-shrink:0;
}
.ft-line-active { background: linear-gradient(90deg, #6366f1, #a5b4fc); }

/* ============================================
   FİYATLANDIRMA
   ============================================ */
.pricing-grid {
    display:grid; grid-template-columns:repeat(3,1fr);
    gap:24px; margin-bottom:48px;
}

.pricing-card {
    position:relative;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
    transition: all 0.35s var(--ease);
}
.pricing-card:hover {
    border-color: var(--primary-50);
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.pricing-featured {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary), var(--shadow-lg), var(--shadow-glow);
    background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 40%);
}
.pricing-featured:hover {
    box-shadow: 0 0 0 1px var(--primary), var(--shadow-xl), 0 0 80px rgba(79,70,229,0.15);
}

.pricing-badge {
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color:#fff; font-size:12px; font-weight:700;
    padding: 7px 22px; border-radius: var(--radius-full);
    letter-spacing:0.5px; text-transform:uppercase;
    white-space:nowrap;
}

.pricing-top { margin-bottom:24px; }
.pricing-icon {
    width:48px; height:48px; border-radius: var(--radius-md);
    display:flex; align-items:center; justify-content:center;
    font-size:22px; color: var(--primary);
    background: var(--primary-light);
    margin-bottom:16px;
}
.pricing-top h3 { font-size:22px; font-weight:800; color: var(--text-dark); margin-bottom:4px; }
.pricing-ram { font-size:14px; color: var(--text-light); font-weight:500; }

.pricing-price {
    display:flex; align-items:baseline; gap:2px;
    padding-bottom:24px; margin-bottom:24px;
    border-bottom: 1px solid var(--border-light);
}
.pp-currency { font-size:24px; font-weight:800; color: var(--text-dark); }
.pp-amount { font-size:52px; font-weight:900; color: var(--text-dark); line-height:1; letter-spacing:-2px; }
.pp-decimal { font-size:24px; font-weight:800; color: var(--text-dark); }
.pp-period { font-size:15px; color: var(--text-light); margin-left:4px; }

.pricing-list { margin-bottom:24px; }
.pricing-list li {
    display:flex; align-items:center; gap:10px;
    font-size:14px; color: var(--text); padding:7px 0;
}
.pricing-list li i { color: var(--success); font-size:18px; flex-shrink:0; }

.pricing-note {
    display:flex; align-items:center; gap:8px;
    background: var(--primary-light);
    border: 1px solid var(--primary-50);
    border-radius: var(--radius-sm);
    padding: 12px 16px; margin-bottom:24px;
    font-size:13px; color: var(--primary-dark); font-weight:500;
}
.pricing-note i { font-size:18px; flex-shrink:0; }

/* Elite Pricing Card */
.pricing-elite {
    border-color: #d4a853;
    background: linear-gradient(180deg, rgba(212,168,83,0.08) 0%, var(--bg) 50%);
    box-shadow: 0 0 0 1px rgba(212,168,83,0.3), var(--shadow-lg);
}
.pricing-elite:hover {
    box-shadow: 0 0 0 1px #d4a853, var(--shadow-xl), 0 0 60px rgba(212,168,83,0.12);
    transform: translateY(-6px);
}
.pricing-elite .pricing-icon {
    background: rgba(212,168,83,0.12);
    color: #d4a853;
}
.pricing-elite .pricing-note {
    background: rgba(212,168,83,0.08);
    border-color: rgba(212,168,83,0.2);
    color: #d4a853;
}
.pricing-elite .pricing-list li i { color: #d4a853; }
.pricing-elite-badge {
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    background: linear-gradient(135deg, #d4a853, #f0d27a);
    color:#1a1a2e; font-size:12px; font-weight:700;
    padding: 7px 22px; border-radius: var(--radius-full);
    letter-spacing:0.5px; text-transform:uppercase;
    white-space:nowrap;
}
.btn-elite {
    background: linear-gradient(135deg, #d4a853, #c49838) !important;
    color: #1a1a2e !important;
    border: none !important;
    font-weight: 700 !important;
}
.btn-elite:hover {
    background: linear-gradient(135deg, #e0b85e, #d4a853) !important;
    box-shadow: 0 4px 20px rgba(212,168,83,0.3) !important;
}

/* Özel Paketler */
.extras-grid {
    display:grid; grid-template-columns:1fr; gap:24px;
    max-width: 640px; margin-left: auto; margin-right: auto;
}
.extra-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    transition: all 0.3s var(--ease);
    overflow:hidden;
}
.extra-card:hover {
    border-color: var(--primary-50);
    box-shadow: var(--shadow-md);
}
.extra-highlight {
    background: linear-gradient(135deg, var(--primary-light) 0%, #faf5ff 100%);
    border-color: var(--primary-50);
}

.extra-inner {
    display:flex; align-items:flex-start; gap:20px;
    padding: 32px;
    flex-wrap:wrap;
}
.extra-icon {
    width:52px; height:52px; min-width:52px;
    border-radius: var(--radius-md);
    display:flex; align-items:center; justify-content:center;
    font-size:24px; color: var(--primary);
    background: var(--primary-light);
}
.extra-body { flex:1; min-width:200px; }
.extra-body h3 { font-size:18px; font-weight:700; color: var(--text-dark); margin-bottom:8px; }
.extra-body p { font-size:14px; color: var(--text-light); line-height:1.7; margin-bottom:12px; }

.extra-price-tag {
    display:inline-flex; align-items:baseline; gap: 8px;
    margin-bottom:4px;
}
.extra-price-tag strong {
    font-size:28px; font-weight:900; color: var(--text-dark);
}
.extra-price-tag strong small { font-size:16px; }
.extra-price-tag span { font-size:13px; color: var(--text-muted); }

.extra-slogan {
    font-size:15px; color: var(--primary); font-weight:600;
    font-style:italic; margin-bottom:14px !important;
}
.extra-features {
    list-style:none; padding:0; margin:0 0 16px;
    display:flex; flex-direction:column; gap:8px;
}
.extra-features li {
    display:flex; align-items:center; gap:8px;
    font-size:14px; color: var(--text-light); font-weight:500;
}
.extra-features li i { color: var(--primary); font-size:16px; flex-shrink:0; }

.extra-card .btn { align-self:center; flex-shrink:0; white-space:nowrap; }

/* ============================================
   PAYMENT TRUST BADGE
   ============================================ */
.payment-trust {
    margin-top: 60px;
}
.payment-trust-inner {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(79, 70, 229, 0.06) 100%);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: var(--radius-xl);
    padding: 32px 36px;
    text-align: center;
}
.payment-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}
.payment-trust-text strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}
.payment-trust-text p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto 20px;
}
.payment-trust-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ptb-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    font-size: 13px;
    font-weight: 600;
}
.ptb-item i {
    font-size: 16px;
}

/* ============================================
   DELIVERY
   ============================================ */
.section-delivery {
    padding: 0 0 120px;
}

.delivery-card {
    position:relative;
    background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);
    border-radius: var(--radius-2xl);
    padding: 64px;
    overflow:hidden;
    color:#fff;
}
.delivery-glow-bg {
    position:absolute; inset:0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(6,182,212,0.15) 0%, transparent 40%);
}

.delivery-header {
    text-align:center; margin-bottom:48px; position:relative; z-index:1;
}
.delivery-icon-main {
    width:72px; height:72px; margin:0 auto 20px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(255,255,255,0.15);
    border-radius: var(--radius-lg);
    font-size:32px;
    backdrop-filter: blur(8px);
}
.delivery-header h3 { font-size:28px; font-weight:800; margin-bottom:12px; }
.delivery-header p { font-size:16px; color:rgba(255,255,255,0.8); max-width:500px; margin:0 auto; }
.delivery-header strong { color:#fff; }

.delivery-grid {
    display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
    position:relative; z-index:1;
}

.d-item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    backdrop-filter: blur(8px);
    transition: all 0.3s;
    display:flex; flex-direction:column; gap:6px;
}
.d-item:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
}
.d-icon {
    width:44px; height:44px; border-radius: var(--radius-sm);
    display:flex; align-items:center; justify-content:center;
    background: rgba(255,255,255,0.15);
    font-size:20px; margin-bottom:8px;
}
.d-item strong { font-size:15px; font-weight:700; }
.d-item span { font-size:13px; color:rgba(255,255,255,0.65); }

/* ============================================
   SSS / FAQ
   ============================================ */
.faq-layout {
    display:grid; grid-template-columns:1fr 1.4fr; gap:80px;
    align-items:start;
}
.faq-left h2 {
    font-size:36px; font-weight:900; color: var(--text-dark);
    margin-bottom:16px; line-height:1.15;
}
.faq-left p {
    font-size:15px; color: var(--text-light); line-height:1.7;
    margin-bottom:24px;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom:12px;
    background: var(--bg);
    overflow:hidden;
    transition: all 0.3s;
}
.faq-item:hover { border-color: var(--primary-50); }
.faq-item.active {
    border-color: var(--primary-50);
    box-shadow: var(--shadow-sm), var(--shadow-glow);
}

.faq-q {
    display:flex; align-items:center; justify-content:space-between;
    width:100%; padding: 20px 24px;
    background:none; border:none; cursor:pointer;
    font-family:var(--font); font-size:15px; font-weight:600;
    color: var(--text-dark); text-align:left;
    transition: color 0.2s;
}
.faq-q:hover { color: var(--primary); }
.faq-q i { font-size:18px; color: var(--text-muted); transition: transform 0.3s; flex-shrink:0; }
.faq-item.active .faq-q i { transform:rotate(45deg); color: var(--primary); }

.faq-a {
    max-height:0; overflow:hidden;
    transition: max-height 0.4s var(--ease), padding 0.4s;
}
.faq-item.active .faq-a { max-height:300px; }
.faq-a p {
    padding: 0 24px 20px;
    font-size:14px; color: var(--text-light); line-height:1.8;
}

/* ============================================
   İLETİŞİM
   ============================================ */
.contact-layout {
    display:grid; grid-template-columns:1fr 340px; gap:40px;
    align-items:start;
}

.contact-form {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { margin-bottom:20px; }
.form-group label {
    display:block; font-size:14px; font-weight:600;
    color: var(--text-dark); margin-bottom:8px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width:100%; padding:12px 16px;
    font-family:var(--font); font-size:14px;
    color: var(--text); background: var(--bg-soft);
    border: 1px solid var(--border); border-radius: var(--radius-sm);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline:none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
    background: var(--bg);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }
.form-group textarea { resize:vertical; min-height:120px; }

.contact-side { display:flex; flex-direction:column; gap:16px; }

.contact-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    display:flex; flex-direction:column; gap:6px;
    transition: all 0.3s;
}
.contact-card:hover { border-color: var(--primary-50); box-shadow: var(--shadow-sm); }

.cc-icon {
    width:44px; height:44px; border-radius: var(--radius-sm);
    display:flex; align-items:center; justify-content:center;
    font-size:20px; color: var(--primary);
    background: var(--primary-light);
    margin-bottom:8px;
}
.contact-card h4 { font-size:15px; font-weight:700; color: var(--text-dark); }
.contact-card a, .contact-card span { font-size:14px; color: var(--text-light); }
.contact-card small { font-size:12px; color: var(--text-muted); margin-top:4px; font-style:italic; }

/* ============================================
   CTA SON
   ============================================ */
.section-cta { padding: 0 0 120px; }

.cta-inner {
    position:relative;
    background: linear-gradient(135deg, var(--dark) 0%, #1e1b4b 100%);
    border-radius: var(--radius-2xl);
    padding: 80px 60px;
    text-align:center;
    overflow:hidden;
}

.cta-glow {
    position:absolute; border-radius:50%; filter:blur(80px);
}
.cta-glow-1 { width:300px; height:300px; background:rgba(79,70,229,0.3); top:-100px; left:-50px; }
.cta-glow-2 { width:400px; height:400px; background:rgba(6,182,212,0.15); bottom:-150px; right:-100px; }

.cta-inner h2 {
    font-size:36px; font-weight:900; color:#fff;
    margin-bottom:16px; line-height:1.2;
    position:relative; z-index:1;
}
.cta-inner p {
    font-size:17px; color:rgba(255,255,255,0.7);
    margin-bottom:36px; position:relative; z-index:1;
}
.cta-inner .btn { position:relative; z-index:1; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--dark); color:#94a3b8; padding:80px 0 0;
}
.footer-top {
    display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:48px; padding-bottom:48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand .logo { color:#fff; margin-bottom:16px; }
.footer-brand p { font-size:14px; color:#64748b; line-height:1.7; max-width:280px; }

.logo-light .logo-text { color:#fff; }

.footer-col h5 {
    font-size:13px; font-weight:700; color:#fff;
    text-transform:uppercase; letter-spacing:1px; margin-bottom:20px;
}
.footer-col li { margin-bottom:10px; }
.footer-col a { font-size:14px; color:#64748b; transition: color 0.2s; }
.footer-col a:hover { color:#fff; }

.footer-bottom {
    text-align:center; padding:24px 0;
}
.footer-bottom p { font-size:13px; color:#475569; }

/* ============================================
   ANİMASYONLAR
   ============================================ */
.reveal {
    opacity:0; transform:translateY(32px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible {
    opacity:1; transform:translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width:1024px) {
    .hero-inner { grid-template-columns:1fr; gap:48px; text-align:center; }
    .hero-content h1 { font-size:40px; }
    .hero-desc { margin:0 auto 36px; }
    .hero-actions { justify-content:center; }
    .hero-stats { justify-content:center; flex-wrap:wrap; }
    .hero-visual { display:none; }

    .steps-grid { grid-template-columns:repeat(2,1fr); }
    .steps-connector-line { display:none; }
    .step-arrow { display:none; }
    .features-bento { grid-template-columns:1fr 1fr; }
    .feat-card-wide { grid-column:span 2; }

    .pricing-grid { grid-template-columns:repeat(3,1fr); gap:16px; }
    .extras-grid { grid-template-columns:1fr; max-width:640px; margin-left:auto; margin-right:auto; }
    .extra-inner { flex-direction:column; }
    .extra-card .btn { align-self:flex-start; }

    .delivery-grid { grid-template-columns:repeat(2,1fr); }
    .delivery-card { padding:48px 36px; }

    .faq-layout { grid-template-columns:1fr; gap:48px; }
    .contact-layout { grid-template-columns:1fr; }
    .footer-top { grid-template-columns:1fr 1fr; gap:36px; }

    .trust-logos { gap:16px; }
    .trust-logo-item { padding:8px 12px; }
    .trust-logo-item img, .trust-logo-item .trust-icon { width:24px; height:24px; }
    .trust-logo-item span { font-size:13px; }

    .section { padding:80px 0; }
    .section-dark { padding:80px 0; }
    .section-header { margin-bottom:56px; }
}

@media (max-width:768px) {
    .section { padding:60px 0; }
    .section-dark { padding:60px 0; }
    .section-header h2 { font-size:28px; }
    .section-header { margin-bottom:40px; }
    .section-header p { font-size:15px; }

    /* Navbar */
    .nav-links {
        display:none; position:absolute; top:72px; left:0; right:0;
        background:var(--bg); flex-direction:column; padding:16px;
        border-bottom:1px solid var(--border); box-shadow: var(--shadow-lg);
        z-index:100;
    }
    .nav-links.open { display:flex; }
    .nav-links a { display:block; padding:14px 16px !important; border-radius: var(--radius-sm); font-size:15px !important; }
    .nav-cta { text-align:center !important; margin-top:4px; }
    .nav-toggle { display:flex; }

    /* Language picker responsive */
    .lang-toggle .lang-code { display: none; }
    .lang-toggle { padding: 5px 10px 5px 8px; gap: 4px; }
    .lang-toggle .lang-globe { width: 20px; height: 20px; font-size: 11px; }
    .lang-dropdown { right: auto; left: 0; }

    /* Hero */
    .hero { padding:80px 0 48px; min-height:auto; }
    .hero-content h1 { font-size:30px; }
    .hero-desc { font-size:15px; line-height:1.7; }
    .hero-badge { font-size:12px; padding:6px 14px; }
    .hero-actions { flex-direction:column; align-items:stretch; }
    .hero-actions .btn { justify-content:center; width:100%; }
    .hero-stats { flex-direction:column; gap:16px; padding:20px; }
    .hero-stat-divider { width:40px; height:1px; }

    /* Adımlar */
    .steps-grid { grid-template-columns:1fr; gap:16px; }
    .steps-connector-line { display:none; }
    .step-arrow { display:none; }
    .step-card { padding:28px 22px 24px; }
    .step-num-badge { width:40px; height:40px; margin-bottom:14px; }
    .step-num-text { font-size:17px; }
    .step-icon { width:50px; height:50px; font-size:22px; }

    /* Güven Bandı */
    .trust-logos { gap:10px; }
    .trust-logo-item { padding:6px 10px; }
    .trust-logo-item img, .trust-logo-item .trust-icon { width:22px; height:22px; }
    .trust-logo-item span { font-size:12px; }

    /* Özellikler — Bento */
    .features-bento { grid-template-columns:1fr; gap:16px; }
    .feat-card-wide { grid-column:span 1; grid-template-columns:1fr; gap:16px; }
    .feat-card { padding:28px 22px; }
    .feat-icon { width:44px; height:44px; font-size:20px; margin-bottom:14px; }
    .feat-timeline { flex-wrap:wrap; justify-content:center; gap:4px; }
    .ft-line { width:24px; }

    /* Fiyatlandırma */
    .pricing-grid { grid-template-columns:1fr; max-width:420px; margin-left:auto; margin-right:auto; }
    .pricing-card { padding:32px 24px; }
    .pp-amount { font-size:48px; }
    .pricing-badge { font-size:11px; padding:6px 16px; }
    .pricing-elite-badge { font-size:11px; padding:6px 16px; }

    /* Extras */
    .extras-grid { grid-template-columns:1fr; gap:16px; }
    .extra-inner { flex-direction:column; padding:24px; }

    /* Teslimat */
    .delivery-card { padding:36px 20px; }
    .delivery-grid { grid-template-columns:1fr; gap:12px; }
    .delivery-header h3 { font-size:22px; }
    .delivery-header p { font-size:14px; }
    .delivery-icon-main { width:56px; height:56px; font-size:26px; }
    .d-item { padding:20px 18px; }

    /* FAQ */
    .faq-layout { grid-template-columns:1fr; gap:36px; }
    .faq-left h2 { font-size:28px; }
    .faq-q { padding:16px 18px; font-size:14px; }
    .faq-a p { padding:0 18px 16px; font-size:13px; }

    /* İletişim */
    .contact-layout { grid-template-columns:1fr; gap:24px; }
    .form-row { grid-template-columns:1fr; }
    .contact-form { padding:24px; }
    .contact-card { padding:22px; }

    /* CTA */
    .cta-inner { padding:48px 24px; }
    .cta-inner h2 { font-size:26px; }
    .cta-inner p { font-size:15px; }

    /* Footer */
    .footer { padding:60px 0 0; }
    .footer-top { grid-template-columns:1fr; gap:24px; }
    .footer-brand p { max-width:100%; }
    .footer-col h5 { margin-bottom:12px; }
}

@media (max-width:480px) {
    .container { padding:0 16px; }
    .section { padding:48px 0; }
    .section-dark { padding:48px 0; }

    /* Hero */
    .hero { padding:76px 0 36px; }
    .hero-content h1 { font-size:26px; }
    .hero-desc { font-size:14px; margin-bottom:28px; }
    .hero-badge { font-size:11px; padding:5px 12px; }
    .hero-stats { padding:16px; gap:12px; }
    .hero-stat-number { font-size:18px; }
    .hero-stat-label { font-size:12px; }

    /* Section Headers */
    .section-header h2 { font-size:22px; }
    .section-header p { font-size:14px; }
    .section-badge { font-size:11px; padding:5px 12px; }

    /* Steps */
    .step-card { padding:24px 18px 20px; }
    .step-card h3 { font-size:16px; }
    .step-card p { font-size:13px; }

    /* Pricing */
    .pricing-card { padding:24px 18px; }
    .pp-amount { font-size:40px; }
    .pp-currency { font-size:20px; }
    .pp-decimal { font-size:20px; }
    .pp-period { font-size:13px; }
    .pricing-top h3 { font-size:20px; }
    .pricing-list li { font-size:13px; }

    /* Delivery */
    .delivery-card { padding:28px 16px; }
    .delivery-header { margin-bottom:32px; }
    .delivery-header h3 { font-size:20px; }
    .d-item { padding:16px 14px; }
    .d-item strong { font-size:14px; }
    .d-item span { font-size:12px; }

    /* FAQ */
    .faq-left h2 { font-size:24px; }
    .faq-q { padding:14px 16px; font-size:13px; gap:8px; }
    .faq-a p { padding:0 16px 14px; font-size:12px; }

    /* Contact */
    .contact-form { padding:20px 16px; }
    .form-group label { font-size:13px; }
    .form-group input,
    .form-group select,
    .form-group textarea { font-size:14px; padding:10px 14px; }

    /* CTA */
    .cta-inner { padding:36px 20px; }
    .cta-inner h2 { font-size:22px; }
    .cta-inner p { font-size:14px; margin-bottom:28px; }
    .section-cta { padding:0 0 80px; }

    /* Footer */
    .footer { padding:48px 0 0; }
    .footer-bottom { padding:16px 0; }
    .footer-bottom p { font-size:12px; }

    /* Extras */
    .extra-inner { padding:20px; }
    .extra-icon { width:44px; height:44px; min-width:44px; font-size:20px; }
    .extra-body h3 { font-size:16px; }
    .extra-body p { font-size:13px; }
    .extra-price-tag strong { font-size:24px; }

    /* Güven */
    .section-trust { padding:24px 0; }
    .trust-logos { gap:6px; justify-content:center; }
    .trust-logo-item { padding:5px 6px; }
    .trust-logo-item img, .trust-logo-item .trust-icon { width:18px; height:18px; }
    .trust-logo-item span { font-size:10px; }
    .trust-note { font-size:11px; margin-top:12px; }

    /* Adımlar 480px */
    .step-card { padding:24px 18px 20px; }
    .step-card h3 { font-size:16px; }
    .step-card p { font-size:13px; }
    .step-num-badge { width:36px; height:36px; }
    .step-num-text { font-size:15px; }
    .step-icon { width:44px; height:44px; font-size:20px; }

    /* Buttons */
    .btn-lg { padding:14px 28px; font-size:14px; }
}
