/* =============================================
   İstanbul Araç Proje - Site Teması
   Kurumsal yeşil/beyaz, degradesiz, hızlı.
   ============================================= */

/* ---- Fontlar (yerel) ---- */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/manrope-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/opensans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/opensans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0;
}

/* ---- Değişkenler ---- */
:root {
    --green-950: #0c3b21;
    --green-900: #14532d;
    --green-800: #166534;
    --green-700: #15803d;
    --green-100: #dcefe2;
    --green-50:  #f1f8f3;
    --ink:       #1b2431;
    --ink-soft:  #46545f;
    --line:      #e3eae4;
    --white:     #ffffff;
    --radius:    14px;
    --shadow:    0 8px 28px rgba(16, 55, 34, .09);
    --shadow-sm: 0 2px 10px rgba(16, 55, 34, .07);
    --font-head: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --font-body: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ---- Sıfırlama ve temel ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--white);
}
img, svg { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-900); text-decoration: underline; }
h1, h2, h3, h4 {
    font-family: var(--font-head);
    color: var(--green-950);
    line-height: 1.25;
    margin: 0 0 .6em;
    font-weight: 800;
    letter-spacing: -.01em;
}
h1 { font-size: clamp(1.85rem, 4.2vw, 2.7rem); }
h2 { font-size: clamp(1.45rem, 3vw, 1.9rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1.2em; }
li { margin-bottom: .45em; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.container.narrow, .narrow { max-width: 840px; }
.center { text-align: center; }

.skip-link {
    position: absolute; left: -9999px; top: 0;
    background: var(--green-900); color: #fff; padding: 10px 18px; z-index: 200;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- Butonlar ---- */
.btn {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    font-family: var(--font-head);
    font-size: 16px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--green-800); color: #fff; }
.btn-primary:hover { background: var(--green-950); color: #fff; }
.btn-ghost { background: transparent; color: var(--green-800); border-color: var(--green-800); }
.btn-ghost:hover { background: var(--green-50); color: var(--green-950); }
.btn-white { background: #fff; color: var(--green-900); }
.btn-white:hover { background: var(--green-100); color: var(--green-950); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-whatsapp { background: #1faa53; color: #fff; }
.btn-whatsapp:hover { background: #178a43; color: #fff; }
.btn-block { display: block; width: 100%; margin-bottom: 10px; }

/* ---- Üst bar ---- */
.topbar {
    background: var(--green-950);
    color: #d6e9dd;
    font-size: 14px;
}
.topbar a { color: #fff; }
.topbar-inner {
    display: flex; justify-content: space-between; align-items: center;
    gap: 12px; min-height: 38px; flex-wrap: wrap;
}
.topbar-links { display: flex; gap: 18px; }
.topbar-phone { font-weight: 700; }

/* ---- Site başlığı (cam efekti) ---- */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, .82);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.header-inner {
    display: flex; align-items: center; gap: 22px;
    min-height: 72px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand:hover { text-decoration: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: var(--font-head); font-size: 18px; color: var(--green-950); }
.brand-text small { font-size: 11.5px; color: var(--ink-soft); }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav a, .nav-drop-toggle {
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
    padding: 8px 11px;
    border-radius: 8px;
}
.nav-drop-toggle {
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}
.main-nav a:hover, .nav-drop-toggle:hover, .nav-drop-toggle[aria-expanded="true"] {
    background: var(--green-50);
    color: var(--green-900);
    text-decoration: none;
}
.nav-dropdown { position: relative; }
.nav-drop-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255, 255, 255, .97);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}
.nav-drop-menu a { display: block; white-space: nowrap; }
.nav-dropdown:hover > .nav-drop-menu,
.nav-dropdown:focus-within > .nav-drop-menu,
.nav-dropdown.open > .nav-drop-menu { display: block; }
.header-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--green-800); color: #fff;
    padding: 10px 18px; border-radius: 10px;
    font-weight: 700; font-family: var(--font-head); font-size: 15px;
    white-space: nowrap;
}
.header-cta:hover { background: var(--green-950); color: #fff; text-decoration: none; }
.nav-toggle { display: none; }

/* ---- Hero ---- */
.hero { background: var(--green-50); border-bottom: 1px solid var(--line); }
.hero-inner {
    display: grid; grid-template-columns: 1.25fr .85fr; gap: 48px;
    padding: 64px 20px 68px; align-items: center;
}
.hero-badge {
    display: inline-block;
    background: var(--green-100); color: var(--green-900);
    font-size: 13.5px; font-weight: 700; font-family: var(--font-head);
    padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 .accent { color: var(--green-700); }
.hero-lead { font-size: 19.5px; color: var(--ink-soft); max-width: 54ch; }
.hero-actions { display: flex; gap: 12px; margin: 26px 0 20px; flex-wrap: wrap; }
.hero-points { list-style: none; padding: 0; display: flex; gap: 20px; flex-wrap: wrap; margin: 0; }
.hero-points li {
    font-size: 15px; font-weight: 600; color: var(--green-900);
    padding-left: 24px; position: relative; margin: 0;
}
.hero-points li::before {
    content: ''; position: absolute; left: 0; top: 5px;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--green-800);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Cam kart */
.glass {
    background: rgba(255, 255, 255, .68);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}
.hero-card { padding: 30px 28px; }
.hero-card-title { font-family: var(--font-head); font-size: 20px; color: var(--green-950); display: block; margin-bottom: 8px; }
.hero-card p { font-size: 15.5px; color: var(--ink-soft); }
.hero-card-steps {
    list-style: none;
    margin: 18px 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-card-steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(20, 83, 45, .1);
}
.hero-card-steps .step-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--green-800);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
}
.hero-card-steps .step-text {
    flex: 1;
    font-size: 14.5px;
    line-height: 1.45;
    color: var(--green-950);
    font-weight: 600;
    padding-top: 4px;
}
.hero-card .btn { width: 100%; }
.hero-card-note { display: block; text-align: center; margin-top: 12px; color: var(--ink-soft); font-size: 13px; }

/* ---- Güven barı ---- */
.trustbar {
    position: relative;
    border-bottom: 1px solid var(--green-100);
    background:
        radial-gradient(ellipse 90% 140% at 0% 0%, rgba(220, 239, 226, .95) 0%, transparent 55%),
        radial-gradient(ellipse 80% 120% at 100% 100%, rgba(198, 226, 208, .55) 0%, transparent 50%),
        linear-gradient(160deg, #e7f3eb 0%, #f1f8f3 42%, #e4f0e8 100%);
    overflow: hidden;
}
.trustbar::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .35;
    background-image:
        linear-gradient(90deg, rgba(20, 83, 45, .04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(20, 83, 45, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.trustbar-scroller {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 26px;
}
.trustbar-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: start;
}
.trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 22px;
    position: relative;
    min-width: 0;
}
.trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: rgba(20, 83, 45, .12);
}
.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(20, 83, 45, .1);
    color: var(--green-800);
    margin-bottom: 4px;
}
.trust-item strong {
    display: block;
    font-family: var(--font-head);
    color: var(--green-950);
    font-size: 16.5px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.25;
}
.trust-item > span:not(.trust-icon) {
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--ink-soft);
    max-width: 28ch;
}

/* ---- Bölümler ---- */
.section { padding: 64px 0; }
.section-alt { background: var(--green-50); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head p { color: var(--ink-soft); }

/* ---- Kartlar ---- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 28px 26px; box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
}
.card h3 a, .card .card-h a { color: var(--green-950); }
.card .card-h { font-size: 1.2rem; }
.card p { font-size: 15.5px; color: var(--ink-soft); flex: 1; }
.card-date { font-size: 13px; color: var(--ink-soft); font-weight: 600; margin-bottom: 8px; display: block; }
.card-link { font-weight: 700; font-family: var(--font-head); font-size: 15px; }
.blog-all-link { margin: 34px 0 0; }
.blog-listing { padding-bottom: 64px; }

/* ---- Adımlar ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 22px; box-shadow: var(--shadow-sm);
}
.step-no {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 12px;
    background: var(--green-800); color: #fff;
    font-family: var(--font-head); font-weight: 800; font-size: 20px;
    margin-bottom: 14px;
    box-shadow: 0 6px 14px rgba(20, 83, 45, .18);
}
.step strong { display: block; font-family: var(--font-head); color: var(--green-950); margin-bottom: 6px; }
.step p { font-size: 15px; color: var(--ink-soft); margin: 0; }

/* ---- Model galerisi (ana sayfa) ---- */
.model-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.model-card {
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.model-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background:
        radial-gradient(ellipse at 50% 78%, rgba(15, 81, 50, 0.08), transparent 62%),
        var(--green-50);
    padding: 10px 12px 0;
}
.model-card figcaption {
    padding: 14px 16px 16px;
    font-size: 14.5px;
    color: var(--ink-soft);
    line-height: 1.4;
}
.model-card figcaption strong {
    display: block;
    font-family: var(--font-head);
    color: var(--green-950);
    font-size: 16px;
    margin-bottom: 2px;
}
.model-gallery-note {
    margin-top: 28px;
    color: var(--ink-soft);
    font-size: 15.5px;
}
.region-hero-photo { margin: 8px 0 36px; }

/* ---- İlçe etiketleri ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
    background: #fff; border: 1px solid var(--line);
    padding: 8px 16px; border-radius: 999px;
    font-size: 14.5px; font-weight: 600; color: var(--green-900);
    box-shadow: var(--shadow-sm);
}
.chip:hover { border-color: var(--green-700); background: var(--green-50); text-decoration: none; }
.chip-more { background: var(--green-800); color: #fff; border-color: var(--green-800); }
.chip-more:hover { background: var(--green-950); color: #fff; }

/* ---- SSS ---- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    padding: 0 20px; box-shadow: var(--shadow-sm);
}
.faq-item summary {
    cursor: pointer; font-weight: 700; font-family: var(--font-head);
    font-size: 16.5px; color: var(--green-950);
    padding: 16px 26px 16px 0; position: relative; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%);
    font-size: 22px; color: var(--green-700); font-weight: 400;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font-size: 15.5px; color: var(--ink-soft); padding-bottom: 16px; margin: 0; }

/* ---- Sayfa başlığı ---- */
.page-hero { background: var(--green-50); border-bottom: 1px solid var(--line); padding: 34px 0 30px; margin-bottom: 40px; }
.page-hero h1 { margin-bottom: .3em; }
.page-lead { color: var(--ink-soft); font-size: 19px; max-width: 70ch; margin-bottom: 0; }
.breadcrumb { font-size: 13.5px; margin-bottom: 14px; color: var(--ink-soft); }
.breadcrumb .sep { margin: 0 7px; color: #b6c4ba; }
.breadcrumb span[aria-current] { color: var(--ink-soft); }
.post-meta { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---- İçerik düzeni ---- */
.page-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) 320px;
    gap: 44px; padding-bottom: 64px; align-items: start;
}
.page-layout.no-aside { grid-template-columns: minmax(0, 840px); justify-content: center; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.3em; }
.prose ol li, .prose ul li { margin-bottom: .55em; }
.prose a { font-weight: 600; }
.prose ul:not(.price-list) li::marker { color: var(--green-700); font-size: 1.15em; }

/* Yazı içi numaralı maddeler — belirgin sıralama */
.prose ol:not(.process-list):not(.hero-card-steps) {
    list-style: none;
    counter-reset: prose-step;
    padding: 0;
    margin: 1.1em 0 1.4em;
}
.prose ol:not(.process-list):not(.hero-card-steps) > li {
    counter-increment: prose-step;
    position: relative;
    padding: 14px 16px 14px 56px;
    margin-bottom: 10px !important;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--green-50);
    line-height: 1.55;
}
.prose ol:not(.process-list):not(.hero-card-steps) > li::before {
    content: counter(prose-step);
    position: absolute;
    left: 14px;
    top: 13px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--green-800);
    color: #fff;
    font: 800 14px/1 var(--font-head);
}

.prose figure, .content-photo {
    margin: 1.6em 0;
    padding: 0;
}
.prose figure img, .content-photo img {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid var(--line);
    background:
        radial-gradient(ellipse at 50% 78%, rgba(15, 81, 50, 0.08), transparent 62%),
        var(--green-50);
    padding: 12px 16px 4px;
    box-sizing: border-box;
}
.prose figcaption, .content-photo figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--ink-soft);
    text-align: center;
    max-width: 56ch;
    margin-left: auto;
    margin-right: auto;
}
.content-photo--compact img { max-width: 420px; }
.content-photo--square img { max-width: 380px; }


/* Dinamik hizmet bilgileri ve merkezi fiyat listeleri */
.service-detail-block { margin-top: 48px; }
.process-list { list-style: none; counter-reset: service-step; padding: 0; }
.process-list li {
    counter-increment: service-step;
    position: relative;
    padding: 15px 16px 15px 58px;
    margin-bottom: 10px !important;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--green-50);
}
.process-list li::before {
    content: counter(service-step);
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--green-800);
    color: #fff;
    font: 800 14px/1 var(--font-head);
}
.expert-note {
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 4px solid var(--green-700);
    border-radius: 0 11px 11px 0;
    background: var(--green-50);
}
.expert-note > strong { display: block; margin-bottom: 5px; color: var(--green-950); font-family: var(--font-head); }
.expert-note p { margin: 0; }
.expert-profile {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 18px 0 28px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
}
.expert-profile strong { color: var(--green-950); font-family: var(--font-head); }
.expert-profile span, .expert-profile small { color: var(--ink-soft); }
.price-list { list-style: none; padding: 0; margin: 20px 0; }
.price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 14px 16px 14px 46px;
    margin: 0 !important;
    border-bottom: 1px solid var(--line);
}
.price-list li:first-child { border-top: 1px solid var(--line); }
.price-list li::before {
    content: '✓';
    position: absolute;
    left: 14px;
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green-100);
    color: var(--green-900);
    font-size: 13px;
    font-weight: 800;
}
.price-list strong { color: var(--green-900); white-space: nowrap; }
.price-note { font-size: 14px; color: var(--ink-soft); }

.page-aside { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 20px; }
.aside-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 24px 22px; box-shadow: var(--shadow-sm);
}
.aside-card > strong { font-family: var(--font-head); color: var(--green-950); display: block; margin-bottom: 8px; margin-top: 10px; }
.aside-card > strong:first-child { margin-top: 0; }
.aside-card p { font-size: 15px; color: var(--ink-soft); }
.aside-card small { color: var(--ink-soft); font-size: 13px; display: block; text-align: center; }
.aside-links { list-style: none; padding: 0; margin: 0; }
.aside-links li { border-bottom: 1px solid var(--line); margin: 0; }
.aside-links li:last-child { border-bottom: 0; }
.aside-links a { display: block; padding: 10px 2px; font-size: 15px; font-weight: 600; }

.faq-block, .related-block { margin-top: 48px; }
.related-posts { list-style: none; padding: 0; }
.related-posts li { border-bottom: 1px solid var(--line); }
.related-posts a { display: block; padding: 13px 2px; font-weight: 600; }
.region-group { margin-bottom: 40px; }
.region-note { margin: 20px 0 64px; }

/* ---- İletişim ---- */
.contact-layout {
    display: grid; grid-template-columns: 360px minmax(0, 1fr);
    gap: 40px; padding-bottom: 64px; align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-big { font-size: 20px; font-weight: 800; font-family: var(--font-head); }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 6px; color: var(--green-950); }
.form-row input, .form-row select, .form-row textarea {
    width: 100%; padding: 12px 14px;
    border: 1px solid #ccd9d0; border-radius: 9px;
    font-size: 16px; font-family: var(--font-body);
    color: var(--ink); background: #fff;
}
.form-row select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2314532d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
}
.form-row select::-ms-expand { display: none; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
    outline: 2px solid var(--green-700); outline-offset: 1px; border-color: var(--green-700);
}
.form-note { display: block; margin-top: 14px; font-size: 13px; color: var(--ink-soft); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.captcha-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.captcha-row img { border: 1px solid var(--line); border-radius: 9px; background: var(--green-50); }
.captcha-refresh {
    padding: 9px 12px;
    border: 1px solid var(--green-700);
    border-radius: 8px;
    background: #fff;
    color: var(--green-900);
    font: 700 14px/1.2 var(--font-body);
    cursor: pointer;
}
.captcha-refresh:hover { background: var(--green-50); }
.captcha-input {
    max-width: 180px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 20px !important;
    font-weight: 800;
}
.captcha-help { display: block; margin-top: 6px; color: var(--ink-soft); font-size: 13px; }
.consent-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin: 4px 0 20px;
}
.consent-row input { width: 18px; height: 18px; margin: 4px 0 0; accent-color: var(--green-700); }
.consent-row label { font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 15.5px; }
.alert-success { background: #e8f7ec; border: 1px solid #b5e0c2; color: var(--green-950); }
.alert-error { background: #fdecec; border: 1px solid #f5b5b5; color: #8a1f1f; }

/* ---- CTA bandı ---- */
.cta-band { background: var(--green-900); color: #fff; padding: 46px 0; }
.cta-band h2 { color: #fff; margin-bottom: .2em; }
.cta-band p { color: #cfe6d7; margin: 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- Alt bilgi ---- */
.site-footer { background: var(--green-950); color: #b9d2c2; font-size: 15px; }
.site-footer a { color: #e6f2ea; }
.footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 36px; padding: 52px 20px 40px;
}
.footer-title { color: #fff; font-family: var(--font-head); display: block; margin-bottom: 14px; font-size: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-about p { font-size: 14.5px; line-height: 1.65; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner {
    display: flex; justify-content: space-between; gap: 10px;
    padding: 18px 20px; font-size: 13.5px; flex-wrap: wrap;
    align-items: center;
}
.footer-affiliation {
    color: #d7e8dd;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    flex: 1 1 auto;
}

/* ---- Sabit iletişim butonları (sol: WhatsApp, sağ: telefon) ---- */
.float-btn {
    position: fixed; bottom: 22px; z-index: 120;
    width: 54px; height: 54px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .55);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, .22),
        0 0 0 0 rgba(22, 101, 52, .28);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    animation: float-soft-pulse 2.8s ease-in-out infinite;
}
.float-btn:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    animation: none;
}
.float-whatsapp {
    left: 18px;
    background: #1faa53;
    animation-name: float-soft-pulse-wa;
    box-shadow:
        0 8px 22px rgba(31, 170, 83, .35),
        0 0 0 0 rgba(31, 170, 83, .35);
}
.float-whatsapp:hover { background: #178a43; }
.float-phone {
    right: 18px;
    background: var(--green-800);
    animation-delay: .4s;
}
.float-phone:hover { background: var(--green-950); }

@keyframes float-soft-pulse {
    0%, 100% {
        box-shadow:
            0 8px 22px rgba(0, 0, 0, .22),
            0 0 0 0 rgba(22, 101, 52, .22);
    }
    50% {
        box-shadow:
            0 10px 26px rgba(0, 0, 0, .26),
            0 0 0 10px rgba(22, 101, 52, 0);
    }
}
@keyframes float-soft-pulse-wa {
    0%, 100% {
        box-shadow:
            0 8px 22px rgba(31, 170, 83, .32),
            0 0 0 0 rgba(31, 170, 83, .28);
    }
    50% {
        box-shadow:
            0 10px 26px rgba(31, 170, 83, .4),
            0 0 0 10px rgba(31, 170, 83, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .float-btn { animation: none; }
}

/* ---- 404 ---- */
.notfound ul { list-style: none; padding: 0; }
.notfound li { margin-bottom: 8px; }

/* =============================================
   MOBİL UYUM
   ============================================= */
@media (max-width: 1020px) {
    .main-nav {
        display: none;
        position: absolute; left: 0; right: 0; top: 100%;
        background: rgba(255, 255, 255, .97);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--line);
        flex-direction: column; padding: 12px 20px 18px; gap: 2px;
        box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px 10px; font-size: 16px; }
    .nav-dropdown { width: 100%; }
    .nav-drop-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 12px 10px;
        font-size: 16px;
        text-align: center;
    }
    .nav-drop-toggle span { position: absolute; right: 12px; }
    .nav-drop-menu {
        position: static;
        min-width: 0;
        margin: 2px 0 6px 12px;
        padding: 3px 0 3px 10px;
        border: 0;
        border-left: 2px solid var(--green-100);
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .nav-dropdown:hover > .nav-drop-menu { display: none; }
    .nav-dropdown.open > .nav-drop-menu { display: block; }
    .nav-toggle {
        display: flex; flex-direction: column; justify-content: center; gap: 5px;
        width: 44px; height: 44px; padding: 10px;
        background: none; border: 1px solid var(--line); border-radius: 10px;
        cursor: pointer; margin-left: auto;
    }
    .nav-toggle span { display: block; height: 2px; background: var(--green-950); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .header-cta span { display: none; }
    .header-cta { padding: 11px; }
    .hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 44px 20px; }
    .trustbar-scroller {
        padding: 24px 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 28px;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }
    .trustbar-scroller::-webkit-scrollbar { display: none; }
    .trustbar-track {
        display: flex;
        align-items: stretch;
        gap: 14px;
        width: max-content;
        padding: 0 28px 8px;
        padding-left: max(28px, env(safe-area-inset-left, 0px));
        padding-right: max(28px, env(safe-area-inset-right, 0px));
    }
    .trust-item {
        flex: 0 0 min(74vw, 270px);
        align-self: stretch;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding: 14px 8px 0 4px;
        border-bottom: 0;
    }
    .trust-item:not(:last-child)::after { display: none; }
    .trust-item::before {
        content: '';
        order: 99;
        display: block;
        width: 100%;
        height: 2px;
        margin-top: auto;
        background: rgba(20, 83, 45, .12);
    }
    .trust-item > span:not(.trust-icon) { max-width: none; }
    .cards-3 { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .model-gallery { grid-template-columns: repeat(2, 1fr); }
    .page-layout { grid-template-columns: 1fr; }
    .page-aside { position: static; }
    .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .topbar-inner { justify-content: center; text-align: center; }
    .topbar-item { display: none; }
    .cards-3 { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .model-gallery { grid-template-columns: 1fr; }
    .trust-item { flex-basis: min(78vw, 250px); }
    .section { padding: 44px 0; }
    .hero-lead { font-size: 17.5px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 30px; }
    .footer-bottom-inner { justify-content: center; text-align: center; }
    .cta-band-inner { flex-direction: column; text-align: center; }
    .float-btn { width: 58px; height: 58px; bottom: 18px; }
    .price-list li { align-items: flex-start; flex-direction: column; gap: 3px; }
    .blog-listing { padding-bottom: 44px; }
    .captcha-row { align-items: stretch; }
    .captcha-row img { width: 180px; max-width: 100%; }
    .captcha-refresh { min-height: 44px; }
    .captcha-input { max-width: 100%; min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
