:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-alt: #eef2f6;
  --text: #111827;
  --muted: #5b6472;
  --line: #d7dde5;
  --accent: #1f4b99;
  --accent-dark: #15386f;
  --accent-soft: #dbe7ff;
  --success: #0f766e;
  --shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
  --shadow-soft: 0 8px 20px rgba(17, 24, 39, 0.08);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  min-height: 100vh;
}

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

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

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

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--accent);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 15, 28, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(9, 15, 28, 0.12);
}

.home-page .site-header {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(9, 15, 28, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(9, 15, 28, 0.12);
}

.site-header .brand-name strong,
.site-header .brand-name span,
.site-header .nav a,
.site-header .lang-switch button {
  color: #fff;
}

.site-header .nav a:hover,
.site-header .nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.site-header .lang-switch {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.site-header .lang-switch button.is-active {
  background: #fff;
  color: #0f172a;
}

.site-header .cta-button {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.site-header .cta-button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.home-page .site-header .brand-name strong,
.home-page .site-header .brand-name span,
.home-page .site-header .nav a,
.home-page .site-header .lang-switch button {
  color: #fff;
}

.home-page .site-header .nav a:hover,
.home-page .site-header .nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.home-page .site-header .lang-switch {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.home-page .site-header .lang-switch button.is-active {
  background: #fff;
  color: #0f172a;
}

.home-page .site-header .cta-button {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.home-page .site-header .cta-button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.home-page .site-header .brand-mark {
  width: 52px;
  height: 52px;
  background-color: transparent;
  background-image: url("images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  padding: 4px;
  box-shadow: none;
}

.home-page .site-header .brand-mark svg {
  display: none;
}

.home-page .site-header .brand-mark img {
  display: none;
}

.home-page .hero {
  padding: 0;
  min-height: 100vh;
}

.home-page .hero-media {
  min-height: 100vh;
  border-radius: 0;
}

.home-page .hero-media .slider,
.home-page .hero-media .slide,
.home-page .hero-media .slide-content {
  min-height: 100vh;
}

.home-page .hero-overlay-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 72px;
  pointer-events: none;
}

.home-page .hero-overlay-copy .container {
  display: flex;
}

.home-page .hero-copy-card {
  width: min(560px, 100%);
  background: rgba(12, 19, 34, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
  padding: 24px;
  color: #fff;
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.home-page .hero-copy-card p {
  color: rgba(255, 255, 255, 0.92);
}

.home-page .hero-copy-card .secondary-button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.home-page .hero-copy-card .cta-button {
  background: #fff;
  color: #0f172a;
  border-color: rgba(255, 255, 255, 0.28);
}

.home-page .hero-copy-card .secondary-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-page .hero-copy-card .kicker {
  background: rgba(219, 231, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: transparent;
  background-image: url("images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: grid;
  place-items: center;
  box-shadow: none;
  border: 0;
  flex: 0 0 auto;
  padding: 4px;
}

.brand-mark svg,
.brand-mark img {
  display: none;
}

.brand-name {
  display: grid;
  line-height: 1.05;
}

.brand-name strong {
  font-size: 1rem;
}

.brand-name span {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.82rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav a {
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--accent-dark);
  border-color: var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 2px solid #0e2550;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 0 auto;
}

.nav-toggle span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.lang-switch {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  gap: 4px;
}

.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lang-switch button.is-active {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #0e2550;
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.cta-button:hover {
  background: var(--accent-dark);
}

.hero {
  padding: 34px 0 18px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.84rem;
  border: 1px solid #c5d8ff;
}

.kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--success);
}

.hero h1,
.page-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero p,
.page-hero p,
.lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 800;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.point {
  background: var(--surface-alt);
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: var(--radius-sm);
}

.point strong {
  display: block;
  font-size: 1.28rem;
  margin-bottom: 6px;
}

.point span {
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.95rem;
}

.hero-media {
  overflow: hidden;
  position: relative;
  min-height: 560px;
}

.slider {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s ease;
}

.slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-media {
  position: absolute;
  inset: 0;
  background: #10203d;
}

.slide-media img,
.slide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.06) 0%, rgba(17, 24, 39, 0.48) 100%);
}

.slide-content {
  position: relative;
  z-index: 1;
  min-height: 560px;
  padding: 24px;
  display: flex;
  align-items: end;
  color: #fff;
}

.slide-card {
  max-width: 520px;
  background: rgba(12, 19, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 20px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.slide-card h2,
.slide-card h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.slide-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.slider-controls {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  cursor: pointer;
}

.slider-dot.is-active {
  background: #fff;
}

.slider-arrows {
  display: flex;
  gap: 10px;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-size: 1.2rem;
}

.section {
  padding: 26px 0 12px;
}

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

.section-head h2,
.section-head h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.05;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 620px;
  line-height: 1.6;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 22px;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--accent-soft);
  border: 1px solid #c5d8ff;
  color: var(--accent-dark);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

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

.stat {
  padding: 20px;
  background: var(--surface);
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.stat strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 6px;
}

.stat span {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.media-frame {
  min-height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.18), transparent 25%),
    linear-gradient(135deg, #17335f 0%, #0f172a 100%);
  position: relative;
}

.media-frame .label {
  position: absolute;
  left: 18px;
  top: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent-dark);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  z-index: 1;
}

.media-frame svg {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.timeline-item strong {
  display: block;
  margin-bottom: 6px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.timeline-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #0f172a;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  border: 2px solid #0b1220;
}

.page-hero {
  padding: 34px 0 18px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 44px;
  background:
    linear-gradient(180deg, rgba(9, 15, 28, 0.42) 0%, rgba(9, 15, 28, 0.62) 100%),
    url("https://www.tigalojistik.com.tr/assets/images/cta/1.jpg");
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: center;
  color: #fff;
  min-height: 360px;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 28, 0.66) 0%, rgba(9, 15, 28, 0.18) 100%);
}

.page-banner > * {
  position: relative;
  z-index: 1;
}

.page-banner .stack {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.page-banner h1,
.page-banner p {
  color: #fff;
}

.page-banner .badge {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.page-banner .badge::before {
  background: #fff;
}

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

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  color: var(--accent-dark);
  font-weight: 700;
}

.badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
}

.content-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

.list li {
  display: flex;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  line-height: 1.55;
}

.list li::before {
  content: "■";
  color: var(--accent);
  margin-top: 2px;
  font-size: 0.8rem;
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-weight: 700;
  color: var(--text);
}

.field input,
.field textarea,
.field select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--text);
  outline: none;
  transition: 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(31, 75, 153, 0.12);
}

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

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  margin-top: 36px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 20px;
}

.footer h4 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.footer p,
.footer a {
  color: var(--muted);
  line-height: 1.7;
}

.footer a:hover {
  color: var(--accent-dark);
}

.footer-bottom {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

[data-lang] {
  display: none;
}

html[data-language="tr"] [data-lang="tr"],
html[data-language="en"] [data-lang="en"] {
  display: inline;
}

html[data-language="tr"] [data-lang-block="tr"],
html[data-language="en"] [data-lang-block="en"] {
  display: block;
}

html[data-language="tr"] [data-lang-flex="tr"],
html[data-language="en"] [data-lang-flex="en"] {
  display: flex;
}

html[data-language="tr"] [data-lang-grid="tr"],
html[data-language="en"] [data-lang-grid="en"] {
  display: grid;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split,
  .page-banner,
  .content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .slider,
  .slide-content {
    min-height: 460px;
  }

  .home-page .hero-media,
  .home-page .hero-media .slider,
  .home-page .hero-media .slide,
  .home-page .hero-media .slide-content {
    min-height: 88vh;
  }

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

  .section-head,
  .header-inner {
    align-items: start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
  }
}

.site-header[data-nav-open="true"] .nav {
  display: flex;
}

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

  .site-header {
    padding-bottom: 10px;
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 12px 10px;
    align-items: center;
  }

  .brand {
    grid-area: brand;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-actions .cta-button {
    display: none;
  }

  .nav {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 6px 0 2px;
  }

  .site-header[data-nav-open="true"] .nav {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 12px 14px;
    text-align: center;
  }

  .hero,
  .page-hero {
    padding-top: 22px;
  }

  .hero-copy,
  .page-banner,
  .card,
  .content-card {
    padding: 20px;
  }

  .hero-points,
  .grid-3,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .slider,
  .slide-content {
    min-height: 410px;
  }

  .home-page .hero {
    min-height: 100vh;
  }

  .home-page .hero-media,
  .home-page .hero-media .slider,
  .home-page .hero-media .slide,
  .home-page .hero-media .slide-content {
    min-height: 100vh;
  }

  .home-page .hero-overlay-copy {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 88px;
  }

  .home-page .hero-overlay-copy .container {
    width: min(100% - 22px, var(--container));
  }

  .home-page .hero-copy-card {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
  }

.home-page .hero-copy-card h1 {
  margin-top: 14px;
  font-size: clamp(1.75rem, 5vw, 2.8rem);
  line-height: 1.03;
}

  .slide-content {
    padding: 14px;
  }

  .slide-card {
    max-width: none;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .slider-controls {
    left: 14px;
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    align-items: start;
  }

  .nav a {
    padding: 9px 12px;
  }

  .brand-name strong {
    font-size: 0.95rem;
  }

  .slider-dot {
    width: 13px;
    height: 13px;
  }
}
