/* ==========================================================================
   İzm Servis - Beyaz Eşya, Kombi ve Klima Servisi
   Bağımsız servis şablonu. Renk paleti: lacivert + turuncu.
   ========================================================================== */

:root {
  --navy: #0f2a4a;
  --navy-700: #143a63;
  --navy-600: #1b4b80;
  --orange: #f6861f;
  --orange-600: #e0760f;
  --ink: #1b2733;
  --muted: #5b6b7b;
  --line: #e6ecf3;
  --bg: #f5f8fc;
  --white: #ffffff;
  --green: #1faa59;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(15, 42, 74, .08);
  --shadow: 0 12px 30px rgba(15, 42, 74, .10);
  --shadow-lg: 0 24px 60px rgba(15, 42, 74, .16);
  --container: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 15px; line-height: 1;
  padding: 15px 26px; border-radius: 999px; cursor: pointer;
  border: 2px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 22px rgba(246, 134, 31, .35); }
.btn-primary:hover { background: var(--orange-600); transform: translateY(-2px); }
.btn-ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn-ghost:hover { background: rgba(255, 255, 255, .2); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; color: var(--navy); letter-spacing: -.3px; }
.brand .logo {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-600));
  display: grid; place-items: center; color: #fff;
}
.brand .logo svg { width: 24px; height: 24px; }
.brand small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .4px; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 14px; border-radius: 9px; font-weight: 600; font-size: 15px; color: var(--ink); transition: background .15s, color .15s; }
.nav a:hover, .nav a.active { background: #eef4fb; color: var(--navy-600); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 9px; font-weight: 800; color: var(--navy); font-size: 17px; }
.header-phone .ico { width: 38px; height: 38px; border-radius: 10px; background: #eef4fb; display: grid; place-items: center; color: var(--orange); }
.header-phone .ico svg { width: 19px; height: 19px; }
.header-phone span small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--navy); }
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(100deg, rgba(15,42,74,.96) 0%, rgba(15,42,74,.86) 42%, rgba(20,58,99,.5) 100%),
    url('../images/hero.jpg') center right / cover no-repeat,
    linear-gradient(160deg, var(--navy), var(--navy-700));
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 22px 22px;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 78px 22px 90px; }
.hero .pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .3px; margin-bottom: 22px; }
.hero .pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(246,134,31,.25); }
.hero h1 { font-size: clamp(30px, 4.6vw, 50px); line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.hero h1 .hl { color: var(--orange); }
.hero p.lead { margin-top: 18px; font-size: 18px; color: #d6e2f1; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; }
.hero-badges li { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14.5px; color: #e7eefa; }
.hero-badges svg { width: 20px; height: 20px; color: var(--orange); flex-shrink: 0; }

.hero-card { background: #fff; color: var(--ink); border-radius: 20px; padding: 26px; box-shadow: var(--shadow-lg); }
.hero-card h3 { font-size: 19px; color: var(--navy); margin-bottom: 4px; }
.hero-card .sub { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
.hero-card .field { margin-bottom: 12px; }
.hero-card label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.hero-card input, .hero-card select, .hero-card textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 14.5px; color: var(--ink); background: #fbfcfe; transition: border .15s, box-shadow .15s;
}
.hero-card input:focus, .hero-card select:focus, .hero-card textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(246,134,31,.15); background: #fff; }
.hero-card .mini { margin-top: 8px; font-size: 12px; color: var(--muted); text-align: center; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section.alt { background: var(--white); }
.section-head { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); line-height: 1.15; letter-spacing: -.6px; color: var(--navy); }
.section-head p { margin-top: 14px; font-size: 17px; color: var(--muted); }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column; overflow: hidden;
}
.service-img { margin: -28px -26px 0; height: 178px; position: relative; background: #eef4fb; }
.service-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d4e2f1; }
.service-card .ico { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #eef4fb, #dfeaf7); color: var(--navy-600); display: grid; place-items: center; margin: -30px 0 16px; position: relative; z-index: 2; border: 3px solid #fff; box-shadow: 0 8px 18px rgba(15,42,74,.16); }
.service-card .ico svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 19px; color: var(--navy); margin-bottom: 9px; }
.service-card p { font-size: 14.5px; color: var(--muted); flex: 1; }
.service-card .call-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--orange); font-size: 14.5px; }
.service-card .call-link svg { width: 17px; height: 17px; transition: transform .15s; }
.service-card:hover .call-link svg { transform: translateX(3px); }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card { background: var(--white); border-radius: var(--radius); padding: 28px 24px; border: 1px solid var(--line); text-align: center; box-shadow: var(--shadow-sm); }
.why-card .ico { width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; background: rgba(246,134,31,.12); color: var(--orange); }
.why-card .ico svg { width: 28px; height: 28px; }
.why-card h3 { font-size: 17.5px; color: var(--navy); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--muted); }

/* ---------- About + stats ---------- */
.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.about-text h2 { font-size: clamp(26px, 3.2vw, 34px); color: var(--navy); letter-spacing: -.6px; line-height: 1.18; }
.about-text > p { margin-top: 16px; color: var(--muted); font-size: 16px; }
.about-list { margin-top: 26px; display: grid; gap: 18px; }
.about-list li { display: flex; gap: 14px; }
.about-list .ico { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: #eef4fb; color: var(--navy-600); display: grid; place-items: center; }
.about-list .ico svg { width: 22px; height: 22px; }
.about-list h4 { font-size: 16px; color: var(--ink); margin-bottom: 2px; }
.about-list p { font-size: 14px; color: var(--muted); }

.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat {
  background: linear-gradient(160deg, var(--navy), var(--navy-700)); color: #fff;
  border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow);
}
.stat:nth-child(2), .stat:nth-child(3) { background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.stat .num { font-size: 40px; font-weight: 800; letter-spacing: -1px; color: inherit; line-height: 1; }
.stat:nth-child(2) .num, .stat:nth-child(3) .num { color: var(--orange); }
.stat .num .suffix { color: var(--orange); }
.stat p { margin-top: 8px; font-size: 14.5px; font-weight: 600; opacity: .92; }

/* ---------- About figure + stats band ---------- */
.about-figure { align-self: stretch; }
.about-figure img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.stats-band { margin-top: 46px; grid-template-columns: repeat(4, 1fr); }

/* ---------- Pricing & guarantee ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.panel.dark { background: linear-gradient(160deg, var(--navy), var(--navy-700)); color: #fff; border: 0; }
.panel h3 { display: flex; align-items: center; gap: 11px; font-size: 21px; margin-bottom: 20px; color: var(--navy); }
.panel.dark h3 { color: #fff; }
.panel h3 .ico { width: 40px; height: 40px; border-radius: 11px; background: rgba(246,134,31,.14); color: var(--orange); display: grid; place-items: center; }
.panel h3 .ico svg { width: 21px; height: 21px; }
.check-list li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.panel.dark .check-list li { border-color: rgba(255,255,255,.15); }
.check-list li:last-child { border-bottom: 0; }
.check-list svg { width: 21px; height: 21px; color: var(--green); flex-shrink: 0; margin-top: 1px; }
.panel.dark .check-list svg { color: var(--orange); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--orange), #ff9d3f); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 52px 22px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -.5px; max-width: 640px; }
.cta-band p { margin-top: 8px; font-size: 16px; opacity: .95; }

/* ---------- Contact / forms ---------- */
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: start; }
.info-list { display: grid; gap: 18px; margin-top: 6px; }
.info-list li { display: flex; gap: 15px; align-items: flex-start; }
.info-list .ico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: #eef4fb; color: var(--navy-600); display: grid; place-items: center; }
.info-list .ico svg { width: 22px; height: 22px; }
.info-list h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); }
.info-list a, .info-list p { font-size: 17px; font-weight: 700; color: var(--navy); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px; background: #fbfcfe; color: var(--ink); transition: border .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(246,134,31,.15); background: #fff; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.form-success { display: none; background: rgba(31,170,89,.1); border: 1px solid rgba(31,170,89,.3); color: #157a40; padding: 14px 16px; border-radius: var(--radius-sm); font-weight: 600; font-size: 14.5px; margin-bottom: 16px; }
.form-success.show { display: block; }

/* ---------- Legal / inner pages ---------- */
.page-hero { background: linear-gradient(160deg, var(--navy), var(--navy-700)); color: #fff; padding: 60px 0 64px; text-align: center; }
.page-hero h1 { font-size: clamp(28px, 4vw, 40px); letter-spacing: -.6px; }
.page-hero p { margin-top: 12px; color: #cfdcec; font-size: 16px; }
.breadcrumb { font-size: 13.5px; color: #aebfd4; margin-bottom: 14px; }
.breadcrumb a:hover { color: #fff; }
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 23px; color: var(--navy); margin: 34px 0 12px; letter-spacing: -.3px; }
.prose h3 { font-size: 18px; color: var(--navy-600); margin: 22px 0 8px; }
.prose p { color: var(--muted); margin-bottom: 14px; }
.prose ul { margin: 0 0 16px; padding-left: 4px; display: grid; gap: 9px; }
.prose ul li { display: flex; gap: 11px; color: var(--muted); }
.prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.prose .updated { font-size: 13.5px; color: var(--muted); background: #eef4fb; display: inline-block; padding: 6px 14px; border-radius: 999px; margin-bottom: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #c3d2e4; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 46px; }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer .brand small { color: #8fa6c2; }
.footer-about { font-size: 14.5px; line-height: 1.7; color: #9fb3cc; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; letter-spacing: .3px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a, .footer-col li { font-size: 14.5px; color: #aabbd2; transition: color .15s; }
.footer-col a:hover { color: var(--orange); }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.footer-disclaimer { font-size: 12.5px; color: #7e94b2; border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; text-align: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; color: #8fa6c2; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Sticky mobile call bar ---------- */
.call-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--orange); color: #fff; }
.call-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; font-weight: 800; font-size: 16px; }
.call-bar svg { width: 20px; height: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 22px 64px; }
  .about-wrap, .contact-wrap, .duo { grid-template-columns: 1fr; gap: 30px; }
  .about-figure img { min-height: 240px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; left: 0; right: 0; top: 76px; background: #fff;
    padding: 14px 22px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav.open a { padding: 13px 14px; }
  .section { padding: 60px 0; }
  .services-grid, .why-grid, .stats, .stats-band, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band .container { flex-direction: column; text-align: center; align-items: center; }
  body { padding-bottom: 56px; }
  .call-bar { display: block; }
}

/* ==========================================================================
   Profesyonel ek bölümler: markalar, nasıl çalışır, yorumlar, WhatsApp
   ========================================================================== */
.brands-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; }
.brands-strip .inner { display: flex; align-items: center; justify-content: center; gap: 12px 26px; flex-wrap: wrap; }
.brands-strip .label { font-size: 12.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; }
.brand-chip { font-weight: 800; font-size: 16px; color: var(--navy); opacity: .5; letter-spacing: -.3px; transition: opacity .15s; }
.brand-chip:hover { opacity: 1; }

.process { background: linear-gradient(160deg, var(--navy), var(--navy-700)); color: #fff; }
.process .eyebrow { color: var(--orange); }
.process .section-head h2 { color: #fff; }
.process .section-head p { color: #c5d3e6; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px 22px 26px; text-align: center; }
.step-num { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; font-size: 15px; display: grid; place-items: center; box-shadow: 0 6px 16px rgba(246,134,31,.4); }
.step .ico { width: 54px; height: 54px; margin: 8px auto 14px; border-radius: 14px; background: rgba(246,134,31,.16); color: var(--orange); display: grid; place-items: center; }
.step .ico svg { width: 26px; height: 26px; }
.step h3 { font-size: 17px; margin-bottom: 6px; color: #fff; }
.step p { font-size: 13.5px; color: #c5d3e6; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.stars { display: flex; gap: 3px; margin-bottom: 12px; color: var(--orange); }
.stars svg { width: 18px; height: 18px; }
.review-card .quote { font-size: 15px; color: var(--ink); line-height: 1.6; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-600)); color: #fff; display: grid; place-items: center; font-weight: 800; flex-shrink: 0; }
.review-author h4 { font-size: 15px; color: var(--navy); }
.review-author span { font-size: 13px; color: var(--muted); }

.wa-fab { position: fixed; right: 20px; bottom: 22px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 26px rgba(37,211,102,.5); display: grid; place-items: center; transition: transform .15s; }
.wa-fab:hover { transform: scale(1.08); }
.wa-fab svg { width: 32px; height: 32px; fill: #fff; }

@media (max-width: 980px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .process-grid { grid-template-columns: 1fr; }
  .wa-fab { bottom: 70px; width: 52px; height: 52px; }
}

/* New brand logo image (replaces old gear SVG) */
.brand-logo{width:46px;height:46px;object-fit:contain;flex:none;display:block;}
.site-footer .brand-logo{width:40px;height:40px;}
@media(max-width:600px){.brand-logo{width:40px;height:40px;}}
