.tarif-hero {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--dark-navy) 100%);
    color: white;
    padding: 80px 0 160px;
    position: relative;
    overflow: hidden;
}

.tarif-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.tarif-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.tarif-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.tarif-hero p {
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
}

/* Search Box (overlapping hero) */
.search-box {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.search-box h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box h3 i {
    color: var(--primary-tosca);
}

.search-box .form-label {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.search-box .form-control,
.search-box .form-select {
    padding: 12px 14px 12px 42px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9rem;
    background: #f8fafc;
}

.search-box .form-control:focus,
.search-box .form-select:focus {
    border-color: var(--primary-tosca);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
    background: white;
}

.input-wrapper {
    position: relative;
}

.input-wrapper i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    z-index: 2;
}

.btn-search-tarif {
    background: var(--primary-navy);
    color: white;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}

.btn-search-tarif:hover {
    background: var(--primary-tosca);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(20, 184, 166, 0.3);
}

/* Tab Navigation */
.tarif-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    background: white;
    padding: 8px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.tarif-tab {
    flex: 1;
    min-width: 150px;
    padding: 14px 20px;
    border-radius: 10px;
    background: transparent;
    border: none;
    font-weight: 600;
    color: var(--text-gray);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
}

.tarif-tab:hover {
    background: #f1f5f9;
    color: var(--primary-navy);
}

.tarif-tab.active {
    background: var(--primary-navy);
    color: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

/* Tarif Table */
.tarif-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.tarif-card-header {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--dark-navy) 100%);
    color: white;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarif-card-header h4 {
    margin: 0;
    font-size: 1.1rem;
}

.tarif-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.tarif-table thead th {
    background: #f8fafc;
    padding: 14px 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-gray);
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
    text-align: left;
}

.tarif-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    vertical-align: middle;
}

.tarif-table tbody tr {
    transition: all 0.2s;
}

.tarif-table tbody tr:hover {
    background: #f0fdfa;
}

.tarif-table tbody tr:last-child td {
    border-bottom: none;
}

.route-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f1f5f9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
}

.route-badge i {
    color: var(--primary-tosca);
}

.class-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.class-ekonomi { background: #f1f5f9; color: #475569; }
.class-bisnis { background: #dbeafe; color: #1e40af; }
.class-vip { background: #fef3c7; color: #92400e; }
.class-vvip { background: #fee2e2; color: #991b1b; }

.price-cell {
    font-weight: 800;
    color: var(--primary-navy);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.price-cell small {
    display: block;
    font-size: 0.7rem;
    color: var(--text-gray);
    font-weight: 500;
    margin-top: 2px;
}

/* Vehicle Card Grid */
.vehicle-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: all 0.3s;
    border: 2px solid transparent;
    height: 100%;
}

.vehicle-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-tosca);
    box-shadow: 0 12px 30px rgba(20, 184, 166, 0.15);
}

.vehicle-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--primary-tosca);
    font-size: 2rem;
}

.vehicle-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.vehicle-desc {
    font-size: 0.8rem;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.vehicle-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ef4444;
    font-family: 'Poppins', sans-serif;
}

.vehicle-price small {
    display: block;
    font-size: 0.7rem;
    color: var(--text-gray);
    font-weight: 500;
    margin-top: 4px;
}

/* Calculator */
.calculator-card {
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 100%);
    border: 2px solid #99f6e4;
    border-radius: 20px;
    padding: 30px;
}

.calculator-card h3 {
    color: var(--primary-navy);
    margin-bottom: 8px;
}

.result-box {
    background: white;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.result-label {
    font-size: 0.8rem;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.result-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ef4444;
    font-family: 'Poppins', sans-serif;
}

.result-detail {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin-top: 8px;
}

/* Info Cards */
.info-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    height: 100%;
    border-left: 4px solid var(--primary-tosca);
}

.info-card i {
    font-size: 1.8rem;
    color: var(--primary-tosca);
    margin-bottom: 12px;
}

.info-card h5 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.info-card p {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin: 0;
}

/* WA Float */
.wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    text-decoration: none;
    transition: all 0.3s;
}
.wa-float:hover {
    transform: scale(1.1);
    color: white;
}

footer {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--dark-navy) 100%);
}

/* Responsive */
@media (max-width: 768px) {
    .tarif-hero h1 { font-size: 2rem; }
    .tarif-hero { padding: 60px 0 140px; }
    .tarif-table thead { display: none; }
    .tarif-table tbody tr {
        display: block;
        margin-bottom: 16px;
        background: white;
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    }
    .tarif-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid #f1f5f9;
    }
    .tarif-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        font-size: 0.75rem;
        text-transform: uppercase;
        color: var(--text-gray);
    }
}