:root {
  --kk-ink: #1f2937;
  --kk-dark: #111827;
  --kk-orange: #f97316;
  --kk-cream: #fffdf8;
  --kk-line: #e5e7eb;
  --kk-muted: #64748b;
  --kk-green: #25d366;
  --kk-radius: 18px;
  --kk-shadow: 0 18px 45px rgba(17, 24, 39, .09);
}

html { scroll-behavior: smooth; }
body { color: var(--kk-ink); background: var(--kk-cream); }
.site-main { overflow: hidden; }
.content-area, .site-container { max-width: none; padding: 0; }
.entry-content-wrap { padding: 0 !important; }
.entry-header { display: none; }
.kk-page-main, .kk-page-entry, .kk-page-entry .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }
.site-header-row-container-inner { border-bottom: 1px solid var(--kk-line); background: rgba(255,255,255,.97); }
.site-header-main-section-right .header-navigation .menu > li > a { color: var(--kk-dark); font-weight: 750; }
.site-header-main-section-right .header-navigation .menu > li > a:hover { color: var(--kk-orange); }
.site-branding .site-title { letter-spacing: -.035em; }
.site-branding .site-title a { color: var(--kk-dark); }
.site-branding .site-title a::after { content: '.com'; color: var(--kk-orange); }
.site-footer { color: #cbd5e1; background: var(--kk-dark); }
.site-footer a { color: #fff; }
.site-footer .site-bottom-footer-inner-wrap { border-top: 1px solid rgba(255,255,255,.12); }

.kk-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kk-section { padding: 80px 0; }
.kk-section--soft { background: #f8fafc; }
.kk-section--dark { color: #fff; background: var(--kk-dark); }
.kk-eyebrow { margin: 0 0 8px; color: var(--kk-orange); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kk-title { margin: 0 0 12px; color: var(--kk-dark); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.035em; }
.kk-lead { max-width: 720px; margin: 0; color: var(--kk-muted); font-size: 1.08rem; line-height: 1.75; }
.kk-center { text-align: center; }
.kk-center .kk-lead { margin-inline: auto; }
.kk-grid { display: grid; gap: 22px; }
.kk-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kk-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.kk-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 2px solid var(--kk-orange); border-radius: 10px; color: #fff !important; background: var(--kk-orange); font-weight: 800; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease; }
.kk-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(249,115,22,.24); }
.kk-btn--outline { color: var(--kk-orange) !important; background: transparent; }
.kk-btn--wa { border-color: var(--kk-green); background: var(--kk-green); }
.kk-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.kk-topbar { padding: 9px 0; color: #e5e7eb; background: var(--kk-dark); font-size: .82rem; }
.kk-topbar__in { display: flex; justify-content: space-between; gap: 20px; }

.kk-hero { position: relative; display: grid; min-height: 620px; align-items: center; background: linear-gradient(90deg, #fff 0%, #fffdf8 52%, #f1f5f9 52%, #e2e8f0 100%); }
.kk-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.kk-hero h1 { max-width: 700px; margin: 0; color: var(--kk-dark); font-size: clamp(2.7rem, 5.5vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.kk-hero__copy > p:not(.kk-eyebrow) { max-width: 650px; margin: 22px 0 0; color: #475569; font-size: 1.15rem; line-height: 1.75; }
.kk-hero__visual { position: relative; min-height: 500px; }
.kk-hero__visual img { width: 100%; height: 500px; object-fit: contain; object-position: center bottom; }
.kk-badge { position: absolute; right: 0; top: 45px; max-width: 190px; padding: 16px; border: 1px solid var(--kk-line); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--kk-shadow); font-weight: 800; }
.kk-checks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #475569; font-size: .86rem; }
.kk-checks span::before { content: '\2713'; display: inline-grid; width: 22px; height: 22px; margin-right: 7px; place-items: center; border-radius: 50%; color: #fff; background: var(--kk-orange); font-weight: 900; }

.kk-trust { position: relative; z-index: 2; margin-top: -24px; }
.kk-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--kk-line); border-radius: var(--kk-radius); background: #fff; box-shadow: var(--kk-shadow); }
.kk-trust__item { padding: 26px; border-right: 1px solid var(--kk-line); }
.kk-trust__item:last-child { border-right: 0; }
.kk-trust strong { display: block; margin-bottom: 3px; color: var(--kk-dark); }
.kk-trust span { color: var(--kk-muted); font-size: .85rem; }

.kk-card { height: 100%; padding: 28px; border: 1px solid var(--kk-line); border-radius: var(--kk-radius); background: #fff; box-shadow: 0 8px 28px rgba(17,24,39,.04); }
.kk-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 20px; place-items: center; border-radius: 14px; color: #fff; background: var(--kk-orange); font-size: 1.35rem; font-weight: 900; }
.kk-card h3 { margin: 0 0 8px; color: var(--kk-dark); font-size: 1.18rem; }
.kk-card p { margin: 0 0 16px; color: var(--kk-muted); line-height: 1.65; }
.kk-link { color: var(--kk-orange); font-weight: 800; text-decoration: none; }

.kk-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.kk-photo { min-height: 520px; border-radius: 24px; background: #e2e8f0 url('../images/technician.svg') center bottom / cover no-repeat; box-shadow: var(--kk-shadow); }
.kk-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.kk-feature { padding: 20px; border: 1px solid var(--kk-line); border-radius: 14px; background: #fff; }
.kk-feature strong { display: block; color: var(--kk-dark); }
.kk-feature span { color: var(--kk-muted); font-size: .87rem; }

.kk-steps { counter-reset: steps; }
.kk-step { position: relative; padding-top: 48px; }
.kk-step::before { counter-increment: steps; content: counter(steps); position: absolute; top: 0; left: 28px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--kk-orange); font-weight: 900; }

.kk-regions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.kk-chip { padding: 11px 16px; border: 1px solid var(--kk-line); border-radius: 9px; background: #fff; font-weight: 700; }
.kk-brands { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 28px; }
.kk-brand { display: grid; min-height: 70px; padding: 10px; place-items: center; border: 1px solid var(--kk-line); border-radius: 10px; color: #334155; background: #fff; font-weight: 900; text-align: center; }

.kk-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-top: 30px; }
.kk-faq details { border: 1px solid var(--kk-line); border-radius: 12px; background: #fff; }
.kk-faq summary { cursor: pointer; padding: 18px 20px; color: var(--kk-dark); font-weight: 800; }
.kk-faq details p { padding: 0 20px 18px; margin: 0; color: var(--kk-muted); }

.kk-cta { padding: 36px; border-radius: 22px; color: #fff; background: linear-gradient(120deg, var(--kk-dark), #273449); }
.kk-cta__in { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.kk-cta h2 { margin: 0 0 6px; color: #fff; }
.kk-cta p { margin: 0; color: #cbd5e1; }

.kk-page-hero { padding: 72px 0; color: #fff; background: linear-gradient(135deg, var(--kk-dark), #293548); }
.kk-page-hero h1 { margin: 0 0 14px; color: #fff; font-size: clamp(2.3rem, 5vw, 4.2rem); letter-spacing: -.04em; }
.kk-page-hero p { max-width: 720px; margin: 0; color: #dbe4ef; font-size: 1.08rem; }

@media (max-width: 1024px) {
  .kk-grid--4, .kk-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .kk-brands { grid-template-columns: repeat(4, 1fr); }
  .kk-hero { min-height: auto; padding-top: 60px; }
  .kk-hero__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .kk-hero__visual, .kk-hero__visual img { min-height: 400px; height: 400px; }
}

@media (max-width: 767px) {
  .kk-wrap { width: min(100% - 28px, 680px); }
  .kk-section { padding: 58px 0; }
  .kk-grid--3, .kk-grid--4, .kk-split, .kk-faq, .kk-feature-grid { grid-template-columns: 1fr; }
  .kk-topbar__in { justify-content: center; text-align: center; }
  .kk-topbar__in span:last-child { display: none; }
  .kk-hero { padding: 54px 0 0; background: linear-gradient(#fff 0 61%, #eef2f6 61%); }
  .kk-hero__grid { grid-template-columns: 1fr; }
  .kk-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .kk-hero__visual, .kk-hero__visual img { min-height: 330px; height: 330px; }
  .kk-badge { top: 20px; right: 4px; }
  .kk-actions .kk-btn { width: 100%; }
  .kk-trust { margin-top: 0; padding-top: 18px; background: #eef2f6; }
  .kk-trust__grid { grid-template-columns: 1fr 1fr; }
  .kk-trust__item { padding: 18px; border-bottom: 1px solid var(--kk-line); }
  .kk-photo { min-height: 400px; }
  .kk-brands { grid-template-columns: repeat(2, 1fr); }
  .kk-cta__in { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .kk-trust__grid { grid-template-columns: 1fr; }
  .kk-trust__item { border-right: 0; }
  .kk-card { padding: 22px; }
}

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

/* Mockup-aligned homepage composition. */
.site-header-row-container-inner, .site-main-header-inner-wrap { min-height: 70px; }
.site-header-row-container-inner { background: rgba(255,255,255,.985); }
.site-branding .site-title a::after { content: none; }
.site-branding .brand { color: var(--kk-dark); font-size: 1.18rem; font-weight: 900; }
.site-branding .brand::after { content: '.com'; margin-left: -2px; color: var(--kk-orange); font-size: .76em; }
.header-navigation .menu { gap: 2px; }
.header-navigation .menu > li > a { padding-inline: 13px; font-size: .86rem; }
.home .site-header { margin-top: 36px; }
.home .kk-topbar { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; }
.home.admin-bar .kk-topbar { top: 32px; }

.kk-section { padding: 64px 0; }
.kk-title { margin-bottom: 9px; font-size: clamp(1.9rem, 3.1vw, 2.65rem); }
.kk-lead { font-size: 1rem; line-height: 1.65; }
.kk-grid { gap: 16px; }
.kk-btn { min-height: 48px; padding-inline: 22px; border-radius: 7px; font-size: .92rem; }
.kk-actions { margin-top: 22px; }

.kk-hero { min-height: 515px; background: linear-gradient(90deg, #fff 0%, var(--kk-cream) 51%, #eef2f6 51%, #dfe7ef 100%); }
.kk-hero__grid { grid-template-columns: 1.02fr .98fr; gap: 28px; }
.kk-hero__copy { padding: 42px 0 52px; }
.kk-hero h1 { max-width: 620px; font-size: clamp(2.8rem, 4.2vw, 3.8rem); line-height: 1.01; }
.kk-hero__copy > p:not(.kk-eyebrow) { max-width: 600px; margin-top: 16px; font-size: 1.02rem; line-height: 1.62; }
.kk-hero__visual { min-height: 515px; }
.kk-hero__visual img { width: 108%; max-width: none; height: 515px; transform: translateX(-4%); }
.kk-badge { top: 54px; right: -4px; border-radius: 9px; }
.kk-checks { gap: 20px; margin-top: 20px; font-size: .8rem; }

.kk-trust { margin-top: -20px; }
.kk-trust__grid { border-radius: 10px; }
.kk-trust__item { position: relative; padding: 20px 16px 20px 58px; }
.kk-trust__item::before { content: '✦'; position: absolute; top: 22px; left: 18px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 7px; color: #fff; background: var(--kk-orange); font-size: .9rem; }
.kk-trust strong { font-size: .93rem; }
.kk-trust span { font-size: .78rem; }

#hizmetler { padding-top: 58px; }
#hizmetler .kk-grid { margin-top: 28px !important; }
.kk-card { padding: 22px; border-radius: 10px; box-shadow: 0 6px 20px rgba(17,24,39,.035); }
.kk-card__icon { width: 44px; height: 44px; margin-bottom: 15px; border-radius: 9px; font-size: 1rem; }
.kk-card h3 { font-size: 1.05rem; }
.kk-card p { font-size: .9rem; line-height: 1.55; }

.kk-split { grid-template-columns: .95fr 1.05fr; gap: 44px; }
.kk-photo { min-height: 450px; border-radius: 12px; }
.kk-feature-grid { gap: 10px; margin-top: 22px; }
.kk-feature { padding: 16px; border-radius: 9px; }
.kk-feature strong { font-size: .91rem; }
.kk-feature span { font-size: .79rem; }

.kk-steps { gap: 14px; }
.kk-step { min-height: 166px; padding-top: 46px; }
.kk-step::before { top: -18px; left: 22px; width: 38px; height: 38px; box-shadow: 0 5px 15px rgba(249,115,22,.25); }

.kk-regions-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 28px; }
.kk-regions-copy { padding: 18px 0; }
.kk-regions-visual { position: relative; min-height: 330px; overflow: hidden; border-radius: 12px; background: #dbeafe url('../images/erciyes.svg') center / cover no-repeat; box-shadow: 0 8px 28px rgba(17,24,39,.08); }
.kk-regions-visual span { position: absolute; top: 42px; left: 28px; max-width: 190px; color: var(--kk-dark); font-family: cursive; font-size: 1.1rem; font-weight: 800; line-height: 1.25; transform: rotate(-6deg); }
.kk-regions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 20px; }
.kk-chip { padding: 9px 10px; border-radius: 7px; font-size: .8rem; }

.kk-brands { gap: 9px; margin-top: 22px; }
.kk-brand { min-height: 56px; border-radius: 6px; background: #fff; font-size: .88rem; box-shadow: 0 3px 12px rgba(17,24,39,.03); }

.kk-faq { gap: 9px 16px; margin-top: 24px; }
.kk-faq details { border-radius: 6px; }
.kk-faq summary { position: relative; padding: 14px 44px 14px 16px; font-size: .88rem; list-style: none; }
.kk-faq summary::-webkit-details-marker { display: none; }
.kk-faq summary::after { content: '+'; position: absolute; right: 16px; top: 50%; color: var(--kk-dark); font-size: 1.1rem; transform: translateY(-50%); }
.kk-faq details[open] summary::after { content: '–'; }

.kk-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.kk-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.kk-blog-card { overflow: hidden; border: 1px solid var(--kk-line); border-radius: 9px; background: #fff; box-shadow: 0 6px 20px rgba(17,24,39,.04); }
.kk-blog-thumb { position: relative; display: grid; height: 180px; place-items: center; color: #fff; background: linear-gradient(135deg,#64748b,#cbd5e1); }
.kk-blog-thumb span { display: grid; width: 76px; height: 76px; place-items: center; border: 8px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--kk-dark); font-weight: 900; }
.kk-blog-thumb--gauge { background: radial-gradient(circle at 40% 35%,#fff 0 7%,transparent 8%),linear-gradient(135deg,#334155,#94a3b8); }
.kk-blog-thumb--service { background: repeating-linear-gradient(90deg,#cbd5e1 0 10px,#94a3b8 10px 14px); }
.kk-blog-thumb--radiator { background: repeating-linear-gradient(90deg,#f8fafc 0 26px,#cbd5e1 26px 31px); }
.kk-blog-thumb--radiator span { color: var(--kk-orange); background: #fff; border-color: rgba(249,115,22,.2); }
.kk-blog-body { padding: 18px; }
.kk-blog-body small { color: var(--kk-muted); }
.kk-blog-body h3 { margin: 5px 0 8px; color: var(--kk-dark); font-size: 1.06rem; }
.kk-blog-body p { margin: 0 0 13px; color: var(--kk-muted); font-size: .86rem; }

.kk-cta { padding: 30px 34px; border-radius: 10px; }
.kk-cta h2 { font-size: 1.5rem; }

.home .site-footer { display: none; }
.kk-custom-footer { padding: 52px 0 20px; color: #cbd5e1; background: linear-gradient(135deg,#19212b,var(--kk-dark)); }
.kk-footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr 1fr .8fr; gap: 32px; }
.kk-custom-footer h2 { margin: 0 0 14px; color: #fff; font-size: .92rem; }
.kk-custom-footer a, .kk-custom-footer span { display: block; margin: 0 0 7px; color: #cbd5e1; font-size: .8rem; text-decoration: none; }
.kk-custom-footer a:hover { color: var(--kk-orange); }
.kk-footer-brand > a { color: #fff; font-size: 1.2rem; font-weight: 900; }
.kk-footer-brand > a span { display: inline; margin: 0; color: var(--kk-orange); font-size: inherit; }
.kk-footer-brand > a small { color: #fff; }
.kk-footer-brand p { max-width: 270px; color: #94a3b8; font-size: .8rem; line-height: 1.55; }
.kk-socials { display: flex; gap: 7px; }
.kk-socials span { display: grid; width: 28px; height: 28px; margin: 0; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; color: #fff; }
.kk-footer-bottom { display: flex; justify-content: space-between; margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1024px) {
  .home.admin-bar .kk-topbar { top: 32px; }
  .kk-regions-layout { grid-template-columns: 1fr 1fr; }
  .kk-footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .kk-footer-grid > div:nth-child(4), .kk-footer-grid > div:nth-child(5) { margin-top: 12px; }
}

@media (max-width: 767px) {
  .home .site-header { margin-top: 36px; }
  .home.admin-bar .kk-topbar { top: 46px; }
  .site-header-row-container-inner, .site-main-header-inner-wrap { min-height: 64px; }
  .kk-section { padding: 52px 0; }
  .kk-hero { min-height: auto; padding-top: 36px; background: linear-gradient(#fff 0 58%,#eef2f6 58%); }
  .kk-hero__grid, .kk-split, .kk-faq, .kk-feature-grid { grid-template-columns: 1fr; }
  .kk-hero__copy { padding: 20px 0 8px; }
  .kk-hero h1 { font-size: clamp(2.5rem,12vw,3.25rem); }
  .kk-hero__visual, .kk-hero__visual img { min-height: 320px; height: 320px; }
  .kk-hero__visual img { width: 100%; transform: none; }
  .kk-trust__item { padding: 18px 12px 18px 50px; }
  .kk-trust__item::before { left: 12px; top: 19px; }
  .kk-split { gap: 28px; }
  .kk-photo { min-height: 360px; }
  .kk-regions-layout, .kk-blog-grid { grid-template-columns: 1fr; }
  .kk-regions { grid-template-columns: repeat(2,1fr); }
  .kk-brands { grid-template-columns: repeat(2,1fr); }
  .kk-regions-visual { min-height: 250px; }
  .kk-section-head { align-items: flex-start; flex-direction: column; }
  .kk-section-head .kk-btn { width: auto; }
  .kk-blog-thumb { height: 160px; }
  .kk-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .kk-footer-brand { grid-column: 1 / -1; }
  .kk-footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
  .home.admin-bar .kk-topbar { top: 46px; }
  .kk-footer-grid { grid-template-columns: 1fr; }
  .kk-footer-brand { grid-column: auto; }
}
