  /* HERO */
  .legal-hero {
    padding: clamp(90px, 12vh, 150px) 0 70px;
    background:
      radial-gradient(circle at 0% 0%, rgba(0,255,170,0.18), transparent 55%),
      radial-gradient(circle at 100% 100%, rgba(0,173,255,0.18), transparent 50%),
      url('/panel/upload/uploads.png') center/cover no-repeat;
    position: relative;
  }
  .legal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1,7,20,.92), rgba(3,18,41,.94) 45%, rgba(1,7,20,.96));
    z-index: 0;
  }
  .legal-title {
    position: relative; z-index: 2;
    font-size: clamp(2.8rem, 4vw, 4rem);
    color: #fff;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 14px;
  }
  .legal-title::after {
    content: "";
    width: 70px;
    height: 2px;
    display: block;
    margin-top: 12px;
    background: linear-gradient(90deg, #00ffb0, #00adff);
  }
  .legal-subline {
    position: relative; z-index: 2;
    color: rgba(255,255,255,.75);
    max-width: 800px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  /* META BAR */
  .legal-meta-bar {
    margin-top: 18px;
    display: flex;
    gap: 6px 10px;
    flex-wrap: wrap;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.75);
    position: relative;
    z-index: 2;
  }

  /* LAYOUT */
  .legal-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 90px;
  }

  .legal-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 32px;
  }

  @media (min-width: 1024px) {
    .legal-layout {
      grid-template-columns: 260px minmax(0,1fr);
    }
  }

  /* TOC */
  .legal-toc {
    background: rgba(1,10,20,.95);
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 16px 40px rgba(0,0,0,.7);
    position: sticky;
    top: 120px;
  }

  .legal-toc-title {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .legal-toc-link {
    display: block;
    padding: 6px 0;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 1.2rem;
    border-left: 2px solid transparent;
    padding-left: 8px;
    transition: all .25s ease;
  }
  .legal-toc-link:hover {
    color: #00ffb0;
    border-left-color: #00ffb0;
    padding-left: 12px;
  }

  /* CONTENT */
  .legal-main {
    background: rgba(1,10,20,0.35);
    padding: 20px;
    border-radius: 12px;
  }
  .legal-main .rte {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
  }

  /* CONTACT BOX */
  .legal-contact-box {
    margin-top: 40px;
    padding: 22px 20px;
    border-radius: 18px;
    border: 1px solid rgba(0,255,170,0.3);
    background: radial-gradient(circle at 0 0, rgba(0,255,170,0.15), transparent 55%),
                rgba(1, 10, 20, 0.96);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  @media (min-width: 768px) {
    .legal-contact-box {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }

  .legal-contact-btn {
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 1.2rem;
    background: linear-gradient(90deg, #00ffb0, #00adff);
    border: 1px solid rgba(0,255,170,0.8);
    color: #021827 !important;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,255,170,0.35);
    transition: .2s;
  }
  .legal-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(0,255,170,0.5);
  }
  
/* Genel arka plan */
#shopify-section-template--24949130887443__main {
  background: #021827;
  color: #f7f9ff;
}

#shopify-section-template--24949130887443__main .section-template--24949130887443__main-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Üst başlık + açıklama alanı */
.offitec-tcl-intro {
  text-align: left;
  margin-bottom: 32px;
}

.offitec-tcl-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
}

.offitec-tcl-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.offitec-tcl-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.80);
  max-width: 680px;
}

/* Grid içi kartlar */
#shopify-section-template--24949130887443__main .collection-card .card {
  background: rgba(4, 24, 40, 0.96);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Hover efekti */
#shopify-section-template--24949130887443__main .collection-card .card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 170, 0.4);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
}

/* Kart içindeki media alanı */
#shopify-section-template--24949130887443__main .collection-card .card__media {
  padding: 20px 22px 10px;
}

#shopify-section-template--24949130887443__main .collection-card .media {
  background: radial-gradient(circle at 20% 0%, #0c425f 0, transparent 60%);
}

#shopify-section-template--24949130887443__main .collection-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  transform-origin: center;
  transition: transform 0.3s ease;
}

#shopify-section-template--24949130887443__main .collection-card .card:hover img {
  transform: scale(1.06);
}

/* Kart içerik (başlık, alt metin) */
#shopify-section-template--24949130887443__main .collection-card .card__content {
  padding-bottom: 18px;
}

#shopify-section-template--24949130887443__main .collection-card .card__information {
  padding: 0 22px;
}

#shopify-section-template--24949130887443__main .collection-card .card__heading a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

#shopify-section-template--24949130887443__main .collection-card .card__heading a:hover {
  color: #00ffb0;
}

/* "Products (3)" satırı → ufak etiket */
#shopify-section-template--24949130887443__main .collection_product_count {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.65;
  margin: 4px 0 6px;
}

/* Açıklama metni */
#shopify-section-template--24949130887443__main .collection-card .card__caption {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.8;
  margin-bottom: 1.1rem;
}

/* Caption içindeki ok ikonunu kaldır */
#shopify-section-template--24949130887443__main .collection-card .card__caption .icon-wrap {
  display: none;
}

/* CTA butonu – ince, modern, kapsül */
#shopify-section-template--24949130887443__main .collection-card .button.button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.45rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #f7f9ff;
  text-transform: none;
}

#shopify-section-template--24949130887443__main .collection-card .button.button--primary:hover {
  background: #ffffff;
  color: #021827;
  border-color: #ffffff;
}

/* Kartlar arası boşluk */
#shopify-section-template--24949130887443__main .collection-list .grid__item {
  padding: 0.8rem;
}

/* Mobil / tablet uyumu */
@media (max-width: 990px) {
  #shopify-section-template--24949130887443__main .collection-card img {
    height: 210px;
  }
}

@media (max-width: 575px) {
  #shopify-section-template--24949130887443__main .collection-list .grid__item {
    padding: 0.5rem 0;
  }
  #shopify-section-template--24949130887443__main .collection-card .card__information {
    text-align: center;
  }
  #shopify-section-template--24949130887443__main .collection-card .button.button--primary {
    width: auto;
  }
}

@media (max-width: 899px) {
  .offitec-story-card {
    border-radius: 24px;
    padding: 1.8rem 1.5rem;
  }

  .offitec-story-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.6rem;
  }
}

/* Logo alanı */
.offitec-story-logo {
  margin-bottom: 1.2rem;
}

.offitec-story-logo .road-svg {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
}

/* Başlık + alt başlık */
.offitec-story-title {
  margin: 0 0 0.4rem;
  font-size: 2.1rem;
  line-height: 1.1;
}

.offitec-story-subtitle {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Metin bloğu */
.offitec-story-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #e6edf7;
}

.offitec-story-text p {
  margin: 0 0 0.9rem;
}

.offitec-story-text p:last-child {
  margin-bottom: 0;
}

/* Vurgulu başlık satırı */
.offitec-story-text strong {
  font-weight: 600;
  color: #ffffff;
}

/* Hafif sol kenar çizgisi – timeline hissi */
.offitec-story-text-block {
  position: relative;
  padding-left: 1.4rem;
}

.offitec-story-text-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00d2ff, #ffb347);
}
/* Kartı ortala, maksimum genişlik ver */
#shopify-section-template--24949130854675__7e8df30d-7f19-4733-ac6e-71f5552ac258 .rich-text {
  max-width: 1100px;
  margin: 64px auto 72px;
  border-radius: 36px;
  padding: 3rem 3.5rem;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
}

/* Küçük ekranlarda */
@media (max-width: 899px) {
  #shopify-section-template--24949130854675__7e8df30d-7f19-4733-ac6e-71f5552ac258 .rich-text {
    max-width: 100%;
    margin: 40px auto 48px;
    border-radius: 24px;
    padding: 2rem 1.5rem;
  }
}

/* ROAD svg ve başlık bloğu */
#shopify-section-template--24949130854675__7e8df30d-7f19-4733-ac6e-71f5552ac258 .road-svg {
  display: block;
  margin: 0 auto 1.4rem;
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Başlık */
#shopify-section-template--24949130854675__7e8df30d-7f19-4733-ac6e-71f5552ac258 .rich-text-heading {
  text-align: center;
  margin: 0 0 0.6rem;
  font-size: 2.3rem;
  line-height: 1.1;
}

/* Alt başlık (ilk satır / ilk paragraf gibi kullanıyorsan) */
#shopify-section-template--24949130854675__7e8df30d-7f19-4733-ac6e-71f5552ac258 .rich-text__text p:first-child {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 1200px) {
    .slideshow__media.banner__media.media {
        opacity: .5;
    }
}