/* =========================================================
   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-title{
      margin:24px auto 16px;
      max-width:1280px;
      font-size:clamp(42px, 4.2vw, 66px);
      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-platform-logos{
      width:min(100%, 760px);
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      align-items:center;
      justify-items:center;
      gap:clamp(18px, 3vw, 42px);
      margin-top:-18px;
    }

    .hero-platform-logos img{
      display:block;
      width:100%;
      max-width:150px;
      height:clamp(42px, 5vw, 68px);
      object-fit:contain;
      object-position:center;
      filter:drop-shadow(0 10px 18px rgba(15,23,42,.14));
      transition:transform .25s ease, filter .25s ease;
    }

    .hero-platform-logos img:hover{
      transform:none;
      filter:none;
    }

    @media (max-width:767.98px){
      .hero-platform-logos{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:18px 24px;
        margin-top:-12px;
      }

      .hero-platform-logos img{
        max-width:132px;
        height:48px;
      }
    }

    .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);
    }

    .hero-social-signup{
      width:min(100%, 980px);
      margin:28px auto 0;
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
      text-align:left;
    }

    .hero-social-signup-btn{
      min-height:60px;
      padding:10px 22px;
      display:flex;
      align-items:center;
      gap:15px;
      border:1px solid rgba(15, 23, 42, .12);
      border-radius:999px;
      background:rgba(255, 255, 255, .92);
      color:#111827;
      text-decoration:none;
      box-shadow:0 12px 28px rgba(15, 23, 42, .06);
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .hero-social-signup-btn:hover{
      color:#111827;
      border-color:rgba(37, 99, 255, .32);
      box-shadow:0 16px 34px rgba(37, 99, 255, .13);
      transform:translateY(-2px);
    }

    .hero-social-signup-btn > i{
      width:32px;
      flex:0 0 32px;
      font-size:26px;
      line-height:1;
      text-align:center;
    }

    .hero-social-signup-btn span{
      display:flex;
      flex-direction:column;
      gap:2px;
      line-height:1.1;
    }

    .hero-social-signup-btn small{
      color:#5b6472;
      font-size:12px;
      font-weight:400;
    }

    .hero-social-signup-btn strong{
      color:#111827;
      font-size:16px;
      font-weight:700;
    }

    /* Keep the homepage social sign-up buttons consistent with /sign-up in
       dark mode. */
    html[data-theme="dark"] .hero-social-signup-btn,
    body.dark-mode .hero-social-signup-btn{
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.12);
      color:#fff;
      box-shadow:none;
    }

    html[data-theme="dark"] .hero-social-signup-btn:hover,
    body.dark-mode .hero-social-signup-btn:hover{
      background:rgba(255,255,255,.09);
      border-color:rgba(143,177,255,.38);
      color:#fff;
      box-shadow:0 12px 28px rgba(0,0,0,.22);
    }

    html[data-theme="dark"] .hero-social-signup-btn > i,
    body.dark-mode .hero-social-signup-btn > i,
    html[data-theme="dark"] .hero-social-signup-btn small,
    body.dark-mode .hero-social-signup-btn small,
    html[data-theme="dark"] .hero-social-signup-btn strong,
    body.dark-mode .hero-social-signup-btn strong{
      color:#fff;
    }

    html[data-theme="dark"] .hero-social-signup-btn small,
    body.dark-mode .hero-social-signup-btn small{
      color:rgba(255,255,255,.68);
    }

    @media (max-width:767.98px){
      .hero-social-signup{
        grid-template-columns:1fr;
        width:min(100%, 420px);
        gap:12px;
      }

      .hero-social-signup-btn{
        min-height:56px;
        padding-inline:20px;
      }
    }

    @media (max-width:991.98px){
      .hero-social-signup{
        width:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:12px;
        text-align:center;
      }

      .hero-social-signup-btn{
        width:54px;
        min-width:54px;
        height:54px;
        min-height:54px;
        padding:0;
        justify-content:center;
        border-radius:50%;
      }

      .hero-social-signup-btn span{
        position:absolute;
        width:1px;
        height:1px;
        padding:0;
        margin:-1px;
        overflow:hidden;
        clip:rect(0, 0, 0, 0);
        white-space:nowrap;
        border:0;
      }

      .hero-social-signup-btn > i{
        width:auto;
        flex:0 0 auto;
        font-size:25px;
      }
    }






    /* 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{
      display:none;
      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:fit-content;
      max-width:calc(100vw - 32px);
      max-height:calc(100vh - 32px);
      padding:0!important;
      background:transparent!important;
      border:0!important;
      box-shadow:none!important;
      overflow:visible!important;
    }

    .iam-video-modal .video-shell{
      width:min(calc((100vh - 64px) * var(--iam-video-ratio, .5625)), calc(100vw - 32px));
      max-width:calc(100vw - 32px);
      max-height:calc(100vh - 64px);
      background:#000;
      border-radius:24px;
      overflow:hidden;
      border:1px solid var(--border-light);
      box-shadow:0 30px 90px rgba(0,0,0,.45);
    }

    .iam-video-modal video{
      width:100%;
      height:auto;
      max-height:calc(100vh - 64px);
      aspect-ratio:var(--iam-video-aspect, 9 / 16);
      object-fit:contain;
      display:block;
      background:#000;
    }

    .iam-video-close{
      position:absolute;
      top:14px;
      right:14px;
      width:34px;
      height:34px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.34);
      background:rgba(15,23,42,.58);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      z-index:6;
      opacity:1;
      visibility:visible;
      box-shadow:0 12px 28px rgba(15,23,42,.28);
      backdrop-filter:blur(12px);
      -webkit-backdrop-filter:blur(12px);
      transition:background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .iam-video-close:hover{
      transform:scale(1.08);
      border-color:rgba(255,255,255,.74);
      background:#2563ff;
      color:#fff;
    }

    .iam-video-close i{
      font-size:14px;
      line-height:1;
      color:#fff!important;
    }

    html[dir="rtl"] .iam-video-close{
      right:auto;
      left:16px;
    }

    .iam-video-nav{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:56px;
      height:56px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.30);
      background:rgba(15,23,42,.52);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      z-index:5;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      box-shadow:0 18px 40px rgba(15,23,42,.24);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      transition:opacity .2s ease, transform .2s ease, background-color .2s ease;
    }

    .iam-video-modal.active .iam-video-nav{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
    }

    .iam-video-nav:hover{
      transform:translateY(-50%) scale(1.06);
      background:rgba(37,99,255,.92);
    }

    .iam-video-nav i{
      font-size:24px;
      line-height:1;
    }

    .iam-video-nav-prev{left:-76px}
    .iam-video-nav-next{right:-76px}

    @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}
      .iam-video-nav{
        width:46px;
        height:46px;
      }
      .iam-video-nav-prev{left:12px}
      .iam-video-nav-next{right:12px}
      .iam-video-nav i{font-size:20px}
    }

    /* IAMAI COMING SOON */
    .iamai-section{position:relative;height:min(38vw,600px);min-height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;cursor:pointer;border-top:1px solid rgba(122,145,255,.14);border-bottom:1px solid rgba(122,145,255,.14)}
    .iamai-section::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,rgba(40,58,150,.12),transparent 62%)}
    .iamai-art{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .55s ease,filter .55s ease}
    .iamai-section:hover .iamai-art,.iamai-section:focus-visible .iamai-art{transform:none;filter:none}
    .iamai-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
    .iamai-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
    .iamai-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,8,.86);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
    .iamai-modal-dialog{position:relative;z-index:1;width:min(1100px,100%);max-height:calc(100vh - 40px);border:1px solid rgba(145,163,255,.25);border-radius:18px;background:#000;box-shadow:0 30px 100px rgba(0,0,0,.65);overflow:hidden;transform:translateY(18px) scale(.98);transition:transform .3s cubic-bezier(.22,1,.36,1)}
    .iamai-modal.is-open .iamai-modal-dialog{transform:translateY(0) scale(1)}
    .iamai-modal-dialog video{display:block;width:100%;max-height:calc(100vh - 40px);background:#000;object-fit:contain}
    .iamai-modal-close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(10,13,30,.7);color:#fff;font-size:27px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}
    .iamai-modal-close:hover,.iamai-modal-close:focus-visible{background:#2563ff;transform:scale(1.06)}
    html.iamai-modal-open,body.iamai-modal-open{overflow:hidden}

    /* 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:0;
    }

    .brand-logo-lockup{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:center;
      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-image{
      width:min(280px, 100%);
      height:78px;
      flex:0 0 auto;
      object-fit:contain;
      filter:none;
      box-shadow:none;
    }

    html[data-theme="dark"] .brand-logo-image{
      filter:brightness(0) invert(1);
    }

    .brand-logo-card--mk .brand-logo-image{
      filter:none!important;
      mix-blend-mode:screen;
    }

    .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-carousel[data-carousel="courses"] .showcase-product-media{
      aspect-ratio:16 / 9;
    }

    .showcase-carousel[data-carousel="courses"] .showcase-product-media img{
      object-fit:contain;
      background:#0b0c4e;
    }

    .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;
    }

    .showcase-carousel[data-carousel="news"] .news-card-media{
      aspect-ratio:16 / 9;
      background:#0b0c4e;
    }

    .showcase-carousel[data-carousel="news"] .news-card-media img{
      object-fit:contain;
    }

    .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{
      display:flex;
      align-items:center;
      justify-content:center;
      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;
      text-align:center;
      text-decoration:none;
      box-shadow:0 12px 24px rgba(37,99,255,.24);
      transition:.3s ease;
    }

    .pricing-action:hover,
    .pricing-action:focus{
      transform:translateY(-2px);
      color:#fff;
      text-decoration:none;
    }

    .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;
      height:auto;
      min-height:360px;
      max-height:540px;
      aspect-ratio:9 / 16;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 20px 36px rgba(0,0,0,.2);
      isolation:isolate;
      transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    }

    .creator-card:hover{
      transform:translateY(-8px);
      border-color:rgba(79,134,255,.34);
      box-shadow:0 26px 48px rgba(15,23,42,.24);
    }

    .showcase-carousel[data-carousel="creators"] .carousel-frame,
    .showcase-carousel[data-carousel="creators"] .creator-card,
    .showcase-carousel[data-carousel="creators"] .creator-card:hover{
      background:transparent;
      box-shadow:none;
    }

    .creator-card > a:first-child{
      position:absolute;
      inset:0;
      z-index:0;
      display:block;
      overflow:hidden;
    }

    .creator-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease;
    }

    .creator-card:hover img,
    .creator-card:focus-within img{
      transform:scale(1.07);
      filter:saturate(1.08) contrast(1.04);
    }

    .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 6px;
      color:#fff;
      font-size:clamp(15px, 1.1vw, 18px);
      font-weight:850;
      letter-spacing:-.02em;
      line-height:1.15;
    }

    .creator-meta h3 a{
      color:inherit;
      text-decoration:none;
      text-shadow:0 2px 12px rgba(0,0,0,.25);
      transition:color .25s ease;
    }

    .creator-meta h3 a:hover,
    .creator-meta h3 a:focus-visible{
      color:#8db7ff;
    }

    .creator-meta p{
      display:-webkit-box;
      overflow:hidden;
      max-width:30ch;
      margin:0;
      color:rgba(255,255,255,.72);
      font-size:clamp(11px, .78vw, 13px);
      font-weight:600;
      line-height:1.45;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
      text-shadow:0 1px 8px rgba(0,0,0,.3);
      transition:color .25s ease, transform .35s ease;
    }

    .creator-card:hover .creator-meta p,
    .creator-card:focus-within .creator-meta p{
      color:rgba(255,255,255,.9);
      transform:translateY(-2px);
    }

    @media (prefers-reduced-motion:reduce){
      .creator-card,
      .creator-card img,
      .creator-meta h3 a,
      .creator-meta p{transition:none}
      .creator-card:hover{transform:none}
      .creator-card:hover img,
      .creator-card:focus-within img{transform:none;filter:none}
    }
    .home-video-hero{
      padding:22px 0 34px;
    }
    .home-video-hero-head{
      max-width:940px;
      margin:0 auto 30px;
      text-align:center;
    }
    .home-video-hero-kicker{
      display:inline-block;
      margin-bottom:12px;
      color:#5a8dff;
      font-size:12px;
      font-weight:800;
      letter-spacing:.14em;
    }
    .home-video-hero-head h2{
      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;
    }
    .home-video-hero-head p{
      max-width:820px;
      margin:14px auto 0;
      color:var(--text-muted);
      font-size:17px;
      line-height:1.75;
    }
    .home-video-hero-layout{
      display:grid;
      grid-template-columns:1fr;
      max-width:1320px;
      margin:0 auto;
    }
    .home-video-hero-media{
      overflow:hidden;
      min-height:390px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:30px;
      background:#090d2e;
      box-shadow:0 26px 50px rgba(15,23,42,.18);
    }
    .home-video-hero-media video{
      display:block;
      width:100%;
      height:100%;
      min-height:390px;
      object-fit:cover;
      cursor:pointer;
    }
    html[data-theme="dark"] .home-video-hero-head p{
      color:rgba(231,237,255,.72);
    }
    @media (max-width:991.98px){
      .home-video-hero-media,.home-video-hero-media video{min-height:320px}
    }
    @media (max-width:575.98px){
      .home-video-hero{padding:14px 0 24px}
      .home-video-hero-head{margin-bottom:22px}
      .home-video-hero-head h2{font-size:clamp(1.75rem, 6vw, 2.2rem)}
      .home-video-hero-head p{font-size:14px;line-height:1.72}
      .home-video-hero-media,.home-video-hero-media video{min-height:220px;border-radius:22px}
    }
    .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}
    }

    @media (min-width:320px) and (max-width:768px){
      .community-cta-kicker{
        font-size:clamp(8.8px, 1.43vw, 11px);
      }

      .community-cta h3{
        font-size:clamp(16px, 3.3vw, 25px);
      }

      .community-cta-btn{
        font-size:clamp(11.2px, 1.56vw, 13px);
      }

      .community-cta-btn i{
        font-size:clamp(16px, 2.35vw, 18px);
      }

      .cta-avatar{
        width:clamp(47px, 7.5vw, 58px);
        height:clamp(61px, 10vw, 76px);
      }
    }

    /* 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-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:rgb(5 5 38);
      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="dark"] .hero-review-count{
      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;
    }

    .course-quick-view-modal{
      width:min(1080px, calc(100% - 24px));
      max-height:min(860px, calc(100vh - 28px));
      overflow-y:auto;
      overflow-x:hidden;
      padding:0;
      border-radius:24px;
    }

    .course-quick-view-close{
      position:absolute;
      top:18px;
      right:18px;
      z-index:4;
      width:48px;
      height:48px;
      border:1px solid var(--border-light);
      border-radius:50%;
      background:var(--card-bg);
      color:var(--text-main);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 16px 32px rgba(15,23,42,.12);
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .course-quick-view-close:hover{
      transform:translateY(-1px);
      border-color:rgba(37,99,255,.28);
      background:rgba(37,99,255,.08);
    }

    html[dir="rtl"] .course-quick-view-close{
      right:auto;
      left:18px;
    }

    .course-quick-view-layout{
      display:grid;
      grid-template-columns:minmax(360px, 1fr) minmax(0, 1.05fr);
      min-height:600px;
    }

    .course-quick-view-media{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:32px;
      background:
        linear-gradient(135deg, rgba(37,99,255,.10), rgba(20,184,166,.08)),
        var(--card-soft);
      border-right:1px solid var(--border-light);
    }

    html[dir="rtl"] .course-quick-view-media{
      border-right:0;
      border-left:1px solid var(--border-light);
    }

    .course-quick-view-media img{
      width:100%;
      max-width:520px;
      aspect-ratio:1/1;
      object-fit:contain;
      display:block;
      border-radius:18px;
      background:#fff;
      box-shadow:0 28px 70px rgba(15,23,42,.18);
    }

    .course-quick-view-badge{
      position:absolute;
      top:24px;
      left:24px;
      z-index:2;
      max-width:calc(100% - 100px);
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(37,99,255,.18);
      color:#2563ff;
      font-size:11px;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
      box-shadow:0 12px 24px rgba(15,23,42,.10);
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }

    html[dir="rtl"] .course-quick-view-badge{
      left:auto;
      right:24px;
    }

    .course-quick-view-content{
      display:grid;
      align-content:center;
      gap:20px;
      padding:46px 40px 34px;
      min-width:0;
    }

    .course-quick-view-kicker{
      display:inline-flex;
      align-items:center;
      width:max-content;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(37,99,255,.10);
      color:#2563ff;
      font-size:11px;
      font-weight:900;
      letter-spacing:.14em;
      text-transform:uppercase;
      margin-bottom:14px;
    }

    .course-quick-view-content h4{
      margin:0;
      color:var(--text-main);
      font-size:clamp(30px, 3.3vw, 44px);
      line-height:1.06;
      font-weight:900;
    }

    .course-quick-view-summary{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      margin-top:16px;
    }

    .course-quick-view-rating{
      display:inline-flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex-wrap:wrap;
      color:var(--text-muted);
      font-size:13px;
      text-align:right;
    }

    #courseQuickViewStars{
      color:#f59e0b;
      letter-spacing:1px;
      font-size:14px;
    }

    .course-quick-view-content p{
      margin:0;
      color:var(--text-muted);
      line-height:1.75;
      font-size:15px;
    }

    .course-quick-view-meta{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
    }

    .course-quick-view-meta div{
      min-width:0;
      padding:14px;
      border:1px solid var(--border-light);
      border-radius:14px;
      background:var(--card-soft);
    }

    .course-quick-view-meta span,
    .course-quick-view-price span{
      display:block;
      color:var(--text-muted);
      font-size:10px;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
      margin-bottom:6px;
    }

    .course-quick-view-meta strong{
      display:block;
      color:var(--text-main);
      font-size:13px;
      line-height:1.35;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .course-quick-view-bottom{
      display:block;
      padding-top:6px;
    }

    .course-quick-view-price strong{
      color:var(--text-main);
      font-size:30px;
      line-height:1;
      font-weight:900;
      white-space:nowrap;
    }

    .course-quick-view-actions{
      display:grid;
      grid-template-columns:1.08fr .96fr .96fr;
      gap:9px;
      width:100%;
      min-width:0;
    }

    .course-quick-view-actions button{
      min-width:0;
      min-height:48px;
      border-radius:14px;
      padding:0 12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      font-size:13px;
      font-weight:800;
      line-height:1.15;
      white-space:nowrap;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .course-quick-view-actions button:hover{
      transform:translateY(-1px);
    }

    .course-quick-view-primary{
      border:0;
      color:#fff;
      background:linear-gradient(180deg,#4f86ff 0%,#2563ff 100%);
      box-shadow:0 16px 34px rgba(37,99,255,.28);
    }

    .course-quick-view-secondary{
      border:1px solid var(--border-light);
      background:var(--card-bg);
      color:var(--text-main);
      box-shadow:0 12px 24px rgba(15,23,42,.08);
    }

    .course-quick-view-secondary:hover{
      border-color:rgba(37,99,255,.28);
    }

    @media (max-width:991.98px){
      .course-quick-view-layout{
        grid-template-columns:1fr;
        min-height:0;
      }

      .course-quick-view-media{
        border-right:0;
        border-bottom:1px solid var(--border-light);
        padding:28px;
      }

      html[dir="rtl"] .course-quick-view-media{
        border-left:0;
      }

      .course-quick-view-media img{
        max-width:420px;
      }

      .course-quick-view-content{
        padding:32px 28px 28px;
      }

      .course-quick-view-bottom{
        grid-template-columns:1fr;
        align-items:stretch;
      }
    }

    @media (max-width:575.98px){
      .course-quick-view-modal{
        width:calc(100% - 16px);
        max-height:calc(100vh - 16px);
        border-radius:18px;
      }

      .course-quick-view-close{
        top:12px;
        right:12px;
        width:42px;
        height:42px;
      }

      html[dir="rtl"] .course-quick-view-close{
        right:auto;
        left:12px;
      }

      .course-quick-view-media{
        padding:22px 16px 18px;
      }

      .course-quick-view-media img{
        max-width:260px;
        border-radius:14px;
      }

      .course-quick-view-badge{
        top:14px;
        left:14px;
        max-width:calc(100% - 76px);
        padding:7px 10px;
        font-size:10px;
      }

      html[dir="rtl"] .course-quick-view-badge{
        left:auto;
        right:14px;
      }

      .course-quick-view-content{
        padding:24px 18px 18px;
        gap:18px;
      }

      .course-quick-view-content h4{
        font-size:28px;
      }

      .course-quick-view-summary{
        align-items:flex-start;
      }

      .course-quick-view-rating{
        justify-content:flex-start;
        text-align:left;
      }

      .course-quick-view-meta{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }

      .course-quick-view-actions{
        grid-template-columns:1fr;
      }
    }

    .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(36px, 4.6vw, 54px);
      }

      .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:250px;
        bottom:-120px;
      }

      .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 10px;
      }

      .hero-community-content{
        margin-bottom:8px;
      }

      .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-title-prefix{
        font-size:80%;
      }

      .hero-community-lead,
      .hero-community-text{
        font-size:80%;
        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:250px;
        bottom:-120px;
      }

      .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:14.4px;
        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 (min-width:320px) and (max-width:768px){
      .carousel-dots{
        display:none;
      }

      .hero-community-stage{
        min-height:235px;
        margin-top:8px;
        align-items:flex-start;
        padding-top:12px;
      }

      .hero-community-stage-curve{
        height:250px;
      }

      .hero-community-bottom{
        margin-top:-90px;
      }

      .hero-review-stars{
        display:none;
      }

      .hero-store-icons{
        transform:scale(.8);
        transform-origin:center;
      }

      .hero-review-count{
        font-size:80%;
      }

      .pricing-switch button{
        min-width:88px;
        height:clamp(27px, 3.8vw, 29px);
        padding:0 clamp(7px, 1.7vw, 13px);
        font-size:clamp(9px, 1.43vw, 11.2px);
      }
    }

    @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-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%;
      }
    }


/* =========================================================
   ABOUT PAGE SECTIONS
   ========================================================= */

/* =========================================================
   ABOUT PAGE STYLE INDEX
   1. Page Shell + Hero
   2. Shared About Partial Styling
   3. Mission + Vision
   4. Team Carousel
   5. Achievements
   6. Testimonials
   7. Responsive Rules
   ========================================================= */

body.about-page {
  background:
    radial-gradient(circle at 12% 36%, rgba(194, 239, 255, 0.74), transparent 26%),
    radial-gradient(circle at 88% 44%, rgba(205, 243, 255, 0.72), transparent 28%),
    #ffffff;
  color: #202226;
}

.about-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: -104px auto 0;
  background:
    radial-gradient(circle at 4% 39%, rgba(221, 251, 255, 0.78), transparent 21%),
    radial-gradient(circle at 96% 54%, rgba(210, 244, 255, 0.78), transparent 22%),
    radial-gradient(circle at 0% 61%, rgba(251, 255, 218, 0.70), transparent 17%),
    #ffffff;
}

.about-main > .container-fluid,
.about-page .about-community-section {
  --bs-gutter-x: 0;
  width: 100%;
  max-width: none;
}

.about-section-shell,
.about-page .section-shell {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 0;
}

.about-pill,
.about-page .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 15px;
  border-radius: 999px;
  background: #ffc400;
  color: #171717;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.about-page .section-kicker::before {
  display: none;
}

.about-donate-btn,
.about-page .about-community-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #4a9eff 0%, #0f73e7 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(22, 118, 232, 0.32);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.about-donate-btn:hover,
.about-page .about-community-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(22, 118, 232, 0.38);
}

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 20px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #5f6872;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-breadcrumb a {
  color: #00adf1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-breadcrumb a:hover {
  color: #007fbd;
}

.about-breadcrumb span {
  color: #5f6872;
}

.about-breadcrumb i {
  color: #ffc50c;
  font-size: 12px;
}

.about-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: flex-start;
  padding: 155px 20px 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.about-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -288px;
  width: 140vw;
  height: 520px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
}

.about-hero-shell {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.about-hero h1 {
  margin: 18px 0 14px;
  color: #27272a;
  font-size: 46px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-hero h1 span {
  color: #2f86f6;
}

.about-hero p {
  margin: 0 auto;
  max-width: 600px;
  color: #474b55;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.about-page .about-community-section {
  position: relative;
  padding: clamp(64px, 5.6vw, 116px) 20px clamp(72px, 6vw, 128px);
  background: transparent;
}

.about-page .about-community-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 6vw, 132px);
}

.about-page .about-community-block.section-reveal {
  opacity: 1;
  transform: none;
}

.about-page .about-community-copy {
  max-width: 760px;
}

.about-page .about-community-copy h2 {
  margin: clamp(14px, 1.1vw, 22px) 0 clamp(18px, 1.4vw, 28px);
  color: #25272c;
  font-size: clamp(40px, 2.7vw, 56px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-page .about-community-copy p {
  margin: 0;
  color: #414752;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 500;
  line-height: 1.95;
}

.about-page .about-community-copy p + p {
  margin-top: 22px;
}

.about-page .about-community-btn {
  margin-top: 24px;
}

.about-page .about-community-visual {
  justify-self: end;
}

.about-page .about-community-visual img {
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.16));
}

.about-feature-section {
  position: relative;
  padding: clamp(72px, 6vw, 132px) 20px;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 5.8vw, 120px);
}

.about-feature-grid.reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-feature-media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.10);
}

.about-feature-copy {
  max-width: 760px;
}

.about-feature-copy h2,
.about-section-heading h2,
.about-achievements-copy h2 {
  margin: clamp(16px, 1.2vw, 24px) 0 clamp(18px, 1.35vw, 28px);
  color: #25272c;
  font-size: clamp(40px, 2.7vw, 56px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-feature-copy p,
.about-section-heading p,
.about-achievements-copy p {
  margin: 0;
  color: #4c5260;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 500;
  line-height: 1.95;
}

.about-feature-copy p + p {
  margin-top: 18px;
}

.about-program-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.about-program-media img {
  width: min(100%, 560px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 20px 26px rgba(15, 23, 42, 0.14));
}

.about-carousel-section {
  padding: 74px 20px;
}

.about-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.about-section-heading h2 {
  margin: 0 0 8px;
}

.about-section-heading p {
  max-width: 760px;
  font-size: 13px;
  line-height: 1.55;
  color: #808694;
}

.about-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.about-carousel-btn {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #202226;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.about-carousel-btn:hover:not(:disabled) {
  border-color: rgba(47, 134, 246, 0.42);
  background: linear-gradient(135deg, rgba(47, 134, 246, 0.12), rgba(47, 134, 246, 0.04));
  color: #2f86f6;
  transform: translateY(-2px);
}

.about-carousel-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  box-shadow: none;
}

.about-showcase-carousel {
  --about-carousel-items: 6;
  --about-carousel-gap: 16px;
  position: relative;
}

.about-carousel-frame {
  overflow: hidden;
  direction: ltr;
  padding-top: 12px;
  margin-top: -12px;
}

.about-carousel-track {
  display: flex;
  align-items: stretch;
  gap: var(--about-carousel-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-carousel-track > * {
  flex: 0 0 calc((100% - (var(--about-carousel-gap) * (var(--about-carousel-items) - 1))) / var(--about-carousel-items));
  min-width: 0;
}

html[dir="rtl"] .about-carousel-track > * {
  direction: rtl;
}

.about-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.about-carousel-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.about-carousel-dot:hover,
.about-carousel-dot.active {
  background: #2f86f6;
}

.about-carousel-dot.active {
  width: 28px;
}

.about-team-card {
  min-width: 0;
}

.about-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.about-team-card h3 {
  margin: 18px 0 5px;
  color: #25272c;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.about-team-card p {
  margin: 0;
  color: #4f5663;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.about-achievements-section {
  padding: clamp(78px, 6vw, 132px) 20px clamp(86px, 6vw, 136px);
}

.about-achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 5.8vw, 120px);
}

.about-logo-orbit {
  position: relative;
  min-height: clamp(390px, 26vw, 520px);
  width: min(100%, 680px);
}

.about-logo-bubble {
  position: absolute;
  width: clamp(132px, 8.2vw, 168px);
  height: clamp(132px, 8.2vw, 168px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.08);
  animation: aboutFloat 5s ease-in-out infinite;
}

.about-logo-bubble img {
  max-width: 78%;
  max-height: 58%;
  object-fit: contain;
}

.about-logo-bubble.logo-one {
  left: 0;
  top: 36%;
  width: clamp(120px, 7.4vw, 154px);
  height: clamp(120px, 7.4vw, 154px);
}

.about-logo-bubble.logo-two {
  left: 24%;
  top: 0;
  width: clamp(150px, 9vw, 190px);
  height: clamp(150px, 9vw, 190px);
  animation-delay: -0.8s;
}

.about-logo-bubble.logo-three {
  right: 13%;
  top: 24%;
  width: clamp(128px, 7.8vw, 164px);
  height: clamp(128px, 7.8vw, 164px);
  animation-delay: -1.4s;
}

.about-logo-bubble.logo-four {
  left: 16%;
  bottom: 1%;
  width: clamp(118px, 7.2vw, 150px);
  height: clamp(118px, 7.2vw, 150px);
  animation-delay: -2.1s;
}

.about-logo-bubble.logo-five {
  right: 2%;
  bottom: 5%;
  width: clamp(146px, 8.8vw, 186px);
  height: clamp(146px, 8.8vw, 186px);
  animation-delay: -2.8s;
}

.about-achievements-copy h2 {
  margin-top: 0;
}

.about-achievements-copy h3 {
  margin: 0 0 24px;
  max-width: 660px;
  color: #343842;
  font-size: clamp(29px, 1.9vw, 38px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
}

.about-achievements-copy h3 strong {
  font-weight: 900;
}

.about-achievements-copy p {
  max-width: 680px;
  margin-bottom: 28px;
}

.about-testimonials-section {
  padding-bottom: 104px;
}

.about-testimonial-card {
  min-width: 0;
  min-height: 244px;
  padding: 24px;
  border: 1px solid #e7ebf1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.07);
}

.about-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.about-stars {
  display: inline-flex;
  gap: 3px;
  color: #ffc400;
  font-size: 13px;
}

.about-rating strong {
  color: #2f86f6;
  font-size: 13px;
  font-weight: 850;
}

.about-testimonial-card > p {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.about-testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.about-testimonial-person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.about-testimonial-person h3 {
  margin: 0 0 3px;
  color: #25272c;
  font-size: 14px;
  font-weight: 850;
}

.about-testimonial-person span {
  color: #818896;
  font-size: 12px;
  font-weight: 600;
}

[data-about-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

html[data-theme="dark"] body.about-page,
html[data-theme="dark"] .about-main {
  background: var(--page-bg);
}

html[data-theme="dark"] .about-hero {
  background:
    radial-gradient(circle at 18% 78%, rgba(79, 134, 255, 0.16), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.10), transparent 32%),
    var(--page-bg);
}

html[data-theme="dark"] .about-hero::after {
  background: var(--page-bg);
}

html[data-theme="dark"] .about-hero h1,
html[data-theme="dark"] .about-page .about-community-copy h2,
html[data-theme="dark"] .about-feature-copy h2,
html[data-theme="dark"] .about-section-heading h2,
html[data-theme="dark"] .about-achievements-copy h2,
html[data-theme="dark"] .about-team-card h3,
html[data-theme="dark"] .about-testimonial-person h3 {
  color: var(--text-main);
}

html[data-theme="dark"] .about-hero p,
html[data-theme="dark"] .about-page .about-community-copy p,
html[data-theme="dark"] .about-feature-copy p,
html[data-theme="dark"] .about-section-heading p,
html[data-theme="dark"] .about-achievements-copy p,
html[data-theme="dark"] .about-team-card p,
html[data-theme="dark"] .about-testimonial-card > p {
  color: var(--text-muted);
}

html[data-theme="dark"] .about-testimonial-card,
html[data-theme="dark"] .about-logo-bubble,
html[data-theme="dark"] .about-carousel-btn {
  border-color: var(--border-light);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-main);
}

html[data-theme="dark"] .about-carousel-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(47, 134, 246, 0.18), rgba(47, 134, 246, 0.07));
  border-color: rgba(79, 134, 255, 0.42);
  color: var(--primary, #2f86f6);
}

html[data-theme="dark"] .about-carousel-dot {
  background: rgba(255, 255, 255, 0.22);
}

html[data-theme="dark"] .about-carousel-dot:hover,
html[data-theme="dark"] .about-carousel-dot.active {
  background: var(--primary, #2f86f6);
}

@media (max-width: 1599.98px) {
  .about-showcase-carousel {
    --about-carousel-items: 4;
  }
}

@media (max-width: 1199.98px) {
  .about-page .about-community-block,
  .about-achievements-grid {
    gap: 56px;
  }

  .about-feature-grid,
  .about-feature-grid.reverse {
    gap: 48px;
  }
}

@media (max-width: 991.98px) {
  .about-hero {
    min-height: 560px;
    padding: 160px 16px 180px;
  }

  .about-page .about-community-block,
  .about-feature-grid,
  .about-feature-grid.reverse,
  .about-achievements-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-community-section {
    padding-top: 54px;
  }

  .about-page .about-community-copy h2,
  .about-feature-copy h2,
  .about-section-heading h2,
  .about-achievements-copy h2 {
    font-size: 34px;
  }

  .about-achievements-copy h3 {
    font-size: 24px;
  }

  .about-page .about-community-visual {
    justify-self: center;
  }

  .about-feature-grid.reverse .about-feature-copy {
    order: 2;
  }

  .about-feature-grid.reverse .about-feature-media {
    order: 1;
  }

  .about-logo-orbit {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .about-showcase-carousel {
    --about-carousel-items: 2;
  }
}

@media (max-width: 575.98px) {
  .about-hero-shell {
    width: min(100% - 24px, 420px);
  }

  .about-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .about-hero {
    min-height: 500px;
    padding: 142px 12px 150px;
  }

  .about-hero::after {
    bottom: -270px;
    width: 175vw;
  }

  .about-hero h1 {
    font-size: 31px;
  }

  .about-page .about-community-copy h2,
  .about-feature-copy h2,
  .about-section-heading h2,
  .about-achievements-copy h2 {
    font-size: 30px;
  }

  .about-page .about-community-copy p,
  .about-feature-copy p,
  .about-section-heading p,
  .about-achievements-copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-achievements-copy h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  .about-page .about-community-section,
  .about-feature-section,
  .about-carousel-section,
  .about-achievements-section {
    padding: 46px 12px;
  }

  .about-section-shell,
  .about-page .section-shell {
    padding-inline: 0;
  }

  .about-feature-media img {
    border-radius: 16px;
  }

  .about-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-showcase-carousel {
    --about-carousel-items: 1;
  }

  .about-logo-orbit {
    min-height: 310px;
  }

  .about-logo-bubble {
    width: 112px;
    height: 112px;
  }

  .about-logo-bubble.logo-two {
    left: 112px;
    width: 126px;
    height: 126px;
  }

  .about-logo-bubble.logo-three {
    right: 38px;
  }

  .about-logo-bubble.logo-five {
    right: 0;
    width: 124px;
    height: 124px;
  }
}

@media (max-width:1199.98px){
  .hero-community-stage{
    width:100%;
  }

  .hero-community-crowd{
    width:min(100%, 1120px);
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
}

@media (max-width:767.98px){
  .hero-community-stage{
    min-height:280px;
    width:100%;
    padding-inline:8px;
  }

  .hero-community-crowd{
    width:100%;
    max-width:680px;
    margin-left:0;
    margin-right:0;
  }

  html[dir="rtl"] .hero-community-crowd{
    margin-left:0;
    margin-right:0;
  }
}


/* =========================================================
   MERGED PAGE STYLES
   Page-specific CSS files are consolidated here so every page
   uses public/front/assets/css/style.css instead of separate CSS files.
   ========================================================= */

/* Merged from news.css | Source: https://www.test.muslimcommunity.net/front/assets/css/news.css */

/* =========================================================
   NEWS PAGE
   1. Hero
   2. Featured Carousel
   3. Latest Grid + Filters
   4. Cards + States
   5. Responsive Rules
   ========================================================= */

body.news-page {
  background: #ffffff;
  color: #111111;
}

.community-news-main {
  --news-blue: #00adf1;
  --news-deep-blue: #1777e8;
  --news-green: #3cb34f;
  --news-yellow: #ffc50c;
  --news-ink: #111111;
  --news-muted: #606a76;
  --news-border: rgba(17, 17, 17, 0.08);
  --news-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(0, 173, 241, 0.1), transparent 23%),
    radial-gradient(circle at 88% 44%, rgba(60, 179, 79, 0.1), transparent 24%),
    #ffffff;
}

.news-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 126px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.news-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.news-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.news-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.news-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.news-breadcrumb a {
  color: var(--news-blue);
  text-decoration: none;
}

.news-breadcrumb i {
  font-size: 12px;
  color: var(--news-yellow);
}

.news-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.news-hero-copy {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.news-search {
  width: min(720px, 100%);
  min-height: 68px;
  margin: 36px auto 0;
  padding: 8px 10px 8px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(6, 51, 39, 0.2);
}

.news-search i {
  color: var(--news-blue);
  font-size: 22px;
  flex: 0 0 auto;
}

.news-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--news-ink);
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.news-search input::placeholder {
  color: rgba(17, 17, 17, 0.46);
}

.news-section {
  position: relative;
  padding: 72px 20px;
  background: #ffffff;
}

.latest-news-section {
  padding-top: 36px;
  padding-bottom: 72px;
}

.featured-news-section {
  padding-top: 36px;
  padding-bottom: 112px;
}

.news-section-shell {
  width: min(1920px, 100%);
  margin: 0 auto;
}

.news-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.news-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 197, 12, 0.2);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-section-head h2 {
  margin: 14px 0 0;
  color: var(--news-ink);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.featured-carousel {
  position: relative;
  --featured-items: 6;
  --featured-gap: 16px;
}

.featured-carousel-frame {
  overflow: hidden;
  direction: ltr;
  padding: 16px 0 70px;
  margin: -16px 0 -70px;
}

.featured-carousel-track {
  display: flex;
  align-items: stretch;
  gap: var(--featured-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.featured-carousel-track > * {
  flex: 0 0 calc((100% - (var(--featured-gap) * (var(--featured-items) - 1))) / var(--featured-items));
  min-width: 0;
}

.featured-carousel-controls {
  position: absolute;
  top: -78px;
  right: 0;
  display: inline-flex;
  gap: 10px;
}

.news-round-btn {
  width: 46px;
  height: 46px;
  border: 1px solid var(--news-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--news-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.news-round-btn:hover {
  color: var(--news-deep-blue);
  border-color: rgba(0, 173, 241, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
}

.news-round-btn:focus-visible,
.featured-carousel-dot:focus-visible,
.news-filter-tab:focus-visible,
.community-news-read-more:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.45);
  outline-offset: 3px;
}

.featured-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.featured-carousel-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.16);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.featured-carousel-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, var(--news-blue), var(--news-green));
  box-shadow: 0 10px 20px rgba(0, 173, 241, 0.2);
}

.latest-head {
  align-items: center;
}

.news-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.news-filter-tab {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--news-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--news-ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.news-filter-tab:hover,
.news-filter-tab.is-active {
  border-color: rgba(0, 173, 241, 0.35);
  background: linear-gradient(135deg, rgba(0, 173, 241, 0.12), rgba(60, 179, 79, 0.1));
  color: #06405a;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.community-news-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--news-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.community-news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 173, 241, 0.24);
  box-shadow: 0 26px 56px rgba(17, 17, 17, 0.14);
}

.community-news-card[hidden] {
  display: none !important;
}

.community-news-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef4f7;
}

.community-news-card--featured .community-news-media {
  aspect-ratio: 16 / 9;
}

.community-news-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef4f7;
  transition: transform 0.48s ease;
}

.community-news-card:hover .community-news-media img {
  transform: scale(1.08);
}

.community-news-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(6, 51, 39, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.community-news-body {
  padding: 18px;
}

.community-news-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--news-muted);
  font-size: 12px;
  font-weight: 750;
}

.community-news-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--news-deep-blue);
}

.community-news-card h3 {
  margin: 0 0 10px;
  color: var(--news-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: 0;
}

.community-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.community-news-card h3 a:hover {
  color: var(--news-deep-blue);
}

.community-news-card p {
  margin: 0 0 18px;
  color: var(--news-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.community-news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.community-news-author {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.community-news-author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.community-news-author span {
  color: var(--news-ink);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-news-read-more {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  border: 0;
  box-shadow: 0 8px 20px rgba(37, 99, 255, .35);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.community-news-read-more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 255, .35);
}

.news-skeleton-grid {
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.community-news-main.is-news-loading .news-skeleton-grid {
  display: grid;
}

.community-news-main.is-news-loading .latest-news-grid,
.community-news-main.is-news-loading .news-empty-state {
  display: none;
}

.news-skeleton-card {
  min-height: 360px;
  padding: 16px;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--news-shadow);
}

.news-skeleton-card span,
.news-skeleton-card strong,
.news-skeleton-card em,
.news-skeleton-card small {
  display: block;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef3f7 25%, #f8fbfd 45%, #eef3f7 65%);
  background-size: 240% 100%;
  animation: newsSkeleton 1.2s ease-in-out infinite;
}

.news-skeleton-card span {
  height: 190px;
  margin-bottom: 18px;
}

.news-skeleton-card strong {
  width: 82%;
  height: 22px;
  margin-bottom: 12px;
}

.news-skeleton-card em {
  width: 100%;
  height: 54px;
  margin-bottom: 18px;
}

.news-skeleton-card small {
  width: 58%;
  height: 38px;
}

.news-empty-state {
  padding: 46px 24px;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--news-shadow);
  text-align: center;
}

.news-empty-state i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(0, 173, 241, 0.1);
  color: var(--news-blue);
  font-size: 22px;
}

.news-empty-state h2 {
  margin: 0 0 8px;
  color: var(--news-ink);
  font-size: 24px;
  font-weight: 850;
}

.news-empty-state p {
  margin: 0;
  color: var(--news-muted);
  font-size: 15px;
}

[data-news-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-news-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.community-news-main.has-news-reveal .latest-news-grid .community-news-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s ease, transform 0.62s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.community-news-main.has-news-reveal .latest-news-grid .community-news-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.community-news-main.has-news-reveal .latest-news-grid .community-news-card.is-visible:hover {
  transform: translateY(-8px);
}

@keyframes newsSkeleton {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-carousel-track,
  .community-news-card,
  .community-news-media img,
  [data-news-reveal],
  .news-skeleton-card span,
  .news-skeleton-card strong,
  .news-skeleton-card em,
  .news-skeleton-card small {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1599.98px) {
  .featured-carousel {
    --featured-items: 4;
  }

  .latest-news-grid,
  .news-skeleton-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .community-news-main {
    margin-top: -88px;
  }

  .news-hero {
    min-height: 500px;
    padding: 158px 16px 98px;
    background:
      radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
      radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  }

  .news-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .news-section {
    padding: 56px 16px;
  }

  .latest-news-section {
    padding-bottom: 88px;
  }

  .featured-carousel {
    --featured-items: 2;
  }

  .latest-news-grid,
  .news-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-search {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .news-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-carousel-controls {
    position: static;
    justify-content: flex-end;
    margin-bottom: 16px;
  }

  .news-filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .news-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .news-filter-tab {
    flex: 0 0 auto;
  }
}

@media (max-width: 575.98px) {
  .community-news-main {
    margin-top: -84px;
  }

  .news-hero {
    min-height: 460px;
    padding: 140px 12px 84px;
  }

  .news-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .news-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .news-hero-copy {
    font-size: 15px;
  }

  .news-section {
    padding: 44px 12px;
  }

  .featured-carousel {
    --featured-items: 1;
    --featured-gap: 16px;
  }

  .latest-news-grid,
  .news-skeleton-grid {
    grid-template-columns: 1fr;
  }

  .community-news-card {
    border-radius: 16px;
  }

  .community-news-card h3 {
    font-size: 18px;
  }

  .community-news-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .community-news-read-more {
    width: 100%;
  }
}


/* Merged from contact.css | Source: https://www.test.muslimcommunity.net/front/assets/css/contact.css */

/* =========================================================
   CONTACT PAGE
   1. Page Shell + Hero
   2. Contact Form
   3. Validation + Focus States
   4. Responsive Rules
   ========================================================= */

body.contact-page {
  background: #ffffff;
  color: #111111;
}

.contact-main {
  --contact-blue: #00adf1;
  --contact-green: #3cb34f;
  --contact-yellow: #ffc50c;
  --contact-red: #eb1b27;
  --contact-ink: #111111;
  --contact-muted: #5f6872;
  --contact-blue-soft: rgba(0, 173, 241, 0.1);
  --contact-green-soft: rgba(60, 179, 79, 0.1);
  --contact-yellow-soft: rgba(255, 197, 12, 0.2);
  --contact-border: rgba(17, 17, 17, 0.09);
  --contact-shadow: 0 24px 60px rgba(17, 17, 17, 0.1);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 197, 12, 0.16), transparent 22%),
    #ffffff;
}

.contact-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 118px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.contact-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.contact-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.contact-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-breadcrumb a {
  color: var(--contact-blue);
  text-decoration: none;
}

.contact-breadcrumb i {
  font-size: 12px;
  color: var(--contact-yellow);
}

.contact-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-hero-copy {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.contact-content {
  position: relative;
  padding: 74px 20px 112px;
  background: #ffffff;
}

.contact-section-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}

.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--contact-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(0, 173, 241, 0.1), transparent 30%),
    radial-gradient(circle at 4% 100%, rgba(60, 179, 79, 0.09), transparent 28%),
    #ffffff;
  box-shadow: var(--contact-shadow);
}

.contact-form-head {
  margin-bottom: 28px;
  text-align: center;
}

.contact-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--contact-yellow-soft);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-head h2 {
  margin: 14px 0 0;
  color: var(--contact-ink);
  font-size: clamp(30px, 2.4vw, 44px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-field,
.contact-check-group {
  min-width: 0;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-field label,
.contact-check-group legend,
.contact-label-row label {
  display: block;
  margin: 0 0 9px;
  color: var(--contact-ink);
  font-size: 14px;
  font-weight: 850;
}

.contact-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-counter {
  color: var(--contact-muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--contact-ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.contact-field input {
  min-height: 58px;
  padding: 0 18px;
}

.contact-field select {
  min-height: 58px;
  padding: 0 14px;
  appearance: auto;
}

.contact-phone-row {
  display: grid;
  grid-template-columns: minmax(132px, 176px) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.contact-phone-row select,
.contact-phone-row input {
  min-width: 0;
}

.contact-field textarea {
  min-height: 150px;
  resize: vertical;
  padding: 16px 18px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(17, 17, 17, 0.42);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: 0;
  border-color: rgba(0, 173, 241, 0.78);
  background: #ffffff;
  box-shadow:
    0 12px 24px rgba(0, 173, 241, 0.08),
    0 0 0 5px rgba(0, 173, 241, 0.12);
}

.contact-field.is-invalid input,
.contact-field.is-invalid select,
.contact-field.is-invalid textarea,
.contact-consent.is-invalid .contact-check-mark {
  border-color: rgba(235, 27, 39, 0.76);
  box-shadow: 0 0 0 5px rgba(235, 27, 39, 0.1);
}

.contact-field.is-invalid input:focus,
.contact-field.is-invalid select:focus,
.contact-field.is-invalid textarea:focus {
  border-color: rgba(235, 27, 39, 0.92);
  box-shadow: 0 0 0 5px rgba(235, 27, 39, 0.16);
}

.contact-field.is-invalid > label,
.contact-field.is-invalid .contact-label-row label,
.contact-consent.is-invalid {
  color: var(--contact-red);
}

.contact-helper,
.contact-error {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-helper {
  color: var(--contact-muted);
}

.contact-error {
  display: none;
  color: var(--contact-red);
}

.contact-field.is-invalid .contact-error,
.contact-consent.is-invalid + .contact-error {
  display: block;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-check-group {
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(0, 173, 241, 0.04);
}

.contact-check-group legend {
  float: none;
  width: auto;
  padding: 0;
}

.contact-check-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--contact-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
}

.contact-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-check-mark {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 1px;
  border: 2px solid rgba(17, 17, 17, 0.18);
  border-radius: 7px;
  background: #ffffff;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.contact-check-mark::before {
  content: "\F26E";
  color: #ffffff;
  font-family: "bootstrap-icons";
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.contact-check input:checked + .contact-check-mark {
  border-color: var(--contact-green);
  background: linear-gradient(135deg, var(--contact-blue), var(--contact-green));
}

.contact-check input:checked + .contact-check-mark::before {
  opacity: 1;
  transform: scale(1);
}

.contact-check input:focus-visible + .contact-check-mark {
  box-shadow: 0 0 0 5px rgba(255, 197, 12, 0.26);
}

.contact-consent {
  margin-top: 24px;
}

.contact-security-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 24px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--contact-green-soft);
  color: #225f2e;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.contact-security-note i {
  color: var(--contact-green);
  font-size: 18px;
}

.contact-submit {
  min-width:102px;
  height:50px;
  min-height:50px;
  padding:0 24px;
  border: 0;
  border-radius:30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background:linear-gradient(180deg,#4f86ff 0%,#2563ff 100%);
  color:#fff;
  font-size: 16px;
  font-weight:600;
  box-shadow:0 8px 20px rgba(37,99,255,.35);
  transition:.3s ease;
}

.contact-submit:hover {
  color:#fff;
  transform:translateY(-2px);
}

.contact-submit:disabled,
.contact-submit.is-loading {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
  filter: grayscale(0.1);
  box-shadow: none;
}

.contact-submit:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.58);
  outline-offset: 4px;
}

.contact-status {
  min-height: 22px;
  margin: 16px 0 0;
  color: #226531;
  font-size: 14px;
  font-weight: 750;
}

.contact-status.is-success {
  color: #226531;
}

.contact-status.is-error {
  color: var(--contact-red);
}

.contact-form-card.is-complete > :not([data-contact-success]) {
  display: none;
}

.contact-success-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding: 36px 24px;
  text-align: center;
  animation: contact-success-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border: 1px solid rgba(31, 122, 84, 0.18);
  border-radius: 50%;
  background: linear-gradient(145deg, #e4faec, #c8f3dc);
  color: #147044;
  font-size: 42px;
  box-shadow: 0 16px 34px rgba(31, 122, 84, 0.14);
}

.contact-success-kicker {
  color: #147044;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-success-state h3 {
  max-width: 620px;
  margin: 14px auto 12px;
  color: var(--contact-ink);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.18;
}

.contact-success-state p {
  max-width: 540px;
  margin: 0;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.7;
}

.contact-success-reset {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid rgba(31, 122, 84, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #147044;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-success-reset:hover {
  transform: translateY(-2px);
  background: #f1fcf5;
  box-shadow: 0 12px 24px rgba(31, 122, 84, 0.12);
}

@keyframes contact-success-enter {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .contact-success-state { animation: none; }
  .contact-success-reset { transition: none; }
}

@media (max-width: 991.98px) {
  .contact-main {
    margin-top: -88px;
  }

  .contact-hero {
    min-height: 500px;
    padding: 158px 16px 98px;
    background:
      radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
      radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  }

  .contact-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .contact-content {
    padding: 56px 16px 88px;
  }
}

@media (max-width: 767.98px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .contact-main {
    margin-top: -84px;
  }

  .contact-hero {
    min-height: 460px;
    padding: 140px 12px 84px;
  }

  .contact-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .contact-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .contact-hero-copy {
    font-size: 15px;
  }

  .contact-content {
    padding: 44px 12px 72px;
  }

  .contact-form-card {
    border-radius: 18px;
  }

  .contact-check-row {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-security-note {
    align-items: flex-start;
  }
}


/* Merged from faqs.css | Source: https://www.test.muslimcommunity.net/front/assets/css/faqs.css */

/* =========================================================
   FAQ PAGE
   1. Page Shell + Hero
   2. Search + Section Layout
   3. Accordion Cards
   4. Responsive Rules
   ========================================================= */

body.faqs-page {
  background: #ffffff;
  color: #111111;
}

.faqs-main {
  --faq-blue: #00adf1;
  --faq-green: #3cb34f;
  --faq-yellow: #ffc50c;
  --faq-red: #eb1b27;
  --faq-ink: #111111;
  --faq-muted: #5f6872;
  --faq-blue-soft: rgba(0, 173, 241, 0.1);
  --faq-yellow-soft: rgba(255, 197, 12, 0.2);
  --faq-border: rgba(17, 17, 17, 0.08);
  --faq-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 197, 12, 0.16), transparent 22%),
    #ffffff;
}

.faqs-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 118px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.faqs-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.faqs-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.faqs-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.faqs-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faqs-breadcrumb a {
  color: var(--faq-blue);
  text-decoration: none;
}

.faqs-breadcrumb i {
  font-size: 12px;
  color: var(--faq-yellow);
}

.faqs-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.faqs-hero-copy {
  max-width: 700px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.faqs-search {
  width: min(720px, 100%);
  min-height: 68px;
  margin: 36px auto 0;
  padding: 8px 10px 8px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(6, 51, 39, 0.2);
}

.faqs-search i {
  color: var(--faq-blue);
  font-size: 22px;
  flex: 0 0 auto;
}

.faqs-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--faq-ink);
  font-size: 16px;
  font-weight: 700;
}

.faqs-search input::placeholder {
  color: rgba(17, 17, 17, 0.46);
}

.faqs-search:focus-within {
  border-color: rgba(37, 99, 255, 0.72);
  box-shadow:
    0 24px 54px rgba(17, 17, 17, 0.14),
    0 0 0 4px rgba(37, 99, 255, 0.16);
}

.faqs-content {
  position: relative;
  padding: 74px 20px 112px;
  background: #ffffff;
}

.faqs-section-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.faqs-intro {
  margin-bottom: 34px;
  text-align: center;
}

.faqs-section-kicker,
.faqs-category-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--faq-yellow-soft);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faqs-intro h2 {
  margin: 14px 0 0;
  color: var(--faq-ink);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.faqs-category-list {
  display: grid;
  gap: 58px;
}

.faqs-category {
  scroll-margin-top: 120px;
}

.faqs-category[hidden],
.faq-card[hidden] {
  display: none !important;
}

.faqs-category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.faqs-category-head h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.faqs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--faq-border);
  border-left: 5px solid var(--faq-blue);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--faq-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 90px;
  height: 90px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 197, 12, 0.18), transparent 42%),
    radial-gradient(circle at 92% 72%, rgba(235, 27, 39, 0.08), transparent 42%);
  pointer-events: none;
}

.faq-card:hover,
.faq-card.is-open {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
  border-color: rgba(0, 173, 241, 0.2);
  border-left-color: var(--faq-green);
}

.faq-question-title {
  margin: 0;
}

.faq-trigger {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 22px 22px;
  border: 0;
  background: transparent;
  color: var(--faq-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.faq-trigger span {
  min-width: 0;
}

.faq-trigger i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--faq-blue-soft);
  color: var(--faq-blue);
  font-size: 15px;
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.faq-trigger:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.5);
  outline-offset: -5px;
  border-radius: 14px;
}

.faq-trigger[aria-expanded="true"] i {
  transform: rotate(180deg);
  background: var(--faq-green);
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-answer-inner {
  padding: 0 24px 24px 22px;
}

.faq-answer p {
  margin: 0;
  padding-top: 2px;
  color: var(--faq-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.faqs-empty {
  margin-top: 38px;
  padding: 42px 24px;
  border: 1px solid var(--faq-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--faq-shadow);
  text-align: center;
}

.faqs-empty i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--faq-blue-soft);
  color: var(--faq-blue);
  font-size: 22px;
}

.faqs-empty h2 {
  margin: 0 0 8px;
  color: var(--faq-ink);
  font-size: 24px;
  font-weight: 850;
}

.faqs-empty p {
  margin: 0;
  color: var(--faq-muted);
  font-size: 15px;
}

html[data-theme="dark"] body.faqs-page,
html[data-theme="dark"] .faqs-main {
  background: #ffffff;
}

html[data-theme="dark"] .faqs-main {
  --faq-ink: #111111;
  --faq-muted: #5f6872;
  --faq-border: rgba(17, 17, 17, 0.08);
  --faq-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

html[data-theme="dark"] .faqs-hero::before {
  background: #ffffff;
}

html[data-theme="dark"] .faq-card,
html[data-theme="dark"] .faqs-empty {
  background: #ffffff;
}

html[data-theme="dark"] .faqs-search {
  border-color: rgba(143, 216, 255, 0.22);
  background: rgba(15, 20, 56, 0.92);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .faqs-search input {
  color: #f8faff;
}

html[data-theme="dark"] .faqs-search input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

html[data-theme="dark"] .faqs-search:focus-within {
  border-color: rgba(143, 216, 255, 0.72);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.36),
    0 0 0 4px rgba(74, 158, 255, 0.2);
}

@media (max-width: 991.98px) {
  .faqs-main {
    margin-top: -88px;
  }

  .faqs-hero {
    min-height: 500px;
    padding: 158px 16px 98px;
    background:
      radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
      radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  }

  .faqs-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .faqs-content {
    padding: 56px 16px 88px;
  }

  .faqs-category-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .faqs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .faqs-main {
    margin-top: -84px;
  }

  .faqs-hero {
    min-height: 460px;
    padding: 140px 12px 84px;
  }

  .faqs-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .faqs-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .faqs-hero-copy {
    font-size: 15px;
  }

  .faqs-search {
    min-height: 60px;
    padding: 7px 10px 7px 18px;
  }

  .faqs-search input {
    font-size: 15px;
  }

  .faqs-content {
    padding: 44px 12px 72px;
  }

  .faqs-category-list {
    gap: 42px;
  }

  .faq-card {
    border-radius: 16px;
  }

  .faq-trigger {
    min-height: 74px;
    padding: 18px 18px 18px 16px;
    font-size: 15px;
  }

  .faq-trigger i {
    width: 34px;
    height: 34px;
  }

  .faq-answer-inner {
    padding: 0 18px 20px 16px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.75;
  }
}


/* Merged from courses.css | Source: https://www.test.muslimcommunity.net/front/assets/css/courses.css */

body.courses-page {
  background: #ffffff;
  color: #111111;
}

body.courses-page .top-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
}

.courses-main {
  --courses-blue: #00adf1;
  --courses-green: #3cb34f;
  --courses-yellow: #ffc50c;
  --courses-ink: #111111;
  --courses-muted: #5f6872;
  --courses-border: rgba(17, 17, 17, 0.08);
  --courses-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 197, 12, 0.16), transparent 22%),
    #ffffff;
}

.courses-section-shell,
.courses-hero-shell {
  width: min(100% - 44px, 1760px);
  margin: 0 auto;
}

.courses-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 118px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.courses-hero::after {
  content: none;
}

.courses-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.courses-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(0, 173, 241, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(60, 179, 79, 0.08) 87.5%, rgba(60, 179, 79, 0.08)),
    linear-gradient(150deg, rgba(0, 173, 241, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(60, 179, 79, 0.08) 87.5%, rgba(60, 179, 79, 0.08)),
    linear-gradient(30deg, rgba(0, 173, 241, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(60, 179, 79, 0.08) 87.5%, rgba(60, 179, 79, 0.08)),
    linear-gradient(150deg, rgba(0, 173, 241, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(60, 179, 79, 0.08) 87.5%, rgba(60, 179, 79, 0.08));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.courses-hero-curve {
  display: none;
}

.courses-hero-shell {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.courses-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin: 0 0 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.courses-breadcrumb a {
  color: var(--courses-blue);
  text-decoration: none;
}

.courses-breadcrumb i {
  color: var(--courses-yellow);
  font-size: 12px;
}

.courses-breadcrumb span {
  color: #5f6872;
}

.courses-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.courses-hero-copy {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.courses-search-form {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(330px, 1fr) 190px;
  gap: 14px;
  width: min(100%, 1280px);
  min-height: 96px;
  margin: 36px auto 0;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(6, 51, 39, 0.2);
}

.courses-search-form label {
  margin: 0;
}

.courses-select-wrap,
.courses-search-field {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid #e2e8f4;
  border-radius: 8px;
  background: #fff;
  color: #10174d;
  box-shadow: 0 5px 16px rgba(12, 27, 61, 0.04);
}

.courses-select-wrap {
  position: relative;
}

.courses-select-wrap select,
.courses-search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #10174d;
  font-size: 15px;
  font-weight: 750;
}

.courses-select-wrap select {
  appearance: none;
  padding-right: 22px;
}

.courses-select-wrap i,
.courses-search-field i {
  flex: 0 0 auto;
  color: #10174d;
  font-size: 20px;
}

.courses-search-field {
  gap: 14px;
}

.courses-search-field input::placeholder {
  color: #6d7894;
}

.courses-search-submit,
.courses-filter-submit {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #0d74ff 0%, #0053dd 100%);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 10px 18px rgba(0, 90, 230, 0.24);
}

.courses-catalog-section {
  position: relative;
  z-index: 1;
  padding: 74px 0 72px;
  background: #fff;
}

.courses-catalog-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.courses-filter-panel,
.courses-results-toolbar,
.courses-instructions-section {
  border: 1px solid #e6ebf4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 34, 77, 0.07);
}

.courses-filter-panel {
  padding: 22px 20px 16px;
}

.courses-filter-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.courses-filter-title i {
  color: #0065ff;
  font-size: 30px;
}

.courses-filter-title h2 {
  margin: 0;
  color: #0b1247;
  font-size: 23px;
  font-weight: 950;
}

.courses-filter-divider {
  height: 1px;
  margin: 18px 0 16px;
  background: #e3e9f4;
}

.courses-active-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(0, 101, 255, 0.1);
  color: #0053dd;
  font-size: 12px;
  font-weight: 850;
}

.courses-filter-group {
  margin-bottom: 22px;
}

.courses-filter-group h3 {
  margin: 0 0 13px;
  color: #10174d;
  font-size: 14px;
  font-weight: 950;
}

.courses-check-row {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 34px;
  margin: 0;
  color: #27315f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.courses-check-row input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: #0065ff;
}

.courses-filter-empty {
  margin: 0;
  color: #6c7480;
  font-size: 13px;
  font-weight: 650;
}

.courses-filter-select,
.courses-filter-wide,
.courses-filter-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #dfe6f2;
  border-radius: 999px;
  background: #fff;
  color: #334067;
  font-size: 14px;
  font-weight: 750;
}

.courses-filter-control {
  border-radius: 14px;
  padding: 0 14px;
}

.courses-filter-control input,
.courses-filter-control select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #334067;
  font-size: 14px;
  font-weight: 750;
}

.courses-filter-select i,
.courses-filter-wide i {
  color: #10174d;
  font-size: 15px;
}

.courses-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #17204f;
  font-size: 14px;
  font-weight: 850;
}

.courses-range {
  width: 100%;
  margin: 12px 0 4px;
  accent-color: #0065ff;
}

.courses-price-bottom {
  color: #27315f;
  font-size: 13px;
  font-weight: 850;
}

.courses-filter-wide {
  width: 100%;
  border-radius: 999px;
  margin-top: 8px;
}

.courses-filter-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  font-size: 16px;
}

.courses-clear-button {
  width: 100%;
  min-height: 48px;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #0065ff;
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.courses-quote-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 34, 77, 0.07);
}

.courses-quote-card i {
  grid-row: span 2;
  color: #0065ff;
  font-size: 34px;
}

.courses-quote-card p {
  margin: 0;
  color: #0065ff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.courses-quote-card span {
  margin-top: 4px;
  color: #27315f;
  font-size: 13px;
  font-weight: 750;
}

.courses-results-panel {
  min-width: 0;
}

.courses-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.courses-results-toolbar p {
  margin: 0;
  color: #11184a;
  font-size: 16px;
  font-weight: 950;
}

.courses-sort-actions,
.courses-sort-actions label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.courses-sort-actions label {
  margin: 0;
  color: #11184a;
  font-size: 15px;
  font-weight: 850;
}

.courses-sort-actions select {
  min-height: 50px;
  min-width: 168px;
  padding: 0 18px;
  border: 1px solid #dfe6f2;
  border-radius: 999px;
  background: #fff;
  color: #26325f;
  font-weight: 750;
}

.courses-sort-actions button {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe6f2;
  border-radius: 12px;
  background: #fff;
  color: #0065ff;
  font-size: 22px;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}

.courses-grid .showcase-product-card {
  min-width: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(13, 25, 58, 0.13);
}

.courses-grid .showcase-product-card:hover,
.courses-grid .showcase-product-card:focus-within {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 20px 42px rgba(13, 25, 58, 0.16);
}

.courses-grid .showcase-product-media {
  aspect-ratio: 1.55 / 1;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(135deg, #67c9f3 0%, #2d85f4 54%, #6874f2 100%);
}

.courses-grid .showcase-product-media img {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
}

.courses-grid .showcase-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1d2637;
  font-size: 12px;
  font-weight: 850;
  text-transform: none;
  box-shadow: 0 10px 18px rgba(12, 27, 61, 0.08);
}

.courses-grid .showcase-product-body {
  padding: 22px 28px 24px;
}

.courses-card-topline,
.courses-card-rating,
.courses-card-details,
.courses-card-lessons {
  display: flex;
  align-items: center;
}

.courses-card-topline {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.courses-card-category {
  max-width: 54%;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 999px;
  background: #12d7e5;
  color: #06111f;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.courses-card-rating {
  flex: 0 0 auto;
  gap: 8px;
  color: #6b7483;
  font-size: 13px;
  font-weight: 650;
}

.courses-card-rating span {
  color: #ffb000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}

.courses-card-rating strong {
  color: #6b7483;
  font-size: 13px;
  font-weight: 700;
}

.courses-grid .showcase-product-title {
  min-height: 0;
  color: #1f2937;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.24;
}

.courses-grid .showcase-product-text {
  min-height: 52px;
  margin: 10px 0 18px;
  color: #6c7480;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.courses-card-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.courses-card-meta div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #edf1f7;
  border-radius: 10px;
  background: #f8fbff;
}

.courses-card-meta dt {
  margin: 0 0 3px;
  color: #7b8492;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.courses-card-meta dd {
  margin: 0;
  overflow: hidden;
  color: #1f2937;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.courses-card-details {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  margin-bottom: 24px;
}

.courses-grid .showcase-price {
  grid-row: span 2;
}

.courses-grid .showcase-price small {
  margin-bottom: 3px;
  color: #111827;
  font-size: 0;
}

.courses-grid .showcase-price small::after {
  content: "Price";
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.courses-grid .showcase-price strong {
  color: #1f2937;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.courses-card-lessons {
  justify-self: end;
  gap: 8px;
  color: #6c7480;
  font-size: 13px;
  font-weight: 650;
}

.courses-card-lessons i {
  color: #7b8492;
  font-size: 16px;
}

.courses-card-access {
  color: #7b8492;
  font-size: 13px;
  font-weight: 500;
}

.courses-grid .showcase-product-footer {
  gap: 10px;
}

.courses-details-btn,
.courses-grid .showcase-product-btn {
  min-width: 0;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
}

.courses-details-btn {
  flex: 0 1 108px;
  border: 1px solid #dce2ea;
  background: #f9fafb;
  color: #111827;
}

.courses-grid .showcase-product-btn {
  flex: 1 1 auto;
  padding: 0 18px;
  background: #20242b;
  color: #fff;
  box-shadow: none;
}

.courses-grid .showcase-product-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.courses-empty-state {
  grid-column: 1 / -1;
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 42px 24px;
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(13, 25, 58, 0.08);
}

.courses-empty-state i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(0, 101, 255, 0.1);
  color: #0065ff;
  font-size: 28px;
}

.courses-empty-state h2 {
  margin: 0;
  color: #10174d;
  font-size: 24px;
  font-weight: 950;
}

.courses-empty-state p {
  margin: 0;
  color: #6c7480;
  font-weight: 650;
}

/* Merged from products.css | Source: https://www.test.muslimcommunity.net/front/assets/css/products.css */

/* =========================================================
   PRODUCT MARKETPLACE
   1. Page Shell + FAQ-matched Hero
   2. Filters + Product Grid
   3. Product Cards + Interactions
   4. Featured Carousel
   5. Modal, Drawer, Responsive Rules
   ========================================================= */

body.products-page {
  background: #ffffff;
  color: #111111;
}

.products-main {
  --market-blue: #00adf1;
  --market-green: #3cb34f;
  --market-yellow: #ffc50c;
  --market-red: #eb1b27;
  --market-ink: #111111;
  --market-muted: #5f6872;
  --market-soft: #f6faf8;
  --market-border: rgba(17, 17, 17, 0.08);
  --market-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  --market-shadow-strong: 0 26px 58px rgba(8, 51, 42, 0.16);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(60, 179, 79, 0.12), transparent 22%),
    #ffffff;
}

.products-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 132px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 78%, rgba(195, 236, 251, 0.94), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(218, 255, 222, 0.92), transparent 31%),
    linear-gradient(135deg, rgba(0, 173, 241, 0.26) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(60, 179, 79, 0.24) 100%);
}

.products-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.products-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.34) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.34) 87.5%, rgba(255, 255, 255, 0.34)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.34) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.34) 87.5%, rgba(255, 255, 255, 0.34)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.34) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.34) 87.5%, rgba(255, 255, 255, 0.34)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.34) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.34) 87.5%, rgba(255, 255, 255, 0.34));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.products-hero-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.products-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.products-breadcrumb a {
  color: var(--market-blue);
  text-decoration: none;
}

.products-breadcrumb i {
  font-size: 12px;
  color: var(--market-yellow);
}

.products-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.products-hero-copy {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.products-search {
  width: min(920px, 100%);
  min-height: 72px;
  margin: 36px auto 0;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 220px 132px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(6, 51, 39, 0.2);
}

.products-search-field {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding-left: 18px;
}

.products-search-field i {
  color: var(--market-blue);
  font-size: 22px;
  flex: 0 0 auto;
}

.products-search input,
.products-search select,
.products-filters select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--market-ink);
  font-size: 15px;
  font-weight: 750;
}

.products-search input::placeholder {
  color: rgba(17, 17, 17, 0.46);
}

.products-search select,
.products-filters select {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
}

.products-search button,
.buy-now-btn,
.quick-view-actions button:last-child {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--market-blue), var(--market-green));
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(0, 173, 241, 0.24);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.products-search button:hover,
.buy-now-btn:hover,
.quick-view-actions button:last-child:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(60, 179, 79, 0.28);
  filter: saturate(1.08);
}

.products-search:focus-within {
  border-color: rgba(255, 197, 12, 0.9);
  box-shadow:
    0 24px 54px rgba(17, 17, 17, 0.14),
    0 0 0 5px rgba(255, 197, 12, 0.2);
}

.products-content {
  position: relative;
  padding: 74px 20px 84px;
  background: #ffffff;
}

.products-shell {
  width: min(1840px, 100%);
  margin: 0 auto;
}

.products-toolbar,
.featured-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.products-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 197, 12, 0.2);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-toolbar h2,
.featured-products-head h2 {
  margin: 14px 0 0;
  color: var(--market-ink);
  font-size: clamp(30px, 2.8vw, 48px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.products-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--market-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--market-ink);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.products-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.products-filters {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--market-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--market-shadow);
}

.products-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.products-filters-head h3,
.filter-group h4 {
  margin: 0;
  color: var(--market-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.products-filters-head h3 {
  font-size: 22px;
}

.filter-group h4 {
  font-size: 14px;
}

.products-filter-close {
  display: none;
}

.filter-group {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--market-border);
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--market-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
  width: 17px;
  height: 17px;
  accent-color: var(--market-green);
}

.filter-range-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.filter-range-head span {
  color: var(--market-blue);
  font-size: 13px;
  font-weight: 850;
}

.filter-group input[type="range"] {
  width: 100%;
  accent-color: var(--market-green);
}

.clear-filters-btn,
.add-cart-btn,
.quick-view-actions button:first-child {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 173, 241, 0.18);
  border-radius: 999px;
  background: rgba(0, 173, 241, 0.08);
  color: #0579a6;
  font-size: 14px;
  font-weight: 850;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.clear-filters-btn:hover,
.add-cart-btn:hover,
.quick-view-actions button:first-child:hover {
  transform: translateY(-2px);
  border-color: rgba(60, 179, 79, 0.28);
  background: rgba(60, 179, 79, 0.12);
  color: #236c30;
}

.products-results {
  min-width: 0;
}

.products-results-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.products-results-head p {
  margin: 0;
  color: var(--market-muted);
  font-size: 15px;
  font-weight: 750;
}

.products-utility-actions {
  display: inline-flex;
  gap: 8px;
}

.products-utility-actions button,
.featured-carousel-controls button,
.product-hover-actions button,
.product-slide-btn,
.modal-close,
.compare-drawer-head button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--market-ink);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.1);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.products-utility-actions button {
  min-width: 46px;
  height: 42px;
  gap: 6px;
  padding: 0 12px;
  color: #314047;
  font-weight: 850;
}

.products-utility-actions button:hover,
.featured-carousel-controls button:hover,
.product-hover-actions button:hover,
.product-slide-btn:hover,
.modal-close:hover,
.compare-drawer-head button:hover {
  transform: translateY(-2px);
  background: var(--market-green);
  color: #ffffff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.market-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--market-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--market-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.market-product-card[hidden] {
  display: none !important;
}

.market-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 173, 241, 0.2);
  box-shadow: var(--market-shadow-strong);
}

.product-card-media {
  position: relative;
  aspect-ratio: 1 / 0.8;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 22%, rgba(0, 173, 241, 0.16), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(60, 179, 79, 0.16), transparent 30%),
    #eef7f3;
}

.product-card-images,
.product-card-images img {
  width: 100%;
  height: 100%;
}

.product-card-images img {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.42s ease, opacity 0.28s ease;
}

.market-product-card:hover .product-card-images img:not([hidden]) {
  transform: scale(1.08);
}

.product-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}

.product-card-badges span,
.discount-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #164354;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
}

.type-digital {
  color: #0579a6 !important;
}

.type-physical {
  color: #236c30 !important;
}

.discount-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  background: var(--market-red);
  color: #ffffff;
}

.product-hover-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  gap: 8px;
  z-index: 4;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.market-product-card:hover .product-hover-actions,
.market-product-card:focus-within .product-hover-actions {
  opacity: 1;
  transform: translateY(0);
}

.product-hover-actions button,
.product-slide-btn {
  width: 38px;
  height: 38px;
}

.product-hover-actions button.is-active {
  background: var(--market-red);
  color: #ffffff;
}

.product-slide-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50%);
}

.product-slide-prev {
  left: 10px;
}

.product-slide-next {
  right: 10px;
}

.market-product-card:hover .product-slide-btn,
.market-product-card:focus-within .product-slide-btn {
  opacity: 1;
}

.product-card-body {
  display: grid;
  gap: 11px;
  padding: 16px;
}

.product-card-body h3 {
  min-height: 48px;
  margin: 0;
  color: var(--market-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}

.product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #f3b700;
  font-size: 13px;
  line-height: 1;
}

.product-rating strong {
  color: var(--market-ink);
  font-size: 13px;
}

.product-rating small {
  color: var(--market-muted);
  font-weight: 750;
}

.product-card-body p {
  min-height: 66px;
  margin: 0;
  color: var(--market-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.product-card-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.product-card-price strong,
.quick-view-price {
  color: var(--market-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.product-card-price del {
  color: #96a0a8;
  font-size: 14px;
  font-weight: 750;
}

.product-seller {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.product-seller img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #eef7f3;
}

.product-seller span {
  min-width: 0;
  overflow: hidden;
  color: var(--market-ink);
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}

.product-card-actions button {
  min-width: 0;
  min-height: 44px;
  padding: 0 10px;
  font-size: 13px;
}

.products-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.products-pagination button {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--market-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--market-ink);
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.products-pagination button:hover,
.products-pagination button.is-active {
  transform: translateY(-2px);
  background: var(--market-blue);
  color: #ffffff;
}

.products-empty {
  padding: 56px 24px;
  border: 1px solid var(--market-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--market-shadow);
  text-align: center;
}

.products-empty i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(0, 173, 241, 0.1);
  color: var(--market-blue);
  font-size: 24px;
}

.products-empty h2 {
  margin: 0 0 8px;
  color: var(--market-ink);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: 0;
}

.products-empty p {
  margin: 0;
  color: var(--market-muted);
  font-weight: 600;
}

.products-skeleton {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.products-skeleton span {
  min-height: 360px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0f4f2 0%, #ffffff 48%, #f0f4f2 100%);
  background-size: 200% 100%;
  animation: marketSkeleton 1.15s ease-in-out infinite;
}

@keyframes marketSkeleton {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.featured-products-section {
  padding: 32px 20px 112px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.featured-carousel {
  overflow: hidden;
  margin: 0 -9px;
  padding: 4px 9px 28px;
}

.featured-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.featured-card {
  flex: 0 0 calc((100% - 90px) / 6);
}

.featured-carousel-controls {
  display: inline-flex;
  gap: 10px;
}

.featured-carousel-controls button {
  width: 46px;
  height: 46px;
}

.featured-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.featured-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  transition: width 0.24s ease, background 0.24s ease;
}

.featured-dots button.is-active {
  width: 28px;
  background: var(--market-green);
}

.market-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(8, 20, 20, 0.44);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.quick-view-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1060;
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.24);
  overflow: auto;
  transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
}

.quick-view-media {
  position: relative;
  display: grid;
  gap: 10px;
}

.quick-view-image {
  display: block;
  width: 100%;
  height: clamp(360px, 56vh, 540px);
  min-height: 360px;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  border-radius: 8px;
  background: #eef7f3;
}

.quick-view-thumbnails {
  display: flex;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 1px 4px;
}

.quick-view-nav-prev,
.quick-view-nav-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--market-ink, #14213d);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.quick-view-nav-prev:hover,
.quick-view-nav-next:hover,
.quick-view-nav-prev:focus-visible,
.quick-view-nav-next:focus-visible {
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.2);
  transform: translateY(-50%) scale(1.04);
}

.quick-view-nav-prev {
  left: 16px;
}

.quick-view-nav-next {
  right: 16px;
}

.quick-view-thumbnail {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #eef7f3;
  cursor: pointer;
}

.quick-view-thumbnail.is-active {
  border-color: #1684a8;
}

.quick-view-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating-stars {
  display: inline-block;
  color: #f3b700;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.quick-view-details {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 10px 10px 0;
}

.quick-view-details > span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 173, 241, 0.1);
  color: #0579a6;
  font-size: 12px;
  font-weight: 850;
}

.quick-view-details h2 {
  margin: 0;
  color: var(--market-ink);
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.quick-view-details p,
.quick-view-seller span,
.quantity-field {
  margin: 0;
  color: var(--market-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.quick-view-seller {
  display: grid;
  gap: 2px;
}

.quick-view-seller strong {
  color: var(--market-ink);
  font-size: 16px;
  font-weight: 850;
}

.quantity-field {
  display: grid;
  gap: 7px;
}

.quantity-field input {
  width: 116px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--market-border);
  border-radius: 999px;
  color: var(--market-ink);
  font-weight: 850;
}

.quick-view-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.quick-view-actions button {
  min-height: 50px;
}

.compare-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  width: min(560px, 100vw);
  padding: 24px;
  background: #ffffff;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18);
  overflow: auto;
}

.compare-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.compare-drawer-head h2 {
  margin: 10px 0 0;
  color: var(--market-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.compare-drawer-head button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 430px;
}

.compare-table th,
.compare-table td {
  padding: 14px;
  border: 1px solid var(--market-border);
  color: var(--market-muted);
  font-size: 14px;
  vertical-align: top;
}

.compare-table th {
  width: 140px;
  color: var(--market-ink);
  font-weight: 900;
  background: #f7fbf9;
}

.compare-table td strong {
  color: var(--market-ink);
}

.compare-remove {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(235, 27, 39, 0.1);
  color: var(--market-red);
  font-weight: 850;
}

.compare-empty {
  padding: 28px;
  border: 1px solid var(--market-border);
  border-radius: 8px;
  color: var(--market-muted);
  background: #f7fbf9;
  font-weight: 650;
}

html[data-theme="dark"] body.products-page,
html[data-theme="dark"] .products-main {
  background: #ffffff;
}

html[data-theme="dark"] .products-main {
  --market-ink: #111111;
  --market-muted: #5f6872;
  --market-border: rgba(17, 17, 17, 0.08);
  --market-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

html[data-theme="dark"] .products-hero::before,
html[data-theme="dark"] .products-content,
html[data-theme="dark"] .products-filters,
html[data-theme="dark"] .market-product-card,
html[data-theme="dark"] .quick-view-modal,
html[data-theme="dark"] .compare-drawer {
  background: #ffffff;
}

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.55);
  outline-offset: 3px;
}

@media (max-width: 1599.98px) {
  .products-shell {
    width: min(1420px, 100%);
  }

  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .products-skeleton {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .featured-card {
    flex-basis: calc((100% - 54px) / 4);
  }
}

@media (max-width: 1199.98px) {
  .products-layout {
    grid-template-columns: 270px minmax(0, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-skeleton {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .products-main {
    margin-top: -88px;
  }

  .products-hero {
    min-height: 560px;
    padding: 158px 16px 108px;
  }

  .products-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .products-search {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .products-search-field {
    min-height: 48px;
  }

  .products-search button {
    min-height: 48px;
  }

  .products-content {
    padding: 56px 16px 72px;
  }

  .products-toolbar {
    align-items: center;
  }

  .products-filter-toggle {
    display: inline-flex;
  }

  .products-layout {
    grid-template-columns: 1fr;
  }

  .products-filters {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1060;
    width: min(360px, 92vw);
    max-height: 100vh;
    overflow: auto;
    border-radius: 0;
    transform: translateX(-102%);
    transition: transform 0.28s ease;
  }

  .products-filters.is-open {
    transform: translateX(0);
  }

  .products-filter-close {
    width: 42px;
    height: 42px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.06);
    color: var(--market-ink);
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .quick-view-modal {
    grid-template-columns: 1fr;
  }

  .quick-view-details {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .products-main {
    margin-top: -84px;
  }

  .products-hero {
    min-height: 540px;
    padding: 140px 12px 92px;
  }

  .products-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .products-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .products-hero-copy {
    font-size: 15px;
  }

  .products-content,
  .featured-products-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .products-toolbar,
  .featured-products-head,
  .products-results-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-skeleton {
    grid-template-columns: 1fr;
  }

  .product-card-actions,
  .quick-view-actions {
    grid-template-columns: 1fr;
  }

  .featured-card {
    flex-basis: 100%;
  }

  .quick-view-modal {
    width: calc(100vw - 18px);
    padding: 14px;
  }

  .compare-drawer {
    padding: 18px;
  }
}


/* Merged from terms-of-service.css | Source: https://www.test.muslimcommunity.net/front/assets/css/terms-of-service.css */

/* =========================================================
   TERMS OF SERVICE PAGE
   1. Page Shell + FAQ-matched Hero
   2. Legal Layout + Navigation
   3. Content Cards + Utilities
   4. Responsive + Print Rules
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body.terms-page {
  background: #ffffff;
  color: #111111;
}

.terms-main {
  --terms-blue: #00adf1;
  --terms-green: #3cb34f;
  --terms-yellow: #ffc50c;
  --terms-red: #eb1b27;
  --terms-ink: #111111;
  --terms-muted: #5f6872;
  --terms-soft: #f5f9fb;
  --terms-blue-soft: rgba(0, 173, 241, 0.1);
  --terms-green-soft: rgba(60, 179, 79, 0.12);
  --terms-yellow-soft: rgba(255, 197, 12, 0.2);
  --terms-border: rgba(17, 17, 17, 0.08);
  --terms-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 197, 12, 0.16), transparent 22%),
    #ffffff;
}

.terms-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}

.terms-scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--terms-blue), var(--terms-green));
  box-shadow: 0 0 18px rgba(0, 173, 241, 0.42);
  transition: width 0.12s ease;
}

.terms-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 118px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.terms-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.terms-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.terms-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.terms-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.terms-breadcrumb a {
  color: var(--terms-blue);
  text-decoration: none;
}

.terms-breadcrumb i {
  font-size: 12px;
  color: var(--terms-yellow);
}

.terms-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.terms-hero-copy {
  max-width: 700px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.terms-updated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  margin: 24px auto 0;
  padding: 8px 18px;
  border: 1px solid rgba(0, 173, 241, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #24414a;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(6, 51, 39, 0.08);
}

.terms-updated i {
  color: var(--terms-green);
}

.terms-content {
  position: relative;
  padding: 74px 20px 112px;
  background: #ffffff;
}

.terms-section-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.terms-intro {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.terms-section-kicker,
.terms-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--terms-yellow-soft);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.terms-intro h2 {
  margin: 14px 0 0;
  color: var(--terms-ink);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.terms-intro p {
  margin: 14px 0 0;
  color: var(--terms-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.terms-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.terms-sidebar {
  position: sticky;
  top: 112px;
}

.terms-toc-card {
  overflow: hidden;
  border: 1px solid var(--terms-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--terms-shadow);
}

.terms-toc-head {
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--terms-border);
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 173, 241, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(60, 179, 79, 0.1), rgba(255, 197, 12, 0.1));
}

.terms-toc-head span {
  display: block;
  color: var(--terms-ink);
  font-size: 15px;
  font-weight: 850;
}

.terms-toc-head small {
  display: block;
  margin-top: 3px;
  color: var(--terms-muted);
  font-size: 12px;
  font-weight: 700;
}

.terms-toc-nav {
  max-height: calc(100vh - 224px);
  padding: 10px;
  overflow: auto;
}

.terms-toc-nav a,
.terms-mobile-nav-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #314149;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.terms-toc-nav a span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--terms-blue-soft);
  color: var(--terms-blue);
  font-size: 11px;
  font-weight: 850;
}

.terms-toc-nav a:hover,
.terms-toc-nav a.is-active,
.terms-mobile-nav-panel a:hover,
.terms-mobile-nav-panel a.is-active {
  background: linear-gradient(135deg, rgba(0, 173, 241, 0.12), rgba(60, 179, 79, 0.12));
  color: #0d2c35;
  box-shadow: inset 4px 0 0 var(--terms-green);
}

.terms-toc-nav a.is-active span {
  background: var(--terms-green);
  color: #ffffff;
}

.terms-document {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.terms-card {
  position: relative;
  scroll-margin-top: 116px;
  padding: 28px;
  border: 1px solid var(--terms-border);
  border-left: 5px solid var(--terms-blue);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 96% 8%, rgba(255, 197, 12, 0.12), transparent 26%);
  box-shadow: var(--terms-shadow);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.terms-card.is-active {
  border-left-color: var(--terms-green);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
}

.terms-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.terms-card h3 {
  margin: 12px 0 0;
  color: var(--terms-ink);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.terms-card p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.86;
}

.terms-card p + p,
.terms-card p + .terms-check-list,
.terms-card p + .terms-inline-link,
.terms-card p + .terms-contact-list {
  margin-top: 14px;
}

.terms-copy-link {
  min-width: 92px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 173, 241, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #116c88;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.terms-copy-link:hover,
.terms-copy-link:focus-visible,
.terms-copy-link.is-copied {
  border-color: rgba(60, 179, 79, 0.4);
  background: var(--terms-green);
  color: #ffffff;
  transform: translateY(-1px);
}

.terms-copy-link:focus-visible,
.terms-mobile-nav-toggle:focus-visible,
.terms-toc-nav a:focus-visible,
.terms-mobile-nav-panel a:focus-visible,
.terms-inline-link:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.5);
  outline-offset: 3px;
}

.terms-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 173, 241, 0.1);
  border-radius: 8px;
  background: var(--terms-soft);
  color: #263a42;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
}

.terms-check-list i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--terms-green-soft);
  color: var(--terms-green);
  font-size: 14px;
}

.terms-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--terms-blue-soft);
  color: #075c76;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.terms-inline-link:hover {
  background: var(--terms-green);
  color: #ffffff;
}

.terms-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.terms-contact-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--terms-border);
  border-radius: 8px;
  background: var(--terms-soft);
}

.terms-contact-list dt {
  color: var(--terms-ink);
  font-size: 14px;
  font-weight: 850;
}

.terms-contact-list dd {
  margin: 0;
  color: var(--terms-muted);
  font-size: 14px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.terms-contact-list a {
  color: #075c76;
  font-weight: 850;
  text-decoration: none;
}

.terms-contact-list a:hover {
  color: var(--terms-green);
}

.terms-mobile-nav {
  display: none;
  margin-bottom: 22px;
}

.terms-mobile-nav-toggle {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--terms-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--terms-ink);
  box-shadow: var(--terms-shadow);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.terms-mobile-nav-toggle i {
  color: var(--terms-blue);
  transition: transform 0.25s ease;
}

.terms-mobile-nav.is-open .terms-mobile-nav-toggle i {
  transform: rotate(180deg);
}

.terms-mobile-nav-panel {
  max-height: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--terms-shadow);
  transition: max-height 0.28s ease, border-color 0.28s ease;
}

.terms-mobile-nav.is-open .terms-mobile-nav-panel {
  max-height: 520px;
  overflow: auto;
  border-color: var(--terms-border);
}

html[data-theme="dark"] body.terms-page,
html[data-theme="dark"] .terms-main {
  background: #ffffff;
}

html[data-theme="dark"] .terms-main {
  --terms-ink: #111111;
  --terms-muted: #5f6872;
  --terms-border: rgba(17, 17, 17, 0.08);
  --terms-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

html[data-theme="dark"] .terms-hero::before {
  background: #ffffff;
}

html[data-theme="dark"] .terms-card,
html[data-theme="dark"] .terms-toc-card,
html[data-theme="dark"] .terms-mobile-nav-toggle,
html[data-theme="dark"] .terms-mobile-nav-panel,
html[data-theme="dark"] .terms-copy-link {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .terms-main {
    margin-top: -88px;
  }

  .terms-hero {
    min-height: 500px;
    padding: 158px 16px 98px;
    background:
      radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
      radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  }

  .terms-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .terms-content {
    padding: 56px 16px 88px;
  }

  .terms-layout {
    grid-template-columns: 1fr;
  }

  .terms-sidebar {
    display: none;
  }

  .terms-mobile-nav {
    display: block;
    position: sticky;
    top: 14px;
    z-index: 5;
  }
}

@media (max-width: 575.98px) {
  .terms-main {
    margin-top: -84px;
  }

  .terms-hero {
    min-height: 460px;
    padding: 140px 12px 84px;
  }

  .terms-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .terms-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .terms-hero-copy {
    font-size: 15px;
  }

  .terms-updated {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .terms-content {
    padding: 44px 12px 72px;
  }

  .terms-intro {
    margin-bottom: 26px;
  }

  .terms-intro p {
    font-size: 15px;
    line-height: 1.75;
  }

  .terms-card {
    padding: 20px 16px;
  }

  .terms-card-header {
    flex-direction: column;
    gap: 14px;
  }

  .terms-copy-link {
    min-width: 0;
    width: 100%;
  }

  .terms-card p {
    font-size: 15px;
    line-height: 1.78;
  }

  .terms-check-list {
    grid-template-columns: 1fr;
  }

  .terms-contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media print {
  html {
    scroll-behavior: auto;
  }

  body.terms-page {
    background: #ffffff !important;
    color: #111111 !important;
  }

  .top-nav-wrap,
  .fullscreen-menu,
  .footer-modern,
  .fab-top,
  .terms-scroll-progress,
  .terms-breadcrumb,
  .terms-sidebar,
  .terms-mobile-nav,
  .terms-copy-link {
    display: none !important;
  }

  .terms-main {
    margin: 0;
    background: #ffffff !important;
  }

  .terms-hero {
    min-height: 0;
    padding: 0 0 28px;
    background: #ffffff !important;
  }

  .terms-hero::before,
  .terms-hero-pattern {
    display: none;
  }

  .terms-hero h1 {
    font-size: 34px;
  }

  .terms-content {
    padding: 0;
  }

  .terms-layout,
  .terms-document {
    display: block;
  }

  .terms-intro {
    text-align: left;
    margin: 0 0 18px;
  }

  .terms-card {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 18px;
    padding: 18px 0;
    border: 0;
    border-top: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
  }

  .terms-card h3 {
    font-size: 22px;
  }
}


/* Merged from pricing.css | Source: https://www.test.muslimcommunity.net/front/assets/css/pricing.css */

/* =========================================================
   PRICING PAGE
   Uses the FAQ hero language and the shared home pricing partial.
   ========================================================= */

body.pricing-page {
  background: #ffffff;
  color: #111111;
}

.pricing-main .pricing-hero {
  min-height: 500px;
  padding-bottom: 96px;
}

.pricing-main .home-showcase-section {
  padding: 64px 20px 112px;
  background: #ffffff;
}

.pricing-main .home-showcase-section::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(0, 173, 241, 0.08), transparent 24%),
    radial-gradient(circle at 90% 14%, rgba(255, 197, 12, 0.1), transparent 22%);
}

.pricing-main .section-shell {
  max-width: 1240px;
}

.pricing-main .home-showcase-block {
  scroll-margin-top: 120px;
}

html[data-theme="dark"] body.pricing-page,
html[data-theme="dark"] .pricing-main,
html[data-theme="dark"] .pricing-main .home-showcase-section {
  background: #050526 !important;
  color: #ffffff !important;
}

html[data-theme="dark"] .pricing-main .home-showcase-section::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(37, 99, 255, .16), transparent 28%),
    radial-gradient(circle at 90% 14%, rgba(34, 197, 94, .10), transparent 24%) !important;
}

@media (max-width: 991.98px) {
  .pricing-main .pricing-hero {
    min-height: 460px;
    padding-bottom: 84px;
  }

  .pricing-main .home-showcase-section {
    padding: 54px 16px 88px;
  }
}

@media (max-width: 575.98px) {
  .pricing-main .home-showcase-section {
    padding: 42px 12px 72px;
  }
}


/* Merged from privacy-policy.css | Source: https://www.test.muslimcommunity.net/front/assets/css/privacy-policy.css */

/* =========================================================
   PRIVACY POLICY PAGE
   1. Page Shell + FAQ-matched Hero
   2. Legal Layout + Navigation
   3. Content Cards + Utilities
   4. Responsive + Print Rules
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body.privacy-policy-page {
  background: #ffffff;
  color: #111111;
}

.privacy-main {
  --privacy-blue: #00adf1;
  --privacy-green: #3cb34f;
  --privacy-yellow: #ffc50c;
  --privacy-red: #eb1b27;
  --privacy-ink: #111111;
  --privacy-muted: #5f6872;
  --privacy-soft: #f5f9fb;
  --privacy-blue-soft: rgba(0, 173, 241, 0.1);
  --privacy-green-soft: rgba(60, 179, 79, 0.12);
  --privacy-yellow-soft: rgba(255, 197, 12, 0.2);
  --privacy-border: rgba(17, 17, 17, 0.08);
  --privacy-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  position: relative;
  width: 100%;
  margin: -104px auto 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 173, 241, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 197, 12, 0.16), transparent 22%),
    #ffffff;
}

.privacy-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}

.privacy-scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--privacy-blue), var(--privacy-green));
  box-shadow: 0 0 18px rgba(0, 173, 241, 0.42);
  transition: width 0.12s ease;
}

.privacy-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 20px 118px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.privacy-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 145vw;
  height: 420px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: -1;
}

.privacy-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.28) 87.5%, rgba(255, 255, 255, 0.28));
  background-position: 0 0, 0 0, 32px 56px, 32px 56px;
  background-size: 64px 112px;
  pointer-events: none;
}

.privacy-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.privacy-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6872;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.privacy-breadcrumb a {
  color: var(--privacy-blue);
  text-decoration: none;
}

.privacy-breadcrumb i {
  font-size: 12px;
  color: var(--privacy-yellow);
}

.privacy-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.privacy-hero-copy {
  max-width: 700px;
  margin: 18px auto 0;
  color: #5f6872;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

.privacy-updated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  margin: 24px auto 0;
  padding: 8px 18px;
  border: 1px solid rgba(0, 173, 241, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #24414a;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(6, 51, 39, 0.08);
}

.privacy-updated i {
  color: var(--privacy-green);
}

.privacy-content {
  position: relative;
  padding: 74px 20px 112px;
  background: #ffffff;
}

.privacy-section-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.privacy-intro {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.privacy-section-kicker,
.privacy-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--privacy-yellow-soft);
  color: #5c4500;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-intro h2 {
  margin: 14px 0 0;
  color: var(--privacy-ink);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.privacy-intro p {
  margin: 14px 0 0;
  color: var(--privacy-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.privacy-sidebar {
  position: sticky;
  top: 112px;
}

.privacy-toc-card {
  overflow: hidden;
  border: 1px solid var(--privacy-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--privacy-shadow);
}

.privacy-toc-head {
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--privacy-border);
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 173, 241, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(60, 179, 79, 0.1), rgba(255, 197, 12, 0.1));
}

.privacy-toc-head span {
  display: block;
  color: var(--privacy-ink);
  font-size: 15px;
  font-weight: 850;
}

.privacy-toc-head small {
  display: block;
  margin-top: 3px;
  color: var(--privacy-muted);
  font-size: 12px;
  font-weight: 700;
}

.privacy-toc-nav {
  max-height: calc(100vh - 224px);
  padding: 10px;
  overflow: auto;
}

.privacy-toc-nav a,
.privacy-mobile-nav-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #314149;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.privacy-toc-nav a span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--privacy-blue-soft);
  color: var(--privacy-blue);
  font-size: 11px;
  font-weight: 850;
}

.privacy-toc-nav a:hover,
.privacy-toc-nav a.is-active,
.privacy-mobile-nav-panel a:hover,
.privacy-mobile-nav-panel a.is-active {
  background: linear-gradient(135deg, rgba(0, 173, 241, 0.12), rgba(60, 179, 79, 0.12));
  color: #0d2c35;
  box-shadow: inset 4px 0 0 var(--privacy-green);
}

.privacy-toc-nav a.is-active span {
  background: var(--privacy-green);
  color: #ffffff;
}

.privacy-document {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.privacy-card {
  position: relative;
  scroll-margin-top: 116px;
  padding: 28px;
  border: 1px solid var(--privacy-border);
  border-left: 5px solid var(--privacy-blue);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 96% 8%, rgba(255, 197, 12, 0.12), transparent 26%);
  box-shadow: var(--privacy-shadow);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.privacy-card.is-active {
  border-left-color: var(--privacy-green);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
}

.privacy-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.privacy-card h3 {
  margin: 12px 0 0;
  color: var(--privacy-ink);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.privacy-card p {
  margin: 0;
  color: var(--privacy-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.86;
}

.privacy-card p + p,
.privacy-card p + .privacy-check-list,
.privacy-card p + .privacy-info-grid,
.privacy-card p + .privacy-inline-link,
.privacy-card p + .privacy-contact-list {
  margin-top: 14px;
}

.privacy-copy-link {
  min-width: 92px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 173, 241, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #116c88;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.privacy-copy-link:hover,
.privacy-copy-link:focus-visible,
.privacy-copy-link.is-copied {
  border-color: rgba(60, 179, 79, 0.4);
  background: var(--privacy-green);
  color: #ffffff;
  transform: translateY(-1px);
}

.privacy-copy-link:focus-visible,
.privacy-mobile-nav-toggle:focus-visible,
.privacy-toc-nav a:focus-visible,
.privacy-mobile-nav-panel a:focus-visible,
.privacy-inline-link:focus-visible {
  outline: 3px solid rgba(255, 197, 12, 0.5);
  outline-offset: 3px;
}

.privacy-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 173, 241, 0.1);
  border-radius: 8px;
  background: var(--privacy-soft);
  color: #263a42;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
}

.privacy-check-list i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--privacy-green-soft);
  color: var(--privacy-green);
  font-size: 14px;
}

.privacy-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.privacy-info-group {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(0, 173, 241, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 4%, rgba(60, 179, 79, 0.1), transparent 34%),
    #f9fcfd;
}

.privacy-info-group h4 {
  margin: 0 0 12px;
  color: var(--privacy-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0;
}

.privacy-check-list--compact {
  grid-template-columns: 1fr;
  gap: 9px;
}

.privacy-check-list--compact li {
  min-height: 42px;
  padding: 9px 10px;
  background: #ffffff;
  font-size: 14px;
}

.privacy-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--privacy-blue-soft);
  color: #075c76;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.privacy-inline-link:hover {
  background: var(--privacy-green);
  color: #ffffff;
}

.privacy-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.privacy-contact-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--privacy-border);
  border-radius: 8px;
  background: var(--privacy-soft);
}

.privacy-contact-list dt {
  color: var(--privacy-ink);
  font-size: 14px;
  font-weight: 850;
}

.privacy-contact-list dd {
  margin: 0;
  color: var(--privacy-muted);
  font-size: 14px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.privacy-contact-list a {
  color: #075c76;
  font-weight: 850;
  text-decoration: none;
}

.privacy-contact-list a:hover {
  color: var(--privacy-green);
}

.privacy-mobile-nav {
  display: none;
  margin-bottom: 22px;
}

.privacy-mobile-nav-toggle {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--privacy-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--privacy-ink);
  box-shadow: var(--privacy-shadow);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.privacy-mobile-nav-toggle i {
  color: var(--privacy-blue);
  transition: transform 0.25s ease;
}

.privacy-mobile-nav.is-open .privacy-mobile-nav-toggle i {
  transform: rotate(180deg);
}

.privacy-mobile-nav-panel {
  max-height: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--privacy-shadow);
  transition: max-height 0.28s ease, border-color 0.28s ease;
}

.privacy-mobile-nav.is-open .privacy-mobile-nav-panel {
  max-height: 520px;
  overflow: auto;
  border-color: var(--privacy-border);
}

html[data-theme="dark"] body.privacy-policy-page,
html[data-theme="dark"] .privacy-main {
  background: #ffffff;
}

html[data-theme="dark"] .privacy-main {
  --privacy-ink: #111111;
  --privacy-muted: #5f6872;
  --privacy-border: rgba(17, 17, 17, 0.08);
  --privacy-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

html[data-theme="dark"] .privacy-hero::before {
  background: #ffffff;
}

html[data-theme="dark"] .privacy-card,
html[data-theme="dark"] .privacy-toc-card,
html[data-theme="dark"] .privacy-mobile-nav-toggle,
html[data-theme="dark"] .privacy-mobile-nav-panel,
html[data-theme="dark"] .privacy-copy-link {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .privacy-main {
    margin-top: -88px;
  }

  .privacy-hero {
    min-height: 500px;
    padding: 158px 16px 98px;
    background:
      radial-gradient(circle at 18% 78%, rgba(195, 236, 251, 0.96), transparent 34%),
      radial-gradient(circle at 84% 20%, rgba(245, 255, 208, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  }

  .privacy-hero::before {
    bottom: -286px;
    width: 170vw;
  }

  .privacy-content {
    padding: 56px 16px 88px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    display: none;
  }

  .privacy-mobile-nav {
    display: block;
    position: sticky;
    top: 14px;
    z-index: 5;
  }
}

@media (max-width: 575.98px) {
  .privacy-main {
    margin-top: -84px;
  }

  .privacy-hero {
    min-height: 460px;
    padding: 140px 12px 84px;
  }

  .privacy-breadcrumb {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .privacy-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .privacy-hero-copy {
    font-size: 15px;
  }

  .privacy-updated {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .privacy-content {
    padding: 44px 12px 72px;
  }

  .privacy-intro {
    margin-bottom: 26px;
  }

  .privacy-intro p {
    font-size: 15px;
    line-height: 1.75;
  }

  .privacy-card {
    padding: 20px 16px;
  }

  .privacy-card-header {
    flex-direction: column;
    gap: 14px;
  }

  .privacy-copy-link {
    min-width: 0;
    width: 100%;
  }

  .privacy-card p {
    font-size: 15px;
    line-height: 1.78;
  }

  .privacy-check-list {
    grid-template-columns: 1fr;
  }

  .privacy-info-grid {
    grid-template-columns: 1fr;
  }

  .privacy-contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media print {
  html {
    scroll-behavior: auto;
  }

  body.privacy-policy-page {
    background: #ffffff !important;
    color: #111111 !important;
  }

  .top-nav-wrap,
  .fullscreen-menu,
  .footer-modern,
  .fab-top,
  .privacy-scroll-progress,
  .privacy-breadcrumb,
  .privacy-sidebar,
  .privacy-mobile-nav,
  .privacy-copy-link {
    display: none !important;
  }

  .privacy-main {
    margin: 0;
    background: #ffffff !important;
  }

  .privacy-hero {
    min-height: 0;
    padding: 0 0 28px;
    background: #ffffff !important;
  }

  .privacy-hero::before,
  .privacy-hero-pattern {
    display: none;
  }

  .privacy-hero h1 {
    font-size: 34px;
  }

  .privacy-content {
    padding: 0;
  }

  .privacy-layout,
  .privacy-document {
    display: block;
  }

  .privacy-intro {
    text-align: left;
    margin: 0 0 18px;
  }

  .privacy-card {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 18px;
    padding: 18px 0;
    border: 0;
    border-top: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
  }

  .privacy-info-grid,
  .privacy-check-list {
    display: block;
  }

  .privacy-info-group,
  .privacy-check-list li {
    margin: 0 0 8px;
    border: 0;
    background: #ffffff !important;
  }

  .privacy-card h3 {
    font-size: 22px;
  }
}

/* SIGN IN / AUTH PAGE STYLES */
/* =========================================================
   SIGN IN PAGE STYLE INDEX
   1. Page Theme
   2. Left Form Column
   3. Right Infinite Reel Column
   4. Settings Modal
   5. Light Mode
   6. RTL + Responsive
   ========================================================= */

.signin-page {
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 84%, rgba(37, 99, 255, 0.38), transparent 30%),
    radial-gradient(circle at 66% 14%, rgba(91, 128, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #08072b 0%, #07072c 54%, #160b48 100%);
  color: var(--text-main);
}

.signin-page.signin-modal-open {
  overflow: hidden;
}

.signin-shell {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(500px, 58vw) minmax(390px, 42vw);
  overflow: hidden;
}

.signin-form-panel {
  --signin-panel-pad-y: clamp(20px, 3.4vw, 46px);
  --signin-panel-pad-x: clamp(22px, 4vw, 58px);
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: var(--signin-panel-pad-y) var(--signin-panel-pad-x);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  background:
    radial-gradient(circle at 6% 94%, rgba(23, 95, 193, 0.46), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 38, 0.98) 0%, rgba(5, 5, 38, 0.94) 72%, rgba(5, 5, 38, 0.62) 100%);
}

.signin-form-panel::-webkit-scrollbar {
  width: 8px;
}

.signin-form-panel::-webkit-scrollbar-track {
  background: transparent;
}

.signin-form-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(79, 134, 255, 0.34);
}

.signin-form-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  width: 320px;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 5, 38, 0.95), rgba(5, 5, 38, 0));
  pointer-events: none;
}

.signin-topbar,
.signin-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.signin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.05;
}

.signin-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.signin-brand.brand-logo img {
  width: auto;
  height: 52px;
  max-width: min(100%, 260px);
}

.signin-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.signin-nav-link,
.signin-register-pill,
.signin-pref-btn,
.signin-password-toggle,
.signin-settings-close {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.signin-nav-link,
.signin-register-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.signin-nav-link {
  min-width: 118px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.signin-nav-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.signin-register-pill {
  min-width: 152px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(37, 99, 255, 0.36);
}

.signin-register-pill.is-active {
  box-shadow: 0 18px 38px rgba(37, 99, 255, 0.46);
}

.signin-nav-link:hover,
.signin-register-pill:hover {
  transform: translateY(-1px);
}

.signin-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  max-height: 100%;
  padding: clamp(24px, 4vh, 42px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signin-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #bfcaf7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signin-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.signin-copy p {
  max-width: 520px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.85;
}

.signin-form {
  display: grid;
  gap: 22px;
}

.signin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.signin-field {
  display: grid;
  gap: 8px;
}

.signin-field label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 600;
}

.signin-field input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
  padding: 0 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.signin-field input:focus {
  border-color: rgba(79, 134, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(37, 99, 255, 0.14), 0 12px 24px rgba(37, 99, 255, 0.1);
}

.signin-field.is-invalid input {
  border-color: rgba(255, 92, 92, 0.9);
}

.signin-password-wrap {
  position: relative;
}

.signin-password-wrap input {
  padding-right: 56px;
}

.signin-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
}

.signin-error {
  display: none;
  margin: 0;
  color: #ff9f9f;
  font-size: 12px;
}

.signin-field.is-invalid .signin-error {
  display: block;
}

.auth-status-message .alert {
  border-radius: 18px;
  border: 1px solid rgba(255, 92, 92, 0.2);
  font-size: 13px;
}

.auth-rate-limit-status {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 193, 7, 0.12);
  color: #8a5a00;
  font-size: 12px;
  font-weight: 700;
}

.signin-form-row,
.signin-check,
.signin-terms,
.signin-pref-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signin-form-row {
  justify-content: space-between;
  margin-top: -4px;
}

.signin-form-row a,
.signin-terms a {
  color: #7fa2ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.signin-check {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  cursor: pointer;
  user-select: none;
}

.signin-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 20px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.signin-check input::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.signin-check input:checked {
  border-color: rgba(79, 134, 255, 0.85);
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
  box-shadow: 0 10px 20px rgba(37, 99, 255, 0.24);
}

.signin-check input:checked::before {
  transform: rotate(-45deg) scale(1);
}

.signin-check input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 255, 0.16);
}

.signin-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(37, 99, 255, 0.36);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.signin-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(37, 99, 255, 0.44);
}

.signin-terms {
  flex-wrap: wrap;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.7;
}

.signin-page-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.signin-page-switch a {
  color: #7fa2ff;
  font-weight: 800;
  text-decoration: none;
}

.signin-page-switch a:hover {
  text-decoration: underline;
}

.signin-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.signin-social-btn {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: left;
}

.signin-social-btn i {
  font-size: 25px;
}

.signin-social-btn small,
.signin-social-btn strong {
  display: block;
}

.signin-social-btn small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.signin-social-btn strong {
  color: #fff;
  font-size: 14px;
}

.signin-footer {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.signin-pref-group {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.signin-pref-btn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.signin-pref-btn.icon-only {
  width: 42px;
  padding: 0;
  justify-content: center;
}

.signin-reel-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 2.2vw, 34px);
  height: 100vh;
  overflow: hidden;
  padding: 0 clamp(18px, 2.4vw, 42px);
  background:
    radial-gradient(circle at 6% 94%, rgba(23, 95, 193, 0.46), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 38, 0.98) 0%, rgba(5, 5, 38, 0.94) 72%, rgba(5, 5, 38, 0.62) 100%);
}

.signin-reel-panel::before,
.signin-reel-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 120px;
  pointer-events: none;
}

.signin-reel-panel::before {
  top: 0;
  background: linear-gradient(180deg, rgba(6, 6, 44, 0.92), transparent);
}

.signin-reel-panel::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(6, 6, 44, 0.92), transparent);
}

.signin-reel-lane {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: signinScrollUp 26s linear infinite;
  will-change: transform;
}

.signin-reel-panel:hover .signin-reel-lane {
  animation-play-state: paused;
}

.signin-reel-lane.lane-two {
  animation: signinScrollDown 30s linear infinite;
  transform: translateY(-50%);
}

.signin-reel-card {
  position: relative;
  height: clamp(210px, 27vh, 330px);
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.signin-reel-card.tall {
  height: clamp(260px, 34vh, 410px);
}

.signin-reel-card.wide {
  height: clamp(180px, 22vh, 270px);
}

.signin-reel-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.signin-reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 4, 26, 0.74) 100%);
}

.signin-reel-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 4, 26, 0.32);
  color: #fff;
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.signin-settings-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(3, 4, 26, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.signin-settings-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.signin-settings-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 91;
  width: min(660px, calc(100% - 28px));
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(13, 13, 55, 0.98), rgba(7, 7, 36, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  transform: translate(-50%, -48%) scale(0.98);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.signin-settings-modal.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.signin-settings-head,
.signin-settings-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.signin-settings-head h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 26px;
}

.signin-settings-head p,
.signin-settings-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.signin-settings-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.signin-settings-body {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.signin-settings-card {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
}

.signin-settings-card h3,
.signin-settings-card > span {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.signin-theme-grid,
.signin-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.signin-theme-option {
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-align: left;
}

.signin-theme-option.is-active {
  border-color: rgba(79, 134, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(79, 134, 255, 0.12);
}

.signin-theme-preview {
  display: block;
  height: 74px;
  margin-bottom: 10px;
  border-radius: 14px;
}

.signin-theme-preview.dark {
  background: linear-gradient(135deg, #050526, #2563ff);
}

.signin-theme-preview.light {
  background: linear-gradient(135deg, #eef3fb, #ffffff);
}

.signin-settings-card select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  color-scheme: dark;
}

.signin-settings-card option {
  background: #08082d;
  color: #fff;
}

.signin-settings-actions {
  margin-top: 20px;
}

.signin-settings-reset,
.signin-settings-save {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.signin-settings-reset {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.signin-settings-save {
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
  color: #fff;
}

@keyframes signinScrollUp {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

@keyframes signinScrollDown {
  from { transform: translateY(-50%); }
  to { transform: translateY(0); }
}

html[data-theme="light"] .signin-page {
  background:
    radial-gradient(circle at 10% 84%, rgba(37, 99, 255, 0.12), transparent 30%),
    radial-gradient(circle at 66% 14%, rgba(91, 128, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #eef3fb 0%, #f8fbff 56%, #e6ecf8 100%);
}

html[data-theme="light"] .signin-form-panel {
  background:
    radial-gradient(circle at 6% 94%, rgba(37, 99, 255, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.94) 72%, rgba(250, 252, 255, 0.62) 100%);
}

html[data-theme="light"] .signin-form-panel::after {
  background: linear-gradient(90deg, rgba(250, 252, 255, 0.95), rgba(250, 252, 255, 0));
}

html[data-theme="light"] .signin-copy h1,
html[data-theme="light"] .signin-brand,
html[data-theme="light"] .signin-field input,
html[data-theme="light"] .signin-social-btn strong,
html[data-theme="light"] .signin-settings-head h2,
html[data-theme="light"] .signin-settings-card h3,
html[data-theme="light"] .signin-settings-card > span {
  color: #0f172a;
}

html[data-theme="light"] .signin-copy p,
html[data-theme="light"] .signin-field label,
html[data-theme="light"] .signin-check,
html[data-theme="light"] .signin-terms,
html[data-theme="light"] .signin-page-switch,
html[data-theme="light"] .signin-footer,
html[data-theme="light"] .signin-social-btn small,
html[data-theme="light"] .signin-settings-head p,
html[data-theme="light"] .signin-settings-card p {
  color: rgba(15, 23, 42, 0.64);
}

html[data-theme="light"] .signin-field input {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .signin-field input:focus {
  background: #fff;
  border-color: rgba(37, 99, 255, 0.46);
}

html[data-theme="light"] .signin-check input {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.16);
}

html[data-theme="light"] .signin-check input:checked {
  border-color: rgba(37, 99, 255, 0.78);
  background: linear-gradient(180deg, #4f86ff 0%, #2563ff 100%);
}

html[data-theme="light"] .signin-social-btn,
html[data-theme="light"] .signin-pref-btn,
html[data-theme="light"] .signin-nav,
html[data-theme="light"] .signin-kicker,
html[data-theme="light"] .signin-settings-card,
html[data-theme="light"] .signin-theme-option {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
}

html[data-theme="light"] .signin-nav-link {
  color: rgba(15, 23, 42, 0.72);
}

html[data-theme="light"] .signin-nav-link.is-active {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.06);
}

html[data-theme="light"] .signin-settings-modal {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
  border-color: rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] .signin-settings-close,
html[data-theme="light"] .signin-settings-reset {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

html[data-theme="light"] .signin-settings-card select {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
  color-scheme: light;
}

html[data-theme="light"] .signin-settings-card option {
  background: #fff;
  color: #0f172a;
}

html[data-theme="light"] .signin-reel-panel {
  background:
    radial-gradient(circle at 6% 94%, rgba(37, 99, 255, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.94) 72%, rgba(250, 252, 255, 0.62) 100%);
}

html[data-theme="light"] .signin-reel-panel::before {
  background: linear-gradient(180deg, rgba(238, 243, 251, 0.96), transparent);
}

html[data-theme="light"] .signin-reel-panel::after {
  background: linear-gradient(0deg, rgba(238, 243, 251, 0.96), transparent);
}

html[data-theme="light"] .signin-reel-card {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 24px 58px rgba(37, 99, 255, 0.14);
}

html[dir="rtl"] .signin-password-toggle {
  right: auto;
  left: 8px;
}

html[dir="rtl"] .signin-password-wrap input {
  padding-right: 18px;
  padding-left: 56px;
}

html[dir="rtl"] .signin-social-btn,
html[dir="rtl"] .signin-theme-option {
  text-align: right;
}

html[dir="rtl"] .signin-form-panel::after {
  right: auto;
  left: -160px;
  background: linear-gradient(270deg, rgba(5, 5, 38, 0.95), rgba(5, 5, 38, 0));
}

html[data-theme="light"][dir="rtl"] .signin-form-panel::after {
  background: linear-gradient(270deg, rgba(250, 252, 255, 0.95), rgba(250, 252, 255, 0));
}

@media (max-width: 1100px) {
  .signin-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .signin-page {
    overflow: auto;
  }

  .signin-form-panel {
    --signin-panel-pad-y: 24px;
    --signin-panel-pad-x: 24px;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    padding: var(--signin-panel-pad-y) var(--signin-panel-pad-x);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .signin-form-panel::after {
    display: none;
  }

  .signin-reel-panel {
    height: 420px;
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .signin-form-panel {
    --signin-panel-pad-y: 18px;
    --signin-panel-pad-x: 16px;
  }

  .signin-topbar,
  .signin-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .signin-nav,
  .signin-pref-group {
    width: 100%;
    justify-content: space-between;
  }

  .signin-register-pill {
    min-width: 144px;
  }

  .signin-content {
    padding: 30px 0;
  }

  .signin-form-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .signin-social-grid,
  .signin-form-grid,
  .signin-theme-grid,
  .signin-settings-grid {
    grid-template-columns: 1fr;
  }

  .signin-reel-panel {
    display: none;
  }
}

.signin-copy h1 { letter-spacing: 0; }

.signin-reel-panel .iam-reel-card {
  width: 100%;
  margin: 0;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.signin-reel-panel .iam-reel-tall,
.signin-reel-panel .iam-reel-medium,
.signin-reel-panel .iam-reel-wide {
  width: 100%;
}

.signin-reel-panel .iam-reel-tall {
  height: clamp(260px, 34vh, 410px);
}

.signin-reel-panel .iam-reel-medium {
  height: clamp(210px, 27vh, 330px);
}

.signin-reel-panel .iam-reel-wide {
  height: clamp(180px, 22vh, 270px);
}

.signin-reel-panel .iam-reel-overlay {
  align-items: flex-end;
  justify-content: center;
}

.signin-reel-panel .iam-reel-title {
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .signin-reel-panel {
    display: none !important;
  }
}

/* SIGN IN REEL REFINEMENTS 2026-06-21 */
html:has(body.signin-page),
body.signin-page {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

.signin-page .page-loader {
  display: flex;
}

.signin-shell,
.signin-form-panel,
.signin-reel-panel {
  margin-top: 0;
}

.signin-reel-panel {
  align-items: start;
  gap: clamp(14px, 1.25vw, 22px);
  padding: 0 clamp(14px, 1.4vw, 28px);
}

.signin-reel-lane {
  gap: clamp(14px, 1.25vw, 22px);
  animation-duration: 44s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.signin-reel-lane.lane-two {
  animation-duration: 48s;
}

.signin-reel-panel .iam-reel-card,
.signin-reel-panel .iam-reel-tall,
.signin-reel-panel .iam-reel-medium,
.signin-reel-panel .iam-reel-wide {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
}

.signin-reel-panel .iam-reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signin-reel-panel::before,
.signin-reel-panel::after {
  height: clamp(64px, 9vh, 110px);
}

.signin-reel-panel::before {
  top: 0;
}

.signin-reel-panel::after {
  bottom: 0;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .signin-reel-panel .iam-reel-card,
  .signin-reel-panel .iam-reel-tall,
  .signin-reel-panel .iam-reel-medium,
  .signin-reel-panel .iam-reel-wide {
    max-height: 390px;
  }
}

/* SIGN IN REEL EDGE FILL 2026-06-21 */
.signin-reel-panel::before,
.signin-reel-panel::after {
  display: none;
}

/* SIGN IN REEL TOP START 2026-06-21 */
.signin-reel-lane {
  position: relative;
  top: -56px;
}

/* SIGN IN REEL HARD EDGE OFFSET 2026-06-21 */
.signin-reel-panel {
  padding-top: 0 !important;
}

.signin-reel-lane {
  margin-top: -180px !important;
}

/* SIGN IN ABSOLUTE REEL LANES 2026-06-21 */
.signin-reel-panel {
  --signin-reel-gap: clamp(14px, 1.25vw, 22px);
  --signin-reel-pad-x: clamp(14px, 1.4vw, 28px);
  display: block;
  padding: 0 var(--signin-reel-pad-x) !important;
}

.signin-reel-lane {
  position: absolute;
  top: -240px;
  width: calc((100% - (var(--signin-reel-pad-x) * 2) - var(--signin-reel-gap)) / 2);
  margin-top: 0 !important;
}

.signin-reel-lane.lane-one {
  left: var(--signin-reel-pad-x);
}

.signin-reel-lane.lane-two {
  right: var(--signin-reel-pad-x);
}

/* SIGN IN THREE REEL COLUMNS 2026-06-21 */
html:has(body.signin-page){margin:0!important;padding:0!important;overflow:hidden;background:#fff}
body.signin-page{position:fixed;inset:0;margin:0!important;padding:0!important;width:100vw;height:100vh;height:100svh;overflow:hidden}
.signin-page .signin-shell{position:fixed;inset:0;width:100vw;height:100vh;height:100svh;min-height:100vh;min-height:100svh}
.signin-reel-panel{--signin-reel-gap:clamp(10px,.9vw,16px);--signin-reel-pad-x:clamp(10px,1vw,18px);display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--signin-reel-gap)!important;align-items:stretch;padding:0 var(--signin-reel-pad-x)!important}
.signin-reel-lane,.signin-reel-lane.lane-one,.signin-reel-lane.lane-two,.signin-reel-lane.lane-three{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;margin:0!important;display:flex;flex-direction:column;gap:var(--signin-reel-gap)!important;will-change:transform}
.signin-reel-lane.lane-one,.signin-reel-lane.lane-three{animation:signinFloatDown 52s linear infinite!important}.signin-reel-lane.lane-two{animation:signinFloatUp 48s linear infinite!important}.signin-reel-panel:hover .signin-reel-lane{animation-play-state:paused!important}
.signin-reel-panel .iam-reel-card,.signin-reel-panel .iam-reel-tall,.signin-reel-panel .iam-reel-medium,.signin-reel-panel .iam-reel-wide{width:100%!important;height:auto!important;aspect-ratio:9/16;border-radius:22px;flex:0 0 auto}
@keyframes signinFloatUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,calc(-50% - var(--signin-reel-gap)),0)}}@keyframes signinFloatDown{from{transform:translate3d(0,calc(-50% - var(--signin-reel-gap)),0)}to{transform:translate3d(0,0,0)}}
@media (max-width:1100px){body.signin-page{position:static;width:auto;height:auto;min-height:100vh;overflow:auto}.signin-page .signin-shell{position:relative;inset:auto;width:100%;height:auto}}
@media (max-width:767.98px){.signin-reel-panel{display:none!important}}
/* SIGN IN FORM TOP SPACING 2026-06-21 */
.signin-form-panel{row-gap:clamp(28px,4vh,42px)!important}.signin-content{justify-content:flex-start!important;padding:0 0 clamp(18px,3vh,32px)!important}
@media (min-width:1101px) and (max-height:820px){.signin-form-panel{--signin-panel-pad-y:28px!important;row-gap:18px!important;overflow:hidden}.signin-brand.brand-logo img{height:44px}.signin-content{padding:0!important}.signin-kicker{margin-bottom:14px;padding:7px 13px}.signin-copy h1{font-size:clamp(40px,3.45vw,50px);margin-bottom:14px}.signin-copy p{margin-bottom:22px;font-size:15px;line-height:1.6}.signin-form{gap:14px}.signin-field{gap:6px}.signin-field input{height:48px}.signin-submit,.signin-social-btn{min-height:48px}.signin-social-grid{gap:14px}.signin-terms{line-height:1.45}.signin-footer{padding-top:10px;font-size:12px}}
@media (max-width:767.98px){html:has(body.signin-page),body.signin-page{overflow-x:hidden!important}.signin-page .signin-shell{width:100%;overflow:hidden}.signin-form-panel{width:100%;padding:28px 16px 24px!important;row-gap:24px!important;overflow-x:hidden}.signin-brand.brand-logo img{height:42px;max-width:230px}.signin-content{width:100%;max-width:100%;padding:0!important}.signin-copy h1{font-size:clamp(34px,9vw,40px)!important;line-height:1.08;max-width:100%;overflow-wrap:normal}.signin-copy p{font-size:15px;line-height:1.65;max-width:100%;margin-bottom:28px}.signin-form{gap:18px}.signin-field input{max-width:100%}.signin-form-row{gap:8px}.signin-terms{font-size:12px;line-height:1.6}.signin-social-grid{grid-template-columns:1fr!important}.signin-footer{gap:18px}.signin-pref-group{flex-wrap:wrap;justify-content:flex-start!important}}
@media (max-width:767.98px){.signin-form-panel,.signin-form-panel *{box-sizing:border-box}.signin-form-panel{max-width:100vw}.signin-copy h1{font-size:32px!important;line-height:1.12}.signin-copy p{overflow-wrap:break-word}}
@media (max-width:767.98px){.signin-terms{display:block!important;max-width:100%}.signin-terms a,.signin-terms span{display:inline;overflow-wrap:break-word}}
@media (max-width:767.98px){.signin-terms{font-size:11px!important;line-height:1.7!important}}
/* AUTH CENTER SQUARE LOGO 2026-06-21 */
.signin-topbar{justify-content:center!important;text-align:center}.signin-brand.brand-logo{margin-inline:auto;justify-content:center}.signin-brand.brand-logo img{width:min(230px,58vw)!important;height:auto!important;max-width:100%!important}
/* AUTH REEL MODAL CLOSE FIX 2026-06-21 */
.iam-video-modal.active{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.iam-video-modal.active .iam-video-close{display:inline-flex!important;align-items:center;justify-content:center;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:20!important}
/* AUTH CENTER COPY 2026-06-21 */
.signin-copy{text-align:center}.signin-copy p{margin-left:auto!important;margin-right:auto!important}
/* SIGN IN EMAIL DIVIDER 2026-06-21 */
.signin-login-divider{display:flex;align-items:center;gap:14px;color:rgba(15,23,42,.56);font-size:13px;font-weight:700;text-align:center;text-transform:lowercase}.signin-login-divider::before,.signin-login-divider::after{content:"";height:1px;flex:1;background:rgba(15,23,42,.12)}.signin-login-divider span{white-space:nowrap}
/* SIGN IN ROUNDED FORM CARD 2026-06-21 */
.signin-content{width:min(100%,720px)!important;max-width:720px;margin-inline:auto;padding:clamp(24px,3vw,36px)!important;border:1px solid rgba(15,23,42,.10);border-radius:32px;background:rgba(255,255,255,.82);box-shadow:0 28px 70px rgba(15,23,42,.12),0 1px 0 rgba(255,255,255,.9) inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.signin-content .signin-form{gap:18px}.signin-content .signin-field{gap:7px}.signin-content .signin-field label{color:rgba(15,23,42,.72);font-size:12px;font-weight:800}.signin-content .signin-field input{height:54px;border-color:rgba(15,23,42,.12);background:rgba(255,255,255,.94);color:#0f172a;box-shadow:0 10px 28px rgba(15,23,42,.05)}.signin-content .signin-field input:focus{background:#fff;border-color:rgba(37,99,255,.55);box-shadow:0 0 0 4px rgba(37,99,255,.12),0 16px 34px rgba(37,99,255,.10)}
.signin-content .signin-password-wrap input{padding-right:58px!important}.signin-content .signin-password-toggle{right:7px;width:40px;height:40px;border-radius:50%;background:rgba(37,99,255,.08);border:1px solid rgba(37,99,255,.14);color:#2563ff;transition:background-color .2s ease,color .2s ease,transform .2s ease}.signin-content .signin-password-toggle:hover{background:#2563ff;color:#fff;transform:translateY(-50%) scale(1.03)}.signin-content .signin-password-toggle i{font-size:18px;line-height:1}
.signin-content .signin-form-row{margin-top:0}.signin-content .signin-check{color:rgba(15,23,42,.64)}.signin-content .signin-submit{min-height:56px;box-shadow:0 18px 34px rgba(37,99,255,.25)}.signin-content .signin-submit:hover{transform:translateY(-1px);box-shadow:0 22px 42px rgba(37,99,255,.32)}.signin-content .signin-social-grid{gap:14px}.signin-content .signin-social-btn{min-height:54px;background:rgba(255,255,255,.9);border-color:rgba(15,23,42,.10);box-shadow:0 12px 28px rgba(15,23,42,.06);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.signin-content .signin-social-btn:hover{border-color:rgba(37,99,255,.28);box-shadow:0 16px 34px rgba(37,99,255,.12);transform:translateY(-1px)}.signin-content .signin-login-divider{margin-block:-2px;color:rgba(15,23,42,.52)}
@media (min-width:1101px) and (max-height:820px){.signin-content{padding:22px 28px!important;border-radius:28px}.signin-content .signin-form{gap:12px}.signin-content .signin-field input{height:46px}.signin-content .signin-password-toggle{width:36px;height:36px}.signin-content .signin-submit,.signin-content .signin-social-btn{min-height:46px}.signin-content .signin-copy p{margin-bottom:18px!important}}@media (max-width:767.98px){.signin-content{padding:22px 16px!important;border-radius:24px}.signin-content .signin-social-grid{grid-template-columns:1fr!important}.signin-content .signin-password-toggle{right:8px}}
/* SIGN IN CARD FIT FIX 2026-06-21 */
.signin-content{max-height:none!important;overflow:visible}.signin-form-panel{grid-template-rows:auto auto auto!important}.signin-brand.brand-logo img{width:min(190px,48vw)!important}
@media (min-width:1101px) and (max-height:820px){.signin-form-panel{--signin-panel-pad-y:22px!important;row-gap:14px!important}.signin-brand.brand-logo img{width:150px!important}.signin-content{padding:20px 28px!important;border-radius:28px}.signin-copy h1{font-size:44px!important;margin-bottom:10px!important}.signin-copy p{font-size:14px!important;line-height:1.45!important;margin-bottom:16px!important}.signin-content .signin-form{gap:10px!important}.signin-content .signin-field input{height:44px!important}.signin-content .signin-password-toggle{width:34px!important;height:34px!important}.signin-content .signin-submit,.signin-content .signin-social-btn{min-height:44px!important}.signin-content .signin-terms{font-size:11px!important;line-height:1.35!important}.signin-login-divider{font-size:12px!important}.signin-footer{padding-top:8px!important}}
/* SIGN IN FULL LEFT CARD 2026-06-21 */
.signin-page .signin-form-panel{--signin-card-margin:clamp(10px,1.15vw,18px);height:calc(100vh - (var(--signin-card-margin) * 2))!important;height:calc(100svh - (var(--signin-card-margin) * 2))!important;min-height:0!important;margin:var(--signin-card-margin)!important;border:1px solid rgba(15,23,42,.10);border-radius:32px;background:rgba(255,255,255,.9)!important;box-shadow:0 28px 80px rgba(15,23,42,.14),0 1px 0 rgba(255,255,255,.92) inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:auto;box-sizing:border-box}.signin-page .signin-form-panel::after{display:none!important}
.signin-page .signin-content{width:min(100%,720px)!important;max-width:720px!important;margin-inline:auto!important;padding:clamp(18px,2.6vh,30px) 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.signin-page .signin-topbar{justify-content:center!important}.signin-page .signin-brand.brand-logo{margin-inline:auto}.signin-page .signin-brand.brand-logo img{width:min(180px,44vw)!important;height:auto!important}.signin-page .signin-footer{justify-content:center!important;text-align:center!important;padding-top:10px!important}.signin-page .signin-footer span{display:block;width:100%}
@media (min-width:1101px) and (max-height:820px){.signin-page .signin-form-panel{--signin-card-margin:12px;padding:18px 28px!important;border-radius:28px}.signin-page .signin-brand.brand-logo img{width:138px!important}.signin-page .signin-content{padding:12px 0!important}.signin-page .signin-footer{font-size:12px!important}}@media (max-width:1100px){.signin-page .signin-form-panel{height:auto!important;min-height:calc(100vh - 24px)!important;min-height:calc(100svh - 24px)!important;margin:12px!important;border-radius:28px}.signin-page .signin-content{width:100%!important;max-width:680px!important}}@media (max-width:767.98px){.signin-page .signin-form-panel{margin:8px!important;border-radius:24px}.signin-page .signin-brand.brand-logo img{width:min(168px,54vw)!important}.signin-page .signin-footer{text-align:center!important}}
/* SIGN IN FOOTER SOCIALS AND PROMPT 2026-06-21 */
.signin-page .signin-footer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:center!important}.signin-footer-social{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.signin-footer-social a{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#2563ff;background:rgba(37,99,255,.08);border:1px solid rgba(37,99,255,.14);transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.signin-footer-social a:hover{transform:translateY(-2px);background:#2563ff;color:#fff;box-shadow:0 14px 28px rgba(37,99,255,.22)}.signin-footer-social i{font-size:16px;line-height:1}
.signin-signup-prompt{justify-content:center!important;margin:-4px 0 0!important;font-size:14px!important;color:rgba(15,23,42,.62)!important}.signin-signup-prompt a{font-weight:900;color:#2563ff!important;text-decoration:none}.signin-signup-prompt a:hover{text-decoration:underline}.signin-content .signin-terms{justify-content:center;text-align:center;margin:0!important}.signin-content .signin-submit{margin-top:0}

/* AUTH FOOTER FLOW FIX */
.signin-page .signin-form-panel{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:clamp(18px,3vh,34px)!important;padding-bottom:clamp(26px,4vh,48px)!important}
.signin-page .signin-topbar,.signin-page .signin-content,.signin-page .signin-footer{flex:0 0 auto!important}
.signin-page .signin-footer{position:relative!important;inset:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;margin-top:clamp(14px,2.5vh,26px)!important;padding-top:18px!important}
@media (min-width:1101px) and (max-height:820px){.signin-page .signin-form-panel{gap:14px!important;padding-bottom:24px!important}.signin-page .signin-footer{margin-top:12px!important;padding-top:12px!important}}

/* MOBILE AUTH SOCIAL ICONS */
@media (max-width:767.98px){
  .signin-page .signin-social-grid,
  .signin-page .signin-content .signin-social-grid{
    width:max-content!important;
    max-width:100%!important;
    margin-inline:auto!important;
    display:grid!important;
    grid-template-columns:repeat(3,52px)!important;
    justify-content:center!important;
    gap:12px!important;
  }

  .signin-page .signin-social-btn,
  .signin-page .signin-content .signin-social-btn{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    padding:0!important;
    border-radius:50%!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .signin-page .signin-social-btn span{
    display:none!important;
  }

  .signin-page .signin-social-btn i{
    font-size:24px!important;
    line-height:1!important;
  }
}

/* SIGN UP PHONE COUNTRY CODE */
.signin-phone-wrap{display:grid;grid-template-columns:minmax(145px,.42fr) minmax(0,1fr);gap:10px;width:100%}.signin-phone-wrap select,.signin-phone-wrap input{width:100%;height:54px;border:1px solid rgba(15,23,42,.12);border-radius:999px;outline:none;background:rgba(255,255,255,.94);color:#0f172a;font-size:15px;padding:0 18px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.signin-phone-wrap select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:34px}.signin-phone-wrap select:focus,.signin-phone-wrap input:focus{background:#fff;border-color:rgba(37,99,255,.55);box-shadow:0 0 0 4px rgba(37,99,255,.12),0 16px 34px rgba(37,99,255,.10)}.signin-field.is-invalid .signin-phone-wrap select,.signin-field.is-invalid .signin-phone-wrap input{border-color:rgba(255,92,92,.9)}@media (min-width:1101px) and (max-height:820px){.signin-phone-wrap select,.signin-phone-wrap input{height:44px!important}}@media (max-width:520px){.signin-phone-wrap{grid-template-columns:1fr}}


/* =========================================================
   Shared dark-mode compatibility for inner pages
   Keeps page-specific templates aligned with the home-page theme.
   ========================================================= */
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page){--page-dark-bg:#050526;--page-dark-panel:rgba(255,255,255,.045);--page-dark-panel-strong:rgba(255,255,255,.075);--page-dark-border:rgba(255,255,255,.12);--page-dark-text:#fff;--page-dark-muted:rgba(255,255,255,.68);--page-dark-soft:rgba(37,99,255,.14);background:var(--page-dark-bg)!important;color:var(--page-dark-text)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-main.community-news-main,.contact-main,.faqs-main,.courses-main,.products-main,.lawyers-main,.terms-main,.privacy-main,.pricing-main){background:radial-gradient(circle at 18% 0%,rgba(37,99,255,.16),transparent 32%),var(--page-dark-bg)!important;color:var(--page-dark-text)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-hero.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.pricing-hero){background:radial-gradient(circle at 18% 78%,rgba(37,99,255,.24),transparent 34%),radial-gradient(circle at 84% 20%,rgba(34,197,94,.12),transparent 30%),linear-gradient(180deg,#050526 0%,#070733 100%)!important;color:var(--page-dark-text)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-community-section,.about-feature-section,.about-carousel-section,.about-achievements-section.news-section,.contact-content,.faqs-content,.courses-catalog-section,.courses-instructions-section,.products-content,.featured-products-section,.lawyers-directory-section,.featured-lawyers-section,.terms-content,.privacy-content){background:var(--page-dark-bg)!important;color:var(--page-dark-text)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page) :is(h1,h2,h3,h4,.pricing-plan,.pricing-value strong strong,.privacy-card h3,.terms-card h3,.signin-copy h1){color:var(--page-dark-text)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page) :is(p,small,span,li,dd,dt,label,.about-hero p.news-hero-copy,.contact-hero-copy,.faqs-hero-copy,.courses-hero-copy,.products-hero-copy,.lawyers-hero-copy,.terms-hero-copy,.privacy-hero-copy,.signin-copy p){color:var(--page-dark-muted)}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-team-card,.about-testimonial-card,.about-stat-card.news-skeleton-card,.news-empty-state,.contact-form-card,.contact-info-card,.faq-card,.faqs-category,.courses-filter-panel,.courses-instruction-card,.showcase-product-card,.product-card,.products-filters,.quick-view-card,.compare-drawer,.lawyer-card,.lawyer-modal-card,.lawyers-filter-sidebar,.terms-card,.terms-toc-card,.terms-mobile-nav-panel,.privacy-card,.privacy-toc-card,.privacy-mobile-nav-panel,.pricing-card){background:var(--page-dark-panel)!important;border-color:var(--page-dark-border)!important;color:var(--page-dark-text)!important;box-shadow:0 18px 55px rgba(0,0,0,.28)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page) :is(input,select,textarea.news-search,.contact-input,.contact-textarea,.products-search,.lawyers-search,.signin-field input,.signin-phone-wrap select,.signin-phone-wrap input){background:rgba(255,255,255,.06)!important;border-color:var(--page-dark-border)!important;color:var(--page-dark-text)!important;box-shadow:none!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page) :is(input,textarea)::placeholder{color:rgba(255,255,255,.42)!important}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-breadcrumb.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.courses-breadcrumb,.products-breadcrumb,.lawyers-breadcrumb,.terms-breadcrumb,.privacy-breadcrumb){background:rgba(255,255,255,.08)!important;border-color:var(--page-dark-border)!important;color:var(--page-dark-muted)!important}
html[data-theme="dark"] body.about-page .about-breadcrumb{background:rgba(255,255,255,.08)!important;border-color:var(--page-dark-border)!important;color:var(--page-dark-muted)!important;box-shadow:0 12px 28px rgba(0,0,0,.2)}
html[data-theme="dark"] body.about-page .about-breadcrumb span{color:var(--page-dark-muted)!important}
html[data-theme="dark"] body:is(.news-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.pricing-page) :is(.news-filter-tab,.chip-btn,.pricing-switch,.pricing-switch button,.filter-chip,.category-chip,.products-filter-chip,.lawyer-filter-chip){background:rgba(255,255,255,.06)!important;border-color:var(--page-dark-border)!important;color:var(--page-dark-muted)!important}
html[data-theme="dark"] body:is(.news-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.pricing-page) :is(.news-filter-tab.is-active,.chip-btn.active,.pricing-switch button.active,.filter-chip.is-active,.category-chip.is-active,.products-filter-chip.is-active,.lawyer-filter-chip.is-active){background:linear-gradient(180deg,#4a9eff 0%,#0f73e7 100%)!important;border-color:rgba(74,158,255,.55)!important;color:#fff!important}
html[data-theme="dark"] body:is(.terms-page,.privacy-policy-page) :is(.terms-toc-nav a,.terms-mobile-nav-panel a,.privacy-toc-nav a,.privacy-mobile-nav-panel a){color:var(--page-dark-muted)!important}
html[data-theme="dark"] body:is(.terms-page,.privacy-policy-page) :is(.terms-toc-nav a:hover,.terms-toc-nav a.is-active,.terms-mobile-nav-panel a:hover,.terms-mobile-nav-panel a.is-active,.privacy-toc-nav a:hover,.privacy-toc-nav a.is-active,.privacy-mobile-nav-panel a:hover,.privacy-mobile-nav-panel a.is-active){background:rgba(37,99,255,.16)!important;color:#fff!important}
html[data-theme="dark"]:has(body.signin-page),html[data-theme="dark"] body.signin-page{background:#050526!important;color:#fff!important}
html[data-theme="dark"] .signin-page .signin-shell{background:radial-gradient(circle at 14% 12%,rgba(37,99,255,.18),transparent 34%),#050526!important}
html[data-theme="dark"] .signin-page .signin-form-panel{background:rgba(7,7,51,.9)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 28px 80px rgba(0,0,0,.35),0 1px 0 rgba(255,255,255,.08) inset!important}
html[data-theme="dark"] .signin-page :is(.signin-content,.signin-copy,.signin-form,.signin-footer){color:#fff!important}
html[data-theme="dark"] .signin-page :is(.signin-content .signin-field label,.signin-check,.signin-form-row,.signin-terms,.signin-signup-prompt,.signin-login-divider){color:rgba(255,255,255,.68)!important}
html[data-theme="dark"] .signin-page :is(.signin-content .signin-field input,.signin-phone-wrap select,.signin-phone-wrap input){background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.13)!important;color:#fff!important;box-shadow:none!important}
html[data-theme="dark"] .signin-page :is(.signin-content .signin-field input:focus,.signin-phone-wrap select:focus,.signin-phone-wrap input:focus){background:rgba(255,255,255,.08)!important;border-color:rgba(37,99,255,.7)!important;box-shadow:0 0 0 4px rgba(37,99,255,.18)!important}
html[data-theme="dark"] .signin-page .signin-social-btn{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:none!important}
html[data-theme="dark"] .signin-login-divider::before,html[data-theme="dark"] .signin-login-divider::after{background:rgba(255,255,255,.14)!important}
html[data-theme="dark"] :is(.terms-main,.privacy-main){--terms-ink:#fff;--terms-muted:rgba(255,255,255,.68);--terms-soft:rgba(255,255,255,.06);--terms-border:rgba(255,255,255,.12);--terms-shadow:0 18px 55px rgba(0,0,0,.28);--privacy-ink:#fff;--privacy-muted:rgba(255,255,255,.68);--privacy-soft:rgba(255,255,255,.06);--privacy-border:rgba(255,255,255,.12);--privacy-shadow:0 18px 55px rgba(0,0,0,.28)}
html[data-theme="dark"] body:is(.about-page.news-page,.contact-page,.faqs-page,.courses-page,.products-page,.lawyers-page,.terms-page,.privacy-policy-page,.pricing-page,.signin-page) a:not(.about-donate-btn):not(.about-community-btn):not():not(.pricing-action):not(.signin-submit){color:#8fb1ff}
html[data-theme="dark"] .about-hero::after,html[data-theme="dark"] .news-hero::before,html[data-theme="dark"] .contact-hero::before,html[data-theme="dark"] .faqs-hero::before,html[data-theme="dark"] .courses-hero::before,html[data-theme="dark"] .products-hero::before,html[data-theme="dark"] .lawyers-hero::before,html[data-theme="dark"] .terms-hero::before,html[data-theme="dark"] .privacy-hero::before{background:var(--page-dark-bg)!important}


/* =========================================================
   About-style hero standard for inner pages
   Matches the About page hero across directory, legal, tool, and pricing pages.
   ========================================================= */
.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero{position:relative!important;min-height:680px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:208px 20px 260px!important;overflow:hidden!important;isolation:isolate;background:radial-gradient(circle at 18% 78%,rgba(195,236,251,.96),transparent 34%),radial-gradient(circle at 84% 20%,rgba(245,255,208,.95),transparent 32%),linear-gradient(180deg,#ffffff 0%,#fbfeff 100%)!important}
.news-hero::before,.contact-hero::before,.faqs-hero::before,.courses-hero::before,.products-hero::before,.lawyers-hero::before,.terms-hero::before,.privacy-hero::before,.qibla-hero::before,.pricing-hero::before{content:""!important;position:absolute!important;left:50%!important;right:auto!important;top:auto!important;bottom:-288px!important;width:140vw!important;height:520px!important;border-radius:50% 50% 0 0!important;background:#ffffff!important;transform:translateX(-50%)!important;z-index:0!important;opacity:1!important;pointer-events:none!important}
.news-hero-inner,.contact-hero-inner,.faqs-hero-inner,.courses-hero-inner,.products-hero-inner,.lawyers-hero-inner,.terms-hero-inner,.privacy-hero-inner,.qibla-hero-inner{position:relative!important;z-index:1!important;width:min(780px,calc(100% - 48px))!important;margin:0 auto!important;text-align:center!important}
.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.courses-breadcrumb,.products-breadcrumb,.lawyers-breadcrumb,.terms-breadcrumb,.privacy-breadcrumb,.qibla-breadcrumb{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:42px!important;padding:8px 18px!important;margin-bottom:22px!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;color:#5f6872!important;font-size:14px!important;font-weight:700!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
.news-breadcrumb a,.contact-breadcrumb a,.faqs-breadcrumb a,.courses-breadcrumb a,.products-breadcrumb a,.lawyers-breadcrumb a,.terms-breadcrumb a,.privacy-breadcrumb a,.qibla-breadcrumb a{color:#00adf1!important;text-decoration:none!important}
.news-breadcrumb i,.contact-breadcrumb i,.faqs-breadcrumb i,.courses-breadcrumb i,.products-breadcrumb i,.lawyers-breadcrumb i,.terms-breadcrumb i,.privacy-breadcrumb i,.qibla-breadcrumb i{color:#ffc50c!important;font-size:12px!important}
.news-hero h1,.contact-hero h1,.faqs-hero h1,.courses-hero h1,.products-hero h1,.lawyers-hero h1,.terms-hero h1,.privacy-hero h1,.qibla-hero h1,.pricing-hero h1{margin:18px 0 14px!important;color:#27272a!important;font-size:46px!important;font-weight:850!important;line-height:1.12!important;letter-spacing:0!important}
.news-hero-copy,.contact-hero-copy,.faqs-hero-copy,.courses-hero-copy,.products-hero-copy,.lawyers-hero-copy,.terms-hero-copy,.privacy-hero-copy,.qibla-hero-copy,.pricing-hero-copy{margin:0 auto!important;max-width:600px!important;color:#474b55!important;font-size:15px!important;font-weight:500!important;line-height:1.8!important}
.news-hero-pattern,.contact-hero-pattern,.faqs-hero-pattern,.courses-hero-pattern,.products-hero-pattern,.lawyers-hero-pattern,.terms-hero-pattern,.privacy-hero-pattern,.qibla-hero-pattern{z-index:0!important;opacity:.22!important;pointer-events:none!important}
.privacy-updated{position:relative!important;z-index:1!important}
html[data-theme="dark"] :is(.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero){background:radial-gradient(circle at 18% 78%,rgba(37,99,255,.24),transparent 34%),radial-gradient(circle at 84% 20%,rgba(34,197,94,.12),transparent 30%),linear-gradient(180deg,#050526 0%,#070733 100%)!important}
html[data-theme="dark"] :is(.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero)::before{background:#050526!important}
html[data-theme="dark"] :is(.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero) h1{color:#fff!important}
html[data-theme="dark"] :is(.news-hero-copy,.contact-hero-copy,.faqs-hero-copy,.courses-hero-copy,.products-hero-copy,.lawyers-hero-copy,.terms-hero-copy,.privacy-hero-copy,.qibla-hero-copy,.pricing-hero-copy){color:rgba(255,255,255,.68)!important}
@media (max-width:991.98px){.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero{min-height:620px!important;padding:176px 20px 220px!important}.news-hero::before,.contact-hero::before,.faqs-hero::before,.courses-hero::before,.products-hero::before,.lawyers-hero::before,.terms-hero::before,.privacy-hero::before,.qibla-hero::before,.pricing-hero::before{bottom:-300px!important;height:500px!important}}
@media (max-width:767.98px){.news-hero,.contact-hero,.faqs-hero,.courses-hero,.products-hero,.lawyers-hero,.terms-hero,.privacy-hero,.qibla-hero,.pricing-hero{min-height:560px!important;padding:148px 18px 190px!important}.news-hero-inner,.contact-hero-inner,.faqs-hero-inner,.courses-hero-inner,.products-hero-inner,.lawyers-hero-inner,.terms-hero-inner,.privacy-hero-inner,.qibla-hero-inner{width:min(100%,calc(100% - 12px))!important}.news-hero h1,.contact-hero h1,.faqs-hero h1,.courses-hero h1,.products-hero h1,.lawyers-hero h1,.terms-hero h1,.privacy-hero h1,.qibla-hero h1,.pricing-hero h1{font-size:40px!important}.news-hero-copy,.contact-hero-copy,.faqs-hero-copy,.courses-hero-copy,.products-hero-copy,.lawyers-hero-copy,.terms-hero-copy,.privacy-hero-copy,.qibla-hero-copy,.pricing-hero-copy{font-size:15px!important;line-height:1.75!important}}
.community-news-main,.contact-main,.faqs-main,.courses-main,.products-main,.lawyers-main,.terms-main,.privacy-main,.qibla-main,.pricing-main{margin:0 auto!important}
/* Remove inner-page hero pattern overlays to match About hero */
.news-hero-pattern,.contact-hero-pattern,.faqs-hero-pattern,.courses-hero-pattern,.products-hero-pattern,.lawyers-hero-pattern,.terms-hero-pattern,.privacy-hero-pattern,.qibla-hero-pattern{display:none!important}
/* Products hero top spacing adjustment */
.products-hero{padding-top:125px!important}
@media (max-width:991.98px){.products-hero{padding-top:140px!important}}
@media (max-width:767.98px){.products-hero{padding-top:122px!important}}
/* Products hero starts behind nav */
body.products-page .products-main{margin-top:-104px!important}
body.products-page .top-nav-wrap{z-index:3000!important}
@media (max-width:991.98px){body.products-page .products-main{margin-top:-88px!important}}
@media (max-width:767.98px){body.products-page .products-main{margin-top:-84px!important}}
/* Products hero content offset below nav */
.products-hero{padding-top:170px!important}
@media (max-width:991.98px){.products-hero{padding-top:155px!important}}
@media (max-width:767.98px){.products-hero{padding-top:138px!important}}
/* Inner page heroes start behind nav */
body:is(.news-page,.contact-page,.faqs-page,.lawyers-page,.terms-page,.pricing-page,.qibla-page,.privacy-policy-page) .top-nav-wrap{z-index:3000!important}
body.news-page .community-news-main,
body.contact-page .contact-main,
body.faqs-page .faqs-main,

body.lawyers-page .lawyers-main,
body.terms-page .terms-main,
body.pricing-page .pricing-main,
body.privacy-policy-page .privacy-main{margin-top:-104px!important}
@media (max-width:991.98px){body.news-page .community-news-main,body.contact-page .contact-main,body.faqs-page .faqs-main, body.lawyers-page .lawyers-main,body.terms-page .terms-main,body.pricing-page .pricing-main,body.qibla-page .qibla-main,body.privacy-policy-page .privacy-main{margin-top:-88px!important}}
@media (max-width:767.98px){body.news-page .community-news-main,body.contact-page .contact-main,body.faqs-page .faqs-main, body.lawyers-page .lawyers-main,body.terms-page .terms-main,body.pricing-page .pricing-main,body.qibla-page .qibla-main,body.privacy-policy-page .privacy-main{margin-top:-84px!important}}


/* FORGOT PASSWORD PAGE */
.forgot-password-page .signin-content{max-width:560px!important}
.forgot-password-page .signin-form{gap:20px}
.forgot-reset-note{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(37,99,255,.14);border-radius:18px;background:rgba(37,99,255,.08);color:rgba(15,23,42,.68);font-size:13px;font-weight:700;line-height:1.55}
.forgot-reset-note i{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#2563ff;color:#fff;font-size:16px}
.forgot-password-back{margin:0!important}
.forgot-password-back a{font-weight:900;color:#2563ff!important;text-decoration:none}
.forgot-password-back a:hover{text-decoration:underline}
.auth-link-button{border:0;background:transparent;padding:0;color:#2563ff;font-weight:900;text-decoration:none}
.auth-link-button:hover{text-decoration:underline}
html[data-theme="dark"] .forgot-reset-note{background:rgba(37,99,255,.14);border-color:rgba(143,177,255,.2);color:rgba(255,255,255,.72)}
@media (max-width:767.98px){.forgot-reset-note{align-items:flex-start;border-radius:16px}.forgot-password-page .signin-copy h1{font-size:32px!important}}

/* OTP VERIFICATION PAGE */
.otp-page .signin-shell{
  grid-template-columns:1fr!important;
  place-items:center;
  padding:clamp(12px,2vw,24px);
  background:radial-gradient(circle at 14% 12%,rgba(37,99,255,.10),transparent 34%),#f7f9fc;
}
.otp-page .signin-form-panel{
  width:min(100%,680px)!important;
  height:auto!important;
  min-height:auto!important;
  max-height:calc(100svh - 32px)!important;
  margin:0!important;
}
.otp-page .signin-content{
  max-width:520px!important;
}
.otp-page .otp-resend-form{
  margin-top:18px;
}
@media (max-width:767.98px){
  .otp-page .signin-shell{
    display:block!important;
    padding:0!important;
    background:#fff!important;
  }
  .otp-page .signin-form-panel{
    width:100%!important;
    max-height:none!important;
    min-height:100dvh!important;
  }
}

.signin-page .password-strength{
  display:grid;
  gap:7px;
  margin-top:8px;
}

.signin-page .password-strength span{
  display:block;
  width:100%;
  height:7px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(15,23,42,.10);
  position:relative;
}

.signin-page .password-strength span::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:0;
  border-radius:inherit;
  background:#ef4444;
  transition:width .2s ease,background-color .2s ease;
}

.signin-page .password-strength small{
  color:rgba(15,23,42,.56);
  font-size:12px;
  line-height:1.45;
}

.signin-page .password-strength[data-level="weak"] span::before{width:35%;background:#ef4444}
.signin-page .password-strength[data-level="fair"] span::before{width:55%;background:#f59e0b}
.signin-page .password-strength[data-level="good"] span::before{width:78%;background:#2563ff}
.signin-page .password-strength[data-level="strong"] span::before{width:100%;background:#16a34a}
.signin-page .auth-turnstile{display:flex;justify-content:center;margin:2px 0}

/* AUTH MOBILE RESPONSIVENESS FIX */
@media (max-width:767.98px){
  html:has(body.signin-page),
  body.signin-page{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    background:#fff!important;
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
  }

  body.signin-page{
    position:static!important;
    inset:auto!important;
  }

  .signin-page .signin-shell{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:100dvh!important;
    overflow:visible!important;
    background:#fff!important;
  }

  .signin-page .signin-reel-panel{
    display:none!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  .signin-page .signin-form-panel{
    width:100%!important;
    max-width:100%!important;
    min-height:100dvh!important;
    height:auto!important;
    margin:0!important;
    padding:24px max(18px,env(safe-area-inset-left)) calc(30px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-right))!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    overflow:visible!important;
    scrollbar-gutter:auto!important;
  }

  .signin-page .signin-topbar{
    width:100%!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .signin-page .signin-brand.brand-logo img{
    width:min(150px,48vw)!important;
    max-height:none!important;
  }

  .signin-page .signin-content{
    width:100%!important;
    max-width:430px!important;
    margin:0 auto!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .signin-page .signin-copy h1{
    font-size:clamp(30px,8.6vw,36px)!important;
    line-height:1.12!important;
    margin-bottom:12px!important;
    overflow-wrap:break-word!important;
  }

  .signin-page .signin-copy p{
    max-width:34ch!important;
    margin-bottom:22px!important;
    font-size:14px!important;
    line-height:1.65!important;
  }

  .signin-page .signin-form,
  .signin-page .signin-content .signin-form{
    width:100%!important;
    gap:16px!important;
  }

  .signin-page .signin-form-grid,
  .signin-page .signin-form-row,
  .signin-page .signin-phone-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    gap:12px!important;
  }

  .signin-page .signin-form-row{
    align-items:start!important;
  }

  .signin-page .signin-field,
  .signin-page .signin-password-wrap,
  .signin-page .signin-field input,
  .signin-page .signin-phone-wrap select,
  .signin-page .signin-phone-wrap input,
  .signin-page .signin-submit{
    width:100%!important;
    max-width:100%!important;
  }

  .signin-page .signin-field input,
  .signin-page .signin-phone-wrap select,
  .signin-page .signin-phone-wrap input{
    height:52px!important;
    font-size:16px!important;
  }

  .signin-page .signin-login-divider{
    gap:10px!important;
    margin-block:0!important;
    font-size:12px!important;
  }

  .signin-page .signin-social-grid,
  .signin-page .signin-content .signin-social-grid{
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:repeat(3,52px)!important;
    justify-content:center!important;
    gap:12px!important;
  }

  .signin-page .signin-social-btn,
  .signin-page .signin-content .signin-social-btn{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    padding:0!important;
    border-radius:50%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .signin-page .signin-social-btn span{
    display:none!important;
  }

  .signin-page .signin-social-btn i{
    font-size:24px!important;
    line-height:1!important;
  }

  .signin-page .signin-terms{
    display:block!important;
    width:100%!important;
    font-size:11px!important;
    line-height:1.65!important;
    text-align:center!important;
  }

  .signin-page .signin-page-switch{
    flex-wrap:wrap!important;
    justify-content:center!important;
    text-align:center!important;
    gap:6px!important;
  }

  .signin-page .signin-footer{
    width:100%!important;
    margin-top:22px!important;
    padding-top:18px!important;
    padding-bottom:0!important;
    position:relative!important;
    transform:none!important;
  }

  .signin-page .signin-footer-social a{
    width:34px!important;
    height:34px!important;
  }
}

html[data-theme="dark"]:has(body.signin-page),
html[data-theme="dark"] body.signin-page,
html[data-theme="dark"] .signin-page .signin-shell,
html[data-theme="dark"] .signin-page .signin-form-panel{
  background:#050526!important;
}

/* Front Careers Page */
body.careers-page {
  background:#ffffff;
  color:#111111;
}

body.careers-page .top-nav-wrap {
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:3000;
}

.careers-main {
  min-height:100vh;
}

.careers-search-form {
  grid-template-columns:280px minmax(330px,1fr) 190px;
}

.careers-catalog-section {
  padding-bottom:84px;
}

.careers-filter-group-label {
  margin:16px 0 8px;
  color:#0065ff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.careers-filter-group-label:first-of-type {
  margin-top:0;
}

.careers-salary-range {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.careers-quote-card {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:12px;
  margin-top:16px;
  padding:18px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(0,101,255,.09),rgba(60,179,79,.09));
  border:1px solid rgba(0,101,255,.12);
}

.careers-quote-card i {
  grid-row:span 2;
  color:#0065ff;
  font-size:34px;
}

.careers-quote-card p {
  margin:0;
  color:#0b1247;
  font-size:16px;
  font-weight:900;
  line-height:1.25;
}

.careers-quote-card span {
  margin-top:4px;
  color:#52607a;
  font-size:13px;
  font-weight:750;
}

.careers-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.career-card {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:22px;
  border:1px solid #e6ebf4;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 16px 34px rgba(13,25,58,.11);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.career-card:hover,
.career-card:focus-within {
  transform:translateY(-5px);
  border-color:rgba(0,101,255,.22);
  box-shadow:0 22px 46px rgba(13,25,58,.15);
}

.career-card-top,
.career-card-footer,
.career-card-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.career-card-category,
.career-card-featured,
.career-feature-list span {
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  max-width:100%;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1.15;
}

.career-card-category {
  background:rgba(0,101,255,.1);
  color:#0053dd;
}

.career-card-featured {
  flex:0 0 auto;
  background:rgba(255,197,12,.18);
  color:#7a5a00;
}

.career-card h3 {
  min-height:56px;
  margin:0;
  color:#0b1247;
  font-size:21px;
  font-weight:950;
  line-height:1.24;
  letter-spacing:0;
}

.career-card-company {
  display:flex;
  align-items:center;
  gap:8px;
  margin:-6px 0 0;
  color:#0065ff;
  font-size:14px;
  font-weight:850;
}

.career-card-summary {
  min-height:72px;
  margin:0;
  color:#5f6872;
  font-size:14px;
  font-weight:500;
  line-height:1.7;
}

.career-card-meta {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0;
}

.career-card-meta div {
  min-width:0;
  padding:10px;
  border:1px solid #e7edf6;
  border-radius:12px;
  background:#fff;
}

.career-card-meta dt {
  margin:0 0 4px;
  color:#6f7786;
  font-size:10px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.career-card-meta dd {
  overflow:hidden;
  margin:0;
  color:#121a44;
  font-size:12px;
  font-weight:850;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.career-feature-list {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-height:28px;
}

.career-feature-list span {
  background:rgba(60,179,79,.1);
  color:#12743d;
}

.career-card-footer {
  margin-top:auto;
  padding-top:2px;
}

.career-card-salary small {
  display:block;
  margin-bottom:4px;
  color:#6f7786;
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.career-card-salary strong {
  display:block;
  color:#0b1247;
  font-size:19px;
  font-weight:950;
  line-height:1.2;
}

.career-card-salary strong span {
  color:#5f6872;
  font-size:12px;
  font-weight:850;
}

.career-card-applicants {
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:0 11px;
  border-radius:999px;
  background:#eef4ff;
  color:#0053dd;
  font-size:12px;
  font-weight:900;
}

.career-card-actions {
  margin-top:2px;
}

.career-card-actions a {
  min-width:0;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 0;
  padding:0 12px;
  border:1px solid #dfe6f2;
  border-radius:999px;
  background:#fff;
  color:#0b1247;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 7px 16px rgba(16,34,77,.06);
}

.career-card-actions .career-apply-btn {
  border-color:transparent;
  background:linear-gradient(180deg,#0d74ff 0%,#0053dd 100%);
  color:#fff;
  box-shadow:0 12px 22px rgba(0,90,230,.24);
}

.careers-empty-state {
  grid-column:1/-1;
}

.careers-insights-section {
  margin-top:48px;
}

html[data-theme="dark"] body.careers-page,
html[data-theme="dark"] body.careers-page .careers-main,
html[data-theme="dark"] body.careers-page .careers-catalog-section {
  background:#050526!important;
  color:#ffffff!important;
}

html[data-theme="dark"] body.careers-page :is(.career-card,.careers-quote-card) {
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:#ffffff!important;
  box-shadow:0 18px 55px rgba(0,0,0,.28)!important;
}

html[data-theme="dark"] body.careers-page :is(.career-card h3,.career-card-meta dd,.career-card-salary strong,.careers-quote-card p) {
  color:#ffffff!important;
}

html[data-theme="dark"] body.careers-page :is(.career-card-summary,.career-card-salary strong span,.careers-quote-card span) {
  color:rgba(255,255,255,.68)!important;
}

html[data-theme="dark"] body.careers-page .career-card-meta div {
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}

@media (max-width:1399.98px) {
  .careers-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:1199.98px) {
  .careers-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:991.98px) {
  .careers-search-form {
    grid-template-columns:1fr;
  }

  .careers-catalog-layout {
    display:block;
  }

  .careers-filter-panel {
    margin-bottom:28px;
  }
}

@media (max-width:575.98px) {
  .careers-grid {
    grid-template-columns:1fr;
  }

  .career-card {
    padding:18px;
  }

  .career-card-meta,
  .careers-salary-range {
    grid-template-columns:1fr;
  }

  .career-card h3,
  .career-card-summary {
    min-height:0;
  }
}

/* Shared breadcrumb treatment for all public inner pages. */
:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-height:44px!important;
  padding:8px 20px!important;
  border:1px solid rgba(17,17,17,.1)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.86)!important;
  color:#5f6872!important;
  font-size:13px!important;
  font-weight:750!important;
  letter-spacing:.01em!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}

:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) a {
  color:#00adf1!important;
  text-decoration:none!important;
  transition:color .2s ease;
}

:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) a:hover {
  color:#007fbd!important;
}

:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) i {
  color:#ffc50c!important;
  font-size:12px!important;
}

:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) span[aria-current="page"] {
  color:#5f6872!important;
}

html[data-theme="dark"] body:is(.about-page,.news-page,.contact-page,.faqs-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) {
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:rgba(255,255,255,.72)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.24)!important;
}

html[data-theme="dark"] body:is(.about-page,.news-page,.contact-page,.faqs-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) a {
  color:#8fd8ff!important;
}

html[data-theme="dark"] body:is(.about-page,.news-page,.contact-page,.faqs-page,.terms-page,.privacy-policy-page,.pricing-page) :is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) span[aria-current="page"] {
  color:#f8fafc!important;
}

@media (max-width:575.98px) {
  :is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.terms-breadcrumb,.pricing-breadcrumb,.privacy-breadcrumb) {
    min-height:40px!important;
    padding:7px 16px!important;
    font-size:13px!important;
  }
}

/* Breadcrumb separators must remain plain chevrons in every theme. */
:is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.courses-breadcrumb,.products-breadcrumb,.terms-breadcrumb,.privacy-breadcrumb) i.bi-chevron-right {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#ffc50c!important;
  font-family:"bootstrap-icons"!important;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1!important;
}

html[data-theme="dark"] :is(.about-breadcrumb,.news-breadcrumb,.contact-breadcrumb,.faqs-breadcrumb,.courses-breadcrumb,.products-breadcrumb,.terms-breadcrumb,.privacy-breadcrumb) i.bi-chevron-right {
  background:transparent!important;
  color:#ffd166!important;
}

/* Blog page dark theme */
html[data-theme="dark"] body.news-page {
  background:#050526!important;
  color:#f8fafc!important;
}

html[data-theme="dark"] .community-news-main {
  --news-ink:#f8fafc;
  --news-muted:rgba(255,255,255,.68);
  --news-border:rgba(255,255,255,.12);
  --news-shadow:0 18px 55px rgba(0,0,0,.28);
  background:
    radial-gradient(circle at 10% 18%,rgba(37,99,255,.16),transparent 23%),
    radial-gradient(circle at 88% 44%,rgba(34,197,94,.1),transparent 24%),
    #050526!important;
}

html[data-theme="dark"] .news-hero {
  background:
    radial-gradient(circle at 18% 78%,rgba(37,99,255,.24),transparent 34%),
    radial-gradient(circle at 84% 20%,rgba(34,197,94,.12),transparent 30%),
    linear-gradient(180deg,#050526 0%,#070733 100%)!important;
}

html[data-theme="dark"] .news-hero::before {
  background:#050526!important;
}

html[data-theme="dark"] .news-hero h1 {
  color:#f8fafc!important;
}

html[data-theme="dark"] .news-hero-copy {
  color:rgba(255,255,255,.68)!important;
}

html[data-theme="dark"] .news-search {
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.07)!important;
  box-shadow:0 24px 54px rgba(0,0,0,.28)!important;
}

html[data-theme="dark"] .news-search input {
  color:#f8fafc!important;
  caret-color:#8fd8ff;
}

html[data-theme="dark"] .news-search input::placeholder {
  color:rgba(255,255,255,.46)!important;
}

html[data-theme="dark"] .news-section {
  background:#050526!important;
  color:#f8fafc!important;
}

html[data-theme="dark"] .news-section-kicker {
  background:rgba(255,197,12,.16)!important;
  color:#ffd166!important;
}

html[data-theme="dark"] .news-section-head h2 {
  color:#f8fafc!important;
}

html[data-theme="dark"] .news-filter-tab,
html[data-theme="dark"] .news-round-btn,
html[data-theme="dark"] .community-news-card,
html[data-theme="dark"] .news-empty-state,
html[data-theme="dark"] .news-skeleton-card {
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:#f8fafc!important;
  box-shadow:0 18px 55px rgba(0,0,0,.28)!important;
}

html[data-theme="dark"] .news-filter-tab:hover,
html[data-theme="dark"] .news-filter-tab.is-active {
  background:linear-gradient(135deg,rgba(37,99,255,.28),rgba(34,197,94,.16))!important;
  border-color:rgba(143,216,255,.42)!important;
  color:#fff!important;
}

html[data-theme="dark"] .news-round-btn:hover {
  color:#8fd8ff!important;
  border-color:rgba(143,216,255,.48)!important;
}

html[data-theme="dark"] .community-news-card h3,
html[data-theme="dark"] .community-news-card h3 a,
html[data-theme="dark"] .community-news-author span {
  color:#f8fafc!important;
}

html[data-theme="dark"] .community-news-card p,
html[data-theme="dark"] .community-news-meta-row,
html[data-theme="dark"] .news-empty-state p {
  color:rgba(255,255,255,.68)!important;
}

html[data-theme="dark"] .community-news-media {
  background:#11113f!important;
}

html[data-theme="dark"] .community-news-author img {
  border-color:rgba(255,255,255,.18)!important;
}

html[data-theme="dark"] .community-news-read-more {
  color:#fff!important;
}

html[data-theme="dark"] .featured-carousel-dot {
  background:rgba(255,255,255,.2);
}

html[data-theme="dark"] .news-skeleton-card span,
html[data-theme="dark"] .news-skeleton-card strong,
html[data-theme="dark"] .news-skeleton-card em,
html[data-theme="dark"] .news-skeleton-card small {
  background:linear-gradient(90deg,rgba(255,255,255,.06) 25%,rgba(255,255,255,.12) 45%,rgba(255,255,255,.06) 65%);
  background-size:240% 100%;
}

/* Contact page dark theme */
html[data-theme="dark"] body.contact-page {
  background:#050526!important;
  color:#f8fafc!important;
}

html[data-theme="dark"] .contact-main {
  --contact-ink:#f8fafc;
  --contact-muted:rgba(255,255,255,.68);
  --contact-border:rgba(255,255,255,.12);
  --contact-shadow:0 24px 60px rgba(0,0,0,.28);
  background:
    radial-gradient(circle at 10% 14%,rgba(37,99,255,.16),transparent 24%),
    radial-gradient(circle at 88% 18%,rgba(34,197,94,.1),transparent 22%),
    #050526!important;
}

html[data-theme="dark"] .contact-hero {
  background:
    radial-gradient(circle at 18% 78%,rgba(37,99,255,.24),transparent 34%),
    radial-gradient(circle at 84% 20%,rgba(34,197,94,.12),transparent 30%),
    linear-gradient(180deg,#050526 0%,#070733 100%)!important;
}

html[data-theme="dark"] .contact-hero::before {
  background:#050526!important;
}

html[data-theme="dark"] .contact-hero h1 {
  color:#f8fafc!important;
}

html[data-theme="dark"] .contact-hero-copy {
  color:rgba(255,255,255,.68)!important;
}

html[data-theme="dark"] .contact-content {
  background:#050526!important;
}

html[data-theme="dark"] .contact-form-card {
  background:
    radial-gradient(circle at 92% 0%,rgba(37,99,255,.14),transparent 30%),
    radial-gradient(circle at 4% 100%,rgba(34,197,94,.1),transparent 28%),
    rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.28)!important;
}

html[data-theme="dark"] .contact-form-head h2,
html[data-theme="dark"] .contact-field label,
html[data-theme="dark"] .contact-check-group legend,
html[data-theme="dark"] .contact-label-row label,
html[data-theme="dark"] .contact-check,
html[data-theme="dark"] .contact-consent {
  color:#f8fafc!important;
}

html[data-theme="dark"] .contact-field input,
html[data-theme="dark"] .contact-field select,
html[data-theme="dark"] .contact-field textarea {
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#f8fafc!important;
  box-shadow:none!important;
}

.contact-field input,
.contact-field select {
  border-radius:999px;
}

.contact-field textarea {
  border-radius:24px;
}

.contact-phone-row .select2-container {
  width:100%!important;
  min-width:0;
}

.contact-phone-row .select2-container--default .select2-selection--single {
  height:58px!important;
  min-height:58px!important;
  padding:0 44px 0 18px!important;
  border-radius:999px!important;
}

.contact-phone-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding:0!important;
  line-height:1.3!important;
}

html[data-theme="dark"] .contact-field input::placeholder,
html[data-theme="dark"] .contact-field textarea::placeholder {
  color:rgba(255,255,255,.44)!important;
}

html[data-theme="dark"] .contact-field input:focus,
html[data-theme="dark"] .contact-field select:focus,
html[data-theme="dark"] .contact-field textarea:focus {
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(143,216,255,.72)!important;
  box-shadow:0 0 0 5px rgba(37,99,255,.2)!important;
}

html[data-theme="dark"] .contact-helper,
html[data-theme="dark"] .contact-counter,
html[data-theme="dark"] .contact-security-note {
  color:rgba(255,255,255,.62)!important;
}

html[data-theme="dark"] .contact-check-group {
  background:rgba(37,99,255,.1)!important;
  border-color:rgba(255,255,255,.12)!important;
}

html[data-theme="dark"] .contact-check-mark {
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.3)!important;
}

html[data-theme="dark"] .contact-check input:checked + .contact-check-mark {
  background:linear-gradient(135deg,#2563ff,#2094ff)!important;
  border-color:#8fd8ff!important;
}

html[data-theme="dark"] .contact-check input:focus-visible + .contact-check-mark {
  box-shadow:0 0 0 5px rgba(143,216,255,.2)!important;
}

html[data-theme="dark"] .contact-breadcrumb i.bi-chevron-right,
html[data-theme="dark"] .contact-page .fab-top i {
  background:transparent!important;
  box-shadow:none!important;
}

/* Keep the Blog search text cursor without adding a full-container focus ring. */
.news-search {
  cursor:text;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#newsSearchInput:focus {
  outline:none!important;
}

/* Search inputs use the pill as the focus surface; never paint a second
   rectangle inside it when the shared dark-mode input rules are active. */
#faqSearchInput,
#faqSearchInput:focus,
#newsSearchInput,
#newsSearchInput:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

#faqSearchInput::-webkit-search-cancel-button,
#newsSearchInput::-webkit-search-cancel-button {
  filter: grayscale(1) brightness(1.8);
}

.faqs-search:focus-within,
.news-search:focus-within {
  border-color: rgba(37, 99, 255, .72) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .22), 0 0 0 4px rgba(37, 99, 255, .18) !important;
}

html[data-theme="dark"] .faqs-search:focus-within,
html[data-theme="dark"] .news-search:focus-within {
  border-color: rgba(143, 216, 255, .72) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .36), 0 0 0 4px rgba(74, 158, 255, .2) !important;
}

/* Blog category tabs: use a restrained dark border instead of the light
   theme outline, while keeping the active category prominent. */
html[data-theme="dark"] body.news-page .news-filter-tab {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .04) !important;
  color: #fff !important;
}

html[data-theme="dark"] body.news-page .news-filter-tab:hover,
html[data-theme="dark"] body.news-page .news-filter-tab.is-active {
  border-color: rgba(79, 134, 255, .34) !important;
  background: linear-gradient(180deg, rgba(79, 134, 255, .26), rgba(37, 99, 255, .14)) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Keep Blog category tabs identical to the homepage .chip-btn controls. */
body.news-page .news-filter-tab {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid var(--border-light) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .04) !important;
  color: var(--text-main) !important;
  box-shadow: none !important;
}

body.news-page .news-filter-tab:hover,
body.news-page .news-filter-tab.is-active {
  background: linear-gradient(180deg, rgba(79, 134, 255, .26), rgba(37, 99, 255, .14)) !important;
  border-color: rgba(79, 134, 255, .34) !important;
  color: var(--text-main) !important;
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}

html[data-theme="light"] body.news-page .news-filter-tab {
  background: rgba(255, 255, 255, .82) !important;
  border-color: rgba(15, 23, 42, .08) !important;
  color: var(--text-main) !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06) !important;
}

/* Final cascade fix: the shared compatibility selector is more specific
   than the component rule, so keep these Blog-page states explicit. */
html[data-theme="dark"] body.news-page .news-filter-tab,
html[data-theme="dark"] body.news-page .news-filter-tab:hover,
html[data-theme="dark"] body.news-page .news-filter-tab:focus-visible {
  border-color: #1b2858 !important;
}

html[data-theme="dark"] body.news-page .news-filter-tab.is-active {
  border-color: #2563ff !important;
}

html[data-theme="dark"] body.news-page .community-news-read-more,
html[data-theme="dark"] body.news-page .community-news-read-more:hover,
html[data-theme="dark"] body.news-page .community-news-read-more:focus-visible {
  color: #fff !important;
}

/* FAQ category groups are layout containers, not cards. */
.faqs-category {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Keep the shared newsletter field isolated from inner-page dark input rules. */
.footer-modern .newsletter-form .form-control,
.footer-modern .newsletter-form .form-control:focus,
.footer-modern .newsletter-form .form-control:valid,
.footer-modern .newsletter-form .form-control:invalid {
  border:0!important;
  background:transparent!important;
  color:var(--footer-heading)!important;
  box-shadow:none!important;
}

.footer-modern .newsletter-form .form-control::placeholder {
  color:var(--footer-text)!important;
  opacity:1;
}

html[data-theme="dark"] body .footer-modern .newsletter-form .form-control,
html[data-theme="dark"] body .footer-modern .newsletter-form .form-control:focus,
html[data-theme="dark"] body .footer-modern .newsletter-form .form-control:valid,
html[data-theme="dark"] body .footer-modern .newsletter-form .form-control:invalid {
  border:0!important;
  background:transparent!important;
  color:var(--footer-heading)!important;
  box-shadow:none!important;
}

html[data-theme="dark"] body .footer-modern .newsletter-form .form-control::placeholder {
  color:var(--footer-text)!important;
  opacity:1;
}

/* Legal pages: keep metadata, copy controls, and grouped information readable
   against the shared dark page surface. */
html[data-theme="dark"] body:is(.terms-page,.privacy-policy-page) :is(.terms-updated,.privacy-updated) {
  background:rgba(255,255,255,.07)!important;
  border-color:rgba(255,255,255,.16)!important;
  color:rgba(255,255,255,.82)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.2)!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-copy-link {
  background:rgba(255,255,255,.07)!important;
  border-color:rgba(143,216,255,.3)!important;
  color:#bfe4ff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-copy-link:hover,
html[data-theme="dark"] body.privacy-policy-page .privacy-copy-link:focus-visible,
html[data-theme="dark"] body.privacy-policy-page .privacy-copy-link.is-copied {
  background:linear-gradient(180deg,#4b91ff 0%,#2768f6 100%)!important;
  border-color:rgba(143,216,255,.5)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(39,104,246,.28)!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-info-group {
  background:
    radial-gradient(circle at 96% 4%,rgba(34,197,94,.12),transparent 34%),
    rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.13)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-info-group h4 {
  color:#fff!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-check-list--compact li {
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(143,216,255,.18)!important;
  color:rgba(255,255,255,.8)!important;
}

html[data-theme="dark"] body.privacy-policy-page .privacy-check-list--compact li span {
  color:inherit!important;
}

html[data-theme="dark"] body.terms-page .terms-copy-link {
  background:rgba(255,255,255,.07)!important;
  border-color:rgba(143,216,255,.3)!important;
  color:#bfe4ff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}

html[data-theme="dark"] body.terms-page .terms-copy-link:hover,
html[data-theme="dark"] body.terms-page .terms-copy-link:focus-visible,
html[data-theme="dark"] body.terms-page .terms-copy-link.is-copied {
  background:linear-gradient(180deg,#4b91ff 0%,#2768f6 100%)!important;
  border-color:rgba(143,216,255,.5)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(39,104,246,.28)!important;
}
.theme-logo--dark{display:none!important}
html[data-theme="dark"] .theme-logo--light{display:none!important}
html[data-theme="dark"] .theme-logo--dark{display:block!important}
