:root {
  --black: #f3f4f6;
  --night: #e9ecef;
  --panel: #ffffff;
  --panel-soft: #f8fafc;
  --surface-hover: #eef2f6;
  --line: #d9dee5;
  --line-strong: #b8c0cc;
  --muted: #697386;
  --soft: #344054;
  --white: #111827;
  --button: #ffffff;
  --button-hover: #eef2f6;
  --whatsapp: #22c55e;
  --whatsapp-hover: #16a34a;
  --call: #2563eb;
  --call-hover: #1d4ed8;
  --on-color: #ffffff;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.14);
  --radius: 6px;
  --quick-bar-height: 58px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--quick-bar-height) + 88px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  min-width: 0;
}

.quick-action-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: var(--quick-bar-height);
  padding: 8px clamp(14px, 4vw, 56px);
  border-bottom: 1px solid rgba(184, 192, 204, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(16px);
}

.quick-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.1);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.quick-whatsapp {
  border-color: var(--whatsapp);
  background: linear-gradient(135deg, #22c55e, #159447);
  color: var(--on-color);
}

.quick-call {
  border-color: var(--call);
  background: linear-gradient(135deg, #2f6df3, #0f58c9);
  color: var(--on-color);
}

.quick-action:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.16);
}

.quick-whatsapp:hover {
  background: var(--whatsapp-hover);
}

.quick-call:hover {
  background: var(--call-hover);
}

.site-header {
  position: fixed;
  inset: var(--quick-bar-height) 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-inline {
  padding: 6px 10px 6px 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.1);
}

.brand-emblem {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.96), rgba(22, 163, 74, 0.96)),
    #16a34a;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.brand-text {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand-text strong {
  color: var(--white);
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.brand-text small {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: clamp(174px, 20vw, 246px);
  height: auto;
  max-height: 74px;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.1);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel-soft);
  color: var(--white);
  font-weight: 900;
  transition: background 260ms ease, color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.brand:hover .brand-mark {
  background: var(--surface-hover);
  color: var(--white);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand small {
  color: var(--soft);
  font-size: 0.8rem;
  margin-top: 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--soft);
  transition: background 260ms ease, color 260ms ease, border-color 260ms ease;
}

.site-nav a:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  color: var(--white);
}

.header-contact,
.header-call {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--whatsapp);
  border-radius: var(--radius);
  background: var(--whatsapp);
  color: var(--on-color);
  font-weight: 900;
  white-space: nowrap;
  transition: background 260ms ease, color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.header-call {
  border-color: var(--call);
  background: var(--call);
  color: var(--on-color);
}

.header-contact:hover,
.header-call:hover {
  background: var(--whatsapp-hover);
  color: var(--on-color);
  transform: translateY(-1px);
}

.header-call:hover {
  border-color: var(--call-hover);
  background: var(--call-hover);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: var(--night);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  filter: grayscale(1) contrast(0.9) brightness(1.04);
  transform: scale(1.01);
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(243, 244, 246, 0.88) 0%, rgba(243, 244, 246, 0.76) 38%, rgba(243, 244, 246, 0.46) 75%, rgba(243, 244, 246, 0.24) 100%),
    linear-gradient(0deg, rgba(243, 244, 246, 0.86) 0%, rgba(243, 244, 246, 0.22) 44%, rgba(243, 244, 246, 0.64) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 470px);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, calc(100% - 40px));
  min-height: 92vh;
  margin: 0 auto;
  padding: 166px 0 52px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 6.4rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 800;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.trust-row span:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  color: var(--white);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 22px;
}

.hero-points div {
  padding: 14px;
  border: 1px solid rgba(184, 192, 204, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.hero-points strong,
.hero-points span {
  display: block;
}

.hero-points strong {
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 900;
}

.hero-points span {
  margin-top: 4px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-visual-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 650px;
  margin-top: 18px;
}

.hero-visual-strip span {
  display: flex;
  align-items: end;
  min-height: 76px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(184, 192, 204, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.62)),
    url("assets/oto-yedek-parca-hero-1200.jpg");
  background-size: 720px auto;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
}

.hero-visual-strip span:nth-child(1) {
  background-position: 18% 48%;
}

.hero-visual-strip span:nth-child(2) {
  background-position: 48% 42%;
}

.hero-visual-strip span:nth-child(3) {
  background-position: 70% 58%;
}

.hero-visual-strip span:nth-child(4) {
  background-position: 92% 52%;
}

.request-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(184, 192, 204, 0.92);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
  color: var(--white);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.request-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--whatsapp), var(--call));
  content: "";
}

.request-panel > * {
  position: relative;
  z-index: 1;
}

.panel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(52, 64, 84, 0.96)),
    linear-gradient(90deg, rgba(34, 197, 94, 0.24), transparent);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
}

.panel-brand span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.panel-brand strong,
.panel-brand small {
  display: block;
}

.panel-brand strong {
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.15;
}

.panel-brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-head p {
  margin: 0;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 900;
}

.panel-head span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--panel-soft);
  color: var(--soft);
  font-size: 0.75rem;
  font-weight: 900;
}

.panel-intro {
  margin: -6px 0 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compact-grid {
  gap: 0;
}

label {
  display: grid;
  gap: 7px;
}

label.wide {
  grid-column: 1 / -1;
}

.priority-field {
  padding: 12px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.08), rgba(255, 255, 255, 0.42));
}

.priority-field input {
  border-color: rgba(34, 197, 94, 0.42);
  background: #ffffff;
}

.compact-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.compact-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.08);
  color: #166534;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.optional-fields {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.optional-fields summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 0 13px;
  color: var(--white);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  list-style: none;
}

.optional-fields summary::-webkit-details-marker {
  display: none;
}

.optional-fields summary::after {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--soft);
  content: "+";
}

.optional-fields[open] summary::after {
  content: "-";
}

.optional-fields summary span {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.optional-grid {
  padding: 0 13px 13px;
}

label span {
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

input {
  min-height: 46px;
  padding: 0 13px;
}

textarea {
  resize: vertical;
  min-height: 88px;
  padding: 12px 13px;
}

input:focus,
textarea:focus {
  border-color: var(--line-strong);
  background: var(--panel);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
}

label small {
  color: var(--muted);
  font-size: 0.76rem;
}

.form-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.form-hints span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.form-actions {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

button {
  min-height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.secondary-button {
  color: var(--soft);
  background: var(--black);
  border-color: var(--line-strong);
}

.secondary-button:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  color: var(--white);
  transform: translateY(-1px);
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  border-color: var(--whatsapp);
  color: var(--on-color);
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
}

.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--call);
  border-radius: var(--radius);
  color: var(--on-color);
  background: linear-gradient(135deg, #2f6df3, #0f58c9);
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.whatsapp-button:hover {
  border-color: var(--whatsapp-hover);
  background: var(--whatsapp-hover);
  color: var(--on-color);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(34, 197, 94, 0.26);
}

.call-button:hover {
  border-color: var(--call-hover);
  background: var(--call-hover);
  color: var(--on-color);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.24);
}

.button-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.button-mark svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.form-status.is-error,
.form-status.is-success {
  color: var(--white);
}

.info-strip {
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.info-grid article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.info-grid article:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  transform: translateY(-2px);
}

.info-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
  margin-bottom: 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.info-grid strong {
  display: block;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 900;
}

.info-grid p {
  margin: 8px 0 0;
  color: var(--soft);
  font-size: 0.86rem;
}

.part-photo-band {
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(243, 244, 246, 0.92), rgba(233, 236, 239, 0.98)),
    var(--night);
}

.info-strip,
.part-photo-band,
.customer-guide,
.section-band,
.process,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px;
}

.part-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.part-photo-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0.72)),
    url("assets/oto-yedek-parca-hero-1200.jpg");
  background-size: cover;
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12);
}

.part-photo-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 24, 39, 0.52)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 34%);
  content: "";
}

.part-photo-card span {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 0.9rem;
  font-weight: 900;
}

.photo-brake {
  background-position: 18% 48%;
}

.photo-engine {
  background-position: 50% 42%;
}

.photo-body {
  background-position: 86% 54%;
}

.customer-guide {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 242, 246, 0.86)),
    var(--night);
}

.customer-guide::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(243, 244, 246, 0.96), rgba(243, 244, 246, 0.8) 55%, rgba(243, 244, 246, 0.54)),
    url("assets/oto-yedek-parca-hero-1200.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(1) saturate(0.7);
  opacity: 0.42;
  content: "";
}

.customer-guide > .section-inner {
  position: relative;
  z-index: 1;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 16px;
}

.guide-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 56px rgba(17, 24, 39, 0.1);
}

.guide-primary {
  padding: clamp(22px, 4vw, 34px);
}

.guide-accent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(22px, 4vw, 30px);
  background:
    linear-gradient(160deg, rgba(17, 24, 39, 0.96), rgba(52, 64, 84, 0.94)),
    var(--white);
  color: #ffffff;
}

.guide-card h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.1;
}

.guide-card p {
  margin: 12px 0 0;
  color: var(--soft);
}

.guide-accent .eyebrow,
.guide-accent p {
  color: rgba(255, 255, 255, 0.78);
}

.response-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.response-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  color: var(--soft);
}

.response-list strong {
  color: var(--white);
}

.guide-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: #ffffff;
  color: #111827;
  font-weight: 900;
  transition: transform 220ms ease, background 220ms ease;
}

.guide-action:hover {
  background: #eef2f6;
  transform: translateY(-1px);
}

.section-band,
.process {
  padding: clamp(58px, 8vw, 96px) 20px;
}

.section-band {
  background: var(--black);
}

.process {
  background: var(--night);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-title {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin-bottom: 28px;
}

.section-title h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article {
  position: relative;
  min-height: 184px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(233, 236, 239, 0.9)),
    var(--night);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.service-grid article:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  color: var(--white);
  transform: translateY(-2px);
}

.service-grid article::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--soft);
  border-radius: var(--radius);
  content: "";
}

.service-grid article::after {
  position: absolute;
  inset: auto -18px -24px auto;
  width: 150px;
  height: 112px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(17, 24, 39, 0.38)),
    url("assets/oto-yedek-parca-hero-1200.jpg");
  background-size: 560px auto;
  border-radius: 999px 0 0 0;
  opacity: 0.24;
  content: "";
}

.service-grid article:nth-child(1)::after {
  background-position: 18% 48%;
}

.service-grid article:nth-child(2)::after {
  background-position: 46% 44%;
}

.service-grid article:nth-child(3)::after {
  background-position: 62% 44%;
}

.service-grid article:nth-child(4)::after {
  background-position: 88% 58%;
}

.service-grid article > * {
  position: relative;
  z-index: 1;
}

.service-grid h3,
.steps strong {
  margin: 0;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 900;
}

.service-grid p {
  margin: 12px 0 0;
  color: var(--soft);
}

.service-grid article:hover p {
  color: var(--soft);
}

.process-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  counter-increment: step;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.steps li:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
  color: var(--white);
  transform: translateY(-2px);
}

.steps li::before {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: var(--panel-soft);
  color: var(--white);
  font-weight: 900;
  content: counter(step, decimal-leading-zero);
}

.steps li:hover::before {
  background: var(--button-hover);
  color: var(--black);
}

.steps span {
  display: block;
  margin-top: 4px;
  color: var(--soft);
}

.steps li:hover span {
  color: var(--soft);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--panel);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.25fr;
  gap: clamp(26px, 5vw, 62px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 62px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h3 {
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-column a:hover {
  color: var(--call);
  transform: translateX(2px);
}

.footer-column .footer-whatsapp-link {
  color: var(--whatsapp-hover);
}

.footer-column .footer-whatsapp-link:hover {
  color: var(--whatsapp);
}

.footer-column .footer-call-link {
  color: var(--call);
}

.footer-column .footer-call-link:hover {
  color: var(--call-hover);
}

.footer-note {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.policy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.policy-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-bottom a {
  color: var(--call);
  font-weight: 900;
}

.policy-page {
  min-height: 100vh;
  padding: calc(var(--quick-bar-height) + 128px) 20px 72px;
  background: var(--black);
}

.policy-wrap {
  width: min(980px, 100%);
  margin: 0 auto;
}

.policy-hero,
.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.policy-hero {
  margin-bottom: 18px;
  padding: clamp(26px, 5vw, 44px);
}

.policy-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.04;
}

.policy-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.policy-card {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 38px);
}

.policy-card section {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.policy-card section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.policy-card h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.policy-card p,
.policy-card li {
  color: var(--soft);
  font-size: 0.98rem;
  line-height: 1.75;
}

.policy-card p {
  margin: 0;
}

.policy-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.policy-card a {
  color: var(--call);
  font-weight: 800;
}

.policy-card strong {
  color: var(--white);
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.policy-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 900;
}

.policy-actions a:first-child {
  background: var(--whatsapp);
  color: var(--on-color);
}

.policy-actions a:last-child {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    justify-content: center;
    padding: 14px clamp(14px, 4vw, 24px);
  }

  .site-nav {
    display: none;
  }

  .header-contact,
  .header-call {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 132px;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .request-panel {
    max-width: 640px;
  }

  .service-grid,
  .process-inner,
  .info-grid,
  .part-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  :root {
    --quick-bar-height: 56px;
  }

  html {
    scroll-padding-top: calc(var(--quick-bar-height) + 22px);
  }

  .quick-action-bar {
    gap: 8px;
    padding: 7px 10px;
  }

  .quick-action {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .site-header {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-inline {
    max-width: min(58vw, 220px);
  }

  .brand-emblem {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .brand-logo {
    width: min(52vw, 210px);
    max-height: 62px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background: var(--night);
    background-position: 63% center;
  }

  .hero-media img {
    object-position: 63% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(243, 244, 246, 0.84) 0%, rgba(243, 244, 246, 0.72) 42%, rgba(243, 244, 246, 0.9) 100%),
      linear-gradient(90deg, rgba(243, 244, 246, 0.72), rgba(243, 244, 246, 0.34));
  }

  .hero-inner {
    width: min(100% - 24px, 520px);
    min-height: auto;
    padding: calc(var(--quick-bar-height) + 12px) 0 24px;
    gap: 14px;
  }

  .request-panel {
    order: -1;
  }

  .hero-copy {
    order: 1;
    padding: 14px;
    border: 1px solid rgba(184, 192, 204, 0.78);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
    backdrop-filter: blur(10px);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    line-height: 1;
  }

  .lead {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .trust-row {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-points {
    display: none;
  }

  .hero-visual-strip {
    display: none;
  }

  .trust-row span {
    height: 34px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .request-panel {
    padding: 12px;
    width: 100%;
    max-width: 100%;
  }

  .panel-brand {
    gap: 9px;
    margin-bottom: 9px;
    padding: 8px;
  }

  .panel-brand span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .panel-brand strong {
    font-size: 0.92rem;
  }

  .panel-brand small {
    font-size: 0.68rem;
  }

  .hero-request-panel .panel-head {
    display: none;
  }

  .panel-head {
    gap: 10px;
    margin-bottom: 8px;
  }

  .panel-head p {
    font-size: 1rem;
  }

  .panel-head span {
    height: 26px;
    font-size: 0.68rem;
  }

  .panel-intro {
    display: none;
  }

  input {
    min-height: 42px;
  }

  textarea {
    min-height: 74px;
  }

  .field-grid,
  .form-actions,
  .service-grid,
  .process-inner,
  .info-grid,
  .part-photo-grid,
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .form-actions {
    gap: 8px;
    margin-top: 10px;
  }

  .priority-field {
    padding: 8px;
  }

  .compact-benefits {
    gap: 6px;
    margin-top: 8px;
  }

  .compact-benefits span {
    justify-content: center;
    flex: 1 1 30%;
    min-height: 26px;
    padding: 0 7px;
    font-size: 0.66rem;
  }

  .optional-fields {
    margin-top: 8px;
  }

  .optional-fields summary {
    min-height: 40px;
    padding-inline: 10px;
  }

  .optional-grid {
    padding: 0 10px 10px;
  }

  .form-hints {
    display: none;
  }

  .secondary-button {
    order: 3;
  }

  .whatsapp-button {
    order: 1;
  }

  .call-button {
    order: 2;
  }

  .section-band,
  .process,
  .customer-guide {
    padding: 44px 14px;
  }

  .info-strip {
    padding: 14px;
  }

  .part-photo-band {
    padding: 14px;
  }

  .part-photo-card {
    min-height: 148px;
    background-image:
      linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0.72)),
      url("assets/oto-yedek-parca-hero-720.jpg");
  }

  .customer-guide::before {
    background-image:
      linear-gradient(90deg, rgba(243, 244, 246, 0.96), rgba(243, 244, 246, 0.82)),
      url("assets/oto-yedek-parca-hero-720.jpg");
  }

  .service-grid article::after {
    background-image:
      linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(17, 24, 39, 0.38)),
      url("assets/oto-yedek-parca-hero-720.jpg");
  }

  .info-grid article {
    min-height: auto;
    padding: 16px;
  }

  .guide-card {
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.1);
  }

  .response-list li {
    padding: 12px;
  }

  .policy-page {
    padding: calc(var(--quick-bar-height) + 28px) 14px 48px;
  }

  .policy-card,
  .policy-hero {
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.1);
  }

  .policy-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 520px);
    padding: 34px 0 42px;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    width: min(100% - 24px, 520px);
  }
}

@media (max-width: 390px) {
  .quick-action-bar {
    gap: 6px;
    padding-inline: 8px;
  }

  .quick-action {
    padding: 0 8px;
    font-size: 0.82rem;
  }

  .brand small {
    display: none;
  }

  .brand-inline {
    max-width: 170px;
    padding: 5px;
    gap: 8px;
  }

  .brand-emblem {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .brand-text small {
    font-size: 0.68rem;
  }

  .brand-logo {
    width: 170px;
    max-height: 54px;
  }

  .header-contact,
  .header-call {
    font-size: 0.82rem;
  }

  .panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-inner {
    width: min(100% - 18px, 520px);
    padding-top: calc(var(--quick-bar-height) + 10px);
  }

  .hero h1 {
    font-size: clamp(1.75rem, 10.5vw, 2.35rem);
  }

  .lead {
    font-size: 0.88rem;
  }

  .trust-row span {
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .request-panel {
    padding: 10px;
  }

  .whatsapp-button {
    font-size: 0.9rem;
  }

  .call-button,
  .secondary-button {
    font-size: 0.9rem;
  }
}

/* Güven Parça — kurumsal kimlik yenilemesi, Ağustos 2026 */
:root {
  --black: #f4f1e9;
  --night: #dbe8e5;
  --panel: #fffdf8;
  --panel-soft: #f7f3ea;
  --surface-hover: #e9f3f1;
  --line: #d9d4c8;
  --line-strong: #bcb5a7;
  --muted: #6b756f;
  --soft: #3e514d;
  --white: #102a2d;
  --whatsapp: #138a72;
  --whatsapp-hover: #0b705d;
  --call: #d97926;
  --call-hover: #b95e17;
  --shadow: 0 28px 70px rgba(16, 42, 45, 0.16);
  --radius: 18px;
}

body {
  background:
    radial-gradient(circle at 8% 18%, rgba(19, 138, 114, 0.08), transparent 28%),
    #f4f1e9;
}

.quick-action-bar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: rgba(16, 42, 45, 0.96);
  box-shadow: 0 8px 26px rgba(16, 42, 45, 0.24);
}

.quick-action {
  box-shadow: none;
}

.site-header {
  inset: calc(var(--quick-bar-height) + 12px) clamp(14px, 3vw, 44px) auto;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(16, 42, 45, 0.9);
  box-shadow: 0 18px 44px rgba(16, 42, 45, 0.2);
  backdrop-filter: blur(18px);
}

.site-header .brand-inline {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .brand-emblem {
  border-radius: 14px;
  background: linear-gradient(145deg, #20a68b, #0b705d);
}

.site-header .brand-text strong {
  color: #fffdf8;
}

.site-header .brand-text small,
.site-header .site-nav a {
  color: rgba(255, 253, 248, 0.72);
}

.site-header .site-nav a:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero {
  background: #e8eee9;
}

.hero-media {
  filter: saturate(0.72) contrast(0.98) brightness(1.02);
  transform: none;
}

.hero-media img {
  object-position: 70% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(244, 241, 233, 0.98) 0%, rgba(244, 241, 233, 0.9) 48%, rgba(244, 241, 233, 0.3) 78%, rgba(16, 42, 45, 0.18) 100%),
    linear-gradient(0deg, rgba(16, 42, 45, 0.12), transparent 42%);
}

.hero-inner {
  grid-template-columns: minmax(350px, 470px) minmax(0, 1fr);
  width: min(1240px, calc(100% - 48px));
  gap: clamp(38px, 6vw, 88px);
  padding-top: 190px;
}

.hero-copy {
  order: 2;
}

.hero-request-panel {
  order: 1;
}

.hero h1 {
  max-width: 12ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.8vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero .eyebrow {
  color: #b45a18;
}

.lead {
  max-width: 620px;
  color: #3f5652;
}

.request-panel {
  border: 1px solid rgba(16, 42, 45, 0.14);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 34px 90px rgba(16, 42, 45, 0.2);
}

.request-panel::before {
  height: 6px;
  background: linear-gradient(90deg, #138a72, #65b6a5 64%, #d97926);
}

.panel-brand {
  border-radius: 18px;
  background: #102a2d;
}

.panel-brand strong,
.panel-brand small {
  color: #fffdf8;
}

.panel-brand small {
  opacity: 0.72;
}

.panel-brand > span {
  background: #d97926;
}

.priority-field {
  border-color: rgba(19, 138, 114, 0.32);
  background: #f1f8f5;
}

.trust-row span,
.hero-points div {
  border-color: rgba(16, 42, 45, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
}

.trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #138a72;
}

.info-strip {
  background: #102a2d;
}

.info-grid article {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.info-grid article > span {
  width: auto;
  min-width: 0;
  height: 28px;
  padding: 0 11px;
  border-color: rgba(126, 213, 193, 0.34);
  border-radius: 999px;
  background: rgba(126, 213, 193, 0.08);
  color: #7ed5c1;
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.info-grid strong {
  color: #fffdf8;
}

.info-grid p {
  color: rgba(255, 253, 248, 0.7);
}

.part-photo-card,
.guide-card,
.service-grid article,
.steps li {
  border-radius: 22px;
}

.section-title h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.guide-action,
.whatsapp-button {
  background: linear-gradient(135deg, #138a72, #0b705d);
}

.call-button {
  background: linear-gradient(135deg, #e98a37, #c4661d);
}

.site-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
  background: #0c2427;
  color: #fffdf8;
}

.site-footer .footer-column h3 {
  border-bottom-color: rgba(255, 255, 255, 0.28);
  color: #fffdf8;
}

.site-footer .footer-column a {
  color: rgba(255, 253, 248, 0.84);
}

.site-footer .footer-column a:hover {
  color: #ffffff;
}

.site-footer .footer-column .footer-whatsapp-link {
  color: #70ddb8;
}

.site-footer .footer-column .footer-whatsapp-link:hover {
  color: #a1f0d3;
}

.site-footer .footer-column .footer-call-link,
.site-footer .footer-bottom a {
  color: #ffa45b;
}

.site-footer .footer-column .footer-call-link:hover,
.site-footer .footer-bottom a:hover {
  color: #ffc28f;
}

.site-footer .footer-note,
.site-footer .footer-bottom {
  color: rgba(255, 253, 248, 0.68);
}

.site-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.site-footer .policy-badges span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 253, 248, 0.86);
}

@media (max-width: 980px) {
  .site-header {
    justify-content: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-request-panel {
    order: 2;
  }
}

@media (max-width: 680px) {
  body {
    min-width: 0;
  }

  .quick-action-bar {
    gap: 6px;
    padding: 6px;
  }

  .quick-action {
    min-height: 42px;
    padding-inline: 8px;
    font-size: clamp(0.76rem, 3.8vw, 0.9rem);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(244, 241, 233, 0.82), rgba(244, 241, 233, 0.96)),
      linear-gradient(90deg, rgba(19, 138, 114, 0.14), transparent);
  }

  .hero-inner {
    width: min(calc(100% - 12px), 520px);
    padding-top: calc(var(--quick-bar-height) + 12px);
  }

  .hero-request-panel {
    order: -1;
  }

  .hero-copy {
    order: 1;
    border-radius: 22px;
    background: rgba(255, 253, 248, 0.86);
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .request-panel {
    width: 100%;
    min-width: 0;
    padding: 10px;
    border-radius: 22px;
  }

  .panel-brand {
    min-width: 0;
    padding: 7px;
  }

  .panel-brand > div {
    min-width: 0;
  }

  .panel-brand strong,
  .panel-brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .compact-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-benefits span {
    width: 100%;
    min-width: 0;
  }

  .compact-benefits span:last-child {
    grid-column: 1 / -1;
  }

  .field-grid,
  .optional-grid,
  .form-actions,
  .form-actions > *,
  .priority-field,
  input,
  textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .form-actions button,
  .form-actions a {
    min-height: 48px;
  }

  .info-grid,
  .part-photo-grid,
  .service-grid,
  .steps,
  .footer-main,
  .footer-bottom {
    min-width: 0;
  }
}

@media (max-width: 340px) {
  .panel-brand small {
    display: none;
  }

  .panel-brand strong {
    font-size: 0.82rem;
  }

  .panel-brand > span {
    width: 32px;
    height: 32px;
  }

  .quick-action {
    padding-inline: 5px;
    font-size: 0.75rem;
  }

  .compact-benefits span {
    padding-inline: 4px;
    font-size: 0.62rem;
  }

  .hero-copy {
    padding: 12px;
  }

  .hero h1 {
    font-size: clamp(2rem, 13vw, 2.65rem);
  }
}

/* Güven Parça — küçük arayüz yenilemeleri, 3 Ağustos 2026 */
body {
  background:
    radial-gradient(circle at 12% 12%, rgba(19, 138, 114, 0.1), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(217, 121, 38, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f5ef 0%, #eef4f1 100%);
}

.site-header {
  border-color: rgba(126, 213, 193, 0.2);
  box-shadow: 0 16px 38px rgba(12, 36, 39, 0.2);
}

.site-header .site-nav {
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.site-header .site-nav a {
  border-radius: 10px;
}

.hero {
  border-bottom: 1px solid rgba(16, 42, 45, 0.12);
}

.hero h1::after {
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #138a72 0 68%, #d97926 68% 100%);
  content: "";
}

.request-panel {
  border-color: rgba(19, 138, 114, 0.2);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 26px 70px rgba(16, 42, 45, 0.18);
  backdrop-filter: blur(16px);
}

.priority-field {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

input,
textarea {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.86);
}

input:focus,
textarea:focus {
  border-color: rgba(19, 138, 114, 0.72);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(19, 138, 114, 0.12);
}

.optional-fields {
  border-color: rgba(16, 42, 45, 0.12);
  background: rgba(247, 243, 234, 0.74);
}

.whatsapp-button,
.call-button,
.secondary-button,
.guide-action {
  border-radius: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-button {
  box-shadow: 0 12px 24px rgba(19, 138, 114, 0.2);
}

.call-button {
  box-shadow: 0 12px 24px rgba(217, 121, 38, 0.18);
}

.info-strip {
  background:
    radial-gradient(circle at 10% 10%, rgba(126, 213, 193, 0.16), transparent 34%),
    linear-gradient(135deg, #0c2427, #12383a);
}

.info-grid article {
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.info-grid article::after {
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #7ed5c1, #d97926);
  opacity: 0.72;
  content: "";
}

.section-band {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(238, 244, 241, 0.82)),
    #f4f1e9;
}

.section-title h2::after {
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #138a72;
  content: "";
}

.part-photo-card,
.guide-card,
.service-grid article,
.steps li {
  border-color: rgba(16, 42, 45, 0.12);
  box-shadow: 0 12px 28px rgba(16, 42, 45, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.site-footer .footer-column {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .whatsapp-button:hover,
  .call-button:hover,
  .secondary-button:hover,
  .guide-action:hover {
    filter: saturate(1.08);
    transform: translateY(-2px);
  }

  .info-grid article:hover,
  .part-photo-card:hover,
  .guide-card:hover,
  .service-grid article:hover,
  .steps li:hover {
    border-color: rgba(19, 138, 114, 0.3);
    box-shadow: 0 18px 38px rgba(16, 42, 45, 0.13);
    transform: translateY(-4px);
  }
}

@media (max-width: 680px) {
  .hero h1::after {
    width: 58px;
    height: 4px;
    margin-top: 14px;
  }

  .request-panel {
    box-shadow: 0 18px 42px rgba(16, 42, 45, 0.16);
  }

  .section-band,
  .process,
  .customer-guide,
  .part-photo-band {
    padding-inline: 12px;
  }

  .site-footer .footer-column {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-button,
  .call-button,
  .secondary-button,
  .guide-action,
  .info-grid article,
  .part-photo-card,
  .guide-card,
  .service-grid article,
  .steps li {
    transition: none;
  }
}
