 .pwc-footer-section {
            height: 100%;
            width: 100%;
            position: relative;
            /* background-color: #000000; */
            color: white;
            padding: 0 20px;
        
        }
        /* WebGL canvas layer */
#light-pillar{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen; /* change to normal if needed */
}

        .footer-inner{
            background-color: #000;
            border-radius: 30px;
            padding: 100px 0;
        }

        .pwc-footer-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            z-index: 1;
        }

        .pwc-footer-bg::before {
            content: '';
            position: absolute;
            top: 30%;
            left: 15%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(6, 182, 212, 0.5) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(100px);
        }

        .pwc-footer-bg::after {
            content: '';
            position: absolute;
            bottom: 5%;
            right: 20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(14, 165, 233, 0.4) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(120px);
        }

        .pwc-footer-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
        }

        .pwc-footer-cta {
            text-align: center;
            margin-bottom: 80px;
        }

        .pwc-footer-cta h2 {
            font-size: 44px !important;
            color: #fff;
            font-weight: 500 !important;
            margin-bottom: 20px;
            line-height: 48.4px !important;
            letter-spacing: -1.76px;
        }

        .pwc-footer-cta p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 40px;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: -0.4px;
                }

        .pwc-footer-btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            color: #000;
            width: 179px;
            height: 50px;
            padding: 16px 8px;
            border-radius: 14px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            transition: background-color 0.3s;
            letter-spacing: -0.96px;
        }

        .pwc-footer-btn:hover {
            background-color: #50E0F9;
        }

        .pwc-footer-stores {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 80px;
            padding: 0 60px;
        }

        .pwc-footer-stores-label {
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            line-height: 26px;
            letter-spacing: -0.4px;
        }

        .pwc-footer-store-badges {
            display: flex;
            gap: 5px;
        }

        .pwc-footer-store-badge {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            transition: transform 0.3s;
        }

        .pwc-footer-store-badge:hover {
            transform: translateY(-3px);
        }

        .pwc-footer-store-badge.google {
            background: white;
            color: #4285F4;
        }

        .pwc-footer-store-badge.apple {
            background: #147CE5;
            color: white;
        }

        .pwc-footer-store-badge.huawei {
            background: #EF4444;
            color: white;
        }

        .pwc-footer-store-badge.fzm {
            background: #FCD34D;
            color: #1f2937;
            font-size: 11px;
        }

        .pwc-footer-bottom {
           background: rgba(255, 255, 255, 0);
    
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
            padding: 24px;
            border-radius: 18px;
            border: 1px solid #ffffff29;
        }

        .pwc-footer-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
        }

        .pwc-footer-column1{
            display: flex;
            gap: 50px;
            padding-left: 24px;
        }
        .pwc-footer-column1 h3 {
            font-size: 24px;
            letter-spacing: -0.4px;
            line-height: 26px;
            font-weight: 400;
            margin-bottom: 15px;
            color: #fff;
        }

        .pwc-footer-column1 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .pwc-footer-column1 ul li {
            margin-bottom: 5px;
        }

        .pwc-footer-column1 ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s;
        }

        .pwc-footer-column1 ul li a:hover {
            color: #06b6d4;
        }
        .pwc-footer-column2{
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 15px;
        }
        .pwc-footer-newsletter {
            margin-top: 0;
        }

        .pwc-footer-newsletter h4 {
            font-size: 1.125rem;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .pwc-footer-newsletter-form {
            display: flex;
            gap: 0;
            background: rgba(18, 17, 17, 0.75);
            border-radius: 12px;
            padding: 4px;
            max-width: 400px;
        }

        .pwc-footer-newsletter-input {
            flex: 1;
            padding: 12px 16px;
            border-radius: 6px;
            border: none;
            background: transparent;
            color: white;
            font-size: 0.875rem;
        }

        .pwc-footer-newsletter-input::placeholder {
            color: rgba(255, 255, 255, 0.65);
        }

        .pwc-footer-newsletter-btn {
            padding: 10px 20px;
            border-radius: 6px;
            background-color: #292929;
            color: white;
            border: none;
            font-weight: 400;
            cursor: pointer;
            font-size: 0.875rem;
            transition: background-color 0.3s;
            white-space: nowrap;
        }

        .pwc-footer-newsletter-btn:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .pwc-footer-column3{
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 15px;
        }

        .pwc-footer-social {
            /* margin-top: 24px; */
        }

        .pwc-footer-social h4 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .pwc-footer-social-links {
            display: flex;
            gap: 5px;
        }

        .pwc-footer-social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #50E0F9;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s;
            
        }

        .pwc-footer-social-link:hover {
            background: #06b6d4;
            transform: translateY(-2px);
        }

  /* =====================================================
   LARGE SCREENS / MAC / DESKTOP
===================================================== */

/* MacBook / 1440px */
@media (min-width: 1280px) and (max-width: 1536px){
  .pwc-footer-content{
    max-width: 1100px;
  }

  .pwc-footer-cta h2{
    font-size: 40px !important;
  }
}

/* iMac / 2K */
@media (min-width: 1537px) and (max-width: 1920px){
  .pwc-footer-content{
    max-width: 1200px;
  }
}

/* Ultra-wide / 4K */
@media (min-width: 1921px){
  .pwc-footer-content{
    max-width: 1280px;
  }

  .pwc-footer-cta h2{
    font-size: 44px !important;
  }
}

/* =====================================================
   LAPTOP / SMALL DESKTOP
===================================================== */

@media (max-width: 1280px){
  .footer-inner{
    padding: 80px 0;
  }

  .pwc-footer-stores{
    padding: 0 40px;
  }
}

/* =====================================================
   TABLET LANDSCAPE
===================================================== */

@media (max-width: 1024px){
  .pwc-footer-cta h2{
    font-size: 36px !important;
    line-height: 42px !important;
  }

  .pwc-footer-cta p{
    font-size: 16px;
  }

  .pwc-footer-stores{
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
  }

  .pwc-footer-grid{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* .pwc-footer-column1{
    padding-left: 0;
  } */
}

/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 768px){
  .footer-inner{
    padding: 64px 20px;
    border-radius: 24px;
  }

  .pwc-footer-cta{
    margin-bottom: 60px;
  }

  .pwc-footer-cta h2{
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .pwc-footer-cta p{
    font-size: 15px;
    line-height: 22px;
  }

  .pwc-footer-stores{
    margin-bottom: 60px;
  }

  .pwc-footer-grid{
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pwc-footer-column1{
    flex-direction: column;
    gap: 32px;
  }

  .pwc-footer-newsletter-form{
    flex-direction: column;
  }

  .pwc-footer-newsletter-btn{
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 480px){
  .pwc-footer-section{
    padding: 0 12px;
  }

  .footer-inner{
    padding: 48px 16px;
    border-radius: 20px;
  }

  .pwc-footer-cta h2{
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .pwc-footer-cta p{
    font-size: 14px;
  }

  .pwc-footer-btn{
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .pwc-footer-store-badges{
    flex-wrap: wrap;
    justify-content: center;
  }

  .pwc-footer-store-badge{
    width: 44px;
    height: 44px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 360px){
  .pwc-footer-cta h2{
    font-size: 22px !important;
  }

  .pwc-footer-social-links{
    flex-wrap: wrap;
    gap: 8px;
  }
}