@layer components {
/* YEA homepage hero v22.10.4. Rollback: remove this stylesheet link and restore the original hero block. */
.home-hero-v2 {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  width: 100%;
  max-width: none;
  min-height: 480px;
  margin: 0;
  padding: clamp(42px, 5vw, 70px) max(24px, calc((100vw - 1240px) / 2 + 24px));
  overflow: hidden;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e3e7df;
  border-radius: 0;
  background: linear-gradient(115deg, #f7f8f5 0%, #f3f4f1 43%, #eceeea 100%);
}
.home-hero-v2::before {
  content: "";
  position: absolute;
  inset: auto auto -170px -120px;
  width: 420px;
  height: 420px;
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.08), transparent 68%);
  filter: none;
  pointer-events: none;
}
.home-hero-v2::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 248, 245, 0.98) 0%,
    rgba(247, 248, 245, 0.92) 39%,
    rgba(247, 248, 245, 0) 62%
  );
  pointer-events: none;
}
.home-hero-v2 > * { position: relative; }
.home-hero-copy { z-index: 2; min-width: 0; }
.home-hero-v2 h1 {
  max-width: 650px;
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -1.25px;
  text-align: left;
}
.home-hero-v2 h1 span { display: block; color: #e10600; }
.home-hero-v2 .home-hero-copy > p {
  max-width: 620px;
  margin: 18px 0 0;
  columns: auto;
  color: #4f5752;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.home-hero-popular {
  max-width: 650px;
  margin: 12px 0 0;
  justify-content: flex-start;
  gap: 6px 12px;
  color: #68706b;
  font-size: 11px;
  line-height: 1.55;
}
.home-hero-popular span { font-weight: 700; color: #343b37; }
.home-hero-popular a { color: #343b37; border-bottom-color: #9fa6a1; }
.home-hero-popular a:is(:visited, :hover, :focus-visible, :active) { color: #151a17; }
.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}
.home-hero-actions a { display: inline-flex; align-items: center; gap: 8px; }
.home-hero-primary { color: #151a17; }
.home-hero-primary span { color: #e10600; font-size: 18px; line-height: 1; }
.home-hero-primary span {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: auto;
  transform: translateY(-.04em);
}
.home-hero-secondary { color: #5e6661; border-bottom: 1px solid #aeb5b0; }
.home-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 42%;
  overflow: hidden;
}
.home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}
.home-hero-v2 + .home-feature-links { margin-top: 30px; }

@media (max-width: 900px) {
  .home-hero-v2 {
    grid-template-columns: 1fr;
    min-height: 630px;
    padding: 42px 42px 280px;
  }
  .home-hero-v2::after {
    background: linear-gradient(
      180deg,
      rgba(247, 248, 245, 1) 0%,
      rgba(247, 248, 245, 0.98) 51%,
      rgba(247, 248, 245, 0.3) 72%,
      rgba(247, 248, 245, 0) 100%
    );
  }
  .home-hero-media { inset: 43% 0 0; }
  .home-hero-media img { object-position: 65% 55%; }
  .home-hero-v2 h1 { max-width: 680px; }
}
@media (max-width: 570px) {
  .home-hero-v2 {
    width: 100%;
    min-height: 0;
    gap: 0;
    margin-top: 0;
    padding: 24px 22px 0;
    border-radius: 0;
  }
  .home-hero-v2 h1 {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -1.1px;
  }
  .home-hero-v2 .home-hero-copy > p { font-size: 13px; line-height: 1.6; }
  
  
  .home-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }
  .home-hero-media {
    position: relative;
    inset: auto;
    width: calc(100% + 44px);
    max-width: none;
    height: auto;
    aspect-ratio: 1920 / 876;
    margin: 22px -22px 0;
  }
  .home-hero-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 876;
    object-fit: contain;
    object-position: center;
  }
  .home-hero-popular {
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-top: 11px;
    gap: 5px 10px;
    font-size: 10.5px;
  }
  .home-hero-popular > span { display: none; }
  .home-hero-popular a { font-weight: 700; }
  .home-hero-primary span { font-size: 14px; }
  .home-hero-v2 + .home-feature-links { margin-top: 30px; }
}
/*  Base Buttons  */
.home-hero-v2 .search button {
  background: #151a17;
  font-size: var(--yea-type-control, .8125rem);
  line-height: 1.2;
  height: 100%;
  min-height: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}


/* ARAMA SİSTEMİ / HOME HERO — ADIM 12 */
.home-hero-v2 .search {
  box-sizing: border-box;
  min-height: 48px;
  height: 48px;
  max-width: 610px;
  margin: 24px 0 0;
  padding: 5px;
  box-shadow: 0 16px 38px rgba(18, 24, 20, 0.09);
}
.home-hero-v2 .search > svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex: 0 0 18px;
}
@media (max-width: 570px) {
  .home-hero-v2 .search { margin-top: 22px; }
  .home-hero-v2 .search input { font-size: 16px; }
  .home-hero-popular {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .home-hero-popular::-webkit-scrollbar { display: none; }
  .home-hero-popular a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}
}
