/* ==========================================================================
   Servisdr — servisiletisimbildirim.com
   Concept: "Clinical Precision" — white field, deep teal, mint sterile accents.
   Display: Sora · Body: Nunito Sans (self-hosted, latin + latin-ext / Turkish)
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("type/sora-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("type/sora-ext.woff2") format("woff2");
  unicode-range: U+0100-0130, U+0132-017F;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("type/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("type/nunito-ext.woff2") format("woff2");
  unicode-range: U+0100-0130, U+0132-017F;
}

/* ---------- Tokens ---------- */
:root {
  --paper: #ffffff;
  --paper-2: #f4fbf9;
  --paper-3: #edf7f4;
  --mint: #ccfbf1;
  --mint-2: #e6fbf5;
  --teal: #0f766e;
  --teal-700: #0b564f;
  --teal-300: #5fd9c8;
  --ink: #0a2a26;
  --ink-deep: #07312c;
  --muted: #5b7a74;
  --line: #d3e7e1;
  --line-2: #bcdbd3;

  --sans: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  --display: "Sora", ui-sans-serif, system-ui, sans-serif;

  --fs-hero: clamp(2.35rem, 1.35rem + 4.1vw, 4.3rem);
  --fs-h2: clamp(1.65rem, 1.15rem + 1.9vw, 2.55rem);
  --fs-h3: clamp(1.12rem, 1.02rem + .45vw, 1.32rem);
  --fs-lead: clamp(1.05rem, .99rem + .35vw, 1.22rem);

  --wrap: 1200px;
  --pad: clamp(20px, 5vw, 56px);
  --sec: clamp(58px, 3.4vw + 42px, 108px);
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 1px 2px rgba(10, 42, 38, .04), 0 18px 40px -28px rgba(15, 118, 110, .3);
  --shadow-lift: 0 2px 4px rgba(10, 42, 38, .05), 0 30px 55px -30px rgba(15, 118, 110, .42);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; color: var(--ink-deep); }
strong { font-weight: 800; color: var(--ink-deep); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 3px; }

/* ---------- Layout ---------- */
.cl-c { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.cl-c--narrow { max-width: 940px; }
.cl-sec { padding-block: var(--sec); }
.cl-sec--tight { padding-block: clamp(30px, 2vw + 18px, 52px); }
.cl-sec--mint { background: var(--paper-2); border-block: 1px solid var(--line); }
.cl-sec--ink {
  background:
    radial-gradient(120% 130% at 88% -10%, rgba(95, 217, 200, .16), transparent 55%),
    linear-gradient(180deg, #0a2a26, #07312c);
  color: #dff4ef;
}
.cl-skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--teal); color: #fff; padding: 12px 18px; border-radius: var(--radius-sm);
  font-weight: 700; transition: top .2s var(--ease);
}
.cl-skip:focus { top: 12px; }

/* ---------- Measurement rail (signature motif) ---------- */
.cl-rail {
  height: 15px;
  background:
    repeating-linear-gradient(90deg, var(--teal) 0 1px, transparent 1px 9px) bottom left / 100% 7px no-repeat,
    repeating-linear-gradient(90deg, var(--teal) 0 1.4px, transparent 1.4px 45px) bottom left / 100% 15px no-repeat;
  opacity: .42;
}
.cl-rail--v {
  height: auto; width: 15px;
  background:
    repeating-linear-gradient(0deg, var(--teal) 0 1px, transparent 1px 9px) top right / 7px 100% no-repeat,
    repeating-linear-gradient(0deg, var(--teal) 0 1.4px, transparent 1.4px 45px) top right / 15px 100% no-repeat;
}

/* ---------- Eyebrow ---------- */
.cl-ey {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 700; font-size: .82rem;
  letter-spacing: .01em; color: var(--teal); margin-bottom: 16px;
}
.cl-ey::before {
  content: ""; width: 30px; height: 11px; flex: none;
  background:
    repeating-linear-gradient(90deg, currentColor 0 1.4px, transparent 1.4px 7px) bottom / 100% 6px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 100% 1.4px no-repeat;
}
.cl-sec--ink .cl-ey { color: var(--teal-300); }

/* ---------- Section head ---------- */
.cl-head { max-width: 720px; margin-bottom: clamp(34px, 3vw, 52px); }
.cl-head--wide { max-width: 820px; }
.cl-head__t { font-size: var(--fs-h2); }
.cl-head__s { margin-top: 18px; font-size: var(--fs-lead); color: var(--muted); }
.cl-sec--ink .cl-head__t { color: #fff; }
.cl-sec--ink .cl-head__s { color: #bfe6de; }

/* ---------- Buttons ---------- */
.cl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: .98rem;
  padding: 15px 26px; border-radius: var(--radius-sm);
  border: 1.5px solid transparent; transition: all .22s var(--ease);
  white-space: nowrap;
}
.cl-btn svg { width: 19px; height: 19px; flex: none; }
.cl-btn--fill { background: var(--teal); color: #fff; box-shadow: 0 12px 26px -14px rgba(15, 118, 110, .8); }
.cl-btn--fill:hover { background: var(--teal-700); transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(15, 118, 110, .85); }
.cl-btn--line { border-color: var(--line-2); color: var(--teal-700); background: var(--paper); }
.cl-btn--line:hover { border-color: var(--teal); background: var(--mint-2); transform: translateY(-2px); }
.cl-btn--ghost { border-color: rgba(255, 255, 255, .38); color: #fff; }
.cl-btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.cl-btn--paper { background: #fff; color: var(--teal-700); }
.cl-btn--paper:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.cl-btn--lg { padding: 18px 30px; font-size: 1.04rem; }
.cl-btn--block { width: 100%; }
.cl-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.cl-btns--center { justify-content: center; margin-top: clamp(38px, 4vw, 58px); }

/* ---------- Checklist ---------- */
.cl-checks { display: grid; gap: 13px; }
.cl-check { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; }
.cl-check__mk {
  flex: none; width: 25px; height: 25px; border-radius: 7px;
  background: var(--mint); color: var(--teal-700);
  display: grid; place-items: center; margin-top: 1px;
}
.cl-check__mk svg { width: 15px; height: 15px; stroke-width: 3; }
.cl-check strong { display: inline; }
.cl-check em { font-style: normal; color: var(--muted); font-weight: 600; }
.cl-sec--ink .cl-check__mk { background: rgba(95, 217, 200, .18); color: var(--teal-300); }

/* ---------- Chips (spec tags) ---------- */
.cl-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cl-chip {
  font-family: var(--display); font-weight: 600; font-size: .78rem;
  color: var(--teal-700); background: var(--mint-2);
  border: 1px solid var(--line); padding: 6px 11px; border-radius: 999px;
}

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.cl-top {
  background: var(--ink-deep); color: #cdeee7; font-size: .84rem;
  border-bottom: 1px solid rgba(95, 217, 200, .18);
}
.cl-top__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; flex-wrap: wrap; }
.cl-top__grp { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.cl-top__i { display: inline-flex; align-items: center; gap: 8px; }
.cl-top__i svg { width: 15px; height: 15px; color: var(--teal-300); flex: none; }
.cl-top a.cl-top__i:hover { color: #fff; }
.cl-top__i--phone { font-family: var(--display); font-weight: 700; color: #fff; letter-spacing: .3px; }
@media (max-width: 860px) { .cl-top__mute { display: none; } }

/* ==========================================================================
   HEADER
   ========================================================================== */
.cl-hd {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.cl-hd.cl-stuck { box-shadow: 0 12px 30px -20px rgba(10, 42, 38, .4); border-color: var(--line-2); }
.cl-hd__in { display: flex; align-items: center; gap: 22px; min-height: 78px; }

.cl-logo { display: inline-flex; align-items: center; gap: 12px; }
.cl-logo__m { width: 42px; height: 42px; flex: none; }
.cl-logo__tx { display: flex; flex-direction: column; line-height: 1; }
.cl-logo__n { font-family: var(--display); font-weight: 800; font-size: 1.32rem; color: var(--ink-deep); letter-spacing: -.02em; }
.cl-logo__tag { font-size: .68rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: var(--teal); margin-top: 4px; }

.cl-nav { margin-left: auto; }
.cl-nav__l { display: flex; align-items: center; gap: 2px; }
.cl-nav__li { position: relative; }
.cl-nav__a {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  font-weight: 700; font-size: .92rem; color: var(--ink); padding: 9px 11px; border-radius: 8px;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.cl-nav__a svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.cl-nav__a:hover, .cl-nav__a.cl-cur { color: var(--teal-700); background: var(--mint-2); }
.cl-nav__li:hover .cl-nav__a svg { transform: rotate(180deg); }

.cl-drop {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 246px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lift); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .22s var(--ease);
}
.cl-nav__li:hover .cl-drop, .cl-nav__li:focus-within .cl-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.cl-drop a {
  display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 8px;
  font-weight: 700; font-size: .92rem; color: var(--ink);
}
.cl-drop a svg { width: 19px; height: 19px; color: var(--teal); flex: none; }
.cl-drop a:hover { background: var(--mint-2); color: var(--teal-700); }

.cl-hd__act { display: flex; align-items: center; gap: 14px; margin-left: 8px; }
.cl-phone {
  display: inline-flex; align-items: center; gap: 11px; padding: 6px 4px;
}
.cl-phone__ic { width: 40px; height: 40px; flex: none; border-radius: 10px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; }
.cl-phone__ic svg { width: 19px; height: 19px; }
.cl-phone__tx { display: flex; flex-direction: column; line-height: 1.15; }
.cl-phone__lab { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.cl-phone__n { font-family: var(--display); font-weight: 800; font-size: 1.02rem; color: var(--ink-deep); font-variant-numeric: tabular-nums; white-space: nowrap; }
.cl-hd__cta { display: none; }

.cl-burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line-2); border-radius: 10px; padding: 12px; }
.cl-burger span { display: block; height: 2px; background: var(--ink-deep); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.cl-burger span + span { margin-top: 5px; }

@media (max-width: 1080px) {
  .cl-nav { display: none; }
  .cl-phone { display: none; }
  .cl-hd__cta { display: inline-flex; }
  .cl-burger { display: block; }
}
@media (max-width: 520px) {
  .cl-hd__cta { display: none; }
  .cl-logo__tag { letter-spacing: .28em; }
}

/* ==========================================================================
   MOBILE DRAWER
   ========================================================================== */
.cl-back {
  position: fixed; inset: 0; z-index: 120; background: rgba(7, 49, 44, .5);
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
  backdrop-filter: blur(2px);
}
.cl-back.cl-open { opacity: 1; visibility: visible; }
.cl-draw {
  position: fixed; top: 0; right: 0; z-index: 130; height: 100dvh; width: min(360px, 86vw);
  background: #fff; border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform .32s var(--ease);
  display: flex; flex-direction: column; overflow-y: auto;
}
.cl-draw.cl-open { transform: translateX(0); }
.cl-draw__hd { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cl-draw__x { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-items: center; color: var(--ink-deep); }
.cl-draw__x svg { width: 20px; height: 20px; }
.cl-draw__l { padding: 14px 14px; }
.cl-draw__l li a { display: block; padding: 13px 14px; border-radius: 8px; font-family: var(--display); font-weight: 700; color: var(--ink); }
.cl-draw__l li a:hover, .cl-draw__l li a.cl-cur { background: var(--mint-2); color: var(--teal-700); }
.cl-draw__sub a { padding-left: 30px !important; font-weight: 600 !important; color: var(--muted) !important; font-family: var(--sans) !important; }
.cl-draw__cta { display: grid; gap: 12px; padding: 8px 22px 20px; }
.cl-draw__info { padding: 20px 22px; border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: .9rem; color: var(--muted); }
.cl-draw__info strong { color: var(--ink-deep); }
.cl-draw__info a { color: var(--teal-700); font-weight: 700; }

/* ==========================================================================
   HERO
   ========================================================================== */
.cl-hero { position: relative; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); overflow: hidden; }
.cl-hero::before {
  content: ""; position: absolute; top: -160px; right: -140px; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(204, 251, 241, .6), transparent 62%); pointer-events: none;
}
.cl-hero__in { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 4vw, 68px); align-items: start; padding-block: clamp(50px, 5vw, 92px) clamp(60px, 5vw, 96px); }
.cl-hero__lead { position: relative; padding-left: 34px; }
.cl-hero__lead .cl-rail--v { position: absolute; left: 0; top: 6px; bottom: 8px; }
.cl-hero__t { font-size: var(--fs-hero); margin: 6px 0 22px; }
.cl-hero__p { font-size: var(--fs-lead); color: var(--muted); max-width: 33ch; margin-bottom: 30px; }
.cl-hero__p strong { color: var(--teal-700); }
.cl-hero__acts { margin-bottom: 30px; }
.cl-hero__checks { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.cl-hero__checks .cl-check { font-size: .95rem; }

/* instrument call-plate */
.cl-plate {
  position: relative; border-radius: 16px; overflow: hidden;
  background: linear-gradient(165deg, #0c342f, #07312c 60%); color: #dff4ef;
  border: 1px solid rgba(95, 217, 200, .22);
  box-shadow: 0 40px 70px -40px rgba(7, 49, 44, .8);
  padding: clamp(24px, 2.4vw, 34px);
}
.cl-plate::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 14px;
  background: repeating-linear-gradient(90deg, rgba(95, 217, 200, .5) 0 1.4px, transparent 1.4px 44px) bottom / 100% 14px no-repeat;
  opacity: .8;
}
.cl-plate__t { color: #fff; font-size: 1.42rem; margin-bottom: 10px; }
.cl-plate__s { color: #a9ded4; font-size: .96rem; margin-bottom: 22px; }
.cl-plate__read {
  display: block; padding: 16px 18px; border-radius: 12px; margin-bottom: 20px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(95, 217, 200, .22);
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.cl-plate__read:hover { background: rgba(255, 255, 255, .1); border-color: var(--teal-300); }
.cl-plate__read span { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--teal-300); }
.cl-plate__read strong { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; font-size: 1.42rem; line-height: 1.22; color: #fff; margin-top: 8px; font-variant-numeric: tabular-nums; }
.cl-plate__read strong svg { width: 22px; height: 22px; color: var(--teal-300); }
.cl-plate__note { font-size: .82rem; color: #8fc8bd; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(95, 217, 200, .16); }

@media (max-width: 940px) {
  .cl-hero__in { grid-template-columns: 1fr; gap: 40px; }
  .cl-hero__p { max-width: 46ch; }
}

/* ==========================================================================
   STAT STRIP (güven bandı)
   ========================================================================== */
.cl-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.cl-strip__i { padding: clamp(22px, 2.2vw, 34px); border-right: 1px solid var(--line); position: relative; }
.cl-strip__i::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 3px; background: var(--mint); }
.cl-strip__i:first-child::before { background: var(--teal); }
.cl-strip__i:last-child { border-right: none; }
.cl-num { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 1.3rem + 2vw, 2.8rem); color: var(--ink-deep); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.02em; display: flex; align-items: baseline; gap: 2px; }
.cl-num small { font-size: .5em; font-weight: 800; color: var(--teal); }
.cl-num__lab { margin-top: 12px; font-size: .92rem; color: var(--muted); font-weight: 600; }
@media (max-width: 720px) { .cl-strip { grid-template-columns: repeat(2, 1fr); } .cl-strip__i:nth-child(2) { border-right: none; } .cl-strip__i:nth-child(1), .cl-strip__i:nth-child(2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 420px) { .cl-strip { grid-template-columns: 1fr; } .cl-strip__i { border-right: none; border-bottom: 1px solid var(--line); } .cl-strip__i:last-child { border-bottom: none; } }

/* ==========================================================================
   MODULAR CARD GRID (generic)
   ========================================================================== */
.cl-grid { display: grid; gap: 22px; }
.cl-grid--4 { grid-template-columns: repeat(4, 1fr); }
.cl-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .cl-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .cl-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cl-grid--4, .cl-grid--3 { grid-template-columns: 1fr; } }

.cl-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.cl-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }

/* service card */
.cl-svc__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.cl-svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.cl-tile:hover .cl-svc__media img { transform: scale(1.05); }
.cl-svc__ic { position: absolute; left: 16px; bottom: -22px; width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--teal); display: grid; place-items: center; box-shadow: var(--shadow); }
.cl-svc__ic svg { width: 24px; height: 24px; }
.cl-svc__b { padding: 34px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.cl-svc__t { font-size: var(--fs-h3); margin-bottom: 10px; }
.cl-svc__t a:hover { color: var(--teal-700); }
.cl-svc__tx { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.cl-svc__foot { margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--line-2); }
.cl-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: .9rem; color: var(--teal-700); }
.cl-arrow svg { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.cl-arrow:hover svg { transform: translateX(4px); }
.cl-svc .cl-chips { margin-bottom: 4px; }

/* ==========================================================================
   FEATURE MATRIX (Neden Servisdr — two-column spec sheet)
   ========================================================================== */
.cl-matrix { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; }
.cl-mrow { padding: clamp(24px, 2.2vw, 34px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; column-gap: 18px; }
.cl-mrow:nth-child(2n) { border-right: none; }
.cl-mrow:nth-last-child(-n+2) { border-bottom: none; }
.cl-mrow__ix { font-family: var(--display); font-weight: 800; font-size: .82rem; color: var(--teal-300); font-variant-numeric: tabular-nums; letter-spacing: .1em; grid-row: 1 / 3; }
.cl-mrow__ic { width: 44px; height: 44px; border-radius: 11px; background: var(--mint-2); border: 1px solid var(--line); color: var(--teal); display: grid; place-items: center; margin-bottom: 14px; }
.cl-mrow__ic svg { width: 23px; height: 23px; }
.cl-mrow__t { font-size: 1.14rem; margin-bottom: 8px; }
.cl-mrow__tx { color: var(--muted); font-size: .95rem; }
@media (max-width: 720px) { .cl-matrix { grid-template-columns: 1fr; } .cl-mrow { border-right: none; } .cl-mrow:nth-last-child(2) { border-bottom: 1px solid var(--line); } }

/* ==========================================================================
   SPLIT (Kurumsal)
   ========================================================================== */
.cl-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 4vw, 68px); align-items: center; }
.cl-stack { position: relative; }
.cl-frame { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lift); }
.cl-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.cl-badge { position: absolute; left: 16px; bottom: 16px; right: 16px; display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, .96); backdrop-filter: blur(6px); border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; box-shadow: var(--shadow); }
.cl-badge__ic { width: 38px; height: 38px; flex: none; border-radius: 10px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; }
.cl-badge__ic svg { width: 20px; height: 20px; stroke-width: 2.4; }
.cl-badge__t { font-family: var(--display); font-weight: 800; font-size: .92rem; color: var(--ink-deep); }
.cl-badge__x { font-size: .78rem; color: var(--muted); }
.cl-accent { position: absolute; right: -20px; bottom: -34px; width: 46%; border-radius: 12px; overflow: hidden; border: 4px solid #fff; box-shadow: var(--shadow-lift); }
.cl-accent img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.cl-prose p { color: var(--muted); margin-top: 16px; }
.cl-prose .cl-checks { margin-top: 26px; gap: 15px; }
@media (max-width: 900px) { .cl-split { grid-template-columns: 1fr; } .cl-accent { position: relative; right: 0; bottom: 0; width: 60%; margin-top: 16px; margin-left: auto; } }

/* ==========================================================================
   STAT BAND (dark — Rakamlarla)
   ========================================================================== */
.cl-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cl-stat { padding: 30px 26px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(95, 217, 200, .18); }
.cl-stat__ic { width: 44px; height: 44px; border-radius: 11px; background: rgba(95, 217, 200, .14); color: var(--teal-300); display: grid; place-items: center; margin-bottom: 20px; }
.cl-stat__ic svg { width: 22px; height: 22px; }
.cl-stat .cl-num { color: #fff; }
.cl-stat .cl-num small { color: var(--teal-300); font-size: .42em; }
.cl-stat__lab { margin-top: 10px; color: #a9ded4; font-size: .92rem; font-weight: 600; }
@media (max-width: 900px) { .cl-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .cl-stats { grid-template-columns: 1fr; } }

/* ==========================================================================
   PROCESS STEPS (5-step sequence)
   ========================================================================== */
.cl-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.cl-step { position: relative; padding-top: 26px; }
.cl-step::before { content: ""; position: absolute; top: 15px; left: 0; right: -18px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px); }
.cl-step:last-child::before { right: 0; }
.cl-step__n { position: absolute; top: 0; left: 0; width: 32px; height: 32px; border-radius: 9px; background: var(--teal); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1rem; box-shadow: 0 8px 18px -8px rgba(15, 118, 110, .8); }
.cl-step__t { font-size: 1.08rem; margin: 10px 0 8px; }
.cl-step__x { color: var(--muted); font-size: .93rem; }
@media (max-width: 900px) { .cl-steps { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; } .cl-step::before { display: none; } }
@media (max-width: 480px) { .cl-steps { grid-template-columns: 1fr; } }

/* inline CTA */
.cl-cta-in { margin-top: clamp(38px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; background: var(--mint-2); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2.4vw, 34px); }
.cl-cta-in h3 { font-size: 1.34rem; }
.cl-cta-in p { color: var(--muted); margin-top: 6px; }

/* ==========================================================================
   BRAND GRID (marka dizini)
   ========================================================================== */
.cl-brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cl-brand { display: flex; flex-direction: column; gap: 4px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease); }
.cl-brand:hover { transform: translateY(-3px); border-color: var(--teal-300); box-shadow: var(--shadow); }
.cl-brand__m { width: 40px; height: 40px; border-radius: 10px; background: var(--ink-deep); color: var(--mint); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.15rem; margin-bottom: 10px; }
.cl-brand:hover .cl-brand__m { background: var(--teal); color: #fff; }
.cl-brand__n { font-family: var(--display); font-weight: 700; color: var(--ink-deep); }
.cl-brand__x { font-size: .78rem; color: var(--muted); }
@media (max-width: 980px) { .cl-brands { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px) { .cl-brands { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   LINK-LIST CARDS (popüler servis) + REGION cards
   ========================================================================== */
.cl-list { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2vw, 30px); }
.cl-list__t { font-size: 1.12rem; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cl-links li { border-bottom: 1px solid var(--paper-3); }
.cl-links li:last-child { border-bottom: none; }
.cl-links a { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-weight: 600; color: var(--ink); font-size: .95rem; transition: color .18s var(--ease), padding .18s var(--ease); }
.cl-links a::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--teal-300); flex: none; transition: background .18s var(--ease); }
.cl-links a:hover { color: var(--teal-700); padding-left: 6px; }
.cl-links a:hover::before { background: var(--teal); }

.cl-region { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2vw, 30px); }
.cl-region__hd { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cl-region__ic { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; }
.cl-region__ic svg { width: 23px; height: 23px; }
.cl-region__t { font-size: 1.2rem; }
.cl-region__c { font-size: .84rem; color: var(--muted); font-weight: 600; }
.cl-region__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.cl-region__grid a { padding: 7px 0; font-weight: 600; font-size: .93rem; color: var(--ink); border-bottom: 1px solid var(--paper-3); transition: color .18s var(--ease); }
.cl-region__grid a:hover { color: var(--teal-700); }

/* ==========================================================================
   TESTIMONIALS (static grid, non-autoplay)
   ========================================================================== */
.cl-revs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cl-rev { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.cl-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.cl-stars svg { width: 18px; height: 18px; fill: var(--teal); }
.cl-stars svg.cl-off { fill: var(--line-2); }
.cl-rev__q { color: var(--ink); font-size: .98rem; line-height: 1.66; flex: 1; }
.cl-rev__a { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.cl-rev__av { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: .95rem; }
.cl-rev__nm { font-family: var(--display); font-weight: 700; color: var(--ink-deep); }
.cl-rev__mt { font-size: .82rem; color: var(--muted); }
@media (max-width: 980px) { .cl-revs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cl-revs { grid-template-columns: 1fr; } }

/* ==========================================================================
   BLOG
   ========================================================================== */
.cl-post__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.cl-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.cl-tile:hover .cl-post__media img { transform: scale(1.05); }
.cl-post__badge { position: absolute; left: 14px; top: 14px; background: rgba(7, 49, 44, .88); color: var(--mint); font-family: var(--display); font-weight: 700; font-size: .74rem; padding: 6px 12px; border-radius: 999px; }
.cl-post__b { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.cl-post__meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: .8rem; color: var(--muted); font-weight: 600; margin-bottom: 12px; }
.cl-post__meta span { display: inline-flex; align-items: center; gap: 6px; }
.cl-post__meta svg { width: 15px; height: 15px; color: var(--teal); }
.cl-post__t { font-size: 1.12rem; line-height: 1.25; margin-bottom: 10px; }
.cl-post__t a:hover { color: var(--teal-700); }
.cl-post__x { color: var(--muted); font-size: .93rem; margin-bottom: 16px; }
.cl-post__foot { margin-top: auto; }

/* ==========================================================================
   FAQ (accordion + sidebar)
   ========================================================================== */
.cl-faq { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(34px, 4vw, 60px); align-items: start; }
.cl-acc { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.cl-acc__i { border-bottom: 1px solid var(--line); }
.cl-acc__i:last-child { border-bottom: none; }
.cl-acc__b { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; padding: 20px 22px; font-family: var(--display); font-weight: 700; font-size: 1.04rem; color: var(--ink-deep); transition: color .2s var(--ease); }
.cl-acc__b:hover { color: var(--teal-700); }
.cl-acc__ic { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--mint-2); color: var(--teal-700); display: grid; place-items: center; transition: transform .28s var(--ease), background .2s var(--ease); }
.cl-acc__ic svg { width: 17px; height: 17px; stroke-width: 2.6; }
.cl-acc__i.cl-open .cl-acc__ic { transform: rotate(180deg); background: var(--teal); color: #fff; }
.cl-acc__p { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.cl-acc__i.cl-open .cl-acc__p { grid-template-rows: 1fr; }
.cl-acc__inner { overflow: hidden; }
.cl-acc__inner p { padding: 0 22px 22px; color: var(--muted); }

.cl-side { display: grid; gap: 18px; position: sticky; top: 96px; }
.cl-side__card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; background: #fff; }
.cl-side__card--brand { background: linear-gradient(160deg, var(--teal), var(--teal-700)); color: #fff; border-color: transparent; }
.cl-side__card--brand p { color: #d5f3ec; margin: 10px 0 18px; font-size: .95rem; }
.cl-side__t { font-family: var(--display); font-weight: 800; font-size: 1.14rem; color: var(--ink-deep); margin-bottom: 14px; }
.cl-side__card--brand .cl-side__t { color: #fff; }
.cl-side__phone { display: block; font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: #fff; margin-bottom: 16px; font-variant-numeric: tabular-nums; letter-spacing: .3px; }
.cl-side__card--dark { background: var(--ink-deep); color: #cdeee7; border-color: transparent; }
.cl-side__card--dark .cl-side__t { color: #fff; }
.cl-hours li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(95, 217, 200, .16); font-size: .92rem; }
.cl-hours li:last-child { border-bottom: none; }
.cl-hours li span:last-child { font-weight: 700; color: #fff; }
@media (max-width: 900px) { .cl-faq { grid-template-columns: 1fr; } .cl-side { position: static; } }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cl-cta { position: relative; overflow: hidden; background: radial-gradient(120% 140% at 85% 0%, rgba(95, 217, 200, .2), transparent 55%), linear-gradient(120deg, var(--teal), var(--teal-700)); color: #fff; }
.cl-cta::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 15px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .45) 0 1.4px, transparent 1.4px 46px) bottom / 100% 15px no-repeat; }
.cl-cta__in { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; padding-block: clamp(46px, 4vw, 74px); }
.cl-cta .cl-ey { color: #cffaf1; }
.cl-cta .cl-ey::before { color: #a9ded4; }
.cl-cta__t { font-size: var(--fs-h2); color: #fff; max-width: 18ch; }
.cl-cta__x { margin-top: 14px; color: #d5f3ec; max-width: 42ch; }
.cl-cta__acts { display: grid; gap: 14px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.cl-ft { background: var(--ink-deep); color: #a9ccc5; }
.cl-ft a { transition: color .18s var(--ease); }
.cl-ft__top { padding-block: clamp(52px, 5vw, 84px) 44px; border-bottom: 1px solid rgba(95, 217, 200, .14); }
.cl-ft__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 34px; }
.cl-ft .cl-logo__n { color: #fff; }
.cl-ft__bx { color: #90bcb3; margin: 18px 0; font-size: .92rem; max-width: 34ch; }
.cl-ft__t { font-family: var(--display); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-300); margin-bottom: 18px; }
.cl-ft__links li { margin-bottom: 11px; }
.cl-ft__links a { color: #a9ccc5; font-size: .93rem; }
.cl-ft__links a:hover { color: #fff; }
.cl-ft__ct { display: grid; gap: 16px; }
.cl-ft__ct li { display: flex; gap: 12px; font-size: .92rem; }
.cl-ft__ct svg { width: 19px; height: 19px; flex: none; color: var(--teal-300); margin-top: 2px; }
.cl-ft__ct strong { display: block; color: #fff; font-family: var(--display); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 3px; }
.cl-ft__ct a { color: #a9ccc5; }
.cl-ft__ct a:hover { color: var(--teal-300); }
@media (max-width: 1080px) { .cl-ft__grid { grid-template-columns: 1fr 1fr 1fr; } .cl-ft__bx { max-width: none; } }
@media (max-width: 620px) { .cl-ft__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .cl-ft__grid { grid-template-columns: 1fr; } }

.cl-ft__seo { padding-block: 34px; border-bottom: 1px solid rgba(95, 217, 200, .14); }
.cl-ft__seo-t { font-family: var(--display); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-300); margin-bottom: 16px; }
.cl-ft__seo-l { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.cl-ft__seo-l a { font-size: .84rem; color: #8fbab1; padding: 6px 12px; border: 1px solid rgba(95, 217, 200, .2); border-radius: 999px; }
.cl-ft__seo-l a:hover { color: #fff; border-color: var(--teal-300); background: rgba(95, 217, 200, .1); }

.cl-ft__bot { padding-block: 26px; }
.cl-ft__bot-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .86rem; color: #7fa9a1; }
.cl-ft__legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.cl-ft__legal a:hover { color: #fff; }

/* ==========================================================================
   FLOATING (mobile callbar + to-top)
   ========================================================================== */
.cl-callbar {
  position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 80;
  display: none; align-items: center; justify-content: center; gap: 10px;
  background: var(--teal); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.02rem;
  padding: 16px; border-radius: 14px; box-shadow: 0 18px 34px -14px rgba(7, 49, 44, .8); font-variant-numeric: tabular-nums;
}
.cl-callbar svg { width: 20px; height: 20px; }
@media (max-width: 720px) { .cl-callbar { display: flex; } body { padding-bottom: 84px; } }

.cl-top-btn {
  position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 48px; height: 48px; border-radius: 12px;
  background: #fff; border: 1px solid var(--line-2); color: var(--teal-700); display: grid; place-items: center;
  box-shadow: var(--shadow-lift); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .28s var(--ease);
}
.cl-top-btn.cl-show { opacity: 1; visibility: visible; transform: translateY(0); }
.cl-top-btn svg { width: 22px; height: 22px; }
@media (max-width: 720px) { .cl-top-btn { bottom: 90px; } }

/* ==========================================================================
   REVEAL (JS-gated with head fail-safe)
   ========================================================================== */
.cl-rv { opacity: 1; transform: none; }
html.cl-js .cl-rv { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
html.cl-js .cl-rv.cl-in { opacity: 1; transform: none; }
html.cl-js.cl-noreveal .cl-rv { opacity: 1 !important; transform: none !important; }
html.cl-js .cl-rv[data-cl-delay="1"] { transition-delay: .08s; }
html.cl-js .cl-rv[data-cl-delay="2"] { transition-delay: .16s; }
html.cl-js .cl-rv[data-cl-delay="3"] { transition-delay: .24s; }
html.cl-js .cl-rv[data-cl-delay="4"] { transition-delay: .32s; }

.cl-lock { overflow: hidden; }

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