.elementor-10691 .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 *//* ================================
   Global Container & Header
   ================================ */
   :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;
  }
  .svx-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
    /* Counter for 01, 02, 03… */
    counter-reset: svx-rank 0;
    padding-bottom: 1rem;
  }
  .svx-header {
    text-align: center;
    padding: 1rem 2rem 0rem;
  }
  .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: 4.5rem;
    color: #0f172a;
    background: linear-gradient(135deg, #0f172a 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top:4.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 (Full-width layout)
     ================================ */
  .svx-meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem; /* matches .svx-container */
    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);
  }
  
  .svx-meta-right {
    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 - Full Width Layout
     ================================ */
  .svx-insights-container {
    max-width: 80rem;
    margin: 4rem auto 0rem;
    padding: 0 2rem;
    position: relative;
  }
  
  /* ================================
     This Month's Vibe - Clean Minimal Design
     ================================ */
  .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.5rem 0;
     background: linear-gradient(120deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.07) 100%);
    padding: 0.1rem 0.3rem;
    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 - Clean Professional Design
     ================================ */
  .svx-insights-box {
    background: rgba(255, 255, 255, 0.3);
    border-radius: .75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .svx-insights-box:hover {
    transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  
  .svx-insights-box::before {
    display: none;
  }
  
  .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;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .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.3s ease;
  }
  
  .svx-insights-item:hover {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(102, 126, 234, 0.2);
  }
  
  .svx-insights-item:hover::before {
    opacity: 1;
  }
  
  /* ================================
     This Month's Vibe Box - Elegant Compact Design
     ================================ */
  .svx-vibe-box {
    background: #ffffff;
    border-radius: .75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    padding: 1rem 1.5rem;
  }
  
  .svx-vibe-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .svx-vibe-box::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;
  }
  
  .svx-vibe-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
  }
  
  .svx-vibe-icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .svx-vibe-icon {
    width: 20px;
    height: 20px;
    color: #667eea;
    flex-shrink: 0;
  }
  
  .svx-vibe-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: #0f172a;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  
  .svx-vibe-content {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
  }
  
  .svx-vibe-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
  }
  
  .svx-vibe-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
  }
  
  .svx-vibe-value {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
  }
  
  /* ================================
     Section Divider - Editorial Style
     ================================ */
  .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;
  }
  @media (max-width: 768px) {
    .svx-insights-container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 3rem;
    }
    
    .svx-insights-box,
    .svx-vibe-box {
      transform: rotate(0deg) translateX(0px);
    }
    
    .svx-insights-box:hover,
    .svx-vibe-box:hover {
      transform: scale(1.02);
    }
    
    .svx-vibe-tags {
      flex-direction: column;
      gap: 0.75rem;
    }
    
    .svx-divider-text {
      font-size: 0.75rem;
      margin-top: 2rem;
    }
    
    .svx-insights-header {
      padding: 1.5rem 1.5rem 1rem;
      gap: 0.75rem;
    }
    
    .svx-insights-icon {
      width: 20px;
      height: 20px;
    }
    
    .svx-insights-title {
      font-size: 1.25rem;
    }
    
    .svx-insights-list {
      padding: 1rem 1.5rem 1.5rem;
      gap: 0.75rem;
    }
    
    .svx-insights-item {
      padding: 0.75rem 1rem;
      font-size: 0.95rem;
      min-width: auto;
    }
    
    .svx-insights-list {
      flex-direction: column;
    }
  }
  
  @media (max-width: 480px) {
    .svx-insights-box {
      margin-bottom: 2rem;
    }
    
    .svx-insights-header {
      padding: 1.25rem 1.25rem 0.75rem;
    }
    
    .svx-insights-title {
      font-size: 1.1rem;
    }
    
    .svx-insights-list {
      padding: 0.75rem 1.25rem 1.25rem;
    }
    
    .svx-insights-item {
      font-size: 0.9rem;
      line-height: 1.5;
    }
  }
  /* ================================
     Section & Big Index Number (CSS counter)
     ================================ */
     .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;
      /* hide any template text; we'll draw with ::before */
      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 */
     
     /* Default state - very subtle */
     .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(1) .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(2) .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(3) .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));
     }
     
     /* Gentle hover effect */
     .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));
     }
     
     /* Special hover for top 3 */
     .svx-section:nth-child(1):hover .svx-index::before {
       filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.5));
     }
     
     .svx-section:nth-child(2):hover .svx-index::before {
       filter: drop-shadow(0 0 15px rgba(192, 192, 192, 0.4));
     }
     
     .svx-section:nth-child(3):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; /* make both columns same height */
      gap: 4rem;
    }
    .svx-section:nth-of-type(even) .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;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  
  .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.3s ease;
    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(even) .svx-deco--waves { display: none; }
  .svx-section:nth-of-type(even) .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);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .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.3s cubic-bezier(0.4, 0, 0.2, 1);
    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);
  }
  .svx-social:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    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: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 2rem 0;
    gap: 2rem;
  }
  .svx-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    text-align: center;
  }
  
  .svx-metric:hover {
    transform: translateY(-1px);
  }
  .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: 2rem;
    color: #111827;
    line-height: 1;
    word-break: break-word;
  }
  .svx-metric-lbl {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6b7280;
    line-height: 1.2;
  }
  
  /* Editorial badge card */
  .inf-editorial--badge{
    margin-top:2rem;
    margin-bottom:2rem;
    padding:20px 18px 16px;
    background:var(--ed-bg);
    border:1px solid #efeafb;
    border-radius:10px;
    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);
  }
  .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.25rem;
    color:var(--muted);
    
  }
  .inf-shots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px,1fr));
    gap:1rem;
  }
  .shot {
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  
  .shot::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.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  
  .shot img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .shot figcaption { display: none; }
  
  .shot:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
  }
  
  .shot:hover img {
    transform: scale(1.05);
  }
  
  .shot:hover::before {
    opacity: 1;
  }
  
  /* ================================
     Responsive Tweaks
     ================================ */
  
  /* Tablet and smaller */
  @media (max-width: 768px) {
    .svx-metrics {
      gap: 1.5rem;
      padding: 1.5rem 0;
    }
    .svx-metric-val {
      font-size: 1.75rem;
    }
    .svx-metric-lbl {
      font-size: 0.75rem;
    }
  }
  
  /* 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;
      gap: 1rem;
      padding: 1rem 0;
      margin-top: 1.5rem;
    }
    
    .svx-metric {
      flex-direction: row;
      align-items: center;
      justify-content: left;
      text-align: left;
      padding: 0.75rem 0;
      border-bottom: 1px solid #f5f5f5;
    }
    
    .svx-metric:last-child {
      border-bottom: none;
    }
    
    .svx-metric-ic {
      width: 24px;
      height: 24px;
      margin-bottom: 0;
      margin-right: 1rem;
      flex-shrink: 0;
    }
    
    .svx-metric-ic svg {
      width: 24px;
      height: 24px;
    }
    
    .svx-metric-val {
      font-size: 1.5rem;
      margin: 0;
    }
    
    .svx-metric-lbl {
      font-size: 0.7rem;
      margin: 0;
      margin-left: auto;
    }
    .inf-section-heading{
        text-align:center;
    }
    .inf-editorial--badge p{
        font-size:0.9em;
    }
    
    .shot img { height: 150px; }
  }
  
  /* Very small mobile */
  @media (max-width: 1024px) {
    .svx-metrics {
      gap: 0.75rem;
      padding: 0.75rem 0;
      flex-direction:column;
    }
    
    .svx-metric {
      padding: 0.5rem 0;
      align-items:right;
    }
    
    .svx-metric-val {
      font-size: 1.25rem;
    }
    
    .svx-metric-lbl {
      font-size: 0.65rem;
    }
    .inf-section-heading{
        text-align:center;
    }
    .inf-editorial--badge p{
        font-size:0.9em;
    }
    
  }
  
  /* ================================
     CTA Components
     ================================ */
  
   /* Inline CTA Box */
  .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;
    transition: all 0.3s ease;
  }
  
  .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;
  }
  
  /* Wearisma Elementor-style buttons - CORRECT STYLES */
  .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-cta-box {
      padding: 2rem 1.5rem;
    }
    
    .svx-cta-title {
      font-size: 1.5rem;
    }
    
    .svx-cta-subtitle {
      font-size: 1rem;
    }
    
    .svx-cta-buttons {
      flex-direction: column;
    }
    
    .svx-cta-btn {
      width: 100%;
      justify-content: center;
    }
    
    .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;
    }
  }
  
  @media (max-width: 480px) {
    .svx-cta-icon {
      width: 40px;
      height: 40px;
    }
    
    .svx-cta-title {
      font-size: 1.25rem;
    }
    
    .svx-cta-subtitle {
      font-size: 0.9rem;
    }
  }/* End custom CSS */