/* =========================
   HOME PAGE MODERN DESIGN
========================= */

.hero-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #eef4ff, #f8fbff);
}

    .hero-section h1 {
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.1;
        color: #0f172a;
    }

.hero-search-box input {
    height: 64px;
    border-radius: 18px;
    border: 1px solid #dbeafe;
    font-size: 1.15rem;
}

.hero-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.hero-panel-item {
    display: flex;
    gap: 15px;
    margin-bottom: 28px;
}

    .hero-panel-item:last-child {
        margin-bottom: 0;
    }

    .hero-panel-item span {
        font-size: 1.8rem;
    }

    .hero-panel-item strong {
        display: block;
        font-size: 1.15rem;
        margin-bottom: 4px;
    }

    .hero-panel-item p {
        margin: 0;
        color: #64748b;
    }

/* STATS */

.stats-section {
    padding-top: 60px;
    padding-bottom: 40px;
}

.stat-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.stat-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 18px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.stat-box h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #2563eb;
}

/* SECTION */

.section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 0.95rem;
}

/* POPULAR */

.popular-card {
    border-radius: 20px;
    transition: 0.3s;
}

    .popular-card:hover {
        transform: translateY(-6px);
    }

.popular-icon {
    font-size: 2rem;
    margin-bottom: 15px;
}

/* NEW TOOLS */

.new-tool-card {
    border-radius: 20px;
    transition: 0.3s;
}

    .new-tool-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

.tool-mini-icon {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* CATEGORIES */

.category-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-icon {
    font-size: 2rem;
}

.category-more-btn {
    border-radius: 12px;
}

.tool-card {
    border-radius: 22px;
    transition: 0.3s;
    height: 100%;
}

    .tool-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

    .tool-card h4 {
        font-weight: 700;
        margin-bottom: 10px;
    }

.tool-link-text {
    color: #2563eb;
    font-weight: 700;
}

/* INFO */

.info-card {
    border-radius: 28px;
}

.feature-box {
    background: #f8fafc;
    padding: 18px;
    border-radius: 16px;
    text-align: center;
    font-weight: 600;
}

/* FAQ */

.faq-card {
    border-radius: 20px;
}

    .faq-card h3 {
        font-size: 1.35rem;
        margin-bottom: 12px;
    }

/* FOOTER */

.footer-area {
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
}

/* CRYPTO ICON */

.crypto-icon {
    font-weight: 900;
    color: #2563eb;
    font-size: 1.15rem !important;
}

/* RESULT CARD */

.card.mt-4 .card-body h4 {
    font-weight: 800;
    color: #0f172a;
}

.card.mt-4 .card-body hr {
    border-color: #dbeafe;
}

.card.mt-4 .card-body p {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

    .card.mt-4 .card-body p strong {
        color: #2563eb;
    }

/* CATEGORY PAGE HEADER */

.category-page-header {
    margin-bottom: 45px;
}

    .category-page-header h1 {
        font-size: 3rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 8px;
    }

    .category-page-header p {
        font-size: 1.25rem;
        color: #64748b;
        margin-bottom: 0;
    }

/* MOBILE */

@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0;
    }

        .hero-section h1 {
            font-size: 2.6rem;
        }

    .hero-panel {
        margin-top: 25px;
    }

    .category-title-wrap {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .stat-box h3 {
        font-size: 2rem;
    }
}
.calculator-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
}

.calculator-card {
    border-radius: 24px;
}

.result-premium-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #eff6ff);
}

.result-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #dbeafe;
}

    .result-row:last-child {
        border-bottom: none;
    }

    .result-row span {
        color: #64748b;
        font-weight: 600;
    }

    .result-row strong {
        font-size: 1.8rem;
        font-weight: 800;
        color: #2563eb;
    }

    .result-row.highlight {
        background: #eff6ff;
        margin: 0 -12px;
        padding: 14px 12px;
        border-radius: 14px;
    }

.info-mini-card {
    border-radius: 24px;
    background: #f8fafc;
}

.example-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
}

.seo-content {
    line-height: 1.9;
}

    .seo-content h2 {
        margin-top: 35px;
        margin-bottom: 15px;
        font-weight: 800;
    }

.formula-box {
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.kdv-type-box {
    display: grid;
    gap: 12px;
}

.kdv-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 600;
}

    .kdv-radio-item input {
        width: 18px;
        height: 18px;
    }

    .kdv-radio-item:hover {
        border-color: #2563eb;
        background: #eff6ff;
    }
.highlight strong {
    color: #16a34a;
}

