/* =========================================================
   ADA S LOJİSTİK — PREMIUM STİL (Kurumsal & Temiz)
   Renk kimliği: turuncu (#f15a24) + kurumsal lacivert
   ========================================================= */

:root {
    --orange:        #f15a24;
    --orange-dark:   #d8481a;
    --orange-soft:   #fff1ea;
    --navy:          #0f2444;   /* başlıklar / koyu zemin */
    --navy-700:      #18345c;
    --ink:           #1f2733;   /* gövde metni */
    --muted:         #61708a;   /* ikincil metin */
    --bg-soft:       #f5f8fc;   /* açık bölüm zemini */
    --line:          #e6ecf4;   /* ince çizgiler */
    --white:         #ffffff;

    --radius:        16px;
    --radius-sm:     12px;
    --shadow-sm:     0 4px 18px rgba(15, 36, 68, 0.06);
    --shadow-md:     0 14px 40px rgba(15, 36, 68, 0.10);
    --shadow-lg:     0 28px 60px rgba(15, 36, 68, 0.16);
    --shadow-orange: 0 18px 40px rgba(241, 90, 36, 0.28);

    --ease:          cubic-bezier(.22, 1, .36, 1);

    --font-head: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}

/* ====================== TEMEL ====================== */
* { scroll-behavior: smooth; }

html { scroll-padding-top: 90px; }

body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand, .display-1, .display-2, .display-3, .display-4, .display-5 {
    font-family: var(--font-head);
    color: var(--navy);
    letter-spacing: -0.02em;
}

p { line-height: 1.7; }

.lead { font-weight: 400; }

::selection { background: var(--orange); color: #fff; }

/* Daha yumuşak, modern bölüm boşlukları */
.section { padding: 6rem 0; }
@media (max-width: 768px) { .section { padding: 3.5rem 0; } }

.bg-soft { background: var(--bg-soft) !important; }

/* Section başlık üst etiketi */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    background: var(--orange-soft);
    padding: .45rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.1rem;
}

.section-title {
    font-weight: 800;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.12;
}
.section-subtitle {
    color: var(--muted);
    font-size: 1.12rem;
    max-width: 620px;
}
.text-balance { text-wrap: balance; }

/* ====================== RENK YARDIMCILARI ====================== */
.text-orange { color: var(--orange) !important; }
.text-navy   { color: var(--navy) !important; }
.text-muted-soft { color: var(--muted) !important; }
.bg-navy { background: var(--navy) !important; }

/* ====================== BUTONLAR ====================== */
.btn {
    font-family: var(--font-head);
    font-weight: 600;
    border-radius: 100px;
    padding: .8rem 1.8rem;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .25s ease, color .25s ease;
}
.btn-lg { padding: 1rem 2.4rem; font-size: 1.02rem; }

.btn-orange {
    background: linear-gradient(135deg, #ff6a30, var(--orange));
    border: none;
    color: #fff;
    box-shadow: var(--shadow-orange);
}
.btn-orange:hover {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(241, 90, 36, 0.36);
}

.btn-outline-orange {
    color: var(--orange);
    border: 2px solid var(--orange);
    background: transparent;
}
.btn-outline-orange:hover {
    background: var(--orange);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-orange);
}

.btn-outline-light {
    border: 2px solid rgba(255,255,255,.7);
    backdrop-filter: blur(4px);
}
.btn-outline-light:hover { transform: translateY(-3px); }

.btn-navy {
    background: var(--navy);
    color: #fff;
    border: none;
}
.btn-navy:hover { background: var(--navy-700); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow-md); }

.btn-white {
    background: #fff;
    color: var(--navy);
    border: none;
}
.btn-white:hover { background: #f1f4f9; color: var(--navy); transform: translateY(-3px); }

/* ====================== NAVBAR (beyaz + scroll blur) ====================== */
.navbar {
    transition: background-color .35s ease, box-shadow .35s ease, padding .35s ease;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    background: rgba(255,255,255,.85) !important;
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid transparent;
}
.navbar.scrolled {
    padding-top: .55rem;
    padding-bottom: .55rem;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 8px 30px rgba(15, 36, 68, 0.08);
    border-bottom: 1px solid var(--line);
}
.navbar-brand { font-weight: 800; font-size: 1.45rem; }

.navbar .nav-link {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--navy) !important;
    margin: 0 .35rem;
    position: relative;
    transition: color .25s ease;
}
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 12px; right: 12px; bottom: 2px;
    height: 2px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--ease);
}
.navbar .nav-link:hover,
.navbar .nav-link.active { color: var(--orange) !important; }
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); }

/* ====================== HERO (Ana Sayfa) ====================== */
.hero {
    height: 100vh;
    min-height: 720px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 90% at 15% 20%, rgba(15,36,68,.55), transparent 60%),
        linear-gradient(to top, rgba(8,18,34,.92) 0%, rgba(8,18,34,.45) 45%, rgba(8,18,34,.55) 100%);
    z-index: 2;
}
.hero .container { position: relative; z-index: 3; }
.hero h1 {
    color: #fff !important;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    line-height: 1.05;
    font-weight: 800;
    text-shadow: 0 6px 30px rgba(0,0,0,.45);
}
.hero .lead {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    max-width: 760px;
    color: rgba(255,255,255,.9);
}

/* Hero güven rozetleri */
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .95rem;
}
.hero-badge i { color: var(--orange); font-size: 1.15rem; }

/* Aşağı kaydır göstergesi */
.scroll-cue {
    position: absolute;
    bottom: 28px; left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(255,255,255,.8);
    font-size: 1.5rem;
    animation: bob 1.8s infinite;
}
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,10px);} }

/* ====================== İÇ SAYFA HERO ====================== */
.page-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-hero::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(105deg, rgba(8,18,34,.92) 0%, rgba(8,18,34,.55) 55%, rgba(8,18,34,.35) 100%);
    z-index: 1;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-weight: 800; }
.page-hero .lead { color: rgba(255,255,255,.85); }
.text-shadow { text-shadow: 0 4px 24px rgba(0,0,0,.55); }

/* ====================== İSTATİSTİK ŞERİDİ ====================== */
.stat-strip {
    margin-top: -70px;
    position: relative;
    z-index: 5;
}
.stat-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    overflow: hidden;
}
.stat-item { padding: 2rem 1rem; text-align: center; }
.stat-item + .stat-item { border-left: 1px solid var(--line); }
.stat-num {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--navy);
    line-height: 1;
}
.stat-num .suffix { color: var(--orange); }
.stat-label { color: var(--muted); font-weight: 500; margin-top: .35rem; }
@media (max-width: 575px) {
    .stat-item + .stat-item { border-left: none; border-top: 1px solid var(--line); }
}

/* ====================== KARTLAR ====================== */
.card { border-radius: var(--radius); }

.card-service {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.card-service:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.card-media { position: relative; overflow: hidden; }
.card-media img {
    width: 100%;
    transition: transform .6s var(--ease);
    display: block;
}
.card-media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,36,68,.55), transparent 55%);
    opacity: .85;
    transition: opacity .45s ease;
}
.card-service:hover .card-media img { transform: scale(1.07); }

/* İkon rozeti */
.icon-badge {
    width: 64px; height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: var(--orange-soft);
    color: var(--orange);
    transition: transform .4s var(--ease), background .3s ease, color .3s ease;
}
.card:hover .icon-badge,
.feature:hover .icon-badge {
    background: var(--orange);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}

/* Hizmet detay kartları (hizmetler.php) */
.card-feature {
    border: 1px solid var(--line);
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.card-feature:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }

/* Filo kartları */
.fleet-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.fleet-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); }

/* Liste işaretleri */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: .85rem;
    color: var(--ink);
}
.check-list li i {
    color: var(--orange);
    margin-top: .25rem;
    flex-shrink: 0;
}

/* ====================== NEDEN BİZ (feature) ====================== */
.feature {
    padding: 2.2rem;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    height: 100%;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature h5 { margin: 1.1rem 0 .6rem; font-weight: 700; }
.feature p { color: var(--muted); margin: 0; }

/* ====================== TANITIM / CTA ŞERİDİ ====================== */
.cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-700) 100%);
    color: #fff;
}
.cta-band::before {
    content: "";
    position: absolute;
    right: -10%; top: -40%;
    width: 540px; height: 540px;
    background: radial-gradient(circle, rgba(241,90,36,.35), transparent 65%);
    filter: blur(10px);
}
.cta-band h2, .cta-band h3 { color: #fff; }

/* ====================== YORUMLAR ====================== */
.testimonial {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2.2rem;
    height: 100%;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testimonial .stars { color: #ffb400; margin-bottom: 1rem; }
.testimonial p { color: var(--ink); font-size: 1.02rem; }
.testimonial .who { font-family: var(--font-head); font-weight: 700; color: var(--navy); }

/* ====================== FORM ====================== */
.form-control, .form-select {
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    padding: .85rem 1rem;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.form-control:focus, .form-select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(241,90,36,.12);
}
.form-label { font-family: var(--font-head); font-weight: 600; color: var(--navy); }

.info-tile {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.info-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.info-tile .ico {
    width: 46px; height: 46px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--orange-soft);
    color: var(--orange);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}

/* ====================== FLOATING WHATSAPP ====================== */
.floating-whatsapp {
    position: fixed;
    bottom: 25px; right: 25px;
    background: #25D366;
    color: #fff;
    width: 62px; height: 62px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
    z-index: 9999;
    transition: transform .3s var(--ease);
}
.floating-whatsapp::before {
    content: "";
    position: absolute; inset: 0;
    border-radius: 50%;
    background: #25D366;
    animation: pulse 2.2s infinite;
    z-index: -1;
}
@keyframes pulse {
    0% { transform: scale(1); opacity: .6; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { opacity: 0; }
}
.floating-whatsapp:hover { transform: scale(1.1); color: #fff; }

/* ====================== FOOTER ====================== */
.site-footer {
    background: var(--navy);
    color: rgba(255,255,255,.72);
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    left: -8%; bottom: -50%;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(241,90,36,.18), transparent 65%);
}
.site-footer h5 { color: #fff; font-weight: 700; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .25s ease, padding-left .25s ease; }
.site-footer a:hover { color: var(--orange); }
.footer-links a { display: inline-flex; align-items: center; }
.footer-links li { margin-bottom: .65rem; }
.footer-links a:hover { padding-left: 6px; }
.footer-social a {
    width: 42px; height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
    transition: background .3s ease, transform .3s ease;
}
.footer-social a:hover { background: var(--orange); transform: translateY(-3px); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }

/* ====================== OFFCANVAS (Mobil) ====================== */
.offcanvas { background: #fff; box-shadow: -15px 0 35px rgba(15,36,68,.15); width: 320px !important; }
.offcanvas-header { border-bottom: 1px solid var(--line); }
.offcanvas .nav-link {
    font-family: var(--font-head);
    color: var(--navy);
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 4px;
    transition: all .3s ease;
}
.offcanvas .nav-link:hover, .offcanvas .nav-link.active {
    background: var(--orange-soft);
    color: var(--orange);
    padding-left: 26px;
}

/* ====================== SCROLL REVEAL ====================== */
.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s var(--ease), transform .8s var(--ease);
    will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .scroll-cue, .floating-whatsapp::before { animation: none; }
    * { scroll-behavior: auto; }
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 991px) {
    .stat-strip { margin-top: -40px; }
    .section { padding: 4rem 0; }
}
@media (max-width: 768px) {
    .offcanvas { width: 290px !important; }
    .hero { min-height: 640px; }
}
