:root {
  --ink-navy: #0c3263;
  --ink-navy-2: #071f43;
  --ink-blue: #0a6bb8;
  --ink-green: #057a4e;
  --ink-green-2: #10b879;
  --ink-sky: #eef8ff;
  --ink-surface: #f7fbff;
  --ink-line: #dbe8f3;
  --ink-text: #52657c;
  --ink-white: #fff;
  --ink-shadow: 0 18px 45px rgba(12, 50, 99, .10);
  --ink-shadow-sm: 0 8px 24px rgba(12, 50, 99, .08);
  --ink-radius: 18px;
  --ink-radius-sm: 12px;
  --ink-wrap: 1200px;
  --ink-header: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--ink-header) + 24px); }
body { margin: 0; color: var(--ink-text); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { max-width: 100%; }
a { color: var(--ink-blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--ink-green); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--ink-navy); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(2.65rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: clamp(1.15rem, 1.65vw, 1.35rem); }
p { margin: 0 0 1.1em; }
.wrap { width: min(calc(100% - 40px), var(--ink-wrap)); margin-inline: auto; }
.section { padding: 92px 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; border-radius: 8px; background: #fff; color: var(--ink-navy); box-shadow: var(--ink-shadow); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0b600; outline-offset: 3px; }
.icon { width: 1.3em; height: 1.3em; flex: 0 0 auto; }
.eyebrow { margin: 0 0 10px; color: var(--ink-green); font-size: .78rem; font-weight: 900; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.is-centered { margin-inline: auto; text-align: center; }
.section-heading h2 span { color: var(--ink-green); }
.section-heading > p:last-child { max-width: 660px; margin: 0 auto; font-size: 1.05rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 11px; background: #fff; color: var(--ink-navy); box-shadow: none; font-size: .94rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); color: var(--ink-navy); box-shadow: var(--ink-shadow-sm); }
.button-primary { border-color: var(--ink-green); background: var(--ink-green); color: #fff; }
.button-primary:hover { background: #057b4e; color: #fff; }
.button-outline { border-color: #a6d8c4; color: var(--ink-green); }
.button-outline:hover { border-color: var(--ink-green); background: #effbf6; color: #057b4e; }
.button-small { min-height: 42px; padding: 9px 16px; border-color: var(--ink-line); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-blue); font-weight: 800; text-decoration: none; }
.text-link .icon { width: 1.05em; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }

.site-header { position: relative; z-index: 999; height: var(--ink-header); border-bottom: 1px solid rgba(12,50,99,.08); background: rgba(255,255,255,.96); }
.has-sticky-header .site-header { position: sticky; top: 0; backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.site-brand { flex: 0 0 auto; line-height: 0; }
.site-logo-image { width: 194px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.menu a { display: block; padding: 28px 0; color: var(--ink-navy); font-size: .88rem; font-weight: 750; text-decoration: none; }
.menu .current-menu-item > a, .menu a:hover { color: var(--ink-green); }
.header-phone { min-height: 44px; padding: 10px 16px; background: var(--ink-green); color: #fff; white-space: nowrap; }
.header-phone:hover { background: #057b4e; color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--ink-line); border-radius: 10px; background: #fff; color: var(--ink-navy); }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

.hero { position: relative; overflow: hidden; background: linear-gradient(108deg, #fff 0 38%, #eff8ff 68%, #e7f6f3 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -120px -120px; width: 340px; aspect-ratio: 1; border: 55px solid rgba(10,107,184,.05); border-radius: 50%; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; }
.hero-copy { position: relative; z-index: 2; padding: 74px 0; }
.hero h1 { max-width: 720px; }
.hero h1 span { color: var(--ink-green); }
.hero h1::first-line { color: var(--ink-navy); }
.hero-lead { max-width: 590px; color: #4e6278; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 21px; padding: 0; margin: 0; color: var(--ink-navy); font-size: .84rem; font-weight: 750; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust .icon { width: 1.15em; height: 1.15em; padding: 2px; border-radius: 50%; background: #e7f8f0; color: var(--ink-green); }
.hero-media { align-self: stretch; min-height: 600px; margin-right: calc((100vw - min(100vw - 40px, var(--ink-wrap))) / -2); }
.hero-image { width: 100%; height: 100%; min-height: 660px; object-fit: cover; object-position: 58% center; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }

.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--ink-line); border-radius: var(--ink-radius-sm); background: #fff; box-shadow: var(--ink-shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--ink-shadow); }
.service-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--ink-sky); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-card-body { padding: 19px 18px 22px; }
.service-card h3 { font-size: 1.05rem; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card p { min-height: 5em; font-size: .88rem; line-height: 1.55; }
.service-card .text-link { font-size: .84rem; }

.about-section { background: linear-gradient(180deg, #fff, #fbfdff); }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.about-collage { display: grid; grid-template-columns: 1.35fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.about-collage > div { overflow: hidden; border-radius: var(--ink-radius-sm); background: var(--ink-sky); box-shadow: var(--ink-shadow-sm); }
.about-collage .about-main { grid-row: 1 / 3; }
.about-collage img { width: 100%; height: 100%; object-fit: cover; }
.about-copy > p:not(.eyebrow) { font-size: 1.03rem; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-navy); font-weight: 700; }
.check-list .icon { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--ink-green); color: #fff; }

.benefits-section { position: relative; overflow: hidden; padding: 74px 0; background: linear-gradient(112deg, #0755a1 0%, #0877b7 45%, #07965f 100%); color: #fff; }
.benefits-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 20% 30%,#fff 0 1px,transparent 1.5px); background-size: 28px 28px; }
.benefits-section .wrap { position: relative; }
.benefits-section .eyebrow, .benefits-section h2, .benefits-section .section-heading > p { color: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { padding: 8px 35px 0; text-align: center; }
.benefit-grid article + article { border-left: 1px solid rgba(255,255,255,.25); }
.benefit-grid > article > .icon { width: 44px; height: 44px; margin-bottom: 12px; }
.benefit-grid h3 { color: #fff; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.85); font-size: .9rem; }

.contact-section { background: #fff; }
.contact-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 22px; border: 1px solid var(--ink-line); border-radius: var(--ink-radius-sm); background: #fff; box-shadow: var(--ink-shadow-sm); }
.contact-card > .icon { width: 46px; height: 46px; padding: 11px; border-radius: 50%; background: #e9f9f2; color: var(--ink-green); }
.contact-card > div span { color: #586d84; font-size: .75rem; font-weight: 800; }
.contact-card h3 { margin: 2px 0 3px; font-size: 1.1rem; }
.contact-card p { margin-bottom: 11px; font-size: .82rem; }
.contact-card .button, .contact-card .text-link { grid-column: 1/-1; width: 100%; }
.area-cta { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 280px; margin-top: 20px; overflow: hidden; border: 1px solid var(--ink-line); border-radius: var(--ink-radius); background: linear-gradient(115deg, #f8fcff, #e9f7ff); box-shadow: var(--ink-shadow-sm); }
.area-copy { z-index: 1; padding: 38px; }
.area-copy > div { display: flex; flex-wrap: wrap; gap: 10px; }
.istanbul-map { display: grid; place-items: center; padding: 16px 28px; background: linear-gradient(135deg,rgba(10,107,184,.05),rgba(7,150,95,.09)); }
.istanbul-map svg { width: 100%; }
.istanbul-map path:first-of-type { fill: #cbe8f7; stroke: #78b9dc; stroke-width: 2; }
.istanbul-map path:nth-of-type(2) { fill: none; stroke: #fff; stroke-width: 6; }
.istanbul-map circle { fill: var(--ink-blue); stroke: #fff; stroke-width: 4; }
.istanbul-map text { fill: var(--ink-navy); font-size: 24px; font-weight: 800; }

.gallery-section { background: var(--ink-surface); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.heading-row .section-heading { margin: 0 0 32px; }
.heading-row > .button { margin-bottom: 36px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 245px 245px; gap: 10px; }
.gallery-grid a { position: relative; overflow: hidden; border-radius: 10px; background: #dcebf5; }
.gallery-grid a:first-child { grid-row: 1 / 3; }
.gallery-grid a:nth-child(4) { grid-column: 2 / 4; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.03); }

.faq-section { background: linear-gradient(104deg,#eaf7ff,#f8fcff 58%,#fff); }
.faq-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 72px; }
.faq-intro { position: sticky; top: calc(var(--ink-header) + 30px); align-self: start; }
.faq-call { margin-top: 28px; padding: 20px; border-radius: var(--ink-radius-sm); background: #fff; box-shadow: var(--ink-shadow-sm); }
.faq-call > span { display: block; margin-bottom: 4px; color: #586d84; font-size: .75rem; font-weight: 800; }
.faq-call .button { justify-content: flex-start; padding: 5px 0; color: var(--ink-navy); }
.accordion { display: grid; gap: 10px; }
.accordion-item { overflow: hidden; border: 1px solid var(--ink-line); border-radius: 10px; background: #fff; }
.accordion-item h3 { margin: 0; font-size: .98rem; letter-spacing: -.01em; }
.accordion-item button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border: 0; background: #fff; color: var(--ink-navy); text-align: left; font-weight: 800; }
.accordion-item button > span:last-child { color: var(--ink-blue); font-size: 1.45rem; transition: transform .2s ease; }
.accordion-item button[aria-expanded="true"] > span:last-child { transform: rotate(45deg); }
.accordion-panel { padding: 0 18px 18px; }
.accordion-panel p { margin: 0; }

.seo-copy-section { border-top: 1px solid #e7eff6; }
.seo-copy-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 72px; }
.prose { color: #42586f; }
.prose > * { max-width: 780px; }
.prose h2, .prose h3 { margin-top: 1.45em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p, .prose li { font-size: 1.04rem; }
.prose a { font-weight: 750; }
.prose.compact h3 { font-size: 1.15rem; }

.breadcrumbs { padding-top: 20px; padding-bottom: 12px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; font-size: .82rem; }
.breadcrumbs li { display: flex; gap: 8px; }
.breadcrumbs a { color: #667a91; }
.page-hero { padding: 52px 0 70px; background: linear-gradient(115deg,#f3faff,#e9f7f4); text-align: center; }
.page-hero .wrap { max-width: 880px; }
.page-hero p { max-width: 680px; margin-inline: auto; font-size: 1.08rem; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 54px; align-items: start; }
.content-sidebar { position: sticky; top: calc(var(--ink-header) + 30px); padding: 26px; border: 1px solid var(--ink-line); border-radius: var(--ink-radius); background: var(--ink-surface); }
.content-sidebar .button { width: 100%; margin-top: 8px; }
.featured-wide { width: 100%; aspect-ratio: 16/8; margin-bottom: 36px; border-radius: var(--ink-radius); object-fit: cover; box-shadow: var(--ink-shadow-sm); }
.post-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--ink-line); border-radius: var(--ink-radius-sm); background: #fff; box-shadow: var(--ink-shadow-sm); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 21px; }
.post-card h2 { font-size: 1.25rem; }
.post-card h2 a { color: inherit; text-decoration: none; }
.pagination { margin-top: 36px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--ink-line); border-radius: 8px; text-decoration: none; }
.pagination .current { background: var(--ink-navy); color: #fff; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #b9cddd; border-radius: 9px; }

.quote-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 30px; border: 1px solid var(--ink-line); border-radius: var(--ink-radius); background: #fff; box-shadow: var(--ink-shadow); }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
.form-field label, .form-field legend { color: var(--ink-navy); font-size: .9rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #b9cddd; border-radius: 9px; background: #fff; color: #253c54; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ink-blue); box-shadow: 0 0 0 3px rgba(10,107,184,.12); outline: 0; }
.form-help { color: #6f8296; font-size: .78rem; }
.form-status { grid-column: 1/-1; padding: 14px 16px; border-radius: 9px; font-weight: 700; }
.form-status.success { background: #e8f8f0; color: #08673f; }
.form-status.error { background: #fff0f0; color: #9b2525; }
.hp-field { position: absolute; left: -9999px; }

.district-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 0; list-style: none; }
.district-grid a, .district-grid span { display: flex; min-height: 52px; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid var(--ink-line); border-radius: 9px; background: #fff; color: var(--ink-navy); font-weight: 750; text-decoration: none; }
.district-grid .icon { color: var(--ink-green); }
.not-found { padding: 100px 0; text-align: center; }
.not-found-code { margin: 0; color: var(--ink-green); font-size: clamp(5rem,16vw,10rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; }

.site-footer { padding-top: 62px; background: linear-gradient(115deg,#09386e,#06244c); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .85fr 1fr; gap: 48px; }
.site-footer .site-logo-image { filter: brightness(0) invert(1); }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer a { color: rgba(255,255,255,.84); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand p { max-width: 290px; margin-top: 18px; }
.footer-links { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; font-size: .9rem; }
.footer-contact > p { display: flex; gap: 9px; align-items: flex-start; }
.footer-contact .icon { color: #65e1ad; }
.footer-action { justify-content: flex-start; padding: 8px 0; background: transparent; color: #fff !important; }
.footer-bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom .wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: .82rem; }

.floating-contact { position: fixed; z-index: 980; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.floating-contact .button { min-height: 44px; justify-content: flex-start; border-radius: 999px; color: #fff; box-shadow: 0 12px 28px rgba(4,34,66,.22); }
.floating-phone { background: var(--ink-navy); }
.floating-whatsapp { background: var(--ink-green); }
.floating-contact .button:hover { color: #fff; filter: brightness(.92); }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: none; grid-template-columns: 56px minmax(0,1200px) 56px; align-items: center; justify-content: center; gap: 14px; padding: 60px 22px 24px; background: rgba(3,18,38,.94); }
.lightbox.is-open { display: grid; }
.lightbox figure { margin: 0; }
.lightbox img { max-height: calc(100vh - 130px); margin: auto; border-radius: 8px; }
.lightbox figcaption { padding-top: 10px; color: #fff; text-align: center; }
.lightbox button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 2rem; }
.lightbox-close { position: absolute; top: 16px; right: 18px; }

@media (max-width: 1100px) {
  :root { --ink-header: 74px; }
  .primary-nav { position: fixed; z-index: 1000; inset: var(--ink-header) 0 0; display: none; padding: 18px 20px 40px; overflow: auto; background: #fff; }
  .primary-nav.is-open { display: block; }
  .menu { display: block; }
  .menu a { padding: 14px 4px; border-bottom: 1px solid var(--ink-line); font-size: 1rem; }
  .menu-toggle { display: grid; margin-left: auto; }
  .header-phone { display: none; }
  .hero-grid { min-height: 590px; grid-template-columns: .95fr 1.05fr; }
  .hero-media, .hero-image { min-height: 590px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .service-card p { min-height: auto; }
  .benefit-grid article { padding-inline: 20px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section { padding: 70px 0; }
  .hero { padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 56px 0 36px; }
  .hero-media { min-height: 420px; margin: 0 -20px; }
  .hero-image { min-height: 420px; clip-path: none; object-position: 66% center; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-collage { max-height: 520px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); gap: 32px 0; }
  .benefit-grid article:nth-child(3) { border-left: 0; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .area-cta { grid-template-columns: 1fr; }
  .istanbul-map { min-height: 260px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 220px 220px; }
  .gallery-grid a:first-child { grid-column: 1/-1; grid-row: auto; }
  .gallery-grid a:nth-child(4) { grid-column: auto; }
  .faq-grid, .seo-copy-grid, .content-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro, .content-sidebar { position: static; }
  .post-list { grid-template-columns: repeat(2,1fr); }
  .district-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 30px), var(--ink-wrap)); }
  .site-logo-image { width: 166px; }
  h1 { font-size: clamp(2.3rem, 12vw, 3.25rem); }
  h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 28px; }
  .hero-copy { padding-top: 42px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 10px; }
  .hero-media { min-height: 330px; margin-inline: -15px; }
  .hero-image { min-height: 330px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 128px 1fr; }
  .service-image { height: 100%; aspect-ratio: auto; }
  .service-card-body { padding: 15px; }
  .service-card p { font-size: .84rem; }
  .about-collage { grid-template-columns: 1.2fr .8fr; max-height: 390px; }
  .about-copy .text-link { align-items: flex-start; }
  .benefits-section { padding: 56px 0; }
  .benefit-grid { grid-template-columns: 1fr; gap: 0; }
  .benefit-grid article { padding: 26px 8px; }
  .benefit-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .contact-card { padding: 18px; }
  .area-copy { padding: 27px 21px; }
  .istanbul-map { min-height: 200px; padding: 10px; }
  .heading-row { display: block; }
  .heading-row > .button { margin: -14px 0 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 150px 150px; gap: 6px; }
  .gallery-grid a:first-child { grid-column: 1/-1; }
  .quote-form { grid-template-columns: 1fr; padding: 21px 17px; }
  .form-field.full { grid-column: auto; }
  .post-list { grid-template-columns: 1fr; }
  .district-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .wrap { padding: 18px 0; flex-direction: column; align-items: flex-start; }
  .floating-contact { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; grid-template-columns: 1fr 1fr; }
  .floating-contact .button { justify-content: center; border-radius: 11px; }
  .site-footer { padding-bottom: 68px; }
  .lightbox { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 5px; padding-inline: 8px; }
  .lightbox button { width: 40px; height: 40px; }
}

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

@media print {
  .site-header, .site-footer, .floating-contact, .hero-actions, .menu-toggle { display: none !important; }
  body { color: #000; }
  .section { padding: 24px 0; }
}
