/* Influencers Contacts — shared site theme (logo colours) */

:root {
    --ics-coral: #F06543;
    --ics-coral-dark: #D94E2E;
    --ics-coral-light: #FDE8E3;
    --ics-charcoal: #37414B;
    --ics-slate: #5C6670;
    --ics-muted: #8E9196;
    --ics-page-max: 80rem; /* Tailwind max-w-7xl */
}

/* Featured influencer marketplace cards */
.ics-home-featured {
    overflow: hidden;
    background: #f3f5f2;
}

.ics-home-featured .ics-home-section__head > a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #dfe5ee;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(17, 24, 39, 0.04);
}

.ics-home-featured .ics-home-section__head > a:hover {
    border-color: #b6dd4b;
    color: #151811;
}

.ics-home-featured .ics-home-section__head > a i {
    color: #151811;
}

.ics-home-featured__slider {
    overflow: hidden !important;
    padding: 5px 2px 22px;
}

.ics-home-featured__grid {
    display: flex;
    gap: 0;
}

.ics-home-profile-card {
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 31, 20, 0.06);
}

.ics-home-profile-card__media {
    display: block;
    position: relative;
    height: 205px;
    margin: 13px 13px 0;
    overflow: hidden;
    border-radius: 15px;
    background: #dce5de;
}

.ics-home-profile-card__media img {
    object-position: center 18%;
    transition: transform 300ms ease;
}

.ics-home-profile-card:hover .ics-home-profile-card__media img {
    transform: scale(1.025);
}

.ics-home-profile-card__body {
    padding: 15px 14px 14px;
}

.ics-home-profile-card__identity {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 13px;
    border-bottom: 1px solid #edf0eb;
}

.ics-home-profile-card__identity > div:first-child {
    min-width: 0;
}

.ics-home-profile-card__identity h3 {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    color: #151811;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.ics-home-profile-card__identity h3 .ics-card-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-profile-card__identity h3 i,
.ics-home-profile-card__identity h3 .ics-card-verified {
    flex: 0 0 auto;
    margin-left: 0;
    color: #2563eb;
    font-size: 12px;
}

.ics-home-profile-card__identity p {
    overflow: hidden;
    margin: 3px 0 0;
    color: #949990;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-profile-card__followers {
    flex: 0 0 auto;
    text-align: right;
}

.ics-home-profile-card__followers strong,
.ics-home-profile-card__followers span {
    display: block;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.ics-home-profile-card__followers.is-rotating strong,
.ics-home-profile-card__followers.is-rotating span {
    opacity: 0;
    transform: translateY(6px);
}

.ics-home-profile-card__followers strong {
    color: #151811;
    font-size: 13px;
    line-height: 1.15;
}

.ics-home-profile-card__followers span {
    margin-top: 3px;
    color: #575d54;
    font-size: 8px;
}

.ics-home-profile-card__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 13px 0;
}

.ics-home-profile-card__socials > div {
    display: flex;
    gap: 6px;
}

.ics-home-profile-card__socials > div span,
.ics-home-profile-card__actions > a:not(.ics-home-profile-card__btn),
.ics-home-profile-card__follow,
.ics-home-profile-card__favorite {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #e7eae5;
    border-radius: 7px;
    color: #151811;
    background: #fff;
    font-size: 11px;
}

/* Neutral (non-brand-coloured) social icons on listing cards */
.ics-home-profile-card__socials .ics-home-social.is-instagram,
.ics-home-profile-card__socials .ics-home-social.is-youtube,
.ics-home-profile-card__socials .ics-home-social.is-facebook,
.ics-home-profile-card__socials .ics-home-social.is-linkedin {
    color: #374151;
    border-color: #e5e7eb;
    background: #f9fafb;
}

.ics-home-profile-card__socials > span {
    overflow: hidden;
    max-width: 88px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #bd6576;
    background: #fff0f3;
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-profile-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 0 13px;
    min-height: 28px;
}

.ics-home-profile-card__price-label {
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ics-home-profile-card__cost-level {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
    line-height: 1;
}

.ics-home-profile-card__cost-level > span {
    color: #c5cad1;
    font-size: 15px;
    font-weight: 800;
}

.ics-home-profile-card__cost-level > span.is-on {
    color: #6d28d9;
}

.ics-home-profile-card__actions {
    display: grid;
    grid-template-columns: 28px 28px minmax(0, 1fr);
    gap: 6px;
}

.ics-home-profile-card__favorite {
    padding: 0;
    cursor: pointer;
}

.ics-home-profile-card__follow {
    padding: 0;
    cursor: pointer;
}

.ics-home-profile-card__follow.is-following,
.ics-home-profile-card__follow[aria-pressed="true"] {
    border-color: #bbf7d0;
    color: #15803d;
    background: #f0fdf4;
}

.ics-home-profile-card__favorite[aria-pressed="true"],
.ics-home-profile-card__favorite.is-favorited {
    border-color: #f2b5bf;
    color: #d83c5d;
    background: #fff0f3;
}

.ics-home-profile-card__btn {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    border: 0;
    border-radius: 8px;
    color: #151811;
    background: #c9f65a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.ics-home-profile-card__btn i {
    font-size: 11px;
}

.ics-home-profile-card__btn:hover {
    color: #151811;
    background: #b9e84a;
}

.ics-home-profile-card__btn.is-unlocked {
    color: #6d28d9;
    background: #ede9fe;
}

.ics-home-profile-card__btn.is-unlocked:hover {
    color: #5b21b6;
    background: #ddd6fe;
}

.ics-home-featured__arrow {
    position: absolute;
    z-index: 4;
    top: 47%;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e3e7df;
    border-radius: 50%;
    color: #151811;
    background: #fff;
    box-shadow: 0 6px 18px rgba(25, 31, 20, 0.14);
    transform: translateY(-50%);
}

.ics-home-featured__arrow.is-prev {
    left: 8px;
}

.ics-home-featured__arrow.is-next {
    right: 8px;
}

.ics-home-featured__arrow.swiper-button-disabled {
    opacity: 0.35;
}

@media (max-width: 767px) {
    .ics-home-featured .ics-home-section__head {
        flex-direction: column;
        gap: 14px;
    }

    .ics-home-featured .ics-home-section__head > a {
        display: inline-flex;
    }

    .ics-home-profile-card__media {
        height: 230px;
    }

    .ics-home-featured__arrow {
        display: none;
    }
}

/* Keep nav/logo horizontal position stable across every page type */
html {
    scrollbar-gutter: stable;
    overflow-x: clip;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

body {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

/* Soft same-origin navigations (Chromium / Safari 18+) */
@view-transition {
    navigation: auto;
}

::view-transition-old(root) {
    animation: 0.15s ease-out both ics-vt-fade-out;
}

::view-transition-new(root) {
    animation: 0.18s ease-out both ics-vt-fade-in;
}

@keyframes ics-vt-fade-out {
    to { opacity: 0; }
}

@keyframes ics-vt-fade-in {
    from { opacity: 0; }
}

/*
 * Critical page width — shared by nav, footer, feed, dashboard, and content shells.
 *
 * IMPORTANT: Home/Influencers load Bootstrap, whose `.px-4 { padding:1.5rem !important }`
 * wins over Tailwind `lg:px-8` (2rem). That left Home nav at 24px padding and
 * How it Works / Feed / Dashboard at 32px — an 8px logo shift between page types.
 * These rules use !important so every page locks to the same gutters.
 */
.max-w-7xl {
    max-width: var(--ics-page-max) !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ics-page-width,
.ics-site-chrome nav.fixed > div:first-of-type,
.ics-site-chrome footer > div:first-of-type,
nav.fixed.glass-effect > div:first-of-type,
.ics-feed-page__container,
.ics-influencer-dashboard__shell,
.ics-home-shell,
.max-w-7xl.mx-auto {
    max-width: var(--ics-page-max) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
}

@media (min-width: 640px) {
    .ics-page-width,
    .ics-site-chrome nav.fixed > div:first-of-type,
    .ics-site-chrome footer > div:first-of-type,
    nav.fixed.glass-effect > div:first-of-type,
    .ics-feed-page__container,
    .ics-influencer-dashboard__shell,
    .ics-home-shell,
    .max-w-7xl.mx-auto {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .ics-page-width,
    .ics-site-chrome nav.fixed > div:first-of-type,
    .ics-site-chrome footer > div:first-of-type,
    nav.fixed.glass-effect > div:first-of-type,
    .ics-feed-page__container,
    .ics-influencer-dashboard__shell,
    .ics-home-shell,
    .max-w-7xl.mx-auto {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.brand-name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.brand-name-influencers {
    color: var(--ics-coral);
}

.brand-name-contacts {
    color: var(--ics-charcoal);
}

.site-logo-img {
    display: block;
    height: 2.75rem;
    width: auto;
    max-width: min(280px, 70vw);
    object-fit: contain;
}

.site-logo-img--wordmark {
    height: 2.75rem;
    max-width: min(300px, 78vw);
}

.site-logo-img--sm {
    height: 2.25rem;
    max-width: 240px;
}

.site-footer-compact {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.site-footer-compact .footer-grid {
    margin-bottom: 1rem;
    gap: 1.5rem;
}

.site-footer-compact .footer-copy {
    padding-top: 0.75rem;
    font-size: 0.8125rem;
}

/*
 * Unified top-nav model (all pages):
 * - same logo size / vertical centering
 * - same link font + active underline
 * - fixed CTA width so Login/Register ↔ Dashboard does not shift menu items
 */
.ics-site-chrome .site-nav-link,
.ics-site-chrome .site-nav-cta,
.ics-home-v2 .site-nav-link,
.ics-home-v2 .site-nav-cta {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif !important;
}

.site-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 9.75rem;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    color: #fff !important;
    background: var(--ics-coral);
    transition: background 0.2s, transform 0.2s;
}

.site-nav-cta:hover {
    background: var(--ics-coral-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.site-nav-cta.active {
    background: var(--ics-coral-dark);
}

.site-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--ics-slate);
    text-decoration: none;
    transition: color 0.2s;
}

.site-nav-link:hover,
.site-nav-link.active {
    color: var(--ics-coral);
}

.site-nav-link.active {
    font-weight: 600;
}

.site-nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.65rem;
    width: 1.125rem;
    height: 2px;
    border-radius: 99px;
    background: var(--ics-coral);
    transform: translateX(-50%);
}

.site-nav-link.py-2.active::after,
.ics-home-nav__mobile .site-nav-link.active::after {
    display: none;
}

/* Keep desktop nav row height + logo centering identical everywhere */
.ics-site-chrome nav.fixed > div > .flex.justify-between.items-center,
.ics-site-chrome nav.fixed .h-20 {
    min-height: 5rem !important;
    height: 5rem !important;
}

.ics-site-chrome nav.fixed a.flex.items-center {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 0;
}

.ics-site-chrome nav.fixed .hidden.md\:flex.items-center {
    gap: 2rem;
}

/* Logo coral — override Jobick primary on login / admin */
:root,
[data-theme-version="light"] {
    --primary: #F06543;
    --primary-hover: #E04F2E;
    --primary-dark: #C74428;
    --secondary: #37414B;
    --rgba-primary-1: rgba(240, 101, 67, 0.1);
    --rgba-primary-2: rgba(240, 101, 67, 0.2);
    --rgba-primary-3: rgba(240, 101, 67, 0.3);
    --rgba-primary-4: rgba(240, 101, 67, 0.4);
    --rgba-primary-5: rgba(240, 101, 67, 0.5);
    --rgba-primary-6: rgba(240, 101, 67, 0.6);
    --rgba-primary-7: rgba(240, 101, 67, 0.7);
    --rgba-primary-8: rgba(240, 101, 67, 0.8);
    --rgba-primary-9: rgba(240, 101, 67, 0.9);
}

/* Single influencer profile — inspired by SwapShop single-book layout */
.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);
}

.ics-single-influencer-page {
    --ics-profile-gap: 20px;
    --ics-profile-side-gap: 20px;
    --ics-profile-top: 96px;
    --ics-purple: #7c3aed;
    --ics-purple-dark: #6d28d9;
    --ics-purple-soft: #f3e8ff;
    --ics-purple-mid: #8b5cf6;
    background: #f4f5f7;
}

.ics-single-influencer {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
}

.ics-sip__intro-banner {
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 1.5rem;
    background-image: url(/assets/brand/influencers-directory-banner.jpg?v=2026071814);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    isolation: isolate;
}

.ics-sip__intro-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(105deg, rgba(76, 29, 149, 0.72), rgba(109, 40, 217, 0.55) 48%, rgba(17, 24, 39, 0.35));
    pointer-events: none;
}

.ics-sip__intro-banner > .max-w-7xl {
    position: relative;
    z-index: 1;
}

.ics-sip__intro-banner .ics-sip__back,
.ics-sip__intro-banner .ics-sip__share-btn {
    color: #fff;
}

.ics-sip__intro-banner .ics-sip__share-btn {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
}

.ics-sip__intro-banner .ics-sip__name,
.ics-sip__intro-banner .ics-sip__location,
.ics-sip__intro-banner .ics-sip__handle,
.ics-sip__intro-banner .ics-sip__unlock-note,
.ics-sip__intro-banner .ics-sip__charges-title,
.ics-sip__intro-banner .ics-sip__charges-label,
.ics-sip__intro-banner .ics-sip__rating #profile-rating-score,
.ics-sip__intro-banner .ics-sip__rating #profile-rating-label {
    color: #fff;
}

.ics-sip__intro-banner .ics-sip__charges {
    gap: 8px 12px;
}

.ics-sip__intro-banner .ics-sip__charges-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.92;
}

.ics-sip__intro-banner .ics-sip__charges-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    color: #3b0764 !important;
    background: #fbbf24;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* Filled ₹ = bright gold; empty ₹ = soft white — high contrast on purple banner */
.ics-sip__intro-banner .ics-sip__cost-level > span {
    color: rgba(255, 255, 255, 0.38) !important;
    text-shadow: none;
}

.ics-sip__intro-banner .ics-sip__cost-level > span.is-on {
    color: #fbbf24 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    transform: scale(1.08);
}

.ics-sip__intro-banner .ics-sip__fee-line {
    color: #fff;
}

.ics-sip__intro-banner .ics-sip__fee-line i,
.ics-sip__intro-banner .ics-sip__location i {
    color: #fff;
}

.ics-sip__intro-banner .ics-sip__verified {
    color: #93c5fd;
}

.ics-sip__intro-banner .ics-sip__recent-unlocks {
    color: rgba(255, 255, 255, 0.85);
}

.ics-sip__intro-banner .ics-sip__btn--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.1);
}

.ics-sip__intro-banner .ics-sip__hero-top {
    padding-bottom: 0.25rem;
}

/* ===== Redesigned single influencer profile (ics-sip) ===== */
.ics-sip__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 1.25rem 0 1rem;
}

.ics-sip__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.ics-sip__back:hover { color: var(--ics-purple); }

.ics-sip__toolbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ics-sip__share-btn,
.ics-sip__more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.ics-sip__more-btn { padding: 0 12px; }

.ics-sip__share-btn:hover,
.ics-sip__more-btn:hover {
    border-color: #ddd6fe;
    color: var(--ics-purple);
}

.ics-sip__hero,
.ics-sip__card,
.ics-sip__match-banner {
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
}

.ics-sip__hero { padding: 22px 22px 18px; margin-bottom: 16px; }

.ics-sip__hero-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
    gap: 20px 28px;
    align-items: start;
}

.ics-sip__identity {
    display: flex;
    gap: 18px;
    min-width: 0;
}

.ics-sip__avatar-col {
    display: grid;
    justify-items: center;
    gap: 10px;
    flex: 0 0 auto;
    width: 128px;
}

.ics-sip__avatar-wrap {
    position: relative;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 40%, #ede9fe, #ddd6fe 70%, #c4b5fd);
}

.ics-sip__avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.ics-sip__avatar-badge {
    position: absolute;
    right: 2px;
    bottom: 4px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--ics-purple-mid), var(--ics-purple));
    font-size: 0.7rem;
    box-shadow: 0 4px 10px rgba(124, 58, 237, 0.35);
}

.ics-sip__name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 6px;
    color: #111827;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.ics-sip__verified {
    color: #2563eb;
    font-size: 1rem;
}

.ics-sip__platform-rank {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #6d28d9;
    background: rgba(243, 232, 255, 0.95);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.1);
}

.ics-sip__platform-rank[hidden] {
    display: none !important;
}

.ics-sip__platform-rank i {
    font-size: 0.72rem;
    color: #7c3aed;
}

.ics-sip__intro-banner .ics-sip__platform-rank {
    color: #5b21b6;
    background: rgba(255, 255, 255, 0.92);
}

.ics-sip__categories {
    margin: 0 0 6px;
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 600;
}

.ics-sip__fee-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 8px;
    color: var(--ics-purple);
    font-size: 0.95rem;
    font-weight: 800;
    min-height: 1.4em;
}

.ics-sip__fee-line i {
    color: var(--ics-purple);
    font-size: 0.85rem;
}

.ics-sip__fee-label {
    font-weight: 700;
    opacity: 0.85;
}

.ics-sip__fee-value {
    font-weight: 800;
}

.ics-sip__charges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 8px;
}

.ics-sip__charges-title {
    color: #374151;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ics-sip__charges-label {
    color: #6d28d9;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ics-sip__cost-level {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
}

.ics-sip__cost-level > span {
    color: #d1d5db;
    font-size: 1.15rem;
    font-weight: 800;
    transition: color 0.15s ease, transform 0.15s ease;
}

.ics-sip__cost-level > span.is-on {
    color: #d97706;
    transform: scale(1.05);
}

/* Hide placeholder shell until profile JS hydrates — stops Creator profile / @creator flash */
.ics-single-influencer:not(.is-ready) .ics-sip__intro-banner .ics-sip__identity-copy,
.ics-single-influencer:not(.is-ready) .ics-sip__intro-banner .ics-sip__hero-actions,
.ics-single-influencer:not(.is-ready) > .max-w-7xl {
    opacity: 0;
}

.ics-single-influencer.is-ready .ics-sip__intro-banner .ics-sip__identity-copy,
.ics-single-influencer.is-ready .ics-sip__intro-banner .ics-sip__hero-actions,
.ics-single-influencer.is-ready > .max-w-7xl {
    opacity: 1;
    transition: opacity 0.18s ease;
}

.ics-sip__location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 0.88rem;
}

.ics-sip__location i { color: var(--ics-purple); }

.ics-sip__meta-dot {
    color: #d1d5db;
    font-weight: 700;
}

.ics-sip__fee-inline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ics-purple);
    font-weight: 700;
}

.ics-sip__recent-unlocks {
    display: block;
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
}

.ics-sip__recent-unlocks[hidden] {
    display: none !important;
}

.ics-sip__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.ics-sip__tag {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--ics-purple-soft);
    color: var(--ics-purple-dark);
    font-size: 0.78rem;
    font-weight: 700;
}

.ics-sip__handle {
    margin: 0 0 6px;
    color: #9ca3af;
    font-size: 0.86rem;
    font-weight: 600;
}

.ics-sip__rating {
    display: grid;
    justify-items: center;
    gap: 2px;
    width: 100%;
    color: #374151;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.ics-sip__stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 0.78rem;
    line-height: 1;
}

.ics-sip__rating #profile-rating-score {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
}

.ics-sip__rating #profile-rating-label {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
}

.ics-sip__hero-actions {
    display: grid;
    gap: 10px;
}

.ics-sip__hero-actions .ics-sip__contact-reveal,
.ics-sip__hero-actions .ics-sip__review-panel,
.ics-sip__hero-actions .ics-sip__review-display {
    display: none !important;
}

.ics-sip__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ics-sip__btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--ics-purple-mid), var(--ics-purple-dark));
    box-shadow: 0 10px 22px rgba(109, 40, 217, 0.28);
}

.ics-sip__btn--primary:hover {
    background: linear-gradient(135deg, var(--ics-purple), #5b21b6);
    color: #fff !important;
}

.ics-sip__btn--outline {
    color: var(--ics-purple) !important;
    background: #fff;
    border-color: #c4b5fd;
}

.ics-sip__btn--outline:hover {
    border-color: var(--ics-purple);
    color: var(--ics-purple-dark) !important;
    background: var(--ics-purple-soft);
}

.ics-sip__btn--outline.is-following {
    border-color: #ddd6fe;
    color: var(--ics-purple) !important;
    background: var(--ics-purple-soft);
}

.ics-sip__btn--sm { min-height: 38px; font-size: 0.84rem; border-radius: 10px; }

.ics-sip__btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ics-sip__unlock-note {
    margin: 0;
    color: #9ca3af;
    font-size: 0.78rem;
    line-height: 1.4;
}

.ics-sip__contact-reveal,
.ics-sip__review-panel,
.ics-sip__review-display {
    padding: 12px;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    background: #fafafa;
}

.ics-sip__contact-reveal-title,
.ics-sip__review-panel h3,
.ics-sip__review-display h3 {
    margin: 0 0 8px;
    font-size: 0.86rem;
    font-weight: 800;
}

.ics-sip__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.ics-sip__contact-list li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.8rem;
}

.ics-sip__review-thumbs { display: flex; gap: 8px; margin-bottom: 8px; }

.ics-sip__review-panel textarea {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font: inherit;
    resize: vertical;
}

.ics-sip__socials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
}

.ics-sip__social {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    color: inherit;
    text-decoration: none !important;
    background: #fafafa;
    border: 1px solid transparent;
}

.ics-sip__social:hover { border-color: #e9d5ff; background: #faf5ff; }
.ics-sip__social.is-active { border-color: #ddd6fe; background: var(--ics-purple-soft); }
.ics-sip__social.is-disconnected { opacity: 0.55; pointer-events: none; }

.ics-sip__social img { width: 28px; height: 28px; object-fit: contain; }

.ics-sip__social strong {
    display: block;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.ics-sip__social span {
    display: block;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
}

.ics-sip__stats-split {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: 14px;
    margin-top: 14px;
    align-items: stretch;
}

.ics-sip__stats-main {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.ics-sip__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
    padding: 14px 12px;
    border-radius: 12px;
    background: #f8f9fb;
}

.ics-sip__metrics--row3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ics-sip__metrics > div { text-align: center; }

.ics-sip__metric-label {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 0.74rem;
    font-weight: 600;
}

.ics-sip__metric-value {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.ics-sip__metric-hint {
    margin-left: 4px;
    color: #6b7280;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
}

.ics-sip__metric-hint.is-good {
    color: #059669;
}

.ics-sip__metric-hint:empty {
    display: none;
}

.ics-sip__expected-cost {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-height: 100%;
    overflow: hidden;
    padding: 18px 16px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 65%, rgba(249, 68, 195, 0.48), transparent 27%),
        linear-gradient(130deg, #5d168d, #32116d 62%, #231059);
    box-shadow: 0 15px 32px rgba(61, 22, 126, 0.16);
}

.ics-sip__expected-cost h3 {
    margin: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.ics-sip__expected-cost-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 0;
}

.ics-sip__expected-cost-list > div {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
}

.ics-sip__expected-cost-list dt {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 700;
}

.ics-sip__expected-cost-list dd {
    margin: 0;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: right;
}

.ics-sip__match-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 14px 18px;
    background: #ecfdf5;
    border-color: #86efac;
}

.ics-sip__match-banner-copy {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ics-sip__match-banner-copy p {
    margin: 0;
    color: #065f46;
    font-size: 0.92rem;
    font-weight: 600;
}

.ics-sip__match-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #86efac;
    font-size: 0.82rem;
    font-weight: 800;
}

.ics-sip__split {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.ics-sip__card {
    padding: 20px;
    margin-bottom: 16px;
}

.ics-sip__card h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 800;
}

.ics-sip__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ics-sip__card-head h2 { margin: 0; }

.ics-sip__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ics-purple);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.ics-sip__link:hover { color: var(--ics-purple-dark); }

.ics-sip__bio {
    margin: 0 0 8px;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.6;
}

.ics-sip__bio.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ics-sip__read-more {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--ics-purple);
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
}

.ics-sip__fact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.ics-sip__fact-list li {
    display: grid;
    grid-template-columns: 18px 110px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-size: 0.86rem;
}

.ics-sip__fact-list i { color: var(--ics-purple); }
.ics-sip__fact-list strong { color: #111827; font-weight: 700; text-align: right; }
.ics-sip__fact-list .fa-lock { margin-left: 4px; color: #9ca3af; font-size: 0.75rem; }

.ics-sip__audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ics-sip__audience-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    background: #f8f9fb;
}

.ics-sip__audience-item small {
    display: block;
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 600;
}

.ics-sip__audience-item strong {
    display: block;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 800;
}

.ics-sip__audience-item em {
    margin-left: auto;
    color: var(--ics-purple);
    font-style: normal;
    font-size: 0.95rem;
    font-weight: 800;
}

.ics-sip__audience-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: var(--ics-purple);
    background: var(--ics-purple-soft);
}

.ics-sip__audience-icon--ok {
    color: #059669;
    background: #d1fae5;
}

.ics-sip__audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f0f1f4;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
}

.ics-sip__audience-tags strong {
    color: #374151;
    font-weight: 800;
}

.ics-sip__audience-tags em {
    font-style: normal;
    color: var(--ics-purple-dark);
    font-weight: 700;
}

.ics-sip__muted {
    display: block;
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 600;
}

.ics-sip__gender-chart {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: conic-gradient(var(--ics-purple) 0 var(--female, 72%), #e9d5ff var(--female, 72%) 100%);
    -webkit-mask: radial-gradient(circle 12px, transparent 98%, #000 100%);
    mask: radial-gradient(circle 12px, transparent 98%, #000 100%);
}

.ics-sip__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ics-sip__tabs button {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.ics-sip__tabs button.is-active {
    color: #fff;
    background: var(--ics-purple);
}

.ics-sip__video-grid,
.ics-single-influencer__video-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.ics-sip__video-card,
.ics-single-influencer__video-card {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none !important;
}

.ics-sip__video-thumb,
.ics-single-influencer__video-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 14;
    border-radius: 12px;
    background: #111827;
}

.ics-sip__video-thumb-link {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.ics-sip__video-thumb img,
.ics-single-influencer__video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ics-sip__video-play,
.ics-single-influencer__video-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(15, 23, 42, 0.18);
    font-size: 1.2rem;
}

.ics-sip__video-duration {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 2px 6px;
    border-radius: 6px;
    color: #fff;
    background: rgba(15, 23, 42, 0.72);
    font-size: 0.68rem;
    font-weight: 700;
}

.ics-sip__video-platform {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: contain;
    background: #fff;
    padding: 2px;
}

.ics-sip__video-like {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 28px;
    padding: 0 8px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(15, 23, 42, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
}

.ics-sip__video-like:hover,
.ics-sip__video-like.is-liked {
    color: #fff;
    background: rgba(124, 58, 237, 0.92);
}

.ics-sip__video-like:disabled {
    opacity: 0.7;
    cursor: wait;
}

.ics-sip__video-title,
.ics-single-influencer__video-title {
    margin: 8px 0 2px;
    color: #111827;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-sip__video-meta,
.ics-single-influencer__video-meta {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    color: #9ca3af;
    font-size: 0.72rem;
    font-weight: 600;
}

.ics-sip__load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.ics-sip__load-more-wrap .is-hidden { display: none !important; }

.ics-sip__why-row {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.9fr);
    gap: 16px;
    margin-bottom: 16px;
}

.ics-sip__why-row > .ics-sip__card { margin-bottom: 0; }

.ics-sip__why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ics-sip__why-grid strong {
    display: block;
    margin: 8px 0 4px;
    color: #111827;
    font-size: 0.9rem;
}

.ics-sip__why-grid p {
    margin: 0;
    color: #6b7280;
    font-size: 0.8rem;
    line-height: 1.45;
}

.ics-sip__why-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    color: var(--ics-purple);
    background: var(--ics-purple-soft);
}

.ics-sip__collab {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 22px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(167, 139, 250, 0.35), transparent 40%),
        linear-gradient(160deg, #1e103f, #0f172a 70%);
}

.ics-sip__collab h2 {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}

.ics-sip__collab p { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 0.9rem; line-height: 1.5; }
.ics-sip__collab .ics-sip__muted { color: rgba(255, 255, 255, 0.55); }

.ics-sip__match {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.55fr);
    grid-template-areas:
        "copy gauge"
        "rings gauge";
    gap: 18px 24px;
    align-items: center;
}

.ics-sip__match-copy > p {
    margin: 0;
    color: #6b7280;
    font-size: 0.9rem;
}
.ics-sip__overall { grid-area: gauge; }
.ics-sip__match-rings {
    grid-area: rings;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ics-sip__ring {
    --pct: 85;
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.ics-sip__ring span {
    position: relative;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
}

.ics-sip__ring span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(var(--ics-purple) calc(var(--pct) * 1%), #ede9fe 0);
    -webkit-mask: radial-gradient(circle 24px, transparent 98%, #000 100%);
    mask: radial-gradient(circle 24px, transparent 98%, #000 100%);
    z-index: -1;
}

.ics-sip__ring small {
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 700;
}

.ics-sip__overall {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.ics-sip__overall-gauge {
    --pct: 89;
    position: relative;
    display: grid;
    width: 160px;
    height: 160px;
    place-items: center;
    align-content: center;
    color: #065f46;
    text-align: center;
}

.ics-sip__overall-gauge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#10b981 calc(var(--pct) * 1%), #d1fae5 0);
    -webkit-mask: radial-gradient(circle 54px, transparent 98%, #000 100%);
    mask: radial-gradient(circle 54px, transparent 98%, #000 100%);
}

.ics-sip__overall-gauge-inner {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    width: 96px;
    text-align: center;
}

.ics-sip__overall-gauge-inner strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.ics-sip__overall-gauge-inner span {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 90px;
}

.ics-sip__overall-label {
    color: #059669;
    font-style: normal;
    font-size: 0.95rem;
    font-weight: 800;
}

.ics-sip__similar-grid,
.ics-single-influencer__similar-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.ics-sip__similar-card,
.ics-single-influencer__similar-card {
    display: grid;
    grid-template-rows: 140px auto;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    color: inherit;
    text-align: left;
    text-decoration: none !important;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ics-sip__similar-card:hover,
.ics-single-influencer__similar-card:hover {
    border-color: #ddd6fe;
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.08);
}

.ics-sip__similar-card img,
.ics-single-influencer__similar-thumb img {
    width: 100%;
    height: 140px;
    border-radius: 0;
    object-fit: cover;
    object-position: center top;
    display: block;
    background: #f3f4f6;
}

.ics-sip__similar-card__body {
    display: grid;
    gap: 4px;
    padding: 10px 12px 12px;
    min-width: 0;
}

.ics-sip__similar-card h3,
.ics-single-influencer__similar-name {
    margin: 0;
    padding: 0;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-sip__similar-card p,
.ics-single-influencer__similar-meta {
    margin: 0;
    padding: 0;
    color: #6b7280;
    font-size: 0.74rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-sip__similar-match {
    margin: 2px 0 0;
    color: var(--ics-purple);
    font-size: 0.8rem;
    font-weight: 800;
}

.ics-sip__kpi-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

.ics-sip__kpi-grid--row4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ics-sip__kpi {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px 10px;
    border-radius: 12px;
    background: #f8f9fb;
    border: 1px solid #eef0f4;
    text-align: center;
}

.ics-sip__kpi-label {
    color: #6b7280;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
}

.ics-sip__kpi strong {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-card-name,
.ics-sip__name #profile-name,
.ics-home-person-card__body h3,
.ics-home-profile-card__identity h3,
.ics-home-profile-card__identity .jo-reel-title {
    text-transform: capitalize;
}

.ics-home-profile-card__rank,
.ics-hero-influencer-card__rank {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    color: #6d28d9;
    background: rgba(243, 232, 255, 0.95);
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.12);
}

.ics-home-profile-card__rank i,
.ics-hero-influencer-card__rank i {
    font-size: 0.65rem;
}

.ics-home-profile-card__premium {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-height: 0;
    padding: 0;
    border-radius: 999px;
    color: #92400e;
    background: rgba(254, 243, 199, 0.96);
    font-size: 0.75rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.12);
}

.ics-home-profile-card__premium i {
    font-size: 0.72rem;
    color: #d97706;
}

@media (max-width: 1100px) {
    .ics-sip__kpi-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .ics-sip__kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .ics-sip__video-grid,
    .ics-single-influencer__video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ics-sip__similar-grid,
    .ics-single-influencer__similar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ics-sip__match-rings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .ics-sip__hero-top,
    .ics-sip__split,
    .ics-sip__why-row,
    .ics-sip__stats-split { grid-template-columns: 1fr; }
    .ics-sip__match {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "gauge"
            "rings";
    }
    .ics-sip__socials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ics-sip__metrics,
    .ics-sip__metrics--row3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ics-sip__kpi-grid,
    .ics-sip__kpi-grid--row4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ics-sip__similar-grid,
    .ics-single-influencer__similar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .ics-sip__identity { flex-direction: column; }
    .ics-sip__match-banner { flex-direction: column; align-items: stretch; }
    .ics-sip__video-grid,
    .ics-single-influencer__video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ics-sip__why-grid,
    .ics-sip__audience-grid { grid-template-columns: 1fr; }
    .ics-sip__fact-list li { grid-template-columns: 18px 1fr; }
    .ics-sip__fact-list strong { grid-column: 2; text-align: left; }
}

.ics-single-influencer__breadcrumb {
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.ics-single-influencer__breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.ics-single-influencer__breadcrumb-list li {
    display: inline-flex;
    align-items: center;
}

.ics-single-influencer__breadcrumb-list li + li::before {
    content: "›";
    margin: 0 8px;
    color: #9ca3af;
}

.ics-single-influencer__breadcrumb-list a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ics-single-influencer__breadcrumb-list a:hover {
    color: var(--ics-coral);
    text-decoration: underline;
}

.ics-single-influencer__breadcrumb-list span {
    color: #374151;
    font-weight: 600;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-single-influencer__layout {
    display: flex;
    flex-direction: column;
    gap: var(--ics-profile-gap);
    min-width: 0;
}

.ics-single-influencer__content {
    display: flex;
    flex-direction: column;
    gap: var(--ics-profile-gap);
    min-width: 0;
}

.ics-single-influencer__hero {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 24px;
    min-width: 0;
}

.ics-single-influencer__hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ics-single-influencer__portrait {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.ics-single-influencer__portrait-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    height: auto;
    padding-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ics-single-influencer__portrait-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ics-single-influencer__premium {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.ics-single-influencer__details {
    width: 100%;
    min-width: 0;
}

.ics-single-influencer__category {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: var(--ics-coral-light);
    color: var(--ics-coral-dark);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ics-single-influencer__category:hover {
    background: #fbcfc5;
    color: var(--ics-coral-dark);
}

.ics-single-influencer__title {
    margin: 0 0 6px;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.ics-single-influencer__handle {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ics-coral);
}

.ics-single-influencer__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.ics-single-influencer__stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

.ics-single-influencer__rating-score {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

.ics-single-influencer__rating-count {
    font-size: 13px;
    color: #6b7280;
}

#profile-rating-label[hidden],
#profile-rating-label:empty {
    display: none !important;
}

.ics-single-influencer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #6b7280;
}

.ics-single-influencer__meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ics-single-influencer__meta li i {
    color: var(--ics-coral);
}

.ics-single-influencer__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 0 0 16px;
    padding: 14px 16px;
    list-style: none;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    background: #fafbfc;
}

.ics-single-influencer__facts li {
    min-width: 0;
}

.ics-single-influencer__fact-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    margin-bottom: 2px;
}

.ics-single-influencer__fact-value {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.ics-single-influencer__about-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__about-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
}

.ics-single-influencer__about-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ics-single-influencer__read-more {
    padding: 0;
    border: 0;
    background: none;
    color: var(--ics-coral-dark);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ics-single-influencer__read-more:hover {
    text-decoration: underline;
}

.ics-single-influencer__section {
    padding: 20px 22px 22px;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    background: #fff;
    min-width: 0;
}

.ics-single-influencer__section-title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__section-lead {
    margin: -8px 0 16px;
    font-size: 14px;
    color: #6b7280;
}

.ics-single-influencer__video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ics-single-influencer__video-card {
    border: 1px solid #eef1f5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ics-single-influencer__video-card:hover {
    border-color: #fbcfc5;
    box-shadow: 0 4px 14px rgba(240, 101, 67, 0.1);
    transform: translateY(-1px);
}

.ics-single-influencer__video-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #111827;
}

.ics-single-influencer__video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ics-single-influencer__video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.18);
    color: #fff;
    font-size: 28px;
    transition: background 0.2s ease;
}

.ics-single-influencer__video-card:hover .ics-single-influencer__video-play {
    background: rgba(17, 24, 39, 0.32);
}

.ics-single-influencer__video-body {
    padding: 12px 14px 14px;
}

.ics-single-influencer__video-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ics-single-influencer__video-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.ics-single-influencer__load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ics-single-influencer__load-more {
    padding: 11px 22px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ics-single-influencer__load-more:hover {
    background: var(--ics-coral-light);
    border-color: #fbcfc5;
    color: var(--ics-coral-dark);
}

.ics-single-influencer__load-more:disabled,
.ics-single-influencer__load-more.is-hidden {
    display: none;
}

.ics-single-influencer__platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ics-single-influencer__platform-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ics-single-influencer__platform-card:hover {
    border-color: #fbcfc5;
    box-shadow: 0 4px 14px rgba(240, 101, 67, 0.12);
    transform: translateY(-1px);
}

.ics-single-influencer__platform-card.is-disconnected,
.ics-single-influencer__platform-card.is-disconnected:hover {
    border-color: #eef1f5;
    box-shadow: none;
    transform: none;
    background: #fafbfc;
    color: #9ca3af;
    cursor: default;
    pointer-events: none;
}

.ics-single-influencer__platform-card.is-disconnected strong {
    color: #6b7280;
}

.ics-single-influencer__platform-card.is-active {
    border-color: var(--ics-coral);
    background: #fff9f7;
    box-shadow: 0 4px 14px rgba(240, 101, 67, 0.1);
}

.ics-single-influencer__platform-card img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.ics-single-influencer__platform-card strong {
    display: block;
    font-size: 14px;
    color: #111827;
}

.ics-single-influencer__platform-card span {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.ics-single-influencer__similar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ics-single-influencer__similar-card {
    display: block;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ics-single-influencer__similar-card:hover {
    border-color: #fbcfc5;
    box-shadow: 0 4px 14px rgba(240, 101, 67, 0.12);
    transform: translateY(-1px);
}

.ics-single-influencer__similar-thumb {
    aspect-ratio: 1 / 1;
    background: #f3f4f6;
}

.ics-single-influencer__similar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ics-single-influencer__similar-body {
    padding: 12px 14px 14px;
}

.ics-single-influencer__similar-name {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__similar-meta {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.ics-single-influencer__side-sticky {
    display: flex;
    flex-direction: column;
    gap: var(--ics-profile-side-gap);
    min-width: 0;
}

.ics-single-influencer__action-card {
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.ics-single-influencer__action-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: var(--ics-coral-light);
    border-bottom: 1px solid #fbcfc5;
}

.ics-single-influencer__action-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(240, 101, 67, 0.2);
}

.ics-single-influencer__card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ics-coral-dark);
}

.ics-single-influencer__action-card-body {
    padding: 18px;
}

.ics-single-influencer__action-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}

.ics-single-influencer__action-stat + .ics-single-influencer__action-stat {
    border-left: 1px solid #e5e7eb;
    padding-left: 14px;
}

.ics-single-influencer__action-stat-num {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

.ics-single-influencer__action-stat-label {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #6b7280;
}

.ics-single-influencer__action-btn {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--ics-coral);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.ics-single-influencer__action-btn:hover {
    background: var(--ics-coral-dark);
}

.ics-single-influencer__action-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

.ics-single-influencer__action-btn--follow {
    margin-top: 8px;
    background: #fff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.ics-single-influencer__action-btn--follow:hover {
    background: #f9fafb;
}

.ics-single-influencer__action-btn--follow.is-following {
    background: #fff7f5;
    border-color: var(--ics-coral);
    color: var(--ics-coral-dark);
}

.ics-single-influencer__contact-reveal {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    background: #f9fafb;
}

.ics-single-influencer__contact-reveal-title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ics-single-influencer__contact-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid #eef1f5;
}

.ics-single-influencer__contact-list li:last-child {
    border-bottom: 0;
}

.ics-single-influencer__contact-list span {
    color: #6b7280;
}

.ics-single-influencer__contact-list strong {
    color: #111827;
    text-align: right;
    word-break: break-word;
}

.ics-single-influencer__review-panel,
.ics-single-influencer__review-display {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    background: #fff;
}

.ics-single-influencer__review-title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__review-lead {
    margin: 0 0 10px;
    font-size: 12px;
    color: #6b7280;
}

.ics-single-influencer__review-stars-input,
.ics-single-influencer__review-stars-display {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    color: #f59e0b;
}

.ics-single-influencer__star-btn {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 18px;
    color: #d1d5db;
    cursor: pointer;
}

.ics-single-influencer__star-btn.is-active {
    color: #f59e0b;
}

.ics-single-influencer__review-comment {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13px;
    resize: vertical;
}

.ics-single-influencer__review-submit {
    width: 100%;
    padding: 10px 14px;
    border: 0;
    border-radius: 8px;
    background: var(--ics-coral);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ics-single-influencer__review-submit:hover {
    background: var(--ics-coral-dark);
}

.ics-single-influencer__review-status,
.ics-single-influencer__review-comment-display {
    margin: 8px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.ics-single-influencer__hero-actions {
    margin-top: 14px;
    margin-bottom: 18px;
}

.ics-single-influencer__hero-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ics-single-influencer__hero-follow-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.ics-single-influencer__hero-follow-btn.is-following {
    background: #fff7f5;
    border-color: var(--ics-coral);
    color: var(--ics-coral-dark);
}

.ics-single-influencer__action-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 10px 18px 14px;
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
}

.ics-single-influencer__how {
    padding: 18px;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    background: #fff;
}

.ics-single-influencer__how-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.ics-single-influencer__how-steps {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.ics-single-influencer__how-steps li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #4b5563;
}

.ics-single-influencer__how-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--ics-coral-light);
    color: var(--ics-coral-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.ics-single-influencer__how-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--ics-coral-dark);
    text-decoration: none;
}

.ics-single-influencer__how-link:hover {
    text-decoration: underline;
}

.ics-single-influencer__share {
    padding: 18px;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    background: #fff;
}

.ics-single-influencer__share-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--ics-charcoal);
}

.ics-single-influencer__share-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.ics-single-influencer__share-text {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.ics-single-influencer__share-btn {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.ics-single-influencer__share-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

@media (min-width: 640px) {
    .ics-single-influencer__similar-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .ics-single-influencer__layout {
        display: grid;
        grid-template-columns: minmax(0, 70%) minmax(0, 30%);
        grid-template-areas:
            "hero side"
            "content side";
        column-gap: 24px;
        row-gap: var(--ics-profile-gap);
        align-items: start;
    }

    .ics-single-influencer__hero {
        grid-area: hero;
    }

    .ics-single-influencer__content {
        grid-area: content;
    }

    .ics-single-influencer__side {
        grid-area: side;
        align-self: stretch;
    }

    .ics-single-influencer__side-sticky {
        position: sticky;
        top: var(--ics-profile-top);
        z-index: 5;
        padding-bottom: 32px;
    }

    .ics-single-influencer__hero-layout {
        flex-direction: row;
        align-items: flex-start;
    }

    .ics-single-influencer__portrait {
        width: 260px;
        max-width: 260px;
        margin-left: 0;
        margin-right: 0;
    }

    .ics-single-influencer__platform-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ics-single-influencer__video-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Registration toast — slides up from bottom-left (original sales-style popup) */
.notification-container {
    position: fixed;
    bottom: -200px;
    left: 20px;
    z-index: 10060;
    transition: bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.notification-container.show {
    bottom: 20px;
    pointer-events: auto;
}

.notification-popup {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid var(--ics-coral);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.notification-popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--ics-coral);
    border-radius: 12px 0 0 12px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--ics-coral), var(--ics-coral-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    animation: ics-registration-pulse 2s infinite;
}

.notification-icon:has(.notification-avatar:not([hidden])) {
    background: transparent;
    animation: none;
}

.notification-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

.notification-icon i {
    color: #fff;
    font-size: 18px;
}

.notification-content {
    flex: 1;
    min-width: 0;
}

.notification-title {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
    margin-bottom: 4px;
}

.notification-message {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.notification-username {
    color: #111827;
    font-weight: 700;
}

.notification-location {
    color: var(--ics-coral);
    font-weight: 600;
}

@keyframes ics-registration-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@media screen and (max-width: 479px) {
    .notification-container {
        left: 12px;
        right: 12px;
    }

    .notification-container.show {
        bottom: 12px;
    }

    .notification-popup {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}

.ics-profile-not-found .ics-single-influencer__breadcrumb {
    margin-bottom: 0;
}

.ics-single-influencer__not-found {
    max-width: 640px;
    margin: 2rem auto 4rem;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.ics-single-influencer__not-found h1 {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
}

.ics-single-influencer__not-found p {
    margin: 0 0 1.5rem;
    color: #6b7280;
    line-height: 1.6;
}

.ics-single-influencer__not-found-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.25rem;
    border-radius: 999px;
    background: var(--ics-coral);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.ics-single-influencer__not-found-link:hover {
    color: #fff;
    opacity: 0.92;
}

/* My Feed — social Index layout (ICS theme, no left sidenav) */

.ics-feed-page {
    background: #eff2f6;
}

.ics-feed-page__main {
    padding: 104px 0 64px;
    min-height: calc(100vh - 200px);
}

.ics-feed-page__container {
    max-width: var(--ics-page-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* horizontal padding comes from Tailwind px-* on the element (also mirrored below for first paint) */
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .ics-feed-page__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ics-feed-page__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.ics-viewer-feed__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 240px);
    gap: 1.25rem;
    align-items: start;
}

.ics-dashboard-feed {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ics-dashboard-feed .ics-viewer-feed__layout {
    gap: 1rem;
}

.ics-dashboard-feed .ics-viewer-feed__stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
}

.ics-dashboard-feed .ics-feed-platforms,
.ics-dashboard-feed .ics-feed-filter,
.ics-dashboard-feed .ics-feed-stories {
    width: 100%;
    margin: 0;
}

.ics-dashboard-feed .ics-feed-platforms__grid {
    width: 100%;
}

.ics-dashboard-feed .ics-feed-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
}

@media (min-width: 900px) {
    .ics-dashboard-feed .ics-feed-filter {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .ics-dashboard-feed .ics-feed-filter__controls {
        margin-left: 0;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
}

.ics-influencer-dashboard-page .ics-feed-modal {
    z-index: 80;
}

.ics-feed-stories {
    display: block;
    overflow: hidden;
}

.ics-feed-stories__track {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.ics-feed-stories__track::-webkit-scrollbar {
    height: 6px;
}

.ics-feed-stories__track::-webkit-scrollbar-track {
    background: transparent;
}

.ics-feed-stories__track::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}

.ics-feed-stories__empty {
    margin: 0;
    padding: 1.25rem 1rem;
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
    font-size: 14px;
    color: #6b7280;
}

.ics-feed-stories__item {
    position: relative;
    flex: 0 0 auto;
    width: 120px;
    text-decoration: none;
    color: #fff;
    scroll-snap-align: start;
}

.ics-feed-stories__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ics-feed-stories__unfollow {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, background 0.15s ease;
}

.ics-feed-stories__item:hover .ics-feed-stories__unfollow,
.ics-feed-stories__item:focus-within .ics-feed-stories__unfollow {
    opacity: 1;
    pointer-events: auto;
}

.ics-feed-stories__unfollow:hover {
    background: #dc2626;
}

.ics-feed-stories__preview {
    position: relative;
    display: block;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background: #111827;
}

.ics-feed-stories__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ics-feed-stories__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.85), transparent);
    pointer-events: none;
}

.ics-feed-stories__name {
    position: absolute;
    left: 10px;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ics-feed-stories__item--add {
    color: #6b7280;
}

.ics-feed-stories__preview--add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    background: #fafafa;
    border: 2px dashed #d1d5db;
}

.ics-feed-stories__add-circle {
    width: 46px;
    height: 46px;
    border: 2px dashed #9ca3af;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 1rem;
    background: #fff;
}

.ics-feed-stories__add-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
}

.ics-feed-stories__item--add:hover .ics-feed-stories__preview--add {
    border-color: #f06543;
    background: #fff7f5;
}

.ics-feed-stories__item--add:hover .ics-feed-stories__add-circle {
    border-color: #f06543;
    color: #f06543;
}

.ics-feed-stories__item--add:hover .ics-feed-stories__add-label {
    color: #f06543;
}

.ics-feed-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ics-feed-btn--primary {
    background: #f06543;
    color: #fff;
    border-color: #f06543;
}

.ics-feed-btn--primary:hover {
    background: #e04f2e;
    color: #fff;
}

.ics-feed-btn--ghost {
    background: #fff;
    color: #111827;
    border-color: #d1d5db;
}

.ics-feed-btn--ghost:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

.ics-viewer-feed__main {
    min-width: 0;
}

.ics-viewer-feed__stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ics-viewer-feed__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ics-viewer-feed__post {
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
    overflow: hidden;
}

.ics-viewer-feed__post-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px 10px;
}

.ics-viewer-feed__avatar-link {
    flex-shrink: 0;
}

.ics-viewer-feed__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f4f6;
    border: 2px solid #fde8e3;
}

.ics-viewer-feed__creator {
    min-width: 0;
    flex: 1;
}

.ics-viewer-feed__creator-name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.ics-viewer-feed__creator-name a {
    color: inherit;
    text-decoration: none;
}

.ics-viewer-feed__creator-name a:hover {
    color: #e04f2e;
}

.ics-viewer-feed__creator-meta {
    margin: 2px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.ics-viewer-feed__dot {
    opacity: 0.7;
}

.ics-viewer-feed__more {
    color: #9ca3af;
    padding: 6px 8px;
    text-decoration: none;
}

.ics-viewer-feed__more:hover {
    color: #4b5563;
}

.ics-viewer-feed__post-copy {
    margin: 0;
    padding: 0 16px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #1f2937;
}

.ics-viewer-feed__media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    background: #111827;
    cursor: pointer;
    border: 0;
    width: 100%;
    padding: 0;
    text-align: left;
}

.ics-viewer-feed__media:disabled {
    cursor: default;
    opacity: 0.85;
}

.ics-viewer-feed__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ics-viewer-feed__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.22);
    color: #fff;
    transition: background 0.2s ease;
}

.ics-viewer-feed__play span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f06543;
    box-shadow: 0 8px 20px rgba(240, 101, 67, 0.35);
    font-size: 20px;
    padding-left: 3px;
}

.ics-viewer-feed__media:not(:disabled):hover .ics-viewer-feed__play {
    background: rgba(17, 24, 39, 0.36);
}

.ics-viewer-feed__react {
    list-style: none;
    margin: 0;
    padding: 12px 16px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
}

.ics-viewer-feed__react a {
    color: #374151;
    text-decoration: none;
    font-weight: 600;
}

.ics-viewer-feed__react a:hover {
    color: #e04f2e;
}

.ics-viewer-feed__react-end {
    margin-left: auto;
}

.ics-viewer-feed__empty {
    min-height: 220px;
}

.ics-viewer-feed__empty-card {
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
    padding: 40px 28px;
    text-align: center;
}

.ics-viewer-feed__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fde8e3;
    color: #e04f2e;
    font-size: 20px;
    margin-bottom: 14px;
}

.ics-viewer-feed__empty-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.ics-viewer-feed__empty-text {
    margin: 0 auto 18px;
    max-width: 420px;
    font-size: 14px;
    line-height: 1.55;
    color: #6b7280;
}

.ics-viewer-feed__empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ics-viewer-feed__rail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 104px;
}

.ics-viewer-feed__rail-card {
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
}

.ics-viewer-feed__rail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.ics-viewer-feed__rail-title {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.ics-viewer-feed__rail-head .ics-viewer-feed__rail-title {
    margin: 0;
}

.ics-viewer-feed__rail-link {
    font-size: 12px;
    font-weight: 600;
    color: #e04f2e;
    text-decoration: none;
}

.ics-viewer-feed__rail-link:hover {
    text-decoration: underline;
}

.ics-viewer-feed__people {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ics-feed-follow-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ics-viewer-feed__person {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    flex: 1;
}

.ics-viewer-feed__person:hover .ics-viewer-feed__person-name {
    color: #e04f2e;
}

.ics-viewer-feed__person-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #f3f4f6;
    border: 1px solid #eef1f5;
}

.ics-viewer-feed__person-copy {
    min-width: 0;
}

.ics-viewer-feed__person-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-viewer-feed__person-meta {
    display: block;
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-feed-follow-plus {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fde8e3;
    color: #e04f2e;
    text-decoration: none;
    font-size: 13px;
}

.ics-feed-follow-plus:hover {
    background: #f06543;
    color: #fff;
}

.ics-viewer-feed__rail-empty {
    margin: 0 0 10px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.45;
}

.ics-feed-rail-cta {
    display: block;
    margin-top: 12px;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: #fde8e3;
    color: #e04f2e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ics-feed-rail-cta:hover {
    background: #f06543;
    color: #fff;
}

.ics-feed-tips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ics-feed-tips-list li a,
.ics-feed-tips-list li > span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    line-height: 1.35;
}

.ics-feed-tips-list li a:hover {
    color: #e04f2e;
}

.ics-feed-tips-list small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 991px) {
    .ics-viewer-feed__layout {
        grid-template-columns: 1fr;
    }

    .ics-viewer-feed__rail {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .ics-viewer-feed__rail {
        grid-template-columns: 1fr;
    }

    .ics-feed-stories__item {
        width: 100px;
    }

    .ics-feed-stories__preview {
        height: 130px;
    }

    .ics-viewer-feed__react-end {
        margin-left: 0;
    }
}

/* Influencer My Feed — platform strip + owner controls */

.ics-feed-platforms {
    margin-bottom: 0.25rem;
}

.ics-feed-platforms__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.ics-feed-platform-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    border: 1px solid #e7e9ed;
    border-radius: 14px;
    background: #fff;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ics-feed-platform-card:hover {
    border-color: var(--ics-coral);
    box-shadow: 0 6px 18px rgba(240, 101, 67, 0.12);
    transform: translateY(-1px);
}

.ics-feed-platform-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.ics-feed-platform-card__icon--instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}

.ics-feed-platform-card__icon--facebook {
    background: #1877f2;
}


.ics-feed-platform-card__icon--youtube {
    background: #ff0000;
}

.ics-feed-platform-card__copy {
    min-width: 0;
}

.ics-feed-platform-card__label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #37414b;
}

.ics-feed-platform-card__hint {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #8e9196;
}

.ics-feed-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.75rem;
    margin: 0.15rem 0 0.85rem;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
}

.ics-feed-filter__platforms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    flex: 1 1 220px;
    min-width: 0;
}

.ics-feed-filter__chip {
    border: 1px solid #e7e9ed;
    background: #f8f9fb;
    color: #5c6670;
    border-radius: 10px;
    padding: 0;
    width: 36px;
    min-width: 36px;
    min-height: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ics-feed-filter__chip--all {
    width: auto;
    min-width: 44px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
}

.ics-feed-filter__chip:hover {
    border-color: #cfd4db;
    color: #374151;
}

.ics-feed-filter__chip.is-active {
    background: #fff4f0;
    border-color: #f5c4b6;
    color: var(--ics-coral-dark);
}

.ics-feed-filter__chip--instagram.is-active {
    color: #dd2a7b;
    border-color: #f5b5d2;
    background: #fff5fa;
}

.ics-feed-filter__chip--facebook.is-active {
    color: #1877f2;
    border-color: #b7d3fb;
    background: #f3f8ff;
}


.ics-feed-filter__chip--youtube.is-active {
    color: #ff0000;
    border-color: #ffb3b3;
    background: #fff5f5;
}

.ics-feed-filter__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 0 1 auto;
}

.ics-feed-filter__select,
.ics-feed-filter__search {
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    font-size: 12px;
    padding: 0 10px;
    min-height: 32px;
    box-sizing: border-box;
}

.ics-feed-filter__search {
    min-width: 160px;
    max-width: 220px;
}

.ics-feed-filter__select:focus,
.ics-feed-filter__search:focus {
    outline: none;
    border-color: #f5c4b6;
    box-shadow: 0 0 0 3px rgba(240, 101, 67, 0.12);
}

.ics-feed-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.ics-feed-load-more-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 18px 0 8px;
}

.ics-feed-load-more {
    min-width: 160px;
}

.ics-feed-load-more-status {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.ics-feed-video-card {
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ics-feed-video-card__media {
    position: relative;
    aspect-ratio: 330 / 430;
    background: #f3f4f6;
    cursor: pointer;
    overflow: hidden;
}

.ics-feed-video-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
}

.ics-feed-video-card__platform {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.ics-feed-video-card__platform--instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}

.ics-feed-video-card__platform--facebook {
    background: #1877f2;
}


.ics-feed-video-card__platform--youtube {
    background: #ff0000;
}

.ics-feed-video-card__actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 5px;
    z-index: 2;
}

.ics-feed-video-card__body {
    padding: 9px 10px 11px;
}

.ics-feed-video-card__title {
    margin: 0 0 4px;
    font-size: 12.5px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-feed-video-card__meta {
    margin: 0;
    font-size: 11px;
    color: #6b7280;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-feed-video-card__stats {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    backdrop-filter: blur(4px);
}

.ics-feed-video-card__stats i {
    margin-right: 3px;
}

.ics-feed-video-card__stats .fa-thumbs-up,
.ics-feed-top-video__meta .fa-thumbs-up {
    color: #4ade80;
}

.ics-feed-video-card__stats .ics-viewer-feed__like-btn {
    color: #fff;
}

.ics-feed-video-card__stats .ics-viewer-feed__like-btn i {
    color: #4ade80;
}

.ics-feed-video-card__preview {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    pointer-events: none;
}

/* No CSS transform on iframes — Safari blanks video layers when transforms are applied */
.ics-feed-video-card__preview iframe,
.ics-feed-video-card__preview video {
    position: relative;
    border: 0;
    flex-shrink: 0;
    background: #000;
    max-width: none;
}

/* Landscape embeds (YouTube) — crop sides to fill portrait card */
.ics-feed-video-card__preview--landscape iframe,
.ics-feed-video-card__preview--landscape video {
    height: 100%;
    width: auto;
    aspect-ratio: 16 / 9;
    min-width: 100%;
}

/* Portrait embeds (Shorts) — crop top/bottom to fill */
.ics-feed-video-card__preview--portrait iframe,
.ics-feed-video-card__preview--portrait video {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    min-height: 100%;
}

.ics-feed-video-card__media.is-previewing > img {
    opacity: 0;
}

.ics-home-login-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10080;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(4px);
}

.ics-home-login-modal.is-open {
    display: flex;
}

.ics-home-login-modal__panel {
    width: min(100%, 440px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.ics-home-login-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #fef5f2 0%, #ffffff 100%);
}

.ics-home-login-modal__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111827;
}

.ics-home-login-modal__close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ics-home-login-modal__close:hover {
    background: #f3f4f6;
    color: #111827;
}

.ics-home-login-modal__body {
    padding: 1.35rem;
    background: #ffffff;
}

.ics-home-login-modal__lead {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.ics-home-login-modal__error {
    margin: 0 0 0.85rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.875rem;
}

.ics-home-login-modal__form {
    display: grid;
    gap: 0.85rem;
}

.ics-home-login-modal__field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
}

.ics-home-login-modal__field input[type="email"],
.ics-home-login-modal__field input[type="password"] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    font-size: 0.9rem;
    color: #111827;
    background: #ffffff;
}

.ics-home-login-modal__field input:focus {
    outline: none;
    border-color: #f5c4b6;
    box-shadow: 0 0 0 3px rgba(240, 101, 67, 0.15);
}

.ics-home-login-modal__remember {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.ics-home-login-modal__submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    background: #f06543;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.ics-home-login-modal__submit:hover {
    background: #e04f2e;
}

.ics-home-login-modal__submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.ics-home-login-modal__footer {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.ics-home-login-modal__footer a {
    color: #f06543;
    font-weight: 700;
    text-decoration: none;
}

.ics-home-login-modal__footer a:hover {
    text-decoration: underline;
}

.ics-home-latest-reels {
    padding: 3.5rem 0 1rem;
    background: #fff;
}

.ics-home-latest-reels__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ics-home-latest-reels__title {
    margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 800;
    color: #1f2937;
}

.ics-home-latest-reels__lead {
    margin: 0.35rem 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.ics-home-latest-reels__link {
    color: var(--ics-coral);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ics-home-latest-reels__link:hover {
    text-decoration: underline;
}

.ics-home-latest-reels__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.ics-home-latest-reels__empty {
    margin: 0;
    padding: 1.5rem;
    text-align: center;
    color: #6b7280;
    background: #f8f9fb;
    border: 1px dashed #e7e9ed;
    border-radius: 12px;
}

@media (max-width: 1100px) {
    .ics-home-latest-reels__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ics-home-latest-reels__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ics-home-latest-reels__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ics-home-latest-reels__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }
}

.ics-feed-top-videos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ics-feed-top-video {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
}

.ics-feed-top-video img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    flex: 0 0 auto;
    background: #f3f4f6;
}

.ics-feed-top-video__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 1px;
}

.ics-feed-top-video__title {
    font-size: 12.5px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-feed-top-video__creator {
    display: block;
    font-size: 11px;
    color: #8e9196;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ics-feed-top-video__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
    color: #6b7280;
    line-height: 1.2;
}

.ics-feed-modal__hint {
    margin: 0.35rem 0 0;
    font-size: 12px;
    color: #8e9196;
}

.ics-feed-modal__thumb-preview {
    margin-top: 0.75rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    max-width: 180px;
}

.ics-feed-modal__thumb-preview img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .ics-feed-video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ics-feed-platforms__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ics-feed-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ics-feed-filter__controls {
        margin-left: 0;
        width: 100%;
        justify-content: stretch;
    }

    .ics-feed-filter__platforms {
        flex: 1 1 100%;
    }

    .ics-feed-filter__search {
        flex: 1 1 auto;
        max-width: none;
    }

    .ics-feed-filter__select {
        flex: 1 1 auto;
    }
}

@media (max-width: 640px) {
    .ics-feed-platforms__grid {
        grid-template-columns: 1fr;
    }

    .ics-feed-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }
}

.ics-viewer-feed__post-actions {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.ics-viewer-feed__action-btn {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #e7e9ed;
    background: #fff;
    color: #5c6670;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 12px;
}

.ics-viewer-feed__action-btn:hover {
    color: var(--ics-coral);
    border-color: #f5c4b6;
}

.ics-viewer-feed__action-btn--danger:hover {
    color: #c74428;
}

.ics-viewer-feed__badge {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fde8e3;
    color: var(--ics-coral-dark);
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
}

.ics-viewer-feed__like-btn {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 0;
    font: inherit;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ics-viewer-feed__like-btn i,
.ics-viewer-feed__like-btn .fa-thumbs-up {
    color: #16a34a;
}

.ics-viewer-feed__like-btn.is-liked,
.ics-viewer-feed__like-btn.is-liked i {
    color: #15803d;
}

.ics-viewer-feed__like-btn:hover {
    color: #15803d;
}

.ics-feed-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ics-feed-modal.is-open {
    display: flex;
}

.ics-feed-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
}

.ics-feed-modal__panel {
    position: relative;
    z-index: 1;
    width: min(480px, 100%);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    padding: 1.25rem 1.25rem 1.35rem;
}

.ics-feed-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}

.ics-feed-modal__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
}

.ics-feed-modal__close {
    border: 0;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    font-size: 1.1rem;
}

.ics-feed-modal__field {
    margin-bottom: 0.85rem;
}

.ics-feed-modal__field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 13px;
    font-weight: 600;
    color: #37414b;
}

.ics-feed-modal__field input,
.ics-feed-modal__field select {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
    font-size: 14px;
    color: #111827;
    background: #fff;
}

.ics-feed-modal__field input:focus,
.ics-feed-modal__field select:focus {
    outline: 2px solid rgba(240, 101, 67, 0.25);
    border-color: var(--ics-coral);
}

.ics-feed-modal__error {
    margin: 0 0 0.75rem;
    color: #c74428;
    font-size: 13px;
}

.ics-feed-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

/* Reference-inspired public homepage */
.ics-home-v2 {
    --home-navy: #071b3c;
    --home-navy-2: #0b2550;
    --home-orange: #ff7900;
    --home-orange-dark: #e76700;
    --home-ink: #101b2d;
    --home-muted: #667085;
    --home-line: #e7ebf2;
    --home-soft: #f7f9fc;
    margin: 0;
    color: var(--home-ink);
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
}

.ics-home-v2 *,
.ics-home-v2 *::before,
.ics-home-v2 *::after {
    box-sizing: border-box;
}

.ics-home-v2 a {
    text-decoration: none;
}

.ics-skip-link {
    position: fixed;
    left: 18px;
    top: -60px;
    z-index: 1000;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--home-orange);
}

.ics-skip-link:focus {
    top: 12px;
}

.ics-home-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ics-home-nav.is-scrolled {
    color: var(--home-ink);
    border-bottom-color: rgba(226, 232, 240, 0.82);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 4px 18px rgba(7, 27, 60, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ics-home-nav__inner {
    display: flex;
    min-height: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: space-between;
}

.ics-home-nav__brand img {
    width: auto;
    height: 2.75rem;
    max-width: min(300px, 78vw);
    object-fit: contain;
    filter: none;
    display: block;
}

.ics-home-nav__brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    padding: 0.4rem 0.7rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(7, 27, 60, 0.14);
    /* Keep size stable — only fade fill/shadow (no padding/radius snap to square) */
    transition: background-color 320ms ease, box-shadow 320ms ease;
}

.ics-home-nav.is-scrolled .ics-home-nav__brand {
    background-color: transparent;
    box-shadow: none;
}

.ics-home-nav__desktop {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ics-home-v2 .ics-home-nav .site-nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.875rem;
    font-weight: 500;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.ics-home-v2 .ics-home-nav.is-scrolled .site-nav-link {
    color: var(--ics-slate);
    text-shadow: none;
}

.ics-home-v2 .ics-home-nav .site-nav-link:hover,
.ics-home-v2 .ics-home-nav .site-nav-link.active {
    color: #fff;
}

.ics-home-v2 .ics-home-nav.is-scrolled .site-nav-link:hover,
.ics-home-v2 .ics-home-nav.is-scrolled .site-nav-link.active {
    color: var(--ics-coral);
}

.ics-home-v2 .ics-home-nav .site-nav-link.active {
    font-weight: 600;
}

.ics-home-v2 .ics-home-nav .site-nav-link.active::after {
    position: absolute;
    right: auto;
    bottom: -0.65rem;
    left: 50%;
    width: 1.125rem;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    background: var(--home-orange, var(--ics-coral));
    content: "";
    transform: translateX(-50%);
}

.ics-home-v2 .ics-home-nav.is-scrolled .site-nav-link.active::after {
    background: var(--ics-coral);
}

.ics-home-v2 .ics-home-nav .site-nav-cta {
    display: inline-flex;
    box-sizing: border-box;
    min-width: 9.75rem;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 9999px;
    color: #fff !important;
    background: var(--ics-coral);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.ics-home-v2 .ics-home-nav .site-nav-cta:hover {
    border-color: transparent;
    background: var(--ics-coral-dark);
    color: #fff !important;
}

.ics-home-nav__toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    color: var(--home-ink);
    background: #fff;
}

.ics-home-nav__mobile {
    display: none;
}

.ics-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 652px;
    padding: 120px 0 54px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 30%, rgba(30, 72, 128, 0.5), transparent 33%),
        radial-gradient(circle at 82% 20%, rgba(18, 61, 117, 0.45), transparent 30%),
        linear-gradient(135deg, #06162f 0%, #071d42 55%, #061733 100%);
}

.ics-home-hero::before,
.ics-home-hero::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    content: "";
}

.ics-home-hero::before {
    top: -310px;
    left: -160px;
    width: 720px;
    height: 720px;
}

.ics-home-hero::after {
    right: -210px;
    bottom: -390px;
    width: 760px;
    height: 760px;
}

.ics-home-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.9fr);
    gap: 68px;
    align-items: start;
}

.ics-home-eyebrow {
    margin: 0 0 16px;
    color: #f6a04f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ics-home-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 3.75vw, 55px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.ics-home-hero__line {
    color: #fff !important;
    white-space: nowrap;
}

.ics-home-hero h1 span {
    color: var(--home-orange);
}

.ics-home-hero__lead {
    max-width: 600px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.75;
}

.ics-home-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 26px 0 28px;
}

.ics-home-hero__proof > div {
    display: grid;
    grid-template-columns: 22px auto;
    column-gap: 8px;
}

.ics-home-hero__proof i {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--home-orange);
    font-size: 17px;
}

.ics-home-hero__proof strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
}

.ics-home-hero__proof span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.ics-home-search {
    max-width: 660px;
    padding: 15px 18px 13px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.ics-home-search__tabs {
    display: flex;
    gap: 7px;
    padding-bottom: 10px;
}

.ics-home-search__tabs button {
    padding: 7px 10px;
    border: 0;
    border-radius: 7px;
    color: #778195;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

.ics-home-search__tabs button i {
    margin-right: 5px;
}

.ics-home-search__tabs button.is-active {
    color: var(--home-orange-dark);
    background: #fff4e9;
    font-weight: 700;
}

.ics-home-search__bar {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 50px;
    padding-left: 13px;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
}

.ics-home-search__bar > i {
    color: #9aa4b2;
}

.ics-home-search__bar input {
    min-width: 0;
    padding: 0 8px;
    border: 0;
    outline: 0;
    color: var(--home-ink);
    font-family: inherit;
    font-size: 13px;
}

.ics-home-search__bar button {
    align-self: stretch;
    min-width: 105px;
    margin: 4px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--home-orange);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.ics-home-search__bar button:hover {
    background: var(--home-orange-dark);
}

.ics-home-search__bar button i {
    margin-right: 6px;
}

.ics-home-search__popular {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding-top: 10px;
    color: #9aa4b2;
    font-size: 10px;
}

.ics-home-hero__visual {
    min-width: 0;
}

.ics-home-search__popular button {
    padding: 0;
    border: 0;
    color: #d18134;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.ics-home-hero__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding-top: 10px;
    align-content: start;
    min-height: 360px;
    transform: rotate(1deg);
}

.ics-home-hero__cards > .ics-home-person-card.is-loading {
    min-height: 214px;
    pointer-events: none;
}

.ics-home-person-card {
    display: block;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    color: var(--home-ink);
    background: #fff;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.27);
    text-decoration: none !important;
    transform: rotate(-1deg);
}

.ics-home-person-card:nth-child(even) {
    transform: translateY(14px) rotate(-1deg);
}

.ics-home-person-card__media {
    position: relative;
    overflow: visible;
    height: 142px;
    background: #dfe5ed;
}

.ics-home-person-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ics-home-profile-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ics-home-platform {
    position: absolute;
    top: 8px;
    left: 8px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: #e1306c;
    font-size: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.ics-home-platform.is-youtube {
    background: #f00;
}

.ics-home-platform.is-facebook {
    background: #1877f2;
}


.ics-home-verified {
    position: absolute;
    right: 8px;
    bottom: -9px;
    z-index: 3;
    padding: 5px 8px;
    border-radius: 99px;
    color: #fff;
    background: #25b96b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.16);
}

.ics-home-person-card__body {
    min-width: 0;
    padding: 16px 12px 12px;
}

.ics-home-person-card__title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.ics-home-person-card__title-row h3 {
    flex: 1 1 auto;
    overflow: hidden;
    margin: 0;
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-person-card__location {
    flex: 0 1 auto;
    overflow: hidden;
    max-width: 46%;
    margin: 0;
    color: var(--home-muted);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-person-card__body h3 {
    overflow: hidden;
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-person-card__body > p {
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    color: var(--home-muted);
    font-size: 10px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-person-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid var(--home-line);
    color: #485468;
    font-size: 10px;
}

.ics-home-person-card__followers {
    display: grid;
    gap: 1px;
    min-width: 0;
    text-align: left;
}

.ics-home-person-card__followers strong,
.ics-home-person-card__followers span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.ics-home-person-card__followers.is-rotating strong,
.ics-home-person-card__followers.is-rotating span {
    opacity: 0;
    transform: translateY(6px);
}

.ics-home-person-card__followers strong {
    color: #151811;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
}

.ics-home-person-card__followers span {
    color: #575d54;
    font-size: 8px;
    font-weight: 600;
}

.ics-home-hero__note {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 27px;
    padding-right: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
}

.ics-home-hero__note i {
    color: var(--home-orange);
    font-size: 17px;
    transform: rotate(25deg);
}

.ics-home-section {
    padding: 54px 0;
}

.ics-home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.ics-home-section__head.is-left {
    justify-content: flex-start;
}

.ics-home-kicker {
    margin: 0 0 6px;
    color: var(--home-orange-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ics-home-section__head h2,
.ics-home-community h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.ics-home-section__head > a {
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.ics-home-section__head > a i {
    margin-left: 6px;
    color: var(--home-orange);
}

.ics-home-categories {
    padding-bottom: 38px;
}

.ics-home-categories .ics-home-section__head > a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #dfe5ee;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(17, 24, 39, 0.04);
}

.ics-home-categories .ics-home-section__head > a:hover {
    border-color: #f4a65d;
    color: var(--home-orange-dark);
}

.ics-home-category-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
}

.ics-home-category-row a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: #445066;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.ics-home-category-row a span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid #ecf0f5;
    border-radius: 16px;
    color: var(--home-orange);
    background: #fff8f0;
    font-size: 21px;
    box-shadow: 0 7px 16px rgba(17, 24, 39, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.ics-home-category-row a:nth-child(2n) span {
    color: #1e8e5a;
    background: #eefbf5;
}

.ics-home-category-row a:nth-child(3n) span {
    color: #3067d6;
    background: #f0f5ff;
}

.ics-home-category-row a:nth-child(1) span,
.ics-home-category-row a:nth-child(5) span {
    color: #ef3f52;
    background: #fff1f2;
}

.ics-home-category-row a:nth-child(2) span,
.ics-home-category-row a:nth-child(8) span,
.ics-home-category-row a:nth-child(10) span {
    color: #eea400;
    background: #fff8e8;
}

.ics-home-category-row a:nth-child(3) span,
.ics-home-category-row a:nth-child(4) span,
.ics-home-category-row a:nth-child(7) span {
    color: #2677e8;
    background: #edf5ff;
}

.ics-home-category-row a:nth-child(6) span,
.ics-home-category-row a:nth-child(9) span {
    color: #1db568;
    background: #edfbf3;
}

.ics-home-category-row a:nth-child(11) span {
    color: #f0a300;
    background: #fff8e8;
}

.ics-home-category-row a:nth-child(12) span {
    border-color: #d9ccfa;
    color: #7654d6;
    background: #faf8ff;
}

.ics-home-category-row a:hover span {
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.1);
    transform: translateY(-3px);
}

.ics-home-featured {
    padding-top: 36px;
    border-top: 1px solid #f0f2f6;
    background: #fbfcfe;
}

.ics-home-featured__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
}

.ics-home-profile-card {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(17, 24, 39, 0.05);
    transition: transform 170ms ease, box-shadow 170ms ease;
}

.ics-home-profile-card:hover {
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.1);
    transform: translateY(-4px);
}

.ics-home-profile-card__media {
    position: relative;
    height: 170px;
    background: #e4e9ef;
}

.ics-home-profile-card__body {
    padding: 11px;
}

.ics-home-profile-card__body h3 {
    overflow: hidden;
    margin: 0;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-profile-card__body > p {
    overflow: hidden;
    min-height: 14px;
    margin: 3px 0 9px;
    color: var(--home-muted);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-profile-card__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--home-line);
}

.ics-home-profile-card__stats strong {
    display: block;
    font-size: 10px;
}

.ics-home-profile-card__stats span {
    color: #98a2b3;
    font-size: 7px;
}

.ics-home-profile-card__btn {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 9px;
    border: 0;
    border-radius: 8px;
    color: #151811;
    background: #c9f65a;
    font-size: 12px;
    font-weight: 800;
}

.ics-home-profile-card__btn:hover {
    color: #151811;
    background: #b9e84a;
}

.ics-home-empty {
    padding: 30px;
    border: 1px dashed var(--home-line);
    border-radius: 10px;
    color: var(--home-muted);
    text-align: center;
}

.is-loading {
    position: relative;
    overflow: hidden;
    background: #e8edf3;
}

.is-loading::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.65) 50%, transparent 80%);
    content: "";
    animation: home-shimmer 1.3s infinite;
    transform: translateX(-100%);
}

@keyframes home-shimmer {
    to { transform: translateX(100%); }
}

.ics-home-benefits {
    padding-bottom: 48px;
    background: #fff;
}

.ics-home-aimatch {
    padding-top: 0;
    padding-bottom: 48px;
    background: #fff;
}

.ics-home-aimatch__card {
    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-home-aimatch__figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    margin-bottom: -18px;
}

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

.ics-home-aimatch__lead {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
}

.ics-home-aimatch__copy > p:not(.ics-home-aimatch__lead) {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-weight: 500;
}

.ics-home-aimatch__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.ics-home-aimatch__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-home-aimatch__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-home-aimatch__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-home-aimatch__cta:hover {
    background: #6d28d9;
    color: #fff !important;
}

@media (max-width: 760px) {
    .ics-home-aimatch__card {
        grid-template-columns: 1fr;
        text-align: left;
        padding: 22px 20px 20px;
    }
    .ics-home-aimatch__figure {
        order: -1;
        margin-bottom: 0;
        justify-content: flex-start;
    }
    .ics-home-aimatch__photo {
        width: min(160px, 55%);
    }
    .ics-home-aimatch__features {
        grid-template-columns: 1fr;
    }
}

.ics-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.ics-home-benefits__grid article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.035);
}

.ics-home-benefits__grid article > span {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 9px;
    color: #16a05d;
    background: #effbf5;
    font-size: 27px;
}

.ics-home-benefits__grid article:nth-child(2) > span {
    color: var(--home-orange);
    background: #fff5eb;
}

.ics-home-benefits__grid article:nth-child(3) > span {
    color: #3171d7;
    background: #eef5ff;
}

.ics-home-benefits__grid h3,
.ics-home-steps__grid h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 800;
}

.ics-home-benefits__grid p,
.ics-home-steps__grid p {
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.55;
}

.ics-home-stats {
    padding: 38px 0;
    color: #fff;
    background: var(--home-navy);
}

.ics-home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ics-home-stats__grid > div {
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.ics-home-stats__grid > div:last-child {
    border-right: 0;
}

.ics-home-stats__grid i {
    color: rgba(255, 255, 255, 0.65);
    font-size: 28px;
}

.ics-home-stats__grid p {
    margin: 0;
}

.ics-home-stats__grid strong {
    display: block;
    color: var(--home-orange);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.ics-home-stats__grid span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.4;
}

.ics-home-steps {
    background: #fff;
}

.ics-home-steps__grid {
    display: grid;
    grid-template-columns: 1fr 34px 1fr 34px 1fr;
    gap: 10px;
    align-items: center;
}

.ics-home-steps__grid article {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 15px;
    align-items: center;
    min-height: 112px;
    padding: 18px 20px;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    box-shadow: 0 7px 18px rgba(17, 24, 39, 0.04);
}

.ics-home-steps__grid article:nth-of-type(1) {
    border-color: #ffd9bd;
    background: #fff5ec;
}

.ics-home-steps__grid article:nth-of-type(2) {
    border-color: #cde3ff;
    background: #eff7ff;
}

.ics-home-steps__grid article:nth-of-type(3) {
    border-color: #ded2ff;
    background: #f5f1ff;
}

.ics-home-steps__grid article:nth-of-type(2) b {
    background: #3686e7;
}

.ics-home-steps__grid article:nth-of-type(3) b {
    background: #7a58d6;
}

.ics-home-steps__grid article b {
    position: absolute;
    top: -10px;
    left: 12px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 5px;
    color: #fff;
    background: var(--home-orange);
    font-size: 8px;
}

.ics-home-steps__grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--home-orange);
    background: #fff6ed;
    font-size: 17px;
}

.ics-home-steps__grid article:nth-of-type(2) > span {
    color: #3686e7;
    background: #e4f1ff;
}

.ics-home-steps__grid article:nth-of-type(3) > span {
    color: #7a58d6;
    background: #ebe4ff;
}

.ics-home-step-arrow {
    color: #c0c8d3;
    text-align: center;
}

.ics-home-community {
    padding-top: 8px;
}

.ics-home-community__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 1fr;
    gap: 45px;
    align-items: center;
    padding: 34px 42px;
    border: 1px solid #e4eaf2;
    border-radius: 13px;
    background: linear-gradient(135deg, #f8faff, #fffaf5);
}

.ics-home-community__panel > div > p:last-child {
    max-width: 660px;
    margin: 12px 0 0;
    color: var(--home-muted);
    font-size: 11px;
    line-height: 1.75;
}

.ics-home-community__numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ics-home-community__numbers div {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.ics-home-community__numbers strong {
    display: block;
    color: var(--home-orange);
    font-size: 26px;
}

.ics-home-community__numbers span {
    color: var(--home-muted);
    font-size: 9px;
}

.ics-home-pricing {
    padding-top: 25px;
}

.ics-home-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 900px;
    margin-inline: auto;
}

.ics-home-pricing__grid article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 335px;
    padding: 27px;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.045);
}

.ics-home-pricing__grid article.is-featured {
    border-color: #ffc086;
    box-shadow: 0 14px 34px rgba(255, 121, 0, 0.12);
    transform: translateY(-8px);
}

.ics-home-pricing__badge {
    position: absolute;
    top: -11px;
    left: 50%;
    margin: 0;
    padding: 5px 14px;
    border-radius: 99px;
    color: #fff;
    background: var(--home-orange);
    font-size: 8px;
    font-weight: 800;
    transform: translateX(-50%);
}

.ics-home-pricing__label {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 800;
}

.ics-home-pricing__grid h3 {
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin: 0;
    font-size: 11px;
}

.ics-home-pricing__grid h3 strong {
    color: var(--home-ink);
    font-size: 34px;
    letter-spacing: -0.04em;
}

.ics-home-pricing__grid > article > span {
    margin-top: 2px;
    color: var(--home-muted);
    font-size: 8px;
}

.ics-home-pricing__grid ul {
    display: grid;
    gap: 9px;
    margin: 22px 0;
    padding: 0;
    color: #556176;
    font-size: 9px;
    list-style: none;
}

.ics-home-pricing__grid li::before {
    margin-right: 7px;
    color: #24a463;
    content: "✓";
    font-weight: 800;
}

.ics-home-btn {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid var(--home-orange);
    border-radius: 7px;
    color: #fff;
    background: var(--home-orange);
    font-size: 10px;
    font-weight: 800;
    transition: background 150ms ease, color 150ms ease;
}

.ics-home-pricing__grid .ics-home-btn {
    width: 100%;
    margin-top: auto;
}

.ics-home-btn:hover {
    color: #fff;
    background: var(--home-orange-dark);
}

.ics-home-btn.is-outline {
    color: var(--home-orange-dark);
    background: #fff;
}

.ics-home-btn.is-outline:hover {
    color: #fff;
    background: var(--home-orange);
}

.ics-home-creator-cta {
    padding: 0 0 0;
}

.ics-home-creator-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 104px;
    padding: 22px 34px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    background: linear-gradient(100deg, #0a234c, #0d2c5d);
}

.ics-home-creator-cta__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: var(--home-orange);
    background: rgba(255, 255, 255, 0.1);
    font-size: 20px;
}

.ics-home-creator-cta h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.ics-home-creator-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 9px;
}

.ics-home-creator-cta__actions {
    display: flex;
    gap: 10px;
}

.ics-home-btn.is-dark-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: transparent;
}

.ics-home-btn.is-dark-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.ics-home-footer {
    margin-top: -1px;
    overflow: hidden;
    padding: 0 0 13px;
    color: rgba(255, 255, 255, 0.7);
    background:
        radial-gradient(circle at 88% 25%, rgba(83, 38, 146, 0.26), transparent 30%),
        linear-gradient(115deg, #0c0828, #05061e 62%, #090522);
}

.ics-home-footer__subscribe {
    position: relative;
    display: flex;
    width: 100vw;
    min-height: 66px;
    align-items: center;
    margin-left: calc(50% - 50vw);
    padding: 12px 0;
    color: #fff;
    background: transparent;
}

.ics-home-footer__subscribe::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 0 max(1rem, 18%);
    border-radius: 0 0 0 28px;
    background: linear-gradient(90deg, #ba3ecb, #ff9d12);
    pointer-events: none;
}

.ics-home-footer__subscribe-inner {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: var(--ics-page-max);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding-left: max(1rem, calc(18% + 12px));
    padding-right: 1rem;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .ics-home-footer__subscribe-inner {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ics-home-footer__subscribe-inner {
        padding-right: 2rem;
    }
}

.ics-home-footer__subscribe strong {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
}

.ics-home-footer__subscribe form {
    display: grid;
    width: min(350px, 100%);
    flex: 0 0 min(350px, 46%);
    grid-template-columns: 1fr auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.ics-home-footer__subscribe input,
.ics-home-footer__subscribe button {
    min-width: 0;
    min-height: 34px;
    border: 0;
    outline: 0;
    font: inherit;
}

.ics-home-footer__subscribe input {
    padding: 0 17px;
    color: #fff;
    background: transparent;
    font-size: 12px;
}

.ics-home-footer__subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ics-home-footer__subscribe button {
    margin: 3px;
    padding: 0 18px;
    border-radius: 999px;
    color: #b72c9e;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.ics-home-footer__grid {
    display: grid;
    grid-template-columns: 1.65fr repeat(4, 1fr) 1.25fr;
    gap: 30px;
    padding-top: 27px;
}

.ics-home-footer__brand img {
    width: 158px;
    height: 45px;
    padding: 4px 8px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}

.ics-home-footer__brand p {
    max-width: 228px;
    margin: 10px 0 12px;
    font-size: 12px;
    line-height: 1.6;
}

.ics-home-footer__socials {
    display: flex;
    gap: 8px;
}

.ics-home-footer__socials a {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

.ics-home-footer__grid > div:not(.ics-home-footer__brand) {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ics-home-footer h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.ics-home-footer__grid > div > a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.ics-home-footer__grid > div > a:hover {
    color: var(--home-orange);
}

.ics-home-footer__apps a {
    display: flex;
    min-height: 35px;
    align-items: center;
    gap: 9px;
    padding: 4px 11px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 5px;
    color: #fff !important;
    background: #02030d;
    font-size: 14px !important;
    line-height: 1;
}

.ics-home-footer__apps a i {
    font-size: 19px;
}

.ics-home-footer__apps a span {
    display: grid;
    gap: 2px;
}

.ics-home-footer__apps a small {
    font-size: 6px;
    letter-spacing: 0.04em;
}

.ics-home-footer__bottom {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-align: center;
}

.ics-home-login-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 20, 47, 0.74);
    backdrop-filter: blur(8px);
}

.ics-home-login-modal.is-open {
    display: flex;
}

.ics-home-login-modal__dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 32px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.ics-home-login-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    color: #667085;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.ics-home-login-modal__logo-link {
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
}

.ics-home-login-modal__logo {
    width: 150px;
    height: 45px;
    object-fit: contain;
}

.ics-home-login-modal h2 {
    margin: 14px 0 6px;
    font-size: 22px;
    font-weight: 800;
}

.ics-home-login-modal__dialog > p {
    color: var(--home-muted);
    font-size: 11px;
}

.ics-home-login-modal__form {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.ics-home-login-modal__form label {
    display: grid;
    gap: 6px;
    color: #344054;
    font-size: 10px;
    font-weight: 700;
}

.ics-home-login-modal__form input[type="email"],
.ics-home-login-modal__form input[type="password"] {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #dfe4ec;
    border-radius: 7px;
    outline: 0;
    font: inherit;
}

.ics-home-login-modal__form input:focus {
    border-color: var(--home-orange);
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.1);
}

.ics-home-login-modal__remember {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-weight: 500 !important;
}

.ics-home-login-modal__error {
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 6px;
    color: #a62d24;
    background: #fff0ef;
    font-size: 10px;
}

.ics-home-login-modal__register {
    margin: 16px 0 0;
    text-align: center;
}

.ics-home-login-modal__register a {
    color: var(--home-orange-dark);
    font-weight: 800;
}

@media (max-width: 1100px) {
    .ics-home-hero__grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
        gap: 38px;
    }

    .ics-home-featured__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ics-home-category-row {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ics-home-footer__grid {
        grid-template-columns: 1.4fr repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 860px) {
    .ics-home-nav__desktop {
        display: none;
    }

    .ics-home-nav__toggle {
        display: block;
    }

    .ics-home-nav__mobile {
        position: absolute;
        top: 70px;
        right: 20px;
        left: 20px;
        flex-direction: column;
        gap: 5px;
        padding: 15px;
        border: 1px solid #e1e6ee;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    }

    .ics-home-nav__mobile.is-open {
        display: flex;
    }

    .ics-home-v2 .ics-home-nav__mobile .site-nav-link {
        padding: 10px;
        color: #354156;
        text-shadow: none;
    }

    .ics-home-v2 .ics-home-nav__mobile .site-nav-link.active::after {
        display: none;
    }

    .ics-home-hero {
        padding-bottom: 80px;
    }

    .ics-home-hero__grid {
        grid-template-columns: 1fr;
    }

    .ics-home-hero__cards {
        max-width: 600px;
        padding-top: 0;
        transform: none;
    }

    .ics-home-person-card,
    .ics-home-person-card:nth-child(even) {
        transform: none;
    }

    .ics-home-hero__note {
        justify-content: center;
        padding-right: 0;
    }

    .ics-home-category-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ics-home-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ics-home-steps__grid {
        grid-template-columns: 1fr;
    }

    .ics-home-step-arrow {
        transform: rotate(90deg);
    }

    .ics-home-community__panel {
        grid-template-columns: 1fr;
    }

    .ics-home-pricing__grid {
        gap: 14px;
    }

    .ics-home-pricing__grid article {
        padding: 22px 18px;
    }

    .ics-home-creator-cta__inner {
        grid-template-columns: 50px 1fr;
    }

    .ics-home-creator-cta__actions {
        grid-column: 1 / -1;
    }

    .ics-home-footer__grid {
        grid-template-columns: 1.5fr repeat(2, 1fr);
    }

    .ics-home-footer__subscribe {
        padding: 12px 0;
    }

    .ics-home-footer__subscribe::before {
        inset: 0 0 0 max(1rem, 10%);
        border-radius: 0 0 0 24px;
    }

    .ics-home-footer__subscribe-inner {
        padding-left: max(1.5rem, calc(10% + 16px));
    }
}

@media (max-width: 640px) {
    .ics-home-nav__brand img {
        height: 2.5rem;
        max-width: min(260px, 70vw);
    }

    .ics-home-hero {
        min-height: auto;
        padding-top: 105px;
    }

    .ics-home-hero h1 {
        font-size: 36px;
    }

    .ics-home-hero__line {
        white-space: normal;
    }

    .ics-home-hero__proof {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .ics-home-search__tabs {
        overflow-x: auto;
    }

    .ics-home-search__tabs button {
        flex: 0 0 auto;
    }

    .ics-home-search__bar {
        grid-template-columns: 20px minmax(0, 1fr);
        min-height: 56px;
    }

    .ics-home-search__bar input {
        min-height: 48px;
        font-size: 15px;
    }

    .ics-home-search__bar button {
        grid-column: 1 / -1;
        min-height: 48px;
        margin: 4px 4px 4px -9px;
    }

    .ics-home-hero__cards {
        gap: 9px;
    }

    .ics-home-person-card {
        min-height: 0;
    }

    .ics-home-person-card__media {
        height: 120px;
    }

    .ics-home-section {
        padding: 42px 0;
    }

    .ics-home-section__head {
        align-items: flex-start;
    }

    .ics-home-section__head h2 {
        font-size: 24px;
    }

    .ics-home-section__head > a {
        display: none;
    }

    .ics-home-category-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px 8px;
    }

    .ics-home-featured__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ics-home-profile-card__media {
        height: 170px;
    }

    .ics-home-benefits__grid,
    .ics-home-stats__grid,
    .ics-home-pricing__grid {
        grid-template-columns: 1fr;
    }

    .ics-home-stats__grid > div {
        justify-content: flex-start;
        padding: 15px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ics-home-stats__grid > div:last-child {
        border-bottom: 0;
    }

    .ics-home-community__panel {
        padding: 26px 22px;
    }

    .ics-home-community__numbers {
        grid-template-columns: 1fr;
    }

    .ics-home-pricing__grid article.is-featured {
        transform: none;
    }

    .ics-home-creator-cta__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ics-home-creator-cta__icon {
        margin: auto;
    }

    .ics-home-creator-cta__actions {
        grid-column: auto;
        flex-direction: column;
    }

    .ics-home-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ics-home-footer__brand {
        grid-column: 1 / -1;
    }

    .ics-home-footer__subscribe {
        padding: 18px 0;
    }

    .ics-home-footer__subscribe::before {
        inset: 0;
        border-radius: 0 0 18px 18px;
    }

    .ics-home-footer__subscribe-inner {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .ics-home-footer__subscribe form {
        width: 100%;
        flex: none;
    }

    .ics-home-footer__bottom {
        flex-direction: column;
        gap: 8px;
    }
}

/* Keep the featured slider rules after the legacy homepage card styles. */
.ics-home-featured {
    overflow: hidden;
    background: #f3f5f2;
}

.ics-home-featured__grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
}

.ics-home-profile-card {
    overflow: hidden;
    height: auto;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 31, 20, 0.06);
}

.ics-home-profile-card__media {
    height: 205px;
    margin: 13px 13px 0;
    overflow: hidden;
    border-radius: 15px;
}

.ics-home-profile-card__media img {
    object-position: center 18%;
}

.ics-home-profile-card__body {
    padding: 15px 14px 14px;
}

.ics-home-profile-card__identity h3 {
    margin: 0;
    font-size: 14px;
}

.ics-home-profile-card__btn {
    min-height: 32px;
    margin: 0;
    border: 0;
    border-radius: 8px;
    color: #151811;
    background: #c9f65a;
    font-size: 12px;
    font-weight: 800;
}

.ics-home-profile-card__btn:hover {
    color: #151811;
    background: #b9e84a;
}

@media (max-width: 767px) {
    .ics-home-featured__grid {
        display: flex;
        grid-template-columns: none;
        gap: 0;
    }

    .ics-home-featured .ics-home-section__head > a {
        display: inline-flex;
    }

    .ics-home-profile-card__media {
        height: 230px;
    }
}

/* Marketing insights strip */
.ics-home-insights {
    padding: 28px 0;
    background: #faf9ff;
}

.ics-home-insights__layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(260px, 1.15fr);
    gap: 16px;
}

.ics-home-insights__panel {
    display: grid;
    height: 220px;
    grid-template-columns: 1.08fr minmax(0, 3fr);
    gap: 12px;
    padding: 13px;
    overflow: hidden;
    border-radius: 18px;
    background:
        radial-gradient(circle at 16% 75%, rgba(230, 69, 239, 0.34), transparent 26%),
        linear-gradient(120deg, #4c1285, #30106b 52%, #21105d);
    box-shadow: 0 15px 32px rgba(61, 22, 126, 0.16);
}

.ics-home-insights__panel > * {
    min-width: 0;
}

.ics-home-insights__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 11px;
    color: #fff;
}

.ics-home-insights__intro h2,
.ics-home-insights__creator h2,
.ics-home-plans__creator h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.035em;
}

.ics-home-insights__intro p {
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.55;
}

.ics-home-insights__intro a,
.ics-home-insights__creator > a,
.ics-home-plans__creator > a {
    position: relative;
    z-index: 3;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, #ff7a31, #ffad17);
    font-size: 12px;
    font-weight: 800;
}

.ics-home-insight-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    padding: 7px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(19, 8, 52, 0.18);
}

.ics-home-video-posts {
    display: flex;
}

.ics-home-video-slider {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.ics-home-insight-card .ics-home-video-card__media {
    position: relative;
    display: block;
    height: 132px;
    flex: 0 0 auto;
    margin: 0;
}

.ics-home-video-card__media > span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    color: #fff;
    background: rgba(121, 48, 194, 0.78);
    box-shadow: 0 5px 14px rgba(27, 5, 62, 0.28);
    font-size: 10px;
    transform: translate(-50%, -50%);
}

.ics-home-video-card__media > span i {
    margin-left: 2px;
}

.ics-home-insight-card img {
    width: 100%;
    height: 132px;
    border-radius: 9px;
    object-fit: cover;
    object-position: center 22%;
}

.ics-home-insight-card h3 {
    margin: 7px 2px 5px;
    overflow: hidden;
    color: #21163f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-insight-card a {
    margin: auto 2px 2px;
    color: #8f42d5;
    font-size: 11px;
    font-weight: 700;
}

.ics-home-video-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin: 0 2px 2px;
    color: #8b819c;
    font-size: 10px;
}

.ics-home-video-card__meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ics-home-video-card__meta span:first-child {
    color: #6d32a4;
    font-weight: 700;
}

.ics-home-insight-card--empty {
    grid-column: span 3;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ics-home-insight-card--empty > i {
    color: #9a5bd2;
    font-size: 30px;
}

.ics-home-insight-card--empty a {
    margin: 8px 0 0;
}

.ics-home-insight-card a i {
    margin-left: 3px;
    font-size: 7px;
}

.ics-home-insights__creator,
.ics-home-plans__creator {
    position: relative;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    padding: 28px 25px;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 65%, rgba(249, 68, 195, 0.48), transparent 27%),
        linear-gradient(130deg, #5d168d, #32116d 62%, #231059);
    box-shadow: 0 15px 32px rgba(61, 22, 126, 0.16);
}

.ics-home-insights__creator > div,
.ics-home-plans__creator > div:not(.ics-home-plans__rocket),
.ics-home-plans__creator ul {
    position: relative;
    z-index: 2;
    max-width: 61%;
}

.ics-home-insights__creator p,
.ics-home-plans__creator p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.55;
}

.ics-home-insights__creator > a {
    background: linear-gradient(90deg, #ae56f4, #ff57be);
}

.ics-home-insights__creator img,
.ics-home-plans__creator img {
    position: absolute;
    z-index: 1;
    right: -1%;
    bottom: 0;
    width: 48%;
    height: 94%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(1.06);
    -webkit-mask-image: linear-gradient(to left, #000 70%, transparent 100%);
    mask-image: linear-gradient(to left, #000 70%, transparent 100%);
}

.ics-home-insights__creator h2 i {
    display: inline-block;
    margin-left: 5px;
    color: #ff5bbf;
    font-size: 20px;
    filter: drop-shadow(0 4px 8px rgba(255, 63, 182, 0.35));
    animation: ics-home-heartbeat 1.35s ease-in-out infinite;
    transform-origin: center;
}

@keyframes ics-home-heartbeat {
    0%, 100% { transform: scale(1) rotate(-7deg); }
    20% { transform: scale(1.24) rotate(-3deg); }
    38% { transform: scale(1) rotate(-7deg); }
    55% { transform: scale(1.16) rotate(-4deg); }
}

/* Screenshot-style pricing plans */
.ics-home-plans {
    padding: 28px 0 48px;
    background:
        radial-gradient(circle at 80% 25%, rgba(119, 76, 225, 0.08), transparent 26%),
        #fcfbff;
}

.ics-home-plans__head {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.ics-home-plans__head h2 {
    margin: 2px 0 0;
    color: var(--home-ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.ics-home-plans__toggle {
    position: absolute;
    left: 50%;
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border-radius: 999px;
    background: #f0edf8;
    transform: translateX(-50%);
}

.ics-home-plans__toggle button {
    min-height: 30px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: #8d87a4;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
}

.ics-home-plans__toggle button.is-active {
    color: #fff;
    background: linear-gradient(90deg, #7744d2, #9c62e4);
    box-shadow: 0 5px 13px rgba(119, 68, 210, 0.25);
}

.ics-home-plans__toggle button.is-active span {
    color: rgba(255, 255, 255, 0.82);
}

.ics-home-plans__toggle button span {
    color: #8378a5;
}

.ics-home-plans__layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(270px, 1.2fr);
    gap: 42px;
    align-items: stretch;
}

.ics-home-plans__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ics-home-plans__cards article {
    position: relative;
    display: flex;
    min-height: 292px;
    flex-direction: column;
    padding: 22px 20px 16px;
    border: 1px solid #e6e0ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(44, 25, 84, 0.06);
}

.ics-home-plans__cards article.is-popular {
    border-color: #b783f0;
    box-shadow: 0 14px 30px rgba(107, 56, 180, 0.12);
}

.ics-home-plan-popular {
    position: absolute;
    top: -13px;
    left: 50%;
    min-width: 112px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, #ff7641, #ff9f14);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    transform: translateX(-50%);
}

.ics-home-plans__cards h3 {
    margin: 0;
    color: #392066;
    font-size: 15px;
    font-weight: 800;
}

.ics-home-plans__cards article > p {
    min-height: 34px;
    margin: 5px 0 12px;
    color: #767087;
    font-size: 12px;
    line-height: 1.5;
}

.ics-home-plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.ics-home-plan-price strong {
    color: #211534;
    font-size: 28px;
    letter-spacing: -0.045em;
}

.ics-home-plans__cards .is-popular .ics-home-plan-price strong {
    color: #8a45db;
}

.ics-home-plan-price span {
    color: #7f788b;
    font-size: 10px;
}

.ics-home-plans__cards ul,
.ics-home-plans__creator ul {
    display: grid;
    gap: 10px;
    margin: 16px 0;
    padding: 0;
    list-style: none;
}

.ics-home-plans__cards li {
    color: #5d5868;
    font-size: 11px;
}

.ics-home-plans__cards li::before,
.ics-home-plans__creator li::before {
    margin-right: 7px;
    color: #e95762;
    content: "✓";
    font-weight: 900;
}

.ics-home-plans__cards article > a {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid #a869e8;
    border-radius: 6px;
    color: #6936a5;
    font-size: 11px;
    font-weight: 800;
}

.ics-home-plans__cards .is-popular > a {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #ba3ecb, #ff9d12);
}

.ics-home-plans__creator {
    min-height: 292px;
    padding: 27px 23px 17px;
    border-radius: 14px;
}

.ics-home-plans__creator ul {
    gap: 9px;
    margin: 8px 0 13px;
}

.ics-home-plans__creator li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
}

.ics-home-plans__creator > div:not(.ics-home-plans__rocket) {
    width: 100%;
    max-width: 100%;
}

.ics-home-plans__creator > div:not(.ics-home-plans__rocket) p {
    max-width: 100%;
    font-size: 10px;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.ics-home-plans__creator h2 {
    font-size: 18px;
    white-space: nowrap;
}

.ics-home-plans__creator > a {
    min-height: 32px;
    color: #55228b;
    background: #fff;
}

.ics-home-plans__creator img {
    width: 54%;
    height: 88%;
}

.ics-home-plans__rocket {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: grid;
    width: 112px;
    height: 112px;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(185, 62, 242, 0.35), rgba(81, 29, 142, 0.08) 62%, transparent 64%);
    transform: translateY(-50%);
}

.ics-home-plans__rocket::before {
    position: absolute;
    right: 66%;
    bottom: 7%;
    width: 92px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 62, 191, 0.7));
    filter: blur(8px);
    content: "";
}

.ics-home-plans__rocket i {
    position: relative;
    z-index: 2;
    color: #ff5fbd;
    font-size: 66px;
    filter: drop-shadow(0 8px 12px rgba(247, 61, 190, 0.35));
}

@media (max-width: 1020px) {
    .ics-home-insights__layout,
    .ics-home-plans__layout {
        grid-template-columns: 1fr;
    }

    .ics-home-insights__creator,
    .ics-home-plans__creator {
        min-height: 230px;
    }

    .ics-home-plans__layout {
        gap: 20px;
    }
}

@media (max-width: 760px) {
    .ics-home-insights__panel {
        height: auto;
        grid-template-columns: 1fr;
    }

    .ics-home-insights__intro {
        min-height: 180px;
    }

    .ics-home-insight-card {
        display: grid;
        height: auto;
        grid-template-columns: 115px 1fr;
        gap: 5px 12px;
    }

    .ics-home-insight-card img {
        height: 92px;
    }

    .ics-home-insight-card .ics-home-video-card__media {
        grid-row: 1 / 3;
        height: 92px;
    }

    .ics-home-insight-card h3 {
        margin-top: 8px;
    }

    .ics-home-plans__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ics-home-plans__toggle {
        position: static;
        align-self: center;
        transform: none;
    }

    .ics-home-plans__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .ics-home-plans__creator > div:not(.ics-home-plans__rocket) p {
        white-space: normal;
    }
}


/* ===== How It Works page (reference layout v2) ===== */
.ics-hiw-page {
    --hiw-purple: #6d5efc;
    --hiw-purple-deep: #5b4cdb;
    --hiw-purple-soft: #f0edff;
    --hiw-ink: #0f172a;
    --hiw-muted: #64748b;
    --hiw-line: #e8ecf3;
    --hiw-orange: #ff7a59;
    --hiw-green: #16a34a;
    --hiw-blue: #3b82f6;
    --hiw-pink: #ec4899;
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    background: #fff;
    color: var(--hiw-ink);
}

.ics-hiw-page a { text-decoration: none; }

.ics-hiw-shell {
    width: min(1160px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.ics-hiw-hero {
    position: relative;
    padding: 8.5rem 0 4.25rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse 48% 42% at 82% 28%, rgba(109, 94, 252, 0.12), transparent 70%),
        radial-gradient(ellipse 36% 30% at 8% 78%, rgba(255, 122, 89, 0.07), transparent 65%),
        #fff;
}

.ics-hiw-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

.ics-hiw-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.2rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: var(--hiw-purple-soft);
    color: var(--hiw-purple);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.ics-hiw-badge__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--hiw-purple);
    box-shadow: 0 0 0 3px rgba(109, 94, 252, 0.2);
}

.ics-hiw-hero__copy h1 {
    margin: 0 0 1.05rem;
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.ics-hiw-hero__copy h1 span { color: var(--hiw-purple); }

.ics-hiw-hero__lead {
    margin: 0 0 1.65rem;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--hiw-muted);
}

.ics-hiw-hero__actions,
.ics-hiw-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.ics-hiw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.8rem 1.35rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ics-hiw-btn:hover { transform: translateY(-1px); }

.ics-hiw-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--hiw-purple), var(--hiw-purple-deep));
    box-shadow: 0 10px 24px rgba(109, 94, 252, 0.28);
}

.ics-hiw-btn--ghost {
    color: var(--hiw-purple);
    background: #fff;
    border: 1px solid #d9def0;
}

.ics-hiw-btn--ghost:hover {
    border-color: var(--hiw-purple);
    background: var(--hiw-purple-soft);
}

.ics-hiw-btn--white {
    color: var(--hiw-purple-deep);
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.ics-hiw-btn--outline-white {
    color: #fff;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
}

.ics-hiw-btn--outline-white:hover { background: rgba(255, 255, 255, 0.12); }

.ics-hiw-hero__trust { margin-top: 1.85rem; }

.ics-hiw-avatars {
    display: flex;
    align-items: center;
    margin-bottom: 0.65rem;
}

.ics-hiw-avatars img,
.ics-hiw-avatars__more {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -0.55rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.ics-hiw-avatars img:first-child { margin-left: 0; }

.ics-hiw-avatars__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hiw-purple);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
}

.ics-hiw-hero__trust p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--hiw-muted);
}

.ics-hiw-hero__visual {
    position: relative;
    min-height: 460px;
}

.ics-hiw-hero__glow {
    position: absolute;
    inset: 8% 4% 12% 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(109, 94, 252, 0.2), transparent 68%);
    filter: blur(10px);
}

.ics-hiw-ai-card {
    position: absolute;
    z-index: 3;
    top: 4%;
    left: 0;
    width: min(210px, 48%);
    padding: 1rem 1rem 0.95rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    animation: ics-hiw-float 5.2s ease-in-out infinite;
}

.ics-hiw-ai-card__ring {
    --score: 96;
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, #fff 58%, transparent 59%),
        conic-gradient(#22c55e calc(var(--score) * 1%), #e8ecf3 0);
}

.ics-hiw-ai-card__ring strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    color: var(--hiw-ink);
}

.ics-hiw-ai-card__ring span {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--hiw-muted);
}

.ics-hiw-ai-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.ics-hiw-ai-card li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
}

.ics-hiw-ai-card li i {
    color: var(--hiw-green);
    font-size: 0.65rem;
}

.ics-hiw-profile-card {
    position: absolute;
    z-index: 2;
    top: 14%;
    right: 2%;
    width: min(290px, 68%);
    padding: 1.25rem 1.25rem 1.1rem;
    border-radius: 1.35rem;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
    animation: ics-hiw-float 5.8s ease-in-out infinite reverse;
}

.ics-hiw-profile-card__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.ics-hiw-profile-card__head img {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    object-fit: cover;
}

.ics-hiw-profile-card__head h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.ics-hiw-profile-card__head h2 i {
    color: #3b82f6;
    font-size: 0.82rem;
}

.ics-hiw-profile-card__head p {
    margin: 0.15rem 0 0;
    font-size: 0.8rem;
    color: var(--hiw-muted);
}

.ics-hiw-profile-card__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.8rem 0.5rem;
    border-radius: 0.9rem;
    background: #f8fafc;
    text-align: center;
}

.ics-hiw-profile-card__stats strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.ics-hiw-profile-card__stats span {
    font-size: 0.7rem;
    color: var(--hiw-muted);
}

.ics-hiw-profile-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    border-radius: 0.8rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    background: linear-gradient(135deg, var(--hiw-purple), var(--hiw-purple-deep));
}

.ics-hiw-contact-card {
    position: absolute;
    z-index: 4;
    left: 8%;
    bottom: 6%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: min(250px, 70%);
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e8ecf3;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    animation: ics-hiw-float 4.6s ease-in-out infinite;
}

.ics-hiw-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    color: #fff;
    background: var(--hiw-purple);
    flex-shrink: 0;
}

.ics-hiw-contact-card strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 0.15rem;
}

.ics-hiw-contact-card p {
    margin: 0;
    font-size: 0.72rem;
    color: var(--hiw-muted);
    line-height: 1.35;
    filter: blur(0.3px);
}

@keyframes ics-hiw-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.ics-hiw-section { padding: 4.5rem 0; }

.ics-hiw-section__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.6rem;
}

.ics-hiw-section__head h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ics-hiw-section__head p {
    margin: 0;
    color: var(--hiw-muted);
    font-size: 1.02rem;
    line-height: 1.6;
}

.ics-hiw-steps {
    background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
}

.ics-hiw-steps__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
}

.ics-hiw-steps__grid::before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 12%;
    right: 12%;
    border-top: 2px dotted #d9def0;
    z-index: 0;
}

.ics-hiw-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 0.35rem;
}

.ics-hiw-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--hiw-purple);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 0 0 6px #fff, 0 0 0 8px #ece9ff;
}

.ics-hiw-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    font-size: 1.15rem;
    color: var(--hiw-purple);
    background: var(--hiw-purple-soft);
}

.ics-hiw-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.ics-hiw-step p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--hiw-muted);
}

.ics-hiw-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.ics-hiw-feature {
    padding: 1.45rem 1.3rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid var(--hiw-line);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ics-hiw-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.ics-hiw-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 0.95rem;
    border-radius: 50%;
    font-size: 1rem;
}

.ics-hiw-feature__icon--purple { background: #efeaff; color: var(--hiw-purple); }
.ics-hiw-feature__icon--green { background: #e8f8ef; color: var(--hiw-green); }
.ics-hiw-feature__icon--orange { background: #fff1eb; color: var(--hiw-orange); }
.ics-hiw-feature__icon--blue { background: #e8f1ff; color: var(--hiw-blue); }
.ics-hiw-feature__icon--violet { background: #f3e8ff; color: #8b5cf6; }

.ics-hiw-feature h3 {
    margin: 0 0 0.5rem;
    font-size: 1.02rem;
    font-weight: 800;
}

.ics-hiw-feature p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--hiw-muted);
}

.ics-hiw-benefit {
    background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
}

.ics-hiw-benefit__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
}

.ics-hiw-benefit-card {
    padding: 1.8rem 1.65rem;
    border-radius: 1.35rem;
    border: 1px solid transparent;
}

.ics-hiw-benefit-card--brands {
    background: linear-gradient(160deg, #f5f2ff 0%, #faf8ff 100%);
    border-color: #e4dcff;
}

.ics-hiw-benefit-card--creators {
    background: linear-gradient(160deg, #effaf3 0%, #f7fcf9 100%);
    border-color: #d4f0df;
}

.ics-hiw-benefit-card h3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.15rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.ics-hiw-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.75rem;
    font-size: 1rem;
}

.ics-hiw-benefit-card--brands .ics-hiw-benefit-card__icon {
    background: var(--hiw-purple);
    color: #fff;
}

.ics-hiw-benefit-card--creators .ics-hiw-benefit-card__icon {
    background: var(--hiw-green);
    color: #fff;
}

.ics-hiw-benefit-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.ics-hiw-benefit-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.94rem;
    line-height: 1.5;
    color: #334155;
}

.ics-hiw-benefit-card li i { margin-top: 0.15rem; font-size: 1rem; }
.ics-hiw-benefit-card--brands li i { color: var(--hiw-purple); }
.ics-hiw-benefit-card--creators li i { color: var(--hiw-green); }

.ics-hiw-pricing { background: #fff; }

.ics-hiw-pricing__layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.35rem;
    align-items: start;
}

.ics-hiw-credits {
    padding: 1.5rem 1.25rem;
    border-radius: 1.2rem;
    background: #f8f7ff;
    border: 1px solid #e6e1ff;
}

.ics-hiw-credits h3 {
    margin: 0 0 1.15rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.ics-hiw-credits ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.05rem;
}

.ics-hiw-credits li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.ics-hiw-credits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.7rem;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.ics-hiw-credits__icon--gift { background: #ffe8d9; color: var(--hiw-orange); }
.ics-hiw-credits__icon--card { background: #e8f1ff; color: var(--hiw-blue); }
.ics-hiw-credits__icon--shield { background: #e8f8ef; color: var(--hiw-green); }

.ics-hiw-credits strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
}

.ics-hiw-credits p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--hiw-muted);
}

.ics-hiw-plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
}

.ics-hiw-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.1rem 1.15rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid var(--hiw-line);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.ics-hiw-plan--popular {
    border-color: var(--hiw-purple);
    box-shadow: 0 14px 32px rgba(109, 94, 252, 0.16);
    background: linear-gradient(180deg, #faf8ff 0%, #fff 40%);
}

.ics-hiw-plan__badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: var(--hiw-purple);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}

.ics-hiw-plan h3 {
    margin: 0.2rem 0 0.65rem;
    font-size: 1rem;
    font-weight: 800;
}

.ics-hiw-plan__price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.35rem;
}

.ics-hiw-plan__price strong {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ics-hiw-plan__price span {
    font-size: 0.8rem;
    color: var(--hiw-muted);
}

.ics-hiw-plan__credits {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hiw-purple);
}

.ics-hiw-plan ul {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    display: grid;
    gap: 0.55rem;
    flex: 1;
}

.ics-hiw-plan li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #475569;
}

.ics-hiw-plan li i {
    margin-top: 0.12rem;
    font-size: 0.72rem;
}

.ics-hiw-plan li.is-yes i { color: var(--hiw-green); }
.ics-hiw-plan li.is-no i { color: #ef4444; }
.ics-hiw-plan li.is-no { color: #94a3b8; }

.ics-hiw-plan__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    border-radius: 0.75rem;
    border: 1px solid #d9def0;
    color: var(--hiw-purple);
    font-size: 0.88rem;
    font-weight: 700;
    background: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ics-hiw-plan__btn:hover {
    background: var(--hiw-purple-soft);
    border-color: var(--hiw-purple);
}

.ics-hiw-plan__btn--primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--hiw-purple), var(--hiw-purple-deep));
}

.ics-hiw-plan__btn--primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--hiw-purple-deep), #4c3fd4);
}

.ics-hiw-credits-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: 1.1rem 1.35rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #f3efff, #f8f5ff);
    border: 1px solid #e4dcff;
}

.ics-hiw-credits-banner > div:first-child {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.ics-hiw-credits-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    background: #ffe8d9;
    color: var(--hiw-orange);
}

.ics-hiw-credits-banner strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
}

.ics-hiw-credits-banner p {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: var(--hiw-muted);
}

.ics-hiw-brands {
    padding: 1.5rem 0 3rem;
    text-align: center;
}

.ics-hiw-brands h2 {
    margin: 0 0 1.6rem;
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 800;
    color: #334155;
}

.ics-hiw-brands__row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.75rem 2.5rem;
}

.ics-hiw-brand {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #94a3b8;
    opacity: 0.85;
    user-select: none;
}

.ics-hiw-brand--digit { font-style: italic; font-weight: 700; }
.ics-hiw-brand--myntra { letter-spacing: 0.04em; text-transform: lowercase; font-variant: small-caps; }
.ics-hiw-brand--swiggy { letter-spacing: 0.08em; font-size: 1.15rem; }
.ics-hiw-brand--boat { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.ics-hiw-brand--cred { letter-spacing: 0.18em; font-size: 1.1rem; }
.ics-hiw-brand--nykaa { letter-spacing: 0.12em; font-size: 1.15rem; }

.ics-hiw-cta { padding: 1rem 0 4.25rem; }

.ics-hiw-cta__banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.15rem 2.3rem;
    border-radius: 1.35rem;
    background: linear-gradient(105deg, #6d5efc 0%, #8b5cf6 42%, #ff7a59 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(109, 94, 252, 0.28);
}

.ics-hiw-cta__copy h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 800;
}

.ics-hiw-cta__copy p {
    margin: 0;
    opacity: 0.92;
    font-size: 0.98rem;
}

@media (max-width: 1100px) {
    .ics-hiw-pricing__layout { grid-template-columns: 1fr; }
    .ics-hiw-plans { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1020px) {
    .ics-hiw-hero__grid,
    .ics-hiw-benefit__grid {
        grid-template-columns: 1fr;
    }

    .ics-hiw-steps__grid,
    .ics-hiw-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ics-hiw-steps__grid::before { display: none; }

    .ics-hiw-hero__visual {
        min-height: 420px;
        order: -1;
    }

    .ics-hiw-cta__banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .ics-hiw-hero { padding: 7.25rem 0 3rem; }
    .ics-hiw-shell { width: min(1160px, calc(100% - 1.5rem)); }
    .ics-hiw-section { padding: 3.1rem 0; }

    .ics-hiw-steps__grid,
    .ics-hiw-features__grid,
    .ics-hiw-plans {
        grid-template-columns: 1fr;
    }

    .ics-hiw-hero__actions,
    .ics-hiw-cta__actions { width: 100%; }

    .ics-hiw-hero__actions .ics-hiw-btn,
    .ics-hiw-cta__actions .ics-hiw-btn,
    .ics-hiw-credits-banner .ics-hiw-btn {
        width: 100%;
    }

    .ics-hiw-credits-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .ics-hiw-cta__banner { padding: 1.55rem 1.3rem; }

    .ics-hiw-ai-card {
        left: 2%;
        top: 0;
        width: 44%;
    }

    .ics-hiw-profile-card {
        right: 0;
        width: 62%;
    }

    .ics-hiw-contact-card {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: min(260px, 88%);
    }

    .ics-hiw-avatars img:nth-child(n+6) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .ics-hiw-profile-card,
    .ics-hiw-ai-card,
    .ics-hiw-contact-card {
        animation: none;
    }
}

/* ===== Intelligent Match / AI Match Hub ===== */
.ics-aimatch-page {
    --aimatch-purple: #7c3aed;
    --aimatch-purple-dark: #6d28d9;
    --aimatch-purple-soft: #f3e8ff;
    --aimatch-ink: #111827;
    --aimatch-muted: #6b7280;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    background:
        radial-gradient(ellipse 80% 50% at 85% -5%, rgba(124, 58, 237, 0.14), transparent 55%),
        radial-gradient(ellipse 55% 40% at 5% 10%, rgba(167, 139, 250, 0.08), transparent 50%),
        #f8f7fc;
}

.ics-aimatch-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.ics-aimatch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 14px;
    padding: 0.85rem 1.35rem;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ics-aimatch-btn:hover { transform: translateY(-1px); }
.ics-aimatch-btn:disabled { opacity: 0.7; cursor: wait; transform: none; }

.ics-aimatch-btn--primary {
    background: linear-gradient(135deg, #8b5cf6, var(--aimatch-purple-dark));
    color: #fff;
    box-shadow: 0 12px 28px rgba(109, 40, 217, 0.28);
}
.ics-aimatch-btn--ghost {
    background: #fff;
    color: var(--aimatch-purple-dark);
    border-color: #ddd6fe;
}
.ics-aimatch-btn--white {
    background: #fff;
    color: var(--aimatch-purple-dark);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
.ics-aimatch-btn--xl {
    width: 100%;
    padding: 0.95rem 1.25rem;
    font-size: 1rem;
    margin-top: 0.25rem;
}

/* —— Hero —— */
.ics-aimatch-hero { padding: 7rem 0 1.25rem; }

.ics-aimatch-hero__grid {
    display: grid;
    gap: 1.5rem;
    align-items: center;
}
@media (min-width: 980px) {
    .ics-aimatch-hero__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1fr) minmax(200px, 230px);
        gap: 1.25rem 1.5rem;
    }
}

.ics-aimatch-hero h1 {
    margin: 0;
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    line-height: 1.2;
    font-weight: 800;
    color: var(--aimatch-ink);
    letter-spacing: -0.015em;
}
.ics-aimatch-hero h1 span { color: var(--aimatch-purple-dark); }

.ics-aimatch-hero__lead {
    margin: 0.75rem 0 0;
    max-width: 28rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--aimatch-muted);
}

.ics-aimatch-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.15rem;
}
.ics-aimatch-hero__actions .ics-aimatch-btn {
    padding: 0.7rem 1.05rem;
    font-size: 0.86rem;
}

.ics-aimatch-proof {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.2rem;
}
.ics-aimatch-proof__avatars {
    display: flex;
}
.ics-aimatch-proof__avatars img {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -0.55rem;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}
.ics-aimatch-proof__avatars img:first-child { margin-left: 0; }
.ics-aimatch-proof p {
    margin: 0;
    font-size: 0.84rem;
    color: #4b5563;
    line-height: 1.4;
    max-width: 16rem;
}
.ics-aimatch-proof strong { color: var(--aimatch-ink); }

.ics-aimatch-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 18rem;
}

.ics-aimatch-orbit {
    position: relative;
    width: min(320px, 100%);
    aspect-ratio: 1;
    margin-inline: auto;
}
.ics-aimatch-orbit__ring {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 1.5px solid rgba(124, 58, 237, 0.18);
    animation: ics-aimatch-spin 28s linear infinite;
}
.ics-aimatch-orbit__ring--1 { inset: 8%; border-style: dashed; opacity: 0.9; }
.ics-aimatch-orbit__ring--2 { inset: 18%; animation-direction: reverse; animation-duration: 22s; border-color: rgba(167, 139, 250, 0.35); }
.ics-aimatch-orbit__ring--3 {
    inset: 28%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 70%);
    border: none;
    animation: ics-aimatch-pulse 3.2s ease-in-out infinite;
}

.ics-aimatch-orbit__core {
    position: absolute;
    inset: 28%;
    width: 44%;
    height: 44%;
    margin: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(109, 40, 217, 0.28));
    animation: ics-aimatch-float 4.8s ease-in-out infinite;
}

.ics-aimatch-orbit__dot {
    position: absolute;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    overflow: visible;
    animation: ics-aimatch-float 5.2s ease-in-out infinite;
}
.ics-aimatch-orbit__dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}
.ics-aimatch-orbit__dot > i {
    position: absolute;
    right: -0.15rem;
    bottom: -0.15rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 0.68rem;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}
.ics-aimatch-orbit__dot--1 { top: 4%; left: 10%; }
.ics-aimatch-orbit__dot--1 > i { color: #e1306c; }
.ics-aimatch-orbit__dot--2 { top: 6%; right: 6%; animation-delay: 0.4s; }
.ics-aimatch-orbit__dot--2 > i { color: #dc2626; }
.ics-aimatch-orbit__dot--3 { bottom: 16%; right: 2%; animation-delay: 0.8s; }
.ics-aimatch-orbit__dot--3 > i { color: #1877f2; }
.ics-aimatch-orbit__dot--4 { bottom: 8%; left: 14%; animation-delay: 1.1s; }
.ics-aimatch-orbit__dot--4 > i { color: #e1306c; }

.ics-aimatch-status-float {
    position: relative;
    width: 100%;
    max-width: 230px;
    justify-self: end;
    background: #fff;
    border-radius: 14px;
    padding: 0.75rem 0.85rem;
    box-shadow: 0 14px 32px rgba(109, 40, 217, 0.14);
    border: 1px solid #ede9fe;
    z-index: 2;
}
.ics-aimatch-status-float header {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.7rem;
}
.ics-aimatch-status-float header strong {
    font-size: 0.76rem;
    color: var(--aimatch-ink);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.ics-aimatch-status-float header strong i { color: var(--aimatch-purple); }
.ics-aimatch-live {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.68rem;
    font-weight: 750;
}
.ics-aimatch-live i {
    font-size: 0.45rem;
    animation: ics-aimatch-pulse 1.4s ease-in-out infinite;
}
.ics-aimatch-status-float dl {
    margin: 0;
    display: grid;
    gap: 0.45rem;
}
.ics-aimatch-status-float dl div {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.68rem;
}
.ics-aimatch-status-float dt {
    color: var(--aimatch-muted);
    font-weight: 600;
}
.ics-aimatch-status-float dd {
    margin: 0;
    font-weight: 750;
    color: var(--aimatch-ink);
    text-align: right;
}

@keyframes ics-aimatch-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes ics-aimatch-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.85; }
}
@keyframes ics-aimatch-spin {
    to { transform: rotate(360deg); }
}

/* —— Stats —— */
.ics-aimatch-stats-wrap { padding: 0.5rem 0 1.5rem; }
.ics-aimatch-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}
@media (min-width: 860px) {
    .ics-aimatch-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
.ics-aimatch-stat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
    border: 1px solid #ece7f7;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 24px rgba(109, 40, 217, 0.06);
}
.ics-aimatch-stat__icon {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 1rem;
}
.ics-aimatch-stat__icon--purple { background: #ede9fe; color: #7c3aed; }
.ics-aimatch-stat__icon--green { background: #dcfce7; color: #16a34a; }
.ics-aimatch-stat__icon--orange { background: #ffedd5; color: #ea580c; }
.ics-aimatch-stat__icon--blue { background: #dbeafe; color: #2563eb; }
.ics-aimatch-stat strong {
    display: block;
    font-size: 1.2rem;
    color: var(--aimatch-ink);
    line-height: 1.15;
}
.ics-aimatch-stat span {
    font-size: 0.74rem;
    color: var(--aimatch-muted);
    font-weight: 600;
}

/* —— Demo workspace —— */
.ics-aimatch-sample { padding: 2rem 0 2.5rem; }
.ics-aimatch-sample__head {
    text-align: center;
    margin-bottom: 1.5rem;
}
.ics-aimatch-sample__head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--aimatch-ink);
}
.ics-aimatch-sample__head h2 span { color: var(--aimatch-purple); }
.ics-aimatch-sample__head p {
    margin: 0.5rem auto 0;
    max-width: 40rem;
    color: var(--aimatch-muted);
}

.ics-aimatch-workspace {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}
@media (min-width: 1100px) {
    .ics-aimatch-workspace {
        grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1.15fr);
        gap: 1rem;
        height: 560px;
        max-height: 560px;
    }
    .ics-aimatch-form,
    .ics-aimatch-engine,
    .ics-aimatch-results-pane {
        height: 560px;
        max-height: 560px;
        min-height: 560px;
        overflow: hidden;
    }
}

.ics-aimatch-form {
    background: #fff;
    border: 1px solid #ece7f7;
    border-radius: 20px;
    padding: 1.15rem 1.1rem 1.25rem;
    box-shadow: 0 16px 36px rgba(109, 40, 217, 0.07);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 0;
}
.ics-aimatch-form .ics-aimatch-panels {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
.ics-aimatch-form .ics-aimatch-btn--xl {
    margin-top: auto;
}

.ics-aimatch-find {
    display: grid;
    gap: 0.4rem;
}
.ics-aimatch-find button {
    text-align: left;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    padding: 0.7rem 0.85rem;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 700;
    color: #374151;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.ics-aimatch-find button i {
    margin-right: 0.35rem;
    color: var(--aimatch-purple);
}
.ics-aimatch-find button.is-active {
    background: var(--aimatch-purple);
    border-color: var(--aimatch-purple);
    color: #fff;
}
.ics-aimatch-find button.is-active i { color: rgba(255, 255, 255, 0.92); }

.ics-aimatch-form__label {
    margin: 0 0 0.45rem;
    font-size: 0.76rem;
    font-weight: 750;
    color: #4b5563;
}
.ics-aimatch-form__block { margin-top: 0.15rem; }

.ics-aimatch-panel[hidden] { display: none !important; }
.ics-aimatch-panel.is-active { display: grid; gap: 0.85rem; }

.ics-aimatch-field { display: grid; gap: 0.3rem; }
.ics-aimatch-field > span {
    font-size: 0.76rem;
    font-weight: 700;
    color: #4b5563;
}
.ics-aimatch-field select {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
    font: inherit;
    background: #fff;
    color: var(--aimatch-ink);
}

.ics-aimatch-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.ics-aimatch-platforms button {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    font-size: 1.05rem;
    color: #374151;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.ics-aimatch-platforms button.is-active {
    background: var(--aimatch-purple-soft);
    border-color: #c4b5fd;
    color: var(--aimatch-purple-dark);
}

/* Engine column — progress only */
.ics-aimatch-engine {
    background: linear-gradient(165deg, #1e1b4b 0%, #312e81 55%, #4c1d95 100%);
    border-radius: 20px;
    padding: 1.15rem 0.95rem;
    color: #e0e7ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 18px 40px rgba(49, 46, 129, 0.35);
    min-height: 22rem;
    overflow: hidden;
}
.ics-aimatch-engine.is-busy .ics-aimatch-engine__orb {
    animation: ics-aimatch-pulse 1.1s ease-in-out infinite;
}
.ics-aimatch-engine__orb {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    color: #c4b5fd;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}
.ics-aimatch-engine__title {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c4b5fd;
}
.ics-aimatch-engine__mode {
    margin: 0.35rem 0 0;
    font-size: 0.76rem;
    font-weight: 650;
    color: #c7d2fe;
    min-height: 2.2rem;
    line-height: 1.35;
}
.ics-aimatch-engine__pct {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.85rem;
    line-height: 1;
    color: #fff;
}
.ics-aimatch-engine__bar {
    width: 100%;
    height: 0.4rem;
    margin: 0.7rem 0 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}
.ics-aimatch-engine__bar span {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a78bfa, #22c55e);
    transition: width 0.08s linear;
}
.ics-aimatch-engine__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: grid;
    gap: 0.35rem;
    overflow-y: auto;
    min-height: 0;
    flex: 1;
}
.ics-aimatch-engine__steps li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.55rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
    color: #a5b4fc;
    position: relative;
}
.ics-aimatch-engine__steps li::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}
.ics-aimatch-engine__steps li strong {
    font-size: 0.8rem;
    font-weight: 650;
    color: #e0e7ff;
}
.ics-aimatch-engine__steps li.is-active {
    background: rgba(167, 139, 250, 0.22);
}
.ics-aimatch-engine__steps li.is-active::before {
    background: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.35);
}
.ics-aimatch-engine__steps li.is-done::before {
    background: #22c55e;
}
.ics-aimatch-engine__steps li.is-done strong { color: #bbf7d0; }

/* Results pane — match cards only */
.ics-aimatch-results-pane {
    background: #fff;
    border: 1px solid #ece7f7;
    border-radius: 20px;
    padding: 0.95rem 1rem;
    box-shadow: 0 16px 36px rgba(109, 40, 217, 0.07);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 22rem;
    min-width: 0;
}
.ics-aimatch-results-pane__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-shrink: 0;
}
.ics-aimatch-results-pane__head h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--aimatch-ink);
}
.ics-aimatch-results-pane__head h3 i { color: var(--aimatch-purple); margin-right: 0.3rem; }
.ics-aimatch-results-pane__tag {
    font-size: 0.65rem;
    font-weight: 750;
    color: var(--aimatch-purple-dark);
    background: var(--aimatch-purple-soft);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}
.ics-aimatch-sample-banner {
    margin: 0;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    color: #5b21b6;
    font-size: 0.72rem;
    line-height: 1.4;
    font-weight: 600;
    flex-shrink: 0;
}
.ics-aimatch-sample-banner i { margin-right: 0.25rem; }

.ics-aimatch-results__list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.15rem;
}
.ics-aimatch-results__placeholder {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 0.65rem;
    padding: 2rem 1rem;
    color: var(--aimatch-muted);
    border: 1px dashed #ddd6fe;
    border-radius: 14px;
    min-height: 10rem;
    height: 100%;
}
.ics-aimatch-results__placeholder i {
    font-size: 1.8rem;
    color: #a78bfa;
}
.ics-aimatch-results__placeholder p {
    margin: 0;
    max-width: 16rem;
    font-size: 0.88rem;
}
.ics-aimatch-results__empty {
    margin: 0;
    padding: 0.85rem;
    border-radius: 12px;
    background: #f9fafb;
    color: var(--aimatch-muted);
    text-align: center;
    font-size: 0.86rem;
}
.ics-aimatch-results-pane__upgrade {
    margin-top: auto;
    align-self: flex-end;
}

.ics-aimatch-link {
    color: var(--aimatch-purple-dark);
    font-weight: 750;
    text-decoration: none;
    font-size: 0.88rem;
}
.ics-aimatch-link:hover { text-decoration: underline; }

/* Result cards — compact list rows for right pane */
.ics-aimatch-card {
    background: #fafafa;
    border: 1px solid #ece7f7;
    border-radius: 12px;
    padding: 0.65rem 0.7rem;
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) auto;
    grid-template-areas:
        "photo body score"
        "photo stats stats"
        "actions actions actions";
    gap: 0.2rem 0.65rem;
    align-items: center;
    flex-shrink: 0;
}
.ics-aimatch-card__photo {
    grid-area: photo;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid #ede9fe;
    align-self: start;
}
.ics-aimatch-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ics-aimatch-card__body {
    grid-area: body;
    min-width: 0;
}
.ics-aimatch-card h3 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--aimatch-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ics-aimatch-card h3 i { color: #2563eb; font-size: 0.68rem; }
.ics-aimatch-card__handle,
.ics-aimatch-card__category {
    margin: 0;
    font-size: 0.68rem;
    color: var(--aimatch-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ics-aimatch-card__score {
    grid-area: score;
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.65rem;
    font-weight: 800;
    white-space: nowrap;
    align-self: start;
}
.ics-aimatch-card__stats {
    grid-area: stats;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    font-size: 0.65rem;
    color: #4b5563;
}
.ics-aimatch-card__stats strong { color: var(--aimatch-ink); }
.ics-aimatch-card__chips { display: none; }
.ics-aimatch-card__actions {
    grid-area: actions;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.ics-aimatch-card__preview {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--aimatch-muted);
    text-decoration: none;
    padding: 0.3rem 0.5rem;
}
.ics-aimatch-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background: var(--aimatch-purple);
    color: #fff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 750;
}
.ics-aimatch-card__cta:hover { background: var(--aimatch-purple-dark); }

.ics-aimatch-card__top,
.ics-aimatch-card__platform,
.ics-aimatch-card__meter,
.ics-aimatch-card__iq { display: none; }

/* Insights */
.ics-aimatch-insights-section { padding: 1.5rem 0 2.5rem; }
.ics-aimatch-section-head {
    text-align: center;
    margin-bottom: 1.5rem;
}
.ics-aimatch-section-head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 800;
}
.ics-aimatch-section-head p {
    margin: 0.45rem auto 0;
    max-width: 36rem;
    color: var(--aimatch-muted);
}

.ics-aimatch-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}
@media (min-width: 900px) {
    .ics-aimatch-insight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ics-aimatch-insight-grid { gap: 1rem; }
}
@media (min-width: 1100px) {
    .ics-aimatch-insight-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

.ics-aimatch-insight-card {
    background: #fff;
    border: 1px solid #ece7f7;
    border-radius: 16px;
    padding: 1rem 0.95rem;
    box-shadow: 0 10px 22px rgba(109, 40, 217, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 7.5rem;
}
.ics-aimatch-insight-card__label {
    font-size: 0.7rem;
    font-weight: 750;
    color: var(--aimatch-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.ics-aimatch-insight-card strong {
    font-size: 1.15rem;
    color: var(--aimatch-ink);
    line-height: 1.2;
}
.ics-aimatch-insight-card__hint {
    font-size: 0.72rem;
    color: var(--aimatch-muted);
}
.ics-aimatch-insight-card__icon {
    margin-top: auto;
    font-size: 1.4rem;
    color: var(--aimatch-purple);
}
.ics-aimatch-insight-card__bars {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    height: 2.2rem;
    margin-top: auto;
}
.ics-aimatch-insight-card__bars i {
    display: block;
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: #ddd6fe;
    height: 40%;
}
.ics-aimatch-insight-card__bars i:nth-child(2) { height: 55%; }
.ics-aimatch-insight-card__bars i:nth-child(3),
.ics-aimatch-insight-card__bars i.is-peak {
    height: 90%;
    background: var(--aimatch-purple);
}
.ics-aimatch-insight-card__bars i:nth-child(4) { height: 65%; }
.ics-aimatch-insight-card__bars i:nth-child(5) { height: 45%; }

.ics-aimatch-spark {
    width: 100%;
    height: 2rem;
    margin-top: auto;
}
.ics-aimatch-insight-card__plats {
    display: flex;
    gap: 0.55rem;
    margin-top: auto;
    font-size: 1.25rem;
    color: var(--aimatch-purple-dark);
}

.ics-aimatch-insights {
    margin-top: 1.15rem;
    border: 1px solid rgba(124, 58, 237, 0.18);
    background: linear-gradient(135deg, rgba(245, 243, 255, 0.95), rgba(255, 255, 255, 0.92));
    border-radius: 18px;
    padding: 1rem 1.15rem;
}
.ics-aimatch-insights[hidden] { display: none !important; }
.ics-aimatch-insights h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
    color: #312e81;
}
.ics-aimatch-insights p { margin: 0 0 0.55rem; color: #475569; }
.ics-aimatch-insights ul {
    margin: 0 0 0.75rem;
    padding-left: 1.1rem;
    color: #1e293b;
    font-weight: 650;
}
.ics-aimatch-insights__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.65rem;
}
.ics-aimatch-insights__meta span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    font-weight: 700;
}
.ics-aimatch-insights__meta strong {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.95rem;
    color: #0f172a;
}

/* How / steps */
.ics-aimatch-how { padding: 1.5rem 0 2.5rem; }
.ics-aimatch-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}
@media (min-width: 900px) {
    .ics-aimatch-steps { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.ics-aimatch-steps li {
    position: relative;
    background: #fff;
    border: 1px solid #ece7f7;
    border-radius: 16px;
    padding: 1.15rem 0.9rem 1.1rem;
    text-align: center;
}
.ics-aimatch-steps__num {
    position: absolute;
    top: 0.65rem;
    left: 0.75rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: var(--aimatch-purple-soft);
    color: var(--aimatch-purple-dark);
    font-size: 0.68rem;
    font-weight: 800;
    display: grid;
    place-items: center;
}
.ics-aimatch-steps__icon {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0.35rem auto 0.7rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #8b5cf6, var(--aimatch-purple-dark));
    color: #fff;
}
.ics-aimatch-steps strong {
    display: block;
    font-size: 0.9rem;
    color: var(--aimatch-ink);
}
.ics-aimatch-steps p {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    color: var(--aimatch-muted);
    line-height: 1.45;
}

/* Comparison */
.ics-aimatch-compare { padding: 1rem 0 2.5rem; }
.ics-aimatch-compare__grid {
    display: grid;
    gap: 1rem;
    align-items: stretch;
    position: relative;
}
@media (min-width: 860px) {
    .ics-aimatch-compare__grid {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 1.25rem;
    }
}
.ics-aimatch-compare__vs {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    border-radius: 999px;
    background: var(--aimatch-ink);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}
.ics-aimatch-compare__card {
    background: #fff;
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    border: 1px solid #ece7f7;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.ics-aimatch-compare__card h3 {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.ics-aimatch-compare__card--bad h3 { color: #b91c1c; }
.ics-aimatch-compare__card--good h3 { color: #15803d; }
.ics-aimatch-compare__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}
.ics-aimatch-compare__card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: #374151;
    font-weight: 600;
}
.ics-aimatch-compare__card--bad li i { color: #ef4444; margin-top: 0.15rem; }
.ics-aimatch-compare__card--good li i { color: #22c55e; margin-top: 0.15rem; }
.ics-aimatch-compare__card--good {
    border-color: #bbf7d0;
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

/* Explore — light tinted cards */
.ics-aimatch-explore { padding: 1.5rem 0 2rem; }
.ics-aimatch-explore__grid {
    display: grid;
    gap: 1.1rem;
}
@media (min-width: 860px) {
    .ics-aimatch-explore__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ics-aimatch-explore__card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    padding: 1.45rem 1.35rem 1.35rem;
    background: #fff;
    border: 1px solid #ece7f7;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    min-height: 15rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ics-aimatch-explore__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}
.ics-aimatch-explore__card--purple { background: linear-gradient(180deg, #faf5ff, #fff); border-color: #e9d5ff; }
.ics-aimatch-explore__card--green { background: linear-gradient(180deg, #f0fdf4, #fff); border-color: #bbf7d0; }
.ics-aimatch-explore__card--orange { background: linear-gradient(180deg, #fff7ed, #fff); border-color: #fed7aa; }

.ics-aimatch-explore__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 1rem;
}
.ics-aimatch-explore__card--purple .ics-aimatch-explore__icon { background: #7c3aed; }
.ics-aimatch-explore__card--green .ics-aimatch-explore__icon { background: #16a34a; }
.ics-aimatch-explore__card--orange .ics-aimatch-explore__icon { background: #ea580c; }

.ics-aimatch-explore__card h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
}
.ics-aimatch-explore__card--purple h3 { color: #6d28d9; }
.ics-aimatch-explore__card--green h3 { color: #15803d; }
.ics-aimatch-explore__card--orange h3 { color: #c2410c; }

.ics-aimatch-explore__card p {
    margin: 0.55rem 0 1.25rem;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
    flex: 1;
}
.ics-aimatch-explore__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    align-self: flex-start;
    padding: 0.65rem 1.1rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
    background: #fff;
    border: 1.5px solid currentColor;
    transition: background 0.2s ease;
}
.ics-aimatch-explore__card--purple .ics-aimatch-explore__btn { color: #6d28d9; }
.ics-aimatch-explore__card--green .ics-aimatch-explore__btn { color: #15803d; }
.ics-aimatch-explore__card--orange .ics-aimatch-explore__btn { color: #c2410c; }
.ics-aimatch-explore__btn:hover { background: rgba(255, 255, 255, 0.7); }

/* Pricing — banner + compare side by side */
.ics-aimatch-pricing { padding: 1rem 0 3.5rem; }
.ics-aimatch-pricing__row {
    display: grid;
    gap: 1.15rem;
}
@media (min-width: 1100px) {
    .ics-aimatch-pricing__row {
        grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
        align-items: stretch;
    }
}

.ics-aimatch-pricing__banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.35rem;
    padding: 1.6rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(115deg, #312e81 0%, #6d28d9 42%, #db2777 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(109, 40, 217, 0.28);
    min-height: 100%;
}
.ics-aimatch-pricing__banner-copy h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 800;
}
.ics-aimatch-pricing__banner-copy p {
    margin: 0;
    max-width: 28rem;
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.95;
}
.ics-aimatch-pricing__icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 0.75rem;
}
.ics-aimatch-pricing__icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.25;
}
.ics-aimatch-pricing__icons i {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.95rem;
}
.ics-aimatch-pricing__banner .ics-aimatch-btn {
    align-self: flex-start;
}

.ics-aimatch-pricing__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 18px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    align-items: stretch;
}
.ics-aimatch-plan {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.15rem 0.95rem 1rem;
    display: flex;
    flex-direction: column;
}
.ics-aimatch-plan--featured {
    border-color: #c4b5fd;
    box-shadow: 0 10px 24px rgba(109, 40, 217, 0.1);
}
.ics-aimatch-plan__badge {
    position: absolute;
    top: -0.55rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--aimatch-purple);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
}
.ics-aimatch-plan h3 {
    margin: 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--aimatch-ink);
}
.ics-aimatch-plan__sub {
    margin: 0.25rem 0 0.85rem;
    font-size: 0.78rem;
    color: var(--aimatch-muted);
    font-weight: 600;
}
.ics-aimatch-plan__sub strong {
    color: var(--aimatch-purple-dark);
    font-size: 0.95rem;
}
.ics-aimatch-plan ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    flex: 1;
}
.ics-aimatch-plan li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.35;
}
.ics-aimatch-plan li > i {
    margin-top: 0.2rem;
    font-size: 0.45rem;
    color: #9ca3af;
}
.ics-aimatch-plan li.is-on > i {
    font-size: 0.7rem;
    color: #22c55e;
    margin-top: 0.1rem;
}
.ics-aimatch-plan .ics-aimatch-btn {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.8rem;
}
.ics-aimatch-plan .ics-aimatch-btn--ghost {
    border-color: #93c5fd;
    color: #2563eb;
}

.ics-aimatch-agent-status--dash { margin-bottom: 0.85rem; }

@media (max-width: 640px) {
    .ics-aimatch-pricing__compare {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 979px) {
    .ics-aimatch-status-float {
        position: relative;
        max-width: 280px;
        justify-self: center;
        margin: 0 auto;
    }
    .ics-aimatch-hero__visual {
        min-height: 16rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ics-aimatch-orbit__core,
    .ics-aimatch-orbit__dot,
    .ics-aimatch-orbit__ring,
    .ics-aimatch-status-float,
    .ics-aimatch-engine.is-busy .ics-aimatch-engine__orb,
    .ics-aimatch-live i,
    .ics-aimatch-btn:hover,
    .ics-aimatch-explore__card:hover {
        animation: none;
        transform: none;
    }
}
