/*
Theme Name: Kütahya Evden Eve Nakliyat
Theme URI: https://kutahyaevdeneve.tr
Author: Güven Evden Eve Nakliyat
Author URI: https://kutahyaevdeneve.tr
Description: Kütahya ve çevresinde evden eve nakliyat hizmetleri sunan Güven Evden Eve Nakliyat için hızlı, erişilebilir ve SEO dostu kurumsal tema.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kutahya-evden-eve
*/

:root {
  --navy: #071b35;
  --navy-deep: #041426;
  --blue: #1269c7;
  --blue-bright: #2182ea;
  --gold: #c99843;
  --red: #d4362f;
  --ink: #152338;
  --muted: #607087;
  --line: #dfe7f0;
  --paper: #f7fafd;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 53, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223,231,240,.82); backdrop-filter: blur(16px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 210px; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 13px; }
.brand-copy strong { display: block; color: var(--navy); font-size: 18px; line-height: 1.05; letter-spacing: -.04em; }
.brand-copy span { color: var(--blue); display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: #46566c; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 9px; margin-left: 10px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 19px; border: 0; border-radius: 12px; cursor: pointer;
  font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 11px 22px rgba(18,105,199,.22); }
.button-primary:hover, .button-primary:focus-visible { background: #0f5eb4; }
.button-dark { color: var(--white); background: var(--navy); }
.button-outline { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 9px; cursor: pointer; }

.announcement {
  color: #eef7ff; background: var(--navy-deep); overflow: hidden; min-height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.announcement-track {
  min-height: 40px; display: flex; align-items: center; white-space: nowrap;
  animation: announcement-slide 24s linear infinite; width: max-content;
}
.announcement-track span { display: inline-flex; align-items: center; gap: 10px; margin-right: 52px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.announcement-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px rgba(201,152,67,.9); }
@keyframes announcement-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero { overflow: hidden; background: linear-gradient(135deg, #f8fbff 0%, #fff 54%, #eef6ff 100%); padding: 72px 0 88px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { color: var(--navy); max-width: 600px; font-size: clamp(42px, 5.7vw, 76px); line-height: .99; letter-spacing: -.07em; margin: 17px 0 22px; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 520px; color: var(--muted); font-size: 17px; margin: 0 0 29px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-proof { display: flex; gap: 24px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--navy); font-size: 25px; line-height: 1; }
.hero-proof span { display: block; color: var(--muted); font-size: 11px; margin-top: 6px; }
.hero-visual { position: relative; min-height: 514px; }
.hero-photo { width: calc(100% - 34px); height: 514px; margin-left: auto; object-fit: cover; border-radius: 34px 34px 34px 10px; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; left: -12px; bottom: 20px; width: 130px; height: 130px; border: 18px solid rgba(201,152,67,.25); border-radius: 50%; z-index: 0; }
.hero-badge { position: absolute; left: 0; bottom: 52px; z-index: 2; width: 178px; padding: 20px 17px; color: var(--white); background: var(--navy); border-radius: 18px; box-shadow: 0 16px 35px rgba(7,27,53,.24); }
.hero-badge strong { display: block; color: var(--gold); font-size: 26px; line-height: 1; }
.hero-badge span { display: block; font-size: 11px; font-weight: 700; line-height: 1.35; margin-top: 8px; }

.trust-strip { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; font-size: 12px; }
.trust-item span { display: block; color: #a9bad1; font-size: 11px; margin-top: 2px; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(201,152,67,.55); border-radius: 50%; font-weight: 900; }

.section { padding: 104px 0; }
.section-soft { background: var(--paper); }
.section-heading { max-width: 670px; margin-bottom: 45px; }
.section-heading h2 { color: var(--navy); font-size: clamp(32px, 4.1vw, 54px); line-height: 1.03; letter-spacing: -.065em; margin: 13px 0 16px; }
.section-heading p { color: var(--muted); font-size: 16px; margin: 0; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b9d3ee; box-shadow: 0 20px 42px rgba(7,27,53,.1); }
.service-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { color: var(--navy); font-size: 21px; letter-spacing: -.04em; margin: 24px 0 8px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }
.service-link { display: inline-flex; color: var(--blue); font-size: 12px; font-weight: 900; margin-top: 22px; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.story-photo { width: 100%; height: 540px; object-fit: cover; border-radius: 28px; }
.story-copy h2 { color: var(--navy); font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.06em; margin: 14px 0 20px; }
.story-copy p { color: var(--muted); margin: 0 0 24px; }
.check-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink); font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 12px; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 220px; gap: 13px; }
.gallery-item { position: relative; overflow: hidden; min-height: 210px; padding: 0; border: 0; border-radius: 18px; cursor: pointer; background: #dbe8f3; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.06); }
.gallery-item::after { content: "Büyüt"; position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: var(--white); background: rgba(7,27,53,.72); border-radius: 8px; font-size: 10px; font-weight: 800; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }

.coverage { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.coverage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 10%, rgba(33,130,234,.33), transparent 36%), radial-gradient(circle at 15% 100%, rgba(201,152,67,.13), transparent 35%); }
.coverage .container { position: relative; }
.coverage .section-heading h2, .coverage .section-heading p { color: var(--white); }
.coverage .section-heading p { color: #b5c5d9; }
.districts { display: flex; flex-wrap: wrap; gap: 9px; }
.districts span { padding: 10px 14px; color: #e7f1fb; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; font-weight: 700; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { position: relative; padding: 26px 22px; border-top: 2px solid var(--blue); }
.process-step strong { display: block; color: var(--gold); font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.process-step h3 { color: var(--navy); font-size: 18px; margin: 20px 0 8px; }
.process-step p { color: var(--muted); font-size: 13px; margin: 0; }

.faq-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { padding: 17px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.faq-list summary { color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--blue); font-size: 22px; font-weight: 500; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 13px; margin: 12px 0 0; }
.quote-card { padding: 32px; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-card h2 { color: var(--white); font-size: 32px; line-height: 1.05; letter-spacing: -.06em; margin: 0 0 10px; }
.quote-card > p { color: #afc1d7; font-size: 13px; margin: 0 0 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: grid; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #dbe9f7; font-size: 11px; font-weight: 800; }
.form-field input, .form-field textarea { width: 100%; padding: 12px 13px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; outline: 0; }
.form-field textarea { min-height: 96px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,152,67,.16); }
.quote-card .button { width: 100%; margin-top: 17px; }
.form-notice { padding: 10px 12px; margin: 0 0 14px; color: #eafff1; background: rgba(64, 180, 109, .16); border: 1px solid rgba(102, 220, 142, .3); border-radius: 10px; font-size: 12px; }

.site-footer { color: #bccadb; background: var(--navy-deep); padding: 56px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; gap: 60px; }
.site-footer .brand-copy strong { color: var(--white); }
.site-footer .brand-copy span { color: var(--gold); }
.footer-brand p { max-width: 330px; font-size: 13px; margin: 18px 0 0; }
.footer-title { color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 15px; }
.footer-links { display: grid; gap: 8px; font-size: 13px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 30px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 30px; background: rgba(4,20,38,.9); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-height: 85vh; max-width: min(100%, 1000px); object-fit: contain; border-radius: 14px; }
.lightbox-close { position: absolute; top: 18px; right: 24px; width: 42px; height: 42px; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; cursor: pointer; font-size: 24px; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 12px; }
  .hero-grid { gap: 30px; }
  .story-grid, .faq-contact { gap: 38px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 580px); }
  .header-inner { min-height: 70px; }
  .brand { min-width: 0; }
  .brand-logo { width: 45px; height: 45px; }
  .brand-copy strong { font-size: 15px; }
  .header-actions { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; border-radius: 9px; }
  .main-nav a:hover { background: var(--paper); }
  .announcement-track span { font-size: 9px; }
  .hero { padding: 50px 0 54px; }
  .hero-grid, .story-grid, .faq-contact { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(40px, 13vw, 64px); }
  .hero-lede { font-size: 15px; }
  .hero-visual { min-height: 360px; margin-top: 18px; }
  .hero-photo { width: 100%; height: 360px; border-radius: 25px 25px 25px 8px; }
  .hero-badge { left: -3px; bottom: 20px; width: 155px; padding: 15px; }
  .hero-badge strong { font-size: 22px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 16px 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .trust-icon { width: 30px; height: 30px; font-size: 11px; }
  .trust-item b { font-size: 10px; }
  .trust-item span { font-size: 9px; }
  .section { padding: 72px 0; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }
  .story-photo { height: 370px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 145px; }
  .gallery-item:first-child { grid-row: span 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .quote-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: grid; }
  .mobile-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: rgba(4,20,38,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: 0 12px 35px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
  .mobile-bar a { min-height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 9px; color: var(--white); font-size: 11px; font-weight: 900; }
  .mobile-bar a:first-child { background: var(--blue); }
  .mobile-bar a:last-child { background: #1b9d61; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}