/* शुल्क पेज — प्रीमियम लेआउट */
.page-fees .fees-session-bar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}
.page-fees .fees-session-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.page-fees .fees-session-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: .9rem;
}
.page-fees .fees-session-badge--live {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}
.page-fees .fees-session-badge--fallback {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fcd34d;
}
.page-fees .fees-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 28px 0 8px;
}
.page-fees .fees-stat {
    background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(13,44,84,.06);
}
.page-fees .fees-stat i {
    font-size: 1.4rem;
    color: #ffc107;
    margin-bottom: 8px;
}
.page-fees .fees-stat strong {
    display: block;
    font-size: 1.6rem;
    color: #0d2c54;
    line-height: 1.2;
}
.page-fees .fees-stat span {
    font-size: .85rem;
    color: #64748b;
}

.page-fees .fees-section {
    margin-top: 40px;
    scroll-margin-top: 80px;
}
.page-fees .fees-section-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}
.page-fees .fees-section-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d2c54, #1a5276);
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.page-fees .fees-matrix-wrap {
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(13,44,84,.08);
    margin-bottom: 24px;
}
.page-fees .fees-matrix {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    background: #fff;
}
.page-fees .fees-matrix th,
.page-fees .fees-matrix td {
    padding: 11px 14px;
    border: 1px solid #e8eef5;
    text-align: center;
    font-size: .92rem;
}
.page-fees .fees-matrix th {
    background: #0d2c54;
    color: #fff;
    font-weight: 600;
    position: sticky;
    top: 0;
}
.page-fees .fees-matrix th:first-child,
.page-fees .fees-matrix td:first-child {
    text-align: left;
    background: #f1f5f9;
    font-weight: 600;
    color: #0d2c54;
    position: sticky;
    left: 0;
    z-index: 1;
}
.page-fees .fees-matrix tbody tr:hover td {
    background: #fffbeb;
}
.page-fees .fees-matrix tbody tr:hover td:first-child {
    background: #fef3c7;
}

.page-fees .fees-class-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
}
.page-fees .fees-class-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(13,44,84,.06);
    transition: transform .2s, box-shadow .2s;
}
.page-fees .fees-class-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13,44,84,.1);
}
.page-fees .fees-class-card-head {
    background: linear-gradient(135deg, #0d2c54, #1a5276);
    color: #fff;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-fees .fees-class-card-head h3 {
    margin: 0;
    font-size: 1.05rem;
}
.page-fees .fees-class-card-head .annual {
    font-size: .82rem;
    opacity: .9;
    text-align: right;
}
.page-fees .fees-class-card-body {
    padding: 12px 16px 16px;
}
.page-fees .fees-line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: .9rem;
}
.page-fees .fees-line:last-child { border-bottom: none; }
.page-fees .fees-line .freq {
    font-size: .75rem;
    color: #64748b;
    display: block;
}
.page-fees .fees-line-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #ffc107;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #0d2c54;
}

.page-fees .fees-route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.page-fees .fees-route-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(13,44,84,.06);
}
.page-fees .fees-route-head {
    padding: 16px 18px;
    background: linear-gradient(135deg, #0891b2 0%, #0d2c54 100%);
    color: #fff;
}
.page-fees .fees-route-head h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}
.page-fees .fees-route-meta {
    font-size: .82rem;
    opacity: .92;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page-fees .fees-route-body { padding: 0; }
.page-fees .fees-stop-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88rem;
}
.page-fees .fees-stop-table th,
.page-fees .fees-stop-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
}
.page-fees .fees-stop-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
}
.page-fees .fees-stop-table tr:last-child td { border-bottom: none; }
.page-fees .fees-stop-table .fee-col {
    text-align: right;
    font-weight: 700;
    color: #0d2c54;
    white-space: nowrap;
}
.page-fees .fees-stop-free { color: #16a34a; }

.page-fees .fees-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.page-fees .fees-policy-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #0d2c54;
    box-shadow: 0 2px 12px rgba(13,44,84,.06);
}
.page-fees .fees-policy-card h4 {
    margin: 0 0 10px;
    color: #0d2c54;
    font-size: 1rem;
}
.page-fees .fees-policy-card p,
.page-fees .fees-policy-card ol {
    margin: 0;
    color: #475569;
    line-height: 1.75;
    font-size: .93rem;
}
.page-fees .fees-rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-fees .fees-rules-list li {
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.page-fees .fees-rules-list li i {
    color: #0891b2;
    margin-top: 3px;
}

.page-fees .fees-installment-box {
    background: linear-gradient(135deg, #0d2c54, #1a5276);
    color: #fff;
    border-radius: 14px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}
.page-fees .fees-installment-box h4 { margin: 0 0 12px; color: #ffc107; }
.page-fees .fees-month-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page-fees .fees-month-chip {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,193,7,.35);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: .85rem;
}

@media (max-width: 900px) {
    .page-fees .fees-stats { grid-template-columns: repeat(2, 1fr); }
    .page-fees .fees-policy-grid,
    .page-fees .fees-installment-box { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .page-fees .fees-stats { grid-template-columns: 1fr; }
}
