/*
Theme Name: Denizli Elektrik Tamircisi
Theme URI: https://www.denizlielektrik.com
Author: Codex
Description: Denizli elektrik tamircisi, elektrikci, tesisat, aydinlatma, ariza, uydu anten ve kucuk ev aletleri tamiri icin SEO odakli WordPress temasi.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: denizli-elektrik-tamircisi
*/

:root {
  --navy: #07162e;
  --navy-2: #0d2446;
  --black: #090b10;
  --yellow: #ffc400;
  --yellow-2: #ffda3d;
  --amber: #f59e0b;
  --white: #ffffff;
  --paper: #f7f9fc;
  --ink: #111827;
  --muted: #64748b;
  --line: #dbe3ee;
  --shadow: 0 20px 60px rgba(7, 22, 46, .16);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 20; }
.skip-link:focus { left: 16px; padding: 10px 14px; background: var(--yellow); color: var(--black); }

.top-strip { background: var(--black); color: rgba(255,255,255,.86); font-size: 13px; font-weight: 800; }
.top-strip-inner { display: flex; justify-content: space-between; gap: 18px; min-height: 38px; align-items: center; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: var(--radius); background: var(--yellow); color: var(--black); font-weight: 950; box-shadow: 0 10px 24px rgba(255,196,0,.24); }
.brand small { display: block; color: var(--muted); font-size: 13px; font-weight: 750; }
.main-nav { display: flex; align-items: center; gap: 18px; color: var(--navy); font-weight: 850; }
.main-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--yellow); }
.button, .call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--black);
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(255,196,0,.28);
}
.button:hover, .call-button:hover { background: var(--yellow-2); }

.hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 22, 46, .97), rgba(7, 22, 46, .72), rgba(7, 22, 46, .48)),
    url("assets/photos-optimized/denizli-elektrik-ariza-servisi-genis-banner.jpg") center/cover no-repeat,
    var(--navy);
}
.hero-inner { min-height: 620px; display: grid; align-items: center; padding: 76px 0; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 10px; color: var(--yellow); font-weight: 950; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.eyebrow.dark { color: var(--amber); }
.hero h1 { margin: 0; font-size: clamp(42px, 6vw, 74px); line-height: 1; letter-spacing: 0; }
.hero p { max-width: 690px; margin: 22px 0 0; color: rgba(255,255,255,.9); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .button.secondary { background: var(--white); color: var(--navy); box-shadow: none; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; max-width: 940px; margin-top: 42px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.trust-item { padding: 18px; background: rgba(255,255,255,.08); }
.trust-item strong { display: block; font-size: 22px; }
.trust-item span { color: rgba(255,255,255,.84); font-size: 14px; }

.section { padding: 76px 0; }
.section.alt { background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-head h2, .content h1, .content h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: 0; }
.section-head p { max-width: 640px; margin: 0; color: var(--muted); }
.grid { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .review-card, .area-card, .process-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(7, 22, 46, .07);
}
.service-card { display: flex; flex-direction: column; min-height: 100%; }
.service-card h3, .review-card h3, .process-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 21px; }
.service-card p, .review-card p, .process-card p, .area-card p { margin: 0 0 18px; color: var(--muted); }
.service-card ul { margin: 0 0 18px; padding-left: 18px; color: var(--muted); }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: var(--radius); background: var(--yellow); color: var(--black); font-weight: 950; }
.text-link { color: var(--navy); font-weight: 950; margin-top: auto; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.score-panel { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--white), #fff9d7); box-shadow: var(--shadow); }
.score-panel .score { display: block; color: var(--navy); font-size: 82px; line-height: 1; font-weight: 950; }
.photo-panel { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--paper); }
.photo-panel img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.image-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.image-strip figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(7,22,46,.07); }
.image-strip img { width: 100%; height: 210px; object-fit: cover; }
.image-strip figcaption { padding: 12px 14px; color: var(--navy); font-weight: 900; font-size: 14px; }
.check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: var(--muted); }
.check-list li::before { content: "âš¡"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--yellow); color: var(--black); font-size: 13px; font-weight: 950; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.areas, .brand-cloud { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.areas li, .brand-cloud span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); font-weight: 850; }
.stars { color: var(--amber); font-size: 18px; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; padding-top: 22px; color: var(--muted); font-size: 14px; font-weight: 750; }
.breadcrumbs a { color: var(--navy); }
.breadcrumbs strong { color: var(--black); }
.content { padding: 64px 0; }
.content p, .content li { color: var(--muted); }
.service-hero { background: linear-gradient(180deg, #fff9d7, var(--white)); border-bottom: 1px solid var(--line); }
.service-hero .container { display: grid; grid-template-columns: 1fr .8fr; gap: 38px; align-items: center; padding: 62px 0; }
.service-hero h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.service-hero p { color: var(--muted); font-size: 18px; }
.service-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px 20px; }
.faq details + details { margin-top: 12px; }
.faq summary { cursor: pointer; font-weight: 950; color: var(--navy); }
.service-request-form { display: grid; gap: 14px; margin-top: 26px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.service-request-form label { display: grid; gap: 7px; color: var(--navy); font-weight: 900; }
.service-request-form input, .service-request-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 13px; color: var(--ink); font: inherit; background: var(--paper); }
.service-request-form input:focus, .service-request-form textarea:focus { outline: 2px solid rgba(255,196,0,.34); border-color: var(--yellow); background: var(--white); }

.cta-band { background: var(--navy); color: var(--white); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 42px 0; }
.cta-band h2 { margin: 0; font-size: clamp(26px, 4vw, 42px); line-height: 1.1; }
.cta-band p { margin: 8px 0 0; color: rgba(255,255,255,.82); }
.site-footer { background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr .9fr; gap: 32px; padding: 52px 0; }
.footer-grid h2, .footer-grid h3 { margin: 0 0 14px; }
.footer-grid p, .footer-grid a, .footer-grid li { color: rgba(255,255,255,.78); }
.footer-grid ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-note { font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: rgba(255,255,255,.68); font-size: 14px; }
.mobile-call-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; background: var(--yellow); box-shadow: 0 -8px 24px rgba(7,22,46,.22); }
.mobile-call-bar a { display: flex; align-items: center; justify-content: center; min-height: 56px; color: var(--black); font-weight: 950; }

@media (max-width: 900px) {
  .top-strip-inner { flex-direction: column; align-items: flex-start; padding: 8px 0; gap: 2px; }
  .header-inner { min-height: auto; padding: 14px 0; align-items: flex-start; flex-direction: column; }
  .main-nav { overflow-x: auto; max-width: 100%; padding-bottom: 6px; }
  .hero { background: linear-gradient(90deg, rgba(7,22,46,.96), rgba(7,22,46,.82)), var(--navy); }
  .hero-inner { min-height: 560px; }
  .trust-row, .services-grid, .reviews-grid, .process-grid, .split, .service-hero .container, .footer-grid, .image-strip { grid-template-columns: 1fr; }
  .section-head, .cta-band .container { align-items: flex-start; flex-direction: column; }
  .mobile-call-bar { display: block; }
  body { padding-bottom: 56px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero h1 { font-size: 39px; }
  .main-nav { gap: 14px; font-size: 14px; }
  .call-button, .button { width: 100%; }
}
