/* MoneyChoice homepage — value-first hero */
.mc-value-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
    display: flex;
    align-items: center;
    padding: 2.5rem 0 3.5rem;
    background:
        radial-gradient(ellipse 90% 55% at 50% -15%, rgba(251, 191, 36, 0.14), transparent 55%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(0, 200, 5, 0.06), transparent 50%),
        #000;
    overflow: hidden;
}

.mc-value-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
}

.mc-value-hero > .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.mc-value-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mc-value-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 1.25rem;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fde68a;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.35);
}

.mc-value-hero-eyebrow i {
    font-size: 0.85rem;
    opacity: 0.9;
}

.mc-value-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.35rem, 7vw, 4rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: #fff;
    max-width: 14ch;
}

.mc-value-hero-accent {
    display: block;
    color: #fbbf24;
    text-shadow: 0 0 40px rgba(251, 191, 36, 0.25);
}

.mc-value-hero-lede {
    margin: 0 0 2rem;
    max-width: 34rem;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.55;
    color: #b0b0b0;
}

.mc-value-hero-search-wrap {
    width: 100%;
    max-width: 36rem;
    margin: 0 0 1rem;
}

.mc-value-hero-search.hero-stock-search {
    margin: 0;
    max-width: none;
    width: 100%;
}

.mc-value-hero-search .hero-stock-search-row {
    gap: 10px;
}

.mc-value-hero-search .hero-stock-input-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

.mc-value-hero-search .hero-stock-search-row input {
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    padding: 16px 20px;
    font-size: clamp(1.15rem, 3vw, 1.45rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 14px;
    border: 2px solid rgba(251, 191, 36, 0.45);
    background: rgba(10, 10, 10, 0.92);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 12px 40px rgba(0, 0, 0, 0.45);
}

.mc-value-hero-search .hero-stock-search-row input::placeholder {
    color: #666;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.mc-value-hero-search .hero-stock-search-row input:focus {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.2), 0 12px 40px rgba(0, 0, 0, 0.45);
}

.mc-value-hero-search .hero-stock-search-row button[type="submit"] {
    min-height: 58px;
    padding: 0 1.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
    color: #1a1200;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.35);
}

.mc-value-hero-search .hero-stock-search-row button[type="submit"]:hover {
    filter: brightness(1.06);
    border: none;
}

.mc-value-hero-search .hero-stock-suggestions {
    text-align: left;
}

.hero-stock-manip-preview {
    margin: 12px 0 0;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: left;
}

.mc-value-hero-benefits {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    max-width: 40rem;
}

.mc-value-hero-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #d4d4d4;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-value-hero-benefits li i {
    color: #fbbf24;
    font-size: 0.85rem;
}

.mc-value-demo {
    width: 100%;
    max-width: 28rem;
    margin: 2rem auto 0;
    padding: 1.1rem 1.15rem;
    border-radius: 16px;
    text-align: left;
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid rgba(251, 191, 36, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}

.mc-value-demo.is-loading {
    opacity: 0.75;
}

.mc-value-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.mc-value-demo-symbol {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.mc-value-demo-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mc-value-demo-badge--warn {
    color: #78350f;
    background: #fbbf24;
}

.mc-value-demo-badge--ok {
    color: #065f46;
    background: #6ee7b7;
}

.mc-value-demo-title {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fde68a;
}

.mc-value-demo-days {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mc-value-demo-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.2);
    font-size: 0.88rem;
}

.mc-value-demo-day-date {
    font-weight: 700;
    color: #f9fafb;
}

.mc-value-demo-day-label {
    color: #fde68a;
    font-weight: 600;
    text-align: right;
}

.mc-value-demo-empty {
    margin: 0;
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.5;
}

.mc-value-demo-foot {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    color: #888;
    line-height: 1.45;
}

.mc-value-hero-scroll {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.mc-value-hero-scroll:hover {
    color: #aaa;
}

@media (max-width: 640px) {
    .mc-value-hero {
        padding: 1.75rem 0 2.5rem;
        min-height: auto;
    }

    .mc-value-hero-search .hero-stock-search-row {
        flex-direction: column;
    }

    .mc-value-hero-search .hero-stock-search-row button[type="submit"] {
        width: 100%;
        min-height: 52px;
    }

    .mc-value-hero-benefits {
        flex-direction: column;
        align-items: stretch;
    }

    .mc-value-hero-benefits li {
        justify-content: center;
    }
}
