.home-action-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.1rem;
    padding: 0.9rem 1.35rem;
    border: 1px solid rgba(139, 92, 246, 0.28) !important;
    border-radius: 0.65rem;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.88) 0%, rgba(139, 92, 246, 0.92) 56%, rgba(236, 72, 153, 0.92) 100%);
    box-shadow:
        0 10px 18px rgba(37, 99, 235, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 1px 1px rgba(8, 12, 24, 0.32);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease,
        border-color 0.18s ease;
}

.home-action-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.24) 45%, transparent 70%);
    transform: translateX(-140%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.home-action-button:hover,
.home-action-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(192, 132, 252, 0.58) !important;
    box-shadow:
        0 12px 22px rgba(37, 99, 235, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 12px rgba(139, 92, 246, 0.12);
    color: #ffffff !important;
    filter: saturate(1.06);
}

.home-action-button:hover::before,
.home-action-button:focus-visible::before {
    transform: translateX(140%);
}

.hero-section {
    background: linear-gradient(353deg, var(--body-background-purple) 0%, var(--body-background-black) 50%, var(--body-background-blue) 100%);
    display: flex;
    align-items: center;
    margin-top: -56px;
    background-size: cover;
    background-position: center;
}

.home-hero-text {
    font-size: 1rem;
    max-width: 34rem;
}

.home-hero-gradient {
    background: linear-gradient(110deg, #8b5cf6 0%, #c084fc 42%, #ec4899 72%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 18px rgba(168, 85, 247, 0.2);
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #c4b5fd;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.home-kicker::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: linear-gradient(90deg, #8b5cf6 0%, rgba(139, 92, 246, 0.2) 100%);
    margin-right: 0.35rem;
    flex: 0 0 auto;
}

.home-status-badge::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: currentColor;
    flex: 0 0 auto;
}

.home-roadmap-section,
.home-cta-section {
    background-color: var(--body-background-dark-blue);
    border-top: 1px solid var(--dim-border-color);
}

.home-section-heading {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: left;
}

.home-section-heading p {
    font-size: 1rem;
    max-width: 44rem;
}

.home-timeline {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.home-timeline::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    bottom: 0.75rem;
    left: 12.5rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 175, 255, 0.7), rgba(246, 59, 174, 0.18));
}

.home-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
}

.home-timeline-item:last-child {
    padding-bottom: 0;
}

.home-timeline-phase {
    color: #94a3b8;
    text-align: right;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-right: 0.75rem;
    padding-top: 0.35rem;
}

.home-timeline-dot {
    position: absolute;
    top: 0.45rem;
    left: 12.5rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    background-color: var(--body-background-dark-blue);
    transform: translateX(-50%);
    box-shadow: 0 0 0 0.3rem rgba(0, 175, 255, 0.1);
}

.home-timeline-dot.is-active {
    background-color: #22c55e;
    border-color: #22c55e;
}

.home-timeline-dot.is-future {
    border-color: var(--bs-secondary);
    box-shadow: 0 0 0 0.3rem rgba(255, 0, 127, 0.12);
}

.home-timeline-card {
    background-color: rgba(30, 30, 30, 0);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home-timeline-card h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.home-timeline-card p {
    color: #9ca3af;
    margin-bottom: 1rem;
}

.home-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.home-status-badge.is-active {
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.28);
    background-color: rgba(34, 197, 94, 0.08);
}

.home-status-badge.is-soon {
    color: var(--bs-primary);
    border: 1px solid rgba(0, 175, 255, 0.28);
    background-color: rgba(0, 175, 255, 0.08);
}

.home-status-badge.is-planned {
    color: #94a3b8;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background-color: rgba(148, 163, 184, 0.08);
}

.home-status-badge.is-future {
    color: var(--bs-secondary);
    border: 1px solid rgba(255, 0, 127, 0.26);
    background-color: rgba(255, 0, 127, 0.08);
}

.home-roadmap-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.home-roadmap-tags span {
    color: #94a3b8;
    border: 1px solid var(--dim-border-color);
    border-radius: 0.35rem;
    padding: 0.25rem 0.55rem;
    font-size: 0.75rem;
}

.home-cta-section {
    border-bottom: 1px solid var(--dim-border-color);
}

.home-cta-section .container {
    max-width: 720px;
}

.home-discovery-item {
    opacity: 0;
    transform: translateY(1.6rem) scale(0.985);
    filter: blur(0.4rem);
    clip-path: inset(0 0 16% 0 round 0.5rem);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.7s ease,
        clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, filter, clip-path;
}

.home-discovery-item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0.5rem);
}

.home-hero-visual.home-discovery-item {
    transition-delay: 0.12s;
}

.home-feature-card--secondary.home-discovery-item,
.home-timeline-item:nth-child(2).home-discovery-item {
    transition-delay: 0.08s;
}

.home-feature-card--tertiary.home-discovery-item,
.home-timeline-item:nth-child(3).home-discovery-item {
    transition-delay: 0.16s;
}

.home-timeline-item:nth-child(4).home-discovery-item {
    transition-delay: 0.08s;
}

.home-timeline-item:nth-child(5).home-discovery-item {
    transition-delay: 0.16s;
}

.home-timeline-item:nth-child(6).home-discovery-item {
    transition-delay: 0.08s;
}

@media (max-width: 768px) {
    .home-timeline::before {
        left: 0.4rem;
    }

    .home-timeline-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding-left: 2rem;
    }

    .home-timeline-phase {
        text-align: left;
        padding-top: 0;
    }

    .home-timeline-dot {
        left: 0.4rem;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        height: auto;
        min-height: 0;
        align-items: flex-start;
        padding-top: clamp(8rem, 9vw, 6.5rem);
        padding-bottom: clamp(2rem, 4vw, 2.75rem);
    }
}

@media (min-width: 992px) {
    .hero-section {
        height: auto;
        min-height: 48rem;
        padding-top: 56px;
        padding-bottom: 2.25rem;
    }

    .hero-section-content {
        margin-top: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-discovery-item {
        opacity: 1;
        transform: none;
        filter: none;
        clip-path: none;
        transition: none;
    }
}
