﻿@media (max-width: 576px) {
  .stories-bar {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .stories-bar::-webkit-scrollbar {
    display: none;
  }

  .stories-shell, .stories-container {
    flex-wrap: nowrap !important;
    width: max-content !important;
    min-width: 100vw !important;
    max-width: none !important;
    overflow-x: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .story-item {
    flex: 0 0 auto !important;
  }
}
/* Home hero redesign: slider + story rail */

/* Hero V2 (isolated from legacy slider classes) */
.hero-v2 {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 66vh, 700px);
  margin: 0.34rem 0 0.86rem;
  background: transparent;
}

.hero-v2-inner {
  width: 100%;
  max-width: 1760px;
  margin-inline: auto;
  padding: 0.12rem 0;
  box-sizing: border-box;
}

.hero-v2-swiper {
  width: 100%;
  height: clamp(410px, 64vh, 680px);
  min-height: 410px;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  box-shadow: none !important;
  position: relative;
  isolation: isolate;
}

.hero-v2-swiper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: none !important;
  pointer-events: none;
  z-index: 4;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}

.hero-v2-swiper .swiper-slide {
  position: relative;
}

.hero-v2-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-v2-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.12) 48%, rgba(15, 23, 42, 0.46) 100%);
}

.hero-v2-content {
  position: absolute;
  left: clamp(0.85rem, 1.6vw, 1.2rem);
  right: clamp(0.85rem, 1.6vw, 1.2rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  transform: none;
  width: auto;
  max-height: none;
  overflow: visible;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.38rem;
  padding: 0.78rem 0.95rem 0.82rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(248, 250, 252, 0.24) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  backdrop-filter: blur(18px);
}

.hero-v2-content > * {
  width: 100%;
}

.hero-v2-content::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.hero-v2-content::after {
  content: '';
  position: absolute;
  left: 0.95rem;
  top: 0;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.hero-v2-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-bottom: 0;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.2);
  color: #f8fafc;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.hero-v2-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.02rem, 1.75vw, 1.46rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 800;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 10px rgba(15, 23, 42, 0.18);
}

.hero-v2-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.74rem, 0.8vw, 0.84rem);
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 58ch;
  position: relative;
  z-index: 1;
}

.hero-v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.46rem 0.74rem;
  width: auto;
  max-width: max-content;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-v2-button:hover {
  color: #0f172a;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
  box-shadow: none !important;
}

.hero-v2-next,
.hero-v2-prev {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.84);
  border: 1px solid #cbd5e1;
  color: #0f172a;
}

.hero-v2-next::after,
.hero-v2-prev::after {
  font-size: 11px;
  font-weight: 700;
}

.hero-v2-pagination {
  bottom: 8px !important;
}

.hero-v2-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.68);
  opacity: 1;
}

.hero-v2-pagination .swiper-pagination-bullet-active {
  background: #0f172a;
}

.hero-v2-play-pause {
  position: absolute;
  right: 0.58rem;
  bottom: 0.58rem;
  z-index: 11;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: rgba(248, 250, 252, 0.92);
  color: #0f172a;
}

.hero-v2-play-pause.paused i {
  transform: translateX(1px);
}

/* Remove next/prev arrow buttons globally on homepage sliders */
.hero-v2-next,
.hero-v2-prev,
.clean-slider .swiper-button-next,
.clean-slider .swiper-button-prev,
.slider-container .swiper-button-next,
.slider-container .swiper-button-prev,
.story-swiper .swiper-button-next,
.story-swiper .swiper-button-prev {
  display: none !important;
}

.corp-page-home .hero-v2 {
  background: transparent;
}

@media (max-width: 1024px) {
  .hero-v2 {
    min-height: clamp(360px, 56vh, 560px);
  }

  .hero-v2-inner {
    width: 100%;
    max-width: 100%;
  }

  .hero-v2-swiper {
    height: clamp(340px, 52vh, 520px);
    min-height: 340px;
  }

  .hero-v2-content {
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
    bottom: 0.75rem;
    max-height: none;
    padding: 0.68rem 0.8rem 0.72rem;
    border-radius: 12px;
  }

  .hero-v2-content > * {
    width: 100%;
  }

  .hero-v2-title {
    font-size: clamp(0.92rem, 2.2vw, 1.16rem);
  }

  .hero-v2-description {
    font-size: 0.72rem;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) {
  .hero-v2 {
    min-height: clamp(260px, 56vw, 340px);
  }

  .hero-v2-inner {
    width: 100%;
    max-width: 100%;
    padding: 0.2rem 0 0.45rem;
  }

  .hero-v2-swiper {
    height: clamp(240px, 52vw, 320px);
    min-height: 240px;
    border-radius: 14px;
  }

  .hero-v2-content {
    left: 0.6rem;
    right: 0.6rem;
    width: auto;
    bottom: 0.6rem;
    max-height: none;
    padding: 0.58rem 0.68rem 0.62rem;
    border-radius: 10px;
    gap: 0.3rem;
  }

  .hero-v2-content > * {
    width: 100%;
  }

  .hero-v2-chip {
    display: none;
  }

  .hero-v2-title {
    font-size: clamp(0.82rem, 3.8vw, 0.94rem);
  }

  .hero-v2-description {
    font-size: 0.62rem;
    line-height: 1.24;
    -webkit-line-clamp: 1;
  }

  .hero-v2-button {
    padding: 0.4rem 0.64rem;
    font-size: 0.56rem;
  }

  .hero-v2-next,
  .hero-v2-prev,
  .hero-v2-play-pause {
    width: 30px;
    height: 30px;
  }

  .hero-v2-next::after,
  .hero-v2-prev::after {
    font-size: 10px;
  }
}

.slider-wrapper {
  position: relative;
  height: auto;
  min-height: clamp(480px, 70vh, 760px);
  max-height: none;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  overflow: hidden;
  border-radius: 0;
}

.slider-wrapper::before {
  content: none;
}

.slider-container {
  position: relative;
  z-index: 2;
  max-width: none;
  width: min(1680px, 99vw);
  margin: 0 auto;
  height: auto;
  min-height: clamp(400px, 60vh, 640px);
  padding: 0.65rem 0.2rem 0.95rem;
}

.clean-slider {
  width: 100%;
  height: clamp(400px, 60vh, 640px);
  min-height: 400px;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  box-shadow: none !important;
  position: relative;
  isolation: isolate;
}

.clean-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: none !important;
  pointer-events: none;
  z-index: 4;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}

@keyframes subtleContourGlow {
  0% {
    box-shadow: none !important;
  }
  50% {
    box-shadow: none !important;
  }
  100% {
    box-shadow: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-v2-swiper:hover::after,
  .clean-slider:hover::after {
    border-color: rgba(147, 197, 253, 0.78);
    animation: subtleContourGlow 1.8s ease-in-out infinite;
  }
}

.clean-slider .swiper-slide {
  position: relative;
}

.slider-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(15, 23, 42, 0.74) 0%, rgba(15, 23, 42, 0.42) 45%, rgba(15, 23, 42, 0.12) 78%),
    linear-gradient(to top, rgba(15, 23, 42, 0.32) 0%, transparent 58%);
}

.slider-content {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: clamp(1rem, 5vh, 2.4rem);
  transform: translateX(-50%);
  z-index: 3;
  width: min(720px, calc(100% - 1.8rem));
  max-width: 100%;
  max-height: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(15, 23, 42, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: clamp(0.9rem, 2.1vw, 1.45rem);
}

.slider-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  font-size: 0.67rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ecfeff;
  background: rgba(14, 116, 144, 0.26);
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  margin-bottom: 0.65rem;
}

.slider-title {
  color: #f8fafc !important;
  margin: 0 0 0.52rem !important;
  font-size: clamp(1.35rem, 2.6vw, 2.55rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
}

.slider-description {
  color: rgba(226, 232, 240, 0.92) !important;
  margin: 0 0 0.95rem !important;
  max-width: 58ch;
  font-size: clamp(0.9rem, 1.05vw, 1.05rem) !important;
  line-height: 1.48 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-button {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 0.64rem 1.05rem;
  font-size: 0.83rem;
  font-weight: 700;
}

.slider-button:hover {
  color: #0f172a;
  background: #ffffff;
  border-color: #94a3b8;
  box-shadow: none !important;
}

.clean-slider .swiper-button-next,
.clean-slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(248, 250, 252, 0.78);
  border: 1px solid rgba(203, 213, 225, 0.95);
  color: #0f172a;
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.clean-slider .swiper-button-next:hover,
.clean-slider .swiper-button-prev:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: #94a3b8;
}

.clean-slider .swiper-button-next::after,
.clean-slider .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 700;
}

.clean-slider .swiper-pagination {
  bottom: 12px;
}

.clean-slider .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.62);
}

.clean-slider .swiper-pagination-bullet-active {
  background: #0f172a;
}

.slider-play-pause {
  right: 0.9rem;
  bottom: 0.9rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(203, 213, 225, 0.9);
  color: #0f172a;
}

.corp-page-home .slider-wrapper {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 1.05rem;
  background: transparent;
}

.corp-page-home .slider-overlay {
  background:
    linear-gradient(96deg, rgba(15, 23, 42, 0.74) 0%, rgba(15, 23, 42, 0.42) 45%, rgba(15, 23, 42, 0.12) 78%),
    linear-gradient(to top, rgba(15, 23, 42, 0.32) 0%, transparent 58%);
}

.corp-page-home .slider-content {
  background: rgba(15, 23, 42, 0.52);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 14px;
}

.corp-page-home .slider-title {
  font-size: clamp(1.35rem, 2.6vw, 2.55rem) !important;
  line-height: 1.12 !important;
  margin-bottom: 0.52rem !important;
}

.corp-page-home .slider-description {
  font-size: clamp(0.9rem, 1.05vw, 1.05rem) !important;
  line-height: 1.48 !important;
  margin-bottom: 0.95rem !important;
  max-width: 58ch;
}

.corp-page-home .slider-button {
  border-radius: 10px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
  box-shadow: none !important;
}

/* Story rail */
.stories-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: min(1420px, 100%);
  margin: 0 auto;
  max-height: none;
  overflow: visible;
  clip-path: none;
  will-change: auto;
  transform: none;
  pointer-events: auto;
}

.story-strip-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* Diğer orijinal stiller korunur, sadece yatay hackler kaldırıldı */
  position: relative;
  z-index: 3;
}

.story-strip-section::before {
  content: none;
}

.stories-shell {
  width: 100%;
  pointer-events: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  padding: 0;
  box-shadow: none !important;
}

.stories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.stories-headline {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.stories-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffd7eb;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(244, 114, 182, 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  background: rgba(190, 24, 93, 0.24);
}

.stories-title {
  margin: 0;
  font-size: 0.9rem;
  color: #f8fafc;
  font-weight: 700;
}

.stories-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  padding: 0.28rem 0.56rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #f8fafc;
  border: 1px solid rgba(236, 72, 153, 0.34);
  background: rgba(190, 24, 93, 0.16);
}

.stories-container {
  display: flex;
  align-items: flex-start;
  gap: 0.38rem;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding: 0.12rem 0.2rem 0.08rem;
}

.stories-container::-webkit-scrollbar {
  display: none;
}

.story-item {
  width: 92px;
  min-width: 92px;
  flex: 0 0 92px;
  scroll-snap-align: start;
  color: #e2e8f0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.28rem;
  min-height: 116px;
  border-radius: 12px;
  padding: 0.08rem;
  position: relative;
  transition: transform 0.2s ease;
}

.story-item:hover {
  transform: translateY(-2px);
}

.story-ring {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from 210deg, #f97316, #ec4899, #8b5cf6, #f97316);
  padding: 2px;
  position: relative;
  box-shadow: none !important;
}

.story-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(248, 250, 252, 0.2);
  pointer-events: none;
}

.story-ring-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.story-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 0;
  box-shadow: none !important;
  object-fit: cover;
}

.story-title {
  display: block;
  width: 100%;
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.24;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: none !important;
  overflow: hidden;
}

.story-date {
  display: none;
  align-items: center;
  gap: 0.1rem;
  margin-top: -0.08rem;
  text-align: center;
  font-size: 0.58rem;
  color: #94a3b8;
}

/* Force transparent strip against older/more specific theme rules */
.story-strip-section,
.story-strip-section::before,
.stories-bar,
.stories-shell,
.stories-container,
.story-item,
.story-ring,
.story-avatar,
.corp-page-home .stories-shell,
.corp-page-home .stories-container,
.corp-page-home .story-avatar,
.corp-page-home .story-ring {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Story modal */
#storyModal {
  z-index: 220010 !important;
}

.story-modal-dialog {
  max-width: min(980px, 96vw);
}

#storyModal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #020617, #0f172a);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.story-close {
  width: 40px;
  height: 40px;
  right: 12px;
  top: 12px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.42);
  font-size: 26px;
  line-height: 36px;
}

.story-progress {
  top: 10px;
}

.story-slide-wrapper {
  min-height: min(78vh, 760px);
  height: min(78vh, 760px);
  background: #020617;
}

.story-slide-img {
  object-fit: cover;
}

.story-slide-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(to top, rgba(2, 8, 23, 0.86) 5%, rgba(2, 8, 23, 0.08) 70%);
  padding: 1rem 1.15rem;
}

.story-slide-meta {
  min-width: 0;
}

.story-slide-title {
  max-width: none;
  color: #f8fafc;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.story-slide-date {
  margin-top: 0.25rem;
  font-size: 0.76rem;
  color: #94a3b8;
}

.story-slide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.68rem 1.15rem;
  background: linear-gradient(135deg, #0f766e 0%, #0b2f4f 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 28px rgba(11, 47, 79, 0.28) !important;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.story-slide-link:hover {
  background: linear-gradient(135deg, #14b8a6 0%, #0f766e 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.32) !important;
  transform: translateY(-1px);
}

.story-slide-link:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .slider-wrapper {
    min-height: clamp(420px, 64vh, 620px);
  }

  .slider-container {
    min-height: clamp(340px, 50vh, 520px);
    width: min(1680px, 99vw);
    padding: 0.55rem 0.2rem 0.75rem;
  }

  .clean-slider {
    height: clamp(340px, 50vh, 520px);
    min-height: 340px;
    border-radius: 0;
  }

  .slider-content {
    left: 50%;
    bottom: 0.8rem;
    width: min(680px, calc(100% - 1.4rem));
    max-height: calc(100% - 0.9rem);
    padding: 0.9rem 1rem;
    border-radius: 12px;
  }

  .slider-title {
    font-size: clamp(1.25rem, 3.2vw, 2rem) !important;
  }

  .slider-description {
    font-size: 0.9rem !important;
    margin-bottom: 0.85rem !important;
  }

  .corp-page-home .slider-title {
    font-size: clamp(1.25rem, 3.2vw, 2rem) !important;
  }

  .corp-page-home .slider-description {
    font-size: 0.9rem !important;
    margin-bottom: 0.85rem !important;
  }

  .stories-shell {
    padding: 0 0.28rem;
  }

  .stories-container {
    gap: 0.66rem;
  }
}

@media (max-width: 768px) {
  .slider-wrapper {
    min-height: clamp(260px, 56vw, 340px);
    border-radius: 14px;
  }

  .slider-container {
    min-height: clamp(240px, 52vw, 320px);
    width: min(1680px, 100vw);
    padding: 0.45rem 0 0.55rem;
  }

  .clean-slider {
    height: clamp(240px, 52vw, 320px);
    min-height: 240px;
    border-radius: 14px;
  }

  .slider-content {
    left: 50%;
    bottom: 0.62rem;
    width: calc(100% - 1rem);
    max-height: none;
    padding: 0.74rem 0.8rem;
  }

  .slider-title {
    font-size: clamp(1rem, 5.6vw, 1.45rem) !important;
    margin-bottom: 0.4rem !important;
  }

  .slider-description {
    font-size: 0.8rem !important;
    margin-bottom: 0.68rem !important;
    line-height: 1.38 !important;
    -webkit-line-clamp: 2;
  }

  .corp-page-home .slider-title {
    font-size: clamp(1rem, 5.6vw, 1.45rem) !important;
    margin-bottom: 0.4rem !important;
  }

  .corp-page-home .slider-description {
    font-size: 0.8rem !important;
    margin-bottom: 0.68rem !important;
    line-height: 1.38 !important;
    -webkit-line-clamp: 2;
  }

  .slider-chip {
    font-size: 0.58rem;
    padding: 0.22rem 0.48rem;
    margin-bottom: 0.5rem;
  }

  .slider-button {
    padding: 0.52rem 0.78rem;
    font-size: 0.72rem;
    gap: 0.45rem;
  }

  .clean-slider .swiper-button-next,
  .clean-slider .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .clean-slider .swiper-button-next::after,
  .clean-slider .swiper-button-prev::after {
    font-size: 11px;
  }

  .clean-slider .swiper-pagination {
    bottom: 8px;
  }

  .clean-slider .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
  }

  .slider-play-pause {
    right: 0.62rem;
    bottom: 0.62rem;
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .stories-shell {
    width: 100%;
    padding: 0;
  }

  .stories-container {
    gap: 0.3rem;
    padding: 0.08rem 0.1rem 0;
    padding-bottom: 0;
  }

  .story-ring {
    width: 72px;
    height: 72px;
  }

  .story-item {
    width: 80px;
    min-width: 80px;
    flex: 0 0 80px;
    min-height: 98px;
  }

  .story-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }

  .story-title {
    font-size: 0.66rem;
    line-height: 1.22;
  }

  .story-date {
    font-size: 0.52rem;
  }

  .story-slide-wrapper {
    min-height: 100vh;
    height: 100vh;
  }

  .story-slide-caption {
    padding: 0.85rem;
  }

  .story-slide-title {
    font-size: 0.9rem;
  }

  .story-slide-link {
    padding: 0.45rem 0.75rem;
    font-size: 0.85rem;
  }
}

