/*
Theme Name: Uşak Ramazan Vinç - Kurumsal
Theme URI: https://usakramazanvinc.com.tr
Author: Ayzala Web
Description: Uşak ve çevre iller için hızlı, mobil uyumlu ve kurumsal kiralık vinç teması.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: usakramazanvinc
*/

:root {
  --black: #080808;
  --black-2: #111111;
  --black-3: #171717;
  --gold: #e9a51a;
  --gold-light: #ffd978;
  --cream: #f3ead5;
  --text: #cfc8bb;
  --muted: #8f897e;
  --line: rgba(233, 165, 26, .22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 100px 0; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--cream); line-height: 1.1; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
h3 { font-size: 1.25rem; }
p { color: var(--text); }

.gold { color: var(--gold-light); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow:before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(233, 165, 26, .13);
  content: "";
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(8,8,8,.94);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand img { width: 205px; max-height: 58px; object-fit: contain; }
.brand .custom-logo { max-height: 58px; width: auto; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav a {
  color: #c2baaa;
  font-size: .86rem;
  font-weight: 700;
  transition: color .2s ease;
}
.desktop-nav a:hover { color: var(--gold-light); }
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--gold-light) !important;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--gold-light);
  font-size: 1.4rem;
  padding: 7px 11px;
}
.mobile-nav { display: none; }

.hero {
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(233,165,26,.15), transparent 31%),
    linear-gradient(115deg, #080808 0%, #101010 57%, #1b160c 100%);
}
.hero:after {
  position: absolute;
  right: -10%;
  bottom: -32%;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(233,165,26,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(233,165,26,.025), 0 0 0 160px rgba(233,165,26,.018);
  content: "";
}
.hero-content { position: relative; z-index: 1; max-width: 780px; padding: 100px 0; }
.hero h1 { margin: 22px 0 25px; }
.hero-copy { max-width: 620px; font-size: 1.15rem; }
.hero-copy strong { color: var(--gold-light); }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin: 28px 0 35px;
  color: var(--cream);
  font-size: .85rem;
  font-weight: 700;
}
.hero-points span:before { margin-right: 7px; color: var(--gold); content: "—"; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: #16100a;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-outline { background: transparent; color: var(--gold-light); }
.button-outline:hover { background: rgba(233,165,26,.1); }

.numbers {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 0 0 60px;
}
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.number {
  padding: 22px;
  background: var(--black-2);
  text-align: center;
}
.number strong { display: block; color: var(--gold-light); font-size: 1.9rem; line-height: 1.1; }
.number span { color: var(--muted); font-size: .78rem; }

.section-dark { background: var(--black-2); }
.section-head { max-width: 650px; margin-bottom: 48px; }
.section-head p { font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service {
  min-height: 225px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.07);
  background: var(--black-3);
  transition: transform .2s ease, border-color .2s ease;
}
.service:hover { transform: translateY(-4px); border-color: var(--line); }
.service-mark {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-weight: 800;
}
.service p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.split-image {
  display: grid;
  min-height: 340px;
  place-items: center;
  border: 1px solid var(--line);
  background: radial-gradient(circle at center, rgba(233,165,26,.13), transparent 60%), var(--black-2);
}
.split-image img { width: min(80%, 340px); filter: drop-shadow(0 15px 30px rgba(0,0,0,.55)); }
.check-list { display: grid; gap: 17px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: var(--text); }
.check-list li:before { position: absolute; left: 0; color: var(--gold-light); content: "✓"; font-weight: 800; }

.region-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.region {
  padding: 12px 16px;
  border: 1px solid rgba(233,165,26,.27);
  border-radius: 3px;
  color: var(--cream);
  font-size: .9rem;
}
.region strong { color: var(--gold-light); }

.faq-grid { max-width: 850px; margin: 0 auto; }
.faq-item { border-top: 1px solid rgba(255,255,255,.12); }
.faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
.faq-question span:last-child { color: var(--gold-light); font-size: 1.35rem; }
.faq-answer { display: none; padding: 0 45px 22px 0; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

.cta {
  padding: 75px 20px;
  background: linear-gradient(115deg, #17130b, #2a1c08);
  text-align: center;
}
.cta h2 { margin-bottom: 16px; }
.cta p { max-width: 600px; margin: 0 auto 28px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.08); padding: 65px 0 20px; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; padding-bottom: 45px; }
.footer-logo { width: 190px; margin-bottom: 20px; }
.footer-grid h3 { margin-bottom: 17px; font-size: .95rem; }
.footer-grid p, .footer-grid li { color: var(--muted); font-size: .86rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #68645d; font-size: .76rem; }
.whatsapp {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1b9f58;
  box-shadow: 0 8px 28px rgba(0,0,0,.4);
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
}

.content-page { min-height: 55vh; padding: 90px 0; }
.content-page article { max-width: 820px; }
.content-page .entry-content { color: var(--text); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { padding: 0 20px 20px; background: rgba(8,8,8,.98); }
  .mobile-nav.is-open { display: grid; gap: 2px; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--cream); font-weight: 700; }
  .mobile-nav .phone-link { justify-content: center; margin-top: 8px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 72px 0; }
  .hero { min-height: 680px; }
  .hero-content { padding: 80px 0; }
  .hero-copy { font-size: 1rem; }
  .numbers { margin-top: -20px; padding-bottom: 35px; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin-bottom: 8px; }
  .brand img { width: 170px; }
  .hero h1 { font-size: clamp(2.6rem, 14vw, 4.2rem); }
}