/* Clineo — clineo.com.tr yeni görünüm (2026-09). Beyaz zemin, klinik mavi, cam geçişler.
   Yazı: Poppins (başlık) + Work Sans (metin) — krokicim.com ile aynı dosyalar, kendi sunucumuzda. */

@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url(../fonts/poppins-400-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url(../fonts/poppins-400-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: "Poppins"; font-weight: 500; font-display: swap; src: url(../fonts/poppins-500-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02AF, U+1E00-1EFF, U+20A0-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; font-weight: 500; font-display: swap; src: url(../fonts/poppins-500-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap; src: url(../fonts/poppins-600-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02AF, U+1E00-1EFF, U+20A0-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap; src: url(../fonts/poppins-600-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url(../fonts/poppins-700-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02AF, U+1E00-1EFF, U+20A0-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url(../fonts/poppins-700-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD; }
@font-face { font-family: "Work Sans"; font-weight: 400; font-display: swap; src: url(../fonts/worksans-400-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02AF, U+1E00-1EFF, U+20A0-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Work Sans"; font-weight: 400; font-display: swap; src: url(../fonts/worksans-400-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD; }

:root {
  --ink: #0e1f3b;        /* mürekkep lacivert — başlık ve metin */
  --ink-2: #3d4d66;      /* ikincil metin */
  --muted: #6b7a90;
  --blue: #1b5faa;       /* klinik mavi — eylem */
  --blue-deep: #12457f;  /* üzerine gelince */
  --ice: #eef4fb;        /* buz mavi — sakin yüzey */
  --ice-2: #f6f9fd;
  --line: #dce5f0;       /* ince çizgi */
  --line-soft: #e9eff7;
  --ok: #1f8a64;
  --white: #fff;
  --glass: rgba(255, 255, 255, .72);
  --glass-line: rgba(27, 95, 170, .12);
  --shadow: 0 1px 2px rgba(14, 31, 59, .05), 0 12px 32px -12px rgba(14, 31, 59, .16);
  --shadow-lg: 0 2px 4px rgba(14, 31, 59, .04), 0 30px 60px -24px rgba(14, 31, 59, .28);
  --r: 14px;
  --r-lg: 22px;
  --wrap: 1200px;
  --head: "Poppins", system-ui, sans-serif;
  --body: "Work Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: #fff; color: var(--ink); font: 400 16.5px/1.62 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-deep); }
h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); margin: 0; letter-spacing: -.02em; }
p { margin: 0; }
:focus-visible { outline: 2.5px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: 12px; top: -60px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { top: 12px; color: #fff; }

/* ---------- Düğmeler ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; font: 500 15px/1 var(--head); padding: 15px 22px; border-radius: 12px; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px -10px rgba(27, 95, 170, .7); }
.btn-primary:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-sm { padding: 11px 16px; font-size: 14px; border-radius: 10px; }

/* ---------- Üst bilgi şeridi ---------- */
.topbar { background: var(--ink); color: #c9d5e6; font-size: 13.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar a { color: #fff; }
.topbar a:hover { color: #bcd6f5; }
.topbar-l { display: flex; gap: 22px; align-items: center; }
.topbar-l span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-l svg { width: 15px; height: 15px; opacity: .8; }
.topbar-r { display: flex; gap: 18px; }
.topbar-r a { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Başlık + alttan açılan cam menü ---------- */
.hdr { position: sticky; top: 0; z-index: 50; padding: 12px 0; transition: padding .25s; }
.hdr-bar { position: relative; display: flex; align-items: center; gap: 12px; height: 66px; padding: 0 10px 0 22px;
  background: var(--glass); backdrop-filter: saturate(1.6) blur(18px); -webkit-backdrop-filter: saturate(1.6) blur(18px);
  border: 1px solid var(--glass-line); border-radius: 18px; box-shadow: var(--shadow); }
.logo { display: flex; align-items: center; flex: none; }
.logo img { height: 34px; width: auto; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 26px; }
.nav > a, .nav-trig { font: 500 15px/1 var(--head); color: var(--ink); padding: 12px 14px; border-radius: 10px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.nav > a:hover, .nav-trig:hover, .nav-trig[aria-expanded="true"] { background: var(--ice); color: var(--blue); }
.nav-trig svg { width: 14px; height: 14px; transition: transform .25s; }
.nav-trig[aria-expanded="true"] svg { transform: rotate(180deg); }
.hdr-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; color: var(--ink); }
.menu-btn svg { width: 22px; height: 22px; }

.mega { position: absolute; left: 0; right: 0; top: calc(100% + 10px); opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .22s ease, transform .28s cubic-bezier(.2, .8, .2, 1), visibility 0s linear .28s; }
.mega.open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega-in { background: rgba(255, 255, 255, .86); backdrop-filter: saturate(1.6) blur(22px); -webkit-backdrop-filter: saturate(1.6) blur(22px);
  border: 1px solid var(--glass-line); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 18px; max-height: calc(100vh - 150px); overflow: auto; }
.mega-panel { display: none; }
.mega-panel.on { display: grid; grid-template-columns: 280px 1fr; gap: 18px; }
.mega-intro { background: linear-gradient(160deg, var(--ice), #fff 70%); border: 1px solid var(--line-soft); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.mega-intro .eyebrow { margin: 0; }
.mega-intro h3 { font-size: 19px; font-weight: 600; line-height: 1.3; }
.mega-intro p { color: var(--ink-2); font-size: 14.5px; }
.mega-intro a { margin-top: auto; font: 500 14px/1 var(--head); display: inline-flex; gap: 6px; align-items: center; }
.mega-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 18px; }
.mega-cols.two { grid-template-columns: repeat(2, 1fr); }
.mega-cols.four { grid-template-columns: repeat(4, 1fr); gap: 12px 14px; }
.mega-cols.four .mitem small { font-size: 12px; }
.mega-group h4 { font: 600 11.5px/1 var(--head); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 6px 4px 10px; }
.mega-group p.g-sub { font-size: 12.5px; color: var(--muted); margin: -4px 4px 10px; }
.mitem { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; border: 1px solid var(--line-soft); background: rgba(255, 255, 255, .8); color: var(--ink); margin-bottom: 8px;
  transition: border-color .18s, background .18s, transform .18s; }
.mitem:hover { border-color: rgba(27, 95, 170, .35); background: #fff; color: var(--ink); transform: translateX(2px); }
.mitem .ic { width: 32px; height: 32px; border-radius: 9px; background: var(--ice); color: var(--blue); display: grid; place-items: center; flex: none; }
.mitem .ic svg { width: 17px; height: 17px; }
.mitem b { display: block; font: 500 14.5px/1.25 var(--head); }
.mitem small { display: block; color: var(--muted); font-size: 12.5px; line-height: 1.35; margin-top: 2px; }
.scrim { position: fixed; inset: 0; background: rgba(14, 31, 59, .18); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility 0s linear .25s; z-index: 40; }
.scrim.on { opacity: 1; visibility: visible; transition-delay: 0s; }

/* Mobil menü: kart satırları + içeride açılır gruplar (akordeon) */
.mnav { display: none; }
.mnav-row { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 14px; border-radius: 14px; border: 1px solid var(--line-soft); background: rgba(255, 255, 255, .85);
  font: 500 15.5px/1 var(--head); color: var(--ink); cursor: pointer; margin-bottom: 8px; text-align: left; }
.mnav-row .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--ice); color: var(--blue); display: grid; place-items: center; }
.mnav-row .ic svg { width: 16px; height: 16px; }
.mnav-row .chev { margin-left: auto; width: 16px; height: 16px; color: var(--muted); transition: transform .25s; }
.mnav-row[aria-expanded="true"] .chev { transform: rotate(180deg); }
.mnav-sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.mnav-sub > div { overflow: hidden; }
.mnav-sub.open { grid-template-rows: 1fr; }
.mnav-sub .inner { padding: 4px 4px 12px; }
.mnav-sub h4 { font: 600 11px/1 var(--head); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 12px 8px 8px; }
.mnav-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.mnav-foot .btn { justify-content: center; }

/* ---------- Ortak bölüm düzeni ---------- */
section { position: relative; }
.sec { padding: 104px 0; }
.sec-tint { background: var(--ice-2); border-block: 1px solid var(--line-soft); }
.eyebrow { font: 600 12.5px/1 var(--head); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; font-weight: 600; }
.lead { font-size: 18.5px; color: var(--ink-2); max-width: 62ch; margin-top: 18px; }
.sec-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: end; margin-bottom: 52px; }
.sec-head .lead { margin-top: 0; }

/* ---------- Hero: randevu defteri çizgili sayfa ---------- */
.hero { padding: 54px 0 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -140px 0 auto 0; height: 920px; z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 calc(50% - var(--wrap) / 2 - 41px), rgba(214, 69, 69, .22) calc(50% - var(--wrap) / 2 - 41px) calc(50% - var(--wrap) / 2 - 40px), transparent calc(50% - var(--wrap) / 2 - 40px)),
    repeating-linear-gradient(180deg, transparent 0 55px, var(--line-soft) 55px 56px);
  -webkit-mask: linear-gradient(180deg, #000 45%, transparent 100%); mask: linear-gradient(180deg, #000 45%, transparent 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 4.9vw, 64px); line-height: 1.06; font-weight: 600; letter-spacing: -.035em; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero .lead { font-size: 19px; margin-top: 22px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { margin-top: 14px; font-size: 14px; color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 40px; border-top: 1px solid var(--line); padding-top: 22px; }
.facts div { padding: 0 18px; border-left: 1px solid var(--line); }
.facts div:first-child { border: 0; padding-left: 0; }
.facts b { display: block; font: 600 22px/1.15 var(--head); letter-spacing: -.02em; white-space: nowrap; }
.facts span { display: block; font-size: 13.5px; line-height: 1.4; color: var(--muted); margin-top: 4px; }

.hero-shot { position: relative; }
.frame { border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; }
.frame-bar { display: flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-bottom: 1px solid var(--line-soft); background: var(--ice-2); }
.frame-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d7e0ec; }
.frame-bar span { margin-left: 10px; font: 500 12px/1 var(--head); color: var(--muted); background: #fff; border: 1px solid var(--line-soft); border-radius: 7px; padding: 6px 12px; }
.hero-shot .frame { transform: perspective(1600px) rotateY(-7deg) rotateX(2deg); transform-origin: left center; width: 118%; }
.hero-phone { position: absolute; right: -2%; bottom: -26px; width: 26%; min-width: 128px; border-radius: 26px; border: 6px solid #fff; box-shadow: var(--shadow-lg); overflow: hidden; background: #fff; }
.glass-tag { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px) saturate(1.5); -webkit-backdrop-filter: blur(14px) saturate(1.5); border: 1px solid var(--glass-line); box-shadow: var(--shadow); font-size: 13.5px; }
.glass-tag b { font: 600 14px/1.2 var(--head); display: block; }
.glass-tag span { color: var(--muted); font-size: 12.5px; }
.glass-tag .dot { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--ice); color: var(--blue); flex: none; }
.glass-tag .dot svg { width: 16px; height: 16px; }
.tag-1 { left: -26px; top: 18%; }
.tag-2 { left: 10%; bottom: -8px; }

/* ---------- İmza: Klinikte bir gün ---------- */
.day { padding: 120px 0 104px; }
.rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 30px; }
.rail::before { content: ""; position: absolute; left: 0; right: 0; top: 23px; height: 2px; background: var(--line); }
.rail-fill { position: absolute; left: 0; top: 23px; height: 2px; background: var(--blue); width: 0; transition: width .5s cubic-bezier(.2, .8, .2, 1); }
.stop { position: relative; text-align: left; background: none; border: 0; padding: 0 16px 0 0; cursor: pointer; color: var(--ink); font: inherit; }
.stop .t { display: inline-flex; align-items: center; justify-content: center; height: 48px; min-width: 84px; padding: 0 14px; border-radius: 12px; background: #fff; border: 1px solid var(--line);
  font: 600 17px/1 var(--head); font-variant-numeric: tabular-nums; letter-spacing: -.01em; transition: all .25s; position: relative; z-index: 1; }
.stop b { display: block; font: 500 15px/1.3 var(--head); margin-top: 14px; }
.stop small { display: block; color: var(--muted); font-size: 13.5px; margin-top: 3px; }
.stop:hover .t { border-color: var(--blue); color: var(--blue); }
.stop[aria-selected="true"] .t { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 10px 22px -12px rgba(27, 95, 170, .9); }
.day-stage { display: grid; grid-template-columns: .66fr 1.34fr; gap: 40px; align-items: center; background: linear-gradient(180deg, var(--ice-2), #fff); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 40px; }
.day-copy { transition: opacity .3s; }
.day-copy h3 { font-size: 27px; font-weight: 600; line-height: 1.2; }
.day-copy p { color: var(--ink-2); margin-top: 14px; }
.day-copy ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.day-copy li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.day-copy li svg { width: 18px; height: 18px; color: var(--blue); flex: none; margin-top: 3px; }
.day-copy .more { display: inline-flex; gap: 6px; align-items: center; margin-top: 24px; font: 500 15px/1 var(--head); }
.day-img { position: relative; aspect-ratio: 16 / 10; }
.day-img .frame { position: absolute; inset: 0; opacity: 0; transform: translateY(12px) scale(.985); transition: opacity .45s ease, transform .55s cubic-bezier(.2, .8, .2, 1); }
.day-img .frame.on { opacity: 1; transform: none; }
.day-img .frame img { width: 100%; height: calc(100% - 36px); object-fit: cover; object-position: top left; }

/* ---------- Modül kataloğu ---------- */
.catalog { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.cat { padding: 28px 26px 22px; border-right: 1px solid var(--line); }
.cat:last-child { border-right: 0; }
.cat-h { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid var(--line-soft); }
.cat-h .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--ice); color: var(--blue); display: grid; place-items: center; }
.cat-h .ic svg { width: 20px; height: 20px; }
.cat-h h3 { font-size: 17px; font-weight: 600; line-height: 1.25; }
.cat ul { list-style: none; margin: 0; padding: 0; }
.cat li a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 10px 0; color: var(--ink); font-size: 15px; border-bottom: 1px dashed var(--line-soft); }
.cat li:last-child a { border-bottom: 0; }
.cat li a::after { content: "→"; color: var(--line); transition: color .2s, transform .2s; }
.cat li a:hover { color: var(--blue); }
.cat li a:hover::after { color: var(--blue); transform: translateX(3px); }
.plan-pill { font: 500 10.5px/1 var(--head); letter-spacing: .04em; color: var(--muted); border: 1px solid var(--line); border-radius: 20px; padding: 4px 7px; margin-left: auto; white-space: nowrap; }
.catalog-foot { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 22px; color: var(--muted); font-size: 14.5px; flex-wrap: wrap; }

/* ---------- Branşlar ---------- */
.branch-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.branch-shot { border-radius: var(--r-lg); overflow: hidden; }
.branch-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.branch-list a { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: 500 14.5px/1.2 var(--head); transition: border-color .2s, color .2s, background .2s; }
.branch-list a:hover { border-color: var(--blue); color: var(--blue); background: var(--ice-2); }
.branch-list a span { color: var(--muted); font: 400 12.5px/1 var(--body); }
.branch-list a.wide { grid-column: 1 / -1; background: var(--ice); border-color: transparent; }

/* ---------- Neo ---------- */
.neo { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.neo-card { position: relative; border-radius: var(--r-lg); padding: 34px; background: linear-gradient(160deg, #10284c, #0e1f3b 60%); color: #dfe8f5; overflow: hidden; }
.neo-card::after { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(92, 160, 230, .35), transparent 70%); }
.neo-q { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; position: relative; z-index: 1; }
.neo-q .who { font: 600 11px/1 var(--head); letter-spacing: .1em; text-transform: uppercase; color: #8fb3e0; width: 58px; flex: none; padding-top: 12px; }
.neo-q .bub { padding: 12px 16px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .1); font-size: 15px; line-height: 1.5; }
.neo-q.me .bub { background: rgba(255, 255, 255, .95); color: var(--ink); border-color: transparent; }
.neo-card .confirm { display: inline-flex; gap: 8px; margin-top: 10px; }
.neo-card .confirm span { font: 500 12.5px/1 var(--head); padding: 8px 12px; border-radius: 9px; border: 1px solid rgba(255, 255, 255, .25); }
.neo-card .confirm span:first-child { background: #fff; color: var(--ink); border-color: #fff; }
.neo-points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 16px; }
.neo-points li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; }
.neo-points .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--ice); color: var(--blue); display: grid; place-items: center; }
.neo-points .ic svg { width: 18px; height: 18px; }
.neo-points b { font: 500 16px/1.3 var(--head); display: block; }
.neo-points span { color: var(--ink-2); font-size: 15px; }

/* ---------- Güvenlik ---------- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.trust > div { padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.trust > div:not(:nth-child(3n)) { border-right: 1px solid var(--line); }
.trust > div:not(:nth-child(3n+1)) { padding-left: 30px; }
.trust .ic { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); color: var(--blue); display: grid; place-items: center; margin-bottom: 18px; background: #fff; }
.trust .ic svg { width: 19px; height: 19px; }
.trust h3 { font-size: 17.5px; font-weight: 600; }
.trust p { color: var(--ink-2); font-size: 15px; margin-top: 8px; }

/* ---------- Başlangıç adımları (gerçek sıra) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: st; }
.step { counter-increment: st; padding: 28px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.step::before { content: counter(st); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; font: 600 15px/1 var(--head); margin-bottom: 18px; }
.step h3 { font-size: 18px; font-weight: 600; }
.step p { color: var(--ink-2); font-size: 15px; margin-top: 8px; }

/* ---------- Paketler ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { display: flex; flex-direction: column; padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; }
.plan.pop { border: 1.5px solid var(--blue); box-shadow: 0 24px 50px -30px rgba(27, 95, 170, .55); position: relative; }
.plan.pop::before { content: "En çok tercih edilen"; position: absolute; top: -13px; left: 30px; background: var(--blue); color: #fff; font: 500 12px/1 var(--head); padding: 7px 11px; border-radius: 20px; }
.plan h3 { font-size: 21px; font-weight: 600; }
.plan .for { color: var(--muted); font-size: 14.5px; margin-top: 6px; min-height: 44px; }
.price { margin: 22px 0 4px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price b { font: 600 40px/1 var(--head); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price s { color: var(--muted); font-size: 16px; }
.price-note { font-size: 13.5px; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 10px; }
.plan li { display: flex; gap: 10px; font-size: 15px; }
.plan li svg { width: 18px; height: 18px; color: var(--ok); flex: none; margin-top: 3px; }
.plan .btn { margin-top: auto; justify-content: center; }
.plans-foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 22px; font-size: 14.5px; color: var(--muted); }
.campaign { display: inline-flex; gap: 10px; align-items: center; background: var(--ice); color: var(--blue-deep); border-radius: 30px; padding: 8px 14px; font: 500 13.5px/1 var(--head); margin-bottom: 26px; }

/* ---------- SSS ---------- */
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative; font: 500 17px/1.4 var(--head); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
.faq-list details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-list .ans { padding: 0 44px 22px 0; color: var(--ink-2); }

/* ---------- Kapanış çağrısı ---------- */
.cta-band { margin: 0 auto 104px; border-radius: 28px; padding: 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 55%, var(--ink) 100%); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(180deg, transparent 0 47px, rgba(255, 255, 255, .06) 47px 48px); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 600; line-height: 1.15; }
.cta-band p { color: #cfe0f5; margin-top: 14px; font-size: 17px; }
.cta-band .acts { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta-band .btn { justify-content: center; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-primary:hover { background: var(--ice); color: var(--ink); }
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.cta-band .btn-ghost:hover { border-color: #fff; color: #fff; }

/* ---------- Alt bilgi ---------- */
.foot { background: var(--ink); color: #aebdd3; padding: 72px 0 28px; font-size: 14.5px; }
.foot a { color: #dbe5f3; }
.foot a:hover { color: #fff; }
.foot-top { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.foot-brand img { height: 32px; filter: brightness(0) invert(1); opacity: .95; }
.foot-brand p { margin-top: 18px; max-width: 34ch; }
.foot-brand .mail { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; }
.foot h4 { color: #fff; font: 600 13px/1 var(--head); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.foot-branches { padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; gap: 6px 16px; }
.foot-branches b { color: #fff; font: 600 13px/1.9 var(--head); margin-right: 6px; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 13.5px; }
.foot-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- Kaydırınca beliren (hareket azaltıldıysa kapalı) ---------- */
.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .rv { opacity: 1; transform: none; }
}

/* ---------- Duyarlı ---------- */
@media (max-width: 1120px) {
  .nav, .hdr-cta .btn-ghost { display: none; }
  .menu-btn { display: inline-flex; }
  .mega-panel.on { display: none; }
  .mnav { display: block; }
  .hero-grid, .sec-head, .neo, .faq, .branch-grid, .cta-band { grid-template-columns: 1fr; }
  .hero-shot .frame { transform: none; width: 100%; }
  .tag-1 { left: 12px; }
  .catalog { grid-template-columns: 1fr 1fr; }
  .cat:nth-child(2) { border-right: 0; }
  .cat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .day-stage { grid-template-columns: 1fr; }
  .day-img { order: -1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .topbar-l span:not(:first-child), .topbar-r a:not(:first-child) { display: none; }
  .hdr { padding: 8px 0; }
  .hdr-bar { height: 60px; padding-left: 16px; }
  .logo img { height: 29px; }
  .hdr-cta .btn-primary { padding: 11px 14px; font-size: 14px; }
  .sec { padding: 72px 0; }
  .hero { padding-top: 30px; }
  .hero .lead { font-size: 17px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .facts div { border: 0 !important; padding: 0; }
  .hero-phone { display: none; }
  .glass-tag { display: none; }
  .day { padding: 72px 0; }
  .rail { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 6px; scroll-snap-type: x mandatory; margin-inline: -16px; padding-inline: 16px; }
  .rail::before, .rail-fill { display: none; }
  .stop { flex: 0 0 62%; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: #fff; }
  .stop[aria-selected="true"] { border-color: var(--blue); }
  .day-stage { padding: 20px; gap: 22px; }
  .catalog { grid-template-columns: 1fr; }
  .cat { border-right: 0; border-bottom: 1px solid var(--line); }
  .cat:last-child { border-bottom: 0; }
  .branch-list { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .trust > div { padding: 24px 0 !important; border-right: 0 !important; }
  .steps, .plans { grid-template-columns: 1fr; }
  .plans { gap: 26px; }
  .cta-band { padding: 36px 24px; margin-bottom: 72px; border-radius: 22px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}

/* ---------- Branş tablosu ---------- */
.bt { width: 100%; border-collapse: collapse; }
.bt th, .bt td { padding: 17px 24px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-soft); }
.bt thead th { font: 600 11.5px/1 var(--head); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); background: var(--ice-2); padding-block: 15px; }
.bt tbody th { font: 500 15.5px/1.35 var(--head); width: 36%; }
.bt tbody th a { color: var(--ink); }
.bt tbody th a:hover { color: var(--blue); }
.bt td { color: var(--ink-2); font-size: 15px; }
.bt tbody tr:last-child > * { border-bottom: 0; }
.bt tbody tr:hover { background: var(--ice-2); }
@media (max-width: 760px) { .bt th, .bt td { padding: 14px 16px; } .bt tbody th { width: 40%; } }

/* ---------- Geniş ekran: içerik ekrana göre büyür (25 Eyl 2026) ----------
   1200px sabit kutu 1920'de iki yanda ~350px boşluk bırakıyordu. 1440 altı (dizüstü, tablet, telefon) aynen kalır. */
@media (min-width: 1440px) { html { zoom: 1.08; } :root { --wrap: 1240px; } .hero-shot .frame { width: 104%; } }
@media (min-width: 1680px) { html { zoom: 1.16; } :root { --wrap: 1300px; } .hero-shot .frame { width: 100%; } }
@media (min-width: 1900px) { html { zoom: 1.22; } :root { --wrap: 1320px; } }
@media (min-width: 2400px) { html { zoom: 1.5; } }

/* Arka plan çizgileri kaldırıldı (25 Eyl 2026, sahip isteği): hero, alt sayfa başı, koyu çağrı bandı. */
.hero::before, .ph::before, .cta-band::before { content: none; }
