/*
Theme Name: Kuzey Doğal Gaz Elementor
Theme URI: https://www.bursadogalgaztesisatcisi.com/
Author: Kuzey Doğal Gaz
Description: Kuzey Doğal Gaz için Elementor uyumlu, hızlı ve mobil öncelikli WordPress teması.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: kuzey-dogalgaz
*/

:root {
  --kuzey-red: #e62b24;
  --kuzey-red-dark: #bd1712;
  --kuzey-ink: #15191e;
  --kuzey-surface: #f5f6f7;
  --kuzey-white: #ffffff;
  --kuzey-green: #1fae62;
  --kuzey-muted: #687078;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--kuzey-ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
body[class*="elementor-kit-"] {
  --e-global-color-primary: var(--kuzey-red) !important;
  --e-global-color-secondary: var(--kuzey-ink) !important;
  --e-global-color-text: #687078 !important;
  --e-global-color-accent: var(--kuzey-red) !important;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-topbar { background: var(--kuzey-ink); color: #fff; font-size: 13px; }
.site-topbar__inner, .site-header__inner, .site-footer__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-topbar a { text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid #e9eaec; backdrop-filter: blur(10px); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand img { display: block; width: 270px; max-height: 64px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--kuzey-red); }
.header-call { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; color: #fff !important; background: var(--kuzey-red); border-radius: 8px; }

.kuzey-hero { overflow: hidden; background: linear-gradient(110deg, #fff 0 60%, var(--kuzey-ink) 60% 100%); }
.kuzey-hero .elementor-container { min-height: 525px; }
.kuzey-eyebrow .elementor-heading-title { display: inline-block; padding: 8px 12px; color: var(--kuzey-red) !important; background: #fff0ef; border-radius: 999px; font-size: 13px !important; letter-spacing: .08em; text-transform: uppercase; }
.kuzey-title .elementor-heading-title { max-width: 720px; font-size: clamp(42px, 5vw, 72px) !important; line-height: 1.04 !important; letter-spacing: -.045em; }
.kuzey-lead { max-width: 650px; color: var(--kuzey-muted); font-size: 19px; line-height: 1.7; }
.kuzey-hero-card { padding: 40px; color: #fff; background: var(--kuzey-red); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.24); transform: rotate(-2deg); }
.kuzey-hero-card > .elementor-widget-container { transform: rotate(2deg); }
.kuzey-hero-card .elementor-heading-title { color: #fff !important; }
.kuzey-btn .elementor-button { min-height: 52px; padding: 17px 25px; border-radius: 8px; font-weight: 800; }
.kuzey-btn--call .elementor-button { color: #fff !important; background: var(--kuzey-red) !important; }
.kuzey-btn--whatsapp .elementor-button { color: #fff !important; background: var(--kuzey-green) !important; }

.kuzey-strip { background: var(--kuzey-red); color: #fff; }
.kuzey-strip .elementor-heading-title, .kuzey-strip p { color: #fff !important; }
.kuzey-section { padding: 72px 0; }
.kuzey-section--soft { background: var(--kuzey-surface); }
.kuzey-section-title .elementor-heading-title { font-size: clamp(34px, 4vw, 52px) !important; letter-spacing: -.035em; }
.kuzey-service { height: 100%; padding: 30px; background: #fff; border: 1px solid #e5e7e9; border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.kuzey-service:hover { transform: translateY(-5px); border-color: #f2b3af; box-shadow: 0 18px 40px rgba(20,24,29,.09); }
.kuzey-service .elementor-icon { color: var(--kuzey-red) !important; }
.kuzey-service .elementor-icon-box-title { color: var(--kuzey-ink) !important; font-size: 21px; }
.kuzey-service .elementor-icon-box-description { color: var(--kuzey-muted); line-height: 1.65; }
.kuzey-process { padding: 28px; border-left: 4px solid var(--kuzey-red); background: #fff; }
.kuzey-contact { color: #fff; background: var(--kuzey-ink); }
.kuzey-contact .elementor-heading-title, .kuzey-contact p { color: #fff !important; }

.site-footer { padding: 32px 0; color: #c9cdd1; background: #0d1013; font-size: 14px; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.site-footer a { color: #fff; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .site-topbar__inner { justify-content: center; text-align: center; }
  .site-topbar__address, .site-nav a:not(.header-call) { display: none; }
  .site-header__inner { min-height: 72px; }
  .site-brand img { width: 205px; max-height: 52px; }
  .header-call { min-height: 42px; padding: 0 14px; font-size: 13px; }
  .kuzey-hero { background: #fff; }
  .kuzey-hero .elementor-container { min-height: auto; }
  .kuzey-title .elementor-heading-title { font-size: 44px !important; }
  .kuzey-section { padding: 66px 0; }
  .site-footer { padding-bottom: 94px; }
  .site-footer__inner { flex-direction: column; text-align: center; }
  .mobile-actions { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 25px rgba(0,0,0,.16); }
  .mobile-actions a { display: flex; min-height: 60px; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-weight: 800; }
  .mobile-actions__call { background: var(--kuzey-red); }
  .mobile-actions__wa { background: var(--kuzey-green); }
}

@media (max-width: 520px) {
  .site-topbar__inner, .site-header__inner, .site-footer__inner { width: min(100% - 28px, 1180px); }
  .site-brand img { width: 175px; }
  .header-call { padding: 0 10px; font-size: 12px; }
  .kuzey-title .elementor-heading-title { font-size: 38px !important; }
  .kuzey-lead { font-size: 17px; }
}
