/* ==========================================================
   Sipahioğlu Oto Kurtarma — site.css
   Yön: gece otoyolu + Türk yol levhaları.
   Asfalt siyahı, sinyal sarısı, otoyol yeşili, TR plaka.
   ========================================================== */

:root {
  --night: #0c0d0f;
  --asphalt: #16181b;
  --asphalt-2: #1d2024;
  --asphalt-3: #2b2f34;
  --paper: #f4f1ea;
  --white: #ffffff;
  --ink: #16181b;
  --ink-2: #3d4147;
  --ink-3: #62676e;
  --line: #d9d4c8;
  --line-dark: #33373d;
  --muted-dark: #b9bdc2;
  --signal: #ffc20e;
  --signal-deep: #d9a100;
  --signal-shadow: #9c7400;
  --wa: #1fae55;
  --wa-shadow: #13773a;
  --sign-green: #00703c;
  --sign-blue: #0054a4;
  --plate-blue: #003399;
  --danger: #d32f2f;

  --font-display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
  --font-body: "Barlow", "Segoe UI", system-ui, -apple-system, sans-serif;

  --fs-sm: 0.9375rem;
  --fs-base: 1.0625rem;
  --fs-lg: clamp(1.125rem, 1rem + 0.5vw, 1.3125rem);
  --fs-h3: clamp(1.375rem, 1.2rem + 0.6vw, 1.75rem);
  --fs-h2: clamp(2.25rem, 1.5rem + 2.8vw, 4rem);

  --wrap: 1240px;
  --gutter: clamp(1.125rem, 4vw, 2.25rem);
  --section: clamp(4.5rem, 9vw, 8rem);
  --radius: 8px;
  --header-h: 74px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection {
  background: var(--signal);
  color: var(--ink);
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 2000;
  background: var(--signal);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- Beacon (tepe lambası) ---------- */
.beacon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
  flex-shrink: 0;
  animation: beacon 1.1s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(255, 194, 14, .7);
}

@keyframes beacon {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 194, 14, .65);
  }

  50% {
    opacity: .35;
    box-shadow: 0 0 0 9px rgba(255, 194, 14, 0);
  }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(229, 230, 232, 0.94);
  color: var(--white);
  border-bottom: 1px solid #22252a;
}

@supports (backdrop-filter: blur(1px)) {
  .site-header {
    background: rgba(245, 245, 245, 0.82);
    backdrop-filter: saturate(140%) blur(12px);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  margin-right: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--signal);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 1.5rem;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: transform .4s var(--ease);
}

.brand:hover .brand-mark {
  transform: rotate(90deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.brand-sub {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--signal);
  margin-top: 4px;
  font-weight: 600;
}

.nav-list {
  display: flex;
  gap: 0.125rem;
  align-items: center;
}

.nav-list a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-sm);
  color: #16181b;
  transition: color .15s;
}

.nav-list a::after {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .2rem;
  height: 3px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}

.nav-list a:hover {
  color: #16181b;
}

.nav-list a:hover::after,
.nav-list a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-list a[aria-current="page"] {
color: #16181b;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--signal);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 0 var(--signal-shadow);
  transition: transform .12s, box-shadow .12s;
}

.header-call .beacon {
  background: var(--danger);
  box-shadow: none;
  animation-name: beacon-red;
}

@keyframes beacon-red {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }
}

.header-call .icon {
  display: none;
}

.header-call:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 0 var(--signal-shadow);
}

.header-call:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 var(--signal-shadow);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  place-items: center;
  color: var(--white);
}

.menu-toggle .bars,
.menu-toggle .bars::before,
.menu-toggle .bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition: transform .2s var(--ease), background-color .2s;
}

.menu-toggle .bars::before,
.menu-toggle .bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle .bars::before {
  top: -6px;
}

.menu-toggle .bars::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .bars {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .bars::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .bars::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* ---------- Buttons (acil buton hissi) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 56px;
  padding: 0.75rem 1.6rem;
  border-radius: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .12s, box-shadow .12s, background-color .15s;
}

.btn .icon {
  width: 1.3em;
  height: 1.3em;
  stroke-width: 2.4;
}

.btn-signal {
  background: var(--signal);
  color: var(--ink);
  box-shadow: 0 6px 0 var(--signal-shadow);
}

.btn-wa {
  background: var(--wa);
  color: var(--white);
  box-shadow: 0 6px 0 var(--wa-shadow);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 6px 0 #000;
}

.btn-ghost {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 2px currentColor;
}

.btn-signal:hover,
.btn-wa:hover,
.btn-dark:hover {
  transform: translateY(-2px);
}

.btn-signal:hover {
  box-shadow: 0 8px 0 var(--signal-shadow);
}

.btn-wa:hover {
  box-shadow: 0 8px 0 var(--wa-shadow);
}

.btn-dark:hover {
  box-shadow: 0 8px 0 #000;
}

.btn:active {
  transform: translateY(5px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.btn-block {
  width: 100%;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.875rem;
}

/* ---------- TR plaka ---------- */
.plate {
  display: inline-flex;
  align-items: stretch;
  background: #fdfdfb;
  color: #0d0d0d;
  text-decoration: none;
  border: 3px solid #0d0d0d;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 0 0 2px #fdfdfb, 0 14px 30px rgba(0, 0, 0, .35);
  font-family: var(--font-display);
  transition: transform .25s var(--ease);
}

.plate:hover {
  transform: rotate(-2deg) scale(1.03);
}

.plate-tr {
  background: var(--plate-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-end;
  padding: 0.35rem 0.45rem 0.4rem;
  letter-spacing: 0.04em;
}

.plate-num {
  padding: 0.1rem 0.6rem 0.05rem;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.25rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.25;
}

.plate-lg .plate-num {
  font-size: clamp(1.9rem, 1.4rem + 2vw, 3rem);
}

.plate-lg .plate-tr {
  font-size: 1.05rem;
  padding-inline: 0.55rem;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: var(--fs-sm);
  color: #9ea3a9;
  padding-top: 1.75rem;
  position: relative;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.breadcrumb li+li::before {
  content: "›";
  margin-right: 0.375rem;
  color: #6b7077;
}

.breadcrumb a {
  color: var(--signal);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--night);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero::after,
.section-dark::after,
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--noise);
  opacity: .06;
  mix-blend-mode: overlay;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60% 55% at 78% 38%, rgba(255, 178, 0, .16), transparent 70%),
    linear-gradient(180deg, #08090a 0%, var(--night) 55%, #15171a 100%);
}

.hero-ghost {
  position: absolute;
  right: -3vw;
  top: 50%;
  transform: translateY(-58%);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(14rem, 34vw, 32rem);
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .06);
  user-select: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.85rem 0.4rem 0.6rem;
  border: 1px solid rgba(255, 194, 14, .35);
  border-radius: 999px;
  background: rgba(255, 194, 14, .06);
}

.eyebrow .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 0 rgba(61, 220, 132, .6);
  animation: live 1.8s ease-out infinite;
}

@keyframes live {
  0% {
    box-shadow: 0 0 0 0 rgba(61, 220, 132, .6);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(61, 220, 132, 0);
  }
}

.hero h1 {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: -0.01em;
}

.hero h1 em {
  font-style: italic;
  color: var(--ink);
  background: var(--signal);
  padding: 0.06em 0.14em 0 0.08em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero-lead {
  font-size: var(--fs-lg);
  color: #c3c7cc;
  max-width: 36rem;
  margin-top: 1.5rem;
}

.hero .btn-row {
  margin-top: 2.25rem;
}

.hero-home {
  padding-block: clamp(2.5rem, 6vw, 5rem) 0;
}

.hero-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.hero-home h1 {
  font-size: clamp(3rem, 1.6rem + 4.2vw, 5.6rem);
}

.hero-home .hero-lead {
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.hero-home .btn-row {
  margin-top: 1.75rem;
}

.hero-copy>* {
  animation: rise .8s var(--ease) both;
}

.hero-copy> :nth-child(2) {
  animation-name: rise-soft;
  animation-delay: .08s;
}

.hero-copy> :nth-child(3) {
  animation-delay: .18s;
}

.hero-copy> :nth-child(4) {
  animation-delay: .28s;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
}

@keyframes rise-soft {
  from {
    transform: translateY(26px);
  }
}

.hero-visual {
  position: relative;
  animation: drive-in 1.1s var(--ease) .15s both;
}

@keyframes drive-in {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
}

.truck-scene {
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45));
}

.truck-scene .lane {
  animation: lane .55s linear infinite;
}

@keyframes lane {
  to {
    stroke-dashoffset: 80;
  }
}

.truck-scene .speed line {
  stroke-dasharray: 60;
  animation: speed .7s linear infinite;
}

.truck-scene .speed line:nth-child(2) {
  animation-delay: .2s;
}

.truck-scene .speed line:nth-child(3) {
  animation-delay: .4s;
}

@keyframes speed {
  from {
    stroke-dashoffset: 60;
    opacity: 0;
  }

  40% {
    opacity: .9;
  }

  to {
    stroke-dashoffset: -60;
    opacity: 0;
  }
}

.truck-scene .truck {
  animation: bump .32s ease-in-out infinite alternate;
}

@keyframes bump {
  to {
    transform: translateY(-1.6px);
  }
}

.truck-scene .wheel {
  transform-box: fill-box;
  transform-origin: center;
  animation: spin .45s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.truck-scene .halo {
  opacity: 0;
  animation: flash 1s ease-in-out infinite;
  mix-blend-mode: screen;
}

.truck-scene .halo-r {
  animation-delay: .5s;
}

@keyframes flash {

  0%,
  100% {
    opacity: 0;
  }

  20%,
  45% {
    opacity: 1;
  }
}

.truck-scene .beam {
  animation: beam 3.5s ease-in-out infinite;
}

@keyframes beam {
  50% {
    opacity: .65;
  }
}

.hero-plate {
  position: absolute;
  left: 4%;
  bottom: -6%;
  display: grid;
  gap: .5rem;
  transform: rotate(-4deg);
}

.hero-plate-label {
  justify-self: start;
  background: var(--danger);
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .25rem .6rem;
  border-radius: 4px;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: clamp(3.5rem, 7vw, 5rem);
  padding-block: 1.5rem 2rem;
  border-top: 1px solid #25282d;
  position: relative;
}

.hero-signals li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  color: #a9aeb4;
  font-size: .9375rem;
  line-height: 1.35;
}

.hero-signals .icon {
  color: var(--signal);
  width: 1.6rem;
  height: 1.6rem;
}

.hero-signals strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  text-transform: uppercase;
}

.hero-sub {
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.hero-sub::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: repeating-linear-gradient(-45deg, var(--signal) 0 16px, var(--night) 16px 32px);
}

.hero-sub .hero-bg {
  background: radial-gradient(50% 70% at 90% 20%, rgba(255, 178, 0, .13), transparent 70%), linear-gradient(180deg, #08090a, var(--night));
}

.hero-sub .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  margin-top: 2.25rem;
}

.hero-sub h1 {
  font-size: clamp(2.75rem, 1.7rem + 4vw, 5.25rem);
}

.call-panel {
  position: relative;
  background: linear-gradient(180deg, #1b1e22, #141619);
  border: 1px solid #2c3036;
  border-radius: 18px;
  padding: 2.25rem clamp(1.4rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
}

.beacon-bar {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 22px;
  padding: 6px 14px;
  background: #0c0d0f;
  border: 1px solid #2c3036;
  border-radius: 999px;
}

.beacon-bar i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--signal);
  animation: bar 1s ease-in-out infinite;
}

.beacon-bar i+i {
  animation-delay: .5s;
}

@keyframes bar {

  0%,
  100% {
    opacity: .25;
    box-shadow: none;
  }

  30% {
    opacity: 1;
    box-shadow: 0 0 18px 6px rgba(255, 178, 0, .55);
  }
}

.call-panel-label {
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ea3a9;
  margin-bottom: .75rem;
}

.call-panel .plate {
  margin-bottom: 1.25rem;
}

.call-panel .btn+.btn {
  margin-top: 0.875rem;
}

.call-panel ul {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #33373d;
}

.call-panel li {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  color: #cfd2d6;
  font-size: var(--fs-sm);
}

.call-panel li .icon {
  color: var(--signal);
  margin-top: 0.2em;
}

/* ---------- İkaz bantları ---------- */
.tapes {
  position: relative;
  height: clamp(120px, 13vw, 170px);
  overflow: hidden;
  background: linear-gradient(180deg, #15171a, var(--paper) 50%);
}

.tape {
  position: absolute;
  left: -6%;
  right: -6%;
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
}

.tape-a {
  background: var(--signal);
  color: var(--ink);
  transform: translateY(-62%) rotate(-3.2deg);
  z-index: 2;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .28);
}

.tape-b {
  background: var(--ink);
  color: var(--signal);
  transform: translateY(-30%) rotate(2.6deg);
  z-index: 1;
}

.tape::before,
.tape::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(-45deg, currentColor 0 10px, transparent 10px 20px);
  opacity: .9;
}

.tape::before {
  top: 0;
}

.tape::after {
  bottom: 0;
}

.tape-track {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 0;
  animation: tape 40s linear infinite;
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 1rem + 1.4vw, 2.2rem);
  letter-spacing: .02em;
  will-change: transform;
}

.tape-b .tape-track {
  animation-duration: 55s;
  animation-direction: reverse;
  font-size: clamp(1.1rem, .9rem + 1vw, 1.7rem);
}

.tape-track span {
  margin-right: 1.4rem;
}

.tape-track i {
  display: inline-block;
  width: .55em;
  height: .55em;
  margin-right: 1.4rem;
  background: currentColor;
  transform: rotate(45deg);
}

@keyframes tape {
  to {
    transform: translateX(-50%);
  }
}

/* ---------- Sections ---------- */
.section {
  position: relative;
  padding-block: var(--section);
  isolation: isolate;
}

.section-dark {
  background: var(--night);
  color: var(--white);
}

.section-white {
  background: var(--white);
}

.section-head {
  max-width: 50rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.kicker {
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.center .kicker {
  justify-content: center;
}

.kicker::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--signal);
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px var(--ink);
  flex-shrink: 0;
}

.section-dark .kicker {
  color: #a9aeb4;
}

.section-dark .kicker::before {
  box-shadow: 0 0 0 3px var(--night), 0 0 0 4px var(--signal);
}

.section h2,
.prose h2 {
  font-size: var(--fs-h2);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: .92;
}

.section-head p {
  font-size: var(--fs-lg);
  color: var(--ink-2);
  margin-top: 1.25rem;
}

.section-dark .section-head p {
  color: #c3c6cb;
}

/* ---------- Bento hizmet kartları ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  min-height: 300px;
  padding: clamp(1.5rem, 2.5vw, 2.1rem);
  background: var(--asphalt);
  color: var(--white);
  border-radius: 18px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: color .3s, transform .3s var(--ease), box-shadow .3s;
}

.svc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--signal);
  clip-path: circle(0% at 60px 70px);
  transition: clip-path .55s var(--ease);
}

.svc:hover,
.svc:focus-visible {
  color: var(--ink);
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(22, 24, 27, .25);
}

.svc:hover::before,
.svc:focus-visible::before {
  clip-path: circle(150% at 60px 70px);
}

.svc:nth-child(1),
.svc:nth-child(6) {
  grid-column: span 2;
}

.svc:nth-child(1) {
  background: linear-gradient(135deg, #1d2024, #0c0d0f);
}

.svc-num {
  position: absolute;
  right: 1.1rem;
  top: .4rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(4.5rem, 3rem + 3vw, 7rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .16);
  transition: -webkit-text-stroke-color .3s;
}

.svc:hover .svc-num {
  -webkit-text-stroke-color: rgba(22, 24, 27, .28);
}

.sign {
  position: relative;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 4px 0 .75rem 4px;
}

.sign::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: var(--signal);
  border: 3px solid var(--ink);
  outline: 3px solid var(--signal);
  border-radius: 7px;
  transform: rotate(45deg);
  transition: transform .5s var(--ease), background-color .3s, border-color .3s, outline-color .3s;
}

.sign .icon {
  position: relative;
  width: 26px;
  height: 26px;
  color: var(--ink);
  stroke-width: 2.4;
  transition: color .3s;
}

.svc:hover .sign::before {
  transform: rotate(225deg);
  background: var(--ink);
  border-color: var(--signal);
  outline-color: var(--ink);
}

.svc:hover .sign .icon {
  color: var(--signal);
}

.svc h3 {
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.35rem);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.svc p {
  color: var(--muted-dark);
  max-width: 38ch;
  flex-grow: 1;
  transition: color .3s;
}

.svc:hover p {
  color: #2b2e33;
}

.svc-more {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.svc-more .icon {
  transition: transform .25s var(--ease);
}

.svc:hover .svc-more .icon {
  transform: translateX(6px);
}

/* ---------- Süreç: yol + km taşları ---------- */
.route {
  position: relative;
}

.route-road {
  position: relative;
  height: 70px;
  margin-bottom: 2.75rem;
  background: #08090a;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px #2a2d32, inset 0 10px 20px rgba(0, 0, 0, .6);
  overflow: hidden;
}

.route-road::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  height: 5px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, var(--signal) 0 34px, transparent 34px 60px);
}

.route-road::after {
  content: "";
  position: absolute;
  inset: 9px 3%;
  border-block: 2px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

.route-truck {
  position: absolute;
  top: 50%;
  left: 1.5%;
  z-index: 2;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  display: grid;
  place-items: center;
  background: var(--signal);
  color: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 194, 14, .18), 0 0 30px rgba(255, 178, 0, .45);
}

.route-truck .icon {
  width: 28px;
  height: 28px;
  stroke-width: 2.4;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .route-truck {
      animation: drive-route linear both;
      animation-timeline: view();
      animation-range: entry 25% cover 60%;
    }

    @keyframes drive-route {
      to {
        left: calc(98.5% - 54px);
      }
    }
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  counter-reset: step;
}

.step {
  position: relative;
  padding: 1.5rem 1.25rem 1.5rem;
  background: #121417;
  border: 1px solid #25282d;
  border-radius: 16px;
}

.step::before {
  counter-increment: step;
  content: "KM " counter(step, decimal-leading-zero);
  display: inline-block;
  margin-bottom: 1rem;
  padding: .25rem .6rem;
  background: var(--white);
  color: var(--ink);
  border-top: 8px solid var(--signal);
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: .04em;
}

.step h3 {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.step p {
  color: #b9bdc2;
}

/* ---------- Split / prose ---------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.prose>*+* {
  margin-top: 1.125rem;
}

.prose h3 {
  font-size: var(--fs-h3);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.prose h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--signal);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px var(--ink);
  flex-shrink: 0;
}

.prose p,
.prose li {
  color: var(--ink-2);
}

.prose strong {
  color: var(--ink);
  background: linear-gradient(transparent 60%, rgba(255, 194, 14, .55) 60%);
}

.prose a {
  color: var(--ink);
  text-decoration-color: var(--signal);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  font-weight: 600;
}

.prose a:hover {
  background: var(--signal);
}

.prose ul {
  display: grid;
  gap: 0.5rem;
}

.prose ul li {
  position: relative;
  padding-left: 1.6rem;
}

.prose ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background: var(--signal);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px var(--ink);
}

.section-dark .prose p,
.section-dark .prose li {
  color: #c3c6cb;
}

.section-dark .prose a {
  color: var(--white);
}

.section-dark .prose a:hover {
  color: var(--ink);
}

.checklist {
  display: grid;
  gap: 10px;
}

.checklist li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform .2s var(--ease), border-color .2s;
}

.checklist li:hover {
  transform: translateX(6px);
  border-color: var(--ink);
}

.checklist .icon {
  color: var(--ink);
  background: var(--signal);
  border-radius: 50%;
  padding: 5px;
  width: 1.8rem;
  height: 1.8rem;
  stroke-width: 3;
}

.checklist strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1;
}

.checklist span {
  color: var(--ink-3);
  font-size: var(--fs-sm);
}

.aside-card {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  background: var(--night);
  color: var(--white);
  border-radius: 20px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  overflow: hidden;
  isolation: isolate;
}

.aside-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 10px;
  background: repeating-linear-gradient(-45deg, var(--signal) 0 12px, var(--night) 12px 24px);
}

.aside-card::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 178, 0, .22), transparent 65%);
}

.aside-card h2,
.aside-card h3 {
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.aside-card p {
  color: #c3c6cb;
  margin: 0.75rem 0 1.4rem;
}

.aside-card .btn+.btn {
  margin-top: 0.875rem;
}

.aside-card .checklist {
  gap: 0;
  margin-bottom: 1.4rem;
}

.aside-card .checklist li {
  background: transparent;
  border: 0;
  border-bottom: 1px dashed #33373d !important;
  border-radius: 0;
  padding: .7rem 0;
}

.aside-card .checklist li:hover {
  transform: none;
}

.aside-card .checklist strong {
  font-size: 1.15rem;
  color: var(--white);
}

/* ---------- Features ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem;
  background: #121417;
  border: 1px solid #25282d;
  border-radius: 16px;
  transition: border-color .25s, transform .25s var(--ease);
}

.feature:hover {
  border-color: var(--signal);
  transform: translateY(-4px);
}

.feature .icon {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--ink);
  background: var(--signal);
  padding: 0.5rem;
  border-radius: 10px;
  stroke-width: 2.2;
}

.feature h3 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.feature p {
  color: var(--ink-2);
  font-size: var(--fs-sm);
}

.section-dark .feature p {
  color: #b9bdc2;
}

.section:not(.section-dark) .feature {
  background: var(--white);
  border-color: var(--line);
}

/* ---------- Yol levhaları (bölgeler) ---------- */
.signs {
  display: grid;
  gap: 14px;
}

.sign-green {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.sign-green a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  min-height: 170px;
  padding: 1.35rem 1.35rem 1.1rem;
  background: var(--sign-green);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: inset 0 0 0 4px var(--sign-green), inset 0 0 0 7px #fff, 0 18px 30px rgba(0, 0, 0, .35);
  transition: transform .3s var(--ease);
}

.sign-green a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 8px;
  height: 26px;
  margin-left: -4px;
  background: linear-gradient(90deg, #6b7077, #b9bdc2, #6b7077);
  z-index: -1;
}

.sign-green li:first-child a {
  background: #005a30;
  box-shadow: inset 0 0 0 4px #005a30, inset 0 0 0 7px var(--signal), 0 18px 30px rgba(0, 0, 0, .35);
}

.sign-green a:hover {
  transform: translateY(-6px) rotate(-1.5deg);
}

.sg-top {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .9;
}

.otoyol-no {
  background: #fff;
  color: var(--sign-green);
  padding: .05rem .4rem;
  border-radius: 4px;
  letter-spacing: .02em;
  font-family: var(--font-display);
  font-size: 1rem;
}

.sign-green strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.3rem + 1.5vw, 2.6rem);
  text-transform: uppercase;
  line-height: .95;
}

.sg-arrow {
  margin-top: auto;
  align-self: flex-end;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--sign-green);
  border-radius: 50%;
  transition: transform .3s var(--ease);
}

.sg-arrow .icon {
  stroke-width: 3;
}

.sign-green a:hover .sg-arrow {
  transform: translateX(6px);
}

.sign-blue,
.regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sign-blue li,
.regions li {
  background: var(--sign-blue);
  color: #fff;
  padding: .45rem .8rem;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px var(--sign-blue), inset 0 0 0 4px #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
}

.regions {
  margin-top: 0;
  align-content: start;
}

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

.regions li.main {
  background: var(--signal);
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--signal), inset 0 0 0 4px var(--ink);
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 56rem;
  margin-inline: auto;
  display: grid;
  gap: 10px;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: border-color .2s, box-shadow .2s;
}

.faq details[open] {
  border-color: var(--ink);
  box-shadow: 6px 6px 0 var(--signal);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.4rem;
  font-weight: 700;
  font-size: var(--fs-lg);
}

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

.faq summary::after {
  content: "+";
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--signal);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  border-radius: 50%;
  transition: transform .3s var(--ease), background-color .2s;
}

.faq details[open] summary::after {
  transform: rotate(135deg);
  background: var(--ink);
  color: var(--signal);
}

.faq .answer {
  padding: 0 1.4rem 1.4rem;
  color: var(--ink-2);
}

.faq .answer a {
  font-weight: 600;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 3px;
}

/* ---------- CTA ---------- */
.cta-band {
  position: relative;
  background: var(--signal);
  color: var(--ink);
  padding-block: clamp(4.5rem, 9vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}

.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
  background: repeating-linear-gradient(-45deg, var(--ink) 0 16px, var(--signal) 16px 32px);
}

.cta-band::before {
  top: 0;
}

.cta-band::after {
  bottom: 0;
}

.cta-stripes {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, rgba(22, 24, 27, .07) 0 30px, transparent 30px 60px);
  animation: stripes 2.5s linear infinite;
}

@keyframes stripes {
  to {
    background-position: 84.85px 0;
  }
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
  font-size: .8125rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cta-kicker .beacon {
  background: var(--danger);
  box-shadow: none;
  animation-name: beacon-red;
}

.cta-band h2 {
  font-size: clamp(3rem, 2rem + 4.5vw, 6.25rem);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .88;
}

.cta-copy p:last-child {
  font-size: var(--fs-lg);
  margin-top: 1rem;
  color: #2b2e33;
  max-width: 32rem;
}

.cta-actions {
  display: grid;
  gap: 1.5rem;
  justify-items: start;
}

.cta-actions .plate {
  transform: rotate(-3deg);
}

.cta-actions .plate:hover {
  transform: rotate(0) scale(1.03);
}

/* ---------- Related ---------- */
.related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}

.related a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: background-color .2s, color .2s, transform .2s var(--ease);
}

.related a:hover {
  background: var(--ink);
  color: var(--signal);
  transform: translateY(-3px);
}

.related a .icon {
  transition: transform .2s var(--ease);
}

.related a:hover .icon {
  transform: translateX(5px);
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform .25s var(--ease), box-shadow .25s;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 var(--signal);
}

.contact-card .icon {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--ink);
  background: var(--signal);
  padding: 0.5rem;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.contact-card h2 {
  font-size: 1.75rem;
}

.contact-card p {
  color: var(--ink-3);
  font-size: var(--fs-sm);
}

.contact-card a.value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: auto;
}

.contact-card a.value:hover {
  text-decoration: underline;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 3px;
}

.form {
  display: grid;
  gap: 1.125rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
}

.field {
  display: grid;
  gap: 0.375rem;
}

.field label {
  font-weight: 700;
  font-size: var(--fs-sm);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.75rem 0.9rem;
  background: var(--white);
  border: 2px solid #c9c3b6;
  border-radius: 12px;
  transition: border-color .15s, box-shadow .15s;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--signal);
}

.field .error {
  display: none;
  color: var(--danger);
  font-size: 0.875rem;
  font-weight: 600;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--danger);
}

.field.invalid .error {
  display: block;
}

.consent {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-size: var(--fs-sm);
  color: var(--ink-2);
}

.consent input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--ink);
}

.form-note {
  font-size: 0.875rem;
  color: var(--ink-3);
}

.hours {
  display: grid;
}

.hours div {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px dashed var(--line);
}

.map-frame {
  aspect-ratio: 16 / 10;
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #e7e2d7;
  box-shadow: 8px 8px 0 var(--signal);
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--night);
  color: #a9aeb4;
  padding-block: clamp(4rem, 7vw, 6rem) 6.5rem;
  font-size: var(--fs-sm);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--signal) 0 40px, transparent 40px 70px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.site-footer h2 {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1rem;
  font-style: italic;
}

.site-footer ul {
  display: grid;
  gap: 0.55rem;
}

.site-footer a {
  text-decoration: none;
  color: #a9aeb4;
  transition: color .15s;
}

.site-footer a:hover {
  color: var(--signal);
}

.footer-about p {
  margin-top: 1rem;
  max-width: 22rem;
}

.footer-nap {
  font-style: normal;
  display: grid;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.footer-nap a {
  color: var(--white);
  font-weight: 600;
}

.footer-wordmark {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(4rem, 16.5vw, 15.5rem);
  line-height: .8;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 194, 14, .22);
  user-select: none;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #25282d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

/* ---------- Mobil arama çubuğu ---------- */
.callbar {
  display: none;
}

/* ---------- 404 ---------- */
.notfound {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.notfound .code {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(7rem, 22vw, 14rem);
  line-height: .85;
  color: var(--signal);
  -webkit-text-stroke: 3px var(--ink);
}

/* ---------- Scroll reveal (yalnızca JS çalışınca) ---------- */
.svc,
.step,
.sign-green li,
.feature {
  transition-property: opacity, transform, color, box-shadow, border-color;
}

.reveal-ready :is(.svc, .step, .sign-green li, .feature, [data-reveal]) {
  transition: opacity .7s var(--ease) var(--d, 0s), transform .7s var(--ease) var(--d, 0s), color .3s, box-shadow .3s, border-color .25s;
}

.reveal-ready :is(.svc, .step, .sign-green li, .feature, [data-reveal]):not(.in) {
  opacity: 0;
  transform: translateY(34px);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-list a {
    padding-inline: 0.5rem;
  }

  .nav-list a::after {
    left: .5rem;
    right: .5rem;
  }

  .header-call .label {
    display: none;
  }

  .header-call .icon {
    display: block;
  }

  .hero-signals {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-h);
    background: var(--night);
    border-bottom: 3px solid var(--signal);
    padding: 0.5rem var(--gutter) 1.25rem;
    display: none;
  }

  .site-nav.open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-list a {
    padding: 0.95rem 0.25rem;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid #25282d;
  }

  .nav-list a::after {
    display: none;
  }

  .nav-list a[aria-current="page"] {
    color: var(--signal);
  }

  .header-call {
    display: none;
  }

  .hero-home .hero-grid,
  .hero-sub .hero-grid,
  .split,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 2rem;
  }

  .hero-plate {
    bottom: -14%;
  }

  .aside-card {
    position: relative;
    top: 0;
  }

  .bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc:nth-child(6) {
    grid-column: span 2;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .callbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding: 0.6rem var(--gutter) max(0.7rem, env(safe-area-inset-bottom));
    background: rgba(12, 13, 15, .96);
    border-top: 3px solid var(--signal);
  }

  .callbar .btn {
    min-height: 50px;
    font-size: 1.2rem;
    padding-inline: 0.75rem;
    box-shadow: 0 4px 0 var(--signal-shadow);
  }

  .callbar .btn-wa {
    box-shadow: 0 4px 0 var(--wa-shadow);
  }
}

@media (max-width: 600px) {

  .bento,
  .features,
  .steps,
  .form-row,
  .footer-grid,
  .hero-signals {
    grid-template-columns: 1fr;
  }

  .svc:nth-child(1),
  .svc:nth-child(6) {
    grid-column: auto;
  }

  .svc {
    min-height: 0;
  }

  .hero .btn-row .btn,
  .cta-actions .btn-row .btn {
    flex: 1 1 100%;
  }

  .btn {
    font-size: 1.125rem;
    padding-inline: 1rem;
    white-space: nowrap;
  }

  .cta-actions,
  .cta-actions .btn-row {
    width: 100%;
    justify-items: stretch;
  }

  .brand-sub {
    display: none;
  }

  .hero-plate {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -1.5rem 0 0 .5rem;
  }

  .hero-signals {
    gap: .85rem;
    margin-top: 2.5rem;
  }

  .route-road {
    height: 60px;
  }

  .route-truck {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }

  .plate-lg .plate-num {
    font-size: 1.85rem;
  }

  .tape-a {
    transform: translateY(-62%) rotate(-5deg);
  }

  .tape-b {
    transform: translateY(-20%) rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .truck-scene .halo {
    opacity: .6;
  }
}

@media print {

  .site-header,
  .callbar,
  .cta-band,
  .site-footer,
  .menu-toggle,
  .tapes,
  .hero-visual {
    display: none !important;
  }

  body,
  .hero,
  .section-dark {
    background: #fff !important;
    color: #000 !important;
  }
}