:root{
  --primary:#3D2C8D;
  --accent:#FFD600;
  --cta:#E74C3C;
  --white:#ffffff;
  --dark:#111111;
  --light:#f7f5f2;
}

body{
  margin:0;
  font-family:'Montserrat',sans-serif;
  background:var(--light);
}
	 img {
      max-width: 100%;
      height: auto;
    }

/* ================================
   TOP BANNER LOGO FIX
   Current issue: logo tiny + cluttered
================================ */

.left-section{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  min-width:280px;
  padding-top:8px;
}

/* Main logo image */
.figo-logo-wrap{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  max-width:240px;   /* bigger */
  width:240px;
  margin:0;
}

.figo-logo{
  width:100%;
  max-width:240px;
  height:auto;
  object-fit:contain;
  display:block;
}

/* Desktop spacing */
.banner-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:38px 60px 20px;
}

/* RIGHT SECTION */
.right-section{
  display:flex;
  flex-direction:column;
  align-items:flex-start;

}

/* ================================
   TABLET
================================ */
@media(max-width:991px){

  .banner-inner{
    padding:28px 30px 18px;
  }

  .left-section{
    min-width:200px;
  }

  .figo-logo-wrap{
    max-width:180px;
    width:180px;
  }

  .figo-logo{
    max-width:180px;
  }
}

/* ================================
   MOBILE
================================ */
@media(max-width:767px){

  .banner-inner{
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:22px 20px 15px;
  }

  .left-section{
    justify-content:center;
    min-width:auto;
    width:100%;
    margin-bottom:18px;
  }

  .figo-logo-wrap{
    max-width:170px;
    width:170px;
    margin:0 auto;
  }

  .figo-logo{
    max-width:170px;
  }

  .right-section{
    align-items:center;
    width:100%;
  }
}

    /* =========================
       TOP BANNER
    ========================= */
    .top-banner {
      width: 100%;
      height: 200px;
      background: linear-gradient(90deg, #6f180d 0%, #7f1e10 48%, #65170c 100%);
      position: relative;
      overflow: hidden;
      padding-bottom: 48px;
    }

    .top-banner::before {
      content: "";
      position: absolute;
      top: -40px;
      left: -35px;
      width: 90px;
      height: 90px;
      background: #ddd537;
      border-radius: 50%;
    }

    .top-banner::after {
      content: "";
      position: absolute;
      bottom: -45px;
      right: -35px;
      width: 100px;
      height: 100px;
      background: #ddd537;
      border-radius: 50%;
    }

    .banner-inner {
      max-width: 1400px;
      margin: auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 30px;
      position: relative;
      z-index: 5;
    }

    .left-section {
      width: 48%;
      color: #fff;
    }

    /*.logo {
      font-size: 56px;
      font-weight: 900;
      line-height: 0.9;
      letter-spacing: -2px;
      text-transform: lowercase;
    }*/

    .logo .yellow {
      color: #ddd537;
    }

    .delhi-line {
      display: flex;
      align-items: center;
      margin: 4px 0 6px;
    }

    .delhi-line::before,
    .delhi-line::after {
      content: "";
      flex: 1;
      height: 2px;
      background: #ddd537;
    }

    .delhi-line span {
      color: #ddd537;
      font-size: 16px;
      letter-spacing: 6px;
      margin: 0 10px;
      font-weight: 700;
    }

    .tagline {
      font-size: 13px;
      line-height: 1.3;
      color: #f5f5f5;
    }

    .divider {
      width: 1px;
      height: 70px;
      background: rgba(255,255,255,0.2);
    }

    .right-section {
      width: 42%;
      color: white;
    }

    .info-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 7px;
      font-size: 14px;
      font-weight: 700;
    }

    .icon-circle {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #ffd600;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      flex-shrink: 0;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      background: #ffd600;
      color: #000000;
      padding: 9px 14px;
      border-radius: 10px;
      text-decoration: none;
      font-size: 13px;
      font-weight: 800;
      margin-top: 3px;
      min-width: auto;
    }

    .cta-btn i {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #7f1e10;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      margin-left: 10px;
    }

    /* CATEGORY BAR */
    .category-bar {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
      width: 92%;
      height: 42px;
      background: #f4f0e6;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      z-index: 10;
    }

    .category-item {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      font-size: 9px;
      font-weight: 700;
      text-align: center;
      color: #181818;
      position: relative;
      padding: 0 4px;
    }

    .category-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 18px;
      background: rgba(0,0,0,0.1);
    }

    .cat-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #ddd537;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #65170c;
      font-size: 10px;
      flex-shrink: 0;
    }


/* ==============================
PREMIUM HEADER + LOGO + TICKER UI REFINEMENT
Ready-to-use replacement CSS
============================== */

/* ===== HEADER ===== */
.pw-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  padding:10px 0 18px;
  background:linear-gradient(135deg, #722d22 0%, #4b160d 70%, #722d22 100%);
  box-shadow:0 10px 35px rgba(0,0,0,0.18);
  border-bottom:1px solid rgba(255,255,255,0.08);
}

/* ===== CONTAINER ===== */
.pw-container{
  width:90%;
  max-width:1440px;
  margin:auto;
}

/* ===== LOGO ===== */
.pw-logo{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:6px;
}

.pw-logo img{
  max-width:360px;
  height:auto;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,0.18));
}

.pw-header-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}

/* Gold underline below DELHI */
.pw-logo:after{
  content:"";
  position:absolute;
  bottom:-10px;
  left:0;
  width:82px;
  height:3px;
  background:#FFD600;
  border-radius:10px;
}

/* ===== EVENT INFO ===== */
.pw-event-info h4{
  margin:0;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  line-height:1.45;
}

/* ===== CTA ===== */
.pw-top-cta{
  display:inline-block;
  margin-top:12px;
  padding:14px 28px;
  background:linear-gradient(135deg,#F05A4F,#E74C3C);
  color:#ffffff;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(231,76,60,0.28);
  transition:all 0.3s ease;
}

.pw-top-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(231,76,60,0.35);
}

/* ===== CATEGORY BAR ===== */
.pw-category-bar{
  width:100%;
  max-width:1400px;
  margin:10px auto 0;
  overflow:hidden;
  position:relative;
  background:linear-gradient(
    90deg,
    rgba(244,208,0,0.96) 0%,
    rgba(255,221,0,1) 50%,
    rgba(244,208,0,0.96) 100%
  );
  border-radius:18px;
  padding:5px 0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 12px 30px rgba(0,0,0,0.15);
  border:1px solid rgba(255,255,255,0.18);
}

/* Top shine */
.pw-category-bar:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:rgba(255,255,255,0.4);
  z-index:3;
}

/* Edge fade */
.pw-category-bar:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(244,208,0,1), transparent 6%),
    linear-gradient(to left, rgba(244,208,0,1), transparent 6%);
}

/* ===== TRACK ===== */
.pw-category-track{
  display:flex;
  width:max-content;
  min-width:200%;
  align-items:center;
  animation:tickerScroll 30s linear infinite;
}

/* Pause on hover */
.pw-category-bar:hover .pw-category-track{
  animation-play-state:paused;
}

/* ===== TICKER ITEMS ===== */
.pw-category-track span{
  white-space:nowrap;
  font-size:16px;
  color:#000000;
  padding:0 48px;
  letter-spacing:0.2px;
  position:relative;
}

/* Bullet separator */
.pw-category-track span::after{
  content:"•";
  position:absolute;
  right:-4px;
  color:#000000;
}

/* ===== ANIMATION ===== */
@keyframes tickerScroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){

  .pw-header{
    padding:14px 0 20px;
  }

  .pw-logo img{
    max-width:280px;
  }

  .pw-category-track span{
    font-size:16px;
    padding:0 34px;
  }

  .pw-top-cta{
    padding:12px 20px;
    font-size:14px;
  }
}

@media(max-width:576px){

  .pw-logo img{
    max-width:220px;
  }


  .pw-category-track span{
    font-size:15px;
    padding:0 24px;
  }

  .pw-top-cta{
    width:100%;
    text-align:center;
  }
}

.pw-logo small{
  color:#FFD600;
  letter-spacing:4px;
  font-size:12px;
  font-weight:600;
}

.pw-event-info{
  text-align:right;
  color:var(--white);
}

.pw-event-info h4{
  margin:0;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
}

.pw-top-cta{
  display:inline-block;
  margin-top:10px;
  padding:12px 22px;
  background:var(--cta);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  border-radius:8px;
  transition:0.3s ease;
}

.pw-top-cta:hover{
  transform:translateY(-2px);
}

/* ===== CATEGORY BAR ===== */

	
.pw-category-track{
  display:flex;
  width:max-content;
  min-width:200%;
  align-items:center;
  gap:0;
  animation:tickerScroll 28s linear infinite;
}

.pw-category-track span{
  white-space:nowrap;
  font-size:16px;
  color:#000000;
  padding:0 34px;
  letter-spacing:0.2px;
}

.pw-category-track span::after{
  content:"|";
  position:absolute;
  right:-4px;
  color:#000000;
}

@keyframes tickerScroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* ===== HERO ===== */
.pw-hero{
  position:relative;
  min-height:65vh;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 35%, rgba(0,0,0,0.05) 100%),
    url('../images/slider-main/bg2.jpg') center center/cover no-repeat;
  display:flex;
  align-items:center;
  padding-top:50px;
}

.pw-hero-content{
  max-width:760px;
  color:var(--white);
}

.pw-badge{
  display:inline-block;
  background:rgba(255,214,0,0.95);
  color:var(--dark);
  font-size:14px;
  font-weight:700;
  padding:10px 18px;
  border-radius:50px;
  margin-bottom:25px;
}

.pw-hero h1{
  font-size:50px;
  line-height:1.15;
  margin:0 0 20px;
  font-weight:800;
}

.pw-hero p{
  font-size:22px;
  line-height:1.7;
  margin-bottom:30px;
}

.pw-hero .note{
  color:#ffffff;
  font-size:12px;
  text-align:left;
}

/* ===== STATS ===== */
.pw-stats{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:35px;
}

.pw-stat-box{
  background:rgba(255,255,255,0.12);
  backdrop-filter:blur(10px);
  padding:18px 28px;
  border-radius:14px;
  min-width:150px;
}

.pw-stat-box strong{
  display:block;
  font-size:28px;
  font-weight:800;
}

.pw-stat-box span{
  font-size:14px;
  opacity:0.9;
}

/* ===== CTA ===== */
.pw-hero-buttons{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.pw-btn-primary,
.pw-btn-secondary{
  padding:16px 30px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  transition:0.3s ease;
}

.pw-btn-primary{
  background:var(--accent);
  color:var(--dark);
}

.pw-btn-secondary{
  border:2px solid #fff;
  color:#fff;
}

.pw-btn-primary:hover,
.pw-btn-secondary:hover{
  transform:translateY(-3px);
}

/* ===== MOBILE ===== */
@media(max-width:992px){
  .pw-hero h1{
    font-size:42px;
  }

  .pw-hero p{
    font-size:18px;
  }

  .pw-header-flex{
    flex-direction:column;
    text-align:center;
    gap:20px;
  }

  .pw-event-info{
    text-align:center;
  }
}

@media(max-width:576px){
  .pw-hero{
    padding-top:220px;
  }

  .pw-hero h1{
    font-size:34px;
  }

  .pw-stat-box{
    width:100%;
  }

  .pw-hero-buttons{
    flex-direction:column;
  }

  .pw-btn-primary,
  .pw-btn-secondary{
    text-align:center;
    width:100%;
  }
}
	
/* =========================================
PREMIUM INTRO SECTION
========================================= */

.pw-intro-section{
  padding:50px 0;
  background:
    radial-gradient(circle at top right, rgba(255,214,0,0.08), transparent 30%),
    linear-gradient(180deg, #f7f5f2 0%, #ffffff 100%);
}

.pw-intro-card{
  display:grid;
  grid-template-columns:1.4fr 0.9fr;
  gap:50px;
  background:#ffffff;
  border-radius:28px;
  padding:40px;
  box-shadow:0 25px 60px rgba(0,0,0,0.08);
  border:1px solid rgba(61,44,141,0.06);
}

/* ===== LEFT ===== */
.pw-section-badge{
  display:inline-block;
  padding:10px 18px;
  background:rgba(61,44,141,0.08);
  color:#3D2C8D;
  font-size:14px;
  font-weight:700;
  border-radius:50px;
  margin-bottom:24px;
}

.pw-intro-content h2{
  font-size:40px;
  line-height:1.15;
  font-weight:800;
  color:#111111;
  margin:0 0 24px;
}

.pw-intro-content h2 span{
  color:#3D2C8D;
}

.pw-intro-lead{
  font-size:22px;
  line-height:1.7;
  font-weight:600;
  color:#2B1D63;
}

.pw-intro-content p{
  font-size:16px;
  line-height:1.5;
  color:#444;
  margin-bottom:18px;
}

/* ===== BUTTONS ===== */
.pw-intro-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:30px;
}

.pw-btn-secondary-dark{
  display:inline-block;
  padding:16px 30px;
  background:#3D2C8D;
  color:#ffffff;
  text-decoration:none;
  border-radius:12px;
  font-weight:700;
  transition:all .3s ease;
}

.pw-btn-secondary-dark:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(61,44,141,0.25);
}

/* ===== RIGHT ===== */
.pw-intro-highlights{
  display:flex;
  flex-direction:column;
  gap:18px;
  justify-content:center;
}

.pw-highlight-box{
  padding:28px;
  border-radius:20px;
  background:
    linear-gradient(135deg, rgba(61,44,141,0.04), rgba(255,214,0,0.08));
  border:1px solid rgba(61,44,141,0.08);
  transition:all .3s ease;
}

.pw-highlight-box:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(0,0,0,0.08);
}

.pw-highlight-box strong{
  display:block;
  font-size:20px;
  color:#111;
  margin-bottom:10px;
}

.pw-highlight-box span{
  font-size:16px;
  line-height:1.7;
  color:#555;
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){

  .pw-intro-card{
    grid-template-columns:1fr;
    padding:40px;
  }

  .pw-intro-content h2{
    font-size:30px;
  }

  .pw-intro-lead{
    font-size:20px;
  }
}

@media(max-width:576px){

  .pw-intro-section{
    padding:70px 0;
  }

  .pw-intro-card{
    padding:28px;
    border-radius:20px;
  }

  .pw-intro-content h2{
    font-size:22px;
  }

  .pw-intro-content p,
  .pw-intro-lead{
    font-size:17px;
  }

  .pw-intro-buttons{
    flex-direction:column;
  }

  .pw-btn-primary,
  .pw-btn-secondary-dark{
    width:100%;
    text-align:center;
  }
}	
	
/* =========================================
WHY EXHIBIT IN DELHI — PREMIUM SECTION
========================================= */

.pw-why-section{
  padding:110px 0;
  background:
    radial-gradient(circle at top left, rgba(61,44,141,0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255,214,0,0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f7fc 100%);
}

/* ===== HEADER ===== */
.pw-why-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.pw-why-header h2{
  font-size:58px;
  font-weight:800;
  line-height:1.15;
  color:#111;
  margin:18px 0;
}

.pw-why-header h2 span{
  color:#3D2C8D;
}

.pw-why-header p{
  font-size:20px;
  line-height:1.9;
  color:#555;
  margin:0;
}

/* ===== GRID ===== */
.pw-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* ===== CARD ===== */
.pw-why-card{
  position:relative;
  padding:34px 30px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(61,44,141,0.08);
  box-shadow:0 18px 40px rgba(0,0,0,0.06);
  transition:all .35s ease;
  overflow:hidden;
}

.pw-why-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 50px rgba(0,0,0,0.1);
}

/* Featured card */
.pw-why-card.featured{
  background:
    linear-gradient(135deg, rgba(255,214,0,0.12), rgba(61,44,141,0.03));
}

/* Dark featured */
.pw-why-card.featured-dark{
  background:linear-gradient(135deg,#3D2C8D,#4B1FA0);
  color:#ffffff;
}

.pw-why-card.featured-dark h3,
.pw-why-card.featured-dark p{
  color:#ffffff;
}

/* ===== ICON ===== */
.pw-icon-wrap{
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(61,44,141,0.08), rgba(255,214,0,0.2));
  margin-bottom:22px;
}

.featured-dark .pw-icon-wrap{
  background:rgba(255,255,255,0.15);
}

/* ===== TEXT ===== */
.pw-why-card h3{
  font-size:24px;
  font-weight:800;
  line-height:1.35;
  color:#111;
  margin-bottom:14px;
}

.pw-why-card p{
  font-size:17px;
  line-height:1.8;
  color:#555;
  margin:0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
  .pw-why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:992px){

  .pw-why-section{
    padding:90px 0;
  }

  .pw-why-header h2{
    font-size:46px;
  }

  .pw-why-header p{
    font-size:18px;
  }
}

@media(max-width:768px){

  .pw-why-grid{
    grid-template-columns:1fr;
  }

  .pw-why-header{
    margin-bottom:50px;
  }
}

@media(max-width:576px){

  .pw-why-section{
    padding:70px 0;
  }

  .pw-why-header h2{
    font-size:34px;
  }

  .pw-why-header p{
    font-size:17px;
    line-height:1.8;
  }

  .pw-why-card{
    padding:28px 24px;
    border-radius:20px;
  }

  .pw-why-card h3{
    font-size:22px;
  }

  .pw-why-card p{
    font-size:16px;
  }
}	
/* =========================================
PREMIUM PRODUCT GROUPS
========================================= */

.pw-products-section{
  padding:50px 0;
  background: linear-gradient(90deg, #660c10 0%, #ef9b7c 100%);
  position:relative;
  overflow:hidden;
}

/* ===== HEADER ===== */
.pw-products-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.pw-products-header h2{
  width:100%;
  text-align:center;
  margin:0 auto 18px;
}

.pw-products-header p{
  width:100%;
  max-width:900px;
  text-align:center;
  margin:0 auto;
  line-height:1.8;
}

/* MOBILE */
@media(max-width:768px){
  .pw-products-header{
    margin:0 auto 50px;
    padding:0 15px;
  }

  .pw-products-header h2,
  .pw-products-header p{
    text-align:center;
  }
}

.pw-products-header .pw-section-badge{
  background:rgba(255,255,255,0.12);
  color:#FFD600;
}

.pw-products-header h2{
  font-size:40px;
  font-weight:800;
  line-height:1.15;
  color:#ffffff;
  margin:18px 0;
}

.pw-products-header h2 span{
  color:#FFD600;
}

.pw-products-header p{
  font-size:20px;
  line-height:1.9;
  color:rgba(255,255,255,0.85);
}

/* ===== GRID ===== */
.pw-products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

/* ===== CARD ===== */
.pw-product-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  padding:34px 24px;
  text-align:center;
  transition:all .35s ease;
  box-shadow:0 14px 34px rgba(0,0,0,0.12);
}

.pw-product-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,0.14);
  box-shadow:0 22px 50px rgba(0,0,0,0.18);
}

/* Featured eco */
.pw-product-card.featured{
  background:linear-gradient(
    135deg,
    rgba(255,214,0,0.22),
    rgba(255,255,255,0.12)
  );
}

/* Dark premium */
.pw-product-card.premium-dark{
  background:linear-gradient(135deg,#FFD600,#F4D000);
}

.pw-product-card.premium-dark h3{
  color:#111111;
}

/* ===== ICON ===== */
.pw-product-card img{
  width:72px;
  height:72px;
  object-fit:contain;
  margin-bottom:22px;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,0.18));
}

/* ===== TITLE ===== */
.pw-product-card h3{
  font-size:28px;
  line-height:1.9;
  color:#ffffff;
  margin:0;
}

/* ===== CTA ===== */
.pw-products-cta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:60px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
  .pw-products-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:992px){

  .pw-products-section{
    padding:90px 0;
  }

  .pw-products-header h2{
    font-size:36px;
  }

  .pw-products-header p{
    font-size:18px;
  }

  .pw-products-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){

  .pw-products-grid{
    grid-template-columns:1fr;
  }

  .pw-products-header{
    margin-bottom:50px;
  }
}

@media(max-width:576px){

  .pw-products-section{
    padding:70px 0;
  }

  .pw-products-header h2{
    font-size:24px;
  }

  .pw-products-header p{
    font-size:17px;
  }

  .pw-product-card{
    padding:28px 22px;
    border-radius:20px;
  }

  .pw-product-card h3{
    font-size:14px;
  }

  .pw-products-cta{
    flex-direction:column;
  }

  .pw-btn-primary,
  .pw-btn-secondary-dark{
    width:100%;
    text-align:center;
  }
}	
/* TAG STYLE DESCRIPTION */
.pw-product-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}

.pw-product-tags span{
  display:inline-block;
  background:rgba(243,204,196,0.14);
  color:#ffffff;
  border:1px solid rgba(255,214,0,0.35);
  padding:6px 12px;
  border-radius:50px;
  font-size:12px;
  font-weight:600;
  line-height:1.3;
  transition:all .3s ease;
}

.pw-product-tags span:hover{
  background:#FFD600;
  color:#65170c;
  transform:translateY(-2px);
}

/* MOBILE */
@media(max-width:576px){
  .pw-product-tags span{
    font-size:11px;
    padding:5px 10px;
  }
}

/* =========================================
COMPACT PRODUCT GROUPS — PREMIUM 6 COLUMN GRID
Fully Revised Responsive Version
========================================= */

/* ===== GRID LAYOUT ===== */
.compact-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:20px;
  align-items:stretch;
  width:100%;
}

/* ===== CARD ===== */
.compact-card{
  position:relative;
  padding:24px 16px;
  text-align:center;
  min-height:300px;
  border-radius:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 14px 34px rgba(0,0,0,0.12);
  transition:all .35s ease;
  overflow:hidden;
}

/* Hover */
.compact-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,0.14);
  box-shadow:0 22px 50px rgba(0,0,0,0.18);
}

/* Featured */
.compact-card.featured{
  background:linear-gradient(
    135deg,
    rgba(255,214,0,0.18),
    rgba(255,255,255,0.08)
  );
}

/* ===== ICON ===== */
.compact-card img{
  width:64px;
  height:64px;
  object-fit:contain;
  margin:0 auto 18px;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,0.18));
}

/* ===== TITLE ===== */
.compact-card h3{
  font-size:18px;
  line-height:1.4;
  color:#ffffff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== PREVIEW TAGS ===== */
.preview-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  align-content:flex-start;
}

/* ===== EXPANDED TAGS ===== */
.pw-tags-expand{
  /*display:none;*/
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,0.08);
}

.compact-card.active .pw-tags-expand{
  display:flex;
}

/* ===== TAG DESIGN ===== */
.pw-product-tags span,
.preview-tags span,
.pw-tags-expand span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  border:1px solid rgba(255,214,0,0.35);
  padding:6px 10px;
  border-radius:30px;
  font-size:10px;
  font-weight:600;
  line-height:1.3;
  white-space:nowrap;
  transition:all .3s ease;
}

/* Tag Hover */
.pw-product-tags span:hover,
.preview-tags span:hover,
.pw-tags-expand span:hover{
  background:#FFD600;
  color:#65170c;
  transform:translateY(-2px);
}

/* ===== BUTTON ===== */
.pw-tag-toggle{
  margin-top:auto;
  padding-top:5px;
  background:none;
  border:none;
  color:#ffffff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.8px;
  transition:all .3s ease;

}

.pw-tag-toggle:hover{
  color:#ffffff;
  transform:translateY(-2px);
}

/* ===== LARGE DESKTOP ===== */
@media(max-width:1600px){
  .compact-grid{
    grid-template-columns:repeat(5,1fr);
  }
}

/* ===== DESKTOP ===== */
@media(max-width:1400px){
  .compact-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

/* ===== LAPTOP ===== */
@media(max-width:1200px){
  .compact-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .compact-card{
    min-height:290px;
  }
}

/* ===== TABLET ===== */
@media(max-width:992px){
  .compact-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }

  .compact-card{
    min-height:280px;
    padding:24px 18px;
  }

  .compact-card h3{
    font-size:17px;
  }
}

/* ===== MOBILE ===== */
@media(max-width:576px){
  .compact-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .compact-card{
    min-height:auto;
    padding:24px 18px;
    border-radius:20px;
  }

  .compact-card img{
    width:58px;
    height:58px;
  }

  .compact-card h3{
    font-size:20px;
    min-height:auto;
  }

  .preview-tags{
    min-height:auto;
  }

  .preview-tags span,
  .pw-tags-expand span{
    font-size:11px;
    padding:6px 10px;
  }

  .pw-tag-toggle{
    font-size:13px;
  }
}
/* =========================================
BUSINESS MARKETPLACE PREMIUM
========================================= */

.pw-marketplace-section{
  padding:60px 0;
  background:
    radial-gradient(circle at top left, rgba(255,214,0,0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(61,44,141,0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f6fc 100%);
}

/* ===== HERO ===== */
.pw-marketplace-hero{
  text-align:center;
  max-width:980px;
  margin:0 auto 80px;
}

.pw-marketplace-pill{
  display:inline-block;
  background:linear-gradient(135deg,#E74C3C,#D62828);
  color:#ffffff;
  padding:12px 22px;
  border-radius:50px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.5px;
  margin-bottom:24px;
  box-shadow:0 12px 28px rgba(231,76,60,0.2);
}

.pw-marketplace-hero h2{
  font-size:40px;
  line-height:1.12;
  font-weight:800;
  margin-bottom:24px;
  color:#111;
}

.pw-marketplace-hero h2 span{
  display:block;
  color:#3D2C8D;
}

.pw-marketplace-hero p{
  font-size:21px;
  line-height:1.9;
  color:#555;
}

/* ===== ECOSYSTEM ===== */
.pw-ecosystem-wrap{
  display:grid;
  grid-template-columns:1.35fr 0.9fr;
  gap:55px;
  margin-bottom:80px;
}

.pw-ecosystem-left h3{
  font-size:30px;
  line-height:1.15;
  font-weight:800;
  color:#111;
  margin-bottom:22px;
}

.pw-ecosystem-lead{
  font-size:22px;
  line-height:1.8;
  color:#2B1D63;
  font-weight:600;
}

.pw-ecosystem-left p{
  font-size:18px;
  line-height:1.9;
  color:#555;
}

/* ===== RIGHT CARDS ===== */
.pw-ecosystem-right{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.pw-ecosystem-card{
  padding:30px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(61,44,141,0.08);
  box-shadow:0 18px 38px rgba(0,0,0,0.06);
}

.pw-ecosystem-card strong{
  display:block;
  font-size:22px;
  margin-bottom:10px;
  color:#111;
}

.pw-ecosystem-card span{
  font-size:16px;
  line-height:1.8;
  color:#555;
}

.pw-ecosystem-card.featured{
  background:linear-gradient(135deg,#3D2C8D,#4B1FA0);
}

.pw-ecosystem-card.featured strong,
.pw-ecosystem-card.featured span{
  color:#ffffff;
}


/* =========================================
ONE STEP GUIDE PREMIUM
========================================= */

.pw-guide-section{
  padding:0;
}

/* ===== GRID ===== */
.pw-guide-grid{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  min-height:760px;
}

/* ===== LEFT ===== */
.pw-guide-left{
  background:linear-gradient(180deg,#FFD600 0%, #F4D000 100%);
  padding:50px 70px;
  display:flex;
  align-items:center;
}

.pw-guide-content{
  width:100%;
}

.pw-section-badge.dark{
  background:rgba(17,17,17,0.08);
  color:#111;
}

.pw-guide-content h2{
  font-size:40px;
  line-height:1.1;
  font-weight:800;
  color:#111;
  margin:20px 0;
}

.pw-guide-content h2 span{
  color:#3D2C8D;
}

.pw-guide-intro{
  font-size:16px;
  line-height:1.8;
  color:#333;
  margin-bottom:36px;
}

/* ===== ACCORDION ===== */
.pw-accordion{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.pw-accordion-item{
  background:rgba(255,255,255,0.42);
  backdrop-filter:blur(10px);
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.35);
}

.pw-accordion-header{
  width:100%;
  background:none;
  border:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:24px 26px;
  font-size:20px;
  font-weight:800;
  color:#111;
  cursor:pointer;
  text-align:left;
}

.pw-icon{
  font-size:28px;
  font-weight:700;
  color:#3D2C8D;
}

.pw-accordion-body{
  padding:0 26px 26px;
}

.pw-accordion-body p{
  font-size:16px;
  line-height:1.8;
  color:#333;
  margin-bottom:18px;
}

/* ===== DARK BUTTON ===== */
.pw-btn-dark{
  display:inline-block;
  padding:14px 26px;
  background:#000000;
  color:#ffffff;
  text-decoration:none;
  border-radius:12px;
  font-weight:700;
  transition:all .3s ease;
}

.pw-btn-dark:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(61,44,141,0.22);
	color:#ffffff;
}

/* ===== RIGHT ===== */
.pw-guide-right{
  position:relative;
  background:
    linear-gradient(rgba(17,17,17,0.85), rgba(17,17,17,0.72)),
    url('../images/video-bg.jpg') center center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:50px 60px;
}

.pw-video-overlay{
  width:100%;
  max-width:760px;
  text-align:center;
  color:#ffffff;
}

.pw-section-badge.video{
  background:rgba(255,255,255,0.12);
  color:#FFD600;
}

.pw-video-overlay h2{
  font-size:40px;
  line-height:1.18;
  font-weight:800;
  margin:20px 0;
}

.pw-video-overlay p{
  font-size:19px;
  line-height:1.9;
  color:rgba(255,255,255,0.88);
  margin-bottom:34px;
}

/* ===== VIDEO ===== */
.pw-video-container{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,0.28);
}

.pw-video-container iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){

  .pw-guide-grid{
    grid-template-columns:1fr;
  }

  .pw-guide-left,
  .pw-guide-right{
    padding:70px 40px;
  }
}

@media(max-width:768px){

  .pw-guide-content h2,
  .pw-video-overlay h2{
    font-size:28px;
  }

  .pw-guide-intro,
  .pw-video-overlay p{
    font-size:14px;
  }

  .pw-accordion-header{
    font-size:18px;
    padding:20px;
  }
}

@media(max-width:576px){

  .pw-guide-left,
  .pw-guide-right{
    padding:55px 22px;
  }

  .pw-guide-content h2,
  .pw-video-overlay h2{
    font-size:20px;
  }

  .pw-video-container{
    border-radius:18px;
  }
}



	/* =========================================
PREMIUM GALLERY
========================================= */

.pw-gallery-section{
  padding:50px 0;
  background:
    radial-gradient(circle at top right, rgba(255,214,0,0.08), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f8f7fc 100%);
}

/* ===== HEADER ===== */
.pw-gallery-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.pw-gallery-header h2{
  font-size:40px;
  font-weight:800;
  line-height:1.15;
  color:#111;
  margin:18px 0;
}

.pw-gallery-header h2 span{
  color:#3D2C8D;
}

.pw-gallery-header p{
  font-size:20px;
  line-height:1.9;
  color:#555;
}

/* ===== GRID ===== */
.pw-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:240px;
  gap:18px;
}

.pw-gallery-item{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.pw-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.pw-gallery-item:hover img{
  transform:scale(1.08);
}

/* Overlay */
.pw-gallery-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(rgba(17,17,17,0.15), rgba(17,17,17,0.65));
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  opacity:0;
  transition:opacity .35s ease;
}

.pw-gallery-item:hover .pw-gallery-overlay{
  opacity:1;
}

/* Variants */
.pw-gallery-item.large{
  grid-column:span 2;
  grid-row:span 2;
}

.pw-gallery-item.tall{
  grid-row:span 2;
}

.pw-gallery-item.wide{
  grid-column:span 2;
}

/* CTA */
.pw-gallery-cta{
  text-align:center;
  margin-top:50px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){

  .pw-gallery-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:992px){

  .pw-gallery-header h2{
    font-size:46px;
  }

  .pw-gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){

  .pw-gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:260px;
  }

  .pw-gallery-item.large,
  .pw-gallery-item.tall,
  .pw-gallery-item.wide{
    grid-column:auto;
    grid-row:auto;
  }
}

@media(max-width:576px){

  .pw-gallery-section{
    padding:50px 0;
  }

  .pw-gallery-header h2{
    font-size:34px;
  }

  .pw-gallery-header p{
    font-size:17px;
  }
}
	.pw-gallery-item{
  cursor:pointer;
}

.lb-data .lb-caption{
  font-size:16px;
  font-weight:600;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  opacity:1 !important;
}
	
	/* Popup Background */
.pw-gallery-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.92);
  z-index:999999;
  justify-content:center;
  align-items:center;
  padding:40px;
  backdrop-filter:blur(8px);
}

.pw-gallery-popup.active{
  display:flex;
}

.pw-gallery-popup img{
  max-width:92%;
  max-height:92%;
  border-radius:18px;
  box-shadow:0 25px 60px rgba(0,0,0,0.45);
}

.pw-popup-close{
  position:absolute;
  top:25px;
  right:35px;
  font-size:56px;
  color:#fff;
  cursor:pointer;
  line-height:1;
}

.pw-popup-close:hover{
  color:#FFD600;
}

/* Animation */
@keyframes popupZoom{
  from{
    transform:scale(.88);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}

/* Mobile */
@media(max-width:768px){
  .pw-popup-close{
    top:20px;
    right:24px;
    font-size:42px;
  }
}
/* =========================================
PREMIUM FOOTER
========================================= */

.pw-footer{
   background:linear-gradient(135deg, #722d22 0%, #4b160d 70%, #722d22 100%);
  color:#ffffff;
  position:relative;
  overflow:hidden;
}

/* ===== MAIN ===== */
.pw-footer-main{
  padding:90px 0 60px;
}

/* ===== TOPBAR ===== */
.pw-footer-topbar{
  text-align:center;
  padding:40px;
  margin-bottom:60px;
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(255,214,0,0.12), rgba(255,255,255,0.04));
  border:1px solid rgba(255,255,255,0.08);
}

.pw-footer-topbar h2{
  font-size:42px;
  font-weight:800;
  line-height:1.25;
  margin-bottom:24px;
}

.pw-footer-top-buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px;
}

.pw-btn-footer{
  display:inline-block;
  padding:16px 30px;
  border:2px solid rgba(255,255,255,0.2);
  color:#ffffff;
  text-decoration:none;
  border-radius:12px;
  font-weight:700;
  transition:.3s ease;
}

.pw-btn-footer:hover{
  background:#ffffff;
  color:#111;
}

/* ===== GRID ===== */
.pw-footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.pw-footer-card{
  padding:30px;
  border-radius:24px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.06);
}

.pw-footer-card h3{
  font-size:24px;
  font-weight:800;
  color:#FFD600;
  margin-bottom:24px;
}

.pw-contact-person{
  margin-bottom:24px;
}

.pw-contact-person:last-child{
  margin-bottom:0;
}

.pw-contact-person strong{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}

.pw-contact-person p{
  margin:0 0 8px;
  color:rgba(255,255,255,0.82);
  line-height:1.8;
}

.pw-contact-person a{
  color:#FFD600;
  text-decoration:none;
  font-weight:600;
}

/* ===== BOTTOM ===== */
.pw-footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:30px 0;
}

.pw-footer-bottom-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
}

.pw-footer-brand img{
  max-height:42px;
}

.pw-footer-copy{
  color:rgba(255,255,255,0.72);
  font-size:14px;
  text-align:center;
}



.pw-footer-links{
  display:flex;
  gap:18px;
}

.pw-footer-links a{
  color:#FFD600;
  text-decoration:none;
  font-size:14px;
}

/* ===== BACK TO TOP ===== */
.pw-back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg,#FFD600,#F4D000);
  color:#111;
  font-size:24px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 18px 35px rgba(0,0,0,0.22);
  z-index:999;
  transition:.3s ease;
}

.pw-back-to-top:hover{
  transform:translateY(-4px);
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
  .pw-footer-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){

  .pw-footer-grid{
    grid-template-columns:1fr;
  }

  .pw-footer-topbar h2{
    font-size:32px;
  }

  .pw-footer-bottom-inner{
    flex-direction:column;
    text-align:center;
  }
}

@media(max-width:576px){

  .pw-footer-main{
    padding:70px 0 50px;
  }

  .pw-footer-topbar{
    padding:28px 20px;
  }

  .pw-footer-topbar h2{
    font-size:26px;
  }

  .pw-footer-card{
    padding:24px;
  }

  .pw-back-to-top{
    width:48px;
    height:48px;
    font-size:20px;
  }
}	

/* =========================================
PREMIUM MARKETPLACE SECTION
FINAL REVISED VERSION
========================================= */

.pw-marketplace-section{
  position:relative;
  padding:70px 0 55px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,#f6f1e4 0%,transparent 30%),
    linear-gradient(90deg,#f7f7f7 0%,#f2f2f6 100%);
}

/* CONTAINER */

.pw-marketplace-section .pw-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* =========================================
HERO
========================================= */

.pw-marketplace-hero{
  text-align:center;
  margin-bottom:42px;
}

.pw-marketplace-hero .pw-section-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:50px;
  background:#ece8ff;
  color:#3D2C8D;
  font-size:13px;
  font-weight:700;
  margin-bottom:16px;
}

.pw-marketplace-hero h2{
  font-size:48px;
  line-height:1.15;
  font-weight:800;
  color:#111111;
  margin:0;
  letter-spacing:-1px;
}

.pw-marketplace-hero h2 span{
  display:block;
  color:#3D2C8D;
}

/* =========================================
CONTENT WRAP
========================================= */

.pw-ecosystem-wrap{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:start;
  margin-bottom:50px;
}

/* LEFT */

.pw-ecosystem-left h3{
  font-size:32px;
  line-height:1.3;
  font-weight:800;
  color:#111111;
  margin-bottom:20px;
}

.pw-ecosystem-left p{
  font-size:16px;
  line-height:1.85;
  color:#555555;
  margin-bottom:16px;
}

.pw-ecosystem-lead{
  font-size:17px !important;
  color:#222222 !important;
}

/* BUTTON */

.pw-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 26px;
  border-radius:14px;
  background:#FFD600;
  color:#111111;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  transition:all .3s ease;
  box-shadow:0 10px 24px rgba(255,214,0,0.28);
}

.pw-btn-primary:hover{
  transform:translateY(-3px);
}

/* =========================================
RIGHT CARDS
========================================= */

.pw-ecosystem-right{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.pw-ecosystem-card{
  background:#ffffff;
  border-radius:20px;
  padding:24px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:all .3s ease;
}

.pw-ecosystem-card:hover{
  transform:translateY(-4px);
}

.pw-ecosystem-card strong{
  display:block;
  font-size:18px;
  line-height:1.4;
  font-weight:800;
  color:#111111;
  margin-bottom:10px;
}

.pw-ecosystem-card span{
  display:block;
  font-size:15px;
  line-height:1.75;
  color:#666666;
}

.pw-ecosystem-card img{
  max-width:120px;
  margin-top:10px;
}

/* =========================================
STATS SECTION
========================================= */

.pw-marketplace-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  margin-top:10px;
}

/* =========================================
STAT CARD
========================================= */

.pw-market-stat-card{
  position:relative;
  overflow:hidden;

  min-height:380px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  text-align:center;

  border-radius:34px;
  padding:44px 30px;

  transition:all .35s ease;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.08);
}

/* REMOVE OLD DOTS / LINES */

.pw-market-stat-card::before,
.pw-market-stat-card::after,
.pw-market-stat-card *::before,
.pw-market-stat-card *::after{
  content:none !important;
  display:none !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}

/* HOVER */

.pw-market-stat-card:hover{
  transform:translateY(-8px);
}

/* CARD COLORS */

.pw-market-stat-card:nth-child(1){
  background:#f84b8a;
}

.pw-market-stat-card:nth-child(2){
  background:#4e88e2;
}

.pw-market-stat-card:nth-child(3){
  background:#e7d200;
}

.pw-market-stat-card:nth-child(4){
  background:#3d24a8;
}

/* NUMBER */

.pw-market-stat-card strong{
  display:block;
  font-size:50px;
  line-height:1;
  font-weight:900;
  letter-spacing:-2px;
  margin-bottom:18px;
}

/* TITLE */

.pw-market-stat-card h4{
  font-size:28px;
  line-height:1.3;
  font-weight:800;
  margin-bottom:18px;
}

/* DESCRIPTION */

.pw-market-stat-card p{
  font-size:18px;
  line-height:1.8;
  max-width:260px;
  margin:0 auto;
}

/* WHITE TEXT */

.pw-market-stat-card:nth-child(1) strong,
.pw-market-stat-card:nth-child(1) h4,
.pw-market-stat-card:nth-child(1) p,

.pw-market-stat-card:nth-child(2) strong,
.pw-market-stat-card:nth-child(2) h4,
.pw-market-stat-card:nth-child(2) p,

.pw-market-stat-card:nth-child(4) strong,
.pw-market-stat-card:nth-child(4) h4,
.pw-market-stat-card:nth-child(4) p{
  color:#ffffff;
}

/* BLACK TEXT */

.pw-market-stat-card:nth-child(3) strong,
.pw-market-stat-card:nth-child(3) h4,
.pw-market-stat-card:nth-child(3) p{
  color:#ffffff;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

  .pw-marketplace-stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:992px){

  .pw-marketplace-section{
    padding:65px 0 50px;
  }

  .pw-marketplace-hero h2{
    font-size:38px;
  }

  .pw-ecosystem-wrap{
    grid-template-columns:1fr;
    gap:30px;
  }

  .pw-ecosystem-left h3{
    font-size:28px;
  }
}

@media(max-width:768px){

  .pw-marketplace-hero{
    margin-bottom:34px;
  }

  .pw-marketplace-hero h2{
    font-size:30px;
  }

  .pw-marketplace-stats{
    grid-template-columns:1fr;
  }

  .pw-market-stat-card{
    min-height:auto;
    padding:36px 28px;
    border-radius:28px;
  }

  .pw-market-stat-card strong{
    font-size:48px;
  }

  .pw-market-stat-card h4{
    font-size:24px;
  }

  .pw-market-stat-card p{
    font-size:16px;
    line-height:1.7;
  }
}

@media(max-width:576px){

  .pw-marketplace-section{
    padding:55px 0 45px;
  }

  .pw-marketplace-hero h2{
    font-size:26px;
  }

  .pw-ecosystem-left h3{
    font-size:24px;
  }

  .pw-ecosystem-left p,
  .pw-ecosystem-card span{
    font-size:15px;
  }

  .pw-btn-primary{
    width:100%;
  }
}

