/* Page shell for /overwaarde/ */

main:has(.overwaarde-tool) {
    display: flex;
    flex-direction: column;
}

.overwaarde-tool {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

.overwaarde-tool:not(.overwaarde-tool--has-results) .overwaarde-tool-hero {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.overwaarde-tool:not(.overwaarde-tool--has-results) .overwaarde-tool-hero__inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overwaarde-tool:not(.overwaarde-tool--has-results) .overwaarde-tool-hero__grid {
    flex: 1 1 auto;
    align-items: center;
}

.overwaarde-tool--has-results .overwaarde-tool-hero {
    flex: 0 0 auto;
}

#overwaardeTool .overwaarde-tool-hero__results {
    flex: 0 0 auto;
}

/* Hero section for /overwaarde/ tool */

.overwaarde-tool-hero {
    background: linear-gradient(135deg, #4475f2 0%, #2563eb 45%, #3730a3 100%);
}

.overwaarde-tool-hero__glow {
    position: absolute;
    inset: -2rem;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.overwaarde-tool-hero__wizard-wrap {
    position: relative;
    z-index: 1;
}

.overwaarde-tool-hero__wizard-card {
    position: relative;
    z-index: 1;
    border-top: 4px solid #4475f2;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.15);
}

.overwaarde-tool-hero__benefit-icon {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
}

.overwaarde-tool__email-overlay {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.overwaarde-tool__meaning--positive {
    border-color: #bbf7d0;
    background-color: #f0fdf4;
    color: #166534;
}

.overwaarde-tool__meaning--moderate {
    border-color: #bfdbfe;
    background-color: #eff6ff;
    color: #1e40af;
}

.overwaarde-tool__meaning--cautious {
    border-color: #fde68a;
    background-color: #fffbeb;
    color: #92400e;
}

#whatItMeansTitle.overwaarde-tool__meaning-title--positive { color: #15803d; }
#whatItMeansTitle.overwaarde-tool__meaning-title--moderate { color: #1d4ed8; }
#whatItMeansTitle.overwaarde-tool__meaning-title--cautious { color: #b45309; }

#considerationsList li {
    padding-left: 1.25rem;
    position: relative;
}

#considerationsList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: #4475f2;
}

#considerationsList .consideration-title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

#considerationsList .consideration-body {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}
