﻿body {
    background: #f8f9fa;
}

.calculator-card {
    background: white;
    border-radius: 10px;
    margin: 0px;
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.result-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.paywall {
    cursor: pointer;
    color: #0d6efd;
    font-weight: 600;
}

.seo-section {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

.plan-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.plan-card.featured {
    border: 2px solid #0d6efd;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.price {
    font-size: 2rem;
    font-weight: 700;
}

.feature-list li {
    margin-bottom: 8px;
}

.badge-pro {
    background: #0d6efd;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
    border-radius: 0.5rem;
    z-index: 10;
}

.card.position-relative {
    overflow: hidden;
}

.ul-no-decoration {
    list-style-type: none;
}