/* ═══════════════════════════════════════════════════════
   FIGEIT Hero Space
   ═══════════════════════════════════════════════════════ */

:root {
    --hero-orange: #F7A823;
    --hero-blue: #1E50DE;
    --hero-dark: #1A1A2E;
    --hero-gray: #555;
    --hero-radius-lg: 18px;
    --hero-shadow-card: 0 4px 14px rgba(0,0,0,0.07);
    --hero-shadow-card-hover: 0 8px 24px rgba(0,0,0,0.12);
}

/* ─── Hero Section ─── */
.figeit-hero {
    background: #fff;
    padding: 24px 0 32px;
}

.figeit-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 40px;
    align-items: center;
}

/* ─── Left Slider Card ─── */
.figeit-hero__slider {
    position: relative;
    background: linear-gradient(145deg, #EDF2FA 0%, #F5F8FC 100%);
    border-radius: 20px;
    padding: 36px 32px 48px;
    height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.figeit-slider__slide {
    display: none;
    width: 100%;
    height: 100%;
}

.figeit-slider__slide--active {
    display: block;
}

.figeit-slider__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
}

.figeit-slider__mascot {
    width: 140px;
    height: 180px;
    min-width: 140px;
    object-fit: contain;
    flex-shrink: 0;
}

.figeit-slider__content {
    flex: 1;
}

.figeit-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--hero-orange);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
    display: block;
}

.figeit-slider__heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--hero-dark);
    margin: 4px 0 12px;
}

.figeit-slider__heading span {
    color: var(--hero-orange);
}

.figeit-slider__desc {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--hero-gray);
}

/* ─── Slider Arrows ─── */
.figeit-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #ddd;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.figeit-slider__arrow:hover {
    border-color: var(--hero-blue);
    color: var(--hero-blue);
    box-shadow: 0 3px 10px rgba(30,80,222,0.15);
}

.figeit-slider__arrow--left {
    left: -18px;
}

.figeit-slider__arrow--right {
    right: -18px;
}

/* ─── Pagination Dots ─── */
.figeit-slider__dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.figeit-slider__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hero-blue);
    border: none;
    cursor: pointer;
    opacity: 0.3;
    transition: all 200ms ease;
    padding: 0;
}

.figeit-slider__dot--active {
    opacity: 1;
}

.figeit-slider__dot:hover {
    opacity: 0.7;
}

/* ─── Right: Seller Showcase ─── */
.figeit-hero__seller {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.figeit-seller__images {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.figeit-seller__img {
    max-height: 300px;
    width: auto;
    max-width: 48%;
    object-fit: cover;
    border-radius: 12px;
}

/* ─── Floating Cards ─── */
.figeit-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: var(--hero-shadow-card);
    z-index: 3;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.figeit-float-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hero-shadow-card-hover);
}

.figeit-float-card__icon {
    font-size: 16px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #F0F4FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figeit-float-card__text {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--hero-dark);
    line-height: 1.3;
}

.figeit-float-card--top-left {
    top: -10px;
    left: -20px;
}

.figeit-float-card--top-right {
    top: -10px;
    right: -20px;
}

.figeit-float-card--bottom-left {
    bottom: 56px;
    left: -20px;
}

.figeit-float-card--bottom-right {
    bottom: 56px;
    right: -20px;
}

/* ─── CTA Buttons ─── */
.figeit-hero__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
    width: 100%;
}

.figeit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease;
}

.figeit-btn--primary {
    background: #FFD700;
    color: #1A1A2E;
    border: none;
    box-shadow: 0 3px 12px rgba(255,215,0,0.3);
}

.figeit-btn--primary:hover {
    background: #F5C800;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,215,0,0.4);
}

.figeit-btn--secondary {
    background: #fff;
    color: #333;
    border: 1.5px solid #E0E0E0;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 24px;
}

.figeit-btn--secondary:hover {
    border-color: var(--hero-blue);
    color: var(--hero-blue);
    transform: translateY(-2px);
}

/* ─── Responsive: Tablet ─── */
@media (max-width: 1024px) {
    .figeit-hero__container {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .figeit-hero__slider {
        height: 300px;
    }
    .figeit-slider__mascot {
        width: 110px;
        height: 140px;
        min-width: 110px;
    }
    .figeit-slider__heading {
        font-size: 24px;
    }
    .figeit-seller__img {
        max-height: 260px;
    }
}

/* ─── Responsive: Mobile ─── */
@media (max-width: 768px) {
    .figeit-hero__container {
        padding: 0 16px;
        gap: 20px;
    }
    .figeit-hero__slider {
        height: 320px;
        padding: 24px 20px 40px;
    }
    .figeit-slider__inner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    .figeit-slider__mascot {
        width: 90px;
        height: 110px;
        min-width: 90px;
    }
    .figeit-slider__heading {
        font-size: 22px;
    }
    .figeit-slider__desc {
        font-size: 13px;
    }
    .figeit-slider__arrow {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .figeit-slider__arrow--left { left: -10px; }
    .figeit-slider__arrow--right { right: -10px; }
    .figeit-seller__img {
        max-height: 200px;
    }
    .figeit-float-card {
        position: static;
    }
    .figeit-hero__seller {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .figeit-hero__cta {
        flex-direction: column;
        width: 100%;
    }
    .figeit-hero__cta .figeit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {
    .figeit-slider__slide,
    .figeit-float-card,
    .figeit-btn,
    .figeit-slider__arrow,
    .figeit-slider__dot {
        transition: none !important;
    }
}
