.elementor-26670 .elementor-element.elementor-element-f4af8c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ================================
   Fonts & Globals
   ================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@400;600&display=swap');

:root {
  --ink: #111;
  --muted: #666;
  --muted-more: #999;
  --rule: #e6e6e6;
  --accent: #7F6CAB;
  --accent-light: #C9BFE0;
  --ed-bg: #fbfaff;
  --accent-violet: #a759a7;
}

.svx-root {
  background: #f9fafb;
  font-family: "Poppins", sans-serif;
}

.svx-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  counter-reset: svx-rank 0;
  padding-bottom: 1rem;
}

/* ================================
     Cover Image (Editorial Style)
     ================================ */
.svx-cover-wrapper {
  margin: 1rem 0 3rem;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 320px;
}

.svx-cover-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  transform: scale(1);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.svx-cover-wrapper:hover .svx-cover-img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .svx-cover-wrapper {
    height: 200px;
  }
}

.svx-header {
  text-align: center;
  padding: 1rem 2rem 0rem;
  padding-top: 2.5rem;
}

.svx-title {
  max-width: 80rem;
  text-align: center;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.0 !important;
  font-size: 3rem;
  color: #0f172a;
  background: linear-gradient(135deg, #0f172a 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 1.5rem;
}

@media (min-width:768px) {
  .svx-title {
    font-size: 4.5rem;
  }
}

.svx-page-intro {
  max-width: 80rem;
  margin: 2rem auto 3rem;
  padding: 0 2rem;
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

/* ================================
     Header Meta Bar
     ================================ */
.svx-meta-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  color: var(--muted);
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.svx-meta-left {
  font-weight: 400;
  color: var(--muted-more);
}

@media (max-width: 640px) {
  .svx-meta-bar {
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
    padding: 0 1rem;
  }
}

/* ================================
     Insights Container
     ================================ */
.svx-insights-container {
  max-width: 80rem;
  margin: 4rem auto 0rem;
  padding: 0 2rem;
  position: relative;
}

/* ================================
     This Month's Vibe
     ================================ */
.svx-vibe-integrated {
  max-width: 80rem;
  text-align: center;
  margin: 2rem auto 3rem;
  text-align: center;
}

.svx-vibe-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.svx-vibe-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.svx-vibe-icon {
  width: 16px;
  height: 16px;
  color: #667eea;
  opacity: 0.7;
}

.svx-vibe-text {
  font-weight: 500;
}

.svx-vibe-tags {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.svx-vibe-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2d3748;
  position: relative;
  padding: 0.1rem 0.3rem;
  background: linear-gradient(120deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.07) 100%);
  border-radius: 0.25rem;
  font-weight: 600;
  color: #1f2937;
}

.svx-vibe-tag::before {
  content: '•';
  color: #667eea;
  margin-right: 0.5rem;
  font-weight: 700;
}

.svx-vibe-tag--aesthetic::before {
  color: #667eea;
}

.svx-vibe-tag--content::before {
  color: #764ba2;
}

.svx-vibe-tag--mood::before {
  color: #f093fb;
}

/* ================================
     Key Insights Box
     ================================ */
.svx-insights-box {
  background: rgba(255, 255, 255, 0.3);
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transform: translateY(0);
}

.svx-insights-box:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.svx-insights-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.svx-insights-icon {
  width: 24px;
  height: 24px;
  color: #667eea;
  flex-shrink: 0;
  opacity: 0.8;
}

.svx-insights-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1f2937;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: -0.01em;
}

.svx-insights-list {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.svx-insights-item {
  position: relative;
  padding: 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1f2937;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));
  border-radius: 0.75rem;
  border: 1px solid rgba(102, 126, 234, 0.1);
  flex: 1;
  min-width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.svx-insights-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
  margin-top: 0.25rem;
}

.svx-insights-item-icon svg {
  width: 14px;
  height: 14px;
  color: white;
  stroke-width: 2.5;
}

.svx-insights-item-content {
  flex: 1;
}

.svx-insights-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  border-radius: 0.75rem 0.75rem 0 0;
  opacity: 0;
  transition: opacity 0.6s ease !important;
}

.svx-insights-item:hover {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(102, 126, 234, 0.2);
}

.svx-insights-item:hover::before {
  opacity: 1;
}

/* ================================
     Section Divider
     ================================ */
.svx-section-divider {
  position: relative;
  margin: 4rem auto 4rem;
  max-width: 80rem;
  padding: 0 2rem;
  text-align: center;
}

.svx-divider-line {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e5e7eb 30%, #cbd5e1 50%, #e5e7eb 70%, transparent 100%);
  margin: 0 auto;
  max-width: 50rem;
}

.svx-divider-line::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 3px;
  background: #0f172a;
  border-radius: 2px;
}

.svx-divider-text {
  margin-top: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ================================
     Section & Big Index Number
     ================================ */
.svx-section {
  position: relative;
  margin-bottom: 8rem;
  counter-increment: svx-rank;
  padding-left: 30px;
  padding-right: 30px;
}

.svx-index {
  position: absolute;
  top: -0rem;
  left: -4rem;
  z-index: 0;
  pointer-events: none;
  font-size: 0;
  counter-increment: rank;
}

.svx-index::before {
  content: counter(svx-rank, decimal-leading-zero);
  display: block;
  width: 200px;
  padding-right: 20px;
  font-weight: 800;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.0em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.3;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Subtle Elegant Highlighting System */
.svx-index::before {
  opacity: 0.5;
  transform: rotate(180deg) scale(1.0);
  filter: drop-shadow(0 0 8px rgba(102, 126, 234, 0.2));
  transition: all 0.6s ease;
}

.svx-section:nth-child(2) .svx-index::before {
  opacity: 0.7;
  background: linear-gradient(135deg, #ffd700 0%, #fbbf24 100%);
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.3));
}

.svx-section:nth-child(3) .svx-index::before {
  opacity: 0.65;
  background: linear-gradient(135deg, #c0c0c0 0%, #9ca3af 100%);
  filter: drop-shadow(0 0 10px rgba(192, 192, 192, 0.25));
}

.svx-section:nth-child(4) .svx-index::before {
  opacity: 0.65;
  background: linear-gradient(135deg, #cd7f32 0%, #b45309 100%);
  filter: drop-shadow(0 0 10px rgba(205, 127, 50, 0.25));
}

.svx-section:hover .svx-index::before {
  opacity: 0.8;
  transform: rotate(180deg) scale(1.05);
  filter: drop-shadow(0 0 15px rgba(102, 126, 234, 0.4));
}

.svx-section:nth-child(2):hover .svx-index::before {
  filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.5));
}

.svx-section:nth-child(3):hover .svx-index::before {
  filter: drop-shadow(0 0 15px rgba(192, 192, 192, 0.4));
}

.svx-section:nth-child(4):hover .svx-index::before {
  filter: drop-shadow(0 0 15px rgba(205, 127, 50, 0.4));
}

/* ================================
     Alternating Layout
     ================================ */
.svx-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width:768px) {
  .svx-row {
    flex-direction: row;
    align-items: stretch;
    gap: 4rem;
  }

  .svx-section:nth-of-type(odd) .svx-row {
    flex-direction: row-reverse;
  }
}

/* ================================
     Portrait & Decorative Background
     ================================ */
.svx-figure {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
}

@media (min-width:768px) {
  .svx-figure {
    width: 50%;
  }
}

.svx-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 24px rgba(0, 0, 0, 0.1);
  background: #e5e7eb;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.svx-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.6s ease !important;
  z-index: 1;
}

.svx-figure:hover .svx-img {
  transform: scale(1.02);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2), 0 18px 36px rgba(0, 0, 0, 0.15);
}

.svx-figure:hover .svx-img::before {
  opacity: 1;
}

/* Subtle decorative marks */
.svx-deco {
  position: absolute;
  color: rgba(209, 213, 219, .5);
  pointer-events: none;
  z-index: -1;
}

.svx-deco--waves {
  width: 12rem;
  height: 12rem;
  right: -2.5rem;
  bottom: -2.5rem;
  display: block;
}

.svx-deco--circles {
  width: 6rem;
  height: 6rem;
  left: -2rem;
  top: -2rem;
  display: none;
}

.svx-section:nth-of-type(odd) .svx-deco--waves {
  display: none;
}

.svx-section:nth-of-type(odd) .svx-deco--circles {
  display: block;
}

/* ================================
     Info Column
     ================================ */
.svx-info {
  width: 100%;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.svx-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 12px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (min-width:768px) {
  .svx-info {
    width: 50%;
  }
}

.svx-name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: 2.25rem;
  color: #0f172a;
}

@media (min-width:768px) {
  .svx-name {
    font-size: 3rem;
  }
}

.svx-name a {
  color: inherit;
  text-decoration: none;
}

.svx-name a:hover {
  text-decoration: underline;
}

.svx-editorial {
  margin: 1rem 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  font-style: normal;
}

/* ================================
     Social Icons (Outline Style)
     ================================ */
.svx-socials {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.svx-social {
  display: inline-flex;
  color: #6b7280;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(0) scale(1);
  will-change: transform, background, color;
}

.svx-social[aria-label="RED"]:hover {
  background: #FF2442;
  color: white;
  border-color: #FF2442;
}

.svx-social[aria-label="Weibo"]:hover {
  background: linear-gradient(135deg, #FF9933, #E6162D);
  color: white;
  border-color: transparent;
}

.svx-social[aria-label="Douyin"]:hover {
  background: black;
  color: white;
  border-color: black;
  box-shadow: -2px -2px 0 #00F2EA, 2px 2px 0 #FF0050;
}

.svx-social[aria-label="Twitch"]:hover {
  background: #9146FF;
  color: white;
  border-color: #9146FF;
}

.svx-social[aria-label="Facebook"]:hover {
  background: #1877F2;
  color: white;
  border-color: #1877F2;
}

.svx-social[aria-label="YouTube"]:hover {
  background: #FF0000;
  color: white;
  border-color: #FF0000;
}

.svx-social[aria-label="Instagram"]:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
  border-color: transparent;
  background-clip: padding-box;
}

.svx-social[aria-label="TikTok"]:hover {
  background: black;
  color: white;
  border-color: black;
  box-shadow: -2px -2px 0 #25F4EE, 2px 2px 0 #FE2C55;
}

.svx-social[aria-label="X / Twitter"]:hover {
  background: black;
  color: white;
  border-color: black;
}

.svx-social:hover {
  color: #ffffff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.svx-social svg,
.svx-social img {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  display: block;
}

/* ================================
     Metrics
     ================================ */
.svx-metrics {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  border-top: none;
  border-bottom: none;
  padding: 1rem 0;
  gap: 1.5rem;
}

.svx-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  text-align: center;
  background: white;
  padding: 1.25rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  min-width: 0;
}

.svx-metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: rgba(102, 126, 234, 0.2);
}

.svx-metric-ic {
  width: 28px;
  height: 28px;
  color: #c9a646;
  margin-bottom: 0.5rem;
}

.svx-metric-ic svg {
  width: 28px;
  height: 28px;
}

.svx-metric-val {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.25rem, 1.5vw + 0.3rem, 1.75rem);
  color: #111827;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svx-metric-lbl {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  line-height: 1.2;
}

/* Editorial badge card */
.inf-editorial--badge {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 24px 20px 20px;
  background: #fdfcfb;
  border: 1px solid #e0e0e0;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  position: relative;
}

.inf-editorial--badge .ed-badge {
  position: absolute;
  top: -12px;
  left: 18px;
  font: 600 10px/1 'Inter', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #eae6f6;
  border-radius: 999px;
  color: var(--muted);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.inf-editorial--badge p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--accent);
}

.inf-editorial--badge strong {
  font-weight: 700;
  color: var(--ink);
}

/* ================================
     Top Content (Images Only)
     ================================ */
.inf-content-section {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.inf-section-heading {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.inf-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.shot {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  transform: translateY(0);
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  position: relative;
  cursor: pointer;
}

.shot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
  opacity: 0.6;
  transition: opacity 0.6s ease !important;
  z-index: 1;
  pointer-events: none;
}

.shot-link {
  display: block;
  width: 100%;
  height: 100%;
}

.shot img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transform: scale(1);
}

.shot figcaption {
  display: none;
}

.shot:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.shot:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.shot:hover::before {
  opacity: 0.3;
}

/* Platform Badge */
.shot-platform {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  backdrop-filter: blur(2px);
}

.shot-platform svg,
.shot-platform img {
  width: 12px;
  height: 12px;
  color: #111;
  display: block;
}

/* ================================
     Responsive Tweaks
     ================================ */
/* Tablet and smaller */
@media (max-width: 1024px) {
  .svx-metrics {
    flex-direction: column;

    gap: 1rem;
    padding: 1rem 0;
  }

  .svx-metric-val {
    font-size: 1.5rem;
  }

  .svx-metric-lbl {
    font-size: 0.7rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .svx-title {
    font-size: 2.25rem;
  }

  .svx-name {
    font-size: 1.75rem;
  }

  /* Mobile metrics - stack vertically or reduce spacing */
  .svx-metrics {
    flex-direction: column;
    /* Keep horizontal on mobile if possible, scan horizontally */
    overflow-x: auto;
    padding-bottom: 1rem;
    /* Space for scrollbar if needed */
    justify-content: flex-start;
  }

  .svx-metric {
    min-width: 120px;
    /* Ensure they don't squish */
    padding: 1rem 0.5rem;
  }

  .svx-metric-ic {
    width: 24px;
    height: 24px;
    margin-bottom: 0.25rem;
  }

  .svx-metric-val {
    font-size: 1.25rem;
  }

  .svx-metric-lbl {
    font-size: 0.65rem;
  }

  .inf-section-heading {
    text-align: left;
    font-size: 0.9rem;
  }

  .inf-editorial--badge p {
    font-size: 0.9em;
  }

  .inf-shots {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .shot img {
    height: 100px;
  }
}

/* ================================
     CTA Components
     ================================ */
.svx-cta-inline {
  max-width: 80rem;
  margin: -0rem auto 8rem;
  padding: 0 2rem;
}

.svx-cta-box {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  transform: translateY(0);
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.svx-cta-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.svx-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.svx-cta-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem;
  color: rgb(50, 21, 53);
}

.svx-cta-title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(50, 21, 53);
  line-height: 1.2;
}

.svx-cta-subtitle {
  margin: 0 0 2rem;
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.svx-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.svx-cta-btn {
  display: inline-block;
  padding: 10px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
}

.svx-cta-btn--primary {
  background: rgb(184, 0, 238);
  color: rgb(238, 236, 232);
  border: none;
}

.svx-cta-btn--primary:hover {
  background: linear-gradient(to right, rgb(176, 100, 248) 0%, rgb(167, 246, 176) 100%);
  color: rgb(238, 236, 232);
}

.svx-cta-btn--secondary {
  background: rgb(184, 0, 238);
  color: rgb(238, 236, 232);
  border: none;
}

.svx-cta-btn--secondary:hover {
  background: linear-gradient(to right, rgb(176, 100, 248) 0%, rgb(167, 246, 176) 100%);
  color: rgb(238, 236, 232);
}

/* Sticky Bottom Bar */
.svx-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.svx-sticky-cta.hidden {
  transform: translateY(100%);
}

.svx-sticky-bar {
  background: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0;
  border-top: 1px solid #e5e7eb;
  box-shadow:
    0 -4px 20px rgba(0, 0, 0, 0.08),
    0 -1px 4px rgba(0, 0, 0, 0.04);
  position: relative;
}


.svx-sticky-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.svx-sticky-icon {
  width: 32px;
  height: 32px;
  color: #374151;
  flex-shrink: 0;
}

.svx-sticky-text {
  color: #374151;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.svx-sticky-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.svx-sticky-btn {
  display: inline-block;
  padding: 10px 18px;
  background: rgb(184, 0, 238);
  color: rgb(238, 236, 232);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  white-space: nowrap;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
}

.svx-sticky-btn:hover {
  background: linear-gradient(to right, rgb(176, 100, 248) 0%, rgb(167, 246, 176) 100%);
  color: rgb(238, 236, 232);
}

.svx-sticky-close {
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.svx-sticky-close:hover {
  opacity: 1;
}

.svx-sticky-close svg {
  width: 20px;
  height: 20px;
}

/* Professional hover effects */
.svx-sticky-bar:hover {
  box-shadow:
    0 -6px 25px rgba(0, 0, 0, 0.12),
    0 -2px 6px rgba(0, 0, 0, 0.06);
}

/* Responsive CTA Styles */
@media (max-width: 768px) {
  .svx-sticky-cta {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .svx-sticky-bar {
    flex-direction: column;
    padding: 1rem 1.5rem;
    gap: 0.75rem;
    border-radius: 0;
  }

  .svx-sticky-content {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .svx-sticky-text {
    font-size: 0.9rem;
  }

  .svx-sticky-actions {
    width: 100%;
  }

  .svx-sticky-btn {
    flex: 1;
  }

  .svx-sticky-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
}/* End custom CSS */