/*
Theme Name: Nakliyat Express
Theme URI: https://example.com/nakliyat-express
Author: Eren Yilmaz
Author URI: https://example.com
Description: Evden eve nakliyat, ofis taşıma ve şehirlerarası lojistik firmaları için hızlı teklif odaklı WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nakliyat-express
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --ne-ink: #17212f;
  --ne-muted: #586575;
  --ne-soft: #f5f7fa;
  --ne-panel: #ffffff;
  --ne-line: #dce2ea;
  --ne-navy: #10233f;
  --ne-blue: #245bd6;
  --ne-amber: #f2ad2e;
  --ne-green: #159a68;
  --ne-red: #cc4a38;
  --ne-shadow: 0 18px 50px rgba(16, 35, 63, 0.14);
  --ne-radius: 8px;
  --ne-container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ne-ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

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

a:hover {
  color: var(--ne-blue);
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ne-container {
  width: min(var(--ne-container), calc(100% - 40px));
  margin: 0 auto;
}

.ne-skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  background: #ffffff;
  border: 2px solid var(--ne-blue);
}

.ne-topbar {
  background: var(--ne-navy);
  color: #ffffff;
  font-size: 14px;
}

.ne-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  align-items: center;
}

.ne-topbar__items,
.ne-topbar__links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.ne-topbar a {
  color: #ffffff;
}

.ne-topbar a:hover {
  color: var(--ne-amber);
}

.ne-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 226, 234, 0.9);
  backdrop-filter: blur(14px);
}

.ne-site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(16, 35, 63, 0.08);
}

.ne-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
}

.ne-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  color: var(--ne-ink);
}

.ne-brand:hover {
  color: var(--ne-ink);
}

.ne-brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--ne-navy);
  background: var(--ne-amber);
  font-weight: 900;
}

.ne-brand__text {
  display: grid;
  gap: 0;
}

.ne-brand__name {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.ne-brand__tagline {
  color: var(--ne-muted);
  font-size: 12px;
  font-weight: 700;
}

.custom-logo-link img {
  display: block;
  max-width: 190px;
  max-height: 56px;
}

.ne-nav {
  margin-left: auto;
}

.ne-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ne-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 11px;
  border-radius: 6px;
  color: var(--ne-ink);
  font-size: 14px;
  font-weight: 800;
}

.ne-nav a:hover,
.ne-nav .current-menu-item > a {
  color: var(--ne-blue);
  background: #edf3ff;
}

.ne-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ne-menu-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ne-line);
  border-radius: 6px;
  color: var(--ne-ink);
  background: #ffffff;
  cursor: pointer;
}

.ne-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
}

.ne-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.ne-button--primary {
  color: #ffffff;
  background: var(--ne-blue);
  box-shadow: 0 10px 24px rgba(36, 91, 214, 0.22);
}

.ne-button--primary:hover {
  color: #ffffff;
  background: #1f4eb7;
}

.ne-button--amber {
  color: var(--ne-navy);
  background: var(--ne-amber);
}

.ne-button--amber:hover {
  color: var(--ne-navy);
  background: #f7bd54;
}

.ne-button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.ne-button--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.ne-button--light {
  color: var(--ne-ink);
  border-color: var(--ne-line);
  background: #ffffff;
}

.ne-button--light:hover {
  color: var(--ne-blue);
  border-color: #b9c8ea;
}

.ne-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.ne-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(10, 20, 34, 0.9) 0%, rgba(10, 20, 34, 0.72) 39%, rgba(10, 20, 34, 0.24) 70%, rgba(10, 20, 34, 0.12) 100%),
    var(--ne-hero-image);
  background-position: center;
  background-size: cover;
}

.ne-hero__inner {
  display: grid;
  align-items: end;
  min-height: 720px;
  padding: 86px 0 0;
}

.ne-hero__content {
  max-width: 720px;
  padding: 0 0 54px;
}

.ne-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #ffe2a4;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.ne-eyebrow:before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--ne-amber);
}

.ne-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 950;
}

.ne-hero__lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.4vw, 22px);
}

.ne-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ne-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(680px, 100%);
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.ne-stat {
  min-height: 92px;
  padding: 16px;
  background: rgba(13, 24, 40, 0.54);
}

.ne-stat strong {
  display: block;
  color: var(--ne-amber);
  font-size: 28px;
  line-height: 1.1;
}

.ne-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.ne-quote-strip {
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(13, 24, 40, 0.74);
  backdrop-filter: blur(10px);
}

.ne-quote-strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ne-quote-strip h2 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

.ne-quote-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.ne-alert {
  margin: 0 0 14px;
  padding: 11px 13px;
  border-radius: 6px;
  color: #073f2b;
  background: #c9f5e4;
  font-weight: 800;
}

.ne-form {
  display: grid;
  gap: 12px;
}

.ne-form--quote {
  grid-template-columns: 1.15fr 1fr 1fr 1fr auto;
}

.ne-form label {
  display: grid;
  gap: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.ne-form input,
.ne-form select,
.ne-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ne-ink);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: #ffffff;
  outline: none;
}

.ne-form textarea {
  min-height: 112px;
  resize: vertical;
}

.ne-form input:focus,
.ne-form select:focus,
.ne-form textarea:focus {
  border-color: var(--ne-amber);
  box-shadow: 0 0 0 3px rgba(242, 173, 46, 0.22);
}

.ne-form__submit {
  align-self: end;
  min-width: 150px;
}

.ne-section {
  padding: 86px 0;
}

.ne-section--soft {
  background: var(--ne-soft);
}

.ne-section--dark {
  color: #ffffff;
  background: var(--ne-navy);
}

.ne-section__header {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 0 34px;
}

.ne-section__header--split {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  max-width: none;
}

.ne-kicker {
  color: var(--ne-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.ne-section h2,
.ne-page-title,
.ne-entry-title {
  margin: 0;
  color: var(--ne-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.ne-section--dark h2,
.ne-section--dark .ne-kicker {
  color: #ffffff;
}

.ne-section__header p {
  margin: 0;
  color: var(--ne-muted);
  font-size: 18px;
}

.ne-section--dark .ne-section__header p {
  color: rgba(255, 255, 255, 0.78);
}

.ne-grid {
  display: grid;
  gap: 18px;
}

.ne-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ne-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ne-service-card,
.ne-feature,
.ne-testimonial,
.ne-post-card,
.ne-faq details {
  border: 1px solid var(--ne-line);
  border-radius: var(--ne-radius);
  background: var(--ne-panel);
}

.ne-service-card {
  display: grid;
  gap: 18px;
  min-height: 260px;
  padding: 24px;
}

.ne-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ne-service-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: var(--ne-navy);
  background: #ffe2a4;
  font-size: 22px;
  font-weight: 950;
}

.ne-service-card__tag {
  color: var(--ne-green);
  font-size: 12px;
  font-weight: 950;
}

.ne-service-card h3,
.ne-feature h3,
.ne-testimonial h3,
.ne-post-card h2,
.ne-post-card h3 {
  margin: 0;
  color: var(--ne-ink);
  font-size: 21px;
  line-height: 1.25;
}

.ne-service-card p,
.ne-feature p,
.ne-testimonial p,
.ne-post-card p {
  margin: 0;
  color: var(--ne-muted);
}

.ne-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ne-blue);
  font-weight: 950;
}

.ne-link:hover {
  gap: 11px;
}

.ne-feature {
  min-height: 210px;
  padding: 24px;
}

.ne-feature__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--ne-blue);
  font-weight: 950;
}

.ne-process {
  counter-reset: step;
}

.ne-process__item {
  position: relative;
  min-height: 215px;
  padding: 28px;
  border-top: 4px solid var(--ne-amber);
  background: rgba(255, 255, 255, 0.08);
}

.ne-process__item:before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 32px;
  color: var(--ne-amber);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.ne-process__item h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
}

.ne-process__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.ne-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ne-area {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid var(--ne-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ne-ink);
  font-weight: 850;
}

.ne-testimonial {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.ne-stars {
  color: var(--ne-amber);
  font-size: 18px;
}

.ne-testimonial__meta {
  display: grid;
  gap: 2px;
  color: var(--ne-muted);
  font-size: 14px;
}

.ne-testimonial__meta strong {
  color: var(--ne-ink);
  font-size: 15px;
}

.ne-faq {
  display: grid;
  gap: 12px;
}

.ne-faq details {
  padding: 0 18px;
}

.ne-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  cursor: pointer;
  color: var(--ne-ink);
  font-weight: 950;
}

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

.ne-faq summary:after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--ne-soft);
  color: var(--ne-blue);
}

.ne-faq details[open] summary:after {
  content: "-";
}

.ne-faq p {
  margin: 0 0 18px;
  color: var(--ne-muted);
}

.ne-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-radius: var(--ne-radius);
  background: #ffffff;
  color: var(--ne-ink);
}

.ne-cta-band h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 38px);
}

.ne-cta-band p {
  margin: 0;
  color: var(--ne-muted);
}

.ne-page-hero {
  padding: 72px 0;
  background: var(--ne-soft);
  border-bottom: 1px solid var(--ne-line);
}

.ne-page-hero__inner {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.ne-breadcrumb {
  color: var(--ne-muted);
  font-size: 14px;
  font-weight: 800;
}

.ne-main {
  min-height: 55vh;
}

.ne-content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
  padding: 70px 0;
}

.ne-content {
  max-width: 820px;
}

.ne-content > *:first-child {
  margin-top: 0;
}

.ne-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 24px;
  color: var(--ne-muted);
  font-size: 14px;
  font-weight: 800;
}

.ne-content p,
.ne-content li {
  color: #344052;
}

.ne-content a {
  color: var(--ne-blue);
  font-weight: 800;
}

.ne-post-list {
  display: grid;
  gap: 18px;
}

.ne-post-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.ne-post-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ne-soft);
}

.ne-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ne-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
}

.ne-widget {
  padding: 22px;
  border: 1px solid var(--ne-line);
  border-radius: var(--ne-radius);
  background: #ffffff;
}

.ne-widget h2,
.ne-widget h3 {
  margin: 0 0 14px;
  font-size: 19px;
}

.ne-widget ul {
  margin: 0;
  padding-left: 18px;
}

.ne-pagination {
  margin-top: 30px;
}

.ne-pagination .nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ne-pagination a,
.ne-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--ne-line);
  border-radius: 6px;
  font-weight: 850;
}

.ne-pagination .current {
  color: #ffffff;
  background: var(--ne-blue);
  border-color: var(--ne-blue);
}

.ne-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ne-search-form input {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--ne-line);
  border-radius: 6px;
}

.ne-comment-area {
  margin-top: 44px;
}

.ne-site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #0d1828;
}

.ne-footer__top {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
  gap: 32px;
  padding: 58px 0;
}

.ne-footer__brand {
  display: grid;
  gap: 16px;
}

.ne-footer__brand .ne-brand {
  color: #ffffff;
}

.ne-footer__brand .ne-brand__tagline {
  color: rgba(255, 255, 255, 0.62);
}

.ne-footer h2,
.ne-footer h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 18px;
}

.ne-footer p {
  margin: 0;
}

.ne-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ne-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.ne-footer a:hover {
  color: var(--ne-amber);
}

.ne-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.ne-fixed-cta {
  position: fixed;
  z-index: 45;
  right: 18px;
  bottom: 18px;
  display: none;
  gap: 8px;
}

.ne-fixed-cta a {
  box-shadow: 0 16px 34px rgba(16, 35, 63, 0.2);
}

@media (max-width: 1080px) {
  .ne-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .ne-header__inner {
    min-height: 70px;
  }

  .ne-menu-toggle {
    display: grid;
  }

  .ne-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 12px 20px 18px;
    border-bottom: 1px solid var(--ne-line);
    background: #ffffff;
  }

  .ne-nav.is-open {
    display: block;
  }

  .ne-nav ul {
    display: grid;
    gap: 4px;
  }

  .ne-nav a {
    width: 100%;
  }

  .ne-header__actions .ne-button {
    display: none;
  }

  .ne-form--quote {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ne-form__submit {
    grid-column: 1 / -1;
    width: 100%;
  }

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

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

  .ne-content-wrap,
  .ne-footer__top,
  .ne-section__header--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ne-container {
    width: min(100% - 28px, var(--ne-container));
  }

  .ne-topbar__links {
    display: none;
  }

  .ne-brand {
    min-width: 0;
  }

  .ne-brand__name {
    font-size: 17px;
  }

  .ne-brand__tagline {
    display: none;
  }

  .ne-hero,
  .ne-hero__inner {
    min-height: auto;
  }

  .ne-hero {
    background-position: 62% center;
  }

  .ne-hero__inner {
    padding-top: 70px;
  }

  .ne-hero__content {
    padding-bottom: 38px;
  }

  .ne-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .ne-hero__stats,
  .ne-grid--3,
  .ne-grid--4 {
    grid-template-columns: 1fr;
  }

  .ne-quote-strip__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ne-form--quote {
    grid-template-columns: 1fr;
  }

  .ne-section {
    padding: 62px 0;
  }

  .ne-service-card,
  .ne-feature,
  .ne-testimonial,
  .ne-post-card,
  .ne-process__item {
    min-height: auto;
  }

  .ne-cta-band {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ne-content-wrap {
    padding: 52px 0;
  }

  .ne-search-form {
    grid-template-columns: 1fr;
  }

  .ne-footer__top {
    padding: 44px 0;
  }

  .ne-footer__bottom {
    flex-direction: column;
  }

  .ne-fixed-cta {
    display: grid;
  }
}
