:root {
    --navy-950: #020b19;
    --navy-900: #06152d;
    --navy-800: #0b2346;
    --navy-700: #123765;
    --navy-600: #1a4c82;
    --gold-500: #f4c735;
    --gold-400: #ffd95b;
    --red-500: #c9222a;
    --ink: #142033;
    --muted: #5d6878;
    --surface: #f4f6f8;
    --white: #ffffff;
    --border: #dfe5ec;
    --shadow: 0 18px 45px rgba(3, 18, 40, .14);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px;
    background: #fff; color: #000; border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-950); color: #d9e4f1; font-size: .86rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: var(--gold-400); }
.topbar-actions { display: flex; gap: 22px; }
.topbar a:hover { color: var(--gold-400); }

.site-header {
    position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(8,29,58,.08); backdrop-filter: blur(12px);
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(3,20,43,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 215px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a, .nav-dropdown > button {
    border: 0; background: transparent; padding: 11px 10px; color: #20304a; font-weight: 700;
    font-size: .91rem; border-radius: 9px; white-space: nowrap;
}
.nav-dropdown > button { display: inline-flex; align-items: center; gap: 7px; }
.nav-dropdown .nav-label { line-height: 1; }
.nav-dropdown .nav-chevron {
    width: 14px; height: 14px; display: inline-flex; align-items: center; justify-content: center;
    flex: 0 0 14px; color: currentColor; transform: rotate(0deg); transform-origin: 50% 50%;
    transition: transform .22s ease;
}
.nav-dropdown .nav-chevron svg { display: block; width: 100%; height: 100%; }
.nav-dropdown:hover .nav-chevron,
.nav-dropdown:focus-within .nav-chevron,
.nav-dropdown.open .nav-chevron { transform: rotate(180deg); }
.main-nav > a:hover, .main-nav > a.active, .nav-dropdown > button:hover { background: #eef3f8; color: var(--navy-800); }
.main-nav .nav-cta { margin-left: 8px; background: var(--gold-500); color: var(--navy-950); padding-inline: 15px; }
.main-nav .nav-cta:hover { background: var(--gold-400); }
.nav-dropdown { position: relative; }
.dropdown-menu {
    display: none; position: absolute; top: calc(100% - 1px); left: 0; z-index: 1100;
    width: 270px; padding: 10px; border: 1px solid var(--border); border-radius: 14px;
    background: #fff; box-shadow: var(--shadow);
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu { display: grid; }
@media (min-width: 921px) {
    .nav-dropdown:focus-within .dropdown-menu { display: grid; }
}
.dropdown-menu a { padding: 10px 12px; border-radius: 8px; font-size: .92rem; font-weight: 650; }
.dropdown-menu a:hover { background: var(--surface); color: var(--navy-700); }
.nav-toggle { display: none; border: 0; background: transparent; width: 45px; height: 45px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy-900); margin: 6px 0; transition: .25s; }

.hero {
    position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff;
    background: var(--navy-950);
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(90deg, rgba(1,9,22,.94) 0%, rgba(2,14,31,.82) 43%, rgba(2,14,31,.24) 74%, rgba(2,14,31,.08) 100%),
                      image-set(url('/assets/images/hero-ankara-mobil-vinc.webp') type('image/webp'), url('/assets/images/hero-ankara-mobil-vinc.jpg') type('image/jpeg'));
    background-size: cover; background-position: center;
}
.hero::after {
    content: ""; position: absolute; inset: auto 0 0; height: 160px;
    background: linear-gradient(transparent, rgba(2,11,25,.72)); pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 110px 0 125px; }
.eyebrow { display: inline-block; color: var(--gold-400); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.hero h1 { margin: 16px 0 20px; font-size: clamp(2.7rem, 5.3vw, 5.3rem); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: var(--gold-400); }
.hero-lead { max-width: 680px; font-size: clamp(1.08rem, 1.8vw, 1.32rem); color: #e4ebf5; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px;
    border-radius: 10px; border: 1px solid transparent; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 10px 24px rgba(244,199,53,.25); }
.btn-gold:hover { background: var(--gold-400); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.05); }
.btn-outline-light:hover { background: #fff; color: var(--navy-900); }
.btn-outline { border-color: var(--navy-800); color: var(--navy-800); }
.btn-block { width: 100%; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: #d8e4f1; }
.hero-badge { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.hero-badge strong { color: var(--gold-400); font-size: 1.25rem; }

.stats-bar { position: relative; z-index: 5; margin-top: -52px; }
.stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(11,35,70,.08);
}
.stat { padding: 25px 28px; border-right: 1px solid var(--border); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.8rem; color: var(--navy-800); line-height: 1.1; }
.stat span { display: block; margin-top: 7px; color: var(--muted); font-weight: 650; }

.section { padding: 96px 0; }
.section-sm { padding: 68px 0; }
.section-alt { background: var(--surface); }
.section-dark { background: var(--navy-950); color: #fff; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 9px 0 13px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.035em; color: var(--navy-900); }
.section-dark .section-head h2 { color: #fff; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-head p { color: #c5d1df; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
    position: relative; overflow: hidden; min-height: 380px; border-radius: var(--radius); box-shadow: var(--shadow);
    background: var(--navy-900); color: #fff;
}
.service-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(2,11,25,.9) 88%); }
.service-card-content { position: absolute; z-index: 2; inset: auto 24px 24px; }
.service-card h3 { margin: 0 0 6px; font-size: 1.35rem; }
.service-card p { margin: 0 0 16px; color: #d7e2ef; }
.service-card a { color: var(--gold-400); font-weight: 800; }
.service-card:hover img { transform: scale(1.045); }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.media-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.media-frame img { width: 100%; min-height: 460px; object-fit: cover; }
.media-frame .media-label { position: absolute; left: 20px; bottom: 20px; background: rgba(2,11,25,.88); color: #fff; padding: 12px 16px; border-radius: 10px; font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 25px 0 30px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; color: #35445a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-500); font-weight: 900; font-size: 1.1rem; }

.capacity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capacity-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 28px rgba(4,22,48,.08); }
.capacity-card .capacity-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--navy-900); color: var(--gold-400); border-radius: 13px; font-weight: 900; }
.capacity-card h3 { margin: 18px 0 9px; color: var(--navy-900); }
.capacity-card p { color: var(--muted); margin: 0; }
.capacity-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.capacity-tags span { background: #edf2f7; color: var(--navy-800); padding: 6px 9px; border-radius: 999px; font-weight: 800; font-size: .82rem; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: 0 10px 28px rgba(4,22,48,.08); }
.project-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .45s; }
.project-card-content { padding: 20px; }
.project-card h3 { margin: 0 0 7px; color: var(--navy-900); }
.project-card p { margin: 0; color: var(--muted); }
.project-card:hover img { transform: scale(1.035); }

.area-panel { background: linear-gradient(135deg, var(--navy-950), var(--navy-700)); color: #fff; border-radius: var(--radius-lg); padding: 50px; box-shadow: var(--shadow); }
.area-panel h2 { margin-top: 0; font-size: clamp(2rem, 4vw, 3rem); }
.district-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 28px; }
.district-grid span { padding: 9px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; text-align: center; font-size: .9rem; }

.quote-section { background: linear-gradient(135deg, #f7f9fb, #eef2f7); }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.quote-info { position: sticky; top: 125px; }
.quote-info h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.05; margin: 8px 0 15px; color: var(--navy-900); }
.quote-info p { color: var(--muted); }
.quote-direct { display: grid; gap: 10px; margin-top: 28px; }
.quote-direct a { font-weight: 800; color: var(--navy-700); }
.quote-form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.quote-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; color: #26354a; font-weight: 750; font-size: .92rem; }
.quote-form input, .quote-form select, .quote-form textarea {
    width: 100%; border: 1px solid #cdd6e1; border-radius: 9px; padding: 12px 13px; background: #fff; color: #142033; outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(26,76,130,.12); }
.consent-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; color: var(--muted) !important; }
.consent-check input { width: 18px; margin-top: 3px; }
.consent-check a { text-decoration: underline; color: var(--navy-700); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { padding: 13px 15px; border-radius: 9px; margin-bottom: 18px; font-weight: 700; }
.form-alert.success { background: #e5f7ec; color: #176238; }
.form-alert.error { background: #fee9e9; color: #8d2222; }
.form-note { margin: 0; text-align: center; color: var(--muted); font-size: .88rem; }
.form-note a { font-weight: 800; color: var(--navy-700); }

.faq-list { max-width: 900px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 13px; background: #fff; overflow: hidden; }
.faq-item button { width: 100%; border: 0; background: #fff; text-align: left; padding: 19px 22px; color: var(--navy-900); font-weight: 800; display: flex; justify-content: space-between; gap: 15px; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open button span { transform: rotate(45deg); }

.page-hero { position: relative; overflow: hidden; background: var(--navy-950); color: #fff; padding: 115px 0 88px; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(2,11,25,.96), rgba(2,11,25,.72) 58%, rgba(2,11,25,.28)), var(--page-bg, none); background-size: cover; background-position: center; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -.04em; margin: 13px 0 18px; }
.page-hero p { max-width: 720px; margin: 0; color: #dbe5f1; font-size: 1.12rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #bbc8d8; font-size: .88rem; }
.breadcrumbs a:hover { color: var(--gold-400); }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 50px; align-items: start; }
.prose h2 { color: var(--navy-900); font-size: 2rem; line-height: 1.15; margin: 45px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: var(--navy-800); font-size: 1.3rem; margin: 28px 0 9px; }
.prose p, .prose li { color: #435167; }
.prose ul { padding-left: 22px; }
.sidebar-card { position: sticky; top: 125px; border-radius: var(--radius); padding: 25px; background: var(--navy-900); color: #fff; box-shadow: var(--shadow); }
.sidebar-card h3 { margin-top: 0; }
.sidebar-card p { color: #cad6e4; }
.sidebar-card .btn { width: 100%; margin-top: 10px; }
.info-table { width: 100%; border-collapse: collapse; margin: 24px 0; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.info-table th, .info-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.info-table th { background: #eef3f8; color: var(--navy-900); width: 38%; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.process-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 25px; counter-increment: step; }
.process-card::before { content: "0" counter(step); display: block; color: var(--gold-500); font-size: 1.5rem; font-weight: 900; }
.process-card h3 { margin: 8px 0; color: var(--navy-900); }
.process-card p { margin: 0; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-item { position: relative; border-radius: 14px; overflow: hidden; cursor: zoom-in; background: #e8edf3; }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.gallery-item span { position: absolute; inset: auto 12px 12px; background: rgba(2,11,25,.78); color: #fff; border-radius: 8px; padding: 7px 10px; font-size: .82rem; font-weight: 700; }
.gallery-item:hover img { transform: scale(1.04); }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 30px; background: rgba(1,6,14,.93); }
.lightbox.open { display: grid; }
.lightbox img { max-height: 88vh; max-width: 92vw; border-radius: 10px; }
.lightbox button { position: absolute; top: 20px; right: 24px; width: 45px; height: 45px; border: 0; border-radius: 50%; background: #fff; font-size: 1.5rem; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 25px; background: #fff; }
.contact-card strong { display: block; color: var(--navy-900); font-size: 1.12rem; margin-bottom: 7px; }
.contact-card a { color: var(--navy-700); font-weight: 750; }
.map-frame { min-height: 420px; border-radius: var(--radius-lg); overflow: hidden; background: #e9edf2; display: grid; place-items: center; text-align: center; padding: 30px; border: 1px solid var(--border); }
.map-frame p { max-width: 500px; color: var(--muted); }

.contact-band { background: var(--gold-500); color: var(--navy-950); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 42px; }
.contact-band .eyebrow { color: var(--navy-800); }
.contact-band h2 { margin: 4px 0 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.12; }
.contact-band-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-band .btn-gold { background: var(--navy-900); color: #fff; box-shadow: none; }
.contact-band .btn-outline-light { border-color: var(--navy-900); color: var(--navy-900); }
.contact-band .btn-outline-light:hover { background: var(--navy-900); color: #fff; }

.site-footer { background: var(--navy-950); color: #b8c5d5; padding: 65px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; }
.footer-brand img { width: 220px; height: auto; object-fit: contain; margin-bottom: 18px; }
.footer-brand p { max-width: 360px; }
.site-footer h3 { color: #fff; margin: 0 0 14px; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a:hover { color: var(--gold-400); }
.footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-contact a { color: #dce5ef; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .84rem; }
.floating-actions { position: fixed; z-index: 1500; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.floating-actions a { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 50%; box-shadow: 0 10px 28px rgba(0,0,0,.24); font-weight: 900; }
.float-phone { background: var(--navy-700); }
.float-whatsapp { background: #1f9d55; font-size: .78rem; }

.notice { background: #fff8dd; border: 1px solid #f1d579; border-radius: 10px; padding: 15px 17px; color: #6c5716; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: var(--radius); padding: 28px; background: var(--navy-900); color: #fff; margin: 35px 0; }
.inline-cta h3 { color: #fff; margin: 0 0 5px; }
.inline-cta p { color: #cbd6e3; margin: 0; }

@media (max-width: 1100px) {
    .main-nav > a, .nav-dropdown > button { padding-inline: 7px; font-size: .85rem; }
    .brand { width: 195px; }
    .capacity-grid { grid-template-columns: repeat(2, 1fr); }
    .district-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 920px) {
    .topbar-actions a:first-child { display: none; }
    .nav-toggle { display: block; }
    .main-nav {
        display: none; position: absolute; top: 100%; left: 20px; right: 20px; max-height: calc(100vh - 120px); overflow: auto;
        background: #fff; border: 1px solid var(--border); border-radius: 15px; box-shadow: var(--shadow); padding: 12px;
        align-items: stretch; flex-direction: column;
    }
    .main-nav.open { display: flex; }
    .main-nav > a, .nav-dropdown > button { width: 100%; text-align: left; padding: 12px; }
    .main-nav .nav-cta { margin-left: 0; text-align: center; }
    .dropdown-menu { position: static; width: 100%; box-shadow: none; margin-top: 6px; background: var(--surface); }
    .nav-dropdown:hover .dropdown-menu { display: none; }
    .nav-dropdown.open .dropdown-menu { display: grid; }
    .hero { min-height: 640px; }
    .hero::before { background-image: linear-gradient(90deg, rgba(1,9,22,.94), rgba(2,14,31,.63)), image-set(url('/assets/images/hero-ankara-mobil-vinc-1280.webp') type('image/webp'), url('/assets/images/hero-ankara-mobil-vinc.jpg') type('image/jpeg')); background-position: 58% center; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
    .service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
    .split, .split.reverse, .quote-layout, .content-grid { grid-template-columns: 1fr; }
    .split.reverse .media-frame { order: -1; }
    .quote-info, .sidebar-card { position: static; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topbar-inner { justify-content: center; min-height: 34px; }
    .topbar-actions { display: none; }
    .nav-wrap { min-height: 70px; }
    .brand { width: 165px; }
    .hero { min-height: 610px; }
    .hero::before { background-image: linear-gradient(180deg, rgba(1,9,22,.72), rgba(1,9,22,.94) 62%), url('/assets/images/hero-ankara-mobil-vinc-768.webp'); background-position: 58% center; }
    .hero-content { padding: 92px 0 110px; }
    .hero-actions .btn { width: 100%; }
    .hero-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .stats-bar { margin-top: -38px; }
    .stat { padding: 18px; }
    .stat strong { font-size: 1.45rem; }
    .section { padding: 70px 0; }
    .section-sm { padding: 52px 0; }
    .service-grid, .project-grid, .capacity-grid, .gallery-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .district-grid { grid-template-columns: repeat(2, 1fr); }
    .area-panel { padding: 30px 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .quote-form-wrap { padding: 22px 18px; }
    .process-grid { grid-template-columns: 1fr; }
    .contact-band-inner { align-items: flex-start; flex-direction: column; }
    .contact-band-actions { width: 100%; }
    .contact-band-actions .btn { flex: 1; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; }
    .inline-cta { flex-direction: column; align-items: flex-start; }
    .page-hero { padding: 90px 0 70px; }
    .info-table th, .info-table td { display: block; width: 100%; }
    .info-table th { border-bottom: 0; padding-bottom: 5px; }
    .info-table td { padding-top: 4px; }
    .floating-actions { right: 12px; bottom: 12px; }
    .floating-actions a { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* V1.0.3 — Kiralık Kule Vinç landing page */
.project-card-content .text-link {
    display: inline-flex;
    margin-top: 13px;
    color: var(--navy-700);
    font-weight: 850;
}
.project-card-content .text-link:hover { color: var(--gold-600); }
.project-service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 42px;
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #fff, #f1f5f9);
    box-shadow: 0 10px 28px rgba(4,22,48,.08);
}
.project-service-cta h2 { margin: 7px 0 8px; color: var(--navy-900); font-size: clamp(1.55rem, 3vw, 2.35rem); }
.project-service-cta p { margin: 0; color: var(--muted); max-width: 720px; }
.tower-page-hero::before {
    background: linear-gradient(100deg, rgba(2,11,25,.97), rgba(2,11,25,.72) 56%, rgba(2,11,25,.22)), var(--page-bg, none);
    background-size: cover;
    background-position: center 58%;
}
.tower-side-list { list-style: none; padding: 0; margin: 20px 0 6px; display: grid; gap: 9px; }
.tower-side-list li { position: relative; padding-left: 24px; color: #d8e2ed; font-weight: 700; }
.tower-side-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-400); font-weight: 900; }
.tower-gallery { grid-template-columns: repeat(4, 1fr); }
.tower-feature-image img { object-position: center 40%; }
.tower-price-grid .capacity-card { background: rgba(255,255,255,.98); }
.tower-price-note { max-width: 920px; margin: 28px auto 0; color: #c5d1df; text-align: center; }

@media (max-width: 1100px) {
    .tower-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .project-service-cta { align-items: stretch; flex-direction: column; padding: 26px; }
    .project-service-cta .btn { width: 100%; }
    .tower-gallery { grid-template-columns: 1fr; }
    .tower-page-hero::before { background-position: 62% center; }
}


/* V1.0.6 — SEO Güçlendirme: Proje Detay Merkezi + kapasite sayfaları + görsel SEO */
.project-card-link, .capacity-card-link { color: inherit; text-decoration: none; }
.project-card-link { display: block; }
.project-card-link:focus-visible, .capacity-card-link:focus-visible, .related-link-grid a:focus-visible, .fleet-capacity-links a:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }
.project-card-link:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(4,22,48,.16); }
.project-card { transition: transform .25s ease, box-shadow .25s ease; }
.project-kicker { display: block; margin-bottom: 7px; color: var(--gold-600); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.project-center-grid .project-card-content p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.project-detail-hero::before, .fleet-detail-hero::before { background: linear-gradient(100deg, rgba(2,11,25,.97), rgba(2,11,25,.75) 58%, rgba(2,11,25,.24)), var(--page-bg, none); background-size: cover; background-position: center; }
.project-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
.case-study-media { margin: 28px 0 36px; border-radius: var(--radius-lg); overflow: hidden; background: #eef2f6; box-shadow: var(--shadow); }
.case-study-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.case-study-media figcaption { padding: 12px 16px; color: var(--muted); font-size: .86rem; background: #fff; border-top: 1px solid var(--border); }
.case-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 34px 0; }
.case-columns section { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.case-columns h2 { margin-top: 0; font-size: 1.35rem; }
.number-list { counter-reset: case-step; list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.number-list li { counter-increment: case-step; position: relative; padding-left: 42px; color: var(--muted); }
.number-list li::before { content: counter(case-step); position: absolute; left: 0; top: -2px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: #fff; font-weight: 900; font-size: .8rem; }
.related-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-link-grid a { padding: 19px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.related-link-grid a span, .related-link-grid a strong { display: block; }
.related-link-grid a span { color: var(--navy-900); font-weight: 850; margin-bottom: 5px; }
.related-link-grid a strong { color: var(--gold-700); font-size: .83rem; }
.case-sidebar { position: sticky; top: 118px; }
.case-back-link { display: inline-block; margin-top: 14px; color: #dce5ef; font-weight: 750; }
.capacity-card-link { display: flex; flex-direction: column; }
.capacity-card-link:hover { transform: translateY(-4px); border-color: rgba(194,146,24,.45); box-shadow: 0 16px 38px rgba(4,22,48,.12); }
.capacity-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capacity-more { display: block; margin-top: auto; padding-top: 17px; color: var(--gold-700); font-size: .84rem; }
.fleet-seo-grid .capacity-card { min-height: 330px; }
.fleet-feature-image img { object-position: center; }
.lifting-inputs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0; }
.lifting-inputs div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border-radius: 12px; background: var(--navy-900); color: #fff; }
.lifting-inputs strong { color: var(--gold-400); font-size: 1.55rem; line-height: 1; margin-bottom: 10px; }
.lifting-inputs span { font-weight: 750; line-height: 1.35; }
.fleet-capacity-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.fleet-capacity-links a { padding: 17px 19px; border-radius: 12px; border: 1px solid var(--border); background: #fff; display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.fleet-capacity-links strong { color: var(--navy-900); }
.fleet-capacity-links span { color: var(--gold-700); font-size: .82rem; font-weight: 850; }
.service-detail-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 25px 0 34px; }
.service-detail-links a { padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: inherit; }
.service-detail-links strong, .service-detail-links span, .service-detail-links em { display: block; }
.service-detail-links strong { color: var(--navy-900); margin-bottom: 5px; }
.service-detail-links span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.service-detail-links em { margin-top: 9px; color: var(--gold-700); font-style: normal; font-size: .82rem; font-weight: 850; }
@media (max-width: 920px) { .project-detail-grid { grid-template-columns: 1fr; } .case-sidebar { position: static; } .case-columns { grid-template-columns: 1fr; } .lifting-inputs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .related-link-grid, .fleet-capacity-links, .service-detail-links, .lifting-inputs { grid-template-columns: 1fr; } .project-detail-hero::before, .fleet-detail-hero::before { background-position: 58% center; } }
