/*
Theme Name: AKSU Oto Kurtarma
Theme URI: https://aksuotokurtarma.example/
Author: AKSU Oto Kurtarma
Description: Kütahya Gediz merkezli 7/24 oto kurtarma ve yol yardım hizmetleri için hızlı, erişilebilir ve SEO dostu WordPress teması.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aksu-oto-kurtarma
*/

:root {
  --aksu-red: #d71920;
  --aksu-red-dark: #a80f16;
  --aksu-ink: #15171a;
  --aksu-muted: #66707a;
  --aksu-line: #e9ecef;
  --aksu-soft: #f7f8f9;
  --aksu-white: #fff;
  --aksu-radius: 18px;
  --aksu-shadow: 0 18px 50px rgba(18, 23, 28, .08);
  --aksu-container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--aksu-ink);
  background: var(--aksu-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--aksu-red); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.aksu-container { width: min(calc(100% - 40px), var(--aksu-container)); margin-inline: auto; }
.aksu-narrow { max-width: 800px; }
.aksu-section { padding: 104px 0; }
.aksu-section--soft { background: var(--aksu-soft); }
.aksu-section__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.aksu-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--aksu-red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.aksu-kicker::before { content: ""; width: 28px; height: 2px; background: var(--aksu-red); }
h1, h2, h3, h4 { margin: 0 0 16px; color: var(--aksu-ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(40px, 5vw, 72px); }
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 23px; }
p { margin: 0 0 18px; }
.aksu-lead { max-width: 690px; color: var(--aksu-muted); font-size: 19px; }
.aksu-section__head .aksu-lead { margin-bottom: 0; max-width: 470px; font-size: 16px; }

.aksu-topbar { background: var(--aksu-ink); color: rgba(255,255,255,.76); font-size: 13px; }
.aksu-topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.aksu-topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.aksu-topbar__phone { display: flex; gap: 22px; flex-wrap: wrap; }

.aksu-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(21,23,26,.07); backdrop-filter: blur(18px); }
.aksu-header__inner { display: flex; align-items: center; min-height: 84px; gap: 32px; }
.aksu-brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: 218px; text-decoration: none; }
.aksu-brand img { display: block; width: 100%; height: auto; max-height: 64px; object-fit: contain; }
.aksu-nav { margin-left: auto; }
.aksu-nav ul { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.aksu-nav a { color: var(--aksu-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.aksu-nav a:hover, .aksu-nav .current-menu-item > a { color: var(--aksu-red); }
.aksu-header__actions { display: flex; align-items: center; gap: 10px; }
.aksu-menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.aksu-menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--aksu-ink); }

.aksu-announcement { overflow: hidden; border-bottom: 1px solid rgba(215,25,32,.12); background: #fff8f8; color: var(--aksu-ink); }
.aksu-announcement__viewport { overflow: hidden; width: 100%; }
.aksu-announcement__track { display: flex; width: max-content; animation: aksu-marquee 28s linear infinite; }
.aksu-announcement__track > * { display: inline-flex; align-items: center; gap: 11px; min-height: 37px; padding: 0 38px; color: var(--aksu-ink); font-size: 12px; font-weight: 750; letter-spacing: .015em; text-decoration: none; white-space: nowrap; }
.aksu-announcement__track b { color: var(--aksu-red); font-size: 9px; }
@keyframes aksu-marquee { to { transform: translateX(-50%); } }

.aksu-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.aksu-btn:hover { color: inherit; transform: translateY(-2px); }
.aksu-btn--primary { background: var(--aksu-red); color: #fff; box-shadow: 0 10px 22px rgba(215,25,32,.2); }
.aksu-btn--primary:hover { background: var(--aksu-red-dark); color: #fff; }
.aksu-btn--dark { background: var(--aksu-ink); color: #fff; }
.aksu-btn--dark:hover { background: #2b2e32; color: #fff; }
.aksu-btn--outline { border-color: var(--aksu-line); color: var(--aksu-ink); background: #fff; }
.aksu-btn--outline:hover { border-color: var(--aksu-red); color: var(--aksu-red); }
.aksu-btn--small { min-height: 40px; padding: 9px 14px; font-size: 12px; }

.aksu-hero { position: relative; overflow: hidden; padding: 74px 0 88px; background: linear-gradient(116deg, #fff 0%, #fff 54%, #f7f8f9 100%); }
.aksu-hero::after { position: absolute; right: -130px; bottom: -210px; width: 540px; height: 540px; border: 1px solid rgba(215,25,32,.12); border-radius: 50%; content: ""; }
.aksu-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .91fr); align-items: center; gap: 70px; }
.aksu-hero__content { padding: 20px 0; }
.aksu-hero h1 { max-width: 690px; }
.aksu-hero h1 strong { color: var(--aksu-red); font-weight: 800; }
.aksu-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.aksu-hero__meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 29px; color: var(--aksu-muted); font-size: 13px; font-weight: 700; }
.aksu-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.aksu-hero__meta span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--aksu-red); content: ""; }
.aksu-hero__media { position: relative; }
.aksu-hero__scene { position: relative; padding: 22px; perspective: 1200px; }
.aksu-hero__scene::before { position: absolute; top: 1%; right: 6%; bottom: 1%; left: 6%; border: 1px solid rgba(215,25,32,.24); border-radius: 50%; content: ""; transform: rotateX(65deg) rotateZ(-18deg); animation: aksu-orbit 13s linear infinite; }
.aksu-hero__scene::after { position: absolute; inset: 12% 4%; border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(215,25,32,.08)); content: ""; transform: translateZ(-50px) rotateY(7deg); }
@keyframes aksu-orbit { to { transform: rotateX(65deg) rotateZ(342deg); } }
.aksu-hero__image-wrap { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 26px; background: var(--aksu-ink); box-shadow: 0 25px 70px rgba(21,23,26,.23); transform: rotateY(-6deg) rotateX(3deg); transform-style: preserve-3d; transition: transform .5s ease; }
.aksu-hero__image-wrap:hover { transform: rotateY(-2deg) rotateX(1deg) translateY(-4px); }
.aksu-hero__image-wrap::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; content: ""; pointer-events: none; }
.aksu-hero__image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.aksu-hero__badge { position: absolute; right: -24px; bottom: 28px; display: grid; place-items: center; width: 126px; height: 126px; padding: 14px; border: 7px solid #fff; border-radius: 50%; background: var(--aksu-red); color: #fff; text-align: center; box-shadow: 0 13px 32px rgba(215,25,32,.28); font-size: 12px; font-weight: 800; line-height: 1.2; }
.aksu-hero__badge b { display: block; font-size: 28px; letter-spacing: -.05em; }

.aksu-trust { border-bottom: 1px solid var(--aksu-line); background: #fff; }
.aksu-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.aksu-trust__item { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 20px 30px; border-right: 1px solid var(--aksu-line); }
.aksu-trust__item:first-child { padding-left: 0; }
.aksu-trust__item:last-child { border-right: 0; }
.aksu-trust__icon { display: grid; flex: 0 0 45px; place-items: center; width: 45px; height: 45px; border-radius: 14px; background: #fff2f2; color: var(--aksu-red); font-size: 20px; }
.aksu-trust__item strong { display: block; font-size: 15px; }
.aksu-trust__item span { display: block; color: var(--aksu-muted); font-size: 13px; }

.aksu-grid { display: grid; gap: 18px; }
.aksu-grid--services { grid-template-columns: repeat(4, 1fr); }
.aksu-service-card { position: relative; display: flex; flex-direction: column; min-height: 265px; padding: 27px; border: 1px solid var(--aksu-line); border-radius: var(--aksu-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.aksu-service-card:hover { border-color: rgba(215,25,32,.28); box-shadow: var(--aksu-shadow); transform: translateY(-4px); }
.aksu-service-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 32px; border-radius: 14px; background: var(--aksu-ink); color: #fff; font-size: 19px; }
.aksu-service-card:nth-child(3n) .aksu-service-card__icon { background: var(--aksu-red); }
.aksu-service-card h3 { margin-bottom: 10px; font-size: 20px; }
.aksu-service-card p { color: var(--aksu-muted); font-size: 14px; }
.aksu-service-card__link { margin-top: auto; color: var(--aksu-red); font-size: 13px; font-weight: 800; text-decoration: none; }

.aksu-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.aksu-photo-card { position: relative; overflow: hidden; border-radius: 22px; box-shadow: var(--aksu-shadow); }
.aksu-photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.aksu-photo-card__label { position: absolute; right: 18px; bottom: 18px; padding: 13px 16px; border-radius: 12px; background: rgba(21,23,26,.92); color: #fff; font-size: 12px; font-weight: 800; }
.aksu-checklist { display: grid; gap: 13px; list-style: none; margin: 25px 0 30px; padding: 0; }
.aksu-checklist li { display: flex; gap: 11px; color: var(--aksu-muted); }
.aksu-checklist li::before { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: var(--aksu-red); color: #fff; content: "✓"; font-size: 12px; font-weight: 900; line-height: 20px; text-align: center; }

.aksu-regions { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.aksu-region-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.aksu-region-link { display: flex; align-items: center; justify-content: space-between; min-height: 57px; padding: 15px 17px; border: 1px solid var(--aksu-line); border-radius: 12px; background: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.aksu-region-link::after { color: var(--aksu-red); content: "↗"; font-size: 18px; }
.aksu-region-link:hover { border-color: var(--aksu-red); box-shadow: 0 8px 24px rgba(21,23,26,.06); }
.aksu-regions__panel { padding: 38px; border-radius: 22px; background: var(--aksu-ink); color: rgba(255,255,255,.72); }
.aksu-regions__panel h3 { color: #fff; }
.aksu-regions__panel .aksu-btn { margin-top: 10px; }

.aksu-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.aksu-tag { display: inline-flex; padding: 10px 15px; border: 1px solid var(--aksu-line); border-radius: 999px; color: var(--aksu-muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.aksu-tag:hover { border-color: var(--aksu-red); color: var(--aksu-red); background: #fff8f8; }

.aksu-faq { max-width: 850px; margin-inline: auto; }
.aksu-faq details { border-bottom: 1px solid var(--aksu-line); }
.aksu-faq summary { padding: 22px 0; cursor: pointer; list-style: none; font-weight: 800; }
.aksu-faq summary::-webkit-details-marker { display: none; }
.aksu-faq summary::after { float: right; color: var(--aksu-red); content: "+"; font-size: 23px; font-weight: 400; }
.aksu-faq details[open] summary::after { content: "−"; }
.aksu-faq__answer { padding: 0 36px 22px 0; color: var(--aksu-muted); }

.aksu-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: aksu-step; }
.aksu-process__item { position: relative; min-height: 220px; padding: 28px; border-radius: var(--aksu-radius); background: #fff; box-shadow: 0 12px 35px rgba(21,23,26,.06); counter-increment: aksu-step; }
.aksu-process__item::before { display: block; margin-bottom: 35px; color: var(--aksu-red); content: "0" counter(aksu-step); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.aksu-process__item h3 { font-size: 20px; }
.aksu-process__item p { margin: 0; color: var(--aksu-muted); font-size: 14px; }

.aksu-cta { padding: 70px 0; background: var(--aksu-red); color: rgba(255,255,255,.8); }
.aksu-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.aksu-cta h2 { margin-bottom: 10px; color: #fff; font-size: clamp(30px, 4vw, 48px); }
.aksu-cta p { margin: 0; }
.aksu-cta .aksu-btn--dark { background: #fff; color: var(--aksu-ink); }
.aksu-cta .aksu-btn--dark:hover { background: #f4f4f4; }

.aksu-page-hero { padding: 76px 0; background: linear-gradient(116deg, #fff 0%, #fff 65%, #f7f8f9 100%); border-bottom: 1px solid var(--aksu-line); }
.aksu-page-hero h1 { max-width: 820px; font-size: clamp(42px, 5vw, 66px); }
.aksu-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; color: var(--aksu-muted); font-size: 13px; }
.aksu-breadcrumbs a { text-decoration: none; }
.aksu-breadcrumbs span { color: #aeb5bb; }
.aksu-content { padding: 75px 0 105px; }
.aksu-content h2 { margin-top: 42px; font-size: 34px; }
.aksu-content h3 { margin-top: 32px; }
.aksu-content p, .aksu-content li { color: var(--aksu-muted); }
.aksu-content ul { padding-left: 20px; }

.aksu-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.aksu-contact-card { padding: 30px; border: 1px solid var(--aksu-line); border-radius: var(--aksu-radius); background: #fff; box-shadow: var(--aksu-shadow); }
.aksu-contact-card + .aksu-contact-card { margin-top: 15px; }
.aksu-contact-row { display: flex; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--aksu-line); }
.aksu-contact-row:last-child { border-bottom: 0; }
.aksu-contact-row__icon { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #fff2f2; color: var(--aksu-red); font-size: 15px; }
.aksu-contact-row strong { display: block; font-size: 14px; }
.aksu-contact-row span, .aksu-contact-row a { color: var(--aksu-muted); font-size: 14px; text-decoration: none; }
.aksu-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.aksu-field { display: flex; flex-direction: column; gap: 7px; }
.aksu-field--full { grid-column: 1 / -1; }
.aksu-field label { font-size: 13px; font-weight: 800; }
.aksu-field input, .aksu-field textarea { width: 100%; border: 1px solid #dfe3e7; border-radius: 10px; padding: 13px 14px; color: var(--aksu-ink); background: #fff; outline: 0; }
.aksu-field textarea { min-height: 145px; resize: vertical; }
.aksu-field input:focus, .aksu-field textarea:focus { border-color: var(--aksu-red); box-shadow: 0 0 0 3px rgba(215,25,32,.1); }
.aksu-form-notice { margin-bottom: 22px; padding: 13px 16px; border-radius: 10px; background: #eef9f0; color: #236b31; font-size: 14px; }
.aksu-form-notice--error { background: #fff0f0; color: #a80f16; }
.aksu-map-placeholder { display: grid; place-items: center; min-height: 235px; margin-top: 24px; border-radius: 16px; background: linear-gradient(135deg, #f2f4f5, #e6e9eb); color: var(--aksu-muted); text-align: center; }

.aksu-footer { padding: 65px 0 28px; background: var(--aksu-ink); color: rgba(255,255,255,.65); }
.aksu-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 45px; }
.aksu-footer h3, .aksu-footer h4 { color: #fff; }
.aksu-footer h4 { margin-bottom: 17px; font-size: 14px; letter-spacing: .02em; }
.aksu-footer__brand { width: 206px; margin-bottom: 18px; padding: 7px 10px; border-radius: 10px; background: #fff; }
.aksu-footer__brand img { width: 100%; }
.aksu-footer a { color: rgba(255,255,255,.7); text-decoration: none; }
.aksu-footer a:hover { color: #fff; }
.aksu-footer ul { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; font-size: 14px; }
.aksu-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.aksu-socials { display: flex; gap: 12px; }

.aksu-mobile-bar { display: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; border: 0; }
.alignwide { max-width: 1180px; margin-inline: auto; }
.alignfull { width: 100%; }

@media (max-width: 1050px) {
  .aksu-nav ul { gap: 14px; }
  .aksu-header__actions .aksu-btn--outline { display: none; }
  .aksu-hero__grid { gap: 35px; }
  .aksu-grid--services { grid-template-columns: repeat(2, 1fr); }
  .aksu-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .aksu-container { width: min(calc(100% - 30px), var(--aksu-container)); }
  .aksu-topbar { display: none; }
  .aksu-header__inner { min-height: 72px; gap: 15px; }
  .aksu-brand { width: 132px; }
  .aksu-brand img { max-height: 54px; }
  .aksu-menu-toggle { display: block; margin-left: auto; }
  .aksu-nav { position: absolute; top: 72px; right: 15px; left: 15px; display: none; padding: 10px; border: 1px solid var(--aksu-line); border-radius: 14px; background: #fff; box-shadow: var(--aksu-shadow); }
  .aksu-nav.is-open { display: block; }
  .aksu-nav ul { display: grid; gap: 0; }
  .aksu-nav li a { display: block; padding: 12px; }
  .aksu-header__actions { gap: 5px; }
  .aksu-header__actions .aksu-btn { min-height: 38px; padding: 8px 11px; font-size: 11px; }
  .aksu-section { padding: 70px 0; }
  .aksu-section__head { display: block; margin-bottom: 28px; }
  .aksu-section__head .aksu-lead { margin-top: 16px; }
  .aksu-hero { padding: 48px 0 60px; }
  .aksu-hero__grid, .aksu-split, .aksu-regions, .aksu-contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .aksu-hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .aksu-hero__image { aspect-ratio: 1 / 1; }
  .aksu-hero__scene { padding: 8px; }
  .aksu-hero__image-wrap { transform: none; }
  .aksu-hero__badge { right: 12px; bottom: 12px; width: 98px; height: 98px; border-width: 5px; font-size: 10px; }
  .aksu-hero__badge b { font-size: 23px; }
  .aksu-trust__grid { grid-template-columns: 1fr; }
  .aksu-trust__item, .aksu-trust__item:first-child { min-height: 82px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--aksu-line); }
  .aksu-trust__item:last-child { border-bottom: 0; }
  .aksu-grid--services { grid-template-columns: 1fr; }
  .aksu-process { grid-template-columns: 1fr; }
  .aksu-service-card { min-height: 220px; }
  .aksu-regions__panel { padding: 28px; }
  .aksu-region-list { grid-template-columns: 1fr; }
  .aksu-cta { padding: 52px 0; }
  .aksu-cta__inner { display: block; }
  .aksu-cta__inner .aksu-btn { margin-top: 22px; }
  .aksu-page-hero { padding: 50px 0; }
  .aksu-content { padding: 55px 0 78px; }
  .aksu-form-grid { grid-template-columns: 1fr; }
  .aksu-field--full { grid-column: auto; }
  .aksu-footer { padding-bottom: 25px; }
  .aksu-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .aksu-footer__bottom { display: block; margin-top: 35px; }
  .aksu-footer__bottom .aksu-socials { margin-top: 14px; }
  .aksu-mobile-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 7px; background: #fff; box-shadow: 0 -8px 25px rgba(21,23,26,.12); }
  .aksu-mobile-bar a { display: flex; align-items: center; justify-content: center; min-height: 47px; border-radius: 9px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
  .aksu-mobile-bar a:first-child { background: var(--aksu-ink); }
  .aksu-mobile-bar a:last-child { background: var(--aksu-red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .aksu-announcement__track, .aksu-hero__scene::before { animation: none; }
  .aksu-hero__image-wrap, .aksu-btn, .aksu-service-card { transition: none; }
}