/* ============================================
   HOMEPAGE — IC-HOME
   Hero, services, stats, CTA, value props, etc.
   ============================================ */
:root {
    --ic-home-gradient: linear-gradient(135deg, #fd5631, #ff7b52);
}

/* --- Section Header (reused across all homepage sections) --- */
.ic-home-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}
.ic-home-section-header__kicker {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ic-nav-accent);
    background: rgba(253, 86, 49, 0.1);
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}
.ic-home-section-header__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.ic-home-section-header__subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   1. HERO — ic-home-hero (Cinematic)
   ============================================ */


/* --- Base section --- */
.ic-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 4rem 0 3rem;
}

/* Desktop: taller hero for cinematic impact */
@media (min-width: 993px) {
    .ic-home-hero {
        min-height: 600px;
        padding: 5rem 0 3.5rem;
    }
}
@media (min-width: 1200px) {
    .ic-home-hero {
        min-height: 640px;
    }
}

/* --- Full-bleed cinematic backdrop --- */
.ic-home-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.ic-home-hero__backdrop-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}
.ic-home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(31, 27, 45, 0.97) 0%, rgba(31, 27, 45, 0.88) 35%, rgba(31, 27, 45, 0.62) 60%, rgba(31, 27, 45, 0.35) 100%),
        linear-gradient(to top, rgba(31, 27, 45, 0.85) 0%, transparent 35%);
}
.ic-home-hero__noise {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
}

/* --- Accent line (diagonal sweep) --- */
.ic-home-hero__accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 5;
    background: linear-gradient(90deg, var(--ic-nav-accent) 0%, #ff7b52 40%, transparent 70%);
    transform-origin: left center;
}

/* --- Inner container --- */
.ic-home-hero__inner {
    position: relative;
    z-index: 3;
}
.ic-home-hero__inner > .row {
    align-items: center;
}
.ic-home-hero__content {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

/* Desktop content column spacing */
@media (min-width: 993px) {
    .ic-home-hero__content {
        padding-right: 2rem;
    }
}

/* --- Trust pills with icons --- */
.ic-home-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.ic-home-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    letter-spacing: 0.03em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.ic-home-hero__pill svg {
    opacity: 0.7;
    flex-shrink: 0;
}

/* --- Title --- */
.ic-home-hero__title {
    margin: 0 0 1.25rem;
    line-height: 1.1;
}
.ic-home-hero__title-gradient {
    display: block;
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fd5631 0%, #ff7b52 50%, #ffb199 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0.3rem;
    filter: drop-shadow(0 2px 12px rgba(253, 86, 49, 0.15));
}
.ic-home-hero__subtitle {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.015em;
    line-height: 1.35;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* --- Body text --- */
.ic-home-hero__text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    margin: 0 0 2rem;
    max-width: 520px;
}

/* --- CTAs --- */
.ic-home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.ic-home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1;
}
.ic-home-hero__cta--primary {
    color: #fff;
    background: #fd390e;
    border: 1px solid #fd390e;
    box-shadow: 0 4px 20px rgba(253, 57, 14, 0.3);
}
.ic-home-hero__cta--primary:hover {
    background: #fd390e;
    border-color: #fd390e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(253, 57, 14, 0.45), 0 0 0 3px rgba(253, 57, 14, 0.15);
}
.ic-home-hero__cta--primary:active {
    background: #fd390e;
    border-color: #fd390e;
    color: #fff;
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(253, 57, 14, 0.3);
}
.ic-home-hero__cta--outline {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.ic-home-hero__cta--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    transform: translateY(-2px);
}
.ic-home-hero__cta--urgent {
    position: relative;
    color: #fff;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    padding-left: 2rem;
}
.ic-home-hero__cta--urgent:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
    color: #fff;
    transform: translateY(-2px);
}
.ic-home-hero__pulse {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
    box-shadow: 0 0 6px rgba(239, 68, 68, 0.5);
}
.ic-home-hero__cta--urgent::before {
    content: '';
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
}

/* --- Floating glass cards (desktop) --- */
.ic-home-hero__floaters {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    justify-content: center;
    height: 100%;
    padding: 1rem 0 1rem 1.5rem;
}

/* Bottom row: 2 cards side by side */
.ic-home-hero__floaters-row {
    display: flex;
    gap: 0.85rem;
}
.ic-home-hero__floaters-row > .ic-home-hero__glass-card {
    flex: 1;
    min-width: 0;
}

/* --- Glass card base --- */
.ic-home-hero__glass-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    background: rgba(31, 27, 45, 0.5);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.ic-home-hero__glass-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

/* Left accent bar on trust & speed cards */
.ic-home-hero__glass-card-accent {
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    border-radius: 0 3px 3px 0;
}
.ic-home-hero__glass-card--trust .ic-home-hero__glass-card-accent {
    background: linear-gradient(to bottom, rgba(16, 185, 129, 0.7), rgba(16, 185, 129, 0.2));
}
.ic-home-hero__glass-card--speed .ic-home-hero__glass-card-accent {
    background: linear-gradient(to bottom, rgba(253, 86, 49, 0.7), rgba(253, 86, 49, 0.2));
}

/* --- Stats card (full-width top) --- */
.ic-home-hero__glass-card--stats {
    justify-content: center;
    padding: 1.25rem 1.5rem;
    border-color: rgba(255, 255, 255, 0.1);
}
.ic-home-hero__glass-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
}
.ic-home-hero__glass-stat {
    text-align: center;
    flex: 1;
}
.ic-home-hero__glass-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.ic-home-hero__glass-stat span {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ic-home-hero__glass-sep {
    width: 1px;
    height: 2.25rem;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

/* --- Trust card --- */
.ic-home-hero__trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
    flex-shrink: 0;
}
.ic-home-hero__glass-card--trust strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.ic-home-hero__glass-card--trust span {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.3;
}

/* --- Speed card --- */
.ic-home-hero__speed-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(253, 86, 49, 0.12);
    color: var(--ic-nav-accent);
    flex-shrink: 0;
}
.ic-home-hero__glass-card--speed strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.ic-home-hero__glass-card--speed span {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.3;
}

/* --- Stats bar (bottom, all screens) --- */
.ic-home-hero__stats-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.ic-home-hero__stat {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}
.ic-home-hero__stat strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.ic-home-hero__stat span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}
.ic-home-hero__stat-sep {
    width: 1px;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

/* ============================================
   2. SERVICES — ic-home-services
   ============================================ */
.ic-home-services {
    padding: 3.5rem 0;
}
/* Grid handled by Bootstrap row/col utilities */
.ic-home-service-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}
.ic-home-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.ic-home-service-card--featured {
    border-color: rgba(253, 86, 49, 0.25);
    box-shadow: 0 0 0 1px rgba(253, 86, 49, 0.1);
}
.ic-home-service-card__ribbon {
    position: absolute;
    top: 1rem;
    right: -2rem;
    z-index: 5;
    padding: 0.25rem 2.5rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: #fd390e;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(253, 86, 49, 0.3);
}
.ic-home-service-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.ic-home-service-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ic-home-service-card:hover .ic-home-service-card__img {
    transform: scale(1.05);
}
.ic-home-service-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 3;
    padding: 0.25rem 0.6rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 6px;
    letter-spacing: 0.02em;
}
.ic-home-service-card__icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 1.25rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--ic-home-gradient);
    box-shadow: 0 6px 16px rgba(253, 86, 49, 0.3);
}
.ic-home-service-card__icon i {
    font-size: 1.25rem;
    color: #fff;
}
.ic-home-service-card__body {
    padding: 0.75rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ic-home-service-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}
.ic-home-service-card__text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.ic-home-service-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.ic-home-service-card__features li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
}
.ic-home-service-card__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ic-nav-accent);
    opacity: 0.7;
}
.ic-home-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ic-nav-accent);
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s, color 0.2s;
}
.ic-home-service-card__link:hover {
    color: var(--ic-nav-accent-hover);
    gap: 0.55rem;
}
.ic-home-service-card__link i {
    font-size: 0.7rem;
    transition: transform 0.2s;
}

/* ============================================
   3. STATS — ic-home-stats
   ============================================ */
.ic-home-stats {
    padding: 2.5rem 0;
}
/* Stats grid: Bootstrap row/col handles layout */

/* --- Card --- */
.ic-home-stats__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem 1.75rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s ease,
                box-shadow 0.35s ease;
}
.ic-home-stats__card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.4);
}

/* Top glow line */
.ic-home-stats__card-glow {
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(253, 86, 49, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.35s ease, left 0.35s ease, right 0.35s ease;
}
.ic-home-stats__card:hover .ic-home-stats__card-glow {
    opacity: 1;
    left: 10%;
    right: 10%;
}

/* Accent card variant — featured first card */
.ic-home-stats__card--accent {
    background: rgba(253, 86, 49, 0.06);
    border-color: rgba(253, 86, 49, 0.15);
}
.ic-home-stats__card--accent .ic-home-stats__card-glow {
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgba(253, 86, 49, 0.7), transparent);
}
.ic-home-stats__card--accent:hover {
    border-color: rgba(253, 86, 49, 0.3);
    box-shadow: 0 20px 50px -12px rgba(253, 86, 49, 0.15);
}

/* --- Icon ring --- */
.ic-home-stats__icon-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 1.25rem;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.ic-home-stats__card:hover .ic-home-stats__icon-ring {
    transform: scale(1.08);
}
.ic-home-stats__icon-ring--orange {
    background: rgba(253, 86, 49, 0.12);
    color: #fd5631;
}
.ic-home-stats__icon-ring--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
}
.ic-home-stats__icon-ring--green {
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
}
.ic-home-stats__icon-ring--amber {
    background: rgba(245, 158, 11, 0.12);
    color: #fbbf24;
}

/* --- Value (number + suffix) --- */
.ic-home-stats__value {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    margin-bottom: 0.5rem;
}
.ic-home-stats__number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}
.ic-home-stats__suffix {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ic-nav-accent);
}

/* --- Label --- */
.ic-home-stats__label {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ============================================
   4. SELL CTA BANNER
   ============================================ */
.ic-home-auctions__cta-banner {
    padding: 2rem 0;
}
.ic-home-auctions__cta-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.08) 0%, rgba(255, 123, 82, 0.04) 100%);
    border: 1px solid rgba(253, 86, 49, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.ic-home-auctions__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--ic-home-gradient);
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(253, 86, 49, 0.25);
}
.ic-home-auctions__cta-content {
    flex: 1;
    min-width: 0;
}
.ic-home-auctions__cta-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.25rem;
}
.ic-home-auctions__cta-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}
.ic-home-auctions__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    background: #fd390e;
    border: 1px solid #fd390e;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    box-shadow: 0 4px 14px rgba(253, 57, 14, 0.25);
}
.ic-home-auctions__cta-btn:hover {
    background: #fd390e;
    border-color: #fd390e;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(253, 57, 14, 0.4), 0 0 0 3px rgba(253, 57, 14, 0.12);
}
.ic-home-auctions__cta-btn:active {
    background: #fd390e;
    border-color: #fd390e;
    color: #fff;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(253, 57, 14, 0.25);
}
.ic-home-auctions__cta-btn i {
    font-size: 0.7rem;
}

/* ============================================
   5. CATEGORIES — ic-home-categories
   ============================================ */
.ic-home-categories {
    padding: 3rem 0;
}

/* ============================================
   6. VALUE PROPS — ic-home-value
   ============================================ */
.ic-home-value {
    padding: 3.5rem 0;
}
/* Value grid: Bootstrap row/col handles layout */
.ic-home-value__card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: transform 0.3s ease, border-color 0.3s;
}
.ic-home-value__card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
}
.ic-home-value__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.1) 0%, rgba(255, 123, 82, 0.05) 100%);
    margin-bottom: 1rem;
}
.ic-home-value__icon img {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}
.ic-home-value__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
}
.ic-home-value__text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   7. VIDEO — ic-home-video
   ============================================ */
.ic-home-video {
    padding: 3rem 0;
}

/* ============================================
   8. BRANDS — ic-home-brands
   ============================================ */
.ic-home-brands {
    padding: 2rem 0 1rem;
}

/* ============================================
   9. MAP — ic-home-map
   ============================================ */
.ic-home-map {
    padding: 3rem 0;
}

/* ============================================
   10. FINAL CTA — ic-home-final-cta
   ============================================ */
.ic-home-final-cta {
    padding: 2rem 0 3rem;
}
.ic-home-final-cta__card {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.ic-home-final-cta__card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.3), rgba(255, 123, 82, 0.1), rgba(6, 182, 212, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.ic-home-final-cta__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}
.ic-home-final-cta__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto 1.5rem;
}
.ic-home-final-cta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.ic-home-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.ic-home-final-cta__btn--primary {
    color: #fff;
    background: #fd390e;
    border: 1px solid #fd390e;
    box-shadow: 0 4px 16px rgba(253, 57, 14, 0.3);
}
.ic-home-final-cta__btn--primary:hover {
    background: #fd390e;
    border-color: #fd390e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 57, 14, 0.4), 0 0 0 3px rgba(253, 57, 14, 0.12);
}
.ic-home-final-cta__btn--outline {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ic-home-final-cta__btn--outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/* ============================================
   HOMEPAGE — RESPONSIVE (Tablet <=992px)
   ============================================ */
@media (max-width: 992px) {
    .ic-home-hero {
        min-height: 420px;
        padding: 2.5rem 0 2rem;
    }
    .ic-home-hero__overlay {
        background:
            linear-gradient(180deg, rgba(31, 27, 45, 0.95) 0%, rgba(31, 27, 45, 0.75) 50%, rgba(31, 27, 45, 0.9) 100%);
    }
    .ic-home-hero__title-gradient {
        font-size: 2.75rem;
    }
    .ic-home-hero__subtitle {
        font-size: 1.1rem;
    }
    .ic-home-hero__stats-bar {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .ic-home-auctions__cta-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem;
    }
    .ic-home-section-header__title {
        font-size: 1.5rem;
    }
}

/* ============================================
   HOMEPAGE — RESPONSIVE (Mobile <=768px)
   ============================================ */
@media (max-width: 768px) {
    .ic-home-hero {
        min-height: auto;
        padding: 2rem 0 1.5rem;
    }
    .ic-home-hero__overlay {
        background:
            linear-gradient(180deg, rgba(31, 27, 45, 0.96) 0%, rgba(31, 27, 45, 0.85) 100%);
    }
    .ic-home-hero__title-gradient {
        font-size: 2.25rem;
    }
    .ic-home-hero__subtitle {
        font-size: 0.95rem;
    }
    .ic-home-hero__text {
        font-size: 0.88rem;
    }
    .ic-home-hero__ctas {
        flex-direction: column;
        gap: 0.5rem;
    }
    .ic-home-hero__cta {
        width: 100%;
        justify-content: center;
    }
    .ic-home-hero__stats-bar {
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1.5rem;
        padding: 0.85rem 1rem;
    }
    .ic-home-hero__stat-sep {
        display: none;
    }
    .ic-home-hero__stat {
        flex: 1 1 40%;
        justify-content: center;
    }
    /* Compact service cards on mobile (2-col) */
    .ic-home-service-card__media {
        aspect-ratio: 16 / 8;
    }
    .ic-home-service-card__body {
        padding: 0.5rem 0.85rem 1rem;
    }
    .ic-home-service-card__title {
        font-size: 0.88rem;
    }
    .ic-home-service-card__text {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ic-home-service-card__features {
        display: none;
    }
    .ic-home-service-card__link {
        font-size: 0.75rem;
    }
    .ic-home-service-card__icon {
        width: 2.25rem;
        height: 2.25rem;
        margin: -1.125rem 0 0 0.85rem;
    }
    .ic-home-service-card__icon i {
        font-size: 1rem;
    }
    .ic-home-service-card__badge {
        font-size: 0.58rem;
        padding: 0.2rem 0.45rem;
    }
    .ic-home-service-card__ribbon {
        font-size: 0.55rem;
        padding: 0.2rem 2.5rem;
        top: 0.6rem;
        right: -2.2rem;
    }
    /* Compact stats on mobile */
    .ic-home-stats__card {
        padding: 1.25rem 0.75rem 1rem;
    }
    .ic-home-stats__icon-ring {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        margin-bottom: 0.75rem;
    }
    .ic-home-stats__icon-ring svg {
        width: 20px;
        height: 20px;
    }
    .ic-home-stats__number {
        font-size: 1.6rem;
    }
    .ic-home-stats__suffix {
        font-size: 0.85rem;
    }
    .ic-home-stats__label {
        font-size: 0.62rem;
    }
    /* Compact hub cards on mobile */
    .ic-home-hub__card {
        padding: 1rem;
    }
    .ic-home-hub__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .ic-home-hub__icon svg {
        width: 18px;
        height: 18px;
    }
    .ic-home-hub__card-title {
        font-size: 0.85rem;
    }
    .ic-home-hub__card-text {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .ic-home-hub__links li a {
        font-size: 0.72rem;
        padding: 0.2rem 0;
    }
    .ic-home-hub__card-cta {
        font-size: 0.72rem;
        padding-top: 0.4rem;
    }
    /* Compact value cards on mobile */
    .ic-home-value__card {
        padding: 1rem;
    }
    .ic-home-value__icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        margin-bottom: 0.65rem;
    }
    .ic-home-value__icon img {
        width: 26px;
        height: 26px;
    }
    .ic-home-value__title {
        font-size: 0.88rem;
        margin-bottom: 0.35rem;
    }
    .ic-home-value__text {
        font-size: 0.75rem;
    }
    .ic-home-final-cta__card {
        padding: 2rem 1.25rem;
    }
    .ic-home-final-cta__title {
        font-size: 1.35rem;
    }
    .ic-home-final-cta__actions {
        flex-direction: column;
    }
    .ic-home-final-cta__btn {
        width: 100%;
    }
    .ic-home-section-header {
        margin-bottom: 1.75rem;
    }
    .ic-home-section-header__title {
        font-size: 1.3rem;
    }
    .ic-home-section-header__subtitle {
        font-size: 0.85rem;
    }
    .ic-home-services,
    .ic-home-value,
    .ic-home-categories,
    .ic-home-video,
    .ic-home-map,
    .ic-home-hub,
    .ic-home-faq {
        padding: 2rem 0;
    }
    .ic-home-b2b__card {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.25rem;
    }
    .ic-home-b2b__title {
        font-size: 1.1rem;
    }
    .ic-home-b2b__text {
        font-size: 0.8rem;
    }
    .ic-home-b2b__features {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
    .ic-home-b2b__features li a {
        font-size: 0.75rem;
    }
    .ic-home-b2b__actions {
        width: 100%;
        text-align: center;
    }
    .ic-home-b2b__btn {
        width: 100%;
        justify-content: center;
        font-size: 0.82rem;
        padding: 0.7rem 1.25rem;
    }
    .ic-home-faq__question {
        padding: 0.85rem 1rem;
        gap: 0.75rem;
    }
    .ic-home-faq__question span {
        font-size: 0.82rem;
    }
    .ic-home-faq__answer {
        padding: 0 1rem 1rem;
    }
    .ic-home-faq__answer p {
        font-size: 0.78rem;
    }
    /* Compact CTA banner on mobile */
    .ic-home-auctions__cta-card {
        padding: 1.25rem;
        gap: 0.85rem;
    }
    .ic-home-auctions__cta-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .ic-home-auctions__cta-icon svg {
        width: 24px;
        height: 24px;
    }
    .ic-home-auctions__cta-title {
        font-size: 1rem;
    }
    .ic-home-auctions__cta-text {
        font-size: 0.78rem;
    }
    .ic-home-auctions__cta-btn {
        font-size: 0.78rem;
        padding: 0.6rem 1.15rem;
    }
}

/* ============================================
   3b. SERVICES HUB — ic-home-hub
   ============================================ */
.ic-home-hub {
    padding: 3rem 0;
}
/* Hub grid: Bootstrap row/col handles layout */
.ic-home-hub__card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s ease,
                box-shadow 0.35s ease;
}
.ic-home-hub__card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.ic-home-hub__card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.ic-home-hub__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
}
.ic-home-hub__icon--orange {
    background: rgba(253, 86, 49, 0.12);
    color: #fd5631;
}
.ic-home-hub__icon--green {
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
}
.ic-home-hub__icon--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
}
.ic-home-hub__icon--cyan {
    background: rgba(6, 182, 212, 0.12);
    color: #22d3ee;
}
.ic-home-hub__icon--emerald {
    background: rgba(5, 150, 105, 0.12);
    color: #6ee7b7;
}
.ic-home-hub__icon--amber {
    background: rgba(245, 158, 11, 0.12);
    color: #fbbf24;
}
.ic-home-hub__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}
.ic-home-hub__card-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 0 0.85rem;
}
.ic-home-hub__links {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.ic-home-hub__links li a {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    padding: 0.3rem 0;
    transition: color 0.2s, padding-left 0.2s;
    line-height: 1.4;
}
.ic-home-hub__links li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(253, 86, 49, 0.5);
    margin-right: 0.6rem;
    flex-shrink: 0;
    transition: background 0.2s;
}
.ic-home-hub__links li a:hover {
    color: #fff;
    padding-left: 0.25rem;
}
.ic-home-hub__links li a:hover::before {
    background: var(--ic-nav-accent);
}
.ic-home-hub__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ic-nav-accent);
    text-decoration: none;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: gap 0.2s, color 0.2s;
}
.ic-home-hub__card-cta:hover {
    color: var(--ic-nav-accent-hover);
    gap: 0.55rem;
}
.ic-home-hub__card-cta i {
    font-size: 0.65rem;
}

/* ============================================
   3c. B2B ENTERPRISE — ic-home-b2b
   ============================================ */
.ic-home-b2b {
    padding: 2rem 0;
}
.ic-home-b2b__card {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem 2.5rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.06) 0%, rgba(6, 182, 212, 0.04) 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
.ic-home-b2b__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 60%;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.5), transparent);
}
.ic-home-b2b__content {
    flex: 1;
    min-width: 0;
}
.ic-home-b2b__badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.12);
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}
.ic-home-b2b__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}
.ic-home-b2b__text {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0 0 1rem;
}
.ic-home-b2b__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem 1rem;
}
.ic-home-b2b__features li a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.ic-home-b2b__features li a:hover {
    color: #fff;
}
.ic-home-b2b__features li svg {
    color: #34d399;
    flex-shrink: 0;
}
.ic-home-b2b__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}
.ic-home-b2b__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.75rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: 1px solid rgba(59, 130, 246, 0.5);
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}
.ic-home-b2b__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37, 99, 235, 0.4), 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.ic-home-b2b__note {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   6b. FAQ — ic-home-faq
   ============================================ */
.ic-home-faq {
    padding: 3.5rem 0;
}
.ic-home-faq__list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ic-home-faq__item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
.ic-home-faq__item[open] {
    border-color: rgba(253, 86, 49, 0.2);
}
.ic-home-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
    -webkit-user-select: none;
}
.ic-home-faq__question::-webkit-details-marker {
    display: none;
}
.ic-home-faq__question span {
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
.ic-home-faq__chevron {
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    transition: transform 0.25s ease, color 0.25s ease;
}
.ic-home-faq__item[open] .ic-home-faq__chevron {
    transform: rotate(180deg);
    color: var(--ic-nav-accent);
}
.ic-home-faq__answer {
    padding: 0 1.25rem 1.25rem;
}
.ic-home-faq__answer p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    margin: 0;
}
.ic-home-faq__answer a {
    color: var(--ic-nav-accent);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.ic-home-faq__answer a:hover {
    color: var(--ic-nav-accent-hover);
    text-decoration: underline;
}

/* ============================================
   RESPONSIVE — Tablet (<=992px) additions
   ============================================ */
@media (max-width: 992px) {
    .ic-home-b2b__card {
        flex-direction: column;
        text-align: center;
        padding: 1.75rem;
    }
    .ic-home-b2b__features {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .ic-home-b2b__actions {
        width: 100%;
    }
}
