/* Unify page content width with site chrome (max-w-7xl / 80rem) */
.jo-container,
.jo-banner-container {
  max-width: 80rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 640px) {
  .jo-container,
  .jo-banner-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .jo-container,
  .jo-banner-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* ICS chrome + Influtics body coexistence */

.ics-site-chrome nav.fixed,
.ics-site-chrome nav.fixed.glass-effect {
    z-index: 1050;
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom-color: transparent !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

/* Influtics style.css uses Inter — keep top nav on Plus Jakarta */
.ics-site-chrome .site-nav-link,
.ics-site-chrome .site-nav-cta {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif !important;
}

.ics-site-chrome .site-nav-cta {
    min-width: 9.75rem;
}

.ics-site-chrome footer {
    position: relative;
    z-index: 2;
}

.ics-influtics-home {
    --ics-coral: #F06543;
    --ics-coral-dark: #E04F2E;
    --ics-coral-darker: #C74428;
    --ics-coral-light: #FDE8E3;
    --ics-charcoal: #37414B;
    --ttRed: var(--ics-coral);
    --tt-pink: var(--ics-coral);
    --tt-gold: var(--ics-coral-dark);
    --tt-gradient-1: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
    --plyr-color-main: var(--ics-coral);

    padding-top: 0;
    margin-top: 0;
    overflow-x: hidden;
}

.ics-influtics-home main {
    display: block;
}

.ics-influtics-home .jo-banner {
    position: relative;
    margin-top: 0;
    padding-top: 6.25rem;
    padding-bottom: 0;
    overflow-x: clip;
    overflow-y: hidden;
}

/* Gap between hero, social stats, and top influencers */
.ics-influtics-home .jo-social-links {
    margin-top: 28px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.ics-influtics-home .jo-top-influencers {
    padding-top: 36px;
    padding-bottom: 48px;
}

/* Hidden homepage sections */
.ics-influtics-home .jo-services,
.ics-influtics-home .jo-upcoming-lives {
    display: none !important;
}

/* Premium videos — after social cards */
.ics-influtics-home .jo-videos {
    padding: 28px 0 36px;
}

.ics-influtics-home .jo-social-links + .jo-videos {
    padding-top: 20px;
}

.ics-influtics-home .jo-videos .jo-videos__heading {
    margin-bottom: 28px;
}

@media screen and (max-width: 1399px) {
    .ics-influtics-home .jo-videos {
        padding: 24px 0 28px;
    }
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-videos {
        padding: 20px 0 24px;
    }

    .ics-influtics-home .jo-videos .jo-videos__heading {
        margin-bottom: 20px;
    }
}

/* Influencers grid (videos-2 layout) */
.ics-influtics-home .jo-home-influencers .jo-inner-main-content {
    padding-top: 40px;
    padding-bottom: 56px;
}

.ics-influtics-home .jo-influencer-grid-card {
    text-align: center;
    height: 100%;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-info {
    font-size: 12px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__thumb {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 330 / 430;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    border-radius: 20px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-video {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__platform {
    font-size: 11px;
    padding: 8px 12px;
    bottom: 12px;
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__platform img {
    width: 14px;
    height: 14px;
}

.ics-influtics-home .jo-home-influencers__grid {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1rem;
}

@media screen and (min-width: 1400px) {
    .ics-influtics-home .jo-home-influencers__grid {
        --bs-gutter-x: 1.15rem;
    }
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-top-influencer__thumb {
        aspect-ratio: 330 / 430;
    }
}

/* Top Influencers — title centered, arrows on card row sides */
.ics-influtics-home .jo-top-influencers__heading {
    justify-content: center;
    margin-bottom: 28px;
}

.ics-influtics-home .jo-top-influencers__slider-wrap {
    position: relative;
    overflow: hidden;
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev,
.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    margin: 0;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    background-color: rgba(240, 101, 67, 0.12);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    color: var(--ics-coral);
    transition: 0.4s ease;
    cursor: pointer;
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev:hover,
.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next:hover {
    color: #fff;
    background-color: var(--ics-coral);
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev {
    left: max(8px, 1.5vw);
}

.ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
    right: max(8px, 1.5vw);
}

.ics-influtics-home .jo-top-influencers__slider-wrap .jo-reels-slider {
    width: 100%;
    overflow: hidden;
}

.ics-influtics-home .jo-top-influencers__slider-wrap .swiper-wrapper {
    align-items: stretch;
}

.ics-influtics-home .jo-top-influencers__slider-wrap .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-prev,
    .ics-influtics-home .jo-top-influencers__slider-wrap > .jo-reels-slider-next {
        width: 40px;
        height: 40px;
    }
}

.ics-influtics-home .jo-social-link--stat {
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    min-height: 92px;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ics-influtics-home .jo-social-link--stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 36px rgba(255, 0, 0, 0.14);
}

.ics-influtics-home .jo-social-link--stat .txt {
    min-width: 0;
    flex-grow: 1;
}

.ics-influtics-home .jo-social-link--stat .jo-social-link__cta {
    pointer-events: none;
    flex-shrink: 0;
    margin-left: auto;
    white-space: nowrap;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer {
    cursor: pointer;
    text-align: center;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-info {
    text-align: center;
}

.ics-influtics-home .jo-top-influencer__thumb {
    display: block;
    max-width: 100%;
    height: 25.63vw;
    max-height: 492px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    vertical-align: top;
}

.ics-influtics-home .jo-top-influencer__platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    pointer-events: none;
}

.ics-influtics-home .jo-top-influencer__platform img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.ics-influtics-home .jo-top-influencer .jo-reel-title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.ics-influtics-home .jo-top-influencer .jo-reel-info {
    margin: 0;
    font-size: 14px;
    color: var(--ttGray2);
}

.ics-influtics-home .jo-top-influencer .jo-reel-info span {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-social-links {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .ics-influtics-home .jo-top-influencers {
        padding-top: 28px;
    }

    .ics-influtics-home .jo-top-influencer__thumb {
        height: 42.63vw;
    }
}

@media screen and (max-width: 575px) {
    .ics-influtics-home .jo-top-influencer__thumb {
        height: 66.63vw;
    }
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-top-influencer__thumb {
        height: 138.73vw;
    }
}

@media screen and (max-width: 1399px) {
    .ics-influtics-home .jo-social-links {
        padding-top: 20px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .ics-influtics-home .jo-banner {
        padding-top: 5.5rem;
    }
}

/* Remove decorative rings on name only (keep model background circles) */
.ics-influtics-home .jo-banner__name span.styled::before,
.ics-influtics-home .jo-banner__name span.styled::after,
.ics-influtics-home .jo-banner__title span.styled::before,
.ics-influtics-home .jo-banner__title span.styled::after,
.ics-influtics-home .jo-banner .vector {
    display: none !important;
    content: none !important;
}

/* Lady image — pulsing circles (fixed, sized to fit hero) */
.ics-influtics-home .jo-banner__circles.jo-contact__img {
    position: absolute;
    top: 50%;
    right: 8%;
    width: min(26vw, 300px);
    height: min(26vw, 300px);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.ics-influtics-home .jo-banner__circles.jo-contact__img::before,
.ics-influtics-home .jo-banner__circles.jo-contact__img::after {
    display: block !important;
    content: "" !important;
    animation: hero-circle-pulse 3s infinite linear;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(1);
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ics-influtics-home .jo-banner__circles.jo-contact__img::after {
    width: 82% !important;
    animation-delay: 1.5s;
}

@keyframes hero-circle-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0;
    }
}

.ics-influtics-home .jo-banner__img.jo-contact__img::before,
.ics-influtics-home .jo-banner__img.jo-contact__img::after {
    display: none !important;
    content: none !important;
}

/* Hero slider — Slider Revolution Delicious masked horizontal text slide */
.ics-influtics-home .jo-banner {
    background-attachment: scroll;
    padding-bottom: 0;
}

.ics-influtics-home .hero-slide,
.ics-influtics-home .hero-slide__content {
    overflow: visible;
}

.ics-influtics-home .jo-banner-container--slider {
    position: relative;
    overflow: visible;
    min-height: clamp(440px, 40vw, 560px);
}

.ics-influtics-home .jo-banner__circles.jo-contact__img {
    transition: none !important;
    transform: translateY(-50%);
}

.ics-influtics-home .hero-slider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    min-height: var(--hero-slider-height, auto);
}

.ics-influtics-home .hero-slide__content .row {
    align-items: stretch !important;
    min-height: var(--hero-slider-height, auto);
    margin-bottom: 0;
}

.ics-influtics-home .hero-slide__content .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ics-influtics-home .hero-slide__content .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ics-influtics-home .hero-slide__content .jo-banner__txt {
    padding-top: 0;
    width: 100%;
}

.ics-influtics-home .hero-slide {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.ics-influtics-home .hero-slide.hero-slide--active,
.ics-influtics-home .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slide.hero-slide--entering {
    display: block;
}

.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--active:not(.hero-slide--entering),
.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slider[data-hero-ready="1"] .hero-slide.hero-slide--entering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hero-slider-height, auto);
}

.ics-influtics-home .hero-slide.hero-slide--active:not(.hero-slide--entering) {
    position: relative;
}

.ics-influtics-home .hero-slide.hero-slide--leaving,
.ics-influtics-home .hero-slide.hero-slide--entering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ics-influtics-home .hero-slide.hero-slide--leaving {
    z-index: 1;
    pointer-events: none;
}

.ics-influtics-home .hero-slide.hero-slide--entering {
    z-index: 2;
}

.ics-influtics-home .hero-slide__content {
    height: 100%;
    transform: none;
}

/* Staggered slide — each item moves independently, clip only at hero edge */
.ics-influtics-home .jo-banner__txt .hero-mask {
    overflow: hidden;
}

.ics-influtics-home .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .jo-banner__img .hero-media-mask-line {
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* Resting */
.ics-influtics-home .hero-slide--active:not(.hero-slide--entering):not(.hero-slide--leaving) .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--active:not(.hero-slide--entering):not(.hero-slide--leaving) .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Enter — start off-screen right */
.ics-influtics-home .hero-slide--entering .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--entering .jo-banner__img .hero-media-mask-line {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Enter stagger — text bottom → top */
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(4) .hero-mask__inner { transition-delay: 0s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(3) .hero-mask__inner { transition-delay: 0.15s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(2) .hero-mask__inner { transition-delay: 0.28s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(1) .hero-mask__inner { transition-delay: 0.42s; }

/* Enter stagger — media rashmi → model → followers → pallavi */
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--rashmi { transition-delay: 0.08s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--model { transition-delay: 0.22s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--followers { transition-delay: 0.36s; }
.ics-influtics-home .hero-slide--entering.hero-slide--go .jo-banner__img .hero-media-mask-line--pallavi { transition-delay: 0.5s; }

/* Exit — slide left + dissolve */
.ics-influtics-home .hero-slide--leaving .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--leaving .jo-banner__img .hero-media-mask-line {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 0s;
}

.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask__inner,
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

/* Exit stagger — text top → bottom */
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(1) .hero-mask__inner { transition-delay: 0s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(2) .hero-mask__inner { transition-delay: 0.1s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(3) .hero-mask__inner { transition-delay: 0.2s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__txt .hero-mask-line:nth-child(4) .hero-mask__inner { transition-delay: 0.3s; }

/* Exit stagger — media pallavi → followers → model → rashmi */
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--pallavi { transition-delay: 0s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--followers { transition-delay: 0.12s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--model { transition-delay: 0.24s; }
.ics-influtics-home .hero-slide--leaving.hero-slide--go .jo-banner__img .hero-media-mask-line--rashmi { transition-delay: 0.36s; }

/* SR Delicious: overflow mask + horizontal slide */
.ics-influtics-home .jo-banner__txt {
    overflow: visible;
}

.ics-influtics-home .hero-mask-line {
    display: block;
    width: 100%;
}

/* Fixed vertical slots so every slide lands in the same positions */
.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(1) {
    min-height: 52px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(2) {
    min-height: calc(clamp(24px, 3.4vw, 58px) * 1.2 + 20px);
    margin-bottom: 0;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(3) {
    min-height: calc(clamp(18px, 2.6vw, 45px) * 1.25 + 8px);
    margin-bottom: 28px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(4) {
    min-height: 50px;
}

.ics-influtics-home .hero-mask {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.ics-influtics-home .jo-banner__txt .hero-mask-line:first-child .hero-mask {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -12px;
}

.ics-influtics-home .hero-mask__inner {
    display: block;
    width: 100%;
}

.ics-influtics-home .hero-slide--entering .hero-anim,
.ics-influtics-home .hero-slide--leaving .hero-anim {
    animation: none !important;
}

/* Media panel — absolute slots; slide moves as one flow, clip at hero edge */
.ics-influtics-home .jo-banner__img {
    position: relative;
    z-index: 2;
    overflow: visible;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.ics-influtics-home .hero-media-layer {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: visible;
}

.ics-influtics-home .hero-media-mask-line {
    position: absolute;
    z-index: 2;
}

.ics-influtics-home .hero-media-mask-line--rashmi {
    top: 10%;
    left: 0;
    z-index: 4;
    max-width: calc(100% - 8px);
    width: max-content;
}

.ics-influtics-home .hero-media-mask-line--followers {
    top: 30%;
    right: 0;
    z-index: 3;
}

.ics-influtics-home .hero-media-mask-line--pallavi {
    top: 70%;
    left: 0;
    z-index: 4;
    max-width: calc(100% - 8px);
    width: max-content;
}

.ics-influtics-home .hero-media-mask-line--model {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}

.ics-influtics-home .hero-mask--media {
    overflow: visible;
    padding: 0;
    margin: 0;
}

.ics-influtics-home .hero-mask--model {
    overflow: visible;
    height: 100%;
    padding: 0;
    margin: 0;
}

.ics-influtics-home .hero-mask--media .hero-mask__inner {
    display: block;
    width: 100%;
}

.ics-influtics-home .hero-mask--model .hero-mask__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 0;
}

/* Model sits on hero bottom — legs clip below fold, not mid-torso */
.ics-influtics-home .hero-anim-model {
    display: block;
    width: auto;
    height: auto;
    max-width: min(33.854vw, 400px);
    margin: 0 0 -90px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: bottom center;
    vertical-align: bottom;
}

@media screen and (max-width: 1199px) {
    .ics-influtics-home .jo-banner__circles.jo-contact__img {
        right: 5%;
        width: min(32vw, 260px);
        height: min(32vw, 260px);
    }
}

@media screen and (max-width: 991px) {
    .ics-influtics-home .jo-banner__circles.jo-contact__img {
        right: 50%;
        transform: translate(50%, -50%);
        width: 240px;
        height: 240px;
    }
}

/* Instagram handle pill (same style as following notifications) */
.ics-influtics-home .jo-banner__notifi--handle {
    color: var(--ics-charcoal);
    font-weight: 600;
}

.ics-influtics-home .jo-banner__notifi--handle > span:not(.icon) {
    overflow: visible;
    text-overflow: clip;
}

.ics-influtics-home .jo-banner__notifi-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ics-influtics-home .jo-banner__notifi-icon--ig {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.ics-influtics-home .jo-banner__notifi-icon--yt {
    background: #ff0000;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

/* Rashmi pill — positioned via hero-media-mask-line--rashmi */
.ics-influtics-home .jo-banner__img .jo-banner__notifi--rashmi {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .ics-influtics-home .hero-media-mask-line--rashmi,
    .ics-influtics-home .hero-media-mask-line--pallavi {
        display: none !important;
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(4),
    .ics-influtics-home .jo-banner__btns {
        display: none !important;
    }

    .ics-influtics-home .hero-slide__content .col-lg-7 {
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-slide__content .col-lg-5 {
        justify-content: center;
        margin-top: -12px;
    }

    .ics-influtics-home .hero-media-layer {
        height: auto;
        min-height: 340px;
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-media-mask-line--followers {
        position: absolute;
        top: 8%;
        right: 0;
        margin: 0;
        padding: 10px 12px;
    }

    .ics-influtics-home .hero-media-mask-line--model {
        position: relative;
        top: auto;
        bottom: auto;
        margin-top: 0;
        min-height: 320px;
    }

    .ics-influtics-home .hero-anim-model {
        max-width: min(62vw, 300px);
        margin: 0 auto 0;
    }
}

.ics-influtics-home .jo-banner__img .jo-banner__notifi.hero-anim-pallavi {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
}

.ics-influtics-home .jo-banner__img .jo-banner__followers {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
}

/* Hero title lines — masked separately like SR Delicious headline */
.ics-influtics-home .jo-banner__name {
    display: block;
    font-size: clamp(24px, 3.4vw, 58px);
    line-height: 1.15;
    font-weight: 700;
    margin: 20px 0 0;
}

.ics-influtics-home .jo-banner__role {
    display: block;
    font-size: clamp(18px, 2.6vw, 45px);
    line-height: 1.2;
    margin: 0.35em 0 0;
    font-weight: 600;
    opacity: 0.92;
}

.ics-influtics-home .jo-banner__btns {
    gap: 20px;
    margin-top: 4px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .ics-influtics-home .jo-banner__name {
        font-size: clamp(22px, 6.5vw, 36px);
        margin-top: 16px;
    }

    .ics-influtics-home .jo-banner__role {
        font-size: clamp(16px, 4.8vw, 28px);
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(1) {
        min-height: 44px;
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(2) {
        min-height: calc(clamp(22px, 6.5vw, 36px) * 1.2 + 16px);
    }

    .ics-influtics-home .jo-banner__txt .hero-mask-line:nth-child(3) {
        min-height: calc(clamp(16px, 4.8vw, 28px) * 1.25 + 4px);
        margin-bottom: 8px;
    }

    .ics-influtics-home .hero-slide__content .col-lg-7 {
        justify-content: center;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .ics-influtics-home .hero-slide__content .row {
        min-height: 0;
    }

    .ics-influtics-home .hero-slide__content .col-lg-5 {
        justify-content: center;
        margin-top: -16px;
    }

    .ics-influtics-home .hero-media-layer {
        min-height: 310px;
    }

    .ics-influtics-home .hero-media-mask-line--model {
        min-height: 290px;
    }

    .ics-influtics-home .hero-anim-model {
        max-width: min(64vw, 260px);
        margin: 0 auto 0;
    }
}

/* Hero floating animations */
@keyframes hero-drift-model {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(3px, -5px) rotate(0.25deg); }
    45% { transform: translate(-4px, 4px) rotate(-0.2deg); }
    70% { transform: translate(3px, 5px) rotate(0.15deg); }
}

@keyframes hero-drift-rashmi {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(4px, -3px); }
    55% { transform: translate(-3px, 4px); }
    80% { transform: translate(2px, -2px); }
}

@keyframes hero-drift-pallavi {
    0%, 100% { transform: translate(0, 0); }
    30% { transform: translate(-3px, 3px); }
    60% { transform: translate(4px, -4px); }
    85% { transform: translate(-2px, -2px); }
}

@keyframes hero-drift-followers {
    0%, 100% { transform: translate(0, 0) scale(1); }
    35% { transform: translate(-3px, 4px) scale(1.01); }
    65% { transform: translate(3px, -3px) scale(0.99); }
}

.ics-influtics-home .hero-anim {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
}

.ics-influtics-home .hero-anim-model {
    animation-name: hero-drift-model;
}

.ics-influtics-home .hero-anim-rashmi {
    animation-name: hero-drift-rashmi;
}

.ics-influtics-home .hero-anim-handle {
    animation-name: hero-drift-rashmi;
}

.ics-influtics-home .hero-anim-pallavi {
    animation-name: hero-drift-pallavi;
}

.ics-influtics-home .hero-anim-followers {
    animation-name: hero-drift-followers;
    z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
    .ics-influtics-home .hero-anim {
        animation: none !important;
    }
}

/* Following pills — wider, fixed height, room for heart icon */
.ics-influtics-home .jo-banner__notifi {
    width: max-content;
    max-width: min(300px, 92vw);
    min-height: 38px;
    height: 38px;
    padding: 3px 34px 3px 4px;
    gap: 6px;
    font-size: 11.5px;
    line-height: 1;
    white-space: nowrap;
    align-items: center;
    overflow: visible;
}

.ics-influtics-home .jo-banner__notifi > img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ics-influtics-home .jo-banner__notifi > span:not(.icon) {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px;
}

.ics-influtics-home .jo-banner__notifi .icon {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-40%);
    z-index: 2;
    line-height: 0;
    border-radius: 999px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.ics-influtics-home .jo-banner__notifi .icon img {
    width: 30px;
    height: 30px;
    display: block;
}

.ics-influtics-home .jo-banner__img .jo-banner__notifi {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    max-width: min(280px, 85vw);
}

/* Primary buttons — ICS coral gradient */
.ics-influtics-home .jo-btn {
    background: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
}

.ics-influtics-home .jo-btn::before {
    background: linear-gradient(135deg, var(--ics-coral-dark) 0%, var(--ics-coral-darker) 100%);
}

.ics-influtics-home .jo-btn:hover {
    color: #fff;
}

.ics-influtics-home .jo-btn:hover::before {
    opacity: 1;
}

/* Hero outline button (Contact Me) — white text on banner */
.ics-influtics-home .jo-banner__btns > *:last-child,
.ics-influtics-home .jo-banner__btn-contact {
    background: transparent;
    color: #fff;
}

.ics-influtics-home .jo-banner__btns > *:last-child:hover,
.ics-influtics-home .jo-banner__btn-contact:hover {
    background: var(--ics-coral);
    color: #fff;
}

.ics-influtics-home .jo-banner__btns > *:last-child::before {
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.35)) border-box;
}

/* Section headings & pill buttons */
.ics-influtics-home .tt-section-heading {
    color: var(--ics-coral);
}

.ics-influtics-home .tt-section-heading__btn {
    background: rgba(240, 101, 67, 0.12);
    color: var(--ics-coral);
}

.ics-influtics-home .tt-section-heading__btn:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

.ics-influtics-home .jo-reels-heading button {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-reels-heading button:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

/* Accents: follower count, styled title, links */
.ics-influtics-home .jo-banner__followers .number,
.ics-influtics-home .jo-banner__name span.styled,
.ics-influtics-home .jo-banner__title span.styled {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-article__btn:hover,
.ics-influtics-home .jo-contact__form a:hover {
    color: var(--ics-coral);
}

.ics-influtics-home .jo-intro__txt .jo-btn::after {
    background: var(--ics-coral);
}

.ics-influtics-home .jo-intro-lives-wrapper {
    overflow: visible;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__week-title {
    margin: 0 0 14px;
    font-size: clamp(26px, 3.4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(135deg, #ffffff 0%, #ffd4c8 38%, var(--ics-coral) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__featured-name {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.15;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 700;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__platform-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__platform-tag img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ics-influtics-home .jo-intro--influencer-week .jo-intro__descr,
.ics-influtics-home .jo-intro--influencer-week .jo-intro__list li {
    color: rgba(255, 255, 255, 0.9);
}

.ics-influtics-home .jo-home-influencers .jo-influencer-grid-card .jo-reel-info,
.ics-influtics-home .jo-top-influencers .jo-top-influencer .jo-reel-info,
.ics-influencers-directory .jo-influencer-shop-card .jo-reel-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Swiper / slider controls */
.ics-influtics-home .swiper-button-next,
.ics-influtics-home .swiper-button-prev,
.ics-influtics-home .jo-reels-slider-next,
.ics-influtics-home .jo-reels-slider-prev {
    color: var(--ics-coral);
}

.ics-influtics-home .swiper-button-next:hover,
.ics-influtics-home .swiper-button-prev:hover,
.ics-influtics-home .jo-reels-slider-next:hover,
.ics-influtics-home .jo-reels-slider-prev:hover {
    background-color: var(--ics-coral);
    color: #fff;
}

/* Service tab active state */
.ics-influtics-home .jo-services-tab-navs .tab-nav::before {
    background: linear-gradient(135deg, var(--ics-coral) 0%, var(--ics-coral-dark) 100%);
}

.ics-influtics-home .jo-services-tab-navs .tab-nav:hover::before {
    opacity: 0.85;
}

/* Video price tags */
.ics-influtics-home .jo-video-card .price {
    background: var(--ics-coral);
}

/* Keep ICS nav/footer typography stable inside Bootstrap page */
.ics-site-chrome nav,
.ics-site-chrome footer {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    box-sizing: border-box;
}

.ics-site-chrome nav *,
.ics-site-chrome footer * {
    box-sizing: border-box;
}

.modal-overlay {
    z-index: 10050 !important;
}

.notification-container {
    z-index: 10060 !important;
}

/* Registration notifications use ics-site.css slide-up styles */

/* Homepage — All Influencers is the primary CTA (filled coral) */
.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link {
    background: linear-gradient(90deg, var(--ttRed), var(--tt-gold));
    border-radius: 6px;
    height: 38px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 14px rgba(240, 101, 67, 0.28);
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link::before {
    content: none;
    display: none;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link:hover,
.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link.active {
    color: #fff;
    filter: brightness(1.05);
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link:hover::before {
    opacity: 0;
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-influencers-directory-link {
        padding: 0 10px;
        height: 35px;
        font-size: 14px;
    }
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle {
    margin-bottom: 0;
    gap: 8px;
    height: 38px;
    padding: 0 4px;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label {
    font-size: 15px;
    white-space: nowrap;
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label.premium {
    color: rgba(0, 0, 0, 0.45);
}

.ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle input:checked ~ .toggle-label.premium {
    color: var(--black);
}

@media screen and (max-width: 479px) {
    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle {
        height: 35px;
    }

    .ics-influtics-home .jo-home-influencers .jo-inner-videos-filter-nav .jo-home-influencers__premium-toggle .toggle-label {
        font-size: 14px;
    }
}

/* Influencers directory (video-shop layout) */
.ics-influencers-directory {
    --ics-coral: #F06543;
    --ttRed: var(--ics-coral);
    --tt-gold: #E04F2E;
}

/* Keep overflow-y default so scrollbar-gutter stays consistent with other pages */
html:has(body.ics-influencers-directory) {
    overflow-x: clip;
}

.ics-influencers-directory .ics-influtics-page,
.ics-influencers-directory #main-content,
.ics-influencers-directory .jo-influencers-shop,
.ics-influencers-directory .jo-influencers-shop .jo-container,
.ics-influencers-directory .jo-influencers-shop-layout,
.ics-influencers-directory .jo-influencers-shop-sidebar-col,
.ics-influencers-directory .jo-influencers-shop-main-col {
    overflow: visible;
}

.ics-influencers-directory .ics-influtics-page {
    padding-top: 5rem;
}

.ics-influencers-directory .jo-breadcrumb {
    padding-top: 2.5rem;
    background-image: url(/assets/brand/influencers-directory-banner.jpg?v=2026071814);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ics-influencers-directory .jo-breadcrumb::before {
    background: linear-gradient(105deg, rgba(76, 29, 149, 0.72), rgba(109, 40, 217, 0.55) 48%, rgba(17, 24, 39, 0.35));
    opacity: 1;
}

.ics-influencers-directory .jo-influencers-shop-sidebar-col {
    position: relative;
}

@media screen and (min-width: 992px) {
    .ics-influencers-directory .jo-influencers-shop-sidebar,
    .ics-influencers-directory .ics-dir-filters {
        position: -webkit-sticky;
        position: sticky;
        top: var(--ics-filter-top, 6rem);
        align-self: flex-start;
        z-index: 5;
        width: 100%;
        max-height: calc(100vh - var(--ics-filter-top, 6rem) - 16px);
        overflow: auto;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 8px 28px rgba(17, 24, 39, 0.08);
    }
}

.ics-influencers-directory .jo-influencers-type-filter-form,
.ics-influencers-directory .jo-influencers-gender-filter-form {
    background-color: var(--white);
    border-radius: 10px;
    padding: 15px;
}

.ics-influencers-directory .jo-influencers-filter-accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: clamp(20px, 2.1vw, 40px);
    width: 100%;
}

.ics-influencers-directory .jo-influencers-filter-group {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 12px;
    margin-top: 12px;
}

.ics-influencers-directory .jo-influencers-filter-accordion > .jo-influencers-filter-group:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 8px;
}

.ics-influencers-directory .jo-influencers-filter-group__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    margin: 0;
    border: none;
    background: none;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
    text-align: left;
}

.ics-influencers-directory .jo-influencers-filter-group__chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--ttGray2);
    transition: transform 0.25s ease, color 0.2s ease;
}

.ics-influencers-directory .jo-influencers-filter-group__head:hover .jo-influencers-filter-group__chevron {
    color: var(--ttRed);
}

.ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__chevron {
    transform: rotate(180deg);
    color: var(--ttRed);
}

.ics-influencers-directory .jo-influencers-filter-group__body {
    display: none;
    padding-bottom: 4px;
}

.ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body {
    display: block;
}

@media screen and (min-width: 992px) {
    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body {
        max-height: var(--ics-accordion-panel-max-height, 220px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(240, 101, 67, 0.4) transparent;
    }

    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body::-webkit-scrollbar {
        width: 5px;
    }

    .ics-influencers-directory .jo-influencers-filter-group.is-open .jo-influencers-filter-group__body::-webkit-scrollbar-thumb {
        background: rgba(240, 101, 67, 0.4);
        border-radius: 99px;
    }
}

.ics-influencers-directory .jo-influencers-filter-group__inner {
    padding-bottom: 2px;
}

.ics-influencers-directory .jo-influencers-filter-group .jo-video-shop-categories-link a {
    padding: 6px 0;
}

.ics-influencers-directory .jo-influencers-filter-group .jo-video-shop-video-status-form {
    margin-top: 0;
}

.ics-influencers-directory .jo-influencers-rating-label {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.ics-influencers-directory .jo-influencers-rating-label i {
    font-size: 11px;
    color: #f5a623;
}

.ics-influencers-directory .jo-influencers-distance-filter-form .filtered-distance {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: var(--ttGray2);
}

.ics-influencers-directory .jo-video-shop-categories-link a.is-active span:first-child {
    color: var(--ttRed);
    font-weight: 600;
}

.ics-influencers-directory .jo-influencer-shop-card.jo-video-shop-item .premium-badge,
.ics-influencers-directory .jo-influencer-shop-card .premium-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--ttRed, #f06543);
    border-radius: 50%;
    padding: 0;
    margin: 0;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    line-height: 1;
    overflow: hidden;
    pointer-events: none;
}

.ics-influencers-directory .jo-influencer-shop-card .premium-badge i,
.ics-influencers-directory .jo-influencer-shop-card .premium-badge i::before {
    font-size: 13px;
    line-height: 1;
    width: auto;
    height: auto;
    margin: 0;
    display: block;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-video,
.ics-influencers-directory .jo-influencer-shop-card .jo-top-influencer__media {
    position: relative;
    overflow: hidden;
}

.ics-influencers-directory .jo-influencer-shop-card {
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-title {
    font-size: 15px;
    margin-bottom: 4px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-info {
    font-size: 13px;
}

.jo-influencer-rating-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 48px;
    height: 32px;
    padding: 0 10px;
    background-color: #fff;
    color: #f5a623;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.jo-influencer-rating-badge i {
    font-size: 12px;
    color: #f5a623;
}

.jo-influencer-rating-badge__value {
    color: #222;
    font-weight: 700;
}

.jo-influencer-shop-card.jo-video-shop-item .jo-influencer-rating-badge,
.jo-influencer-grid-card.jo-video-shop-item .jo-influencer-rating-badge,
.jo-influencer-grid-card .jo-influencer-rating-badge,
.jo-top-influencer .jo-influencer-rating-badge {
    top: 12px;
    right: 12px;
}

/* Premium filter: soft grid crossfade (no collapsing cards) */
.ics-influtics-home .jo-home-influencers__grid {
    transition: opacity 0.28s ease;
}

.ics-influtics-home .jo-home-influencers__grid.is-filtering {
    opacity: 0;
    pointer-events: none;
}

.ics-influtics-home .jo-home-influencers__grid > .col.is-filter-hidden,
.ics-influtics-home .jo-home-influencers__grid > [class*="col-"].is-filter-hidden {
    display: none !important;
}

/* Keep premium crown inside the portrait media on home + top influencers */
.ics-influtics-home .jo-influencer-grid-card .jo-reel-video,
.ics-influtics-home .jo-influencer-grid-card .jo-top-influencer__media,
.ics-influtics-home .jo-top-influencers .jo-top-influencer__media,
.ics-influtics-home .jo-top-influencers .jo-reel-video {
    position: relative;
    overflow: hidden;
}

.ics-influtics-home .premium-badge,
.ics-influtics-home .jo-video-shop-item .premium-badge,
.ics-influtics-home .jo-influencer-grid-card .premium-badge,
.ics-influtics-home .jo-top-influencer .premium-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    max-width: 32px;
    aspect-ratio: 1 / 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--ttRed, #f06543);
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    line-height: 1;
    overflow: hidden;
    pointer-events: none;
}

.ics-influtics-home .premium-badge i,
.ics-influtics-home .premium-badge i::before {
    font-size: 13px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: block;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-top-influencer__thumb {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 330 / 430;
    object-fit: cover;
    object-position: top center;
    background: #f3f3f3;
    border-radius: 20px;
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-video {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.ics-influencers-directory .jo-influencers-shop-row {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1rem;
}

.ics-influencers-directory .jo-influencers-shop-row > [class*="col"] {
    min-width: 0;
}

/* Cap column count below md — bare .col was packing 7–10 cards into one row */
@media (max-width: 767.98px) {
    .ics-influencers-directory .jo-influencers-shop-row > [class*="col"]:not(.is-filter-hidden):not(.is-page-hidden) {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 479.98px) {
    .ics-influencers-directory .jo-influencers-shop-row > [class*="col"]:not(.is-filter-hidden):not(.is-page-hidden) {
        width: 100%;
        max-width: 100%;
    }
}

.ics-influencers-directory .jo-influencer-shop-card .jo-reel-title,
.ics-influtics-home .jo-top-influencer .jo-reel-title,
.ics-influtics-home .jo-influencer-grid-card .jo-reel-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.ics-influencers-directory .jo-influencers-shop-row > .col.is-filter-hidden,
.ics-influencers-directory .jo-influencers-shop-row > .col.is-page-hidden {
    display: none !important;
}

.jo-influencers-filter-result-count {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.jo-influencers-filter-empty {
    margin: 24px 0 8px;
    padding: 20px 18px;
    border-radius: 14px;
    border: 1px dashed #e5e7eb;
    background: #fafafa;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .ics-influencers-directory .jo-influencers-shop-row {
        --bs-gutter-x: 1.15rem;
    }
}

@media screen and (max-width: 991px) {
    .ics-influencers-directory .jo-influencers-shop-sidebar-col {
        order: -1;
    }

    .ics-influencers-directory .jo-influencers-shop-sidebar {
        position: static;
        box-shadow: none;
        border-radius: 20px;
        background-color: #FFF1F1;
    }
}

/* Single influencer profile (Influtics about page layout) */
.ics-influencer-profile-page .ics-influtics-page {
    padding-top: 5.5rem;
}

.ics-influencer-profile-page .jo-inner-about .top-wrapper {
    overflow: hidden;
}

.ics-influencer-profile-page .jo-influencer-profile-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ics-charcoal);
    font-weight: 600;
    text-decoration: none;
}

.ics-influencer-profile-page .jo-influencer-profile-back:hover {
    color: var(--ics-coral);
}

.ics-influencer-profile-page .jo-influencer-profile-handle {
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 600;
    color: var(--ics-coral);
    margin-bottom: 18px;
}

.ics-influencer-profile-page .jo-influencer-profile-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 10px;
}

.ics-influencer-profile-page .jo-influencer-profile-platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: var(--ics-charcoal);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ics-influencer-profile-page .jo-influencer-profile-platform img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ics-influencer-profile-page .jo-influencer-profile-platform.is-active,
.ics-influencer-profile-page .jo-influencer-profile-platform:hover {
    border-color: var(--ics-coral);
    color: var(--ics-coral);
    box-shadow: 0 8px 20px rgba(240, 101, 67, 0.12);
}

.ics-influencer-profile-page .jo-inner-about-left .jo-btn {
    background: var(--ics-coral);
}

.ics-influencer-profile-page .jo-inner-about-left .jo-btn::before {
    background: var(--ics-coral-dark);
}

/* Directory toolbar + sliding categories */
.ics-influencers-directory .ics-dir-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
    margin: 0 0 14px;
}

.ics-influencers-directory .jo-influencers-filter-result-count {
    margin: 0;
    color: #374151;
    font-size: 15px;
    font-weight: 600;
}

.ics-influencers-directory .jo-influencers-filter-result-count strong {
    color: #111827;
    font-weight: 800;
}

.ics-influencers-directory .ics-dir-toolbar__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ics-influencers-directory .ics-dir-toolbar-search {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: min(280px, 72vw);
    flex: 1 1 220px;
    max-width: 340px;
}

.ics-influencers-directory .ics-dir-toolbar-search__icon {
    position: absolute;
    left: 12px;
    color: #9ca3af;
    font-size: 13px;
    pointer-events: none;
}

.ics-influencers-directory .ics-dir-toolbar-search input {
    width: 100%;
    min-height: 38px;
    padding: 0 12px 0 34px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.ics-influencers-directory .ics-dir-toolbar-search input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.ics-influencers-directory .ics-dir-toolbar-search input:focus {
    outline: none;
    border-color: #c4b5fd;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.ics-influencers-directory .ics-dir-sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.ics-influencers-directory .ics-dir-sort select {
    min-width: 160px;
    min-height: 38px;
    padding: 0 34px 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 10px;
    font-size: 13px;
    font-weight: 600;
    appearance: none;
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-category-slider {
    display: flex;
    gap: 10px;
    margin: 0 0 18px;
    padding: 2px 2px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.ics-influencers-directory .ics-dir-category-slider::-webkit-scrollbar {
    height: 6px;
}

.ics-influencers-directory .ics-dir-category-slider::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d1d5db;
}

.ics-influencers-directory .ics-dir-category-card {
    display: flex;
    flex: 0 0 auto;
    width: 92px;
    min-height: 108px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 8px;
    border: 1.5px solid #eceff3;
    border-radius: 14px;
    color: #374151;
    background: #f8fafc;
    scroll-snap-align: start;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.ics-influencers-directory .ics-dir-category-card strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ics-influencers-directory .ics-dir-category-card > span:last-child {
    color: #9ca3af;
    font-size: 10px;
    font-weight: 600;
}

.ics-influencers-directory .ics-dir-category-card__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: #7c3aed;
    font-size: 14px;
}

.ics-influencers-directory .ics-dir-category-card__icon.is-all { background: #7c3aed; }
.ics-influencers-directory .ics-dir-category-card__icon.is-fashion { background: #ec4899; }
.ics-influencers-directory .ics-dir-category-card__icon.is-food { background: #f97316; }
.ics-influencers-directory .ics-dir-category-card__icon.is-travel { background: #0ea5e9; }
.ics-influencers-directory .ics-dir-category-card__icon.is-tech { background: #6366f1; }
.ics-influencers-directory .ics-dir-category-card__icon.is-beauty { background: #db2777; }
.ics-influencers-directory .ics-dir-category-card__icon.is-fitness { background: #22c55e; }
.ics-influencers-directory .ics-dir-category-card__icon.is-gaming { background: #8b5cf6; }
.ics-influencers-directory .ics-dir-category-card__icon.is-finance { background: #eab308; color: #111; }
.ics-influencers-directory .ics-dir-category-card__icon.is-education { background: #14b8a6; }
.ics-influencers-directory .ics-dir-category-card__icon.is-lifestyle { background: #f59e0b; }
.ics-influencers-directory .ics-dir-category-card__icon.is-comedy { background: #ef4444; }

.ics-influencers-directory .ics-dir-category-card.is-active,
.ics-influencers-directory .ics-dir-category-card:hover {
    border-color: #8b5cf6;
    background: #fff;
    box-shadow: 0 8px 18px rgba(124, 58, 237, 0.1);
}

.ics-influencers-directory .ics-dir-category-card.is-active strong {
    color: #6d28d9;
}

.ics-influencers-directory .ics-dir-profile-card {
    height: 100%;
}

/* New directory filter sidebar */
.ics-influencers-directory .ics-dir-filters {
    padding: 16px;
    border: 1px solid #eef0f4;
    box-sizing: border-box;
}

.ics-influencers-directory .ics-dir-filters__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.ics-influencers-directory .ics-dir-filters__title {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.ics-influencers-directory .ics-dir-filters__clear-all,
.ics-influencers-directory .ics-dir-filters__selected-head button {
    border: 0;
    padding: 0;
    color: #7c3aed;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-filters__selected {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f4;
}

.ics-influencers-directory .ics-dir-filters__selected.is-visible,
.ics-influencers-directory .ics-dir-filters__selected:not([hidden]) {
    display: block;
}

.ics-influencers-directory .ics-dir-filters__section-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.ics-influencers-directory .ics-dir-filters__panel-body {
    display: grid;
    gap: 14px;
}

.ics-influencers-directory .ics-dir-filters__panel.is-open .ics-dir-filters__panel-body {
    display: grid;
    gap: 14px;
}

.ics-influencers-directory .ics-dir-filters__selected-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ics-influencers-directory .ics-dir-filters__selected-head h3 {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.ics-influencers-directory .ics-dir-filters__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ics-influencers-directory .ics-dir-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    color: #5b21b6;
    background: #efe9ff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-filter-chip i {
    font-size: 11px;
}

.ics-influencers-directory .ics-dir-filters__panel-head {
    display: none;
}

.ics-influencers-directory .ics-dir-filters__panel-head i {
    display: none;
}

.ics-influencers-directory .ics-dir-filters__panel.is-open .ics-dir-filters__panel-head i {
    display: none;
}

.ics-influencers-directory .ics-dir-filters.is-collapsed .ics-dir-filters__selected,
.ics-influencers-directory .ics-dir-filters.is-collapsed .ics-dir-filters__panel {
    display: none;
}
.ics-influencers-directory .ics-dir-filters__field {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
}

.ics-influencers-directory .ics-dir-filters__field input,
.ics-influencers-directory .ics-dir-filters__field select,
.ics-influencers-directory .ics-dir-location-wrap select {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
}

.ics-influencers-directory .ics-dir-filters__field select,
.ics-influencers-directory .ics-dir-location-wrap select {
    padding-right: 34px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
}

.ics-influencers-directory .ics-dir-location-wrap {
    position: relative;
}

.ics-influencers-directory .ics-dir-location-wrap > i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    color: #ef4444;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ics-influencers-directory .ics-dir-location-wrap select {
    padding-left: 34px;
}

.ics-influencers-directory .ics-dir-platform-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ics-influencers-directory .ics-dir-platform-pill {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    color: #fff;
    background: #111;
    font-size: 16px;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.ics-influencers-directory .ics-dir-platform-pill.is-instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
}

.ics-influencers-directory .ics-dir-platform-pill.is-youtube {
    background: #ff0000;
}

.ics-influencers-directory .ics-dir-platform-pill.is-facebook {
    background: #1877f2;
}

.ics-influencers-directory .ics-dir-platform-pill.is-active,
.ics-influencers-directory .ics-dir-platform-pill:hover {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
    transform: translateY(-1px);
}

.ics-influencers-directory .ics-dir-followers-slider {
    margin: 8px 4px 0;
}

.ics-influencers-directory .ics-dir-followers-slider .noUi-target {
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #ede9fe;
    box-shadow: none;
}

.ics-influencers-directory .ics-dir-followers-slider .noUi-connect {
    background: #7c3aed;
}

.ics-influencers-directory .ics-dir-followers-slider .noUi-handle {
    width: 18px;
    height: 18px;
    top: -7px;
    right: -9px;
    border: 3px solid #7c3aed;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-followers-slider .noUi-handle::before,
.ics-influencers-directory .ics-dir-followers-slider .noUi-handle::after {
    display: none;
}

.ics-influencers-directory .ics-dir-followers-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.ics-influencers-directory .ics-dir-filters__toggles {
    display: grid;
    gap: 12px;
}

.ics-influencers-directory .ics-dir-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ics-influencers-directory .ics-dir-toggle__ui {
    position: relative;
    flex: 0 0 auto;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #d1d5db;
    transition: background 160ms ease;
}

.ics-influencers-directory .ics-dir-toggle__ui::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    transition: transform 160ms ease;
}

.ics-influencers-directory .ics-dir-toggle input:checked + .ics-dir-toggle__ui {
    background: #7c3aed;
}

.ics-influencers-directory .ics-dir-toggle input:checked + .ics-dir-toggle__ui::after {
    transform: translateX(20px);
}

.ics-influencers-directory .ics-dir-filters__actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.ics-influencers-directory .ics-dir-filters__apply,
.ics-influencers-directory .ics-dir-filters__reset {
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.ics-influencers-directory .ics-dir-filters__apply {
    border: 0;
    color: #fff;
    background: #7c3aed;
}

.ics-influencers-directory .ics-dir-filters__apply:hover {
    background: #6d28d9;
}

.ics-influencers-directory .ics-dir-filters__reset {
    border: 1px solid #e5e7eb;
    color: #111827;
    background: #fff;
}

.ics-influencers-directory .ics-dir-filters__reset:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

@media (max-width: 640px) {
    .ics-influencers-directory .ics-dir-toolbar {
        align-items: stretch;
    }

    .ics-influencers-directory .ics-dir-toolbar__controls {
        width: 100%;
    }
}

/* Match alerts + stats promo (after pagination) */
.ics-influencers-directory .ics-dir-promo {
    display: grid;
    gap: 16px;
    margin: 32px 0 40px;
    padding-bottom: 8px;
}

.ics-influencers-directory .ics-home-footer {
    margin-top: 0 !important;
}

.ics-influencers-directory .jo-video-shop.jo-influencers-shop {
    padding-top: clamp(28px, 3.2vw, 48px);
    padding-bottom: 0 !important;
}

.ics-influencers-directory .ics-influtics-page,
.ics-influencers-directory #main-content,
.ics-influencers-directory .jo-influencers-shop .jo-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ics-influencers-directory .ics-dir-ai-match {
    position: relative;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 18px 22px;
    align-items: center;
    overflow: hidden;
    min-height: 220px;
    padding: 22px 26px 18px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 18%, rgba(192, 132, 252, 0.38), transparent 32%),
        radial-gradient(circle at 12% 88%, rgba(109, 40, 217, 0.45), transparent 36%),
        linear-gradient(118deg, #1e0b45 0%, #3b0764 42%, #4c1d95 72%, #5b21b6 100%);
    box-shadow: 0 18px 40px rgba(49, 16, 107, 0.28);
}

.ics-influencers-directory .ics-dir-ai-match__figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    margin-bottom: -18px;
}

.ics-influencers-directory .ics-dir-ai-match__photo {
    width: min(100%, 210px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.35));
}

.ics-influencers-directory .ics-dir-ai-match__copy h2,
.ics-influencers-directory .ics-dir-ai-match__copy .ics-dir-ai-match__lead {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
}

.ics-influencers-directory .ics-dir-ai-match__copy > p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-weight: 500;
}

.ics-influencers-directory .ics-dir-ai-match__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.ics-influencers-directory .ics-dir-ai-match__features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

.ics-influencers-directory .ics-dir-ai-match__check {
    display: grid;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #a78bfa;
    font-size: 0.58rem;
}

.ics-influencers-directory .ics-dir-ai-match__cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 14px;
    color: #fff !important;
    background: #7c3aed;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(124, 58, 237, 0.4);
}

.ics-influencers-directory .ics-dir-ai-match__cta:hover {
    background: #6d28d9;
    color: #fff !important;
}

.ics-influencers-directory .ics-dir-ai-match__visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    justify-items: stretch;
}

.ics-influencers-directory .ics-dir-ai-match__goal {
    width: 100%;
    padding: 14px 14px 12px;
    border: 1px solid rgba(216, 180, 254, 0.45);
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(76, 29, 149, 0.72), rgba(30, 11, 69, 0.55));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 0 0 1px rgba(167, 139, 250, 0.15),
        0 14px 28px rgba(15, 23, 42, 0.25);
}

.ics-influencers-directory .ics-dir-ai-match__goal strong {
    display: block;
    margin-bottom: 7px;
    font-size: 0.8rem;
    font-weight: 800;
}

.ics-influencers-directory .ics-dir-ai-match__goal > p {
    margin: 0 0 11px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    line-height: 1.45;
    font-weight: 500;
}

.ics-influencers-directory .ics-dir-ai-match__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ics-influencers-directory .ics-dir-ai-match__meta span {
    display: grid;
    gap: 2px;
    font-size: 0.78rem;
    font-weight: 700;
}

.ics-influencers-directory .ics-dir-ai-match__meta small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ics-influencers-directory .ics-dir-ai-match__arrow {
    color: #c4b5fd;
    font-size: 1rem;
    filter: drop-shadow(0 0 8px rgba(196, 181, 253, 0.7));
}

.ics-influencers-directory .ics-dir-ai-match__chip {
    position: relative;
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background:
        linear-gradient(145deg, #ddd6fe 0%, #a78bfa 34%, #7c3aed 68%, #5b21b6 100%);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    transform: perspective(240px) rotateY(-22deg) rotateX(10deg);
    box-shadow:
        0 0 0 5px rgba(167, 139, 250, 0.24),
        0 0 34px rgba(167, 139, 250, 0.62),
        0 18px 28px rgba(49, 16, 107, 0.45);
}

.ics-influencers-directory .ics-dir-ai-match__chip::before,
.ics-influencers-directory .ics-dir-ai-match__chip::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ics-influencers-directory .ics-dir-ai-match__chip::before {
    inset: -14px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 70% 30%, rgba(233, 213, 255, 0.55), transparent 42%),
        radial-gradient(circle, rgba(196, 181, 253, 0.28), transparent 70%);
    z-index: -1;
}

.ics-influencers-directory .ics-dir-ai-match__chip::after {
    inset: -22px -18px;
    background:
        radial-gradient(circle at 10% 40%, rgba(216, 180, 254, 0.9) 0 1.5px, transparent 2px),
        radial-gradient(circle at 90% 20%, rgba(233, 213, 255, 0.85) 0 1.5px, transparent 2px),
        radial-gradient(circle at 80% 85%, rgba(196, 181, 253, 0.9) 0 1.5px, transparent 2px),
        radial-gradient(circle at 20% 80%, rgba(167, 139, 250, 0.8) 0 1px, transparent 1.5px);
    opacity: 0.9;
    z-index: -1;
}

.ics-influencers-directory .ics-dir-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 18px 20px;
    border: 1px solid #e8ebf0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
}

.ics-influencers-directory .ics-dir-stats__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ics-influencers-directory .ics-dir-stats__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    color: #7c3aed;
    background: #f3e8ff;
    font-size: 1rem;
}

.ics-influencers-directory .ics-dir-stats__item > div {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.ics-influencers-directory .ics-dir-stats__item strong {
    color: #6d28d9;
    font-size: clamp(1.1rem, 1.7vw, 1.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.ics-influencers-directory .ics-dir-stats__item span {
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
}

.ics-influencers-directory .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .ics-influencers-directory .ics-dir-ai-match {
        grid-template-columns: 160px minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .ics-influencers-directory .ics-dir-ai-match {
        grid-template-columns: 1fr;
        padding-top: 18px;
    }

    .ics-influencers-directory .ics-dir-ai-match__figure {
        order: -1;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .ics-influencers-directory .ics-dir-ai-match__features {
        grid-template-columns: 1fr;
    }

    .ics-influencers-directory .ics-dir-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ics-influencers-directory .ics-dir-promo {
        margin: 22px 0 28px;
        padding-bottom: 4px;
        gap: 12px;
    }

    .ics-influencers-directory .ics-dir-ai-match__visual {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .ics-influencers-directory .ics-dir-ai-match__arrow {
        transform: rotate(90deg);
    }

    .ics-influencers-directory .ics-dir-stats {
        grid-template-columns: 1fr;
    }
}



