/* =========================================================
   OCAK — Sıcak Kombi & Doğalgaz Servisi Teması
   Krem zemin, alev gradienti, organik blob şekiller, Lexend + Inter
   ========================================================= */
:root {
  --primary: #ea580c;
  --primary-dark: #c2410c;
  --on-primary: #ffffff;
  --secondary: #f59e0b;
  --on-secondary: #3b0d0c;
  --dark: #3b0d0c;
  --text: #4a2320;
  --muted: #86605a;
  --bg: #fff7ed;
  --surface: #fde8d7;
  --surface-2: #fbd9bf;
  --border: #f3d2b8;
  --radius: 24px;
  --radius-sm: 16px;
  --radius-btn: 999px;
  --shadow: 0 18px 40px -22px rgba(124, 45, 18, .35);
  --shadow-lg: 0 34px 70px -30px rgba(124, 45, 18, .45);
  --font-body: "Inter", system-ui, sans-serif;
  --font-head: "Lexend", "Inter", system-ui, sans-serif;
  --container: 1240px;
  --header-h: 84px;
  --fire: linear-gradient(120deg, #dc2626 0%, #f97316 55%, #f59e0b 100%);
  --fire-soft: linear-gradient(120deg, rgba(220,38,38,.14), rgba(249,115,22,.14) 55%, rgba(245,158,11,.16));
  --winter: #1d4ed8;
  --wine: #2a0a09;
  --card: #ffffff;
}
body { background: var(--bg); color: var(--text); font-size: 15.5px; }
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -.02em; }
h3 { font-weight: 600; }
::selection { background: #f97316; color: #fff; }
.section { overflow-wrap: anywhere; }

/* ---------- Butonlar ---------- */
.kx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s; white-space: nowrap; }
.kx-btn i { font-size: 1.15em; }
.kx-btn:hover { transform: translateY(-2px); }
.kx-btn-fire { background: var(--fire); color: #fff; box-shadow: 0 14px 28px -14px rgba(220, 38, 38, .7); }
.kx-btn-fire:hover { color: #fff; box-shadow: 0 18px 34px -14px rgba(220, 38, 38, .85); }
.kx-btn-soft { background: #fff; color: var(--dark); border-color: var(--border); }
.kx-btn-soft:hover { color: var(--primary-dark); border-color: #f97316; }
.kx-btn-dark { background: var(--dark); color: #fff; }
.kx-btn-dark:hover { color: #fff; background: #5a1714; }
.kx-btn-white { background: #fff; color: #b91c1c; }
.kx-btn-white:hover { color: #7f1d1d; }
.kx-btn-line { border-color: rgba(255,255,255,.6); color: #fff; }
.kx-btn-line:hover { background: #fff; color: #b91c1c; }
.kx-btn-block { display: flex; width: 100%; }
.btn { font-family: var(--font-head); font-weight: 600; }
.btn-primary { background: var(--fire); border: 0; color: #fff; padding: calc(.8em + 2px) calc(1.4em + 2px); box-shadow: 0 12px 24px -14px rgba(220,38,38,.7); }
.btn-primary:hover { background: var(--fire); color: #fff; filter: saturate(1.15) brightness(1.03); }
.btn-outline { color: var(--primary-dark); }
.btn-outline:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-light { background: #fff; border-color: var(--border); }

.kx-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: .85rem; font-weight: 600; color: #c2410c; margin-bottom: 12px; }
.kx-eyebrow::before { content: ""; width: 26px; height: 8px; border-radius: 8px; background: var(--fire); }
.kx-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.12; margin: 0 0 18px; color: var(--dark); }
.kx-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 32px; margin-bottom: 44px; flex-wrap: wrap; }
.kx-head .kx-title { margin: 0; max-width: 680px; }
.kx-head-center { flex-direction: column; align-items: center; text-align: center; }
.kx-more { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--dark); padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--border); }
.kx-more:hover { color: #c2410c; border-color: #f97316; }
.kx-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px 8px 10px; border-radius: 999px; background: #fff; color: #b91c1c; font-family: var(--font-head); font-weight: 600; font-size: .92rem; box-shadow: 0 10px 24px -16px rgba(185,28,28,.6); border: 1px solid #fecaca; }
.kx-badge i { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--fire); color: #fff; font-size: 14px; }

/* ---------- Header ---------- */
.kx-header { position: relative; z-index: 200; background: var(--bg); }
.kx-strip { background: var(--fire); color: #fff; font-size: .82rem; }
.kx-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.kx-strip-note { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; min-width: 0; }
.kx-strip-right { display: flex; align-items: center; gap: 16px; }
.kx-strip-right span { display: inline-flex; align-items: center; gap: 6px; }
.kx-strip .lang-current { border-color: rgba(255,255,255,.5); color: #fff; }
.kx-bar { background: var(--bg); border-bottom: 1px solid rgba(243, 210, 184, .7); }
.kx-bar-inner { display: flex; align-items: center; gap: 26px; min-height: var(--header-h); }
.kx-header.is-scrolled .kx-bar { position: fixed; left: 0; right: 0; top: 0; background: rgba(255, 247, 237, .98); box-shadow: 0 12px 30px -20px rgba(124,45,18,.5); animation: kxDown .4s var(--ease); }
.kx-header.is-scrolled .kx-bar-inner { min-height: 70px; }
@keyframes kxDown { from { transform: translateY(-100%); } to { transform: none; } }
.kx-logo { color: var(--dark); }
.kx-logo .logo-mark { width: 48px; height: 48px; border-radius: 60% 40% 55% 45% / 55% 45% 55% 45%; background: var(--fire); color: #fff; font-size: 25px; box-shadow: 0 10px 22px -12px rgba(220,38,38,.8); }
.kx-logo .logo-text strong { font-size: 1.45rem; font-weight: 700; letter-spacing: -.03em; }
.kx-logo .logo-text small { color: #c2410c; letter-spacing: .08em; font-size: .66rem; font-weight: 600; }
.kx-nav { justify-content: center; }
.kx-nav .nav-menu > li > a { font-family: var(--font-head); color: var(--dark); font-weight: 500; font-size: .93rem; padding: 10px 12px; white-space: nowrap; border-radius: 999px; }
.kx-nav .nav-menu > li > a:hover { color: #c2410c; background: var(--surface); }
.kx-nav .nav-menu > li.is-active > a { color: #b91c1c; background: #fff; box-shadow: inset 0 0 0 1px var(--border); }
.kx-nav .nav-menu .submenu { background: #fff; border-radius: 20px; border: 1px solid var(--border); }
.kx-nav .nav-menu .submenu a { color: var(--text); border-radius: 12px; }
.kx-nav .nav-menu .submenu a:hover { background: var(--surface); color: #b91c1c; }
.kx-actions { display: flex; align-items: center; gap: 10px; }
.kx-phone { display: inline-flex; align-items: center; gap: 10px; padding: 6px 18px 6px 6px; border-radius: 999px; background: var(--fire); color: #fff; box-shadow: 0 12px 26px -14px rgba(220,38,38,.8); font-family: var(--font-head); font-weight: 600; white-space: nowrap; }
.kx-phone:hover { color: #fff; transform: translateY(-1px); }
.kx-phone-ic { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.22); display: grid; place-items: center; font-size: 18px; }
.kx-phone-txt { display: flex; flex-direction: column; line-height: 1.15; font-size: 1.02rem; }
.kx-phone-txt small { font-size: .68rem; font-weight: 500; opacity: .9; }
.kx-toggle { background: #fff; border: 1px solid var(--border); border-radius: 14px; }
.kx-toggle span { background: var(--dark); }
@media (max-width: 1300px) { .kx-bar-inner { gap: 14px; } .kx-nav .nav-menu > li > a { padding: 10px 8px; font-size: .88rem; } .kx-phone { padding: 5px; } .kx-phone-txt { display: none; } }
@media (max-width: 1080px) {
  .kx-nav { background: var(--bg); }
  .kx-nav .nav-menu > li { border-color: var(--border) !important; }
  .kx-nav .nav-menu > li > a { border-radius: 0; background: transparent !important; box-shadow: none !important; }
  .kx-nav .submenu-toggle { background: var(--surface) !important; }
  .kx-nav .nav-menu .submenu { border: 0; }
}
@media (max-width: 640px) {
  .kx-hide-sm { display: none !important; }
  .kx-phone { padding: 5px; }
  .kx-phone-txt { display: none; }
  .kx-strip-note { font-size: .76rem; }
  .kx-logo .logo-text strong { font-size: 1.2rem; }
  .kx-logo .logo-mark { width: 42px; height: 42px; font-size: 22px; }
  .kx-bar-inner { gap: 12px; min-height: 72px; }
}

/* ---------- Hero ---------- */
.kx-hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.kx-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -220px; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; background: var(--fire-soft); z-index: 0; }
.kx-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.kx-slides { display: grid; }
.kx-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease), visibility .7s; }
.kx-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.kx-hero-title { font-size: clamp(2.3rem, 5.4vw, 4.2rem); line-height: 1.05; margin: 22px 0 20px; color: var(--dark); letter-spacing: -.035em; }
.kx-ul { background-image: var(--fire); background-repeat: no-repeat; background-size: 100% .2em; background-position: 0 92%; padding: 0 .04em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.kx-hero-text { font-size: 1.12rem; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.kx-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kx-hero-foot { display: flex; align-items: center; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.kx-dots { display: flex; gap: 8px; }
.kx-dots button { width: 12px; height: 12px; border-radius: 999px; border: 0; padding: 0; background: var(--surface-2); transition: all .3s; }
.kx-dots button.is-active { width: 34px; background: var(--fire); }
.kx-hero-trust { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; flex-wrap: wrap; }
.kx-hero-trust li { display: flex; flex-direction: column; padding: 10px 18px; background: #fff; border-radius: 18px; border: 1px solid var(--border); line-height: 1.2; }
.kx-hero-trust strong { font-family: var(--font-head); font-size: 1.3rem; color: #b91c1c; }
.kx-hero-trust span { font-size: .78rem; color: var(--muted); }
.kx-hero-visual { position: relative; padding: 20px 10px 40px 40px; }
.kx-blob { position: relative; aspect-ratio: 1 / 1.02; border-radius: 58% 42% 46% 54% / 48% 56% 44% 52%; overflow: hidden; background: var(--surface); box-shadow: var(--shadow-lg); animation: kxMorph 14s ease-in-out infinite; }
@keyframes kxMorph { 0%, 100% { border-radius: 58% 42% 46% 54% / 48% 56% 44% 52%; } 50% { border-radius: 44% 56% 58% 42% / 56% 44% 56% 44%; } }
.kx-blob-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.kx-blob-img:first-child, .kx-hero[data-index="0"] .kx-blob-img:nth-child(1), .kx-hero[data-index="1"] .kx-blob-img:nth-child(2), .kx-hero[data-index="2"] .kx-blob-img:nth-child(3), .kx-hero[data-index="3"] .kx-blob-img:nth-child(4) { opacity: 1; }
.kx-hero[data-index="1"] .kx-blob-img:first-child, .kx-hero[data-index="2"] .kx-blob-img:first-child, .kx-hero[data-index="3"] .kx-blob-img:first-child { opacity: 0; }
.kx-blob-ring { position: absolute; right: -6px; top: 4px; width: 38%; aspect-ratio: 1; border-radius: 50%; border: 3px dashed rgba(234, 88, 12, .35); z-index: -1; }
.kx-dial { position: absolute; left: 0; bottom: 0; width: clamp(170px, 17vw, 230px); aspect-ratio: 1; z-index: 3; filter: drop-shadow(0 26px 34px rgba(124,45,18,.35)); }
.kx-dial-ring { width: 100%; height: 100%; border-radius: 50%; padding: 12px; background: conic-gradient(from 225deg, #f59e0b 0deg, #f97316 95deg, #dc2626 190deg, #fde8d7 190deg 270deg, #fff 270deg 360deg); }
.kx-dial-face { width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0%, #fff7ed 70%, #fde8d7 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: inset 0 4px 10px rgba(124,45,18,.12); }
.kx-dial-face small { font-size: .7rem; color: var(--muted); display: inline-flex; gap: 4px; align-items: center; }
.kx-dial-face strong { font-family: var(--font-head); font-size: clamp(2.3rem, 3.6vw, 3.1rem); line-height: 1; color: var(--dark); letter-spacing: -.04em; }
.kx-dial-face em { font-style: normal; font-size: .45em; vertical-align: top; margin-left: 2px; color: #ea580c; }
.kx-dial-face span { font-size: .68rem; font-weight: 600; color: #b91c1c; margin-top: 4px; padding: 0 10px; line-height: 1.25; }
.kx-dial-knob { position: absolute; inset: 0; transform: rotate(55deg); pointer-events: none; }
.kx-dial-knob::before { content: ""; position: absolute; left: 50%; top: -1px; width: 16px; height: 16px; margin-left: -8px; border-radius: 50%; background: #fff; border: 4px solid #dc2626; box-shadow: 0 4px 10px rgba(124,45,18,.35); }
.kx-snow { position: absolute; right: 8px; bottom: 26%; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px 10px 10px; border-radius: 999px; background: #fff; color: var(--winter); font-family: var(--font-head); font-weight: 600; font-size: .9rem; box-shadow: 0 16px 30px -18px rgba(29,78,216,.55); }
.kx-snow i { width: 30px; height: 30px; border-radius: 50%; background: #dbeafe; display: grid; place-items: center; font-size: 17px; }
@media (max-width: 960px) {
  .kx-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .kx-hero-visual { max-width: 520px; margin: 0 auto; width: 100%; }
}
@media (max-width: 520px) {
  .kx-hero-visual { padding: 10px 0 40px 22px; }
  .kx-dial { width: 150px; }
  .kx-dial-knob { display: none; }
  .kx-snow { font-size: .8rem; right: 0; }
  .kx-hero-foot { gap: 16px; }
}

/* ---------- Mevsimsel takvim ---------- */
.kx-season { padding-top: clamp(30px, 4vw, 50px); }
.kx-season-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 1000px) { .kx-season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .kx-season-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-season-card { position: relative; background: #fff; border-radius: var(--radius); padding: 26px 24px 24px; border: 1px solid var(--border); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.kx-season-card::after { content: ""; position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border-radius: 60% 40% 50% 50%; background: var(--fire-soft); }
.kx-season-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.kx-season-card:first-child { background: var(--fire); border-color: transparent; color: #fff; }
.kx-season-card:first-child h3, .kx-season-card:first-child p { color: #fff; }
.kx-season-card:first-child .kx-season-ic { background: rgba(255,255,255,.2); color: #fff; }
.kx-season-card:first-child .kx-season-when { background: #fff; color: #b91c1c; }
.kx-season-card:first-child::after { background: rgba(255,255,255,.12); }
.kx-season-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.kx-season-ic { width: 52px; height: 52px; border-radius: 18px; background: var(--surface); color: #c2410c; display: grid; place-items: center; font-size: 25px; }
.kx-season-when { font-family: var(--font-head); font-size: .8rem; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: var(--surface); color: #9a3412; }
.kx-season-card h3 { font-size: 1.2rem; margin: 0 0 8px; position: relative; z-index: 1; }
.kx-season-card p { margin: 0; color: var(--muted); font-size: .93rem; position: relative; z-index: 1; }

/* ---------- Hizmet kartları (2 kolon yatay) ---------- */
.kx-services { background: linear-gradient(180deg, var(--bg) 0%, #fdeedf 100%); }
.kx-svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 860px) { .kx-svc-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-svc { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: center; background: #fff; border-radius: var(--radius); padding: 20px 22px 20px 20px; border: 1px solid var(--border); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.kx-svc:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #fdba74; }
.kx-svc-media { position: relative; display: block; width: 150px; height: 150px; }
.kx-svc-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 5px solid var(--surface); transition: transform .5s var(--ease); }
.kx-svc:hover .kx-svc-media img { transform: scale(1.04) rotate(-2deg); }
.kx-svc-ic { position: absolute; right: -4px; bottom: 4px; width: 46px; height: 46px; border-radius: 50%; background: var(--fire); color: #fff; display: grid; place-items: center; font-size: 22px; border: 3px solid #fff; }
.kx-svc-body h3 { font-size: 1.22rem; margin: 0 0 6px; }
.kx-svc-body h3 a { color: var(--dark); }
.kx-svc-body h3 a:hover { color: #c2410c; }
.kx-svc-body p { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.kx-svc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.kx-price { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 999px; background: var(--fire-soft); color: #9a3412; font-family: var(--font-head); font-weight: 600; font-size: .86rem; }
.kx-svc-go { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--dark); font-size: 19px; transition: all .3s; margin-left: auto; }
.kx-svc:hover .kx-svc-go { background: var(--fire); color: #fff; }
@media (max-width: 480px) {
  .kx-svc { grid-template-columns: 84px minmax(0, 1fr); align-items: start; padding: 18px 16px; gap: 14px; }
  .kx-svc-media { width: 84px; height: 84px; }
  .kx-svc-media img { border-width: 3px; }
  .kx-svc-ic { width: 34px; height: 34px; font-size: 16px; right: -6px; bottom: -2px; border-width: 2px; }
  .kx-svc-body h3 { font-size: 1.08rem; }
}

/* ---------- Hakkımızda ---------- */
.kx-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
@media (max-width: 900px) { .kx-about-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-about-media { position: relative; padding: 0 0 70px 0; max-width: 560px; }
.kx-about-blob { border-radius: 46% 54% 42% 58% / 52% 42% 58% 48%; overflow: hidden; aspect-ratio: 1 / .95; box-shadow: var(--shadow-lg); width: 86%; }
.kx-about-blob img, .kx-about-blob2 img { width: 100%; height: 100%; object-fit: cover; }
.kx-about-blob2 { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 8px solid var(--bg); box-shadow: var(--shadow); }
.kx-about-badge { position: absolute; left: 18px; bottom: 30px; background: var(--fire); color: #fff; padding: 16px 22px; border-radius: 22px; display: flex; flex-direction: column; box-shadow: 0 20px 34px -18px rgba(220,38,38,.8); }
.kx-about-badge strong { font-family: var(--font-head); font-size: 2.2rem; line-height: 1; }
.kx-about-badge span { font-size: .78rem; font-weight: 600; }
.kx-lead { color: var(--muted); font-size: 1.04rem; margin-bottom: 28px; }
.kx-about-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Neden biz (gradient) ---------- */
.kx-why { position: relative; background: var(--fire); color: #fff; overflow: hidden; border-radius: clamp(28px, 5vw, 60px); margin: 0 clamp(0px, 1.5vw, 24px); }
.kx-why-blob { position: absolute; left: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 60% 40% 55% 45%; background: rgba(255,255,255,.1); }
.kx-why::after { content: ""; position: absolute; right: -80px; top: -90px; width: 300px; height: 300px; border-radius: 45% 55% 40% 60%; background: rgba(255,255,255,.08); }
.kx-why .container { position: relative; z-index: 1; }
.kx-head-light .kx-title, .kx-head-light .kx-eyebrow { color: #fff; }
.kx-head-light .kx-eyebrow::before { background: #fff; }
.kx-why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 1000px) { .kx-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .kx-why-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-why-card { background: #fff; color: var(--text); border-radius: var(--radius); padding: 28px 24px; box-shadow: 0 24px 40px -28px rgba(59,13,12,.6); }
.kx-why-card i { width: 56px; height: 56px; border-radius: 40% 60% 55% 45%; background: var(--fire-soft); color: #dc2626; display: grid; place-items: center; font-size: 27px; margin-bottom: 18px; }
.kx-why-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.kx-why-card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* ---------- Rakamlar ---------- */
.kx-stats { padding: clamp(46px, 6vw, 80px) 0; }
.kx-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 860px) { .kx-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.kx-stat { text-align: center; padding: 26px 14px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.kx-stat i { font-size: 26px; color: #ea580c; }
.kx-stat strong { font-family: var(--font-head); font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.05; background: var(--fire); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.03em; }
.kx-stat em { font-style: normal; }
.kx-stat > span { font-size: .9rem; color: var(--muted); font-weight: 500; }

/* ---------- SSS + geri arama ---------- */
.kx-faq { padding-top: clamp(20px, 3vw, 40px); }
.kx-faq-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 60px); align-items: start; }
@media (max-width: 940px) { .kx-faq-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-faq .faq-list { margin: 10px 0 24px; }
.faq-item { border-radius: 20px; border-color: var(--border); background: #fff; }
.faq-item summary { font-family: var(--font-head); font-weight: 600; }
.faq-item summary i { width: 32px; height: 32px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font-size: 18px; color: #c2410c; }
.faq-item[open] { border-color: #fdba74; box-shadow: var(--shadow); }
.faq-item[open] summary i { background: var(--fire); color: #fff; }
.kx-callback { position: sticky; top: 100px; background: #fff; border-radius: 30px; padding: clamp(26px, 3.5vw, 38px); border: 1px solid var(--border); box-shadow: var(--shadow-lg); overflow: hidden; }
.kx-callback::before { content: ""; position: absolute; right: -60px; top: -60px; width: 190px; height: 190px; border-radius: 55% 45% 60% 40%; background: var(--fire-soft); }
.kx-callback > * { position: relative; }
.kx-callback-ic { width: 60px; height: 60px; border-radius: 22px; background: var(--fire); color: #fff; display: grid; place-items: center; font-size: 28px; margin-bottom: 18px; }
.kx-callback h3 { font-size: 1.6rem; line-height: 1.15; margin-bottom: 10px; }
.kx-callback h3 span { display: block; color: #dc2626; }
.kx-callback p { color: var(--muted); font-size: .94rem; }
.kx-callback .callback-fields { grid-template-columns: minmax(0, 1fr); }
.kx-callback .callback-fields .btn { width: 100%; }
.kx-callback-list { list-style: none; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px dashed var(--border); display: grid; gap: 8px; font-size: .9rem; }
.kx-callback-list li { display: flex; gap: 8px; align-items: center; }
.kx-callback-list i { color: #16a34a; font-size: 18px; }
@media (max-width: 940px) { .kx-callback { position: relative; top: auto; } }

/* ---------- Yorumlar ---------- */
.kx-reviews { background: linear-gradient(180deg, #fdeedf, var(--bg)); }
.kx-arrows { display: flex; gap: 10px; }
.kx-arrows button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--border); background: #fff; color: var(--dark); font-size: 20px; transition: all .25s; }
.kx-arrows button:hover { background: var(--fire); color: #fff; border-color: transparent; }
.kx-review-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 24px; scrollbar-width: thin; scrollbar-color: #fdba74 transparent; }
.kx-review-cell { flex: 0 0 min(380px, 86%); scroll-snap-align: start; }
.testimonial-card { border-radius: var(--radius); border: 1px solid var(--border); background: #fff; padding: 28px; }
.kx-review-top { display: flex; justify-content: space-between; align-items: center; }
.kx-review-q { font-size: 40px; line-height: 1; background: var(--fire); -webkit-background-clip: text; background-clip: text; color: transparent; }
.t-stars { color: #f59e0b; }
.t-initials { background: var(--fire); color: #fff; }

/* ---------- Blog ---------- */
.post-card { border-radius: var(--radius); border: 1px solid var(--border); background: #fff; }
.post-card .card-media { aspect-ratio: 16 / 10; margin: 10px 10px 0; border-radius: 18px; }
.kx-post-cat { position: absolute; left: 12px; top: 12px; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.94); color: #b91c1c; font-size: .75rem; font-weight: 700; }
.kx-post-date { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); }
.post-card .card-title { font-size: 1.12rem; line-height: 1.3; }
.post-card .card-link { color: #c2410c; font-family: var(--font-head); }
.card { border-color: var(--border); background: #fff; }
.card-cat { color: #c2410c; }

/* ---------- Belgeler ---------- */
.kx-certs { padding: 0 0 clamp(50px, 6vw, 80px); }
.kx-certs-inner { background: #fff; border: 1px solid var(--border); border-radius: 30px; padding: 26px clamp(20px, 3vw, 34px); display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 22px; align-items: center; }
@media (max-width: 860px) { .kx-certs-inner { grid-template-columns: minmax(0, 1fr); } }
.kx-certs-title { font-size: 1.15rem; margin: 0; display: flex; gap: 10px; align-items: center; }
.kx-certs-title i { color: #16a34a; font-size: 28px; }
.kx-certs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.kx-certs-list li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px 9px 10px; border-radius: 999px; background: var(--bg); border: 1px solid var(--border); font-size: .88rem; font-weight: 600; color: var(--dark); min-width: 0; }
.kx-certs-list li i { color: #ea580c; font-size: 18px; }
.kx-certs-list img { max-height: 36px; width: auto; }

/* ---------- İç sayfa başlığı ---------- */
.kx-page-hero { position: relative; overflow: hidden; background: var(--bg); padding: clamp(46px, 7vw, 90px) 0 clamp(40px, 6vw, 76px); border-bottom: 1px solid var(--border); }
.kx-ph-blob { position: absolute; right: -140px; top: -180px; width: 520px; height: 520px; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; background: var(--fire); opacity: .92; animation: kxMorph 16s ease-in-out infinite; }
.kx-ph-blob2 { position: absolute; right: 300px; bottom: -120px; width: 220px; height: 220px; border-radius: 45% 55% 60% 40%; background: var(--fire-soft); }
.kx-ph-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.kx-page-hero.has-img .kx-ph-inner { grid-template-columns: minmax(0, 1fr) 300px; }
.kx-ph-text { max-width: 760px; }
.kx-page-hero h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.08; margin: 16px 0 12px; color: var(--dark); letter-spacing: -.03em; }
.kx-page-hero p { color: var(--muted); font-size: 1.06rem; margin: 0 0 16px; max-width: 640px; }
.kx-page-hero .breadcrumb li { color: var(--muted); }
.kx-page-hero .breadcrumb a { color: #c2410c; font-weight: 600; }
.kx-page-hero .breadcrumb a:hover { color: #7f1d1d; }
.kx-ph-media { width: 300px; aspect-ratio: 1; border-radius: 58% 42% 46% 54% / 48% 56% 44% 52%; overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow-lg); }
.kx-ph-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) {
  .kx-page-hero.has-img .kx-ph-inner { grid-template-columns: minmax(0, 1fr); }
  .kx-ph-media { display: none; }
  .kx-ph-blob { width: 300px; height: 300px; right: -150px; top: -150px; opacity: .5; }
  .kx-ph-blob2 { display: none; }
}

/* ---------- İç sayfa bileşenleri ---------- */
.widget { background: #fff; border-color: var(--border); border-radius: var(--radius); }
.widget-title { font-size: 1.12rem; border-bottom-color: var(--surface); }
.widget-title::after { background: var(--fire); height: 3px; border-radius: 3px; }
.widget-links li.active > a, .widget-links li a:hover { color: #c2410c; }
.widget-contact { background: var(--wine); color: #fff; border: 0; }
.widget-contact .widget-title { color: #fff; border-color: rgba(255,255,255,.12); }
.widget-contact p { color: rgba(255,255,255,.7); }
.widget-contact .contact-list a { color: #fff; }
.widget-contact .contact-list i { background: rgba(255,255,255,.1); color: #fdba74; }
.kx-price-widget { background: var(--fire); color: #fff; border: 0; text-align: left; }
.kx-price-widget small { font-weight: 600; opacity: .9; }
.kx-price-widget strong { display: block; font-family: var(--font-head); font-size: 1.5rem; line-height: 1.15; margin: 4px 0 10px; }
.kx-price-widget p { font-size: .88rem; opacity: .92; }
.kx-price-widget .kx-btn-fire { background: #fff; color: #b91c1c; box-shadow: none; }
.content-cover { border-radius: 30px; }
.lead { color: var(--dark); }
.prose h2, .prose h3 { color: var(--dark); }
.prose blockquote { border-left-color: #f97316; background: #fff; border-radius: 0 18px 18px 0; }
.prose a { color: #c2410c; }
.feature-box { background: #fff; border: 1px solid var(--border); }
.check-list i { background: var(--fire); color: #fff; }
.inline-quote { background: var(--wine); border-radius: 30px; position: relative; overflow: hidden; }
.inline-quote::before { content: ""; position: absolute; right: -70px; top: -70px; width: 200px; height: 200px; border-radius: 55% 45% 60% 40%; background: var(--fire); opacity: .5; }
.inline-quote > * { position: relative; }
.inline-quote input, .inline-quote select, .inline-quote textarea { background: #fff; }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], select, textarea { border-radius: 14px; background: #fff; border-color: var(--border); }
input:focus, select:focus, textarea:focus { border-color: #f97316; box-shadow: 0 0 0 4px rgba(249,115,22,.18); }
.quote-box, .card-pad { background: #fff; border-color: var(--border); border-radius: 30px; }
.qw-steps li.is-active, .qw-steps li.is-done { border-color: #f97316; }
.qw-steps li.is-active span, .qw-steps li.is-done span { background: var(--fire); }
.qw-option-box { border-radius: 16px; }
.qw-option-box i { color: #ea580c; }
.qw-option input:checked + .qw-option-box { border-color: #f97316; background: #fff3e6; box-shadow: inset 0 0 0 1px #f97316; }
.choice input:checked + span { background: var(--fire); border-color: #f97316; color: #fff; }
.mini-steps li::before { background: var(--fire); }
.contact-card { background: #fff; border-color: var(--border); border-radius: var(--radius); }
.contact-card i { width: 50px; height: 50px; border-radius: 40% 60% 55% 45%; background: var(--fire-soft); display: grid; place-items: center; color: #dc2626; font-size: 24px; }
a.contact-card:hover { border-color: #f97316; }
.map-embed { border-radius: 30px; }
.client-item { background: #fff; border-color: var(--border); border-radius: 20px; }
.client-name { color: var(--dark); }
.cta-band { background: var(--fire); color: #fff; border-radius: clamp(24px, 4vw, 48px); margin: 0 clamp(10px, 2vw, 28px) clamp(40px, 5vw, 70px); }
.cta-band .btn-primary { background: #fff; color: #b91c1c; }
.cta-band .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.cta-band .btn-outline:hover { background: #fff; color: #b91c1c; border-color: #fff; }
.chip.is-active, .pagination .pg-current { background: var(--fire); color: #fff; border-color: transparent; }
.search-inline { background: #fff; }
.error-code { background: var(--fire); -webkit-background-clip: text; background-clip: text; color: transparent; }
.status-pill { border-radius: 999px; }
.track-head h2 { color: var(--dark); }
.about-media img { border-radius: 46% 54% 42% 58% / 52% 42% 58% 48%; }
.stat-item strong { color: #dc2626; }
.why-item i { color: #ea580c; }
.about-stats { background: var(--surface); }

/* ---------- Footer ---------- */
.kx-footer { background: var(--wine); color: rgba(255,237,213,.72); font-size: .93rem; padding-top: clamp(40px, 5vw, 64px); }
.kx-footer a { color: rgba(255,237,213,.78); }
.kx-footer a:hover { color: #fdba74; }
.kx-footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: clamp(26px, 4vw, 40px) clamp(22px, 4vw, 48px); border-radius: 34px; background: var(--fire); color: #fff; position: relative; overflow: hidden; }
.kx-footer-cta::after { content: ""; position: absolute; right: 30%; bottom: -90px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.1); }
.kx-footer-cta > * { position: relative; z-index: 1; }
.kx-footer-cta h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 0 0 4px; }
.kx-footer-cta p { margin: 0; color: rgba(255,255,255,.9); }
.kx-footer-cta-act { display: flex; flex-wrap: wrap; gap: 12px; }
.kx-footer .kx-btn-white { color: #b91c1c; }
.kx-footer .kx-btn-line { color: #fff; }
.kx-footer .kx-btn-line:hover { color: #b91c1c; }
.kx-footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr); gap: 40px; padding: clamp(46px, 6vw, 70px) 0; }
@media (max-width: 900px) { .kx-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .kx-footer-grid { grid-template-columns: minmax(0, 1fr); } }
.kx-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.kx-logo-light { color: #fff; margin-bottom: 18px; }
.kx-logo-light .logo-text small { color: #fdba74; }
.kx-footer-about p { max-width: 360px; }
.kx-footer-links, .kx-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.kx-footer-contact li { display: flex; gap: 10px; }
.kx-footer-contact i { color: #fb923c; margin-top: 2px; }
.kx-footer .social-links a { background: rgba(255,255,255,.08); color: #fff; }
.kx-footer .social-links a:hover { background: var(--fire); }
.kx-footer-bottom { border-top: 1px solid rgba(255,237,213,.1); padding: 20px 0; font-size: .84rem; }
.kx-footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Hızlı iletişim ---------- */
.fc-phone { background: var(--fire); }
.fc-label { background: var(--wine); }
.mobile-bar { background: #fff; }
.mobile-bar .mb-call { color: #dc2626; }
.mobile-bar .mb-quote { background: var(--fire); color: #fff; }
.cookie-bar i { color: #ea580c; }
