/** Slider Section **/

.home-slider {
  position: relative;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  background: #000;
  zoom: calc(1 / 0.9); /* html zoom: 0.9 etkisini sıfırla, slider tam ekran dolsun */
}

.slider-track {
  height: 100%;
  width: 100%;
  position: relative;
}

.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slider-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.slider-slide.is-device-hidden {
  display: none;
}

.home-slider.is-no-visible-slide .slider-nav,
.home-slider.is-single-slide .slider-nav {
  display: none;
}

.slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw !important;
  height: 56.25vw !important;
  min-width: 177.78vh !important;
  min-height: 100vh !important;
  transform: translate(-50%, -50%);
  border: 0;
}

video.slide-video {
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.slider-text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slide-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin: 0;
}

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

.slider-button {
  background: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 5;
  pointer-events: none;
}

.slider-nav button {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}

@media (max-width: 768px) {
  .slider-nav {
    inset: auto;
    left: 0;
    right: 0;
    bottom: 16px;
    justify-content: center;
    gap: 16px;
    padding: 0;
  }
}

.page-home .home-sections {
  display: grid;
  gap: 40px;
}

/** Brands Section **/

.home-brands {
    background-color: transparent;
    padding-top: 80px;
    text-align: center;
}

.home-brands-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    text-align: center;
}

.brands-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.brand-box {
    background: #ffffff;
    width: fit-content;
    max-width: calc(100% - 24px);
    min-height: 0;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    box-shadow: 0 20px 44px rgba(12, 27, 91, 0.08);
    border: 4px solid transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(135deg, var(--accent) 0%, #ffffff 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: var(--primary);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-box-unified {
    text-decoration: none;
    margin: 0 auto;
}

.brand-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(12, 27, 91, 0.1);
}

.brand-box img {
    display: block;
    width: 348px;
    max-width: min(348px, calc(100vw - 80px));
    height: auto;
}

.brands-text {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brands-text h3 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--primary, #0c1b5b);
    line-height: 1.1;
    margin: 0;
}

.brands-text p {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .brands-grid {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        padding: 0 16px;
        justify-items: center;
    }

    .brand-box {
        width: fit-content;
        max-width: calc(100vw - 32px);
        min-height: 0;
        border-radius: 26px;
        padding: 30px 40px;
        border-width: 3px;
        box-shadow: 0 2px 12px rgba(12, 27, 91, 0.04);
        margin: 0 auto;
    }

    .brand-box img {
        width: 280px;
        max-width: calc(100vw - 64px);
    }
}


/** Product Categories Section **/

.home-product-categories {
  position: relative;
}

.home-product-categories-header {
  text-align: center;
  display: grid;
  gap: 24px;
  justify-items: center;
  margin-bottom: 60px;
}

.home-product-categories .home-product-categories-header {
  margin-bottom: 30px;
}

.home-categories-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #efefef, #ffffff);
}

.home-categories-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.home-product-categories-header h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  color: var(--primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  letter-spacing: 0.04em;
}

.home-product-categories-header h2::before,
.home-product-categories-header h2::after {
  content: "";
  height: 1px;
  width: clamp(48px, 8vw, 120px);
  background: linear-gradient(90deg, rgba(11, 26, 107, 0.4), rgba(11, 26, 107, 0));
}

.home-product-categories-header h2::after {
  background: linear-gradient(90deg, rgba(11, 26, 107, 0), rgba(11, 26, 107, 0.4));
}

.home-product-categories-scroll {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  scroll-padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.home-product-categories-scroll::-webkit-scrollbar {
  display: none;
}


.home-product-categories-track {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 24px 20px 48px;
}

.home-product-categories-shell {
  position: relative;
}

.category-card {
  background: #fff;
  border-radius: 24px;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid color-mix(in srgb, var(--primary), #ffffff 84%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-width: clamp(240px, 28vw, 320px);
  scroll-snap-align: start;
  transform-origin: center;
}

@media (max-width: 600px) {
    .category-card {
        min-width: calc(60% - 14px); /* Show two cards roughly, minus gap */
        padding: 12px 10px 14px;
        gap: 20px;
    }
    
    .category-card-media {
        height: 120px;
        border-radius: 16px;
    }
    
    .category-card-title-row h3 {
        font-size: 0.95rem;
        margin-bottom: 20px !important;
    }
    
    .category-card-desc {
        display: none;
    }
    
    .home-product-categories-track {
        gap: 12px;
        padding: 24px 20px 10px;
        align-items: flex-start;
    }
}

.category-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.category-card-media {
  width: 100%;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--accent), #ffffff 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.category-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-card-placeholder {
  width: 60%;
  height: 60%;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary), #ffffff 80%);
  opacity: 0.25;
}

.category-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card-title-row h3 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--primary);
}

.category-card-desc {
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.category-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 0.78rem;
  margin-top: auto;
}

.category-card-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
}

.category-count-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.category-card-parent {
  color: var(--muted);
  font-weight: 600;
}

.home-product-categories-footer {
  margin-top: 10px;
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
}

.mobile-scroll-hint {
    display: none;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: var(--muted);
    font-weight: 500;
    margin-bottom: 15px;
    animation: bounceRight 2s infinite;
}

@keyframes bounceRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@media (max-width: 768px) {
    .mobile-scroll-hint {
        display: flex;
    }
}

.home-product-categories-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 200px);
  padding-inline: 20px;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 768px) {
  .home-product-categories-nav {
    display: none;
  }
}

.categories-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--primary), #ffffff 75%);
  background: #fff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
  pointer-events: auto;
}

.categories-nav-btn:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent), #ffffff 60%);
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.12);
}

.categories-nav-btn:active {
  transform: translateY(0);
}

.category-cta {
  background: var(--primary);
}

/** Stats Section **/

.home-stats {
  margin: 80px 0;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
  color: #fff;
}

.stats-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.4) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(0, 96, 189, 0.6) 0%, transparent 25%);
    pointer-events: none;
}


.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0; /* Remove gap for borders */
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  position: relative;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

/* Vertical Dividers */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.stat-icon {
  margin-bottom: 24px;
  color: var(--accent);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 20px rgba(0, 96, 189, 0.2);
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 96, 189, 0.4);
    transform: scale(1.1);
}

.icon-svg {
    width: 32px;
    height: 32px;
}

.stat-number-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
  font-family: var(--font-sans);
}

.stat-number {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #ffffff 0%, #aaccff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #fff; /* Fallback */
}

.stat-suffix {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--accent);
    margin-left: 4px;
}


.stat-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stat-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.6;
}

/** References Section **/

.home-references {
  text-align: center;
}


.home-references .section-header {
  margin-bottom: 44px;
}

.home-references-row {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.reference-card {
  flex: 1;
  transition: flex 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  flex-direction: column;
}

.reference-card-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.12);
  height: clamp(180px, 22vw, 240px);
}

.reference-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reference-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary, #000b4d); 
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}

.reference-card.is-active {
  flex: 1.6;
}


.reference-placeholder {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 600;
  text-align: center;
  padding: 16px;
}

.reference-card-body {
  padding: 16px 16px 18px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.reference-card-body h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1.05rem;
}

.reference-card-body p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.reference-card.is-active .reference-card-body {
  opacity: 1;
  transform: translateY(0);
}

/** Follow Us Section **/

.home-follow {
  padding: 40px 0 0;
  margin-bottom: -140px;
  position: relative;
  z-index: 2;
}

.home-follow-card {
  background: linear-gradient(to top, color-mix(in srgb, var(--accent), #ffffff 90%), #ffffff 80%);
  border-radius: 32px;
  padding: 44px 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: var(--primary);
}

.home-follow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.25;
  pointer-events: none;
}

.home-follow-copy {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.home-follow-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
}

.home-follow-title {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--primary);
  font-weight: 700;
}

.home-follow-text {
  margin: 0;
  color: var(--muted);
}

.home-follow-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .home-follow-actions {
    justify-content: center;
  }
}

.social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px 12px 14px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  min-width: 220px;
}

.social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: var(--primary);

}

.social-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.social-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.social-handle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
}

.social-arrow {
  color: var(--muted);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease;
}

.social-card:hover .social-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--primary);
}

.home-follow-visual {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .home-follow-visual {
    display: none;
  }
}

.social-visual-group {
    display: grid;
    position: relative;
    width: clamp(90px, 10vw, 120px);
    height: clamp(70px, 8vw, 90px);
}

.visual-logo {
  width: clamp(50px, 7vw, 70px);
  aspect-ratio: 1;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.visual-logo svg {
  width: 50%;
  height: 50%;
}

.visual-logo.linkedin {
    background: var(--primary);
    left: 0;
    top: 0;
    transform: rotate(-10deg);
    z-index: 1;
}

.visual-logo.instagram {
    background: var(--primary);
    right: 0;
    bottom: 0;
    transform: rotate(5deg);
    z-index: 2;
}


.site-footer {
  padding-top: 150px;
}

@media (max-width: 900px) {
  .dlex-v2-shell {
    grid-template-columns: 1fr;
  }

  .dlex-v2-banner {
    min-height: 380px;
  }

  .dlex-v2-hero-image {
    right: 8%;
    transform: translate(35%, -50%) rotate(-6deg);
    width: min(240px, 70%);
  }

  .dlex-v2-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 40px;
  }

  .brand-card,
  .brand-card:nth-child(n) {
    transform: none;
    margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    padding: 16px;
  }

  .brand-card img {
    max-height: 48px;
  }

  .home-product-categories-track {
    scroll-snap-type: x mandatory;
  }

  .home-products-slider {
    --side-offset: clamp(150px, 32vw, 220px);
  }

  .home-stats {
    margin: 30px 0;
    padding: 22px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stat-item {
    padding: 22px 18px;
  }

  .stat-item:hover {
    transform: none;
  }

  .stat-item:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    width: 72%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.18), transparent);
  }

  .stat-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    box-shadow: none;
  }

  .icon-svg {
    width: 24px;
    height: 24px;
  }

  .stat-number-wrapper {
    margin-bottom: 4px;
  }

  .stat-number {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .stat-suffix {
    font-size: 1.05rem;
  }

  .stat-label {
    font-size: 0.95rem;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
  }

  .stat-desc {
    max-width: 26ch;
    font-size: 0.84rem;
    line-height: 1.45;
  }
  
  .reference-progress {
      display: none !important;
  }
  
  .home-references-row {
    flex-wrap: wrap;
    flex-direction: row; 
    gap: 16px;
  }

  .reference-card {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px);
    max-width: none;
    margin-bottom: 0;
    
    /* Vertical Card Layout */
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
  }
  
  .reference-card-media {
    flex: none;
    width: 100%;
    height: 140px; /* Reduced height */
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-bottom: 12px;
  }
  
  .reference-card-body {
    opacity: 1 !important;
    transform: none !important;
    padding: 0 !important;
    text-align: left;
    display: block;
  }

  .reference-card-body h3 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 700;
  }
  
  .reference-card-body p {
      font-size: 0.85rem;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .home-follow-card {
    grid-template-columns: 1fr;
    padding: 28px;
    text-align: center;
  }

  .home-follow-copy {
    justify-items: center;
  }

}

@media (max-width: 520px) {
  .product-visual.is-prev,
  .product-visual.is-next {
    opacity: 0;
  }

  .home-follow-card {
    padding: 24px;
  }
}

/* Reference Progress Bar */
.reference-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.reference-card.is-active .reference-progress {
  opacity: 1;
}

.progress-bar {
  height: 100%;
  background: #fff;
  width: 0;
}

.reference-card.is-active .progress-bar {
  animation: referenceProgress 5s linear forwards;
}

@keyframes referenceProgress {
  0% { width: 0; }
  100% { width: 100%; }
}

.home-references-row.is-paused .reference-card.is-active .progress-bar {
  animation-play-state: paused;
}
