/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Goya/assets/styles/home.scss ***!
  \***************************************************************************************************************************/
:root {
  --orange:#FF6B35;
  --orange-dark:#E85D2A;
  --orange-light:#FF8F65;
  --orange-50:rgba(255,107,53,.05);
  --orange-100:rgba(255,107,53,.1);
  --orange-glow:rgba(255,107,53,.15);
  --accent:#F59E0B;
  --accent-dark:#D97706;
  --accent-light:#FBBF24;
  --accent-50:rgba(245,158,11,.05);
  --accent-100:rgba(245,158,11,.1);
  --accent-glow:rgba(245,158,11,.15);
  --navy:#0F172A;
  --slate-900:#1E293B;
  --slate-700:#334155;
  --slate-500:#64748B;
  --slate-400:#94A3B8;
  --slate-300:#CBD5E1;
  --slate-200:#E2E8F0;
  --slate-100:#F1F5F9;
  --slate-50:#F8FAFC;
  --white:#FFFFFF;
  --page-bg:#F5F5F7;
  --f-display:'Fraunces',serif;
  --f-serif:'DM Serif Display',Georgia,serif;
  --f-body:'DM Sans',system-ui,sans-serif;
  --f-mono:'DM Mono',monospace;
  --max-w:1200px;
  --r:14px;
  --r-sm:8px;
  --r-full:100px;
}

/* ===== COLLECTIONS BAR ===== */
.collections-bar {
  background: var(--page-bg);
  padding: 16px 0;
}

.collections-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 6px;
  align-items: center;
  height: 36px;
  overflow-x: auto;
  scrollbar-width: none;
}

.collections-inner::-webkit-scrollbar {
  display: none;
}

.col-pill {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--slate-600);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s, background 0.3s, border-color 0.3s;
  font-family: var(--f-body);
  white-space: nowrap;
}

.col-pill:hover {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.col-pill.col-active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.2);
}

.col-pill .col-emoji {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  transition: opacity 0.2s;
}

.col-pill:hover .col-emoji {
  opacity: 0.85;
}

.col-pill.col-active .col-emoji svg * {
  fill: rgba(255, 255, 255, 0.9);
}

/* ===== SLIDER ===== */
.slider-section {
  padding: 0;
}

.slider-wrap {
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 48px;
}

.slider-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: grab;
}

.slider-viewport img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.slider-viewport.dragging {
  cursor: grabbing;
}

.slider-viewport.dragging * {
  user-select: none;
  -webkit-user-select: none;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  cursor: grab;
}

.slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.slide * {
  cursor: inherit;
}

.slide button, .slide a, .slide .slide-get-btn {
  cursor: pointer;
}

.slider-track {
  position: relative;
  height: 650px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 72px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.35s, color 0.2s;
  padding: 0;
}

.slider-arrow-left {
  left: 4px;
}

.slider-arrow-right {
  right: 4px;
}

.slider-glow-left {
  position: absolute;
  top: -80px;
  bottom: -40px;
  left: -80px;
  width: 350px;
  z-index: 0;
  filter: blur(90px);
  pointer-events: none;
  border-radius: 50%;
  transition: background 2s ease;
  opacity: 0.8;
}

.slider-glow-right {
  position: absolute;
  top: -80px;
  bottom: -40px;
  right: -80px;
  width: 350px;
  z-index: 0;
  filter: blur(90px);
  pointer-events: none;
  border-radius: 50%;
  transition: background 2s ease;
  opacity: 0.8;
}

.slider-glow-top {
  position: absolute;
  top: -120px;
  left: 20%;
  right: 20%;
  height: 250px;
  z-index: 0;
  filter: blur(100px);
  pointer-events: none;
  border-radius: 50%;
  transition: background 2s ease;
  opacity: 0.5;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.slider-dot.active {
  background: var(--orange);
  transform: scale(1.3);
}

/* Slide types */
.slide-dark {
  background: #0A0A0D;
}

.slide-dark canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.slide-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(255, 107, 53, 0.12) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.slide-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.slide-dark .slide-glass {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  max-width: 420px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.slide-dark .slide-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%, rgba(255, 255, 255, 0.02) 100%);
}

.slide-dark .slide-glass::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
}

.slide-photo {
  background: #0a0a0d;
}

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

.slide-overlay {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  padding: 28px 32px;
  max-width: 450px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
}

.slide-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%, rgba(255, 255, 255, 0.02) 100%);
  z-index: 0;
}

.slide-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  pointer-events: none;
  z-index: 1;
}

/* Light ray sweep on glass */
.slide-overlay .glass-ray {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.slide-overlay .glass-ray::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -80%;
  width: 70%;
  height: 200%;
  background: linear-gradient(105deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.03) 58%, transparent 62%, transparent 100%);
  animation: glassRay 20s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  pointer-events: none;
}

@keyframes glassRay {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    transform: translateX(300%);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(300%);
  }
}
.slide-label {
  position: relative;
  z-index: 2;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: var(--orange-light);
}

.slide h2 {
  position: relative;
  z-index: 2;
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.slide p {
  position: relative;
  z-index: 2;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
  margin-bottom: 18px;
}

.slide-divider {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
}

.slide-product-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.slide-product-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.slide-product-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
}

.slide-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  line-height: 1.2;
}

.slide-product-info h4 {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.slide-product-info span {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
}

.slide-get-btn {
  margin-left: auto;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.7s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--f-body);
}

.slide-get-btn:hover {
  background: #fff;
  color: #FF6B35;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* ===== SECTION HEADERS ===== */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 56px;
}

.section-head h2 {
  font-family: var(--f-display);
  font-size: 1.65rem;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.section-head .sub {
  font-family: var(--f-body);
  font-size: 0.85rem;
  color: var(--slate-400);
  font-weight: 500;
  margin-top: 4px;
}

.section-head a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-head a:hover {
  transform: translateX(-4px);
}

.section-count {
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--slate-400);
  background: rgba(15, 23, 42, 0.04);
  padding: 3px 10px;
  border-radius: var(--r-full);
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .section-head {
    align-items: flex-start;
  }
  .section-head h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .section-head a {
    margin-top: 4px;
  }
  .section-count {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    width: fit-content;
    font-size: 12px;
  }
  .section-head .sub {
    font-size: 12px;
  }
}
/* ===== MUSTHAVE GRID (3x3 list) ===== */
.mh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.mh-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: background 0.25s, border-radius 0.25s;
  text-decoration: none;
  color: inherit;
}

.mh-item:hover {
  background: rgba(255, 107, 53, 0.04);
  border-radius: 12px;
}

.mh-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mh-info {
  flex: 1;
  min-width: 0;
}

.mh-name {
  font-family: var(--f-serif);
  font-size: 0.95rem;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-desc {
  font-size: 0.75rem;
  color: var(--slate-400);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-btn {
  flex-shrink: 0;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.05);
  color: var(--slate-500);
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  font-family: var(--f-body);
}

.mh-btn:hover {
  background: var(--orange);
  color: #fff;
}

/* ===== TOP 10 RANK BADGE ===== */
/* Top 10 rank badges */
.t10-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  min-width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.t10-rank-gold {
  background: rgba(255, 107, 53, 0.9);
  color: #fff;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.t10-rank-rest {
  background: rgba(15, 23, 42, 0.7);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* ===== SHOWCASE SPLIT BLOCK ===== */
.showcase {
  margin: 48px 0 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: var(--navy);
  min-height: 480px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0;
}

.shimmer-text {
  background: linear-gradient(90deg, var(--orange), #FBBF24, #F472B6, var(--orange));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerFlow 4s ease infinite;
}

@keyframes shimmerFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.showcase-side {
  position: relative;
  overflow: hidden;
}

.showcase-side-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.showcase-side-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}

.showcase-side-img.active {
  opacity: 1;
}

.showcase-side-img .sc-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.showcase-side-left .sc-visual {
  border-radius: 0 20px 20px 0;
}

.showcase-side-right .sc-visual {
  border-radius: 20px 0 0 20px;
}

.sc-visual-bg {
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.sc-visual-emoji {
  font-size: 72px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 2;
  animation: scFloat 5s ease-in-out infinite;
}

.sc-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: transform 8s ease;
  border-radius: inherit;
}

.showcase-side-img.active .sc-visual-img {
  transform: scale(1.05);
}

.sc-review {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.8s 0.4s ease, transform 0.8s 0.4s ease;
}

.sc-review::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%, rgba(255, 255, 255, 0.02) 100%);
}

.sc-review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
  border-radius: 1px;
}

.showcase-side-img.active .sc-review {
  opacity: 1;
  transform: translateY(0);
}

.sc-review-text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  font-style: italic;
}

.sc-review-author {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.sc-review-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sc-review-name {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.sc-review-role {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
}

.sc-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  z-index: 3;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
  pointer-events: none;
}

@keyframes scFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}
.showcase-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 40px;
  position: relative;
  z-index: 3;
}

.showcase-center::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 107, 53, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.showcase-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange);
  margin-bottom: 20px;
  position: relative;
}

.showcase-title {
  font-family: var(--f-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 400px;
}

.showcase-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 340px;
  margin-bottom: 32px;
}

.showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: var(--f-body);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s ease;
  background: #fff;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.showcase-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 255, 255, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: #FF6B35;
}

.showcase-dots {
  display: flex;
  gap: 6px;
  margin-top: 28px;
}

.showcase-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s;
}

.showcase-dot.active {
  background: var(--orange);
  transform: scale(1.4);
}

/* Decorative line accents */
.showcase-line {
  position: absolute;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.06), transparent);
  top: 10%;
  bottom: 10%;
  z-index: 2;
}

.showcase-line-l {
  left: 0;
}

.showcase-line-r {
  right: 0;
}

@media (max-width: 768px) {
  .showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .showcase-side {
    display: none;
  }
  .showcase-center {
    padding: 48px 32px;
  }
  .showcase-title {
    font-size: 2rem;
  }
  .showcase-dots {
    display: none;
  }
}
/* ===== BLOG CARDS (New & Noteworthy) ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.96), rgba(252, 252, 254, 0.94) 30%, rgba(250, 250, 252, 0.95) 60%, rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.04);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.03), 0 6px 12px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06), 0 20px 48px rgba(15, 23, 42, 0.04);
}

.blog-cover {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 6px 6px 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-card:hover .blog-cover-img {
  transform: scale(1.05);
}

.blog-cover-emoji {
  font-size: 64px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-card:hover .blog-cover-emoji {
  transform: scale(1.1) rotate(-3deg);
}

.blog-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.blog-meta span {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--slate-400);
}

.blog-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--slate-300);
}

.blog-title {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 8px;
}

.blog-excerpt {
  font-size: 0.8rem;
  color: var(--slate-400);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin-top: auto;
}

.blog-footer .bf-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.blog-footer .bf-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.blog-footer-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.blog-footer h4 {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-footer span {
  font-size: 0.62rem;
  color: var(--slate-400);
  line-height: 1.2;
}

.blog-read {
  margin-left: auto;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-card:hover .blog-read {
  transform: translateX(-4px);
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid > :nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 8px 0 20px;
    margin: -8px 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .blog-grid::-webkit-scrollbar {
    display: none;
  }
  .blog-grid > .blog-card {
    min-width: 230px;
    max-width: 68vw;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
  }
  .blog-grid > :nth-child(3) {
    display: flex;
  }
  .blog-grid .blog-card:hover {
    transform: none;
  }
  .blog-grid .blog-card {
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  }
  .blog-grid .blog-card:hover .blog-cover-img {
    transform: none;
  }
  .blog-grid .blog-card:hover .blog-cover-emoji {
    transform: none;
  }
  .blog-grid .blog-card:hover .blog-read {
    transform: none;
  }
}
/* ===== CUSTOMER STORIES ===== */
.cstory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cstory-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.96), rgba(252, 252, 254, 0.94) 30%, rgba(250, 250, 252, 0.95) 60%, rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.04);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cstory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.03), 0 6px 12px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06), 0 20px 48px rgba(15, 23, 42, 0.04);
}

.cstory-cover {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 6px 6px 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cstory-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cstory-card:hover .cstory-cover-img {
  transform: scale(1.05);
}

.cstory-cover-emoji {
  font-size: 64px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cstory-card:hover .cstory-cover-emoji {
  transform: scale(1.1) rotate(-3deg);
}

.cstory-quote-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cstory-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cstory-person {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.cstory-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}

.cstory-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cstory-person-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: 1.2;
}

.cstory-person-info span {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
}

.cstory-person-info small {
  font-size: 0.6rem;
  color: var(--slate-400);
  line-height: 1.15;
}

.cstory-quote {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 8px;
  font-style: italic;
}

.cstory-excerpt {
  font-size: 0.8rem;
  color: var(--slate-400);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cstory-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin-top: auto;
}

.cstory-footer .csf-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.cstory-footer .csf-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cstory-footer h4 {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  margin: 0;
}

.cstory-footer span {
  font-size: 0.62rem;
  color: var(--slate-400);
  line-height: 1.15;
}

.cstory-footer > div:not(.csf-icon) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.cstory-read {
  margin-left: auto;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cstory-card:hover .cstory-read {
  transform: translateX(-4px);
}

@media (max-width: 1024px) {
  .cstory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cstory-grid > :nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .cstory-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 8px 0 20px;
    margin: -8px 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .cstory-grid::-webkit-scrollbar {
    display: none;
  }
  .cstory-grid > .cstory-card {
    min-width: 230px;
    max-width: 68vw;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
  }
  .cstory-grid > :nth-child(3) {
    display: flex;
  }
  .cstory-grid .cstory-card:hover {
    transform: none;
  }
  .cstory-grid .cstory-card {
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  }
  .cstory-grid .cstory-card:hover .cstory-cover-img {
    transform: none;
  }
  .cstory-grid .cstory-card:hover .cstory-cover-emoji {
    transform: none;
  }
  .cstory-grid .cstory-card:hover .cstory-read {
    transform: none;
  }
}
/* ===== BROWSE CATEGORIES SLIDER ===== */
.browse-wrap {
  position: relative;
  margin-top: 56px;
  margin-bottom: -16px;
}

.browse-carousel {
  position: relative;
}

.browse-carousel::before, .browse-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52px;
  z-index: 3;
}

.browse-carousel::before {
  left: -52px;
}

.browse-carousel::after {
  right: -52px;
}

.browse-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 12px 0 28px;
  scroll-snap-type: x mandatory;
}

.browse-track::-webkit-scrollbar {
  display: none;
}

.browse-spacer {
  flex-shrink: 0;
  width: 1px;
}

.browse-card {
  width: 272px;
  height: 145px;
  border-radius: 20px;
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  scroll-snap-align: start;
}

.browse-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.browse-card:hover .browse-card-img {
  transform: scale(1.08);
}

.browse-card-overlay {
  position: absolute;
  inset: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.browse-card:hover .browse-card-overlay {
  opacity: 0.75;
}

.browse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(0, 0, 0, 0.06);
}

.browse-card h3 {
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

.browse-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s, background 0.2s, color 0.2s, box-shadow 0.35s;
  color: var(--slate-500);
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.browse-arrow::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  width: 70px;
}

.browse-arrow-l::before {
  right: -30px;
}

.browse-arrow-r::before {
  left: -30px;
}

.browse-arrow-r.show {
  pointer-events: auto;
}

.browse-wrap:hover .browse-arrow-r.show {
  opacity: 1;
}

.browse-arrow-l.show {
  pointer-events: auto;
}

.browse-wrap:hover .browse-arrow-l.show {
  opacity: 1;
}

.browse-arrow-r.show:hover, .browse-arrow-l.show:hover {
  opacity: 1;
}

.browse-arrow:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  transform: translateY(-55%) scale(1.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.browse-arrow:active {
  transform: translateY(-55%) scale(0.95);
}

.browse-arrow-l {
  left: -48px;
}

.browse-arrow-r {
  right: -48px;
}

.browse-arrow svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}

@media (max-width: 768px) {
  .browse-arrow {
    display: none;
  }
}
/* ===== BENEFITS BLOCK ===== */
.benefits {
  margin: 48px 0 0;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  background: var(--slate-50);
}

.benefits-text {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits-title {
  font-family: var(--f-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}

.benefit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.bi-orange {
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.15);
}

.bi-purple {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.15);
}

.bi-green {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.15);
}

.bi-blue {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.benefit-content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}

.benefit-content p {
  font-size: 0.82rem;
  color: var(--slate-500);
  line-height: 1.55;
}

.benefits-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.benefits-visual-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.benefits-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transform: scale(1.12);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.benefits-visual.in-view .benefits-hero-img {
  transform: scale(1);
  transition-duration: 0.6s;
}

.benefits-visual:hover .benefits-hero-img {
  transform: scale(1.06);
}

.benefits-visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 50%, #FEF3C7 100%);
}

.benefits-emoji-float {
  position: absolute;
  font-size: 48px;
  opacity: 0.15;
  filter: blur(1px);
}

.benefits-emoji-main {
  font-size: 100px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.1));
  animation: scFloat 5s ease-in-out infinite;
}

@media (max-width: 768px) {
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefits-text {
    padding: 40px 28px;
  }
  .benefits-title {
    font-size: 1.7rem;
  }
  .benefits-visual {
    min-height: 280px;
  }
}
/* ===== HERO STORY ===== */
.hero-story {
  margin-top: 56px;
  margin-bottom: 48px;
  border-radius: 24px;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hero-story-bg {
  position: absolute;
  inset: 0;
  transition: transform 8s ease;
}

.hero-story:hover .hero-story-bg {
  transform: scale(1.04);
}

.hero-story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 32px;
  z-index: 3;
}

.hero-story-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%);
  z-index: -1;
}

.hero-story .badge-red {
  display: inline-block;
  background: rgba(225, 29, 72, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-story .tag {
  font-family: var(--f-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.hero-story h2 {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
  max-width: 600px;
}

.hero-story p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 20px;
}

.hero-story-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: fit-content;
}

.hero-story-footer .mh-icon {
  width: 40px;
  height: 40px;
}

.hero-story-footer h4 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.hero-story-footer span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.hero-story-footer button {
  margin-left: 16px;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  background: var(--orange);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--f-body);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s ease, color 0.4s ease;
}

.hero-story-footer button:hover {
  background: #fff;
  color: var(--orange);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

/* ===== FOOTER (old overrides removed) ===== */
/* ===== ICON BG COLORS ===== */
.bg-finance {
  background: linear-gradient(135deg, #FFF7ED, #FFEDD5);
}

.bg-career {
  background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
}

.bg-health {
  background: linear-gradient(135deg, #F0FDFA, #CCFBF1);
}

.bg-home {
  background: linear-gradient(135deg, #FEFCE8, #FEF9C3);
}

.bg-family {
  background: linear-gradient(135deg, #FDF2F8, #FCE7F3);
}

.bg-tech {
  background: linear-gradient(135deg, #F5F3FF, #EDE9FE);
}

.bg-learning {
  background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
}

.bg-lifestyle {
  background: linear-gradient(135deg, #FFF1F2, #FFE4E6);
}

/* Perf: GPU hints */
.slide {
  will-change: opacity;
}

/*# sourceMappingURL=home.css.map*/