/* Investor landing — Search ads LP (/Home/Investor) */

.investor-hero {
    background: var(--tv-grad-hero, linear-gradient(145deg, #0c1a2e 0%, #1e3a5f 45%, #1d4ed8 100%));
    color: #fff;
    padding: 4.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.investor-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1px, transparent 0);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at top, black 35%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at top, black 35%, transparent 75%);
    pointer-events: none;
}

.investor-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

/* Beat .public-main p { color: #334155 } so hero copy stays light on navy */
.public-main .investor-hero .investor-brand,
.public-main .investor-hero p.investor-brand {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 0.85rem;
    color: #fff;
}

.investor-hero h1 {
    font-size: clamp(1.55rem, 3.2vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 1rem;
    color: #fff;
}

.public-main .investor-hero .investor-lead,
.public-main .investor-hero p.investor-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #f8fafc;
    margin: 0 0 1.75rem;
}

.investor-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.investor-cta-primary {
    font-weight: 700;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.12);
}

.investor-cta-secondary {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.public-main .investor-hero .investor-hero-note,
.public-main .investor-hero p.investor-hero-note {
    font-size: 0.9rem;
    color: #e2e8f0;
    margin: 0;
    line-height: 1.5;
}

/* Contrast */
.investor-contrast {
    padding: 3.5rem 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.investor-contrast-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 768px) {
    .investor-contrast-grid {
        grid-template-columns: 1fr 1.1fr;
        gap: 3rem;
    }
}

.investor-contrast h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 0.85rem;
    line-height: 1.25;
}

.investor-contrast p {
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.investor-contrast-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.investor-contrast-list li {
    padding: 0.85rem 0;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
    font-size: 1rem;
    line-height: 1.55;
}

.investor-contrast-list li:first-child {
    padding-top: 0;
}

.investor-contrast-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.investor-contrast-list strong {
    color: #0f172a;
}

/* Features */
.investor-features {
    padding: 3.5rem 0;
    background: var(--tv-grad-soft, linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%));
}

.investor-section-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
}

.investor-section-head h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 0.65rem;
}

.investor-section-head p {
    color: #4b5563;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.investor-feature-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem 1.75rem;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .investor-feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .investor-feature-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.investor-feature-grid li {
    padding: 0;
}

.investor-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.investor-feature-grid h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.4rem;
}

.investor-feature-grid p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.55;
}

/* Proof */
.investor-proof {
    padding: 3rem 0;
    background: #0f172a;
    color: #e2e8f0;
}

.investor-proof-quote {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    border: none;
}

.public-main .investor-proof .investor-proof-quote p {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.55;
    color: #fff;
    margin: 0 0 1.25rem;
}

.investor-proof-quote footer {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
}

.investor-proof-quote cite {
    font-style: normal;
    font-size: 0.9rem;
    color: #94a3b8;
}

.investor-proof-quote a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.investor-proof-quote a:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

/* Offer CTA */
.investor-offer {
    padding: 3.5rem 0;
    background: #fff;
}

.investor-offer-panel {
    display: grid;
    gap: 2rem;
    align-items: center;
    max-width: 52rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: linear-gradient(165deg, #f8fafc 0%, #fff 55%);
}

@media (min-width: 768px) {
    .investor-offer-panel {
        grid-template-columns: 1.4fr 1fr;
        padding: 2.25rem 2.5rem;
        gap: 2.5rem;
    }
}

.investor-offer-copy h2 {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 0.75rem;
}

.investor-offer-copy > p {
    color: #374151;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.investor-offer-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.investor-offer-bullets li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.45rem;
    color: #1f2937;
    font-size: 0.95rem;
}

.investor-offer-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #2563eb;
}

.investor-offer-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.investor-offer-actions .btn {
    font-weight: 700;
    border-radius: 999px;
}

.investor-offer-link {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    margin-top: 0.25rem;
}

.investor-offer-link:hover {
    text-decoration: underline;
}

/* Footer nav links */
.investor-footer-links {
    padding: 1.5rem 0 2.5rem;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.investor-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    justify-content: center;
}

.investor-links a {
    color: #4b5563;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.investor-links a:hover {
    color: #1d4ed8;
}

@media (max-width: 575.98px) {
    .investor-hero {
        padding: 3.25rem 0 3rem;
    }

    .investor-cta-row .btn {
        width: 100%;
    }
}
