/* ============================================
   ŞAHİN NAKLİYAT — Şehirler Arası Tır Nakliyesi
   Tamamen özgün tasarım sistemi
   ============================================ */

:root {
    --ink: #0f172a;
    --ink-soft: #334155;
    --mute: #64748b;
    --line: #e2e8f0;
    --bg: #ffffff;
    --bg-soft: #f6f7fb;
    --bg-dark: #0c1220;

    --brand: #b91c1c;          /* Şahin kızılı */
    --brand-dark: #7f1313;
    --brand-soft: #fee2e2;
    --accent: #facc15;          /* sarı vurgu - kamyon ikonografisi */
    --ok: #16a34a;

    --font-display: 'Space Grotesk', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;

    --radius: 14px;
    --radius-lg: 22px;

    --shadow-sm: 0 1px 2px rgba(15,23,42,.06);
    --shadow: 0 8px 24px rgba(15,23,42,.08);
    --shadow-lg: 0 24px 60px -20px rgba(15,23,42,.25);

    --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: .2s; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ============== TOP UTILITY BAR ============== */
.utility-bar {
    background: var(--bg-dark);
    color: #cbd5e1;
    font-size: .85rem;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.utility-bar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.utility-bar a { color: #cbd5e1; }
.utility-bar a:hover { color: #fff; }
.utility-left, .utility-right { display: flex; gap: 22px; align-items: center; }
.utility-bar .accent-pill {
    background: var(--accent);
    color: var(--ink);
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ============== MAIN HEADER ============== */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 100;
}
.site-header .wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 40px;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
.logo-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--ink);
}
.logo-glyph {
    width: 42px; height: 42px;
    background: var(--brand);
    color: #fff;
    display: grid; place-items: center;
    border-radius: 10px;
    font-size: 1.2rem;
    box-shadow: var(--shadow);
    transform: rotate(-4deg);
}
.logo-mark small { display:block; font-size:.7rem; font-weight:500; color: var(--mute); letter-spacing: 2px; text-transform: uppercase; margin-top:2px; }

.main-nav {
    display: flex;
    gap: 6px;
    justify-self: center;
}
.main-nav a {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: .95rem;
    color: var(--ink-soft);
}
.main-nav a:hover { background: var(--bg-soft); color: var(--brand); }

.header-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}
.phone-cluster {
    text-align: right;
    line-height: 1.2;
}
.phone-cluster .label { font-size:.7rem; color: var(--mute); text-transform: uppercase; letter-spacing: 1px; }
.phone-cluster .num { font-family: var(--font-display); font-weight:700; font-size:1.05rem; color: var(--brand); }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: .95rem;
    transition: .2s;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-yellow { background: var(--accent); color: var(--ink); }
.btn-yellow:hover { background: #eab308; }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebd5b; transform: translateY(-1px); box-shadow: var(--shadow); }

.menu-toggle {
    display: none;
    width: 44px; height: 44px;
    border-radius: 8px;
    background: var(--bg-soft);
    color: var(--ink);
    font-size: 1.2rem;
}

/* ============== HERO ============== */
.hero {
    position: relative;
    background: var(--bg-dark);
    color: #e2e8f0;
    padding: 90px 0 130px;
    overflow: hidden;
}
.hero::before {
    content:'';
    position:absolute; inset:0;
    background:
        radial-gradient(circle at 80% 20%, rgba(185,28,28,.35), transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(250,204,21,.15), transparent 45%);
    pointer-events: none;
}
.hero::after {
    content:'';
    position:absolute; inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    pointer-events:none;
}

.hero .wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 60px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.04);
    border-radius: 50px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fbbf24;
    margin-bottom: 28px;
}
.eyebrow .dot { width:8px; height:8px; background: var(--accent); border-radius:50%; box-shadow: 0 0 0 4px rgba(250,204,21,.2); }

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: #fff;
    margin-bottom: 24px;
}
.hero h1 .strike {
    background: linear-gradient(120deg, var(--brand) 0%, #ef4444 100%);
    color: #fff;
    padding: 0 14px;
    display: inline-block;
    transform: skew(-6deg);
    border-radius: 4px;
}

.hero p.lead {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 540px;
    margin-bottom: 36px;
}

.hero-cta-row { display:flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }

.hero-trust {
    display: flex;
    gap: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.hero-trust div strong { display:block; font-family: var(--font-display); font-size:1.6rem; color:#fff; }
.hero-trust div span { font-size: .8rem; color:#94a3b8; }

/* Hero quote panel */
.quote-panel {
    background: #fff;
    color: var(--ink);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-lg);
    position: relative;
}
.quote-panel::before {
    content:'';
    position:absolute; top:-16px; left: 28px;
    background: var(--accent); color: var(--ink);
    font-weight:700; font-size:.75rem; padding: 6px 14px; border-radius: 50px;
    content: 'HIZLI TEKLİF';
    letter-spacing: 1px;
}
.quote-panel h3 { font-size: 1.4rem; margin: 8px 0 20px; }
.qp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.qp-field { position: relative; }
.qp-field label { display:block; font-size:.7rem; color: var(--mute); text-transform: uppercase; letter-spacing:1px; margin-bottom:6px; font-weight: 600; }
.qp-field input, .qp-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font: inherit;
    background: var(--bg-soft);
}
.qp-field input:focus, .qp-field select:focus { outline: 2px solid var(--brand); border-color: transparent; }
.quote-panel .btn { width: 100%; justify-content: center; padding: 14px; margin-top:6px; }
.quote-panel .micro { font-size:.75rem; color: var(--mute); text-align: center; margin-top: 12px; }

/* Contact card lines (inside quote-panel) */
.contact-card-line {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 10px;
    transition: .2s;
}
.contact-card-line:hover { border-color: var(--brand); background: var(--bg-soft); transform: translateX(2px); }
.contact-card-line .ccl-ico {
    width: 42px; height: 42px;
    border-radius: 10px;
    display: grid; place-items: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.contact-card-line small { display:block; font-size:.7rem; color: var(--mute); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.contact-card-line strong { font-family: var(--font-display); font-size: .95rem; color: var(--ink); }

/* ============== STAT BAR (overlap) ============== */
.stat-bar {
    margin: -60px auto 0;
    max-width: var(--container);
    padding: 0 24px;
    position: relative;
    z-index: 5;
}
.stat-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.stat-cell {
    padding: 32px 28px;
    border-right: 1px solid var(--line);
}
.stat-cell:last-child { border-right: 0; }
.stat-cell .num {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}
.stat-cell .num small { color: var(--ink); font-size: 1.4rem; }
.stat-cell .label { color: var(--mute); margin-top: 8px; font-size:.9rem; }

/* ============== SECTION BASICS ============== */
section { padding: 110px 0; }
.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head.center { margin-left:auto; margin-right:auto; text-align:center; }
.kicker {
    color: var(--brand);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.section-head p { color: var(--mute); font-size: 1.05rem; }

/* ============== SERVICES — ALTERNATING ROWS ============== */
.service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 90px;
}
.service-row:last-child { margin-bottom: 0; }
.service-row.flip > .service-text { order: 2; }
.service-text .icon-chip {
    display: inline-grid;
    place-items: center;
    width: 56px; height: 56px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 14px;
    font-size: 1.4rem;
    margin-bottom: 18px;
}
.service-text h3 { font-size: 1.7rem; margin-bottom: 14px; }
.service-text p { color: var(--ink-soft); margin-bottom: 22px; }
.service-text ul.checks li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 8px 0;
    border-top: 1px dashed var(--line);
    color: var(--ink-soft);
    font-size: .95rem;
}
.service-text ul.checks li:first-child { border-top: 0; }
.service-text ul.checks li i { color: var(--ok); margin-top: 4px; }

.service-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 5/4;
    box-shadow: var(--shadow-lg);
}
.service-visual img { width:100%; height:100%; object-fit:cover; transition: transform .8s ease; }
.service-visual:hover img { transform: scale(1.05); }
.service-visual .badge-corner {
    position: absolute; top: 18px; left: 18px;
    background: rgba(12,18,32,.85);
    color: #fff;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

/* ============== FLEET STRIP ============== */
.fleet-section { background: var(--bg-soft); }
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.fleet-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 22px;
    text-align: left;
    border: 1px solid var(--line);
    transition: .25s;
    position: relative;
    overflow: hidden;
}
.fleet-card::after {
    content:''; position:absolute; bottom:0; left:0; height:3px; width:0;
    background: var(--brand); transition: width .3s;
}
.fleet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fleet-card:hover::after { width:100%; }
.fleet-card .num-tag {
    font-family: var(--font-display);
    font-size: .8rem;
    color: var(--mute);
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.fleet-card .ico { font-size: 2rem; color: var(--brand); margin-bottom: 14px; }
.fleet-card h4 { font-size: 1.1rem; margin-bottom: 6px; }
.fleet-card p { font-size: .88rem; color: var(--mute); }
.fleet-card .specs { display: flex; gap: 14px; margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: .8rem; color: var(--ink-soft); }
.fleet-card .specs span { display: flex; align-items: center; gap: 4px; }

/* ============== TIMELINE PROCESS ============== */
.timeline-wrap { max-width: 820px; margin: 0 auto; position: relative; }
.timeline-wrap::before {
    content:''; position: absolute; left: 30px; top: 10px; bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, var(--brand), var(--brand-soft));
}
.tl-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 28px;
    padding-bottom: 40px;
    position: relative;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-marker {
    width: 60px; height: 60px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    display: grid; place-items: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 2;
    box-shadow: 0 0 0 6px var(--bg);
}
.tl-content {
    background: var(--bg-soft);
    padding: 24px 28px;
    border-radius: var(--radius);
    border-left: 4px solid var(--brand);
}
.tl-content h4 { font-size: 1.15rem; margin-bottom: 6px; }
.tl-content p { color: var(--ink-soft); font-size: .95rem; }

/* ============== COVERAGE / CITIES ============== */
.coverage-section {
    background:
        radial-gradient(circle at 20% 30%, rgba(185,28,28,.06), transparent 40%),
        var(--bg);
}
.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.city-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 30px;
    background: var(--bg-soft);
    border-radius: var(--radius-lg);
    border: 1px dashed var(--line);
}
.city-pill {
    padding: 7px 14px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: .85rem;
    color: var(--ink-soft);
    transition: .2s;
}
.city-pill:hover { background: var(--brand); color: #fff; border-color: var(--brand); transform: translateY(-2px); }
.city-pill.hot { background: var(--brand); color: #fff; border-color: var(--brand); font-weight: 600; }

/* ============== TESTIMONIAL — single big quote ============== */
.testimonial-section {
    background: var(--bg-dark);
    color: #e2e8f0;
    position: relative;
}
.testimonial-section .kicker { color: var(--accent); }
.testimonial-section h2 { color: #fff; }
.big-quote {
    max-width: 900px;
    margin: 50px auto 0;
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    line-height: 1.4;
    color: #f1f5f9;
    font-weight: 400;
    position: relative;
}
.big-quote::before {
    content: '"';
    display:block;
    font-size: 6rem;
    color: var(--brand);
    line-height: 1;
    margin-bottom: -20px;
    font-family: serif;
}
.quote-attrib {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
    color: #94a3b8;
    font-family: var(--font-body);
    font-size: 1rem;
}
.quote-attrib .avatar {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    display:grid; place-items:center;
    color: #fff; font-weight: 700;
    font-family: var(--font-display);
}
.quote-attrib strong { color: #fff; display: block; }

.testimonial-pager { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.testimonial-pager span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.testimonial-pager span.on { background: var(--brand); width: 28px; border-radius: 4px; }

/* ============== FAQ ============== */
.faq-grid { max-width: 860px; margin: 0 auto; }
.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}
.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.faq-q .toggle {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display:grid; place-items:center;
    font-size: 1rem;
    transition: .3s;
}
.faq-item.open .toggle { transform: rotate(45deg); background: var(--brand); color: #fff; }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, margin .35s ease;
    color: var(--ink-soft);
}
.faq-item.open .faq-a { max-height: 300px; margin-top: 14px; }

/* ============== CTA BANNER ============== */
.cta-banner {
    background: linear-gradient(120deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content:''; position:absolute; right:-100px; top:-50px;
    width: 400px; height:400px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}
.cta-banner .wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}
.cta-banner h3 { color:#fff; font-size: 2rem; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,.85); }
.cta-banner .btn-yellow { padding: 16px 30px; font-size: 1rem; }

/* ============== FOOTER ============== */
.site-footer {
    background: var(--bg-dark);
    color: #94a3b8;
    padding: 80px 0 0;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-top h5 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 1rem;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.footer-top a:hover { color: var(--accent); }
.footer-top ul li { margin-bottom: 10px; font-size: .9rem; }
.footer-brand p { font-size: .9rem; line-height: 1.7; margin: 18px 0; max-width: 320px; }
.footer-brand .logo-mark { color: #fff; }
.footer-brand .logo-mark small { color: #64748b; }

.contact-line { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: .9rem; }
.contact-line i { color: var(--brand); width: 18px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    display: grid; place-items: center;
    color: #cbd5e1;
}
.socials a:hover { background: var(--brand); color: #fff; }

.footer-bottom {
    text-align: center;
    padding: 24px 0;
    font-size: .85rem;
    color: #64748b;
}

/* WhatsApp floating */
.fab-whatsapp {
    position: fixed;
    bottom: 24px; right: 24px;
    background: #25d366;
    color: #fff;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: grid; place-items: center;
    font-size: 1.6rem;
    box-shadow: 0 12px 30px rgba(37,211,102,.4);
    z-index: 99;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
    70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============== RESPONSIVE ============== */
@media (max-width: 1024px) {
    .hero .wrap, .coverage-grid { grid-template-columns: 1fr; }
    .stat-card { grid-template-columns: 1fr 1fr; }
    .stat-cell:nth-child(2) { border-right: 0; }
    .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid var(--line); }
    .service-row, .service-row.flip { grid-template-columns: 1fr; gap: 30px; }
    .service-row.flip > .service-text { order: 0; }
    .fleet-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .cta-banner .wrap { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 720px) {
    .utility-bar { display: none; }
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: #fff;
        flex-direction: column;
        padding: 18px;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 14px; }
    .menu-toggle { display: grid; place-items: center; }
    .site-header .wrap { grid-template-columns: auto 1fr auto; gap: 14px; position: relative; }
    .header-cta .phone-cluster, .header-cta .btn-ghost { display: none; }
    section { padding: 70px 0; }
    .hero { padding: 50px 0 90px; }
    .stat-bar { margin-top: -40px; }
    .stat-card { grid-template-columns: 1fr; }
    .stat-cell { border-right: 0; border-bottom: 1px solid var(--line); }
    .stat-cell:last-child { border-bottom: 0; }
    .fleet-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 36px; }
    .qp-row { grid-template-columns: 1fr; }
    .timeline-wrap::before { left: 22px; }
    .tl-item { grid-template-columns: 44px 1fr; gap: 18px; }
    .tl-marker { width: 44px; height: 44px; font-size: .9rem; }
}
