/* TDX Bilişim — ortak stiller (tüm sayfalar) */

:root {
  /* Logodan alınan marka renkleri */
  --brand: #0052fc;
  --brand-600: #003dfc;
  --brand-700: #0030c8;
  --brand-50: #ebf1ff;
  --brand-100: #d6e3ff;
  --cyan: #00adfd;
  --cyan-300: #5fd3ff;
  --cyan-600: #0079d4;
  --cyan-700: #0064b0;
  --cyan-50: #e5f6ff;
  --ink: #0b1530;
  --ink-2: #0f1a33;
  --ink-3: #09122a;

  --fog: #f5f5f0;
  --paper: #f8fafc;
  --tx: #111820;
  --tx2: #4b5563;
  --tx3: #6b7280; /* beyaz üzerinde 4.8:1 (WCAG AA) */
  --line: rgba(11, 21, 48, .09);
  --ok: #4ade80;
  --bad: #e5484d;

  --spring: cubic-bezier(.34, 1.56, .64, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --shadow-1: 0 1px 2px rgba(11, 21, 48, .04), 0 4px 12px -4px rgba(11, 21, 48, .06);
  --shadow-2: 0 1px 2px rgba(11, 21, 48, .04), 0 10px 30px -8px rgba(11, 21, 48, .10), 0 24px 48px -18px rgba(0, 61, 252, .08);
  --shadow-3: 0 2px 4px rgba(11, 21, 48, .06), 0 18px 40px -10px rgba(11, 21, 48, .16), 0 30px 60px -20px rgba(0, 61, 252, .16);

  --topbar: 38px;
  --navh: 66px;
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--tx);
  background: #fff;
  padding-top: var(--topbar);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: calc(var(--topbar) + var(--navh) + 24px); }

.display { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; letter-spacing: -.03em; }
.wrap { max-width: 1248px; margin-inline: auto; padding-inline: 24px; }
.wrap-wide { max-width: 1398px; margin-inline: auto; padding-inline: 24px; }
.ico { width: 1em; height: 1em; flex: none; display: inline-block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ico-fill { fill: currentColor; stroke: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; border-radius: 8px; }
.todo { color: var(--cyan-300); border-bottom: 1px dashed rgba(95, 211, 255, .5); font-weight: 600; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 8px; background: var(--brand); color: #fff; font-weight: 700; }
.skip:focus { top: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 18px; font-size: 13.5px; font-weight: 700;
  border-radius: 8px; cursor: pointer; white-space: nowrap;
  transition: transform .35s var(--spring);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.97); transition-duration: .08s; }
.btn .ico { font-size: 15px; }
.btn-lg { height: 50px; padding: 0 24px; font-size: 14.5px; border-radius: 10px; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 1px 2px rgba(0, 61, 252, .2), 0 8px 18px -8px rgba(0, 61, 252, .55); }
.btn-primary:hover { background: var(--brand-600); }
.btn-primary:active { background: var(--brand-700); }
.btn-cyan { background: var(--cyan-600); color: #fff; box-shadow: 0 1px 2px rgba(0, 121, 212, .2), 0 8px 18px -8px rgba(0, 121, 212, .55); }
.btn-cyan:hover { background: var(--cyan-700); }
.btn-cyan:active { background: #00548f; }
.btn-soft { background: #f1f3f7; color: var(--tx); box-shadow: inset 0 0 0 1px var(--line); }
.btn-soft:hover { background: #e8ebf1; }
.btn-soft:active { background: #dfe3eb; }
.btn-ghost { background: rgba(255, 255, 255, .06); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); }
.btn-ghost:active { background: rgba(255, 255, 255, .18); }
.btn-wa { background: #15803d; color: #fff; box-shadow: 0 8px 18px -8px rgba(21, 128, 61, .6); }
.btn-wa:hover { background: #166534; }
.btn-wa:active { background: #14532d; }

.link-arrow { display: inline-flex; align-items: center; gap: 4px; font-size: 13.5px; font-weight: 700; color: var(--brand); border-radius: 6px; transition: transform .3s var(--spring); }
.link-arrow .ico { font-size: 14px; transition: transform .35s var(--spring); }
.link-arrow:hover { color: var(--brand-600); }
.link-arrow:hover .ico { transform: translateX(3px); }
.link-arrow:active { transform: scale(.97); }

/* ---------- Top bar ---------- */
.topbar { position: fixed; inset: 0 0 auto 0; height: var(--topbar); background: var(--ink); color: #cbd5e1; z-index: 60; font-size: 11px; }
.topbar .wrap-wide { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tb-group { display: flex; align-items: center; gap: 14px; min-width: 0; }
.tb-loc { display: flex; align-items: center; gap: 7px; line-height: 1.1; }
.tb-loc .pin { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(0, 82, 252, .2); color: var(--cyan); box-shadow: inset 0 0 0 1px rgba(0, 173, 253, .35); font-size: 10px; }
.tb-loc b { display: block; color: #fff; font-size: 11px; font-weight: 700; }
.tb-loc small { display: block; font-size: 8px; font-weight: 600; letter-spacing: .08em; color: #7c8aa5; text-transform: uppercase; }
.tb-sep { width: 1px; height: 16px; background: rgba(255, 255, 255, .12); }
.tb-label { font-size: 8.5px; font-weight: 700; letter-spacing: .14em; color: #8391ab; text-transform: uppercase; margin-right: 4px; }
.tb-chip { font-size: 9.5px; font-weight: 600; color: #d5dcea; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 4px; padding: 3px 7px; white-space: nowrap; transition: opacity .2s ease; }
.tb-chip:hover { color: #fff; background: rgba(255, 255, 255, .14); }
.tb-chip:active { opacity: .7; }
.tb-mail { display: inline-flex; align-items: center; gap: 6px; color: #8d9ab3; transition: opacity .2s ease; }
.tb-mail:hover { color: #fff; }
.tb-mail:active { opacity: .7; }
.tb-clock { font-size: 12px; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }
.tb-call { height: auto; font-size: 11px; padding: 5px 11px; border-radius: 5px; gap: 6px; }
.tb-partners, .tb-mail, .tb-loc-2, .tb-sep { display: none; }
.tb-partners { gap: 6px; }
@media (min-width: 768px) { .tb-mail, .tb-loc-2 { display: inline-flex; } }
@media (min-width: 1180px) { .tb-partners, .tb-sep { display: flex; } }

/* ---------- Nav ---------- */
.nav { position: sticky; top: var(--topbar); z-index: 50; background: rgba(245, 245, 240, .94); -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.nav > .wrap-wide { height: var(--navh); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; border-radius: 8px; transition: transform .35s var(--spring), opacity .2s ease; }
.brand:hover { opacity: .85; }
.brand:active { transform: scale(.97); }
.brand img { height: 40px; width: auto; }
.nav-right { display: flex; align-items: center; gap: 6px; }
.menu { display: flex; align-items: center; gap: 2px; }
.menu > li { position: relative; }
.menu > li.has-mega { position: static; }
.menu-link { position: relative; display: inline-flex; align-items: center; gap: 4px; padding: 8px 12px; font-size: 13.5px; font-weight: 500; color: var(--tx); border-radius: 8px; transition: transform .3s var(--spring); }
.menu-link:hover { color: var(--brand); background: rgba(0, 82, 252, .06); }
.menu-link:active { transform: scale(.96); }
.menu-link[aria-current="page"] { color: var(--brand); font-weight: 600; }
.menu-link .chev { font-size: 13px; color: var(--tx3); transition: transform .35s var(--spring); }
.has-dd:hover .chev, .has-dd:focus-within .chev, .has-mega:hover .chev, .has-mega:focus-within .chev { transform: rotate(180deg); }
/* Link ile panel arasındaki boşlukta hover kaybolmasın */
.has-dd > .menu-link::after, .has-mega > .menu-link::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 22px; }

.dd { position: absolute; top: calc(100% + 12px); left: 0; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-3); padding: 8px; opacity: 0; transform: translateY(6px); pointer-events: none; transition: opacity .2s ease, transform .35s var(--spring); }
.has-dd:hover .dd, .has-dd:focus-within .dd { opacity: 1; transform: none; pointer-events: auto; }
.dd.dd-2 { display: grid; grid-template-columns: 1fr 1fr; min-width: 440px; }
.dd a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 13px; color: var(--tx2); transition: transform .3s var(--spring); }
.dd a:hover { background: var(--brand-50); color: var(--brand); }
.dd a:active { transform: scale(.98); }

.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(11, 21, 48, .35); opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s ease, transform .4s var(--spring); }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; transform: none; pointer-events: auto; }
.mega-inner { display: grid; grid-template-columns: repeat(4, 1fr) 280px; gap: 28px; padding-block: 28px 32px; }
.mega-col h6 { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tx3); }
.mega-col h6 .ico { font-size: 14px; color: var(--brand); }
.mega-col a { display: block; padding: 9px 10px; margin-inline: -10px; border-radius: 9px; transition: transform .3s var(--spring); }
.mega-col a b { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.mega-col a span { display: block; font-size: 12px; color: var(--tx3); }
.mega-col a:hover { background: var(--brand-50); }
.mega-col a:hover b { color: var(--brand); }
.mega-col a:active { transform: scale(.98); }
.mega-promo { position: relative; overflow: hidden; padding: 22px; border-radius: 14px; color: #fff; background: radial-gradient(90% 80% at 100% 0%, rgba(0, 82, 252, .55), transparent 60%), var(--ink); }
.mega-promo small { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan-300); }
.mega-promo b { display: block; margin: 8px 0 6px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; letter-spacing: -.02em; line-height: 1.2; }
.mega-promo p { font-size: 12.5px; line-height: 1.6; color: #9fb0cc; margin-bottom: 16px; }
.mega-promo .btn { height: 38px; font-size: 12.5px; }
.mega-all { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--tx3); }

.wa-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; font-size: 13.5px; font-weight: 500; color: var(--tx); border-radius: 8px; transition: transform .3s var(--spring); }
.wa-link .ico { font-size: 17px; }
.wa-link:hover { background: rgba(31, 174, 84, .08); color: #138a40; }
.wa-link:active { transform: scale(.96); }
.nav-cta { height: 36px; padding: 0 16px; font-size: 13px; border-radius: 7px; margin-left: 6px; }
.nav-toggle { display: none; width: 40px; height: 40px; border-radius: 10px; place-items: center; color: var(--ink); font-size: 22px; transition: transform .3s var(--spring); }
.nav-toggle:hover { background: rgba(11, 21, 48, .06); }
.nav-toggle:active { transform: scale(.94); }

@media (max-width: 1199px) {
  .nav-toggle { display: grid; }
  .menu { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 2px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-3); padding: 12px 16px 20px; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .35s var(--spring); }
  .nav.open .menu { visibility: visible; opacity: 1; transform: none; }
  .menu .dd, .menu .mega, .menu .chev { display: none; }
  .menu-link { width: 100%; padding: 12px 10px; font-size: 15px; }
  .wa-link span { display: none; }
}
@media (max-width: 560px) { .nav-cta { display: none; } }

/* ---------- Heroes ---------- */
.hero, .hero-home {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(55% 95% at 90% 105%, rgba(0, 61, 252, .42), transparent 62%),
    radial-gradient(40% 70% at 68% -10%, rgba(0, 173, 253, .12), transparent 60%),
    radial-gradient(35% 80% at 0% 110%, rgba(0, 82, 252, .14), transparent 60%),
    linear-gradient(180deg, #0b1530 0%, #0d1838 100%);
}
.hero::after, .hero-home::after, .cta-band::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .09; mix-blend-mode: overlay; background-image: var(--noise); }
.hero > .wrap, .hero-home > .wrap { position: relative; z-index: 1; }

.hero { text-align: center; padding: 56px 0 70px; }
.hero.has-overlap { padding-bottom: 120px; }
.crumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-bottom: 22px; font-size: 12px; color: #7f8fb0; }
.crumbs a { border-radius: 4px; transition: opacity .2s ease; }
.crumbs a:hover { color: #fff; }
.crumbs a:active { opacity: .7; }
.crumbs span[aria-current] { color: #cbd5e1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 13px; border-radius: 999px; background: rgba(0, 173, 253, .12); border: 1px solid rgba(0, 173, 253, .35); color: #7fdcff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 28px; }
.hero-badge i { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.hero-badge i::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--ok); animation: ping 2s cubic-bezier(0, 0, .2, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.4); opacity: 0; } }
.hero h1 { max-width: 900px; margin: 0 auto 18px; font-size: clamp(30px, 4.6vw, 46px); font-weight: 700; line-height: 1.12; }
.hero h1 em, .hero-home h1 em { font-style: normal; color: var(--cyan-300); }
.hero-lead { max-width: 580px; margin: 0 auto; font-size: 17px; line-height: 1.8; color: #9fb0cc; }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.hero-checks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 32px; margin-top: 38px; font-size: 13px; font-weight: 500; color: #e6ecf7; }
.hero-checks li { display: inline-flex; align-items: center; gap: 8px; }
.hero-checks .ico { color: var(--ok); font-size: 13px; stroke-width: 2.6; }

/* Ana sayfa hero'su */
.hero-home { padding: 72px 0 150px; }
.hero-home > .wrap { display: grid; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .hero-home > .wrap { grid-template-columns: 1.05fr .95fr; } }
.hero-home .hero-badge { margin-bottom: 24px; }
.hero-home h1 { font-size: clamp(36px, 5.2vw, 60px); font-weight: 800; line-height: 1.04; letter-spacing: -.04em; }
.hero-home .hero-lead { margin: 22px 0 0; max-width: 540px; }
.hero-home .hero-cta, .hero-home .hero-checks { justify-content: flex-start; }
.hero-home .hero-checks { margin-top: 34px; }

/* İzleme paneli illüstrasyonu */
.dash-wrap { position: relative; width: 100%; max-width: 540px; margin-inline: auto; }
.dash { position: relative; padding: 18px; border-radius: 20px; background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03)); border: 1px solid rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .08); }
.dash-head { display: flex; align-items: center; gap: 10px; padding: 0 4px 14px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 12px; font-weight: 600; color: #cbd5e1; }
.dash-dots { display: flex; gap: 5px; }
.dash-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.dash-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: #86efac; }
.dash-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .3; } }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.dash-tile { padding: 14px; border-radius: 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); }
.dash-tile span { display: block; font-size: 11px; color: #8d9ab3; }
.dash-tile b { display: block; margin-top: 4px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; letter-spacing: -.02em; color: #fff; }
.dash-tile small { display: inline-flex; align-items: center; gap: 5px; margin-top: 2px; font-size: 11px; color: #86efac; }
.dash-tile small.info { color: #7fdcff; }
.dash-chart { margin-top: 10px; padding: 14px; border-radius: 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); }
.dash-chart header { display: flex; justify-content: space-between; font-size: 11px; color: #8d9ab3; margin-bottom: 12px; }
.dash-chart header b { color: #fff; font-weight: 600; }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 72px; }
.bars span { flex: 1; height: var(--h); border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--cyan), var(--brand)); opacity: .85; transform-origin: bottom; animation: grow 1s var(--ease-out) both; animation-delay: calc(var(--i) * 60ms + 300ms); }
@keyframes grow { from { transform: scaleY(0); } }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: #fff; color: var(--ink); box-shadow: var(--shadow-3); font-size: 12px; line-height: 1.3; animation: floaty 6s ease-in-out infinite; }
.float-card b { display: block; font-size: 12.5px; }
.float-card span { color: var(--tx3); font-size: 11px; }
.float-card .tile { width: 34px; height: 34px; border-radius: 9px; font-size: 16px; }
.fc-1 { left: -34px; bottom: 30px; }
.fc-2 { right: 28px; top: -50px; animation-delay: -3s; }
@keyframes floaty { 50% { transform: translateY(-8px); } }
@media (max-width: 640px) { .float-card { display: none; } }
/* Mobilde illüstrasyon gizlenir; hizmetler ve güven unsurları ilk ekrana yaklaşır */
@media (max-width: 767px) { .dash-wrap { display: none; } .hero-home { padding: 56px 0 130px; } }

/* ---------- Sections ---------- */
.sec { padding: 88px 0; }
.sec-sm { padding: 64px 0; }
.bg-paper { background: var(--paper); }
.bg-white { background: #fff; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.sec-head.left { text-align: left; margin-inline: 0; }
.eyebrow { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--brand); }
.sec-head h2 { margin-top: 10px; font-size: clamp(26px, 3.2vw, 34px); font-weight: 700; line-height: 1.15; color: var(--ink); }
.sec-head h2 em { font-style: normal; color: var(--brand); }
.sec-head p { margin-top: 14px; font-size: 15px; line-height: 1.75; color: var(--tx2); }

/* ---------- Cards & tiles ---------- */
.card { background: #fff; border-radius: 16px; border: 1px solid rgba(11, 21, 48, .06); box-shadow: var(--shadow-2); }
.tile { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; flex: none; font-size: 20px; color: var(--brand); background: var(--brand-50); }
.tile.cyan { color: var(--cyan-600); background: var(--cyan-50); }
.tile.red { color: var(--bad); background: #fff1f2; }
.tile.dark { color: var(--cyan-300); background: rgba(255, 255, 255, .07); }

/* Hover'da yükselen kart: gölge opaklıkla açılır */
.lift { position: relative; transition: transform .4s var(--spring); }
.lift::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: var(--shadow-3); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.lift:hover { transform: translateY(-4px); }
.lift:hover::after { opacity: 1; }
.lift:active { transform: translateY(-1px) scale(.99); }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 24px; }
@media (min-width: 640px) { .grid-2, .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }

/* Hero altına binen özellik kartları */
.overlap { position: relative; z-index: 2; margin-top: -96px; }
.feat { padding: 26px 24px; }
.feat .tile { margin-bottom: 18px; }
.feat h3 { font-size: 16px; font-weight: 700; color: var(--ink); }
.feat p { margin-top: 6px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }
.chip { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 700; color: var(--brand); background: var(--brand-50); }

/* İstatistik kartları */
.stat { padding: 26px 20px; text-align: center; }
.stat b { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: var(--ink); }
.stat b em { font-style: normal; color: var(--brand); }
.stat span { display: block; margin-top: 6px; font-size: 13px; color: var(--tx2); }

/* Kategori kartları (Çözümler) */
.cat { display: flex; flex-direction: column; padding: 28px 26px; }
.cat h3 { margin-top: 18px; font-size: 17px; font-weight: 700; color: var(--ink); }
.cat > p { margin-top: 8px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }
.cat ul { margin: 18px 0 22px; display: grid; gap: 2px; }
.cat li a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; margin-inline: -10px; border-radius: 8px; font-size: 13.5px; font-weight: 500; color: var(--tx); transition: transform .3s var(--spring); }
.cat li a .ico { font-size: 14px; color: var(--tx3); }
.cat li a:hover { background: var(--brand-50); color: var(--brand); }
.cat li a:hover .ico { color: var(--brand); }
.cat li a:active { transform: scale(.98); }
.cat .link-arrow { margin-top: auto; }

/* Süreç adımları */
.steps { display: grid; gap: 24px; counter-reset: step; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 28px 24px; }
.step-no { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--brand)); box-shadow: 0 8px 18px -8px rgba(0, 82, 252, .7); }
.step h3 { margin-top: 18px; font-size: 16px; font-weight: 700; color: var(--ink); }
.step p { margin-top: 6px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }
.step small { display: inline-block; margin-top: 14px; font-size: 11.5px; font-weight: 700; color: var(--cyan-600); }
@media (min-width: 1024px) {
  .step:not(:last-child)::before { content: ""; position: absolute; top: 50px; left: calc(24px + 44px + 12px); right: -24px; height: 2px; background: repeating-linear-gradient(90deg, var(--brand-100) 0 6px, transparent 6px 12px); }
}

/* Karşılaştırma tablosu */
.compare { display: grid; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-3); }
.compare-row { display: grid; grid-template-columns: 1fr 1fr; }
.compare-row > div { display: flex; align-items: flex-start; gap: 12px; padding: 18px 24px; font-size: 14px; line-height: 1.6; }
.compare-row > div:first-child { background: #fff; color: var(--tx2); border-bottom: 1px solid var(--line); }
.compare-row > div:last-child { background: var(--ink); color: #e6ecf7; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.compare-row:last-child > div { border-bottom: 0; }
.compare-row .ico { margin-top: 3px; font-size: 16px; flex: none; }
.compare-row > div:first-child .ico { color: var(--bad); }
.compare-row > div:last-child .ico { color: var(--ok); stroke-width: 2.6; }
.compare-head > div { padding-block: 20px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.compare-head > div:first-child { background: #f1f3f7; color: var(--tx2); }
.compare-head > div:last-child { background: var(--brand); color: #fff; }
@media (max-width: 640px) { .compare-row > div { padding: 14px 14px; font-size: 13px; } }

/* İki sütunlu tanıtım */
.split { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } }
.split .sec-head { margin-bottom: 28px; }
.checks { display: grid; gap: 12px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; color: var(--tx); }
.checks .ico { margin-top: 3px; font-size: 16px; color: var(--brand); stroke-width: 2.6; }
.icon-list { display: grid; gap: 16px; }
@media (min-width: 640px) { .icon-list { grid-template-columns: 1fr 1fr; } }
.icon-item { display: flex; gap: 14px; }
.icon-item h3 { font-size: 15px; font-weight: 700; color: var(--ink); }
.icon-item p { margin-top: 4px; font-size: 13.5px; line-height: 1.65; color: var(--tx2); }

/* Koyu vitrin kartı */
.showcase { position: relative; overflow: hidden; padding: 32px; border-radius: 22px; color: #fff; background: radial-gradient(70% 60% at 100% 0%, rgba(0, 82, 252, .45), transparent 65%), radial-gradient(50% 50% at 0% 100%, rgba(0, 173, 253, .18), transparent 70%), var(--ink); box-shadow: var(--shadow-3); }
.showcase h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; letter-spacing: -.02em; }
.showcase > p { margin-top: 8px; font-size: 14px; line-height: 1.7; color: #9fb0cc; }
.showcase-list { display: grid; gap: 10px; margin-top: 22px; }
.showcase-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 10px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .07); font-size: 13.5px; color: #cbd5e1; }
.showcase-list b { font-size: 12px; color: var(--ok); }

/* Sorun kartları */
.problem { display: flex; gap: 14px; padding: 22px; }
.problem h3 { font-size: 15px; font-weight: 700; color: var(--ink); }
.problem p { margin-top: 4px; font-size: 13.5px; line-height: 1.65; color: var(--tx2); }

/* Kapsam kartları */
.scope { padding: 28px 26px; }
.scope header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.scope h3 { font-size: 16px; font-weight: 700; color: var(--ink); }
.scope .checks li { font-size: 13.5px; }

/* Sektör kartları */
.sector { padding: 24px 22px; }
.sector h3 { margin-top: 16px; font-size: 15px; font-weight: 700; color: var(--ink); }
.sector p { margin-top: 6px; font-size: 13px; line-height: 1.65; color: var(--tx2); }

/* Hizmet kartları */
.svc { display: flex; gap: 14px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.svc .tile { width: 40px; height: 40px; border-radius: 10px; font-size: 18px; }
.svc h3 { font-size: 14.5px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.svc p { margin-top: 5px; font-size: 13px; line-height: 1.65; color: var(--tx2); }
.svc-card { display: flex; flex-direction: column; padding: 28px 26px; }
.svc-card h3 { margin-top: 18px; font-size: 17px; font-weight: 700; color: var(--ink); }
.svc-card > p { margin-top: 8px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }
.svc-card .checks { margin: 18px 0 22px; gap: 8px; }
.svc-card .checks li { font-size: 13.5px; }
.svc-card .link-arrow { margin-top: auto; }
.group-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.group-head .sec-head { margin-bottom: 0; }
.center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 44px; }

/* Değer kartları */
.value { padding: 24px; }
.value h3 { margin-top: 14px; font-size: 15px; font-weight: 700; color: var(--ink); }
.value p { margin-top: 6px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }

/* ---------- Partner logoları ---------- */
.plogo { display: flex; align-items: center; justify-content: center; height: 76px; min-width: 176px; padding: 0 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; transition: transform .35s var(--spring); }
/* multiply: beyaz arka planlı logo dosyaları kartın zeminine karışır */
.plogo img { max-height: 42px; max-width: 130px; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1); opacity: .7; transition: opacity .25s ease; }
.plogo:hover { transform: translateY(-2px); }
.plogo:hover img { filter: none; opacity: 1; }
.plogo-text { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.02em; color: #44506a; white-space: nowrap; }
.plogo:has(img) .plogo-text { display: none; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 56s linear infinite; }
.marquee-track > * { margin-right: 16px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.logo-strip { padding: 40px 0; border-bottom: 1px solid var(--line); }
.logo-strip p { text-align: center; margin-bottom: 22px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--tx3); }

/* Müşteri logoları */
.cust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 640px) { .cust-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cust-grid { grid-template-columns: repeat(4, 1fr); } }
.cust-grid .plogo { min-width: 0; height: 104px; padding: 0 22px; }
.cust-grid .plogo img { max-height: 56px; max-width: 170px; }
.cust-grid .plogo-text { font-size: 15px; white-space: normal; text-align: center; }
.plogo.placeholder { background: transparent; border: 1.5px dashed var(--brand-100); }
.plogo.placeholder:hover { transform: none; }
.plogo.placeholder .plogo-text { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0; color: var(--tx3); }

.partner { display: flex; flex-direction: column; padding: 20px; }
.partner .plogo { height: 96px; min-width: 0; background: var(--paper); border-color: transparent; }
.partner h3 { margin-top: 18px; font-size: 16px; font-weight: 700; color: var(--ink); }
.partner p { margin-top: 6px; font-size: 13.5px; line-height: 1.65; color: var(--tx2); }
.partner .link-arrow { margin-top: 16px; }
.cat-title { display: flex; align-items: center; gap: 12px; margin: 56px 0 22px; }
.cat-title:first-child { margin-top: 0; }
.cat-title h3 { font-size: 18px; font-weight: 700; color: var(--ink); }
.cat-title span { font-size: 12px; font-weight: 600; color: var(--tx3); }
.fineprint { margin-top: 40px; text-align: center; font-size: 12px; color: var(--tx3); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-1); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding: 14px 22px; font-size: 14px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--brand); }
.faq-list summary:active { opacity: .75; }
.faq-list summary .ico { font-size: 16px; color: var(--tx3); transition: transform .35s var(--spring); }
.faq-list details[open] summary .ico { transform: rotate(180deg); }
.faq-list details p { padding: 0 22px 20px; font-size: 14px; line-height: 1.75; color: var(--tx2); }

/* ---------- Trust strip ---------- */
.trust { background: var(--ink); }
.trust ul { min-height: 45px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 36px; padding-block: 10px; }
.trust li { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: #cbd5e1; }
.trust .ico { font-size: 12px; color: var(--cyan); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; display: grid; gap: 28px; align-items: center; padding: 48px 28px; border-radius: 24px; color: #fff; background: radial-gradient(60% 120% at 100% 100%, rgba(0, 61, 252, .55), transparent 60%), radial-gradient(40% 80% at 0% 0%, rgba(0, 173, 253, .16), transparent 60%), var(--ink); box-shadow: var(--shadow-3); }
@media (min-width: 900px) { .cta-band { grid-template-columns: 1fr auto; padding: 56px 56px; } }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.15; }
.cta-band h2 em { font-style: normal; color: var(--cyan-300); }
.cta-band p { margin-top: 10px; max-width: 560px; font-size: 15px; line-height: 1.7; color: #9fb0cc; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink-3); color: #9aa8c0; padding-top: 64px; }
.f-grid { display: grid; gap: 40px; }
@media (min-width: 640px) { .f-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .f-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.f-logo img { height: 38px; width: auto; }
.f-about { max-width: 320px; margin-top: 18px; font-size: 13px; line-height: 1.85; }
.f-contact { margin-top: 16px; display: grid; gap: 6px; font-size: 12.5px; }
.f-contact a { display: inline-flex; align-items: center; gap: 8px; color: #c3cde0; border-radius: 4px; }
.f-contact .ico { font-size: 13px; color: var(--cyan); }
.f-col h4 { margin-bottom: 14px; font-size: 13px; font-weight: 700; color: #fff; }
.f-col ul { display: grid; gap: 5px; font-size: 12.5px; }
.f-col ul.f-cols-2 { display: block; columns: 2; column-gap: 16px; }
.f-col ul.f-cols-2 li { margin-bottom: 5px; break-inside: avoid; }
.footer a { transition: opacity .2s ease; }
.footer a:hover { color: #fff; }
.footer a:active { opacity: .7; }
.f-bottom { margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; font-size: 11.5px; color: #7f8fb0; }
.f-bottom nav { display: flex; gap: 20px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; left: 24px; bottom: 24px; z-index: 70; display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px 9px 10px; border-radius: 999px; background: #15803d; color: #fff; box-shadow: 0 2px 6px rgba(9, 18, 42, .15), 0 10px 26px -8px rgba(21, 128, 61, .6); transition: transform .35s var(--spring); }
.wa-float:hover { background: #166534; transform: translateY(-2px); }
.wa-float:active { transform: scale(.96); }
.wa-float:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 999px; }
.wa-float .wa-ico { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(9, 18, 42, .16); font-size: 18px; }
.wa-float b { display: block; font-size: 13px; line-height: 1.15; }
.wa-float small { display: block; font-size: 10px; opacity: .85; }
@media (max-width: 480px) { .wa-float { padding: 8px; } .wa-float > span:last-child { display: none; } }

/* ---------- İletişim sayfası ---------- */
.contact-grid { display: grid; gap: 24px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 40px; align-items: start; } }
.form-card { padding: 28px 20px; }
@media (min-width: 640px) { .form-card { padding: 44px; } }
.form-card h2 { font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--ink); }
.form-card .lead { margin: 6px 0 30px; font-size: 14.5px; line-height: 1.55; color: var(--tx2); }
.fgrid { display: grid; gap: 14px; }
@media (min-width: 640px) { .fgrid { grid-template-columns: 1fr 1fr; } }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.field label b { color: var(--brand); font-weight: 700; }
.input { width: 100%; height: 40px; padding: 0 14px; font-size: 14px; color: var(--tx); background: #fff; border: 1px solid #e2e6ed; border-radius: 9px; outline: none; }
.input::placeholder { color: var(--tx3); }
.input:hover { border-color: #cdd4df; }
.input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(0, 82, 252, .12); }
.input:user-invalid { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(229, 72, 77, .1); }
select.input { appearance: none; -webkit-appearance: none; padding-right: 38px; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239aa3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
textarea.input { height: 130px; padding: 12px 14px; line-height: 1.6; resize: vertical; }
.consent { margin-top: 10px; font-size: 12px; line-height: 1.8; color: var(--tx3); }
.consent a { color: var(--brand); font-weight: 500; border-radius: 3px; }
.consent a:hover { text-decoration: underline; }
.consent a:active { opacity: .7; }
.submit { width: 100%; height: 46px; margin-top: 22px; font-size: 14px; border-radius: 9px; }
.form-status { margin-top: 14px; padding: 12px 14px; border-radius: 9px; background: #ecfdf3; color: #146c3a; font-size: 13px; line-height: 1.6; border: 1px solid #b7ebcb; }
.form-status.is-error { background: #fef2f2; color: #9f1d20; border-color: #fbcaca; }
.form-status a { font-weight: 700; text-decoration: underline; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 12.5px; line-height: 1.7; color: var(--tx2); cursor: pointer; }
.check-field input { flex: none; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand); cursor: pointer; }
.check-field a { color: var(--brand); font-weight: 600; }
.check-field a:hover { text-decoration: underline; }
.check-field b { color: var(--brand); }
.submit:disabled { opacity: .7; cursor: progress; }

.side { display: grid; gap: 20px; }
.office { padding: 26px 28px; border-top: 3px solid var(--brand); }
.office.alt { border-top-color: var(--cyan-600); }
.office-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.office-head .tile { font-size: 20px; }
.office.alt .tile { background: var(--cyan-50); }
.office-head h3 { font-size: 15.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.office-head p { font-size: 11.5px; color: var(--tx3); }
.office ul { display: grid; gap: 12px; font-size: 13.5px; line-height: 1.6; }
.office li { display: flex; gap: 10px; align-items: flex-start; }
.office li .ico { margin-top: 3px; font-size: 15px; color: var(--tx3); }
.office li a { color: var(--tx); border-radius: 4px; }
.office li a:hover { color: var(--brand); }
.office li a:active { opacity: .7; }
.office-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.office-actions .btn { height: 36px; padding: 0 12px; font-size: 12.5px; border-radius: 7px; }
.office-actions .ico { font-size: 14px; }

.stats-card { position: relative; overflow: hidden; padding: 26px 28px 28px; border-radius: 16px; background: var(--ink); color: #fff; box-shadow: var(--shadow-3); }
.stats-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 100% 0%, rgba(0, 82, 252, .25), transparent 70%); pointer-events: none; }
.stats-card h3 { position: relative; margin-bottom: 16px; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #cbd5e1; }
.stats-card ul { position: relative; display: grid; gap: 10px; }
.stats-card li { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 14px; border-radius: 7px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .06); font-size: 12.5px; }
.stats-card li span { color: #9aa8c0; }
.stats-card li b { color: var(--ok); font-weight: 700; }
.stats-card li b.w { color: #fff; }

.touch-card { padding: 30px 28px 28px; text-align: center; }
.touch-card .tile { width: 54px; height: 54px; border-radius: 13px; font-size: 22px; margin: 0 auto 16px; }
.touch-card h3 { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.touch-card p { margin: 6px auto 0; max-width: 280px; font-size: 13.5px; line-height: 1.75; color: var(--tx2); }
.touch-card .link-arrow { margin-top: 16px; }

.legal { background: var(--ink-2); color: #fff; padding: 64px 0; }
.legal-head { text-align: center; margin-bottom: 36px; }
.legal-head h2 { font-size: 20px; font-weight: 700; }
.legal-head p { margin-top: 6px; font-size: 13px; color: #8d9ab3; }
.legal-name { display: flex; align-items: center; gap: 14px; padding: 22px; border-radius: 12px; background: rgba(0, 82, 252, .12); border: 1px solid rgba(0, 173, 253, .28); }
.legal-name .ico { font-size: 17px; color: var(--cyan-300); }
.legal-label { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7f8fb0; }
.legal-value { display: block; margin-top: 5px; font-size: 13.5px; font-weight: 700; color: #fff; }
.legal-grid { display: grid; gap: 18px 24px; margin-top: 18px; }
@media (min-width: 768px) { .legal-grid { grid-template-columns: repeat(3, 1fr); } .legal-grid .span-2 { grid-column: span 2; } }
.legal-item { padding: 22px; border-radius: 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); }

.map-card { border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow-2); border: 1px solid rgba(11, 21, 48, .05); }
.map-card header { height: 47px; display: flex; align-items: center; gap: 8px; padding: 0 18px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 700; }
.map-card.alt header { background: var(--cyan-600); }
.map-card iframe { display: block; width: 100%; height: 260px; border: 0; }

/* ---------- Marka sayfaları ---------- */
.brand-hero-logo { display: flex; width: fit-content; align-items: center; justify-content: center; height: 76px; min-width: 190px; padding: 0 28px; margin: 0 auto 24px; border-radius: 16px; background: #fff; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .5); }
.brand-hero-logo img { max-height: 44px; max-width: 170px; object-fit: contain; }
.showcase-links { display: grid; gap: 10px; margin-top: 22px; }
.showcase-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; border-radius: 10px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .09); font-size: 14px; font-weight: 600; color: #fff; transition: transform .3s var(--spring); }
.showcase-links a .ico { color: var(--cyan-300); transition: transform .35s var(--spring); }
.showcase-links a:hover { background: rgba(255, 255, 255, .12); }
.showcase-links a:hover .ico { transform: translateX(3px); }
.showcase-links a:active { transform: scale(.98); }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

/* ---------- Blog ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 36px; }
.filter { height: 36px; padding: 0 16px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--tx2); background: #fff; box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s var(--spring); }
.filter:hover { color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand-100); }
.filter:active { transform: scale(.96); }
.filter.is-active { color: #fff; background: var(--brand); box-shadow: none; }
.post { display: flex; flex-direction: column; padding: 26px; }
.post-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.post-top .chip { margin-top: 0; }
.post h3 { margin-top: 18px; font-size: 17px; font-weight: 700; line-height: 1.4; color: var(--ink); }
.post p { margin-top: 8px; font-size: 13.5px; line-height: 1.7; color: var(--tx2); }
.post-meta { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 18px; font-size: 12px; color: var(--tx3); }
.post:hover h3 { color: var(--brand); }
.post-hero-meta { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 13.5px; color: #9fb0cc; }

/* ---------- Uzun metin (blog, yasal sayfalar) ---------- */
.prose { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.8; color: var(--tx); }
.prose > * + * { margin-top: 18px; }
.prose .prose-lead { font-size: 18px; line-height: 1.75; color: var(--tx2); }
.prose h2 { margin-top: 40px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; color: var(--ink); }
.prose ul { padding-left: 22px; list-style: disc; }
.prose li + li { margin-top: 8px; }
.prose li::marker { color: var(--brand); }
.prose a { color: var(--brand); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--brand-600); }
.prose b { color: var(--ink); }
.tip { display: flex; gap: 12px; padding: 18px 20px; border-radius: 12px; background: var(--brand-50); border: 1px solid var(--brand-100); }
.tip .ico { flex: none; margin-top: 5px; font-size: 18px; color: var(--brand); }
.tip p { font-size: 15px; line-height: 1.7; color: var(--ink); }

.hero-404 { padding: 110px 0 130px; }

/* ---------- Hizmet bölgeleri ---------- */
.region-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.region-chip { display: inline-flex; align-items: center; gap: 7px; height: 42px; padding: 0 18px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--shadow-1); font-size: 14px; font-weight: 600; color: var(--ink); transition: transform .3s var(--spring); }
.region-chip .ico { font-size: 15px; color: var(--brand); }
.region-chip:hover { color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand-100), var(--shadow-2); transform: translateY(-2px); }
.region-chip:active { transform: scale(.97); }
.region-chip.all { background: var(--brand); color: #fff; box-shadow: 0 8px 18px -8px rgba(0, 61, 252, .55); }
.region-chip.all .ico { color: #fff; }
.region-chip.all:hover { background: var(--brand-600); color: #fff; }

/* Bağlantı olarak kullanılan kartlar */
a.feat, a.value { display: block; }
a.feat .link-arrow, a.value .link-arrow { margin-top: 16px; }
a.feat:hover h3, a.value:hover h3 { color: var(--brand); }

/* ---------- Scroll reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .8s var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }

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