.advisory-hero-bg {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 0, 98, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(255, 0, 98, 0.08) 0%, transparent 40%),
        linear-gradient(180deg, #0c0c0e 0%, #141417 100%);
}

/* Evita badge colado na nav em viewports baixas (ex.: 1280×633) */
.advisory-hero-section {
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

@media (min-width: 640px) {
    .advisory-hero-section {
        padding-top: 3rem;
    }
}

@media (min-height: 720px) {
    .advisory-hero-section {
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-height: 900px) {
    .advisory-hero-section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.advisory-surface-dark {
    background:
        radial-gradient(circle at 15% 15%, rgba(255, 0, 98, 0.1) 0%, transparent 45%),
        linear-gradient(180deg, #141417 0%, #0c0c0e 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.advisory-contrast-grid {
    display: grid;
    gap: 2px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    overflow: hidden;
}

.advisory-contrast-col {
    padding: 1.5rem 1.25rem;
    background: #0c0c0e;
}

@media (min-width: 768px) {
    .advisory-contrast-col {
        padding: 2rem 1.75rem;
    }
}

.advisory-contrast-col--bad {
    background: #121010;
}

.advisory-contrast-col--good {
    background: #0a100d;
}

.advisory-timeline-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
    .advisory-timeline-item {
        grid-template-columns: 5rem 1fr;
        gap: 1.5rem;
    }
}

.advisory-timeline-item:last-child {
    border-bottom: none;
}

.advisory-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 0, 98, 0.25);
    color: rgba(255, 120, 170, 0.9);
    font-size: 0.75rem;
    line-height: 1.4;
}

.btn-dealmatch-ghost-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    background: transparent;
    border: none;
    transition: color 0.2s ease;
}

.btn-dealmatch-ghost-dark:hover {
    color: rgba(255, 255, 255, 0.85);
}

.advisory-outcome-card {
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.75rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.advisory-outcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff0062;
}

.advisory-form-input {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: #373737;
    background: #fff;
}

.advisory-form-input:focus {
    outline: none;
    border-color: rgba(255, 0, 98, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 0, 98, 0.12);
}

.advisory-who-item {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.advisory-founder-avatar {
    width: 7rem;
    height: 7rem;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 2px solid rgba(255, 0, 98, 0.25);
    box-shadow: 0 10px 25px -10px rgba(255, 0, 98, 0.3);
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .advisory-founder-avatar {
        width: 8.5rem;
        height: 8.5rem;
    }
}

.advisory-founder-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255, 0, 98, 0.12);
    color: #ff0062;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(255, 0, 98, 0.15);
}
