/* ==========================================================================
   Platform Gönen — platformgonen.com
   Tema: "Kurumsal Navy / Geometrik" (çelik mavisi + parlak camgöbeği vurgu)
   Arketip: "Kurumsal rapor" — kutulu hero + bitişik KPI şeridi; imza: pahlı köşe
   Tek dosya: reset + grid primitive + utility + bileşenler + ikon mask sistemi
   Bağımlılık: YOK (Bootstrap / jQuery / Font Awesome kullanılmaz)
   Not: var adları ortak; değerler bu siteye özgü kurumsal mavi paleti.
   ========================================================================== */

/* ---------- Tasarım token'ları ---------- */
:root {
    --ink: #15243c;
    --teal-900: #16263d;
    --teal-800: #1d3350;
    --teal-700: #274a73;
    --teal-600: #2f5e90;
    --teal-500: #3f7bb6;
    --amber: #15b6c7;
    --amber-600: #0f93a2;
    --sand: #eef2f7;
    --paper: #ffffff;
    --line: #dde4ee;
    --muted: #5a6b82;
    --text: #1b2a40;
    --radius: 0px;
    --shadow: 0 10px 30px rgba(21, 38, 61, .12);
    --shadow-lg: 0 24px 60px rgba(21, 38, 61, .22);
    --ff: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --maxw: 1200px;
    --header-h: 84px;
}

/* ---------- Reset / temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--ff);
    color: var(--text);
    background: var(--paper);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-600); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--amber-600); }
h1, h2, h3, h4, h5 { margin: 0 0 .5em; line-height: 1.15; color: var(--ink); font-weight: 800; }
h1 { font-size: clamp(1.7rem, 3.5vw, 2.7rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.1rem; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    html { scroll-behavior: auto; }
}

/* ==========================================================================
   İKON SİSTEMİ — <i class="fa-... / bi-..."> mask-image ile SVG
   ========================================================================== */
.fa-solid, .fa-brands, .fa-regular, .fas, .fab, .bi,
i[class^="fa-"], i[class*=" fa-"], i[class^="bi-"], i[class*=" bi-"] {
    display: inline-block;
    width: 1em; height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-size: contain; mask-size: contain;
    flex: none;
}
.fa-phone, .bi-telephone, .bi-telephone-fill { -webkit-mask-image: var(--i-phone); mask-image: var(--i-phone); }
.fa-envelope { -webkit-mask-image: var(--i-mail); mask-image: var(--i-mail); }
.fa-bars { -webkit-mask-image: var(--i-bars); mask-image: var(--i-bars); }
.fa-house { -webkit-mask-image: var(--i-house); mask-image: var(--i-house); }
.fa-chevron-up { -webkit-mask-image: var(--i-cup); mask-image: var(--i-cup); }
.fa-chevron-left, .fa-angle-left { -webkit-mask-image: var(--i-cleft); mask-image: var(--i-cleft); }
.fa-chevron-right, .fa-angle-right { -webkit-mask-image: var(--i-cright); mask-image: var(--i-cright); }
.fa-arrow-right, .bi-arrow-right { -webkit-mask-image: var(--i-aright); mask-image: var(--i-aright); }
.fa-angles-right { -webkit-mask-image: var(--i-aaright); mask-image: var(--i-aaright); }
.fa-location-dot { -webkit-mask-image: var(--i-geo); mask-image: var(--i-geo); }
.fa-truck { -webkit-mask-image: var(--i-truck); mask-image: var(--i-truck); }
.fa-clock { -webkit-mask-image: var(--i-clock); mask-image: var(--i-clock); }
.fa-plus { -webkit-mask-image: var(--i-plus); mask-image: var(--i-plus); }
.fa-link { -webkit-mask-image: var(--i-link); mask-image: var(--i-link); }
.fa-external-link, .bi-arrow-up-right { -webkit-mask-image: var(--i-ext); mask-image: var(--i-ext); }
.fa-whatsapp { -webkit-mask-image: var(--i-wa); mask-image: var(--i-wa); }
.fa-instagram { -webkit-mask-image: var(--i-ig); mask-image: var(--i-ig); }
.fa-facebook { -webkit-mask-image: var(--i-fb); mask-image: var(--i-fb); }

:root {
    --i-phone: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
    --i-mail: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
    --i-bars: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
    --i-house: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z'/%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6Z'/%3E%3C/svg%3E");
    --i-cup: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    --i-cleft: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    --i-cright: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --i-aright: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
    --i-aaright: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3Cpath d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --i-geo: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
    --i-truck: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456M12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
    --i-clock: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z'/%3E%3C/svg%3E");
    --i-plus: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    --i-link: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3E%3C/svg%3E");
    --i-ext: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
    --i-wa: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z'/%3E%3C/svg%3E");
    --i-ig: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002z'/%3E%3Cpath d='M12.27 2.77a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zM8 3.892a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
    --i-fb: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
}

/* ==========================================================================
   GRID PRIMITIVE (Bootstrap grid yerine — flexbox, bp: sm 576 / md 768)
   ========================================================================== */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 18px; }
.row { display: flex; flex-wrap: wrap; margin-inline: -12px; }
.row > [class*="col"] { padding-inline: 12px; } /* sadece gutter — genişlik kolon sınıflarında (specificity eşit) */

/* Mobil-first: tüm kolonlar tam genişlik (alt alta) */
.col, .col-md, .col-sm,
.col-sm-4, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-12 { width: 100%; }
/* .col her zaman eşit paylaşımlı (otomatik) */
.col { flex: 1 0 0%; width: auto; }

@media (min-width: 576px) {
    .col-sm { flex: 1 0 0%; width: auto; }
    .col-sm-4 { width: 33.3333%; }
}
@media (min-width: 768px) {
    .col-md { flex: 1 0 0%; width: auto; }
    .col-md-2 { width: 16.6667%; }
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.3333%; }
    .col-md-5 { width: 41.6667%; }
    .col-md-6 { width: 50%; }
    .col-md-12 { width: 100%; }
}

/* ---------- Utility ---------- */
.d-flex { display: flex; }
.d-sm-inline-flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-grow-1 { flex-grow: 1; }
.justify-content-center { justify-content: center; }
.align-center, .align-items-center { align-items: center; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-muted { color: var(--muted) !important; }
.text-light { color: #e7efed !important; }
.text-white { color: #fff !important; }
.text-danger { color: #c0392b !important; }
.w-100 { width: 100%; }
.border-top { border-top: 1px solid var(--line); }
.pb-3 { padding-bottom: 1rem; }
.pt-5 { padding-top: 3rem; }
.p-4 { padding: 1.5rem; }
.m-3 { margin: 1rem; }
.mr-5 { margin-right: 0; }
.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 767px) { .mobile-top-margin { margin-top: 1.5rem; } }

/* ==========================================================================
   TOP BAR + HEADER + NAV
   ========================================================================== */
.top-header { background: var(--teal-900); color: #cfe3e0; font-size: .82rem; }
.header-links { max-width: var(--maxw); margin-inline: auto; padding: 7px 18px; display: flex; gap: 1.4rem; justify-content: flex-end; flex-wrap: wrap; align-items: center; }
.top-note { margin-right: auto; color: #9db3d1; display: inline-flex; align-items: center; gap: .45rem; }
.top-header .footer-link { color: #cfe3e0; display: inline-flex; align-items: center; gap: .4rem; }
.top-header .footer-link:hover { color: var(--amber); }

header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.main-header { transition: padding .25s ease, box-shadow .25s ease; }
.main-header .container { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
/* dikey-erişim amber tik motifi */
header::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 3px; width: 96px; background: var(--amber); }
.sticky-header { box-shadow: var(--shadow); }
.brand-logo { width: 90px; height: auto; transition: width .25s ease; }
.navbar-brand { display: inline-flex; align-items: center; }

.navbar-collapse { display: flex; align-items: center; gap: .4rem; }
.nav-list { list-style: none; display: flex; align-items: center; gap: .35rem; margin: 0; padding: 0; }
.nav-link { display: inline-flex; align-items: center; gap: .4rem; padding: .55rem .8rem; font-weight: 700; font-size: .9rem; letter-spacing: .03em; color: var(--ink); text-transform: uppercase; border-radius: var(--radius); position: relative; }
.nav-link > i { font-size: 1.1rem; }
.nav-link::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .32rem; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-link:hover { color: var(--teal-600); }
.nav-link:hover::after { transform: scaleX(1); }

/* Nav CTA — telefon (imza: pahlı sağ üst köşe) */
.nav-cta { display: inline-flex; align-items: center; gap: .5rem; background: var(--amber); color: var(--teal-900); font-weight: 800; font-size: .88rem; letter-spacing: .02em; padding: .55rem 1.1rem; margin-left: .5rem; white-space: nowrap; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.nav-cta:hover { background: var(--teal-900); color: #fff; }

.navbar-toggler { display: none; background: var(--teal-700); color: #fff; border: 0; width: 46px; height: 42px; border-radius: var(--radius); cursor: pointer; align-items: center; justify-content: center; }
.navbar-toggler-icon { display: inline-flex; font-size: 1.3rem; }

@media (max-width: 960px) {
    .navbar-toggler { display: inline-flex; }
    .navbar-collapse { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1rem 0; width: 100%; }
    .nav-link { padding: .9rem .4rem; border-bottom: 1px solid var(--line); border-radius: 0; }
    .nav-link::after { display: none; }
    .nav-cta { margin: .8rem 1rem 1rem; justify-content: center; }
}

/* ==========================================================================
   HERO — "kurumsal rapor": container içinde kutulu carousel + sol-alt navy
   içerik paneli + kutuya bitişik beyaz KPI şeridi (site.js hook'ları korunur)
   ========================================================================== */
.hero { padding-top: clamp(1.1rem, 2.6vw, 2rem); }
.hero-box { position: relative; border-radius: 14px 14px 0 0; overflow: hidden; background: var(--teal-900); box-shadow: var(--shadow-lg); }
.carousel { position: relative; max-width: 100%; min-height: clamp(360px, 52vh, 560px); overflow: hidden; background: var(--teal-900); }
.carousel-inner { position: absolute; inset: 0; }
.carousel-item { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.carousel-item.active { opacity: 1; }
.carousel-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) brightness(.8); }
.hero-box .carousel::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(75deg, rgba(22,38,61,.55) 0%, rgba(22,38,61,0) 45%); }

/* Sol-alt köşeye oturan yarı saydam navy içerik paneli — pahlı sağ üst köşe */
.hero-panel {
    position: absolute; z-index: 3; left: 0; bottom: 0;
    max-width: min(560px, 94%);
    padding: clamp(1.4rem, 2.6vw, 2.2rem) clamp(1.4rem, 3vw, 2.4rem) clamp(1.3rem, 2.4vw, 2rem);
    background: rgba(22, 38, 61, .9);
    color: #d6dfec;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
    border-top: 3px solid var(--amber);
}
.hero-title { color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.012em; margin: .3rem 0 .6rem; max-width: 20ch; }
.hero-lead { color: #c3d1e5; font-size: clamp(.95rem, 1.25vw, 1.05rem); max-width: 52ch; margin-bottom: 1.1rem; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; }

.carousel-indicators { position: absolute; z-index: 4; bottom: 18px; right: 22px; left: auto; display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.carousel-indicator { width: 30px; height: 4px; background: rgba(255,255,255,.4); cursor: pointer; transition: background .2s; }
.carousel-indicator.active { background: var(--amber); }
.carousel-control-prev, .carousel-control-next { position: absolute; z-index: 4; top: 16px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(22,38,61,.55); cursor: pointer; }
.carousel-control-prev { right: 64px; left: auto; }
.carousel-control-next { right: 16px; }
.carousel-control-prev:hover, .carousel-control-next:hover { background: var(--amber); color: var(--teal-900); }

/* KPI şeridi — kutunun hemen altına bitişik, gölgeli beyaz bant */
.kpi-strip { list-style: none; margin: 0; padding: 1.05rem 1.3rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem 1.1rem; background: #fff; border: 1px solid var(--line); border-top: 0; box-shadow: var(--shadow); border-radius: 0 0 14px 14px; }
.kpi-strip li { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.kpi-strip li + li { border-left: 1px solid var(--line); padding-left: 1.1rem; }
.kpi-ico { flex: none; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: var(--sand); color: var(--amber-600); font-size: 1.05rem; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }
.kpi-strip strong { display: block; color: var(--ink); font-size: .88rem; line-height: 1.3; }
.kpi-strip span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.35; }

@media (max-width: 900px) {
    .hero { padding-top: 0; }
    .hero .container { padding-inline: 0; }
    .hero-box { border-radius: 0; }
    .carousel { min-height: min(58vw, 420px); }
    .hero-panel { position: static; max-width: 100%; clip-path: none; }
    .kpi-strip { grid-template-columns: 1fr 1fr; border-radius: 0; }
    .kpi-strip li + li { border-left: 0; padding-left: 0; }
}
@media (max-width: 520px) { .kpi-strip { grid-template-columns: 1fr; } }

/* ==========================================================================
   BÖLÜM SİSTEMİ — eyebrow (cyan paralelkenar rozetli) + başlık + bölüm linki
   ========================================================================== */
.sec { padding-block: 2.8rem; }
.sec--tight { padding-block: 1.8rem; }
.sec--band { background: var(--sand); border-block: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 .35rem; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 800; color: var(--teal-600); }
.eyebrow::before { content: ""; width: 20px; height: 10px; background: var(--amber); clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%); }
.eyebrow--light { color: var(--amber); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.2rem; margin-bottom: 1.7rem; }
.sec-head h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); letter-spacing: -.01em; }
.sec-sub { color: var(--muted); margin: .5rem 0 0; max-width: 62ch; }
.sec-link { flex: none; display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .92rem; color: var(--teal-700); border-bottom: 2px solid var(--amber); padding-bottom: .15rem; }
.sec-link:hover { color: var(--amber-600); }
@media (max-width: 640px) { .sec-head { flex-direction: column; align-items: flex-start; gap: .6rem; } }

/* ==========================================================================
   SÜREÇ BANDI — navy zemin, cyan kare numaralar
   ========================================================================== */
.steps-band { background: linear-gradient(135deg, var(--teal-900), var(--teal-800)); color: #d6dfec; margin-top: 2.6rem; }
.steps { list-style: none; margin: 0; padding: 2.1rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.step { display: flex; gap: .95rem; align-items: flex-start; }
.step-no { flex: none; width: 44px; height: 44px; background: var(--amber); color: var(--teal-900); font-weight: 800; font-size: 1.15rem; display: flex; align-items: center; justify-content: center; }
.step strong { display: block; color: #fff; font-size: .98rem; margin-bottom: .15rem; }
.step p { margin: 0; color: #b9c8de; font-size: .89rem; line-height: 1.55; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; gap: 1.1rem; padding: 1.5rem 0; } }

/* ==========================================================================
   ESKİ BÖLÜM BAŞLIKLARI / HEADING — iç sayfalar kullanmaya devam eder
   ========================================================================== */
.section-header, .heading { text-align: center; }
.section-header { margin: 2.6rem 0 1.8rem; }
.section-header > p, .section-header p { color: var(--muted); max-width: 70ch; margin-inline: auto; }
.section-header-text, .heading h1, .heading h2 { display: inline-block; position: relative; }
.section-header-text::after, .heading h1::after, .heading h2::after { content: ""; display: block; width: 64px; height: 4px; background: var(--amber); margin: .6rem auto 0; }
.home-presentation { padding: 2.4rem 0; }
.home-presentation .heading { margin-bottom: 1.6rem; }

/* ---------- Butonlar (imza: pahlı sağ üst köşe) ---------- */
.xf-btn, .custom-btn, .contact-button { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; border: 0; border-radius: var(--radius); transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.xf-btn { background: var(--amber); color: var(--teal-900); padding: .8rem 1.5rem; font-size: .92rem; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
.xf-btn:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.xf-btn--lg { padding: .95rem 1.7rem; font-size: 1rem; }
.xf-btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); clip-path: none; }
.xf-btn--ghost:hover { background: #fff; color: var(--teal-900); border-color: #fff; transform: translateY(-2px); }
.x-btn-details, .x-btn-prev { background: var(--amber); color: var(--teal-900); }
.x-btn-prev { padding: .85rem 1.6rem; }
.custom-btn.read-more { background: transparent; color: var(--amber-600); padding: .2rem 0; font-size: .85rem; }
.contact-button { background: var(--amber); color: var(--teal-900); padding: .7rem 1.4rem; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.contact-button:hover { background: #fff; color: var(--teal-900); }
.internal-link { color: var(--teal-600); font-weight: 700; text-decoration: underline; text-decoration-color: var(--amber); text-underline-offset: 3px; }
.internal-link.text-white { color: #fff; }
.wwd-button { margin-top: 1rem; }

/* ==========================================================================
   PLATFORM KARTLARI — beyaz gövde, pahlı sağ üst köşe (Platform/Index +
   Blog/Index kartlarını da tutarlı yükseltir)
   ========================================================================== */
.platform-area { padding: 1rem 0 1.5rem; }
.platform-wrapper { margin-top: .5rem; }
.catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .catalog { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .catalog { grid-template-columns: 1fr; } }
.platform-section { height: 100%; padding: 6px 0; }
.catalog .platform-section { padding: 0; }
.platform-link { display: flex; flex-direction: column; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); height: 100%; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%); transition: transform .25s ease, border-color .25s ease; }
.platform-link:hover { transform: translateY(-4px); border-color: var(--amber); }
.platform-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s ease; }
.platform-link:hover .platform-image { transform: scale(1.04); }
.platform-info, .platform.info { position: static; padding: .95rem 1.1rem 1.05rem; background: none; color: var(--ink); display: block; flex-grow: 1; }
.platform-info p, .platform.info p { margin: 0 0 .15rem; font-weight: 800; font-size: 1rem; letter-spacing: 0; color: var(--ink); text-transform: none; }
.platform-note { display: block; color: var(--muted); font-size: .85rem; line-height: 1.5; margin-bottom: .55rem; }
.platform-link::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--amber); transition: width .35s ease; z-index: 2; }
.platform-link:hover::before { width: 100%; }

/* ---------- Geçiş overlay (dönen metin — site.js) ---------- */
.transition-overlay { background: linear-gradient(100deg, var(--teal-800), var(--teal-700)); margin-top: 2.6rem; }
.overlay-content { max-width: var(--maxw); margin-inline: auto; padding: 1.9rem 18px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.overlay-content h3 { color: #fff; margin: 0; font-size: clamp(1.2rem, 2.2vw, 1.7rem); text-transform: uppercase; }
.slide-in { animation: slideIn .8s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: none; } }

/* ---------- Tanıtım (hakkımızda) — ofset cyan çerçeveli görsel ---------- */
.presentation-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.about-media { position: relative; z-index: 0; }
.about-media::after { content: ""; position: absolute; top: -13px; right: 18px; bottom: 18px; left: -13px; border: 2px solid var(--amber); z-index: -1; }
.about-media::before { content: ""; position: absolute; top: -13px; left: -13px; width: 46px; height: 12px; background: var(--amber); clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%); z-index: 1; }
.about-body h2 { margin: .1rem 0 .8rem; }
.about-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: .4rem; }
@media (max-width: 860px) { .about-split { grid-template-columns: 1fr; } .about-media { margin-bottom: .8rem; max-width: 520px; } }

/* ==========================================================================
   SAHA BANDI — navy bant + numaralı iki sütun liste + sağda dikey cyan çizgi
   ========================================================================== */
.fields-band { background: var(--teal-900); color: #d6dfec; padding: 3rem 0 2.6rem; margin-top: 2.6rem; }
.fields-band .sec-head h2 { color: #fff; }
.fields-band .sec-sub { color: #9db3d1; }
.fields-wrap { border-right: 3px solid var(--amber); padding-right: clamp(1.2rem, 4vw, 2.8rem); }
.fields-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem 2.4rem; }
.fields-list li { display: flex; gap: .9rem; align-items: flex-start; }
.field-no { flex: none; font-size: 1.15rem; font-weight: 800; color: var(--amber); letter-spacing: .02em; line-height: 1.4; }
.fields-list strong { display: block; color: #fff; font-size: .97rem; margin-bottom: .1rem; }
.fields-list p { margin: 0; color: #b9c8de; font-size: .89rem; line-height: 1.55; }
.fields-cta { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; }
.fields-cta p { margin: 0; color: #c3d1e5; font-size: .95rem; max-width: 62ch; }
.fields-cta strong { color: #fff; }
@media (max-width: 760px) { .fields-list { grid-template-columns: 1fr; } .fields-wrap { border-right: 0; padding-right: 0; } }

/* ==========================================================================
   SAYAÇLAR — navy zeminde hairline bölmeli koyu bant (site.js .count hook'u)
   ========================================================================== */
.counter-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(94,120,155,.4); overflow: hidden; box-shadow: var(--shadow); }
.counter { text-align: center; padding: 1.9rem 1rem 1.6rem; background: var(--teal-900); }
.counter > i { font-size: 1.5rem; color: var(--amber); }
.count { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: #fff; margin: .35rem 0 0; line-height: 1; letter-spacing: -.02em; }
.counter-info { color: #9db3d1; font-weight: 600; font-size: .9rem; margin: .35rem 0 0; }
@media (max-width: 700px) { .counter-wrapper { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   GALERİ / NEWS ÖNİZLEME
   ========================================================================== */
.news-main-container { max-width: var(--maxw); margin-inline: auto; padding: 0 18px; }
.news-link { display: block; padding: 8px; }
.news-container { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); position: relative; }
.news-wrapper { position: relative; }
.news-image { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .4s ease; }
.news-link:hover .news-image { transform: scale(1.08); }
.news-image-footer { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(6,48,46,.55); opacity: 0; transition: opacity .3s ease; font-size: 1.6rem; }
.news-link:hover .news-image-footer { opacity: 1; }

/* ---------- Sayfa sonu iletişim (Contact sayfası da kullanır) ---------- */
.page-end-container { text-align: center; padding: .4rem; }
.page-end-link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.page-end-link:hover { color: var(--amber-600); }

/* ==========================================================================
   CTA BANDI — pre-footer: cyan→navy gradyan + CSS üçgen deseni
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; margin-top: 2.6rem; background: linear-gradient(105deg, var(--amber-600) 0%, var(--teal-800) 46%, var(--teal-900) 100%); }
.cta-band::before {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
    background: conic-gradient(from 135deg at 50% 50%, rgba(255,255,255,.09) 0 90deg, transparent 90deg 360deg);
    background-size: 46px 46px;
}
.cta-band-in { position: relative; max-width: var(--maxw); margin-inline: auto; padding: 2.7rem 18px; display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: .25rem 0 0; font-size: clamp(1.3rem, 2.3vw, 1.85rem); max-width: 28ch; }
.cta-band .eyebrow--light { color: #dff5f8; }
.cta-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.cta-band .xf-btn { background: #fff; color: var(--teal-900); }
.cta-band .xf-btn:hover { background: var(--teal-900); color: #fff; }
.cta-mail { display: inline-flex; align-items: center; gap: .5rem; color: #dbe6f3; font-weight: 700; }
.cta-mail:hover { color: #fff; }

/* ==========================================================================
   FLOATING BUTONLAR
   ========================================================================== */
#top-btn { position: fixed; right: 18px; bottom: 84px; z-index: 60; display: none; width: 46px; height: 46px; border-radius: 50%; background: var(--teal-700); color: #fff; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow); }
#top-btn:hover { background: var(--amber); color: var(--ink); }
#top-btn > i { display: inline-flex; }
#wp-btn { position: fixed; right: 18px; bottom: 24px; z-index: 60; }
.wp-btn-link { display: inline-flex; align-items: center; gap: .5rem; background: #25d366; color: #fff; padding: .7rem .95rem; border-radius: 30px; font-weight: 700; box-shadow: var(--shadow); }
.wp-btn-link:hover { color: #fff; filter: brightness(1.05); }
.wp-btn-link > i { font-size: 1.3rem; }
@media (max-width: 600px) { .wp-btn-contact { display: none; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--teal-900); color: #b9cecb; margin-top: 3rem; padding: 2.6rem 0 1.2rem; border-top: 4px solid var(--amber) !important; }
/* Anasayfada CTA bandı footer'a yaslanır (iki koyu blok arasında beyaz şerit kalmasın) */
main:has(.homepage-container) ~ .footer { margin-top: 0; }
main:has(.homepage-container) { padding-bottom: 0; }
.footer-wrapper { gap: 1rem 0; }
.footer-header { color: #fff; text-transform: uppercase; font-size: 1rem; letter-spacing: .04em; margin-bottom: .8rem; }
.footer-header::after { content: ""; display: block; width: 36px; height: 3px; background: var(--amber); margin-top: .4rem; }
.footer-header.text-center::after { margin-inline: auto; }
#footer-about { font-weight: 400; font-size: .9rem; line-height: 1.7; color: #aec5c1; }
.footer-link-container { list-style: none; padding: 0; margin: 0 0 1rem; }
.footer-link-container li { margin-bottom: .35rem; }
.footer-link { color: #b9cecb; display: inline-flex; align-items: center; gap: .45rem; font-size: .92rem; }
.footer-link:hover { color: var(--amber); }
.footer-link-container p { color: #aec5c1; font-size: .9rem; margin: 0; }
.contact-link { color: #fff; font-weight: 700; }
.section-division-white { border-top: 1px solid rgba(255,255,255,.14); margin: 1.5rem 0 1rem; }
.footer-alt { padding: .4rem 0; }
.footer .text-center a { color: #9fb8b4; }

/* ==========================================================================
   BREADCRUMB + SAYFA BAŞLIĞI (references-page)
   ========================================================================== */
.references-page { background: var(--sand); border-bottom: 1px solid var(--line); }
.page-header-container-references { padding: 1.4rem 18px 2rem; }
.breadcrumb-container { padding: .4rem 0 1rem; }
.breadcrumb-list { list-style: none; display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; font-size: .85rem; }
.breadcrumb-list li { display: inline-flex; align-items: center; }
.breadcrumb-list a { color: var(--muted); font-weight: 600; }
.breadcrumb-list a:hover { color: var(--amber-600); }
.breadcrumb-list i { font-size: .7rem; color: var(--muted); }
.references-page .heading { text-align: left; }
.references-page h1 { margin-top: .4rem; }
.references-page h1::after { content: ""; display: block; width: 64px; height: 4px; background: var(--amber); margin: .6rem 0 0; }
.references-page p, .references-page li { color: #2c413e; }
.references-page h3 { color: var(--teal-700); margin-top: 1.2rem; }
#about-image { width: 100%; max-width: 500px; border-radius: 8px; box-shadow: var(--shadow); display: flex; height: 400px; }

/* ==========================================================================
   PLATFORM DETAY — SEKMELER + TABLO
   ========================================================================== */
.tab-pane-wrapper { max-width: var(--maxw); margin: 1.5rem auto; padding: 0 18px; }
.tab-pane-nav { overflow-x: auto; }
.nav-tabs { display: flex; flex-wrap: wrap; gap: .4rem; border-bottom: 2px solid var(--line); padding: 0 0 .4rem; list-style: none; margin: 0; }
.nav-tabs .nav-link, .nav-tabs .nav-item { background: var(--sand); color: var(--ink); font-weight: 700; padding: .5rem .9rem; border-radius: var(--radius); text-transform: none; cursor: pointer; }
.nav-tabs .nav-link::after { display: none; }
.nav-tabs .nav-link.active { background: var(--teal-700); color: #fff; }
.tab-content { padding: 1.4rem 0; }
.tab-pane { display: none; }
.tab-pane.active, .tab-pane.show.active { display: block; }
.table { width: 100%; border-collapse: collapse; }
.table td { border: 1px solid var(--line); padding: .55rem .8rem; }
.table tr td:first-child { font-weight: 700; color: var(--teal-700); background: var(--sand); width: 55%; }
.tab-pane img { border-radius: var(--radius); }
.tab-pane-end { border-top: 1px solid var(--line); margin-top: 1rem; padding-top: 1rem; color: var(--muted); }
.tab-pane-end a { font-weight: 700; }

/* ==========================================================================
   İLETİŞİM
   ========================================================================== */
.contact-container .heading { text-align: center; margin-bottom: 1rem; }
.contact-form-wrapper { display: flex; }
.contact-form { width: 100%; background: var(--sand); border-radius: 8px; box-shadow: var(--shadow); border-top: 4px solid var(--amber); }
.contact iframe { width: 100%; border-radius: 8px; min-height: 420px; box-shadow: var(--shadow); }
.x-group { margin-bottom: 1rem; }
.x-group.x-hidden { position: absolute; left: -9999px; }
.x-lbl-sm { display: block; font-weight: 700; font-size: .85rem; margin-bottom: .35rem; color: var(--teal-700); }
.x-inpt { width: 100%; padding: .7rem .85rem; border: 1px solid var(--line); border-radius: var(--radius); font: inherit; background: #fff; color: var(--text); }
.x-inpt:focus { border-color: var(--teal-500); outline: none; box-shadow: 0 0 0 3px rgba(23,138,127,.15); }
.x-inpt:user-invalid { border-color: #c0392b; }
textarea.x-inpt { resize: vertical; min-height: 130px; }
.contact-links { margin-top: 1.5rem; }
.contact-links .page-end-link { font-size: 1rem; }

/* ==========================================================================
   BLOG / İÇERİK
   ========================================================================== */
.content-container { padding: 1.5rem 0; }
.blog-wrapper { max-width: 820px; margin: 1.5rem auto; padding: 0 18px; }
.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3 { color: var(--teal-800); }
.blog-wrapper img { border-radius: 8px; margin: 1rem 0; }

/* ==========================================================================
   GALERİ SAYFASI
   ========================================================================== */
.gallery, .gallery-container { max-width: var(--maxw); margin-inline: auto; padding: 1rem 18px; }
.project-gallery { display: grid; gap: 12px; }
.project-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); cursor: pointer; box-shadow: var(--shadow); transition: transform .25s ease; }
.project-image:hover { transform: scale(1.03); }
.project-gallery-modal { display: none; position: fixed; inset: 0; z-index: 100; background: rgba(6,48,46,.9); align-items: center; justify-content: center; padding: 2rem; }
.project-gallery-modal-img { max-width: 92vw; max-height: 86vh; border-radius: 6px; }
.close-project-gallery { position: absolute; top: 18px; right: 26px; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }
.project { max-width: var(--maxw); margin: 1.5rem auto; padding: 0 18px; }
.project .gallery { gap: 0; }
.project-image-info { padding: .5rem 0 1rem; color: var(--muted); font-size: .9rem; text-align: center; }

/* ==========================================================================
   ALERT / BİLDİRİM
   ========================================================================== */
.alert, .x-alert { max-width: var(--maxw); margin: 1rem auto; padding: .9rem 1.2rem; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.x-alert-success { background: #e6f4ea; color: #1e6b3a; border: 1px solid #bfe3cb; }
.x-alert-danger { background: #fdecea; color: #a5281b; border: 1px solid #f3c6c0; }
.x-alert-close, .close { background: none; border: 0; font-size: 1.3rem; cursor: pointer; color: inherit; line-height: 1; }
.bm-center-message { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; background: rgba(6,48,46,.55); padding: 1rem; }
.bm-center-message-inner { background: #fff; padding: 1.6rem 2rem; border-radius: 8px; box-shadow: var(--shadow-lg); border-top: 4px solid var(--amber); max-width: 420px; text-align: center; position: relative; }
#global-close { position: absolute; top: 8px; right: 12px; }

/* ==========================================================================
   POLİTİKA / HATA SAYFALARI
   ========================================================================== */
.cookie-policy-page, .policy-content, .page-content { max-width: 860px; margin: 1.5rem auto; padding: 1.5rem 18px; }
.policy-content h1, .cookie-policy-page h1 { color: var(--teal-800); }
.error-container { max-width: 760px; margin: 4rem auto; padding: 2rem 18px; text-align: center; }
.error-header { font-size: clamp(2.5rem, 8vw, 5rem); color: var(--teal-700); }
.error-text { color: var(--muted); font-size: 1.1rem; }

/* ---------- Animasyonlar ---------- */
.fade { transition: opacity .3s ease; }
.fade-product { animation: fadeIn .5s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.page, .references-page { animation: fadeIn .4s ease; }

/* ---------- Mobil ince ayarlar ---------- */
@media (max-width: 767px) {
    .overlay-content { flex-direction: column; text-align: center; }
    .header-links { justify-content: center; gap: 1rem; }
    .top-note { display: none; }
    .cta-band-in { flex-direction: column; align-items: flex-start; }
}

/* Anasayfa "Çalışmalarımızdan Kareler" vitrini — tek satır, sarma yok */
.news .row { flex-wrap: nowrap; overflow-x: auto; }
