/* ==========================================================================
   TÜPÇÜ HALİL — Manavgat Tüp Gazı · Damacana Su · Ocak Dönüşümü
   --------------------------------------------------------------------------
   Palet: sektörün mavisi. Türkiye'deki LPG ve su dağıtım markalarının
   ortak dili kurumsal lacivert + parlak mavidir (güven, temizlik, su).
   Alev turuncusu yalnızca "sinyal" rengidir: birincil eylem butonları ve
   gaz hattı vurguları. Toplam üç renk ailesi, fazlası yok.
   ========================================================================== */

/* 1 ─ TOKEN'LAR ─────────────────────────────────────────────────────────── */
:root {
  /* kurumsal mavi ailesi */
  --navy:      #062A54;
  --navy-2:    #0A3C74;
  --navy-3:    #0E4E92;
  --sea:       #0A6FC2;
  --sea-2:     #1183DC;
  --sky:       #17A9E8;
  --sky-2:     #4FC4F5;
  --ice:       #EAF3FB;
  --ice-2:     #F4F9FD;

  /* sinyal: gaz alevi — az ve yerinde */
  --flame:     #FF7A1A;
  --flame-2:   #FF9440;
  --flame-deep:#D95A00;

  /* mürekkep ve çizgi */
  --ink:       #08192C;
  --ink-2:     #40607F;
  --ink-3:     #7B93AC;
  --line:      #D9E6F2;
  --line-2:    #C3D8EC;
  --paper:     #FFFFFF;

  /* koyu zeminde */
  --on-dark:   #EAF3FB;
  --on-dark-2: rgba(234, 243, 251, .70);
  --dark-line: rgba(255, 255, 255, .13);
  --dark-glass:rgba(255, 255, 255, .06);

  --wa:        #25D366;
  --wa-deep:   #128C7E;

  /* tipografi */
  --disp: "Sora", "Segoe UI", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, sans-serif;

  /* ölçek */
  --wrap:      1220px;
  --gut:       clamp(18px, 4vw, 44px);
  --sec-y:     clamp(64px, 8vw, 116px);
  --r:         20px;
  --r-sm:      12px;
  --r-pill:    999px;
  --head-h:    72px;

  /* gölge — sistemde üç tane */
  --sh-sm: 0 2px 10px -4px rgba(6, 42, 84, .18);
  --sh:    0 18px 40px -22px rgba(6, 42, 84, .38);
  --sh-lg: 0 34px 70px -30px rgba(6, 42, 84, .45);

  --ease: cubic-bezier(.16, 1, .3, 1);
}

@media (min-width: 900px) { :root { --head-h: 84px; } }


/* 2 ─ TEMEL ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--head-h) + 16px);
  background: var(--paper);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sky); color: #fff; }

.skip {
  position: absolute; left: -9999px; top: 10px; z-index: 999;
  background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 10px; font-weight: 700;
}
.skip:focus { left: 12px; }

.wrap { width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto; }

.ico { width: 21px; height: 21px; flex: none; }
.ico--sm { width: 17px; height: 17px; }
.ico--xs { width: 14px; height: 14px; }


/* 3 ─ TİPOGRAFİ ─────────────────────────────────────────────────────────── */
.h2 {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.1; letter-spacing: -.025em; color: var(--navy);
}
.h2--light { color: #fff; }
.h3 {
  font-family: var(--disp); font-weight: 600;
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.25; letter-spacing: -.015em; color: var(--navy);
}
.lead { font-size: clamp(1rem, 1.2vw, 1.09rem); line-height: 1.7; color: var(--ink-2); }
.lead--light { color: var(--on-dark-2); }
.h2 + .lead, .h3 + .lead { margin-top: 16px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--disp); font-weight: 700; font-size: .74rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--sea);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow--light { color: var(--sky-2); }
.eyebrow--mid::before { display: none; }


/* 4 ─ BUTONLAR ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 12px 22px; border-radius: var(--r-pill);
  font-family: var(--disp); font-weight: 600; font-size: .93rem; line-height: 1;
  white-space: nowrap; border: 1.5px solid transparent;
  transition: transform .4s var(--ease), background-color .25s, color .25s, border-color .25s, box-shadow .3s;
}
.btn:hover { transform: translateY(-2px); }
.btn--sm  { min-height: 40px; padding: 10px 16px; font-size: .86rem; }
.btn--lg  { min-height: 56px; padding: 16px 30px; font-size: 1rem; }
.btn--block { width: 100%; }

.btn--flame  { background: var(--flame); color: #fff; box-shadow: 0 14px 30px -14px rgba(255, 122, 26, .75); }
.btn--flame:hover  { background: var(--flame-2); box-shadow: 0 20px 38px -14px rgba(255, 122, 26, .85); }

.btn--navy   { background: var(--navy); color: #fff; }
.btn--navy:hover   { background: var(--navy-3); }

.btn--wa     { background: var(--wa); color: #04301c; }
.btn--wa:hover     { background: #3ade79; box-shadow: 0 16px 32px -16px rgba(37, 211, 102, .8); }

.btn--outline { border-color: var(--line-2); color: var(--navy); background: var(--paper); }
.btn--outline:hover { border-color: var(--sea); color: var(--sea); }

.btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; background: var(--dark-glass); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.14); }


/* 5 ─ ÜST BAR ───────────────────────────────────────────────────────────── */
.topbar { background: var(--navy); color: var(--on-dark-2); font-size: .82rem; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 42px; }
.topbar__list { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.topbar__list li { display: inline-flex; align-items: center; gap: 8px; }
.topbar__list .ico { color: var(--sky); }
.topbar__live { color: var(--on-dark); font-weight: 600; }
.topbar__live .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #37D67A;
  box-shadow: 0 0 0 0 rgba(55, 214, 122, .7); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70%  { box-shadow: 0 0 0 8px rgba(55, 214, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(55, 214, 122, 0); }
}
.topbar__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--on-dark); white-space: nowrap; }
.topbar__phone strong { color: #fff; letter-spacing: .01em; }
.topbar__phone .ico { color: var(--flame-2); }

@media (max-width: 1040px) { .topbar__list li:nth-child(2) { display: none; } }
@media (max-width: 860px)  { .topbar { display: none; } }


/* 6 ─ HEADER ────────────────────────────────────────────────────────────── */
.head {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background-color .3s;
}
.head.is-stuck { border-bottom-color: var(--line); box-shadow: var(--sh-sm); background: rgba(255,255,255,.95); }
.head__in { display: flex; align-items: center; gap: 20px; min-height: var(--head-h); }

.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand__mark { width: 42px; height: 42px; flex: none; }
.brand__mark svg { width: 100%; height: 100%; border-radius: 13px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: var(--disp); font-weight: 800; font-size: 1.14rem; letter-spacing: -.03em; color: var(--navy); }
.brand__sub  { font-size: .69rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative; padding: 9px 13px; border-radius: 10px;
  font-weight: 600; font-size: .91rem; color: var(--ink-2);
  transition: color .2s, background-color .2s;
}
.nav__link:hover, .nav__link.is-active { color: var(--navy); background: var(--ice); }

.head__cta { display: flex; align-items: center; gap: 9px; }

.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .35s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1100px) { .nav { display: none; } .burger { display: flex; } }
@media (max-width: 640px)  { .head__cta .btn--wa { display: none; } .head__cta .btn--navy span { display: none; } .head__cta .btn--navy { padding: 10px; width: 44px; } }


/* 7 ─ MOBİL MENÜ ────────────────────────────────────────────────────────── */
.mmenu {
  position: fixed; inset: var(--head-h) 0 0; z-index: 88;
  background: var(--paper); padding: 22px var(--gut) 32px;
  overflow-y: auto; display: flex; flex-direction: column;
  animation: mIn .35s var(--ease);
}
@keyframes mIn { from { opacity: 0; transform: translateY(-10px); } }
.mmenu[hidden] { display: none; }
.mmenu__nav { display: flex; flex-direction: column; }
.mmenu__link {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 4px; border-bottom: 1px solid var(--line);
  font-family: var(--disp); font-weight: 600; font-size: 1.08rem; color: var(--navy);
}
.mmenu__link .ico { color: var(--sea); }
.mmenu__foot { margin-top: 26px; display: grid; gap: 10px; }
.mmenu__nap { margin-top: 6px; text-align: center; font-size: .83rem; color: var(--ink-3); }
body.is-locked { overflow: hidden; }


/* 8 ─ HERO ──────────────────────────────────────────────────────────────── */
/* overflow, .hero'da DEĞİL .hero__bg'de: ışıklar kırpılsın ama alta taşan
   kanıt şeridi kesilmesin. */
.hero { position: relative; padding: clamp(48px, 6vw, 84px) 0 0; background: var(--navy); color: #fff; }
.hero__bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(165deg, #062A54 0%, #08356A 42%, #0A4B8C 100%);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.hero__glow--a { width: 46vw; height: 46vw; top: -14%; right: -8%; background: radial-gradient(circle, var(--glow-a, rgba(23,169,232,.85)), transparent 66%); }
.hero__glow--b { width: 38vw; height: 38vw; bottom: -22%; left: -10%; background: radial-gradient(circle, var(--glow-b, rgba(255,122,26,.42)), transparent 66%); }
.hero__grid {
  position: absolute; inset: 0; z-index: 1; opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 30%, transparent 76%);
          mask-image: radial-gradient(ellipse 78% 62% at 50% 34%, #000 30%, transparent 76%);
}
.hero__bg::after { z-index: 0; }
.hero__glow { z-index: 1; }

.hero__in {
  position: relative; z-index: 2;
  display: grid; gap: clamp(34px, 5vw, 56px); align-items: center;
  padding-bottom: clamp(44px, 6vw, 76px);
}
@media (min-width: 980px) { .hero__in { grid-template-columns: 1.08fr .92fr; } }

.hero__title {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(2.15rem, 5.4vw, 3.85rem);
  line-height: 1.04; letter-spacing: -.035em; color: #fff;
  margin-bottom: 20px;
}
/* Satırlar veriden gelir ve her biri kendi bloğudur — hiçbir genişlikte
   "su" gibi tek kelimelik öksüz satır oluşmaz. */
.hero__title span { display: block; }
.hero__title-em { position: relative; display: inline-block !important; color: var(--sky-2); }
.hero__title-em::after {
  /* "p" gibi alt uzantıların altında kalsın diye taban çizgisinin altına iner */
  content: ""; position: absolute; left: 0; width: 100%; bottom: -.05em; height: .075em;
  background: var(--flame); border-radius: 99px;
}

.hero__lead { font-size: clamp(1.02rem, 1.35vw, 1.17rem); line-height: 1.7; color: var(--on-dark-2); max-width: 34rem; }
.hero__lead strong { color: #fff; font-weight: 700; }

.hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 28px; }
.hero__chips li {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: var(--r-pill);
  background: var(--dark-glass); border: 1px solid var(--dark-line);
  font-size: .85rem; font-weight: 600; color: var(--on-dark);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.hero__chips .ico { color: var(--sky-2); }
.hero__chips li:first-child .ico { color: var(--flame-2); }

.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { margin-top: 16px; font-size: .84rem; color: rgba(234,243,251,.55); }

/* sipariş kartı */
.hero__card { position: relative; }
.ocard {
  position: relative; border-radius: 24px; padding: 22px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--dark-line);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  box-shadow: var(--sh-lg);
}
.ocard__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--dark-line); }
.ocard__badge { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--on-dark-2); }
.ocard__badge .ico { color: var(--sky-2); }
.ocard__time { font-family: var(--disp); font-weight: 800; font-size: 1.16rem; color: #fff; letter-spacing: -.02em; }

.ocard__list { display: grid; gap: 8px; margin: 14px 0; }
.ocard__row {
  display: flex; align-items: center; gap: 13px;
  padding: 14px; border-radius: 15px;
  background: rgba(255,255,255,.05); border: 1px solid transparent;
  transition: background-color .3s, border-color .3s, transform .4s var(--ease);
}
.ocard__row:hover { background: rgba(255,255,255,.11); border-color: var(--dark-line); transform: translateX(3px); }
.ocard__ico { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.09); }
.ocard__row--flame .ocard__ico { color: var(--flame-2); background: rgba(255,122,26,.16); }
.ocard__row--sky   .ocard__ico { color: var(--sky-2);  background: rgba(79,196,245,.16); }
.ocard__row--navy  .ocard__ico { color: #fff;          background: rgba(255,255,255,.12); }
.ocard__body { display: flex; flex-direction: column; line-height: 1.35; margin-right: auto; }
.ocard__body strong { font-family: var(--disp); font-weight: 600; font-size: .99rem; color: #fff; }
.ocard__body small  { font-size: .79rem; color: var(--on-dark-2); }
.ocard__go { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background-color .25s, transform .35s var(--ease); }
.ocard__go:hover { background: var(--wa); color: #04301c; transform: translateX(2px); }

.ocard__foot { display: flex; align-items: center; gap: 9px; padding-top: 15px; border-top: 1px solid var(--dark-line); font-size: .85rem; color: var(--on-dark-2); }
.ocard__foot .ico { color: var(--flame-2); }
.ocard__foot strong { color: #fff; }

/* kanıt şeridi */
.proof {
  position: relative; z-index: 3;
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; margin-bottom: calc(var(--sec-y) * -.42);
  box-shadow: var(--sh);
}
@media (min-width: 760px) { .proof { grid-template-columns: repeat(3, 1fr); } }
.proof__item { display: flex; gap: 14px; padding: 22px; background: var(--paper); }
.proof__ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: var(--ice); color: var(--sea); }
.proof__item:first-child .proof__ico { background: rgba(255,122,26,.1); color: var(--flame-deep); }
.proof__item strong { display: block; font-family: var(--disp); font-weight: 600; font-size: .99rem; color: var(--navy); margin-bottom: 3px; }
.proof__item p { font-size: .875rem; color: var(--ink-2); line-height: 1.55; }


/* 9 ─ MARKA ŞERİDİ ──────────────────────────────────────────────────────── */
.strip { padding: calc(var(--sec-y) * .62) 0 0; }
.strip__in { display: grid; gap: 18px; align-items: center; }
@media (min-width: 900px) { .strip__in { grid-template-columns: auto 1fr; gap: 34px; } }
.strip__label { font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.strip__list { display: flex; flex-wrap: wrap; gap: 10px; }
.strip__list li {
  padding: 9px 17px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--ice-2);
  font-family: var(--disp); font-weight: 600; font-size: .88rem; color: var(--navy-2);
}


/* 10 ─ BÖLÜM KABUĞU ─────────────────────────────────────────────────────── */
.sec { padding-block: var(--sec-y); position: relative; }
.sec--ice  { background: var(--ice-2); border-block: 1px solid var(--line); }
.sec--navy { background: var(--navy); color: var(--on-dark); }
.sec--navy::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 84% 8%, rgba(23,169,232,.22), transparent 62%);
}
.sec--navy > .wrap { position: relative; z-index: 1; }

.sec__head { display: grid; gap: 16px; margin-bottom: clamp(34px, 4.5vw, 56px); }
@media (min-width: 900px) {
  .sec__head { grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: end; }
  .sec__head .lead { max-width: 32rem; justify-self: end; }
}
.sec__head--center { text-align: center; justify-items: center; }
.sec__head--center .eyebrow { justify-content: center; }
@media (min-width: 900px) { .sec__head--center { grid-template-columns: 1fr; } }


/* 11 ─ HİZMET KARTLARI ──────────────────────────────────────────────────── */
.hgrid { display: grid; gap: 20px; }
@media (min-width: 780px)  { .hgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .hgrid { grid-template-columns: repeat(3, 1fr); } }

.hcard {
  position: relative; display: flex; flex-direction: column;
  padding: 26px; border-radius: var(--r);
  background: var(--paper); border: 1px solid var(--line);
  transition: transform .5s var(--ease), box-shadow .4s, border-color .3s;
  overflow: hidden;
}
.hcard::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 3px;
  background: var(--sea); transform: scaleX(0); transform-origin: left;
  transition: transform .55s var(--ease);
}
.hcard--flame::before { background: linear-gradient(90deg, var(--flame), var(--flame-2)); }
.hcard--sky::before   { background: linear-gradient(90deg, var(--sky), var(--sky-2)); }
.hcard--navy::before  { background: linear-gradient(90deg, var(--navy), var(--sea)); }
.hcard:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: var(--line-2); }
.hcard:hover::before { transform: scaleX(1); }

.hcard__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.hcard__ico { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--ice); color: var(--sea); }
.hcard--flame .hcard__ico { background: rgba(255,122,26,.1);  color: var(--flame-deep); }
.hcard--sky   .hcard__ico { background: rgba(23,169,232,.12); color: var(--sky); }
.hcard--navy  .hcard__ico { background: rgba(6,42,84,.08);    color: var(--navy); }
.hcard__ico .ico { width: 25px; height: 25px; }
.hcard__no { font-family: var(--disp); font-weight: 800; font-size: 1.5rem; color: var(--line-2); letter-spacing: -.02em; }

.hcard .h3 { margin-bottom: 9px; }
.hcard__ozet { font-size: .93rem; color: var(--ink-2); line-height: 1.62; margin-bottom: 18px; }

.ticks { display: grid; gap: 9px; margin-bottom: 22px; }
.ticks li { display: flex; gap: 9px; font-size: .875rem; color: var(--ink-2); line-height: 1.5; }
.ticks .ico { color: var(--sea); margin-top: 4px; }
.hcard--flame .ticks .ico { color: var(--flame); }

.hcard__cta { display: flex; gap: 8px; margin-top: auto; }


/* 12 ─ ÜRÜNLER ──────────────────────────────────────────────────────────── */
.ugrid { display: grid; gap: 14px; }
@media (min-width: 700px)  { .ugrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1060px) { .ugrid { grid-template-columns: repeat(3, 1fr); } }

.ucard {
  display: flex; align-items: flex-start; gap: 15px;
  padding: 20px; border-radius: 16px;
  background: var(--paper); border: 1px solid var(--line);
  transition: transform .45s var(--ease), box-shadow .35s, border-color .3s;
}
.ucard:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); border-color: var(--line-2); }
.ucard__ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: var(--ice); color: var(--sea); }
.ucard--tup .ucard__ico { background: rgba(255,122,26,.1);  color: var(--flame-deep); }
.ucard--su  .ucard__ico { background: rgba(23,169,232,.12); color: var(--sky); }
.ucard--ek  .ucard__ico { background: rgba(6,42,84,.07);    color: var(--navy-2); }
.ucard__body { margin-right: auto; }
.ucard__ad { font-family: var(--disp); font-weight: 600; font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.ucard__not { font-size: .85rem; color: var(--ink-2); line-height: 1.55; }
.ucard__olcu {
  flex: none; align-self: flex-start; padding: 6px 12px; border-radius: var(--r-pill);
  background: var(--ice); color: var(--navy-2);
  font-family: var(--disp); font-weight: 700; font-size: .75rem; white-space: nowrap;
}

.ugrid__note {
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
  margin-top: 26px; padding: 16px 22px; border-radius: var(--r-pill);
  background: var(--paper); border: 1px dashed var(--line-2);
  font-size: .9rem; color: var(--ink-2); text-align: center;
}
.ugrid__note .ico { color: var(--flame); }
.ugrid__note a { color: var(--sea); font-weight: 700; border-bottom: 1.5px solid currentColor; }


/* 13 ─ OCAK DÖNÜŞÜMÜ ────────────────────────────────────────────────────── */
.conv__in { display: grid; gap: clamp(32px, 5vw, 60px); align-items: start; }
@media (min-width: 980px) { .conv__in { grid-template-columns: 1fr 1fr; } }

.conv__copy .lead { margin-bottom: 26px; }
.conv__copy .lead strong { color: var(--navy); font-weight: 700; }

.conv__box { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-bottom: 26px; }
@media (min-width: 560px) { .conv__box { grid-template-columns: repeat(2, 1fr); } }
.conv__box li { display: flex; flex-direction: column; gap: 2px; padding: 16px 18px; background: var(--paper); }
.conv__box strong { font-family: var(--disp); font-weight: 600; font-size: .93rem; color: var(--navy); }
.conv__box span { font-size: .81rem; color: var(--ink-3); }

.conv__steps { position: relative; display: grid; gap: 4px; padding-left: 6px; }
.conv__step { position: relative; display: flex; gap: 18px; padding: 18px 0 18px 0; }
.conv__step + .conv__step { border-top: 1px solid var(--line); }
.conv__num {
  flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px;
  background: var(--navy); color: #fff;
  font-family: var(--disp); font-weight: 700; font-size: .93rem;
}
.conv__step:nth-child(1) .conv__num { background: var(--flame); }
.conv__step h3 { font-family: var(--disp); font-weight: 600; font-size: 1.03rem; color: var(--navy); margin-bottom: 4px; }
.conv__step p { font-size: .89rem; color: var(--ink-2); line-height: 1.6; }


/* 14 ─ RAKAMLAR ─────────────────────────────────────────────────────────── */
.stats { background: var(--navy); color: #fff; padding-block: clamp(46px, 6vw, 76px); position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 100% at 18% 50%, rgba(23,169,232,.24), transparent 60%),
              radial-gradient(ellipse 50% 100% at 92% 50%, rgba(255,122,26,.18), transparent 60%);
}
.stats > .wrap { position: relative; z-index: 1; }
.stats__grid { display: grid; gap: 26px; }
@media (min-width: 620px)  { .stats__grid { grid-template-columns: repeat(2, 1fr); } }
/* Ayırıcı olarak boşluk+arka plan değil, ince çizgi kullanılır — aksi hâlde
   bölümün degradesi üzerinde düz bir dikdörtgen blok görünür. */
@media (min-width: 1000px) {
  .stats__grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .stat { padding-inline: 34px; }
  .stat + .stat { border-left: 1px solid var(--dark-line); }
  .stat:first-child { padding-left: 0; }
}

.stat { display: flex; flex-direction: column; gap: 3px; }
.stat__n { font-family: var(--disp); font-weight: 800; font-size: clamp(2.4rem, 4.6vw, 3.5rem); line-height: 1; letter-spacing: -.045em; color: #fff; }
.stat__n em { font-style: normal; color: var(--sky-2); }
.stat strong { font-family: var(--disp); font-weight: 600; font-size: .99rem; color: #fff; margin-top: 8px; }
.stat small { font-size: .84rem; color: var(--on-dark-2); }

/* 15 ─ ADIMLAR ──────────────────────────────────────────────────────────── */
.steps { display: grid; gap: 20px; counter-reset: s; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 26px; } }
.step { position: relative; padding: 28px 24px; border-radius: var(--r); background: var(--ice-2); border: 1px solid var(--line); }
@media (min-width: 860px) {
  .step:not(:last-child)::after {
    content: ""; position: absolute; top: 52px; right: -18px; width: 12px; height: 12px;
    border-top: 2px solid var(--line-2); border-right: 2px solid var(--line-2);
    transform: rotate(45deg);
  }
}
.step__no {
  display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px;
  border-radius: 13px; background: var(--paper); border: 1px solid var(--line);
  font-family: var(--disp); font-weight: 800; font-size: .95rem; color: var(--sea);
}
.step:first-child .step__no { background: var(--flame); border-color: var(--flame); color: #fff; }
.step .h3 { margin-bottom: 8px; }
.step p { font-size: .9rem; color: var(--ink-2); line-height: 1.62; }


/* 16 ─ NEDEN BİZ ────────────────────────────────────────────────────────── */
.ngrid { display: grid; gap: 16px; }
@media (min-width: 700px)  { .ngrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .ngrid { grid-template-columns: repeat(3, 1fr); } }
.ncard {
  padding: 24px; border-radius: 18px;
  background: var(--dark-glass); border: 1px solid var(--dark-line);
  transition: background-color .35s, border-color .3s, transform .45s var(--ease);
}
.ncard:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.24); transform: translateY(-4px); }
.ncard__ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(23,169,232,.18); color: var(--sky-2); margin-bottom: 15px; }
.ncard:nth-child(3n+1) .ncard__ico { background: rgba(255,122,26,.2); color: var(--flame-2); }
.ncard h3 { font-family: var(--disp); font-weight: 600; font-size: 1.03rem; color: #fff; margin-bottom: 7px; }
.ncard p { font-size: .89rem; color: var(--on-dark-2); line-height: 1.62; }


/* 17 ─ BÖLGELER ─────────────────────────────────────────────────────────── */
.bgrid { display: grid; gap: 22px; }
@media (min-width: 820px) { .bgrid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.bcol { padding: 24px; border-radius: var(--r); background: var(--paper); border: 1px solid var(--line); }
.bcol__h { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 700; font-size: 1.02rem; color: var(--navy); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.bcol__h .ico { color: var(--flame); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills li {
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--ice); color: var(--navy-2);
  font-size: .84rem; font-weight: 600;
  transition: background-color .25s, color .25s;
}
.pills li:hover { background: var(--sea); color: #fff; }


/* 18 ─ GÜVENLİK ─────────────────────────────────────────────────────────── */
.ggrid { display: grid; gap: 16px; }
@media (min-width: 700px)  { .ggrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .ggrid { grid-template-columns: repeat(4, 1fr); } }
.gcard { position: relative; padding: 24px 22px; border-radius: 18px; background: var(--ice-2); border: 1px solid var(--line); }
.gcard__no { display: block; font-family: var(--disp); font-weight: 800; font-size: 1.7rem; letter-spacing: -.04em; color: var(--flame); margin-bottom: 12px; }
.gcard h3 { font-family: var(--disp); font-weight: 600; font-size: 1rem; color: var(--navy); margin-bottom: 7px; }
.gcard p { font-size: .875rem; color: var(--ink-2); line-height: 1.62; }


/* 19 ─ YORUMLAR ─────────────────────────────────────────────────────────── */
.ygrid { display: grid; gap: 18px; }
@media (min-width: 820px) { .ygrid { grid-template-columns: repeat(3, 1fr); } }
.ycard { display: flex; flex-direction: column; padding: 26px; border-radius: var(--r); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.ycard__stars { display: flex; gap: 3px; margin-bottom: 14px; }
.ycard__stars .star { color: #F5A623; fill: #F5A623; }
.ycard blockquote p { font-size: 1rem; line-height: 1.68; color: var(--ink); }
.ycard blockquote p::before { content: "“"; }
.ycard blockquote p::after  { content: "”"; }
.ycard footer { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; font-size: .85rem; font-weight: 600; color: var(--ink-3); }
.ycard footer .ico { color: var(--sea); }


/* 20 ─ S.S.S. ───────────────────────────────────────────────────────────── */
.faq__in { display: grid; gap: clamp(30px, 4vw, 54px); align-items: start; }
@media (min-width: 980px) { .faq__in { grid-template-columns: .82fr 1.18fr; } .faq__side { position: sticky; top: calc(var(--head-h) + 28px); } }
.faq__side .lead { margin-bottom: 24px; }

.faq { display: grid; gap: 10px; }
.faq__item { border: 1px solid var(--line); border-radius: 15px; background: var(--paper); overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq__item[open] { border-color: var(--line-2); box-shadow: var(--sh-sm); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 17px 20px; cursor: pointer; list-style: none;
  font-family: var(--disp); font-weight: 600; font-size: 1rem; color: var(--navy); line-height: 1.35;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--sea); }
.faq__sign { flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ice); color: var(--sea); transition: transform .4s var(--ease), background-color .3s, color .3s; }
.faq__item[open] .faq__sign { transform: rotate(45deg); background: var(--flame); color: #fff; }
.faq__a { padding: 0 20px 19px; }
.faq__a p { font-size: .93rem; color: var(--ink-2); line-height: 1.72; max-width: 58ch; }


/* 21 ─ İLETİŞİM ─────────────────────────────────────────────────────────── */
.contact__in { display: grid; gap: clamp(32px, 5vw, 56px); align-items: start; }
@media (min-width: 980px) { .contact__in { grid-template-columns: 1fr 1fr; } }
.contact__copy .lead { margin-bottom: 28px; }

.nap { display: grid; gap: 10px; margin-bottom: 26px; }
.nap__row {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 15px;
  background: var(--dark-glass); border: 1px solid var(--dark-line);
  transition: background-color .3s, border-color .3s, transform .4s var(--ease);
}
a.nap__row:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); transform: translateX(3px); }
.nap__ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.09); color: var(--sky-2); }
.nap__row--main .nap__ico { background: var(--flame); color: #fff; }
.nap__row > span:last-child { display: flex; flex-direction: column; }
.nap__row small { font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-2); }
.nap__row strong { font-family: var(--disp); font-weight: 700; font-size: 1.04rem; color: #fff; letter-spacing: -.01em; }
.nap__row--main strong { font-size: 1.32rem; }

.contact__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.mapbox { border-radius: var(--r); overflow: hidden; border: 1px solid var(--dark-line); background: var(--navy-2); aspect-ratio: 4 / 3.2; }
.mapbox iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.2) contrast(1.05); }
.mapbox__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; font-family: var(--disp); font-weight: 600; font-size: .9rem; color: var(--sky-2); }
.mapbox__link:hover { color: #fff; }
.mapbox__link .ico:last-child { transition: transform .35s var(--ease); }
.mapbox__link:hover .ico:last-child { transform: translateX(4px); }


/* 22 ─ FOOTER ───────────────────────────────────────────────────────────── */
.foot { background: var(--foot-bg, #041D3B); color: var(--on-dark-2); padding-top: clamp(46px, 6vw, 72px); }
.foot__in { display: grid; gap: 34px; padding-bottom: 40px; }
@media (min-width: 760px)  { .foot__in { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .foot__in { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; } }

.brand--foot .brand__name { color: #fff; }
.brand--foot .brand__sub  { color: rgba(234,243,251,.5); }
.foot__desc { margin: 16px 0 18px; font-size: .89rem; line-height: 1.68; max-width: 34ch; }
.foot__soc { display: flex; gap: 9px; }
.foot__soc-btn { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--dark-glass); border: 1px solid var(--dark-line); color: var(--on-dark); transition: background-color .25s, color .25s, transform .35s var(--ease); }
.foot__soc-btn:hover { background: var(--sea); color: #fff; transform: translateY(-2px); }

.foot__h { font-family: var(--disp); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.foot__col ul { display: grid; gap: 10px; }
.foot__col a { font-size: .91rem; transition: color .2s; }
.foot__col a:hover { color: var(--sky-2); }
.foot__nap li { display: flex; align-items: flex-start; gap: 10px; font-size: .91rem; line-height: 1.5; }
.foot__nap .ico { color: var(--sky-2); margin-top: 3px; }

.foot__bar {
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between;
  padding: 20px 0 calc(20px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--dark-line); font-size: .81rem; color: rgba(234,243,251,.5);
}
.foot__kw { color: rgba(234,243,251,.32); }
@media (max-width: 900px) { .foot__bar { padding-bottom: calc(84px + env(safe-area-inset-bottom)); } }


/* 23 ─ YÜZEN WHATSAPP + MOBİL BAR ───────────────────────────────────────── */
.wafloat {
  position: fixed; right: 18px; bottom: 22px; z-index: 80;
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%;
  background: var(--wa); color: #fff; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7);
  transition: transform .4s var(--ease);
}
.wafloat:hover { transform: scale(1.08); }
.wafloat .ico { width: 26px; height: 26px; }
.wafloat__pulse { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ring 2.6s var(--ease) infinite; }
@keyframes ring { 0% { transform: scale(1); opacity: .7; } 70%, 100% { transform: scale(1.55); opacity: 0; } }
@media (max-width: 900px) { .wafloat { display: none; } }

.mbar { display: none; }
@media (max-width: 900px) {
  .mbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: var(--line); border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -6px 24px -12px rgba(6,42,84,.4);
  }
  .mbar__btn {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 8px; font-family: var(--disp); font-weight: 700; font-size: .93rem;
  }
  .mbar__btn--call { background: var(--flame); color: #fff; }
  .mbar__btn--wa   { background: var(--wa);    color: #04301c; }
}


/* 24 ─ REVEAL / SAYAÇ ───────────────────────────────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.in {
  opacity: 1; transform: none;
  transition: opacity .7s var(--ease) var(--d, 0ms), transform .7s var(--ease) var(--d, 0ms);
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .topbar__live .dot, .wafloat__pulse { animation: none; }
  .btn:hover, .hcard:hover, .ucard:hover, .ncard:hover { transform: none; }
}


/* 25 ─ YER TUTUCU GÖRSEL ────────────────────────────────────────────────── */
.ph {
  display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--ice), var(--ice-2));
  border: 1px dashed var(--line-2); border-radius: var(--r-sm);
}
.ph__mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--paper); color: var(--sea); box-shadow: var(--sh-sm); }
.ph__ico { width: 22px; height: 22px; }


/* 26 ─ YAZDIRMA ─────────────────────────────────────────────────────────── */
@media print {
  .topbar, .head, .mmenu, .wafloat, .mbar, .mapbox, .hero__bg { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .sec, .hero, .stats, .foot { background: #fff !important; color: #000 !important; padding-block: 12pt; }
  .h2, .h3, .hero__title, .stat__n, .ncard h3, .nap__row strong { color: #000 !important; }
  .lead, .lead--light, .ncard p, .stat small { color: #333 !important; }
  .faq__item { break-inside: avoid; }
  .faq__a { display: block !important; }
}
