/* ==========================================================
   ACMOBOOK — Homepage Premium Redesign
   Mobile-first · Apple-quality polish
========================================================== */

.page-home {
    --hp-brand: #6C63FF;
    --hp-brand-dark: #5648F5;
    --hp-accent: #06B6D4;
    --hp-accent-soft: #ECFEFF;
    --hp-ink: #0F172A;
    --hp-ink-muted: #64748B;
    --hp-ink-soft: #94A3B8;
    --hp-surface: #FFFFFF;
    --hp-surface-2: #F8FAFC;
    --hp-surface-3: #F1F5F9;
    --hp-border: #E2E8F0;
    --hp-radius-sm: 12px;
    --hp-radius-md: 18px;
    --hp-radius-lg: 24px;
    --hp-radius-xl: 32px;
    --hp-shadow-sm: 0 4px 20px rgba(15, 23, 42, 0.06);
    --hp-shadow-md: 0 12px 40px rgba(15, 23, 42, 0.08);
    --hp-shadow-lg: 0 24px 64px rgba(108, 99, 255, 0.12);
    --hp-gradient: linear-gradient(135deg, #6C63FF 0%, #06B6D4 100%);
    --hp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --hp-section-y: clamp(56px, 10vw, 100px);
    --hp-section-head: clamp(36px, 6vw, 60px);
}

/* ----------------------------------------------------------
   PAGE LOADER
---------------------------------------------------------- */

.hp-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--hp-surface);
    transition: opacity 0.5s var(--hp-ease), visibility 0.5s;
}

.hp-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hp-loader__logo {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    background: var(--hp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-loader__bar {
    width: 120px;
    height: 3px;
    border-radius: 99px;
    background: var(--hp-surface-3);
    overflow: hidden;
}

.hp-loader__bar::after {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    border-radius: inherit;
    background: var(--hp-gradient);
    animation: hpLoaderBar 1.2s var(--hp-ease) infinite;
}

@keyframes hpLoaderBar {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(350%); }
}

/* ----------------------------------------------------------
   TYPOGRAPHY & SPACING
---------------------------------------------------------- */

.page-home .section {
    padding: var(--hp-section-y) 0;
}

.page-home .section-head {
    margin-bottom: var(--hp-section-head);
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.page-home .section-head h2 {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 12px;
}

.page-home .section-head p {
    font-size: clamp(0.9375rem, 2vw, 1.125rem);
    line-height: 1.7;
    color: var(--hp-ink-muted);
}

.page-home .acmo-badge {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(108, 99, 255, 0.08);
    border: 1px solid rgba(108, 99, 255, 0.12);
    margin-bottom: 16px;
}

/* ----------------------------------------------------------
   BUTTONS
---------------------------------------------------------- */

.page-home .btn-primary-acmo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    border-radius: var(--hp-radius-md);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 24px rgba(108, 99, 255, 0.25);
    transition: transform 0.25s var(--hp-ease), box-shadow 0.25s var(--hp-ease);
}

.page-home .btn-primary-acmo:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(108, 99, 255, 0.32);
}

.page-home .btn-secondary-acmo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    border-radius: var(--hp-radius-md);
    font-size: 15px;
    font-weight: 600;
    border-color: var(--hp-border);
    transition: transform 0.25s var(--hp-ease), border-color 0.25s, box-shadow 0.25s;
}

.page-home .btn-secondary-acmo:hover {
    transform: translateY(-2px);
    border-color: rgba(108, 99, 255, 0.3);
    box-shadow: var(--hp-shadow-sm);
}

/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */

.page-home .hero-v5 {
    padding: clamp(32px, 6vw, 64px) 0 clamp(40px, 8vw, 80px);
    background:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(108, 99, 255, 0.12), transparent 60%),
        radial-gradient(ellipse 70% 50% at 90% 10%, rgba(6, 182, 212, 0.10), transparent 55%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.page-home .hero-v5::before,
.page-home .hero-v5::after {
    display: none;
}

.page-home .hero-grid {
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.page-home .hero-glass {
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--hp-radius-xl);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        var(--hp-shadow-md);
}

.page-home .hero-badge {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: rgba(108, 99, 255, 0.08);
    border: 1px solid rgba(108, 99, 255, 0.14);
    margin-bottom: 20px;
}

.page-home .hero-title {
    font-size: clamp(2.25rem, 6.5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 16px;
}

.page-home .hero-title span {
    display: inline;
    background: var(--hp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-home .hero-desc {
    font-size: clamp(1rem, 2.2vw, 1.1875rem);
    line-height: 1.65;
    color: var(--hp-ink-muted);
    max-width: 540px;
}

.page-home .hero-value-props {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    max-width: 560px;
}

.page-home .hero-value-props li {
    padding: 8px 14px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 600;
    color: var(--hp-ink);
    background: rgba(108, 99, 255, 0.06);
    border: 1px solid rgba(108, 99, 255, 0.1);
}

.page-home .hero-partner-note {
    margin: 18px 0 0;
    font-size: 14px;
    color: var(--hp-ink-muted);
}

.page-home .hero-partner-note a {
    color: var(--hp-brand);
    font-weight: 600;
    text-decoration: none;
}

.page-home .hero-partner-note a:hover {
    text-decoration: underline;
}

.page-home .hero-search {
    margin-top: 28px;
    max-width: 100%;
}

.page-home .hero-search input {
    height: clamp(52px, 10vw, 60px);
    padding: 0 clamp(48px, 12vw, 140px) 0 52px;
    border-radius: var(--hp-radius-lg);
    border: 1px solid var(--hp-border);
    font-size: 15px;
    box-shadow: var(--hp-shadow-sm);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.page-home .hero-search input:focus {
    border-color: rgba(108, 99, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.1), var(--hp-shadow-sm);
}

.page-home .hero-search i {
    left: 20px;
    font-size: 18px;
    color: var(--hp-ink-soft);
}

.page-home .hero-search button {
    height: calc(100% - 12px);
    right: 6px;
    top: 6px;
    padding: 0 22px;
    border-radius: calc(var(--hp-radius-lg) - 4px);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.page-home .hero-search button:hover {
    opacity: 0.92;
    transform: scale(1.02);
}

.page-home .hero-actions {
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.page-home .hero-stats {
    gap: clamp(24px, 5vw, 48px);
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--hp-border);
}

.page-home .hero-stat strong {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--hp-ink);
    font-variant-numeric: tabular-nums;
}

.page-home .hero-stat span {
    font-size: 13px;
    font-weight: 500;
    color: var(--hp-ink-muted);
    margin-top: 2px;
    display: block;
}

/* Marketplace showcase */

.page-home .marketplace-showcase {
    min-height: clamp(380px, 50vw, 520px);
}

.page-home .live-card {
    width: clamp(220px, 28vw, 260px);
    padding: 20px;
    border-radius: var(--hp-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--hp-shadow-md);
    transition: transform 0.4s var(--hp-ease), box-shadow 0.4s;
}

.page-home .live-card:hover {
    box-shadow: var(--hp-shadow-lg);
}

.page-home .live-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 10px;
}

.page-home .live-card h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 12px;
}

.page-home .live-card p {
    font-size: 13px;
    margin-top: 6px;
}

.page-home .live-budget {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-top: 12px;
}

/* Mobile live cards strip */

.hp-live-mobile {
    display: none;
    margin-top: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 14px;
    padding: 4px 0 8px;
}

.hp-live-mobile::-webkit-scrollbar {
    display: none;
}

.hp-live-mobile .live-card {
    position: relative;
    flex: 0 0 240px;
    scroll-snap-align: start;
    animation: none;
}

@media (max-width: 991px) {
    .page-home .marketplace-showcase {
        display: none !important;
    }

    .hp-live-mobile {
        display: flex;
    }

    .page-home .hero-glass {
        text-align: center;
    }

    .page-home .hero-desc,
    .page-home .hero-value-props {
        margin-inline: auto;
    }

    .page-home .hero-value-props {
        justify-content: center;
    }

    .page-home .hero-actions {
        justify-content: center;
    }

    .page-home .hero-stats {
        justify-content: center;
    }

    .page-home .hero-partner-note {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .page-home .hero-search input {
        padding-right: 16px;
    }

    .page-home .hero-search button {
        display: none;
    }

    .page-home .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .page-home .hero-actions .btn-primary-acmo,
    .page-home .hero-actions .btn-secondary-acmo {
        width: 100%;
    }
}

/* ----------------------------------------------------------
   LIVE STRIP
---------------------------------------------------------- */

.page-home .live-strip {
    padding: 14px 0;
    background: var(--hp-ink);
    border: none;
}

.page-home .live-item {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.01em;
}

.page-home .live-pulse {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
}

/* ----------------------------------------------------------
   CATEGORIES
---------------------------------------------------------- */

.page-home .marketplace-categories {
    background: var(--hp-surface-2);
}

.page-home .categories-grid {
    gap: clamp(16px, 3vw, 24px);
}

.page-home .category-card {
    min-height: auto;
    padding: clamp(24px, 4vw, 32px);
    border-radius: var(--hp-radius-xl);
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s var(--hp-ease), box-shadow 0.35s, border-color 0.35s;
}

.page-home .category-card::before {
    display: none;
}

.page-home .category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(108, 99, 255, 0.2);
    box-shadow: var(--hp-shadow-lg);
}

.page-home .category-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 26px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.1), rgba(6, 182, 212, 0.08));
}

.page-home .category-card h4 {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.page-home .category-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.page-home .category-count {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.page-home .category-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: var(--hp-surface-2);
    box-shadow: none;
    border: 1px solid var(--hp-border);
}

.page-home .category-featured {
    background: var(--hp-gradient);
    border-color: transparent;
}

.page-home .category-featured .category-icon {
    background: rgba(255, 255, 255, 0.2);
}

.page-home .category-featured .category-arrow {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

@media (max-width: 768px) {
    .page-home .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .page-home .category-card {
        padding: 20px 16px;
        border-radius: var(--hp-radius-lg);
    }

    .page-home .category-icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-bottom: 14px;
    }

    .page-home .category-card h4 {
        font-size: 1rem;
    }

    .page-home .category-card p {
        display: none;
    }
}

/* ----------------------------------------------------------
   OPPORTUNITIES
---------------------------------------------------------- */

.page-home .opportunities-grid {
    gap: clamp(16px, 3vw, 24px);
}

.page-home .opportunity-card {
    border-radius: var(--hp-radius-xl);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    transition: transform 0.35s var(--hp-ease), box-shadow 0.35s;
}

.page-home .opportunity-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hp-shadow-md);
}

.page-home .opportunity-card h3 {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

/* ----------------------------------------------------------
   TALENT CARDS
---------------------------------------------------------- */

.page-home .talent-grid {
    gap: clamp(16px, 3vw, 24px);
}

.page-home .talent-card {
    border-radius: var(--hp-radius-xl);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    transition: transform 0.4s var(--hp-ease), box-shadow 0.4s;
}

.page-home .talent-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--hp-shadow-lg);
}

.page-home .talent-image {
    height: clamp(280px, 40vw, 380px);
}

.page-home .talent-overlay {
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.75) 100%);
}

.page-home .talent-badge {
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 99px;
    backdrop-filter: blur(8px);
}

.page-home .talent-price {
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 99px;
    backdrop-filter: blur(8px);
}

.page-home .talent-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.page-home .talent-content h3 {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.page-home .talent-category {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
}

.page-home .talent-location {
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.85;
}

.page-home .talent-action {
    width: 44px;
    height: 44px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
    backdrop-filter: blur(8px);
}

@media (max-width: 768px) {
    .page-home .talent-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .page-home .talent-image {
        height: 220px;
    }

    .page-home .talent-content h3 {
        font-size: 0.9375rem;
    }

    .page-home .talent-action {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-home .talent-grid {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------------------------------
   HOW IT WORKS
---------------------------------------------------------- */

.page-home .how-it-works {
    background: var(--hp-surface);
}

.page-home .future-card {
    border-radius: var(--hp-radius-xl);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    padding: clamp(28px, 4vw, 40px) !important;
}

.page-home .future-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hp-shadow-md);
}

.page-home .flow-item {
    padding: 16px 18px;
    border-radius: var(--hp-radius-md);
    background: var(--hp-surface-2);
    border: 1px solid var(--hp-border);
    margin-bottom: 8px;
}

.page-home .flow-item strong {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.page-home .flow-item p {
    font-size: 14px;
    line-height: 1.6;
}

.page-home .flow-connector {
    width: 2px;
    height: 12px;
    margin: 0 auto 8px;
    background: linear-gradient(180deg, var(--hp-brand), var(--hp-accent));
    border-radius: 2px;
    opacity: 0.4;
}

/* ----------------------------------------------------------
   TESTIMONIALS
---------------------------------------------------------- */

.page-home .testimonials {
    background:
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(108, 99, 255, 0.06), transparent 70%),
        var(--hp-surface-2);
}

.page-home .testimonial-slider {
    gap: clamp(16px, 3vw, 24px);
}

.page-home .testimonial-card {
    padding: clamp(24px, 4vw, 32px);
    border-radius: var(--hp-radius-xl);
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    transition: transform 0.35s var(--hp-ease), box-shadow 0.35s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-home .testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hp-shadow-md);
}

.page-home .testimonial-rating {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.page-home .testimonial-text {
    font-size: clamp(0.9375rem, 2vw, 1rem);
    line-height: 1.75;
    color: var(--hp-ink-muted);
    flex: 1;
    margin-bottom: 20px;
    font-style: normal;
}

.page-home .testimonial-text::before {
    content: "\201C";
    font-size: 2.5rem;
    line-height: 0;
    color: rgba(108, 99, 255, 0.25);
    font-family: Georgia, serif;
    display: block;
    margin-bottom: 8px;
}

.page-home .testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--hp-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.page-home .testimonial-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-home .testimonial-role {
    font-size: 13px;
    color: var(--hp-ink-soft);
}

@media (max-width: 768px) {
    .page-home .testimonial-slider {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------------------------------
   TRUST / STATS
---------------------------------------------------------- */

.page-home .trust-section {
    margin-top: 0;
    padding: var(--hp-section-y) 0;
    background: var(--hp-ink);
    color: #fff;
}

.page-home .trust-section .section-head h2 {
    color: #fff;
}

.page-home .trust-section .acmo-badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.page-home .trust-grid {
    gap: clamp(12px, 2.5vw, 20px);
}

@media (max-width: 576px) {
    .page-home .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-home .hero-stats {
        gap: 20px;
    }

    .page-home .hero-stat {
        min-width: 88px;
    }
}

.page-home .trust-card {
    padding: clamp(24px, 4vw, 36px);
    border-radius: var(--hp-radius-xl);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: none;
    transition: transform 0.35s var(--hp-ease), background 0.35s;
}

.page-home .trust-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
}

.page-home .trust-number {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-variant-numeric: tabular-nums;
}

.page-home .trust-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* ----------------------------------------------------------
   FINAL CTA
---------------------------------------------------------- */

.page-home .hp-cta {
    padding-bottom: var(--hp-section-y);
}

.page-home .hp-cta__card {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 8vw, 72px) clamp(28px, 5vw, 48px);
    border-radius: var(--hp-radius-xl);
    background: var(--hp-gradient);
    color: #fff;
    text-align: center;
    box-shadow: 0 32px 80px rgba(108, 99, 255, 0.3);
}

.page-home .hp-cta__card::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.page-home .hp-cta__card::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.page-home .hp-cta__card .acmo-badge {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-home .hp-cta__card h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 20px 0 12px;
    position: relative;
    z-index: 1;
}

.page-home .hp-cta__card p {
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.page-home .hp-cta__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.page-home .hp-cta__card .btn-primary-acmo {
    background: #fff;
    color: var(--hp-brand);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.page-home .hp-cta__card .btn-secondary-acmo {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.page-home .hp-cta__card .btn-secondary-acmo:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

/* ----------------------------------------------------------
   FOOTER (homepage)
---------------------------------------------------------- */

.page-home .footer,
.page-home .footer--home {
    margin-top: 0;
    padding-top: clamp(48px, 8vw, 80px);
    background: var(--hp-surface);
    border-top: 1px solid var(--hp-border);
}

.page-home .footer-logo {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
}

.page-home .footer-tagline {
    font-size: 16px;
    font-weight: 600;
    color: var(--hp-brand);
}

.page-home .footer-desc {
    font-size: 15px;
    line-height: 1.7;
}

.page-home .footer-highlights span {
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 99px;
    transition: transform 0.25s var(--hp-ease), background 0.25s, color 0.25s;
}

.page-home .footer-quote {
    margin: 0 0 32px;
    padding: 32px 20px;
    border-color: var(--hp-border);
}

.page-home .footer-quote p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-style: italic;
    color: var(--hp-ink-muted);
}

.page-home .footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: transform 0.25s var(--hp-ease), background 0.25s, color 0.25s;
}

.page-home .section-footer-cta {
    margin-top: clamp(32px, 5vw, 48px);
    text-align: center;
}

/* ----------------------------------------------------------
   HORIZONTAL SCROLL ROWS (MOBILE)
---------------------------------------------------------- */

.page-home .hp-scroll-row {
    position: relative;
}

@media (max-width: 768px) {
    .page-home .hp-scroll-row.categories-grid,
    .page-home .hp-scroll-row.opportunities-grid,
    .page-home .hp-scroll-row.talent-grid,
    .page-home .hp-scroll-row.testimonial-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 14px;
        padding: 4px 4px 12px;
        margin-inline: -4px;
    }

    .page-home .hp-scroll-row.categories-grid::-webkit-scrollbar,
    .page-home .hp-scroll-row.opportunities-grid::-webkit-scrollbar,
    .page-home .hp-scroll-row.talent-grid::-webkit-scrollbar,
    .page-home .hp-scroll-row.testimonial-slider::-webkit-scrollbar {
        display: none;
    }

    .page-home .hp-scroll-row .category-card,
    .page-home .hp-scroll-row .opportunity-card,
    .page-home .hp-scroll-row .talent-card,
    .page-home .hp-scroll-row .testimonial-card {
        flex: 0 0 min(82vw, 320px);
        scroll-snap-align: start;
    }

    .page-home .hp-scroll-row[data-scroll-hint]::after {
        content: attr(data-scroll-hint);
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 500;
        color: var(--hp-ink-soft);
        text-align: center;
    }
}

/* ----------------------------------------------------------
   SECTION BACKGROUNDS
---------------------------------------------------------- */

.page-home .featured-talent {
    background: var(--hp-surface);
}

.page-home .opportunities-section {
    background: var(--hp-surface-2);
}

.page-home .trust-section .section-head p {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.65;
    margin-top: 8px;
}

/* ----------------------------------------------------------
   OPPORTUNITY ACTION
---------------------------------------------------------- */

.page-home .opportunity-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 72px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(108, 99, 255, 0.1);
    color: var(--hp-brand);
    border: 1px solid rgba(108, 99, 255, 0.15);
    transition: transform 0.25s var(--hp-ease), background 0.25s;
}

.page-home .opportunity-action:hover {
    transform: translateY(-1px);
    background: rgba(108, 99, 255, 0.16);
}

/* ----------------------------------------------------------
   TALENT BAND
---------------------------------------------------------- */

.page-home .hp-talent-band {
    background: var(--hp-surface-2);
}

.page-home .hp-talent-band__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    padding: clamp(32px, 5vw, 48px);
    border-radius: var(--hp-radius-xl);
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
}

.page-home .hp-talent-band__content {
    max-width: 640px;
}

.page-home .hp-talent-band__content h2 {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 12px 0;
}

.page-home .hp-talent-band__content p {
    color: var(--hp-ink-muted);
    line-height: 1.65;
    margin: 0;
}

.page-home .hp-talent-band__props {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.page-home .hp-talent-band__props li {
    padding: 8px 14px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 600;
    background: var(--hp-surface-2);
    border: 1px solid var(--hp-border);
    color: var(--hp-ink);
}

.page-home .hp-talent-band__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.page-home .hp-talent-band__actions .btn-primary-acmo,
.page-home .hp-talent-band__actions .btn-secondary-acmo {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .page-home .hp-talent-band__card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .page-home .hp-talent-band__props {
        justify-content: center;
    }

    .page-home .hp-talent-band__actions {
        width: 100%;
    }

    .page-home .hp-talent-band__actions .btn-primary-acmo,
    .page-home .hp-talent-band__actions .btn-secondary-acmo {
        width: 100%;
    }
}

/* ----------------------------------------------------------
   FINAL CTA PARTNER LINK
---------------------------------------------------------- */

.page-home .hp-cta__partner-link {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.page-home .hp-cta__partner-link:hover {
    color: #fff;
    text-decoration: underline;
}

.page-home .hp-cta__actions {
    flex-direction: column;
    align-items: center;
}

.page-home .hp-cta__actions .btn-primary-acmo,
.page-home .hp-cta__actions .btn-secondary-acmo {
    min-width: min(100%, 260px);
}

/* ----------------------------------------------------------
   MOBILE STICKY CTA
---------------------------------------------------------- */

.hp-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: none;
    gap: 10px;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-top: 1px solid var(--hp-border);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(110%);
    transition: transform 0.35s var(--hp-ease);
}

.hp-mobile-cta.is-visible {
    display: flex;
    transform: translateY(0);
}

.hp-mobile-cta__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: var(--hp-radius-md);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s var(--hp-ease), box-shadow 0.2s;
}

.hp-mobile-cta__btn--primary {
    background: var(--hp-gradient);
    color: #fff;
    box-shadow: 0 8px 20px rgba(108, 99, 255, 0.28);
}

.hp-mobile-cta__btn--secondary {
    background: var(--hp-surface);
    color: var(--hp-ink);
    border: 1px solid var(--hp-border);
}

@media (max-width: 768px) {
    .page-home {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    }
}

@media (min-width: 769px) {
    .hp-mobile-cta {
        display: none !important;
    }
}

/* ----------------------------------------------------------
   FOCUS & ACCESSIBILITY
---------------------------------------------------------- */

.page-home a:focus-visible,
.page-home button:focus-visible,
.page-home input:focus-visible {
    outline: 2px solid var(--hp-brand);
    outline-offset: 3px;
}

/* ----------------------------------------------------------
   STAGGER & REVEAL
---------------------------------------------------------- */

.page-home .acmo-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s var(--hp-ease), transform 0.6s var(--hp-ease);
}

.page-home .acmo-stagger.is-visible > *,
.page-home .acmo-stagger.show > * {
    opacity: 1;
    transform: translateY(0);
}

.page-home .acmo-stagger > *:nth-child(1) { transition-delay: 0.05s; }
.page-home .acmo-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.page-home .acmo-stagger > *:nth-child(3) { transition-delay: 0.15s; }
.page-home .acmo-stagger > *:nth-child(4) { transition-delay: 0.2s; }
.page-home .acmo-stagger > *:nth-child(5) { transition-delay: 0.25s; }
.page-home .acmo-stagger > *:nth-child(6) { transition-delay: 0.3s; }

.page-home .fade-up,
.page-home .fade-left,
.page-home .fade-right,
.page-home .zoom-in {
    transition-duration: 0.7s;
    transition-timing-function: var(--hp-ease);
}

/* ----------------------------------------------------------
   REDUCED MOTION
---------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .page-home .live-card,
    .page-home .live-track,
    .hp-loader__bar::after,
    .hp-mobile-cta {
        animation: none !important;
        transition: none !important;
    }

    .hp-mobile-cta.is-visible {
        transform: none;
    }

    .page-home .fade-up,
    .page-home .fade-left,
    .page-home .fade-right,
    .page-home .zoom-in,
    .page-home .acmo-stagger > * {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
