:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.08);
  --text: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.3rem;
}

/* HEADER (biletbul tarzı) */

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.3rem;
  max-width: 1140px;
  margin: 0 auto;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.header-logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--accent);
  color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.5);
}

.header-logo-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.header-logo-text {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.header-logo-tag {
  font-size: 0.75rem;
  color: var(--muted);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.87rem;
  letter-spacing: 0.02em;
}

.header-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid transparent;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.header-link i {
  font-size: 0.8rem;
}

.header-link:hover {
  border-color: var(--border);
  background: #f3f4f6;
  color: var(--text);
}

.header-dropdown {
  position: relative;
}

/* Masaüstünde ana link ile dropdown arasında "hover köprüsü" oluşturur */
.header-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

.header-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.header-arrow {
  font-size: 0.6rem;
}

.header-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.15rem);
  left: 0;
  min-width: 230px;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  border: 1px solid var(--border);
  padding: 0.4rem 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 30;
}

.header-dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.header-dropdown-menu li a i {
  color: var(--accent);
  width: 16px;
}

.header-dropdown-menu li a:hover {
  background: #f3f4f6;
  color: var(--text);
}

.header-dropdown.open .header-dropdown-menu {
  display: block;
}

/* Hover ile de alt menüyü göster */
@media (hover: hover) and (pointer: fine) {
  .header-dropdown:hover .header-dropdown-menu {
    display: block;
  }
}

.header-phone {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--accent);
  color: #eff6ff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.5);
}

.header-phone-blink {
  animation: phoneBlink 1.4s ease-in-out infinite;
}

@keyframes phoneBlink {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(37, 99, 235, 0.4); }
  50% { transform: scale(1.06); box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
}

.header-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.header-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.header-close {
  display: none;
}

/* HERO */

.hero {
  position: relative;
  color: #f9fafb;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.9)),
    url("https://images.unsplash.com/photo-1529070538774-1843cb3265df?w=1600&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 2.8rem 0 3.2rem;
}

.hero-inner {
  max-width: 640px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.9);
}

.hero-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  margin: 0.7rem 0 0.35rem;
  letter-spacing: -0.03em;
}

.hero-title-accent {
  color: #60a5fa;
}

.hero-tagline {
  margin: 0 0 0.3rem;
  font-weight: 500;
  font-size: 0.98rem;
  color: #e5e7eb;
}

.hero-subtitle {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}

.btn-hero-primary {
  background: var(--accent);
  color: #eff6ff;
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.7);
}

.btn-hero-secondary {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.btn-hero-pulse {
  position: relative;
}

.btn-hero-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(148, 163, 184, 0.7);
  opacity: 0;
  animation: pulseRing 1.7s ease-out infinite;
}

@keyframes pulseRing {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.1); }
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  max-width: 640px;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  padding: 0.45rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(51, 65, 85, 0.8);
}

/* ARTICLE */

.article-section {
  padding: 2.4rem 0 2.8rem;
  background: #f9fafb;
}

.article-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 1.8rem;
  align-items: center;
}

.article-wrapper-equal {
  align-items: stretch;
}

.article-wrapper-equal .article-image {
  height: 100%;
}

.article-wrapper-equal .article-image img {
  height: 100%;
  min-height: 420px;
}

.article-wrapper-compact-image .article-image img {
  height: 320px;
  min-height: 320px;
  max-height: 320px;
}

.article-wrapper-compact-image {
  align-items: start;
}

.article-wrapper-compact-image .article-image {
  height: auto;
}

.article-image img {
  border-radius: var(--radius-lg);
  object-fit: cover;
  height: 260px;
  width: 100%;
}

.article-content h2 {
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
}

.article-lead {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.article-content p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  width: fit-content;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--text);
  text-decoration: underline;
}

.breadcrumb-sep {
  margin: 0 0.15rem;
}

.breadcrumb-current {
  color: var(--text);
  font-weight: 500;
}

.breadcrumb-section {
  padding: 1rem 0 0.6rem;
}

.subpage-highlight {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  margin-top: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.subpage-highlight h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.subpage-highlight p {
  margin: 0 0 0.6rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.subpage-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.subpage-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.8rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
}

.info-grid-section {
  padding: 0 0 2rem;
  background: #f9fafb;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.info-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.info-card p {
  margin: 0;
  color: #4b5563;
  font-size: 0.85rem;
}

.faq-section {
  padding: 2rem 0 2.4rem;
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #f9fafb;
  padding: 0.7rem 0.85rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin: 0.45rem 0 0;
  color: #4b5563;
  font-size: 0.88rem;
}

/* SECTION HEADER */

.section-header {
  text-align: center;
  margin-bottom: 1.6rem;
}

.section-header h2 {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
}

.section-header p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* PRODUCTS (markalar) */

.products {
  padding: 2.8rem 0 3.1rem;
  background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 55%, #ffffff 100%);
}

.products .section-header p {
  max-width: 760px;
  margin: 0.25rem auto 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-slide-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe6f8;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(0);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}

.product-slide-bg {
  position: relative;
}

.product-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.08) 45%, rgba(15, 23, 42, 0));
  pointer-events: none;
}

.product-slide-bg img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  filter: saturate(1.12);
}

.product-slide-content {
  flex: 1;
  padding: 0.82rem 1rem 0.95rem;
}

.product-slide-content h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  text-align: left;
}

.product-slide-content p {
  margin: 0 0 0.62rem;
  min-height: 38px;
  font-size: 0.85rem;
  color: var(--muted);
  text-align: left;
}

.btn-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.92rem;
  font-size: 0.8rem;
  border-radius: 999px;
  background: var(--accent);
  color: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.5);
  margin: 0.18rem 0 0;
}

.product-slide-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
  border-color: rgba(37, 99, 235, 0.45);
}

/* HOW IT WORKS */

.how-it-works {
  padding: 2.4rem 0 2.8rem;
  background: #f9fafb;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.step {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 0.9rem 0.9rem 1rem;
  border: 1px solid var(--border);
  text-align: center;
}

.step-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
  color: var(--muted);
}

.step-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 0.4rem;
}

.step h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}

.step p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

/* ROUTES */

.routes-section {
  padding: 2.8rem 0 3.2rem;
  background: #ffffff;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.route-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #f9fafb;
  padding: 0.9rem 0.9rem 1rem;
}

.route-hat {
  font-size: 0.92rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.route-price {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.6rem;
}

.btn-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  border-radius: 999px;
  background: var(--accent);
  color: #eff6ff;
}

/* CTA & MAP */

.cta-section {
  position: relative;
  padding: 2.8rem 0 2.8rem;
  background: #0f172a;
  color: #f9fafb;
  overflow: hidden;
}

.cta-technician-img {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 260px;
  max-width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-lg);
  opacity: 0.9;
  display: none;
}

.cta-content {
  max-width: 560px;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.8rem;
}

.cta-content h2 {
  margin: 0.7rem 0 0.4rem;
  font-size: 1.5rem;
}

.cta-content p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  border-radius: 999px;
}

.btn-cta-primary {
  background: var(--accent);
  color: #eff6ff;
}

.map-section {
  background: #f3f4f6;
}

/* FOOTER */

.footer {
  background: #020617;
  color: #e5e7eb;
  padding: 1.8rem 0 2.1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.4rem;
  font-size: 0.85rem;
}

.footer-section h3,
.footer-section h4 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
}

.footer-section p {
  margin: 0 0 0.5rem;
  color: #9ca3af;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-section a {
  color: #d1d5db;
  font-size: 0.84rem;
}

.social-links {
  display: flex;
  gap: 0.5rem;
}

.social-links a {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.footer-bottom {
  margin-top: 1.1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  font-size: 0.78rem;
  color: #9ca3af;
  text-align: center;
}

.footer-hemen-ara-fixed {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 40;
}

.footer-hemen-ara-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #eff6ff;
  box-shadow: 0 16px 35px rgba(37, 99, 235, 0.7);
}

.nav-open {
  overflow: hidden;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  z-index: 15;
}

.nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 320px;
    max-width: 88%;
    background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
    border-left: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.1rem 1rem 1.2rem;
    gap: 0.5rem;
    z-index: 20;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease-out, opacity 0.22s ease-out;
    box-shadow: -18px 0 42px rgba(2, 6, 23, 0.5);
    overflow-y: auto;
  }

  .header-nav::before {
    content: "Menü";
    display: block;
    width: 100%;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #93c5fd;
    padding: 0 0.55rem 0.15rem;
  }

  .header-close {
    display: inline-flex;
    align-self: flex-end;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.45);
    color: #e2e8f0;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
  }

  .header-nav.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .header-link {
    width: 100%;
    justify-content: flex-start;
    color: #e5e7eb;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    background: rgba(15, 23, 42, 0.34);
    padding: 0.62rem 0.82rem;
    font-size: 0.9rem;
  }

  .header-dropdown {
    width: 100%;
  }

  .header-dropdown-btn {
    width: 100%;
    text-align: left;
  }

  .header-dropdown.open > .header-link {
    border-color: rgba(96, 165, 250, 0.4);
    background: rgba(30, 41, 59, 0.95);
    color: #f8fafc;
  }

  .header-link:hover {
    background: rgba(30, 41, 59, 0.95);
    color: #f8fafc;
    border-color: rgba(96, 165, 250, 0.35);
  }

  .header-dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0.15rem 0 0.25rem;
    margin: 0;
    display: none;
    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    border-left: 2px solid rgba(96, 165, 250, 0.25);
  }

  .header-dropdown.open .header-dropdown-menu {
    display: block;
  }

  .header-dropdown-menu li a {
    padding: 0.42rem 0.72rem 0.42rem 2rem;
    font-size: 0.83rem;
    color: #cbd5e1;
    border-radius: 10px;
    margin-bottom: 0.18rem;
  }

  .header-dropdown-menu li a:hover {
    background: rgba(30, 41, 59, 0.95);
    color: #f9fafb;
  }

  .header-toggle {
    display: inline-flex;
  }

  .header-phone {
    display: none;
  }

  .steps-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .step-arrow {
    display: none;
  }

  .article-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-wrapper-equal .article-content {
    order: 1;
  }

  .article-wrapper-equal .article-image {
    order: 2;
  }

  .article-wrapper-equal .article-image img {
    min-height: 260px;
  }

  .article-wrapper-compact-image .article-image img {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .routes-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-content {
    padding: 2.4rem 0 2.6rem;
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .breadcrumb {
    width: 100%;
    border-radius: var(--radius-md);
  }

  .breadcrumb-section {
    padding: 0.8rem 0 0.35rem;
  }
}

