/* =========================================================
   HOMEPAGE STYLE INDEX
   1. Hero Section
   2. Reels Section
   3. Home Showcase Sections
   4. Homepage Utilities + Visual States
   ========================================================= */

    /* HERO SECTION */
    .hero-community-section{
      padding:28px 20px 80px;
      position:relative;
      overflow:hidden;
    }

    .hero-community-section::before{
      content:"";
      position:absolute;
      left:-12%;
      bottom:-140px;
      width:460px;
      height:460px;
      background:radial-gradient(circle, rgba(37,99,255,.22) 0%, rgba(37,99,255,0) 70%);
      pointer-events:none;
      filter:blur(8px);
    }

    .hero-community-content{
      max-width:860px;
      margin:0 auto 28px;
    }

    .hero-community-title{
      margin:0 0 14px;
      font-size:clamp(34px,2.2vw,62px);
      line-height:1.08;
      font-weight:500;
      letter-spacing:-.02em;
      color:var(--text-main);
    }

    .hero-community-text{
      margin:0 auto;
      max-width:820px;
      font-size:clamp(16px,0.45vw,24px);
      line-height:1;
      color:var(--text-muted);
    }

    .hero-community-media{
      position:relative;
      max-width:940px;
      margin:0 auto;
      border-radius:32px;
      padding:10px;
      background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
      box-shadow:0 18px 55px rgba(3, 8, 35, .35), 0 0 60px rgba(37,99,255,.16);
    }

    .hero-community-media::after{
      content:"";
      position:absolute;
      inset:16px;
      border-radius:28px;
      box-shadow:0 0 36px rgba(37,99,255,.22);
      pointer-events:none;
    }

      .hero-community-image-wrap {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #000;
        aspect-ratio: 16 / 9;
      }


      .hero-community-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .hero-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: none;
        background: linear-gradient(180deg,#4f86ff 0%,#2563ff 100%);
        color: #fff;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(37,99,255,.4);
        cursor: pointer;
        transition: 0.3s ease;
      }

      .hero-play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
      }







    .hero-community-bottom{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:22px;
      margin-top:22px;
    }

    .hero-review-pill{
      display:inline-flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      min-height:64px;
      padding:10px 22px 10px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 12px 32px rgba(0,0,0,.18);
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
    }

    html[data-theme="light"] .hero-review-pill{
      background:rgba(15,23,42,.05);
      border-color:rgba(15,23,42,.09);
    }

    .hero-store-icons{
      display:flex;
      align-items:center;
      margin-right:2px;
    }

    .hero-store-icon{
      width:38px;
      height:38px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:18px;
      border:2px solid rgba(8,10,36,.72);
      margin-left:-8px;
      box-shadow:0 8px 18px rgba(0,0,0,.18);
    }

    .hero-store-icon:first-child{margin-left:0}
    .hero-store-icon.red{background:linear-gradient(180deg,#ff6b5e 0%,#ff4d3d 100%)}
    .hero-store-icon.blue{background:linear-gradient(180deg,#4f86ff 0%,#2563ff 100%)}
    .hero-store-icon.white{background:linear-gradient(180deg,#ffffff 0%,#e8edf8 100%); color:#2563ff}

    .hero-review-meta{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      color:var(--text-muted);
      font-weight:600;
    }

    .hero-review-stars{
      display:inline-flex;
      align-items:center;
      gap:4px;
      color:#fbbf24;
      font-size:16px;
    }

    .hero-review-stars i{
      line-height:1;
    }

    .hero-cta-btn{
      min-width:220px;
      height:64px;
      padding:0 34px;
      border-radius:999px;
      border:0;
      color:#fff;
      font-size:22px;
      font-weight:700;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(180deg,#4f86ff 0%,#2563ff 100%);
      box-shadow:0 18px 38px rgba(37,99,255,.34);
      transition:.35s ease;
    }

    .hero-cta-btn:hover{
      color:#fff;
      transform:translateY(-3px);
    }

    /* HERO REDESIGN OVERRIDES */
    .hero-community-section{
      position:relative;
      padding:32px 20px 24px;
      overflow:hidden;
      text-align:center;
      background:#ffffff;
      isolation:isolate;
    }

    .hero-community-section::before,
    .hero-community-section::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      filter:blur(18px);
      z-index:0;
    }

    .hero-community-section::before{
      left:-14%;
      top:20%;
      bottom:auto;
      width:760px;
      height:760px;
      background:radial-gradient(circle, rgba(191, 232, 255, .92) 0%, rgba(191, 232, 255, .46) 34%, rgba(191, 232, 255, 0) 72%);
    }

    .hero-community-section::after{
      right:-12%;
      top:18%;
      bottom:auto;
      width:600px;
      height:600px;
      background:radial-gradient(circle, rgba(214, 240, 255, .82) 0%, rgba(214, 240, 255, .32) 38%, rgba(214, 240, 255, 0) 74%);
    }

    .hero-community-content{
      position:relative;
      z-index:4;
      max-width:1360px;
      margin:0 auto 18px;
    }

    .hero-community-kicker{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      padding:10px 26px;
      border-radius:999px;
      background:linear-gradient(180deg, #ffc61a 0%, #ffbf00 100%);
      color:#1a1a18;
      font-size:clamp(12px, .84vw, 15px);
      font-weight:800;
      letter-spacing:.02em;
      text-transform:uppercase;
      box-shadow:0 12px 24px rgba(255,191,0,.20);
    }

    .hero-community-title{
      margin:24px auto 16px;
      max-width:1280px;
      font-size:clamp(48px, 4.9vw, 76px);
      line-height:1.04;
      letter-spacing:-.04em;
      font-weight:500;
      color:#1f1f1f;
    }

    .hero-community-title-prefix,
    .hero-community-title-accent{
      display:inline;
    }

    .hero-community-title-accent{
      color:#3a82f1;
      font-weight:700;
    }

    .hero-community-lead,
    .hero-community-text{
      margin:0 auto;
      max-width:1310px;
      font-size:clamp(18px, 1.18vw, 23px);
      line-height:1.48;
      color:#2f2f2f;
    }

    .hero-community-text{
      max-width:1330px;
      margin-top:6px;
      color:#2f2f2f;
    }

    .hero-community-stage{
      position:relative;
      margin:12px auto 0;
      width:min(100%, 1760px);
      min-height:560px;
      display:flex;
      align-items:flex-end;
      justify-content:center;
      z-index:2;
    }

    .hero-community-stage::before{
      content:none;
    }

    .hero-community-crowd{
      position:relative;
      z-index:2;
      width:min(100%, 1520px);
      height:auto;
      object-fit:contain;
      filter:drop-shadow(0 24px 34px rgba(15, 23, 42, .05));
    }

    .hero-community-stage-curve{
      position:absolute;
      left:50%;
      bottom:-12px;
      transform:translateX(-50%);
      width:100vw;
      min-width:0;
      max-width:none;
      height:clamp(132px, 15vw, 300px);
      border-radius:50% 50% 0 0 / 100% 100% 0 0;
      background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      z-index:3;
    }

    .hero-community-bottom{
      position:relative;
      z-index:5;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:40px;
      margin-top:-235px;
    }

    .hero-review-pill{
      min-height:58px;
      padding:10px 22px 10px 14px;
      gap:16px;
      flex-wrap:nowrap;
      border-radius:999px;
      background:#ffffff;
      border:1px solid rgba(255, 255, 255, .08);
      box-shadow:none;
    }

    .hero-store-icon{
      width:46px;
      height:46px;
      margin-left:-10px;
      border:4px solid #ffffff;
      box-shadow:0 10px 22px rgba(15,23,42,.08);
      font-size:20px;
    }

    .hero-store-icon:first-child{
      margin-left:0;
    }

    .hero-store-icon.coral{
      position:relative;
      background:linear-gradient(180deg, #ff674a 0%, #ff4733 100%);
      color:#ffffff;
    }

    .hero-store-icon-app{
      font-weight:800;
      letter-spacing:-.03em;
    }

    .hero-store-icon-text{
      font-size:28px;
      line-height:1;
      transform:translateY(-1px);
    }

    .hero-store-icon-badge{
      position:absolute;
      top:-3px;
      right:-3px;
      min-width:18px;
      height:18px;
      padding:0 4px;
      border-radius:999px;
      border:2px solid #ffffff;
      background:#ff4733;
      color:#ffffff;
      font-size:9px;
      font-weight:800;
      line-height:14px;
    }

    .hero-review-meta{
      gap:16px;
      color:#161b22;
      font-weight:700;
      font-size:clamp(16px, 1.08vw, 18px);
    }

    .hero-review-stars{
      gap:8px;
      font-size:19px;
    }

    .hero-review-count{
      white-space:nowrap;
      color:#252b33;
    }

    .hero-cta-btn{
      min-width:338px;
      min-height:62px;
      height:auto;
      margin-top:24px;
      padding:15px 38px;
      font-size:clamp(19px, 1.16vw, 22px);
      font-weight:700;
      background:linear-gradient(180deg, #58a1ff 0%, #1f73ef 100%);
      box-shadow:0 22px 34px rgba(66, 133, 244, .28);
    }






    /* REALS / INFINITE SCROLL SECTION */
    :root{
      --iam-reels-row-gap:24px;
      --iam-reels-card-gap:20px;
      --iam-reels-row1-distance:0px;
      --iam-reels-row2-distance:0px;
      --iam-reels-row1-duration:28s;
      --iam-reels-row2-duration:28s;
    }

    .iam-reels-section{
      padding:0 0 80px;
      overflow:hidden;
      position:relative;
      direction:ltr;
    }

    .iam-reels-section::before,
    .iam-reels-section::after{
      content:"";
      position:absolute;
      top:0;
      width:120px;
      height:100%;
      z-index:3;
      pointer-events:none;
    }

    .iam-reels-section::before{
      left:0;
      background:linear-gradient(to right, var(--page-bg) 0%, rgba(5,5,38,0) 100%);
    }

    .iam-reels-section::after{
      right:0;
      background:linear-gradient(to left, var(--page-bg) 0%, rgba(5,5,38,0) 100%);
    }

    html[data-theme="light"] .iam-reels-section::before{
      background:linear-gradient(to right, var(--page-bg) 0%, rgba(238,243,251,0) 100%);
    }

    html[data-theme="light"] .iam-reels-section::after{
      background:linear-gradient(to left, var(--page-bg) 0%, rgba(238,243,251,0) 100%);
    }

    .iam-reels-container{width:100%}

    .iam-reels-wrapper{
      display:flex;
      flex-direction:column;
      gap:var(--iam-reels-row-gap);
      justify-content:center;
    }

    .iam-reels-marquee{
      overflow:hidden;
      position:relative;
      width:100%;
      padding:12px 0 40px;
      margin:-12px 0 -40px;
    }

    .iam-reels-track{
      display:flex;
      align-items:center;
      gap:var(--iam-reels-card-gap);
      width:max-content;
      will-change:transform;
      direction:ltr;
    }

    .iam-reels-track.track-left{
      padding-top:12px;
      animation:iamScrollLeft var(--iam-reels-row1-duration) linear infinite;
    }

    .iam-reels-track.track-right{
      animation:iamScrollRight var(--iam-reels-row2-duration) linear infinite;
    }

    .iam-reels-marquee:hover .iam-reels-track{
      animation-play-state:paused;
    }

    @keyframes iamScrollLeft{
      from{transform:translateX(0)}
      to{transform:translateX(calc(-1 * var(--iam-reels-row1-distance)))}
    }

    @keyframes iamScrollRight{
      from{transform:translateX(calc(-1 * var(--iam-reels-row2-distance)))}
      to{transform:translateX(0)}
    }

    .iam-reel-column{
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap:var(--iam-reels-card-gap);
      flex:0 0 auto;
      direction:ltr;
    }

    .iam-reel-card{
      position:relative;
      border-radius:22px;
      overflow:hidden;
      cursor:pointer;
      background:var(--card-soft);
      box-shadow:0 10px 30px rgba(0,0,0,.35);
      transition:transform .35s ease, box-shadow .35s ease;
      flex:0 0 auto;
      border:1px solid var(--border-light);
    }

    .iam-reel-card:hover{
      transform:translateY(-8px);
      box-shadow:0 16px 40px rgba(0,0,0,.45);
    }

    .iam-reel-tall{width:160px;height:250px}
    .iam-reel-medium{width:160px;height:190px}
    .iam-reel-wide{width:160px;height:140px}

    .iam-reel-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .iam-reel-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.08));
      display:flex;
      align-items:flex-end;
      justify-content:center;
      padding:14px;
      pointer-events:none;
    }

    .iam-reel-title{
      font-size:13px;
      font-weight:500;
      color:#fff;
      text-align:center;
      margin:0;
    }

    .iam-reel-play-icon{
      position:absolute;
      top:50%;
      left:50%;
      width:54px;
      height:54px;
      transform:translate(-50%, -50%) scale(.9);
      border-radius:50%;
      background:rgba(255,255,255,.18);
      backdrop-filter:blur(8px);
      opacity:0;
      transition:all .3s ease;
      border:1px solid rgba(255,255,255,.25);
      z-index:2;
      pointer-events:none;
    }

    .iam-reel-play-icon::before{
      content:"";
      position:absolute;
      top:50%;
      left:53%;
      transform:translate(-50%, -50%);
      border-left:14px solid #fff;
      border-top:9px solid transparent;
      border-bottom:9px solid transparent;
    }

    .iam-reel-card:hover .iam-reel-play-icon{
      opacity:1;
      transform:translate(-50%, -50%) scale(1);
    }

    .iam-video-modal{
      width:min(820px, calc(100% - 24px));
    }

    .iam-video-modal .video-shell{
      background:#000;
      border-radius:24px;
      overflow:hidden;
      border:1px solid var(--border-light);
    }

    .iam-video-modal video{
      width:100%;
      max-height:80vh;
      display:block;
      background:#000;
    }

    .iam-video-close{
      position:absolute;
      top:16px;
      right:16px;
      width:42px;
      height:42px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.12);
      color:#fff;
      z-index:4;
    }

    html[dir="rtl"] .iam-video-close{
      right:auto;
      left:16px;
    }

    @media (max-width:991.98px){
      .iam-reel-tall,.iam-reel-medium,.iam-reel-wide{width:140px}
      .iam-reel-tall{height:220px}
      .iam-reel-medium{height:170px}
      .iam-reel-wide{height:125px}
    }

    @media (max-width:575.98px){
      :root{
        --iam-reels-row-gap:18px;
        --iam-reels-card-gap:14px;
      }
      .iam-reels-section{padding:20px 0 60px}
      .iam-reel-tall,.iam-reel-medium,.iam-reel-wide{width:120px}
      .iam-reel-tall{height:190px}
      .iam-reel-medium{height:150px}
      .iam-reel-wide{height:110px}
    }

    /* HOME SHOWCASE */
    .home-showcase-section{
      position:relative;
      padding:34px 20px 0;
      overflow:hidden;
    }

    .home-showcase-section + .home-showcase-section{
      padding-top:100px;
      padding-bottom:100px;
    }

    .iam-reels-section + .home-showcase-section{
      padding-top:100px;
      padding-bottom:100px;
    }

    .home-showcase-section::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 12% 8%, rgba(79,134,255,.12), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(32,148,255,.10), transparent 20%);
    }

    .section-shell{
      position:relative;
      z-index:1;
      max-width:1920px;
      margin:0 auto;
    }

    .home-showcase-block + .home-showcase-block{
      margin-top:62px;
    }

    .section-reveal{
      opacity:0;
      transform:translateY(44px) scale(.985);
      transition:opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1);
    }

    .section-reveal.is-visible{
      opacity:1;
      transform:translateY(0) scale(1);
    }

    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
      margin-bottom:26px;
    }

    .section-head h2{
      margin:0 0 8px;
      font-size:36px;
      font-weight:700;
      letter-spacing:-.03em;
    }

    .section-head p{
      margin:0;
      color:var(--text-muted);
      max-width:680px;
      line-height:1.75;
    }

    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:12px;
      color:#7bb2ff;
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:2.4px;
      font-weight:700;
    }

    .section-kicker::before{
      content:"";
      width:36px;
      height:1px;
      background:linear-gradient(90deg,#4f86ff,transparent);
    }

    .section-head-side{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }

    .tiny-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:#39a0ff;
      box-shadow:0 0 0 8px rgba(57,160,255,.13);
      animation:homePulse 2.5s ease-in-out infinite;
    }

    .chip-btn{
      height:42px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid var(--border-light);
      background:rgba(255,255,255,.04);
      color:var(--text-main);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      cursor:pointer;
      transition:.3s ease;
      text-decoration:none;
      font-weight:600;
    }

    .chip-btn:hover,
    .chip-btn.active{
      background:linear-gradient(180deg, rgba(79,134,255,.26), rgba(37,99,255,.14));
      border-color:rgba(79,134,255,.34);
      color:var(--text-main);
      transform:translateY(-2px);
    }

    .brand-showcase-block{
      position:relative;
      padding:8px 0 4px;
      border-radius:0;
      border:0;
      background:transparent;
      box-shadow:none;
      overflow:visible;
    }

    .brand-showcase-block::before{
      display:none;
    }

    .brand-showcase-intro{
      position:relative;
      z-index:1;
      margin-bottom:24px;
      text-align:center;
    }

    .brand-showcase-copy{
      margin:0;
      color:rgba(255,255,255,.76);
      font-size:clamp(18px, 2vw, 22px);
      font-weight:500;
      line-height:1.55;
      letter-spacing:-.02em;
    }

    .brand-copy-accent{
      color:#58a4ff;
      font-weight:800;
      margin:0 .24em;
    }

    .brand-carousel-toolbar{
      position:relative;
      z-index:1;
      margin-bottom:18px;
    }

    .showcase-carousel[data-carousel="brands"]{
      --carousel-items:6;
      --carousel-gap:16px;
    }

    .brand-logo-grid{
      display:grid;
      grid-template-columns:repeat(8,minmax(0,1fr));
      gap:var(--carousel-gap);
    }

    .brand-logo-card{
      position:relative;
      min-height:116px;
      border-radius:24px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      display:flex;
      align-items:center;
      justify-content:center;
      padding:20px 18px;
      overflow:hidden;
      box-shadow:0 18px 38px rgba(0,0,0,.18);
      transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    }

    .brand-logo-card::before{
      content:"";
      position:absolute;
      inset:auto -14% -55% 18%;
      height:110px;
      background:radial-gradient(circle, rgba(88,164,255,.18), transparent 70%);
      opacity:0;
      transition:opacity .35s ease;
    }

    .brand-logo-card:hover{
      transform:translateY(-6px);
      border-color:rgba(88,164,255,.28);
      box-shadow:0 22px 42px rgba(0,0,0,.24);
    }

    .brand-logo-card:hover::before{
      opacity:1;
    }

    .brand-logo-lockup{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      width:100%;
      color:rgba(255,255,255,.86);
    }

    .brand-logo-mark{
      width:42px;
      height:42px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
      color:#d8e5ff;
      font-size:18px;
      box-shadow:0 10px 24px rgba(0,0,0,.16);
    }

    .brand-logo-word{
      display:block;
      font-size:clamp(16px,1.5vw,21px);
      font-weight:800;
      letter-spacing:.16em;
      text-transform:uppercase;
      white-space:nowrap;
      opacity:.92;
    }

    .brand-logo-card:nth-child(4) .brand-logo-word,
    .brand-logo-card:nth-child(5) .brand-logo-word{
      text-transform:none;
      letter-spacing:.08em;
    }

    .showcase-carousel{
      position:relative;
      --carousel-items:4;
      --carousel-gap:18px;
    }

    .showcase-carousel[data-carousel="news"]{
      --carousel-items:6;
    }

    .showcase-carousel[data-carousel="courses"],
    .showcase-carousel[data-carousel="products"]{
      --carousel-items:6;
    }

    .showcase-carousel[data-carousel="creators"]{
      --carousel-items:6;
    }

    .carousel-toolbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      margin-bottom:20px;
    }

    .carousel-controls{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }

    .showcase-toolbar-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }

    html[dir="rtl"] .carousel-controls{
      margin-left:0;
      margin-right:auto;
    }

    .carousel-btn{
      width:46px;
      height:46px;
      border-radius:50%;
      border:1px solid var(--border-light);
      background:rgba(255,255,255,.05);
      color:var(--text-main);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 12px 26px rgba(0,0,0,.16);
      transition:.3s ease;
    }

    .carousel-btn:hover:not(:disabled){
      transform:translateY(-2px);
      border-color:rgba(79,134,255,.34);
      background:linear-gradient(180deg, rgba(79,134,255,.28), rgba(37,99,255,.15));
    }

    .carousel-btn:disabled{
      opacity:.38;
      cursor:not-allowed;
      box-shadow:none;
    }

    .carousel-frame{
      overflow:hidden;
      direction:ltr;
    }

    .showcase-carousel[data-carousel="courses"] .carousel-frame,
    .showcase-carousel[data-carousel="products"] .carousel-frame{
      padding:12px 0 24px;
      margin:-12px 0 -24px;
    }

    .showcase-carousel[data-carousel="brands"] .carousel-frame,
    .showcase-carousel[data-carousel="news"] .carousel-frame,
    .showcase-carousel[data-carousel="creators"] .carousel-frame{
      padding-top:12px;
      margin-top:-12px;
    }

    .carousel-track{
      display:flex;
      align-items:stretch;
      gap:var(--carousel-gap);
      transform:translate3d(0,0,0);
      transition:transform .58s cubic-bezier(.22,1,.36,1);
      will-change:transform;
    }

    .carousel-track > *{
      flex:0 0 calc((100% - (var(--carousel-gap) * (var(--carousel-items) - 1))) / var(--carousel-items));
      min-width:0;
    }

    html[dir="rtl"] .carousel-track > *{
      direction:rtl;
    }

    .carousel-dots{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      margin-top:18px;
    }

    .carousel-toolbar .carousel-dots{
      margin-top:0;
      justify-content:flex-start;
    }

    .carousel-dot{
      width:12px;
      height:12px;
      border-radius:999px;
      border:0;
      background:rgba(255,255,255,.16);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
      transition:.3s ease;
    }

    .carousel-dot.active{
      width:34px;
      background:linear-gradient(90deg,#58a4ff 0%,#2563ff 100%);
      box-shadow:0 10px 22px rgba(37,99,255,.32);
    }

    .digital-products-grid{
      display:grid;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:var(--carousel-gap);
    }

    .showcase-product-card{
      position:relative;
      overflow:hidden;
      border-radius:24px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      box-shadow:none;
      transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    }

    .showcase-product-card:hover{
      transform:translateY(-6px);
      border-color:rgba(79,134,255,.38);
      box-shadow:0 16px 28px rgba(0,0,0,.18), 0 0 0 1px rgba(79,134,255,.08) inset;
    }

    .showcase-product-card:focus-within{
      transform:translateY(-6px);
      border-color:rgba(79,134,255,.38);
      box-shadow:0 16px 28px rgba(0,0,0,.18), 0 0 0 1px rgba(79,134,255,.08) inset;
    }

    .showcase-product-card::after{
      content:"";
      position:absolute;
      inset:auto -20% -58% 20%;
      height:140px;
      background:radial-gradient(circle, rgba(79,134,255,.18), transparent 68%);
      opacity:0;
      transition:opacity .35s ease;
      pointer-events:none;
    }

    .showcase-product-card:hover::after{opacity:0}

    .showcase-product-media{
      position:relative;
      aspect-ratio:1 / 1.12;
      overflow:hidden;
      background:#0b0c4e;
    }

    .showcase-product-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .5s ease;
    }

    .showcase-product-card:hover .showcase-product-media img{
      transform:scale(1.05);
    }

    .showcase-product-tag{
      position:absolute;
      top:14px;
      left:14px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(5,10,40,.7);
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      font-size:11px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1.2px;
      z-index:2;
    }

    .showcase-product-icon-actions{
      position:absolute;
      top:14px;
      right:14px;
      display:flex;
      flex-direction:column;
      gap:10px;
      z-index:2;
      opacity:0;
      transform:translateY(12px);
      pointer-events:none;
      transition:opacity .3s ease, transform .3s ease;
    }

    .showcase-product-card:hover .showcase-product-icon-actions,
    .showcase-product-card:focus-within .showcase-product-icon-actions{
      opacity:1;
      transform:translateY(0);
      pointer-events:auto;
    }

    .showcase-product-icon-btn,
    .showcase-product-wishlist{
      width:44px;
      height:44px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(6,10,38,.64);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      box-shadow:0 12px 26px rgba(0,0,0,.20);
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
      transition:.3s ease;
    }

    .showcase-product-icon-btn:hover,
    .showcase-product-wishlist:hover{
      transform:translateY(-2px) scale(1.02);
      border-color:rgba(79,134,255,.42);
      background:rgba(37,99,255,.68);
      color:#fff;
    }

    html[dir="rtl"] .showcase-product-icon-actions{
      right:auto;
      left:14px;
    }

    .showcase-product-body{
      padding:16px 16px 18px;
    }

    .showcase-product-rating{
      display:flex;
      align-items:center;
      gap:10px;
      margin:12px 0 0;
      color:var(--text-main);
    }

    .showcase-rating-stars{
      color:#fbbf24;
      letter-spacing:1px;
      font-size:0;
      line-height:1;
      text-shadow:0 0 12px rgba(251,191,36,.18);
    }

    .showcase-rating-stars::before{
      content:"\2605\2605\2605\2605\2605";
      font-size:14px;
      letter-spacing:1px;
    }

    .showcase-rating-text{
      font-size:14px;
      font-weight:600;
      color:var(--text-muted);
    }

    .showcase-product-title{
      margin:0;
      font-size:18px;
      line-height:1.45;
      font-weight:700;
      min-height:52px;
    }

    .showcase-product-text{
      margin:10px 0 18px;
      color:var(--text-muted);
      font-size:13px;
      line-height:1.7;
      min-height:66px;
    }

    .showcase-product-footer{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }

    .showcase-price{
      display:grid;
      gap:4px;
    }

    .showcase-price small{
      color:var(--text-muted);
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:1.4px;
    }

    .showcase-price strong{
      font-size:19px;
      line-height:1;
    }

    .showcase-product-btn{
      height:40px;
      padding:0 16px;
      border-radius:999px;
      border:0;
      background:linear-gradient(180deg,#58a4ff 0%,#2563ff 100%);
      color:#fff;
      font-weight:700;
      font-size:13px;
      box-shadow:0 12px 24px rgba(37,99,255,.22);
      transition:.3s ease;
    }

    .showcase-product-btn:hover{
      transform:translateY(-2px);
    }

    .news-filter-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:0;
    }

    .news-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:var(--carousel-gap);
    }

    .news-card{
      border-radius:24px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
      box-shadow:0 18px 36px rgba(0,0,0,.22);
      transition:transform .35s ease, border-color .35s ease;
    }

    .news-card:hover{
      transform:translateY(-8px);
      border-color:rgba(79,134,255,.34);
    }

    .news-card.is-hidden{
      display:none;
    }

    .news-card-media{
      position:relative;
      aspect-ratio:1 / .76;
      overflow:hidden;
    }

    .news-card-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .45s ease;
    }

    .news-card:hover .news-card-media img{
      transform:scale(1.08);
    }

    .news-card-badge{
      position:absolute;
      left:14px;
      top:14px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(8,13,46,.75);
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      font-size:10px;
      letter-spacing:1.3px;
      text-transform:uppercase;
      font-weight:700;
    }

    .news-card-body{
      padding:16px 16px 18px;
    }

    .news-card-title{
      margin:0 0 10px;
      font-size:18px;
      line-height:1.5;
      font-weight:700;
      min-height:54px;
    }

    .news-card-text{
      margin:0 0 16px;
      color:var(--text-muted);
      font-size:13px;
      line-height:1.7;
      min-height:66px;
    }

    .news-card-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      color:var(--text-muted);
      font-size:12px;
    }

    .pricing-switch{
      display:inline-flex;
      align-items:center;
      padding:6px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.04);
      box-shadow:0 12px 28px rgba(0,0,0,.18);
    }

    .pricing-switch button{
      min-width:126px;
      height:42px;
      padding:0 18px;
      border-radius:999px;
      border:0;
      background:transparent;
      color:var(--text-muted);
      font-weight:700;
      transition:.3s ease;
    }

    .pricing-switch button.active{
      background:linear-gradient(180deg,#58a4ff 0%,#2563ff 100%);
      color:#fff;
      box-shadow:0 14px 26px rgba(37,99,255,.28);
    }

    .pricing-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
      margin-top:28px;
    }

    .pricing-card{
      position:relative;
      padding:24px 22px 22px;
      border-radius:28px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      box-shadow:0 18px 40px rgba(0,0,0,.22);
      overflow:hidden;
      transition:transform .35s ease, border-color .35s ease;
    }

    .pricing-card:hover{
      transform:translateY(-8px);
      border-color:rgba(79,134,255,.32);
    }

    .pricing-card.is-featured{
      background:
        radial-gradient(circle at top, rgba(79,134,255,.22), transparent 40%),
        linear-gradient(180deg, rgba(37,99,255,.22), rgba(255,255,255,.04));
      border-color:rgba(79,134,255,.34);
    }

    .pricing-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:30px;
      padding:0 12px;
      margin-bottom:14px;
      border-radius:999px;
      background:rgba(79,134,255,.12);
      color:#7bb2ff;
      font-size:11px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1.3px;
    }

    .pricing-plan{
      margin:0 0 8px;
      font-size:22px;
      font-weight:700;
    }

    .pricing-copy{
      margin:0 0 18px;
      color:var(--text-muted);
      font-size:13px;
      line-height:1.7;
      min-height:44px;
    }

    .pricing-value{
      display:flex;
      align-items:flex-end;
      gap:8px;
      margin-bottom:18px;
    }

    .pricing-value strong{
      font-size:44px;
      line-height:.9;
      letter-spacing:-.04em;
    }

    .pricing-value span{
      color:var(--text-muted);
      font-size:14px;
      padding-bottom:5px;
    }

    .pricing-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }

    .pricing-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text-muted);
      font-size:14px;
      line-height:1.6;
    }

    .pricing-list li i{
      color:#59aeff;
      margin-top:2px;
    }

    .pricing-action{
      width:100%;
      height:46px;
      margin-top:22px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg,#58a4ff 0%,#2563ff 100%);
      color:#fff;
      font-weight:700;
      box-shadow:0 12px 24px rgba(37,99,255,.24);
      transition:.3s ease;
    }

    .pricing-action:hover{
      transform:translateY(-2px);
    }

    .creators-grid{
      display:grid;
      grid-template-columns:repeat(6,minmax(0,1fr));
      gap:var(--carousel-gap);
      margin-bottom:28px;
    }

    .digital-products-grid.carousel-track,
    .news-grid.carousel-track,
    .creators-grid.carousel-track{
      display:flex;
      grid-template-columns:none;
    }

    .creator-card{
      position:relative;
      border-radius:22px;
      overflow:hidden;
      min-height:214px;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 20px 36px rgba(0,0,0,.2);
      transition:transform .35s ease, border-color .35s ease;
    }

    .creator-card:hover{
      transform:translateY(-8px);
      border-color:rgba(79,134,255,.34);
    }

    .creator-card img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .creator-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, transparent 30%, rgba(5,5,32,.86) 100%);
    }

    .creator-meta{
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:1;
    }

    .creator-meta h3{
      margin:0 0 5px;
      font-size:16px;
      font-weight:700;
    }

    .creator-meta p{
      margin:0;
      color:rgba(255,255,255,.72);
      font-size:12px;
    }

    .salah-guidance-block{
      padding:22px 0 34px;
    }

    .salah-guidance-head{
      max-width:920px;
      margin:0 auto 36px;
      text-align:center;
    }

    .salah-guidance-title{
      margin:0;
      color:var(--text-main);
      font-size:clamp(2.35rem, 1.6vw + 1.45rem, 3.6rem);
      font-weight:800;
      letter-spacing:-.03em;
      line-height:1.08;
    }

    .salah-guidance-text{
      margin:12px auto 0;
      max-width:780px;
      color:var(--text-muted);
      font-size:17px;
      line-height:1.82;
    }

    .salah-guidance-layout{
      display:grid;
      grid-template-columns:minmax(320px, 360px) minmax(0, 1fr);
      gap:28px;
      align-items:stretch;
      max-width:1320px;
      margin:0 auto;
      padding-bottom:12px;
    }

    .salah-next-card{
      position:relative;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:420px;
      padding:30px 28px;
      border-radius:30px;
      background:
        radial-gradient(circle at 100% 100%, rgba(255,255,255,.12), transparent 22%),
        linear-gradient(180deg, #5ba8ff 0%, #1f73e8 100%);
      color:#ffffff;
      box-shadow:0 26px 40px rgba(26, 95, 210, .22);
    }

    .salah-next-card::after{
      content:"";
      position:absolute;
      width:140px;
      height:140px;
      right:-28px;
      bottom:-36px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 72%);
    }

    .salah-next-label{
      position:relative;
      z-index:1;
      display:inline-flex;
      font-size:12px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.08em;
      color:rgba(255,255,255,.78);
    }

    .salah-next-name{
      position:relative;
      z-index:1;
      margin:16px 0 10px;
      font-size:42px;
      font-weight:800;
      line-height:1.05;
      color:#ffffff;
    }

    .salah-next-time{
      position:relative;
      z-index:1;
      font-size:60px;
      font-weight:800;
      line-height:1;
      letter-spacing:-.04em;
      color:#ffffff;
    }

    .salah-next-meta{
      position:relative;
      z-index:1;
      margin-top:20px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.18);
    }

    .salah-countdown-label{
      display:block;
      font-size:12px;
      color:rgba(255,255,255,.72);
      letter-spacing:.03em;
      text-transform:uppercase;
    }

    #salahCountdownValue{
      display:block;
      margin-top:8px;
      font-size:28px;
      font-weight:800;
      line-height:1;
      color:#ffffff;
    }

    .salah-next-timezone{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:8px;
      width:max-content;
      margin-top:18px;
      padding:10px 14px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      background:rgba(255,255,255,.06);
      font:inherit;
      text-align:left;
      font-size:13px;
      color:rgba(255,255,255,.84);
      cursor:pointer;
      transition:background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
    }

    .salah-next-timezone:hover,
    .salah-next-timezone:focus-visible{
      background:rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.28);
      color:#ffffff;
      transform:translateY(-1px);
      outline:none;
    }

    .salah-next-timezone .bi-chevron-down{
      font-size:12px;
      opacity:.9;
    }

    .salah-schedule-card{
      padding:24px 26px;
      border-radius:30px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(221,229,241,.9);
      box-shadow:0 24px 36px rgba(15,23,42,.08);
      backdrop-filter:blur(14px);
    }

    .salah-schedule-meta{
      display:flex;
      justify-content:flex-start;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:12px;
    }

    .salah-schedule-pill{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(37,99,255,.08);
      color:#2563eb;
      font-size:12px;
      font-weight:700;
      letter-spacing:.02em;
      white-space:nowrap;
    }

    .salah-current-time-pill{
      background:rgba(15,23,42,.05);
      color:#475569;
    }

    .salah-schedule-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 10px;
    }

    .salah-schedule-table thead th{
      padding:0 18px 10px;
      color:rgba(71,85,105,.88);
      font-size:13px;
      font-weight:800;
      letter-spacing:.05em;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .salah-schedule-table tbody td{
      padding:16px 18px;
      background:#ffffff;
      color:#0f172a;
      font-size:15px;
      font-weight:600;
      vertical-align:middle;
      border-top:1px solid rgba(226,232,240,.9);
      border-bottom:1px solid rgba(226,232,240,.9);
    }

    .salah-schedule-table tbody td:first-child{
      border-left:1px solid rgba(226,232,240,.9);
      border-top-left-radius:14px;
      border-bottom-left-radius:14px;
    }

    .salah-schedule-table tbody td:last-child{
      border-right:1px solid rgba(226,232,240,.9);
      border-top-right-radius:14px;
      border-bottom-right-radius:14px;
    }

    .salah-schedule-table tbody tr.is-next td{
      background:rgba(37,99,255,.08);
      border-color:rgba(37,99,255,.16);
    }

    .salah-schedule-table tbody tr.is-current td{
      background:#ffbf18;
      border-color:#ffbf18;
      color:#191919;
    }

    .salah-schedule-table tbody tr.is-passed td{
      color:#7b8797;
    }

    .salah-schedule-table tbody tr.is-upcoming td{
      color:#334155;
    }

    .salah-schedule-icon-col{
      width:54px;
      text-align:center;
      white-space:nowrap;
    }

    .salah-schedule-icon-col i{
      font-size:15px;
      color:inherit;
      opacity:.86;
    }

    [data-prayer-status]{
      font-weight:700;
      white-space:nowrap;
    }

    html[data-theme="dark"] .salah-guidance-text{
      color:rgba(231,237,255,.72);
    }

    html[data-theme="dark"] .salah-schedule-card{
      background:rgba(10,14,38,.86);
      border-color:rgba(255,255,255,.08);
      box-shadow:none;
    }

    html[data-theme="dark"] .salah-schedule-pill{
      background:rgba(90,164,255,.14);
      color:#9dc5ff;
    }

    html[data-theme="dark"] .salah-current-time-pill{
      background:rgba(255,255,255,.06);
      color:rgba(231,237,255,.82);
    }

    html[data-theme="dark"] .salah-schedule-table thead th{
      color:rgba(222,232,255,.64);
    }

    html[data-theme="dark"] .salah-schedule-table tbody td{
      background:rgba(255,255,255,.03);
      border-color:rgba(255,255,255,.06);
      color:#edf2ff;
    }

    html[data-theme="dark"] .salah-schedule-table tbody tr.is-current td{
      background:#ffbf18;
      border-color:#ffbf18;
      color:#191919;
    }

    html[data-theme="dark"] .salah-schedule-table tbody tr.is-passed td{
      color:rgba(204,214,235,.58);
    }

    html[data-theme="dark"] .salah-schedule-table tbody tr.is-upcoming td{
      color:rgba(237,242,255,.88);
    }

    .salah-timezone-modal{
      width:min(560px, calc(100% - 24px));
    }

    .salah-timezone-body{
      gap:16px;
    }

    .salah-timezone-card{
      padding:22px;
    }

    .salah-timezone-card .settings-card-header{
      margin-bottom:14px;
    }

    .salah-timezone-card .settings-card-header p{
      margin:0;
      line-height:1.65;
    }

    @media (max-width:1599.98px){
      .salah-guidance-block{
        padding:20px 0 28px;
      }

      .salah-guidance-head{
        max-width:840px;
        margin-bottom:32px;
      }

      .salah-guidance-title{
        font-size:clamp(2.05rem, 1.3vw + 1.35rem, 3rem);
      }

      .salah-guidance-text{
        font-size:15px;
      }

      .salah-guidance-layout{
        grid-template-columns:minmax(280px, 320px) minmax(0, 1fr);
        gap:24px;
        max-width:1180px;
      }

      .salah-next-card{
        min-height:360px;
        padding:26px 24px;
      }

      .salah-next-name{
        font-size:36px;
      }

      .salah-next-time{
        font-size:54px;
      }

      #salahCountdownValue{
        font-size:24px;
      }

      .salah-schedule-card{
        padding:22px 22px;
      }

      .salah-schedule-table thead th{
        font-size:12px;
      }

      .salah-schedule-table tbody td{
        padding:15px 16px;
        font-size:14px;
      }
    }

    @media (max-width:991.98px){
      .salah-guidance-layout{
        grid-template-columns:1fr;
        max-width:760px;
      }

      .salah-next-card{
        min-height:300px;
        padding:24px 22px;
      }

      .salah-next-name{
        font-size:34px;
      }

      .salah-next-time{
        font-size:50px;
      }

      .salah-schedule-card{
        padding:20px 18px;
      }

      .salah-timezone-card{
        padding:20px;
      }
    }

    @media (max-width:575.98px){
      .salah-guidance-block{
        padding:14px 0 24px;
      }

      .salah-guidance-head{
        margin-bottom:22px;
      }

      .salah-guidance-title{
        font-size:clamp(1.75rem, 6vw, 2.2rem);
      }

      .salah-guidance-text{
        font-size:14px;
        line-height:1.72;
      }

      .salah-guidance-layout{
        gap:18px;
        padding-bottom:8px;
      }

      .salah-next-card,
      .salah-schedule-card{
        padding:18px 16px;
        border-radius:22px;
      }

      .salah-next-timezone{
        width:100%;
        justify-content:space-between;
      }

      .salah-next-name{
        font-size:28px;
      }

      .salah-next-time{
        font-size:42px;
      }

      #salahCountdownValue{
        font-size:20px;
      }

      .salah-schedule-table thead th,
      .salah-schedule-table tbody td{
        padding-left:12px;
        padding-right:12px;
      }

      .salah-timezone-card{
        padding:18px;
      }
    }

    .community-cta{
      position:relative;
      overflow:hidden;
      padding:70px 42px;
      min-height:640px;
      border-radius:34px;
      background:
        radial-gradient(circle at 50% 46%, rgba(255,255,255,.12), transparent 28%),
        radial-gradient(circle at 18% 76%, rgba(132, 192, 255, .18), transparent 26%),
        radial-gradient(circle at 82% 22%, rgba(111, 169, 255, .15), transparent 24%),
        linear-gradient(180deg, #5a53ff 0%, #426cff 100%);
      box-shadow:0 32px 70px rgba(31,45,164,.32);
      text-align:center;
    }

    .community-cta::before,
    .community-cta::after{
      display:none;
    }

    .community-cta-orbit{
      position:absolute;
      inset:0;
      pointer-events:none;
    }

    .community-orbit-line{
      display:none;
    }

    .cta-avatar{
      position:absolute;
      width:142px;
      height:182px;
      border-radius:18px;
      overflow:hidden;
      border:2px solid rgba(255,255,255,.28);
      box-shadow:0 18px 34px rgba(26,35,132,.24);
      animation:floatCard 6s ease-in-out infinite;
      transform:rotate(var(--card-tilt, 0deg));
      backdrop-filter:blur(2px);
    }

    .cta-avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .cta-avatar.a1{left:7.5%;top:34%;--card-tilt:-13deg;animation-delay:-1.4s}
    .cta-avatar.a2{left:19%;top:7%;--card-tilt:-13deg;animation-delay:-2.8s}
    .cta-avatar.a3{left:18.5%;bottom:10%;--card-tilt:12deg;animation-delay:-1s}
    .cta-avatar.a4{right:14%;top:8%;--card-tilt:-5deg;animation-delay:-3.2s}
    .cta-avatar.a5{right:16%;bottom:9%;--card-tilt:10deg;animation-delay:-1.9s}
    .cta-avatar.a6{right:4.8%;top:42%;--card-tilt:4deg;animation-delay:-2.4s}

    .community-cta-content{
      position:relative;
      z-index:2;
      max-width:760px;
      margin:0 auto;
      padding-top:82px;
    }

    .community-cta-kicker{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:50px;
      padding:0 22px;
      margin-bottom:26px;
      border-radius:999px;
      background:linear-gradient(180deg, #ffca1f 0%, #ffc106 100%);
      color:#1a1a1a;
      font-size:clamp(12px, .82vw, 15px);
      font-weight:800;
      letter-spacing:.02em;
      text-transform:uppercase;
      box-shadow:0 14px 28px rgba(255,193,7,.22);
    }

    .community-cta h3{
      margin:0;
      font-size:clamp(48px, 3.9vw, 72px);
      line-height:1.12;
      font-weight:800;
      letter-spacing:-.045em;
      color:#fff;
    }

    .community-cta-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:248px;
      height:60px;
      margin-top:34px;
      padding:0 28px;
      border-radius:999px;
      border:2px solid rgba(255,255,255,.72);
      background:transparent;
      color:#ffffff;
      font-weight:800;
      font-size:18px;
      box-shadow:none;
      transition:.3s ease;
    }

    .community-cta-btn:hover{
      background:rgba(255,255,255,.10);
      color:#ffffff;
      transform:translateY(-2px);
    }

    .community-cta-btn i{
      font-size:26px;
      line-height:1;
    }

    @keyframes floatCard{
      0%{transform:translateY(0) rotate(var(--card-tilt, 0deg))}
      50%{transform:translateY(-12px) rotate(var(--card-tilt, 0deg))}
      100%{transform:translateY(0) rotate(var(--card-tilt, 0deg))}
    }

    @media (max-width:1599.98px){
      .community-cta{
        min-height:580px;
        padding:62px 36px;
      }

      .community-cta-content{
        max-width:690px;
        padding-top:70px;
      }

      .community-cta h3{
        font-size:clamp(42px, 3.5vw, 62px);
      }

      .cta-avatar{
        width:128px;
        height:164px;
      }
    }

    @media (max-width:1199.98px){
      .community-cta{
        min-height:520px;
      }

      .community-cta-content{
        padding-top:60px;
      }

      .cta-avatar{
        width:112px;
        height:146px;
      }

      .cta-avatar.a1{left:3%;top:36%}
      .cta-avatar.a2{left:14%;top:10%}
      .cta-avatar.a3{left:14%;bottom:10%}
      .cta-avatar.a4{right:11%;top:9%}
      .cta-avatar.a5{right:12%;bottom:10%}
      .cta-avatar.a6{right:2%;top:44%}
    }

    @media (max-width:991.98px){
      .community-cta{
        min-height:auto;
        padding:44px 24px 38px;
      }

      .community-cta-content{
        max-width:620px;
        padding-top:0;
      }

      .community-cta h3{
        font-size:clamp(34px, 7vw, 50px);
      }

      .community-cta-btn{
        min-width:220px;
        height:56px;
        font-size:17px;
      }

      .cta-avatar{
        width:96px;
        height:126px;
        opacity:.96;
      }

      .cta-avatar.a1{left:2%;top:16%}
      .cta-avatar.a2{left:14%;top:2%}
      .cta-avatar.a3{left:10%;bottom:8%}
      .cta-avatar.a4{right:8%;top:4%}
      .cta-avatar.a5{right:9%;bottom:8%}
      .cta-avatar.a6{right:1%;top:34%}
    }

    @media (max-width:575.98px){
      .community-cta{
        padding:34px 18px 30px;
        border-radius:28px;
      }

      .community-cta-kicker{
        min-height:42px;
        padding:0 16px;
        margin-bottom:18px;
        font-size:11px;
      }

      .community-cta h3{
        font-size:clamp(28px, 10vw, 38px);
        line-height:1.16;
      }

      .community-cta-btn{
        min-width:204px;
        height:52px;
        margin-top:24px;
        padding:0 22px;
        font-size:16px;
      }

      .community-cta-btn i{
        font-size:22px;
      }

      .cta-avatar{
        width:78px;
        height:102px;
        border-radius:14px;
      }

      .cta-avatar.a1{left:2%;top:18%}
      .cta-avatar.a2{left:18%;top:4%}
      .cta-avatar.a3{left:12%;bottom:10%}
      .cta-avatar.a4{right:4%;top:6%}
      .cta-avatar.a5{right:7%;bottom:10%}
      .cta-avatar.a6{display:none}
    }

    /* LIGHT THEME COVERAGE FOR MAIN PAGE SECTIONS */
    html[data-theme="light"] .hero-community-section::before{
      background:radial-gradient(circle, rgba(37,99,255,.14) 0%, rgba(37,99,255,0) 72%);
    }

    html[data-theme="light"] .hero-community-media{
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,247,255,.9));
      box-shadow:0 18px 40px rgba(15,23,42,.10), 0 0 36px rgba(37,99,255,.10);
    }

    html[data-theme="light"] .hero-community-media::after{
      box-shadow:0 0 22px rgba(37,99,255,.10);
    }

    html[data-theme="light"] .hero-community-image-wrap{
      background:#dfe7f4;
    }

    html[data-theme="light"] .hero-community-section::before{
      background:radial-gradient(circle, rgba(160, 225, 255, .28) 0%, rgba(160, 225, 255, 0) 72%);
    }

    html[data-theme="light"] .hero-community-section{
      background:#ffffff;
    }

    html[data-theme="light"] .hero-community-section::after{
      background:radial-gradient(circle, rgba(121, 203, 255, .22) 0%, rgba(121, 203, 255, 0) 74%);
    }

    html[data-theme="light"] .hero-review-pill{
      background:rgba(255,255,255,.94);
      border-color:rgba(215,225,240,.92);
    }

    html[data-theme="dark"] .hero-community-kicker{
      color:#111827;
    }

    html[data-theme="dark"] .hero-community-section{
      background:#050526;
    }

    html[data-theme="dark"] .hero-community-section::before{
      background:radial-gradient(circle, rgba(59, 130, 246, .28) 0%, rgba(59, 130, 246, .14) 34%, rgba(59, 130, 246, 0) 72%);
    }

    html[data-theme="dark"] .hero-community-section::after{
      background:radial-gradient(circle, rgba(34, 211, 238, .22) 0%, rgba(34, 211, 238, .10) 38%, rgba(34, 211, 238, 0) 74%);
    }

    html[data-theme="dark"] .hero-community-lead{
      color:rgba(255,255,255,.92);
    }

    html[data-theme="dark"] .hero-community-title-prefix{
      color:#ffffff;
    }

    html[data-theme="dark"] .hero-community-text{
      color:rgba(226,232,240,.82);
    }

    html[data-theme="dark"] .hero-community-stage-curve{
      background:linear-gradient(180deg, rgb(5 5 37) 0%, rgb(5 5 38) 100%);
      box-shadow:0 -16px 34px rgba(59,130,246,.09), 0 30px 65px rgba(2,6,23,.34);
    }

    html[data-theme="dark"] .hero-review-pill{
      background:rgba(8,12,22,.86);
      border-color:rgba(148,163,184,.16);
      box-shadow:0 18px 34px rgba(2,6,23,.34);
    }

    html[data-theme="dark"] .hero-review-meta{
      color:#f8fafc;
    }

    html[data-theme="light"] .iam-reel-card{
      background:#ffffff;
      box-shadow:0 12px 28px rgba(15,23,42,.10);
    }

    html[data-theme="light"] .iam-reel-card:hover{
      box-shadow:0 16px 34px rgba(15,23,42,.14);
    }

    html[data-theme="light"] .iam-reel-overlay{
      background:linear-gradient(to top, rgba(15,23,42,.76), rgba(15,23,42,.10));
    }

    html[data-theme="light"] .iam-reel-play-icon{
      background:rgba(255,255,255,.72);
      border-color:rgba(15,23,42,.10);
    }

    html[data-theme="light"] .iam-video-modal .video-shell,
    html[data-theme="light"] .iam-video-modal video{
      background:#dfe7f4;
    }

    html[data-theme="light"] .iam-video-close{
      border-color:rgba(15,23,42,.12);
      background:rgba(15,23,42,.08);
      color:var(--text-main);
    }

    html[data-theme="light"] .home-showcase-section::before{
      background:
        radial-gradient(circle at 12% 8%, rgba(79,134,255,.08), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(32,148,255,.07), transparent 20%);
    }

    html[data-theme="light"] .showcase-product-card,
    html[data-theme="light"] .news-card,
    html[data-theme="light"] .pricing-card{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.92));
      border-color:rgba(15,23,42,.08);
      box-shadow:none;
    }

    html[data-theme="light"] .brand-showcase-block{
      background:transparent;
      border:0;
      box-shadow:none;
    }

    html[data-theme="light"] .brand-logo-card{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.92));
      border-color:rgba(15,23,42,.08);
      box-shadow:none;
    }

    html[data-theme="light"] .brand-showcase-copy{
      color:rgba(15,23,42,.76);
    }

    html[data-theme="light"] .brand-logo-lockup{
      color:#1e293b;
    }

    html[data-theme="light"] #settingsModal{
      color-scheme:light;
    }

    html[data-theme="light"] .brand-logo-mark{
      background:rgba(37,99,255,.08);
      border-color:rgba(37,99,255,.12);
      color:#2563ff;
      box-shadow:0 12px 24px rgba(37,99,255,.10);
    }

    html[data-theme="light"] .carousel-btn{
      background:rgba(255,255,255,.92);
      border-color:rgba(15,23,42,.08);
      box-shadow:0 12px 24px rgba(15,23,42,.08);
    }

    html[data-theme="light"] .carousel-dot{
      background:rgba(15,23,42,.14);
      box-shadow:inset 0 0 0 1px rgba(15,23,42,.05);
    }

    html[data-theme="light"] .chip-btn,
    html[data-theme="light"] .pricing-switch{
      background:rgba(255,255,255,.82);
      border-color:rgba(15,23,42,.08);
      box-shadow:0 12px 24px rgba(15,23,42,.06);
    }

    html[data-theme="light"] .form-select.custom-select{
      color-scheme:light;
      border-color:rgba(15,23,42,.10);
      background-image:
        linear-gradient(45deg, transparent 50%, rgba(15,23,42,.62) 50%),
        linear-gradient(135deg, rgba(15,23,42,.62) 50%, transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.92));
      box-shadow:inset 0 0 0 1px rgba(15,23,42,.02), 0 10px 24px rgba(15,23,42,.06);
    }

    html[data-theme="light"] .form-select.custom-select option,
    html[data-theme="light"] .form-select.custom-select optgroup{
      background-color:#ffffff;
      color:#0f172a;
    }

    html[data-theme="light"] .form-select.custom-select:hover{
      border-color:rgba(37,99,255,.22);
      box-shadow:inset 0 0 0 1px rgba(37,99,255,.04), 0 12px 26px rgba(15,23,42,.08);
    }

    html[data-theme="light"] .showcase-product-icon-btn,
    html[data-theme="light"] .showcase-product-wishlist{
      background:rgba(255,255,255,.92);
      border-color:rgba(15,23,42,.08);
      color:var(--text-main);
      box-shadow:0 12px 24px rgba(15,23,42,.08);
    }

    html[data-theme="light"] .quick-view-image-wrap{
      background:
        radial-gradient(circle at top left, rgba(88,164,255,.12), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,245,255,.96));
      border-color:rgba(15,23,42,.08);
      box-shadow:0 18px 40px rgba(15,23,42,.12);
    }

    html[data-theme="light"] .quick-view-image-badge{
      background:rgba(255,255,255,.9);
      border-color:rgba(15,23,42,.08);
      color:#2563ff;
    }

    html[data-theme="light"] .quick-view-nav{
      background:rgba(255,255,255,.92);
      border-color:rgba(15,23,42,.08);
      color:var(--text-main);
      box-shadow:0 12px 24px rgba(15,23,42,.10);
    }

    html[data-theme="light"] .product-category{
      background:rgba(37,99,255,.08);
      border-color:rgba(37,99,255,.12);
      color:#2563ff;
    }

    html[data-theme="light"] .quick-view-thumb,
    html[data-theme="light"] .quick-view-meta-card{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.92));
      border-color:rgba(15,23,42,.08);
      box-shadow:0 16px 28px rgba(15,23,42,.08);
    }

    html[data-theme="light"] .showcase-product-media{
      background:#e8eef8;
    }

    html[data-theme="light"] .showcase-product-tag,
    html[data-theme="light"] .news-card-badge{
      background:rgba(255,255,255,.9);
      border-color:rgba(15,23,42,.08);
      color:#0f172a;
    }

    html[data-theme="light"] .creator-card{
      border-color:rgba(15,23,42,.08);
      box-shadow:0 16px 32px rgba(15,23,42,.08);
    }

    html[data-theme="light"] .creator-card::after{
      background:linear-gradient(180deg, transparent 30%, rgba(15,23,42,.80) 100%);
    }

    .drawer-empty{
      border:1px dashed var(--border-light);
      border-radius:22px;
      padding:26px 18px;
      text-align:center;
      color:var(--text-muted);
      background:var(--card-soft);
    }

    .drawer-empty i{
      font-size:28px;
      display:block;
      margin-bottom:12px;
      color:#4f86ff;
    }

    .compare-specs{
      display:grid;
      gap:7px;
      font-size:13px;
      color:var(--text-muted);
      margin-top:8px;
    }

    .recent-view-time{
      font-size:12px;
      color:var(--text-muted);
      margin-top:8px;
    }

    #quickViewModal{
      width:min(1080px, calc(100% - 24px));
    }

    .quick-view-body{
      padding:24px;
    }

    .quick-view-gallery{
      display:grid;
      grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr);
      gap:28px;
      align-items:start;
    }

    .quick-view-media{
      display:grid;
      gap:14px;
    }

    .quick-view-image-wrap{
      position:relative;
      border-radius:28px;
      overflow:hidden;
      border:1px solid var(--border-light);
      background:
        radial-gradient(circle at top left, rgba(88,164,255,.18), transparent 28%),
        linear-gradient(180deg, rgba(18,20,78,.96), rgba(9,11,44,.96));
      min-height:540px;
      box-shadow:0 24px 56px rgba(0,0,0,.28);
    }

    .quick-view-image{
      width:100%;
      height:100%;
      min-height:540px;
      display:block;
      object-fit:cover;
      object-position:center center;
    }

    .quick-view-image-badge{
      position:absolute;
      top:18px;
      left:18px;
      z-index:2;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(8,11,42,.68);
      color:#fff;
      font-size:11px;
      font-weight:800;
      letter-spacing:.14em;
      text-transform:uppercase;
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
    }

    html[dir="rtl"] .quick-view-image-badge{
      left:auto;
      right:18px;
    }

    .quick-view-nav{
      position:absolute;
      top:50%;
      z-index:2;
      width:48px;
      height:48px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(8,11,42,.62);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      transform:translateY(-50%);
      box-shadow:0 16px 34px rgba(0,0,0,.22);
      transition:.3s ease;
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
    }

    .quick-view-nav:hover:not(:disabled){
      transform:translateY(-50%) scale(1.04);
      background:rgba(37,99,255,.78);
      border-color:rgba(88,164,255,.28);
    }

    .quick-view-nav:disabled{
      opacity:.42;
      cursor:not-allowed;
      box-shadow:none;
    }

    .quick-view-nav-prev{
      left:16px;
    }

    .quick-view-nav-next{
      right:16px;
    }

    html[dir="rtl"] .quick-view-nav-prev{
      left:auto;
      right:16px;
    }

    html[dir="rtl"] .quick-view-nav-next{
      right:auto;
      left:16px;
    }

    .quick-view-thumbs{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
    }

    .quick-view-thumb{
      position:relative;
      padding:0;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
      background:var(--card-soft);
      aspect-ratio:1/.82;
      box-shadow:0 14px 32px rgba(0,0,0,.18);
      transition:.3s ease;
    }

    .quick-view-thumb:hover{
      transform:translateY(-2px);
      border-color:rgba(88,164,255,.26);
    }

    .quick-view-thumb.active{
      border-color:rgba(88,164,255,.4);
      box-shadow:0 0 0 2px rgba(88,164,255,.22), 0 16px 32px rgba(0,0,0,.22);
    }

    .quick-view-thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .quick-view-side{
      display:grid;
      gap:20px;
      align-content:start;
    }

    .product-category{
      display:inline-flex;
      align-items:center;
      padding:8px 14px;
      border-radius:999px;
      border:1px solid rgba(88,164,255,.16);
      background:rgba(88,164,255,.08);
      color:#8db6ff;
      font-size:12px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      margin-bottom:14px;
    }

    .quick-view-top h5{
      margin:0 0 12px;
      font-size:clamp(32px, 3vw, 48px);
      line-height:1.02;
      font-weight:800;
      letter-spacing:-.04em;
    }

    .product-rating{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:16px;
      font-size:16px;
      font-weight:600;
      color:var(--text-main);
      flex-wrap:wrap;
    }

    #quickViewStars{
      color:#fbbf24;
      letter-spacing:2px;
      text-shadow:0 0 16px rgba(251,191,36,.18);
    }

    .quick-view-top p{
      margin:0;
      color:var(--text-muted);
      line-height:1.8;
      font-size:15px;
      max-width:52ch;
    }

    .quick-view-price{
      margin:0 0 14px;
      font-size:clamp(34px, 3vw, 46px);
      font-weight:800;
      letter-spacing:-.04em;
      color:var(--text-main);
    }

    .quick-view-meta-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
    }

    .quick-view-meta-card{
      display:grid;
      gap:8px;
      padding:18px 16px;
      border:1px solid var(--border-light);
      border-radius:22px;
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      box-shadow:0 14px 28px rgba(0,0,0,.14);
    }

    .quick-view-meta-label{
      font-size:11px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--text-muted);
    }

    .quick-view-meta-card strong{
      color:var(--text-main);
      font-size:15px;
      line-height:1.5;
    }

    .quick-view-actions{
      display:grid;
      grid-template-columns:minmax(0, 1.16fr) repeat(2, minmax(0, 1fr));
      gap:12px;
      align-items:stretch;
    }

    .quick-view-actions .product-action-btn{
      width:100%;
      min-width:0;
      min-height:54px;
      border-radius:18px;
      padding:0 18px;
    }

    .compare-count-badge,
    .recent-count-badge{
      margin-inline-start:8px;
      min-width:24px;
      height:24px;
      border-radius:999px;
      padding:0 7px;
      background:linear-gradient(180deg,#4f86ff 0%,#2563ff 100%);
      color:#fff;
      font-size:12px;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    @keyframes homePulse{
      0%,100%{transform:scale(1);opacity:1}
      50%{transform:scale(1.18);opacity:.7}
    }

    @keyframes floatAvatar{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(-11px)}
    }

    @keyframes orbitSweep{
      0%{opacity:.18;transform:scaleX(.92) rotate(var(--line-rot, 0deg))}
      50%{opacity:.65;transform:scaleX(1.06) rotate(var(--line-rot, 0deg))}
      100%{opacity:.18;transform:scaleX(.92) rotate(var(--line-rot, 0deg))}
    }

    @media (max-width:1599.98px){
      .showcase-carousel[data-carousel="brands"],
      .showcase-carousel[data-carousel="news"],
      .showcase-carousel[data-carousel="courses"],
      .showcase-carousel[data-carousel="products"]{
        --carousel-items:4;
      }
    }

    @media (max-width:1199.98px){
      .hero-community-title{
        max-width:980px;
        font-size:clamp(38px, 5.4vw, 62px);
      }

      .hero-community-lead,
      .hero-community-text{
        max-width:980px;
        font-size:18px;
      }

      .hero-community-stage{
        width:min(100%, 1320px);
        min-height:420px;
      }

      .hero-community-stage-curve{
        height:150px;
      }

      .showcase-carousel[data-carousel="brands"],
      .showcase-carousel[data-carousel="news"],
      .showcase-carousel[data-carousel="creators"]{
        --carousel-items:2;
      }

      .pricing-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:20px;
      }

      .pricing-card{
        padding:24px 20px 22px;
      }

      .pricing-copy{
        min-height:auto;
      }
    }

    @media (max-width:767.98px){
      .hero-community-section{
        padding:24px 14px 70px;
      }

      .hero-community-content{
        margin-bottom:8px;
      }

      .hero-community-kicker{
        min-height:40px;
        padding:8px 16px;
        font-size:11px;
        letter-spacing:.04em;
      }

      .hero-community-title{
        margin-top:18px;
        font-size:clamp(34px, 10vw, 46px);
        line-height:1.08;
      }

      .hero-community-title-prefix,
      .hero-community-title-accent{
        display:block;
      }

      .hero-community-lead,
      .hero-community-text{
        font-size:16px;
        line-height:1.6;
        max-width:100%;
      }

      .hero-community-stage{
        margin-top:16px;
        min-height:320px;
      }

      .hero-community-crowd{
        width:138%;
        max-width:none;
        margin-left:-19%;
      }

      html[dir="rtl"] .hero-community-crowd{
        margin-left:0;
        margin-right:-19%;
      }

      .hero-community-stage-curve{
        width:170vw;
        height:112px;
        bottom:-4px;
      }

      .hero-community-bottom{
        margin-top:-20px;
        gap:20px;
      }

      .hero-review-pill{
        justify-content:center;
        flex-wrap:wrap;
        padding:10px 18px;
      }

      .hero-review-meta{
        justify-content:center;
        gap:10px;
      }

      .hero-cta-btn{
        min-width:min(100%, 340px);
        min-height:58px;
        font-size:18px;
        padding:12px 24px;
      }

      .showcase-carousel[data-carousel="brands"],
      .showcase-carousel[data-carousel="news"],
      .showcase-carousel[data-carousel="creators"]{
        --carousel-items:1;
      }

      .home-showcase-block[data-showcase-section="pricing"] .section-head{
        align-items:flex-start;
        flex-direction:column;
      }

      .pricing-switch{
        width:100%;
      }

      .pricing-switch button{
        flex:1 1 0;
        min-width:0;
      }

      .pricing-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:22px;
      }

      .pricing-card{
        padding:22px 18px 20px;
        border-radius:24px;
      }

      .pricing-plan{
        font-size:20px;
      }

      .pricing-value strong{
        font-size:38px;
      }

      .pricing-list{
        gap:10px;
      }

      .pricing-list li{
        font-size:13px;
      }
    }

    @media (max-width:991.98px){
      .showcase-carousel[data-carousel="brands"],
      .showcase-carousel[data-carousel="news"],
      .showcase-carousel[data-carousel="courses"],
      .showcase-carousel[data-carousel="products"]{
        --carousel-items:2;
      }
    }

    @media (max-width:575.98px){
      .showcase-carousel[data-carousel="brands"],
      .showcase-carousel[data-carousel="news"],
      .showcase-carousel[data-carousel="courses"],
      .showcase-carousel[data-carousel="products"]{
        --carousel-items:1;
      }
    }

    @media (max-width:420px){
      .hero-community-section{
        padding-left:10px;
        padding-right:10px;
      }

      .hero-community-kicker{
        max-width:100%;
        white-space:normal;
        line-height:1.35;
      }

      .hero-review-pill{
        gap:12px;
      }

      .hero-store-icon{
        width:38px;
        height:38px;
        font-size:16px;
      }

      .hero-store-icon-text{
        font-size:22px;
      }

      .hero-review-meta{
        font-size:15px;
      }

      .pricing-switch{
        padding:5px;
      }

      .pricing-switch button{
        height:38px;
        padding:0 10px;
        font-size:13px;
      }

      .pricing-value{
        align-items:flex-start;
        flex-direction:column;
        gap:3px;
      }

      .pricing-value span{
        padding-bottom:0;
      }
    }

    .about-community-section{
      padding-top:18px;
    }

    .about-community-block{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0, 1fr) minmax(320px, 620px);
      align-items:center;
      gap:72px;
      padding:14px 32px 14px 32px;
      background:transparent;
      border:0;
      box-shadow:none;
      overflow:visible;
      isolation:isolate;
    }

    .about-community-copy{
      position:relative;
      z-index:2;
      max-width:620px;
    }

    .about-community-copy .section-kicker{
      padding:5px 11px;
      font-size:10px;
      letter-spacing:.04em;
    }

    .about-community-copy h2{
      margin:10px 0 16px;
      font-size:clamp(2.45rem, 1.4vw + 1.8rem, 3.4rem);
      font-weight:800;
      line-height:1.08;
      color:#202226;
    }

    .about-community-copy p{
      margin:0;
      color:#3e434d;
      font-size:18px;
      line-height:1.95;
    }

    .about-community-copy p + p{
      margin-top:18px;
    }

    .about-community-btn{
      margin-top:22px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:132px;
      min-height:42px;
      padding:0 22px;
      border:0;
      border-radius:999px;
      background:linear-gradient(180deg, #52a0ff 0%, #2d79f2 100%);
      box-shadow:0 8px 18px rgba(45, 121, 242, .24);
      color:#ffffff;
      font-size:13px;
      font-weight:700;
      letter-spacing:0;
      text-decoration:none;
      transition:transform .2s ease, box-shadow .2s ease;
    }

    .about-community-btn:hover,
    .about-community-btn:focus-visible{
      color:#ffffff;
      transform:translateY(-1px);
      box-shadow:0 12px 22px rgba(45, 121, 242, .28);
    }

    .about-community-visual{
      position:relative;
      z-index:2;
      width:min(100%, 620px);
      justify-self:end;
    }

    .about-community-visual img{
      width:100%;
      height:auto;
      display:block;
      object-fit:contain;
    }

    html[data-theme="dark"] .about-community-block{
      background:transparent;
      box-shadow:none;
    }

    html[data-theme="dark"] .about-community-copy h2{
      color:#f6f8ff;
    }

    html[data-theme="dark"] .about-community-copy p{
      color:rgba(231, 237, 255, .78);
    }

    @media (max-width:1599.98px){
      .about-community-block{
        grid-template-columns:minmax(0, 1fr) minmax(300px, 540px);
        gap:52px;
        padding:12px 24px;
      }

      .about-community-copy{
        max-width:560px;
      }

      .about-community-copy h2{
        font-size:clamp(2.1rem, 1.15vw + 1.55rem, 2.9rem);
      }

      .about-community-copy p{
        font-size:16px;
        line-height:1.88;
      }

      .about-community-btn{
        min-width:118px;
        min-height:38px;
        padding:0 20px;
        font-size:12px;
      }

      .about-community-visual{
        width:min(100%, 540px);
      }
    }

    @media (max-width:991.98px){
      .about-community-block{
        grid-template-columns:minmax(0, 1fr);
        gap:32px;
        padding:8px 12px;
      }

      .about-community-copy{
        max-width:none;
      }

      .about-community-copy h2{
        font-size:clamp(1.95rem, 3vw + 1rem, 2.45rem);
      }

      .about-community-copy p{
        font-size:15px;
        line-height:1.82;
      }

      .about-community-btn{
        min-width:112px;
        min-height:36px;
        padding:0 18px;
        font-size:12px;
      }

      .about-community-visual{
        width:min(100%, 520px);
        justify-self:center;
      }
    }

    @media (max-width:575.98px){
      .about-community-section{
        padding-top:10px;
      }

      .about-community-block{
        gap:20px;
        padding:6px 0;
      }

      .about-community-copy .section-kicker{
        font-size:9px;
      }

      .about-community-copy p{
        font-size:14px;
        line-height:1.75;
      }

      .about-community-copy h2{
        margin-bottom:14px;
        font-size:clamp(1.7rem, 6vw, 2.05rem);
      }

      .about-community-visual{
        width:min(100%, 440px);
      }

      .about-community-btn{
        min-width:106px;
        min-height:34px;
        padding:0 16px;
        font-size:11px;
      }

      .about-community-visual{
        width:100%;
      }
    }

