body {
    background-color: #f8f9fa;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 0 120px;
    color: #fff;
    text-align: center;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.filter-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin-top: -60px;
    z-index: 10;
    position: relative;
}

.table-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-top: 30px;
    padding: 25px;
}

.btn-filter {
    background: #1e3c72;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    border: none;
    transition: all 0.3s;
}

.btn-filter:hover {
    background: #2a5298;
    color: #fff;
    transform: translateY(-2px);
}

.form-control,
.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    height: 45px !important;
    border: 1px solid #e0e0e0 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 15px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px !important;
}

.table thead th {
    background-color: #f1f4f9;
    color: #334d6e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: none;
    padding: 15px;
}

.table td {
    padding: 15px;
    vertical-align: middle;
    color: #4e5e77;
    border-top: 1px solid #f1f4f9;
}

.badge-info {
    background-color: #e3f2fd;
    color: #1976d2;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 6px;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.paket-link {
    color: #1e3c72;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    line-height: 1.4;
    display: inline-block;
}

.paket-link:hover {
    color: #2a5298;
    text-decoration: none;
    transform: translateX(3px);
}

.modal-content {
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.modal-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.modal-body {
    padding: 20px 30px 30px !important;
}

.btn-reset {
    background: #fff;
    color: #6c757d;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-reset:hover {
    background: #f8f9fa;
    color: #1e3c72;
    border-color: #1e3c72;
    transform: rotate(180deg);
}
