/* Deep Garage - Gaziantep Oto Servisi
   Karanlik garaj esteti: antrasit zemin, amber vurgu, koseli tasarim */

:root {
  --bg: #0d1013;
  --bg-2: #14181c;
  --bg-3: #1b2127;
  --line: #262d34;
  --text: #e8ebee;
  --muted: #9aa4ad;
  --accent: #ff7a1a;
  --accent-2: #ffb01a;
  --wa: #25d366;
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; text-transform: uppercase; letter-spacing: .5px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ic { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 900; }
.header-top { background: #08090b; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.header-top-inner { display: flex; gap: 28px; align-items: center; height: 38px; }
.ht-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.ht-phone { margin-left: auto; color: var(--accent); font-weight: 600; }
.header-main { background: rgba(13,16,19,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-main-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0d1013; font-family: var(--font-head); font-weight: 800; font-size: 22px;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
}
.logo-text { font-family: var(--font-head); font-size: 22px; font-weight: 600; letter-spacing: 1px; line-height: 1; display: flex; flex-direction: column; }
.logo-text b { color: var(--accent); font-weight: 800; }
.logo-text small { font-size: 10px; letter-spacing: 2.5px; color: var(--muted); font-family: var(--font-body); font-weight: 600; margin-top: 4px; }

.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 500; font-size: 15px; }
.main-nav a { color: var(--muted); transition: color .2s; position: relative; }
.main-nav a:hover { color: var(--text); }
.main-nav a.nav-cta {
  background: var(--accent); color: #0d1013; font-family: var(--font-head); font-weight: 700;
  font-size: 17px; letter-spacing: 1px; padding: 10px 22px;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: background .2s;
}
.main-nav a.nav-cta:hover { background: var(--accent-2); color: #0d1013; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--text); margin: 6px 0; transition: .3s; }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden;
  background: var(--bg);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; }
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13,16,19,.97) 30%, rgba(13,16,19,.55) 70%, rgba(13,16,19,.3));
}
.hero-inner { position: relative; z-index: 2; padding: 90px 0; max-width: 720px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700;
  letter-spacing: 3px; color: var(--accent); text-transform: uppercase; margin-bottom: 22px;
}
.hero-kicker::before { content: ''; width: 40px; height: 2px; background: var(--accent); }
.hero h1 { font-size: clamp(42px, 6vw, 76px); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero p { margin: 24px 0 36px; font-size: 18px; color: var(--muted); max-width: 560px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head);
  font-size: 18px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 15px 32px; transition: .2s; cursor: pointer; border: 0;
}
.btn-primary {
  background: var(--accent); color: #0d1013;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.btn-primary:hover { background: var(--accent-2); }
.btn-ghost { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.03); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.hero-stats { display: flex; gap: 0; margin-top: 64px; border: 1px solid var(--line); background: rgba(13,16,19,.7); backdrop-filter: blur(6px); }
.hstat { padding: 20px 32px; border-right: 1px solid var(--line); }
.hstat:last-child { border-right: 0; }
.hstat b { display: block; font-family: var(--font-head); font-size: 34px; font-weight: 800; color: var(--accent); line-height: 1; }
.hstat span { font-size: 12.5px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }

/* ===== Bolum genel ===== */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { margin-bottom: 56px; max-width: 640px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-kicker { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; display: block; margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; }
.sec-head p { color: var(--muted); margin-top: 14px; }

/* ===== Hizmet kartlari ===== */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-card { background: var(--bg); padding: 40px 32px; position: relative; transition: background .25s; display: block; }
.svc-card:hover { background: var(--bg-3); }
.svc-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px;
  background: var(--accent); transition: width .3s;
}
.svc-card:hover::before { width: 100%; }
.svc-num { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--accent); letter-spacing: 2px; }
.svc-card h3 { font-size: 24px; margin: 14px 0 12px; }
.svc-card p { font-size: 14.5px; color: var(--muted); }
.svc-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }

/* ===== Neden biz ===== */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-img { position: relative; }
.why-img img { border: 1px solid var(--line); }
.why-img::after {
  content: ''; position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 1px solid var(--accent); z-index: -1; opacity: .4;
}
.why-list { display: flex; flex-direction: column; gap: 26px; margin-top: 36px; }
.why-item { display: flex; gap: 18px; }
.why-item .wi-ic {
  width: 52px; height: 52px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--bg-3); border: 1px solid var(--line); color: var(--accent);
}
.why-item .wi-ic .ic { width: 22px; height: 22px; }
.why-item h3 { font-size: 20px; margin-bottom: 4px; }
.why-item p { font-size: 14.5px; color: var(--muted); }

/* ===== Marka seridi ===== */
.brands { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 34px 0; }
.brands span { font-family: var(--font-head); font-size: 26px; font-weight: 600; letter-spacing: 3px; color: #3d474f; transition: color .2s; text-transform: uppercase; }
.brands span:hover { color: var(--accent); }

/* ===== CTA bandi ===== */
.cta-band { position: relative; padding: 80px 0; background: linear-gradient(120deg, #1a1006, #0d1013); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.cta-band::before {
  content: 'DSG'; position: absolute; right: -30px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-head); font-size: 280px; font-weight: 800; color: rgba(255,122,26,.05); line-height: 1;
}
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(28px, 3.5vw, 42px); }
.cta-inner h2 em { font-style: normal; color: var(--accent); }
.cta-inner p { color: var(--muted); margin-top: 8px; }

/* ===== Blog kartlari ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--bg-2); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, border-color .25s; }
.post-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.post-thumb { aspect-ratio: 16/9; overflow: hidden; position: relative; background: var(--bg-3); }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-thumb img { transform: scale(1.06); }
.post-cat {
  position: absolute; top: 0; left: 0; background: var(--accent); color: #0d1013;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px;
}
.post-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: 12.5px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; display: flex; gap: 14px; margin-bottom: 10px; }
.post-body h3 { font-size: 21px; }
.post-body h3 a:hover { color: var(--accent); }
.post-body p { font-size: 14px; color: var(--muted); margin-top: 10px; flex: 1; }

/* ===== SSS ===== */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq { border: 1px solid var(--line); border-bottom: 0; background: var(--bg); }
.faq:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 22px 28px; font-family: var(--font-head); font-size: 20px;
  font-weight: 600; letter-spacing: .5px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 26px; color: var(--accent); transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 28px 24px; color: var(--muted); font-size: 15px; }

/* ===== Ic sayfa hero ===== */
.page-hero { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%;
  background: repeating-linear-gradient(-55deg, transparent, transparent 18px, rgba(255,122,26,.04) 18px, rgba(255,122,26,.04) 36px);
}
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; position: relative; z-index: 1; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { color: var(--accent); }

/* ===== Blog detay ===== */
.article-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.article-content { font-size: 16.5px; }
.article-content h2 { font-size: 30px; margin: 44px 0 18px; color: var(--text); }
.article-content h3 { font-size: 24px; margin: 34px 0 14px; }
.article-content p { margin-bottom: 18px; color: #c7ced4; }
.article-content ul, .article-content ol { margin: 0 0 18px 24px; color: #c7ced4; }
.article-content li { margin-bottom: 8px; }
.article-content a { color: var(--accent); }
.article-content a:hover { text-decoration: underline; }
.article-content img { border: 1px solid var(--line); margin: 24px 0; }
.article-content blockquote { border-left: 3px solid var(--accent); padding: 12px 24px; background: var(--bg-2); margin: 24px 0; font-style: italic; }
.article-featured { border: 1px solid var(--line); margin-bottom: 36px; }
.article-featured img { width: 100%; }

.sidebar { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 130px; }
.sb-box { background: var(--bg-2); border: 1px solid var(--line); padding: 28px; }
.sb-box h4 { font-size: 20px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: inline-block; }
.sb-box .sb-list { display: flex; flex-direction: column; gap: 12px; }
.sb-list a { font-size: 14.5px; color: var(--muted); display: flex; gap: 10px; transition: color .2s; }
.sb-list a:hover { color: var(--accent); }
.sb-list a::before { content: '▸'; color: var(--accent); }
.sb-cta { background: linear-gradient(135deg, #241304, var(--bg-2)); text-align: center; }
.sb-cta b { font-family: var(--font-head); font-size: 24px; display: block; margin-bottom: 8px; text-transform: uppercase; }
.sb-cta p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }

/* ===== Iletisim ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.ci-item { display: flex; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.ci-item .wi-ic { width: 52px; height: 52px; flex-shrink: 0; display: grid; place-items: center; background: var(--bg-3); border: 1px solid var(--line); color: var(--accent); }
.ci-item h3 { font-size: 19px; margin-bottom: 4px; }
.ci-item p, .ci-item a { color: var(--muted); font-size: 15px; }
.ci-item a:hover { color: var(--accent); }

.form { background: var(--bg-2); border: 1px solid var(--line); padding: 40px; }
.form h3 { font-size: 26px; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: block; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.form input, .form textarea, .form select {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--text);
  padding: 13px 16px; font-family: var(--font-body); font-size: 15px; margin-bottom: 20px; outline: none; transition: border-color .2s;
}
.form input:focus, .form textarea:focus { border-color: var(--accent); }
.form textarea { resize: vertical; min-height: 130px; }
.form-msg { padding: 14px 18px; margin-bottom: 20px; font-size: 14.5px; border: 1px solid; }
.form-msg.ok { border-color: #2e7d46; background: rgba(37,211,102,.08); color: #7ee2a2; }
.form-msg.err { border-color: #8a3030; background: rgba(220,60,60,.08); color: #f0a0a0; }
.map-embed { border: 1px solid var(--line); margin-top: 64px; }
.map-embed iframe { width: 100%; height: 420px; display: block; filter: grayscale(1) invert(.9) contrast(.9); }

/* ===== Footer ===== */
.site-footer { background: #08090b; border-top: 1px solid var(--line); margin-top: 0; }
.footer-stripe { height: 4px; background: repeating-linear-gradient(-55deg, var(--accent), var(--accent) 14px, #0d1013 14px, #0d1013 28px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding: 72px 24px; }
.f-col h4 { font-size: 18px; letter-spacing: 1.5px; margin-bottom: 20px; color: var(--accent); }
.f-col a { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 11px; transition: color .2s; }
.f-col a:hover { color: var(--accent); }
.f-col p { color: var(--muted); font-size: 14.5px; margin-top: 16px; }
.logo-footer { margin-bottom: 6px; }
.f-phone { font-family: var(--font-head); font-size: 24px !important; color: var(--accent) !important; font-weight: 700; margin: 8px 0 !important; }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0; font-size: 13px; color: #566069; }

/* ===== Sabit butonlar ===== */
.fixed-actions-left { position: fixed; left: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 950; }
.fab {
  width: 54px; height: 54px; display: grid; place-items: center; cursor: pointer;
  border: 0; transition: transform .2s, opacity .3s; box-shadow: 0 6px 24px rgba(0,0,0,.45);
}
.fab svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fab:hover { transform: translateY(-3px); }
.fab-wa { background: var(--wa); color: #fff; }
.fab-wa svg { fill: #fff; stroke: none; }
.fab-call { background: var(--accent); color: #0d1013; }
.fab-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 950;
  background: var(--bg-3); border: 1px solid var(--line); color: var(--text);
  opacity: 0; pointer-events: none;
}
.fab-top.show { opacity: 1; pointer-events: auto; }
.fab-top:hover { border-color: var(--accent); color: var(--accent); }

/* ===== Sayfalama ===== */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; }
.pagination a, .pagination span {
  min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 12px;
  border: 1px solid var(--line); font-family: var(--font-head); font-size: 17px; font-weight: 600; transition: .2s;
}
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination .current { background: var(--accent); color: #0d1013; border-color: var(--accent); }

/* ===== 404 ===== */
.err-page { text-align: center; padding: 140px 24px; }
.err-page h1 { font-size: 120px; color: var(--accent); }
.err-page p { color: var(--muted); margin: 12px 0 32px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-top-inner .ht-item:nth-child(2) { display: none; }
}
@media (max-width: 720px) {
  .svc-grid, .blog-grid { grid-template-columns: 1fr; }
  .header-top { display: none; }
  .nav-toggle { display: block; }
  .brands { justify-content: center; text-align: center; padding: 28px 24px; }
  .brands span { font-size: 20px; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 24px; gap: 18px;
  }
  .main-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-stats { flex-direction: column; }
  .hstat { border-right: 0; border-bottom: 1px solid var(--line); }
  .hstat:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .section { padding: 64px 0; }
  .cta-band::before { display: none; }
}
