/* ==========================================================================
   AdVolt Ajans - Ana Site Stili (Beyaz zemin, mor/mavi gradyan vurgular)
   ========================================================================== */

:root {
    --primary: #4F46E5;
    --primary-dark: #3730A3;
    --violet: #7C3AED;
    --pink: #A855F7;
    --gradient: linear-gradient(135deg, #4F46E5 0%, #7C3AED 55%, #A855F7 100%);
    --gradient-soft: linear-gradient(135deg, rgba(79,70,229,0.08) 0%, rgba(168,85,247,0.08) 100%);

    --text: #1F2937;
    --text-light: #6B7280;
    --text-faint: #9CA3AF;
    --bg: #FFFFFF;
    --bg-soft: #F8F8FC;
    --border: #E7E5F5;

    --success: #10B981;
    --warning: #F59E0B;
    --danger: #EF4444;

    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 8px 30px rgba(79, 70, 229, 0.08);
    --shadow-lg: 0 20px 50px rgba(79, 70, 229, 0.15);
}

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

/* .btn gibi sınıflar display özelliğini ezmesin diye hidden her zaman kazansın */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--gradient-soft);
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head h2 { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; }
.section-head p { color: var(--text-light); font-size: 16px; }

section { padding: 96px 0; }
section.tight { padding: 64px 0; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}
.btn-primary {
    background: var(--gradient);
    color: #fff;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(124, 58, 237, 0.38); }
.btn-outline {
    background: #fff;
    color: var(--text);
    border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 20px;
}
.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.logo small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-light);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}
.nav-links a {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    transition: color 0.15s;
}
.nav-links a:hover { color: var(--primary); }

.header-actions { display: flex; align-items: center; gap: 16px; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 88px 0 80px;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 560px;
    height: 560px;
    background: var(--gradient);
    opacity: 0.12;
    border-radius: 50%;
    filter: blur(30px);
}
.hero::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -160px;
    width: 480px;
    height: 480px;
    background: var(--gradient);
    opacity: 0.08;
    border-radius: 50%;
    filter: blur(30px);
}
.hero .container { position: relative; z-index: 1; text-align: center; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 64px;
    text-align: left;
}
.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    line-height: 1.15;
}
.hero-content p.lead {
    font-size: 18px;
    color: var(--text-light);
    max-width: 520px;
    margin: 0 0 32px;
}
.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

/* legacy centered hero (no longer used by index.php but kept for other pages) */
.hero h1 { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.hero p.lead { font-size: 18px; color: var(--text-light); }

.hero-trust {
    display: flex;
    align-items: center;
    gap: 16px;
}
.avatar-stack { display: flex; }
.avatar-stack .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: var(--shadow);
    margin-left: -12px;
}
.avatar-stack .avatar:first-child { margin-left: 0; }
.hero-trust-text { display: flex; flex-direction: column; font-size: 13px; line-height: 1.4; }
.hero-trust-text strong { font-size: 14px; color: var(--text); }
.hero-trust-text span { color: var(--text-light); }

/* ---------- Hero visual (dashboard mockup) ---------- */
.hero-visual { position: relative; }
.mockup-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 26px;
}
.mockup-card-head {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot.red { background: #F87171; }
.mockup-dot.yellow { background: #FBBF24; }
.mockup-dot.green { background: #34D399; }
.mockup-title { margin-left: 10px; font-size: 13px; font-weight: 600; color: var(--text-light); }
.mockup-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}
.mockup-stat {
    background: var(--bg-soft);
    border-radius: var(--radius-sm);
    padding: 14px 10px;
    text-align: center;
}
.mockup-stat-label { display: block; font-size: 11px; color: var(--text-light); margin-bottom: 6px; }
.mockup-stat-value { display: block; font-size: 19px; font-weight: 800; }
.mockup-stat-value.up { color: var(--success); }
.mockup-stat-value.down { color: var(--success); }
.mockup-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 110px;
    padding: 0 4px;
    margin-bottom: 18px;
}
.mockup-bar {
    flex: 1;
    background: var(--gradient);
    border-radius: 6px 6px 2px 2px;
    opacity: 0.85;
}
.mockup-bar:last-child { opacity: 1; }
.mockup-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-faint);
    border-top: 1px solid var(--border);
    padding-top: 16px;
}
.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    animation: pulse-dot 2s infinite;
    flex-shrink: 0;
}
@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.mockup-float-badge {
    position: absolute;
    bottom: -22px;
    left: -22px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-circle-sm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.mockup-float-badge strong { display: block; font-size: 13px; }
.mockup-float-badge span { font-size: 11px; color: var(--text-light); }

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 860px;
    margin: 0 auto;
}
.stat-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 12px;
    box-shadow: var(--shadow);
}
.stat-card .num {
    font-size: 28px;
    font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.stat-card .label { font-size: 13px; color: var(--text-light); margin-top: 4px; }

/* ---------- Partner badges ---------- */
.partner-bar { padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.partner-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.partner-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
    color: var(--text-light);
}
.partner-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gradient); }

/* ---------- Sektör şeridi ---------- */
.sector-strip { padding: 44px 0 48px; overflow: hidden; }
.sector-strip-label { text-align: center; font-size: 13px; font-weight: 600; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 24px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: marquee-scroll 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.sector-tag {
    flex-shrink: 0;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    color: var(--text);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 999px;
    white-space: nowrap;
}
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ---------- Services ---------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
}
.service-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.service-card p { color: var(--text-light); font-size: 15px; margin-bottom: 16px; }
.service-list { display: flex; flex-direction: column; gap: 10px; }
.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
}
.service-list li .check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gradient-soft);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 1px;
}

/* ---------- Why us ---------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.why-card { text-align: center; padding: 8px; }
.why-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--gradient-soft);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-light); }

/* ---------- Performans metrikleri ---------- */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.metric-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}
.metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.metric-label { font-size: 13px; color: var(--text-light); font-weight: 600; }
.metric-trend {
    font-size: 13px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metric-trend.up { color: var(--success); background: rgba(16, 185, 129, 0.12); }
.metric-value { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 18px; }
.metric-spark {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 44px;
}
.metric-spark span {
    flex: 1;
    background: var(--gradient-soft);
    border-radius: 3px 3px 1px 1px;
}
.metric-spark span:last-child { background: var(--gradient); }

/* ---------- Başarı Hikayeleri (case cards) ---------- */
.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.case-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow);
}
.case-sector {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--primary);
    background: var(--gradient-soft);
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}
.case-metric {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}
.case-before { font-size: 20px; font-weight: 700; color: var(--text-faint); text-decoration: line-through; }
.case-arrow { font-size: 18px; color: var(--text-faint); }
.case-after { font-size: 32px; font-weight: 800; color: var(--success); }
.case-metric-label { display: block; font-size: 13px; color: var(--text-light); margin-bottom: 16px; }
.case-desc { font-size: 14px; color: var(--text-light); }

/* ---------- Hızlı iletişim şeridi ---------- */
.quick-contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 40px;
    flex-wrap: wrap;
}
.quick-contact-text { display: flex; flex-direction: column; gap: 6px; max-width: 480px; }
.quick-contact-text strong { font-size: 18px; font-weight: 700; }
.quick-contact-text span { font-size: 14px; color: var(--text-light); }
.quick-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Process ---------- */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}
.process-step {
    background: var(--bg-soft);
    border-radius: var(--radius);
    padding: 28px 22px;
    position: relative;
}
.process-num {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--gradient);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.process-step h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 14px; color: var(--text-light); }

/* ---------- Pricing ---------- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.price-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
}
.price-card.popular {
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        var(--gradient) border-box;
    box-shadow: var(--shadow-lg);
    transform: scale(1.03);
    position: relative;
}
.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 999px;
    white-space: nowrap;
}
.price-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.price-card .price-desc { font-size: 14px; color: var(--text-light); margin-bottom: 22px; }
.price-card .price {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 4px;
}
.price-card .price span { font-size: 14px; font-weight: 500; color: var(--text-light); }
.price-card .price-note { font-size: 13px; color: var(--text-faint); margin-bottom: 24px; }
.price-features { flex-grow: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}
.price-features li .check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gradient-soft);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 1px;
}
.pricing-note { text-align: center; color: var(--text-light); font-size: 14px; margin-top: 32px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 4px 22px;
    background: #fff;
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+";
    font-size: 20px;
    color: var(--primary);
    font-weight: 400;
    margin-left: 16px;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 0 20px; color: var(--text-light); font-size: 14px; }

/* ---------- Contact / Form ---------- */
.contact-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
    align-items: start;
}
.contact-info h2 { font-size: 30px; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.02em; }
.contact-info p { color: var(--text-light); margin-bottom: 32px; }
.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 15px;
}
.contact-item .icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--gradient-soft);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; color: var(--text); }
.form-group .req { color: var(--danger); }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 14px;
    color: var(--text);
    background: var(--bg-soft);
    transition: border-color 0.15s, background 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: #fff;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.radio-group { display: flex; gap: 12px; flex-wrap: wrap; }
.radio-pill {
    flex: 1;
    min-width: 140px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}
.radio-pill input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-pill.active,
.radio-pill:has(input:checked) {
    border-color: var(--primary);
    background: var(--gradient-soft);
    color: var(--primary);
}
.honeypot-field { position: absolute; left: -9999px; opacity: 0; height: 0; }

.alert {
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.alert-success { background: #ECFDF5; color: #047857; border: 1px solid #A7F3D0; }
.alert-error { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }

/* ---------- CTA banner ---------- */
.cta-banner {
    background: var(--gradient);
    border-radius: 24px;
    padding: 56px;
    text-align: center;
    color: #fff;
    margin: 0 24px;
}
.cta-banner h2 { font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.cta-banner p { opacity: 0.9; margin-bottom: 28px; }
.cta-banner .btn-primary { background: #fff; color: var(--primary); box-shadow: none; }
.cta-banner .btn-primary:hover { background: #F3F0FF; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 64px 0 24px; margin-top: 40px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}
.footer-grid h4 { font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.footer-grid p { font-size: 14px; color: var(--text-light); }
.footer-grid ul { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 14px; color: var(--text-light); }
.footer-grid a:hover { color: var(--primary); }
.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--text-faint);
    flex-wrap: wrap;
    gap: 10px;
}
.footer-bottom a { color: var(--text-faint); }

/* ---------- Teklif Al Sihirbazı ---------- */
.wizard-progress-track {
    height: 6px;
    background: var(--bg-soft);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 18px;
}
.wizard-progress-bar {
    height: 100%;
    width: 33.33%;
    background: var(--gradient);
    border-radius: 999px;
    transition: width 0.35s ease;
}
.wizard-steps-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-faint);
    margin-bottom: 32px;
}
.wizard-steps-label span.active { color: var(--primary); }
.wizard-steps-label span.done { color: var(--text); }

.wizard-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 40px;
}
.wizard-step h2 { font-size: 22px; font-weight: 800; margin-bottom: 24px; }

.choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.choice-card {
    display: block;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, transform 0.15s;
    position: relative;
}
.choice-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice-card:hover { transform: translateY(-2px); }
.choice-card.active,
.choice-card:has(input:checked) {
    border-color: var(--primary);
    background: var(--gradient-soft);
    box-shadow: var(--shadow);
}
.choice-icon { font-size: 30px; margin-bottom: 12px; }
.choice-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.choice-desc { font-size: 13px; color: var(--text-light); }

.platform-block { display: none; padding-top: 4px; }
.platform-block.visible { display: block; }
.platform-block-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--primary);
    margin: 24px 0 12px;
}

.wizard-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}
.wizard-nav .spacer { flex-grow: 1; }

/* Geri butonu: ikincil eylem olduğu belli olsun diye sade/ghost görünüm */
.btn-ghost {
    background: transparent;
    color: var(--text-light);
    border: none;
    padding: 14px 12px;
}
.btn-ghost:hover { color: var(--primary); transform: none; }

/* Son adımdaki gönder butonu: en önemli eylem olduğu belli olsun diye
   büyük, dolgun ve hafif "nefes alan" (pulse) bir vurguyla öne çıkar */
.btn-submit {
    background: var(--gradient);
    color: #fff;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
    font-size: 16px;
    padding: 16px 32px;
    animation: submit-pulse 2.2s ease-in-out infinite;
}
.btn-submit:hover { animation-play-state: paused; }
@keyframes submit-pulse {
    0%, 100% { box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28); }
    50% { box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5), 0 0 0 6px rgba(124, 58, 237, 0.1); }
}

.field-error {
    color: var(--danger);
    font-size: 13px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 16px;
    display: none;
}
.field-error.visible { display: block; }

/* ---------- Teklif Al Başarılı Ekranı ---------- */
.success-wrap { max-width: 560px; margin: 0 auto; text-align: center; }
.success-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: var(--shadow-lg);
}
.success-wrap h1 { font-size: 30px; font-weight: 800; margin-bottom: 12px; }
.success-wrap > p.lead { margin: 0 auto 36px; }
.success-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    background: var(--bg-soft);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 32px;
}
.success-timeline-item { display: flex; gap: 14px; align-items: flex-start; }
.success-timeline-num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-timeline-text strong { display: block; font-size: 14px; margin-bottom: 2px; }
.success-timeline-text span { font-size: 13px; color: var(--text-light); }

@media (max-width: 720px) {
    .choice-grid { grid-template-columns: 1fr; }
    .wizard-card { padding: 24px; }
}

/* ---------- Sayfa içeriği (admin panelinden yönetilen) ---------- */
.page-content { font-size: 16px; line-height: 1.8; color: var(--text); }
.page-content h2 { font-size: 24px; font-weight: 800; margin: 32px 0 14px; }
.page-content h2:first-child { margin-top: 0; }
.page-content p { margin-bottom: 16px; }
.page-content ul { margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.page-content li { padding-left: 24px; position: relative; }
.page-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

/* ---------- Scroll animasyonu ---------- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.reveal-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .mockup-bar, .live-dot, .btn-submit { animation: none !important; }
}

/* Hero'daki rapor mockup çubukları sayfa açılır açılmaz "büyüyerek" belirir */
.mockup-bar {
    transform-origin: bottom;
    animation: bar-grow 0.7s cubic-bezier(.2,.8,.2,1) backwards;
}
.mockup-bar:nth-child(1) { animation-delay: 0.05s; }
.mockup-bar:nth-child(2) { animation-delay: 0.12s; }
.mockup-bar:nth-child(3) { animation-delay: 0.19s; }
.mockup-bar:nth-child(4) { animation-delay: 0.26s; }
.mockup-bar:nth-child(5) { animation-delay: 0.33s; }
.mockup-bar:nth-child(6) { animation-delay: 0.40s; }
.mockup-bar:nth-child(7) { animation-delay: 0.47s; }
@keyframes bar-grow {
    from { transform: scaleY(0); opacity: 0; }
    to { transform: scaleY(1); opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .services-grid, .why-grid, .process-grid, .pricing-grid, .metrics-grid, .case-grid { grid-template-columns: 1fr 1fr; }
    .contact-wrap { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-grid { grid-template-columns: 1fr; gap: 64px; }
    .hero-visual { order: -1; max-width: 460px; margin: 0 auto; }
    .hero-content h1, .hero-content p.lead { text-align: left; }
    .mockup-float-badge { left: 12px; }
    .quick-contact-bar { justify-content: center; text-align: center; }
    .quick-contact-actions { justify-content: center; width: 100%; }
}

@media (max-width: 720px) {
    .nav-links, .header-actions .btn-outline { display: none; }
    .nav-toggle { display: flex; }
    .hero-content h1 { font-size: 32px; }
    .hero-content p.lead { font-size: 16px; }
    .hero h1 { font-size: 34px; }
    .hero p.lead { font-size: 16px; }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .services-grid, .why-grid, .process-grid, .pricing-grid, .footer-grid, .metrics-grid, .case-grid { grid-template-columns: 1fr; }
    .price-card.popular { transform: none; }
    .form-row { grid-template-columns: 1fr; }
    section { padding: 64px 0; }
    .cta-banner { padding: 40px 24px; }
    .site-header .container { height: 68px; }
    .mockup-float-badge { position: static; margin-top: 16px; }
    .hero-visual { margin-bottom: 0; }
    .quick-contact-bar { padding: 28px 24px; }
}

body.nav-open .mobile-nav { display: flex; }
.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 4px;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 16px 24px 24px;
    z-index: 99;
    box-shadow: var(--shadow-lg);
}
.mobile-nav a { padding: 12px 4px; font-weight: 500; border-bottom: 1px solid var(--border); }
.mobile-nav a:last-child { border-bottom: none; }
