/* =====================================================================
   SIP — Dark Glass Condensation Theme
   Stack: Laravel + Blade + Bootstrap 5 + Vite + FullCalendar
   ===================================================================== */

/* Body & background */
body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(160deg, #090f20 0%, #0d1a35 45%, #080e1c 100%);
    background-attachment: fixed;
    color: rgba(200, 230, 255, 0.88);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Condensation SVG sits fixed behind everything */
#condensation-bg {
    position: fixed;
    inset: 0;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Nav and page wrapper sit above the fixed background */
body > nav,
body > .page-wrapper {
    position: relative;
    z-index: 1;
}

/* ─── Typography ─────────────────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: #ffffff !important;
}

p, li {
    color: rgba(180, 215, 255, 0.78);
}

a {
    color: #fca311;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}

.text-muted {
    color: rgba(140, 180, 255, 0.5) !important;
}

hr {
    border-color: rgba(100, 150, 255, 0.18);
}

/* ─── Navbar ─────────────────────────────────────────────────────────── */

nav.navbar,
.navbar {
    background: rgba(14, 27, 56, 0.45) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid rgba(252, 163, 17, 0.25) !important;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.navbar-brand,
.navbar-nav .nav-link {
    color: rgba(210, 235, 255, 0.9) !important;
    font-weight: 500;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fca311 !important;
}
.navbar-toggler {
    border-color: rgba(252, 163, 17, 0.5);
}
.navbar-toggler-icon {
    filter: invert(1);
}

/* ─── Buttons ────────────────────────────────────────────────────────── */

.btn-primary {
    background-color: #fca311 !important;
    border-color: #fca311 !important;
    color: #0a0f20 !important;
    font-weight: 700;
}
.btn-primary:hover {
    background-color: #e8920a !important;
    border-color: #e8920a !important;
    color: #0a0f20 !important;
}
.btn-secondary {
    background: rgba(30, 55, 110, 0.5) !important;
    border: 1px solid rgba(100, 170, 255, 0.3) !important;
    color: rgba(200, 230, 255, 0.85) !important;
}
.btn-secondary:hover {
    background: rgba(40, 75, 140, 0.65) !important;
    border-color: rgba(100, 170, 255, 0.5) !important;
    color: #ffffff !important;
}
.btn-success {
    background-color: #1a7a4a !important;
    border-color: #1a7a4a !important;
    color: #ffffff !important;
}
.btn-success:hover {
    background-color: #155e38 !important;
    border-color: #155e38 !important;
    color: #ffffff !important;
}
.btn-danger {
    background-color: #8b2020 !important;
    border-color: #8b2020 !important;
    color: #ffffff !important;
}
.btn-danger:hover {
    background-color: #6e1818 !important;
    border-color: #6e1818 !important;
    color: #ffffff !important;
}
.btn-warning {
    background-color: #fca311 !important;
    border-color: #fca311 !important;
    color: #0a0f20 !important;
    font-weight: 700;
}
.btn-warning:hover {
    background-color: #e8920a !important;
    border-color: #e8920a !important;
    color: #0a0f20 !important;
}
.btn-info {
    background-color: rgba(30, 100, 200, 0.7) !important;
    border-color: rgba(80, 150, 255, 0.5) !important;
    color: #ffffff !important;
}
.btn-info:hover {
    background-color: rgba(40, 120, 220, 0.85) !important;
    color: #ffffff !important;
}
.btn-link {
    color: rgba(200, 230, 255, 0.78) !important;
}
.btn-link:hover {
    color: #fca311 !important;
}
.btn-close {
    filter: invert(1) opacity(0.6);
}

/* ─── Cards ──────────────────────────────────────────────────────────── */

.card {
    --bs-card-bg: rgba(12, 24, 52, 0.65);
    --bs-card-border-color: rgba(100, 170, 255, 0.2);
    background: rgba(12, 24, 52, 0.65) !important;
    background-color: rgba(12, 24, 52, 0.65) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(100, 170, 255, 0.2) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    color: rgba(200, 230, 255, 0.88) !important;
}
.card-body {
    color: rgba(200, 230, 255, 0.88);
}
.card-header {
    background: rgba(20, 33, 61, 0.7) !important;
    background-color: rgba(20, 33, 61, 0.7) !important;
    border-bottom: 1px solid rgba(100, 170, 255, 0.18) !important;
    color: rgba(210, 235, 255, 0.9) !important;
    font-weight: 600;
}
.card-title {
    color: #ffffff !important;
}
.card-text {
    color: rgba(180, 215, 255, 0.75) !important;
}

/* ─── Tables ─────────────────────────────────────────────────────────── */

.table-responsive,
.table-wrapper {
    background: rgba(10, 20, 48, 0.55);
    border-radius: 12px;
    border: 1px solid rgba(100, 170, 255, 0.16);
    overflow: hidden;
}

table,
.table {
    --bs-table-bg: transparent;
    --bs-table-color: rgba(200, 230, 255, 0.88);
    --bs-table-border-color: rgba(100, 150, 255, 0.14);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    --bs-table-striped-color: rgba(200, 230, 255, 0.88);
    --bs-table-hover-bg: rgba(80, 140, 255, 0.1);
    --bs-table-hover-color: #ffffff;
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(200, 230, 255, 0.88) !important;
    border-color: rgba(100, 150, 255, 0.14) !important;
    margin-bottom: 0;
}

thead,
.table thead,
.table > thead {
    background: rgba(14, 27, 61, 0.9) !important;
    background-color: rgba(14, 27, 61, 0.9) !important;
}

th,
.table th,
.table thead th {
    background: rgba(14, 27, 61, 0.9) !important;
    background-color: rgba(14, 27, 61, 0.9) !important;
    color: rgba(180, 215, 255, 0.7) !important;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(252, 163, 17, 0.3) !important;
    border-color: rgba(100, 150, 255, 0.14) !important;
    white-space: nowrap;
}

td,
.table td,
.table > tbody > tr > td {
    background-color: transparent !important;
    color: rgba(200, 230, 255, 0.88) !important;
    border-color: rgba(100, 150, 255, 0.1) !important;
    vertical-align: middle;
}

tbody tr,
.table tbody tr {
    background-color: transparent !important;
}
tbody tr:nth-child(even),
.table tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.025) !important;
}
tbody tr:hover,
.table tbody tr:hover {
    background-color: rgba(80, 140, 255, 0.1) !important;
}
tbody tr:hover td {
    color: #ffffff !important;
}

/* ─── Nav Tabs (category/filter tabs) ───────────────────────────────── */

.nav-tabs {
    border-bottom: 1px solid rgba(100, 170, 255, 0.2);
}
.nav-tabs .nav-link {
    color: rgba(160, 205, 255, 0.65) !important;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
}
.nav-tabs .nav-link:hover {
    color: rgba(200, 230, 255, 0.9) !important;
    border-color: rgba(100, 170, 255, 0.2);
    background: rgba(30, 55, 110, 0.3) !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background: rgba(20, 40, 90, 0.7) !important;
    border-color: rgba(100, 170, 255, 0.3) rgba(100, 170, 255, 0.3) transparent !important;
}

/* Nav pills */
.nav-pills .nav-link {
    color: rgba(160, 205, 255, 0.7) !important;
    background: transparent;
}
.nav-pills .nav-link.active {
    background: rgba(252, 163, 17, 0.2) !important;
    color: #fca311 !important;
    border: 1px solid rgba(252, 163, 17, 0.4);
}

/* ─── Forms ──────────────────────────────────────────────────────────── */

input,
textarea,
select,
.form-control,
.form-select {
    background: rgba(10, 20, 48, 0.65) !important;
    background-color: rgba(10, 20, 48, 0.65) !important;
    border: 1px solid rgba(100, 170, 255, 0.25) !important;
    border-radius: 8px;
    color: rgba(210, 235, 255, 0.92) !important;
}
input::placeholder,
textarea::placeholder {
    color: rgba(140, 180, 255, 0.38) !important;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
    background: rgba(10, 20, 56, 0.8) !important;
    background-color: rgba(10, 20, 56, 0.8) !important;
    border-color: #fca311 !important;
    box-shadow: 0 0 0 0.2rem rgba(252, 163, 17, 0.22) !important;
    color: #ffffff !important;
}
label,
.form-label {
    color: rgba(180, 215, 255, 0.72);
    font-size: 0.875rem;
    font-weight: 500;
}
.form-check-input {
    background-color: rgba(10, 20, 48, 0.7) !important;
    border-color: rgba(100, 170, 255, 0.3) !important;
}
.form-check-input:checked {
    background-color: #fca311 !important;
    border-color: #fca311 !important;
}
.form-check-label {
    color: rgba(180, 215, 255, 0.78);
}

/* List group (used in settings family list) */
.list-group-item {
    background: rgba(10, 20, 48, 0.6) !important;
    background-color: rgba(10, 20, 48, 0.6) !important;
    border-color: rgba(100, 170, 255, 0.16) !important;
    color: rgba(200, 230, 255, 0.88) !important;
}
.list-group-item:hover,
.list-group-item:focus {
    background: rgba(20, 40, 90, 0.7) !important;
    color: #ffffff !important;
}
.list-group-item + .list-group-item {
    border-top-color: rgba(100, 170, 255, 0.12) !important;
}

/* ─── Alerts ─────────────────────────────────────────────────────────── */

.alert {
    background: rgba(12, 24, 52, 0.72) !important;
    border: 1px solid rgba(100, 170, 255, 0.22);
    color: rgba(200, 230, 255, 0.92) !important;
    border-radius: 10px;
}
.alert-danger {
    background: rgba(140, 30, 30, 0.3) !important;
    border-color: rgba(220, 80, 80, 0.38) !important;
    color: #ffb3b3 !important;
}
.alert-success {
    background: rgba(20, 90, 55, 0.3) !important;
    border-color: rgba(60, 180, 100, 0.38) !important;
    color: #a8f0c0 !important;
}
.alert-warning {
    background: rgba(120, 80, 10, 0.3) !important;
    border-color: rgba(252, 163, 17, 0.38) !important;
    color: #fcd97a !important;
}
.alert-info {
    background: rgba(20, 60, 130, 0.35) !important;
    border-color: rgba(80, 160, 255, 0.38) !important;
    color: rgba(180, 220, 255, 0.92) !important;
}

/* ─── Badges ─────────────────────────────────────────────────────────── */

.badge.bg-primary { background-color: #fca311 !important; color: #0a0f20 !important; }
.badge.bg-secondary { background: rgba(80, 130, 220, 0.25) !important; color: rgba(180, 215, 255, 0.92) !important; border: 1px solid rgba(100,150,255,0.3); }
.badge.bg-success { background-color: rgba(26, 122, 74, 0.7) !important; color: #a8f0c0 !important; }
.badge.bg-danger { background-color: rgba(139, 32, 32, 0.7) !important; color: #ffb3b3 !important; }
.badge.bg-warning { background-color: rgba(252, 163, 17, 0.25) !important; color: #fcd97a !important; }
.badge-orange {
    display: inline-block;
    background: rgba(252, 163, 17, 0.12);
    border: 1px solid rgba(252, 163, 17, 0.38);
    border-radius: 999px;
    padding: 0.25rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fca311;
}

/* ─── Pagination ─────────────────────────────────────────────────────── */

.page-item .page-link {
    background: rgba(12, 24, 52, 0.65) !important;
    background-color: rgba(12, 24, 52, 0.65) !important;
    border-color: rgba(100, 170, 255, 0.22) !important;
    color: rgba(180, 215, 255, 0.82) !important;
}
.page-item.active .page-link {
    background: #fca311 !important;
    background-color: #fca311 !important;
    border-color: #fca311 !important;
    color: #0a0f20 !important;
    font-weight: 700;
}
.page-item .page-link:hover {
    background: rgba(30, 55, 110, 0.7) !important;
    color: #ffffff !important;
}
.page-item.disabled .page-link {
    background: rgba(12, 24, 52, 0.4) !important;
    color: rgba(100, 140, 200, 0.35) !important;
}

/* ─── Modal ──────────────────────────────────────────────────────────── */

.modal-content {
    background: rgba(8, 18, 42, 0.94) !important;
    background-color: rgba(8, 18, 42, 0.94) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    border: 1px solid rgba(100, 170, 255, 0.22) !important;
    border-radius: 16px !important;
    color: rgba(200, 230, 255, 0.9) !important;
}
.modal-header {
    border-bottom: 1px solid rgba(100, 170, 255, 0.18) !important;
}
.modal-footer {
    border-top: 1px solid rgba(100, 170, 255, 0.18) !important;
}
.modal-title {
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
}
.modal-backdrop {
    background-color: rgba(4, 8, 20, 0.7) !important;
}

/* ─── Dropdown ───────────────────────────────────────────────────────── */

.dropdown-menu {
    background: rgba(8, 18, 42, 0.96) !important;
    background-color: rgba(8, 18, 42, 0.96) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border: 1px solid rgba(100, 170, 255, 0.2) !important;
    border-radius: 10px !important;
}
.dropdown-item {
    color: rgba(200, 230, 255, 0.82) !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(80, 140, 255, 0.15) !important;
    color: #ffffff !important;
}
.dropdown-divider {
    border-color: rgba(100, 170, 255, 0.16) !important;
}

/* ─── Utility classes ────────────────────────────────────────────────── */

.gradient-box {
    max-width: 700px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 20px;
    background: rgba(12, 24, 52, 0.68) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(100, 170, 255, 0.22);
    color: rgba(200, 230, 255, 0.9);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}
.gradient-box h1 { font-weight: 700; color: #ffffff !important; }
.gradient-box p { font-size: 1.1rem; line-height: 1.6; color: rgba(180, 215, 255, 0.78); }

.about-section { position: relative; width: 100%; overflow: visible; padding: 60px 20px; }

.feature-box-wrapper { position: relative; width: fit-content; margin-top: 40px; }
.feature-box {
    max-width: 600px;
    width: 100%;
    background: rgba(12, 24, 52, 0.65) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 170, 255, 0.2);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    z-index: 2;
    color: rgba(200, 230, 255, 0.9);
}

.img-thumbnail {
    background: rgba(12, 24, 52, 0.65) !important;
    border: 1px solid rgba(100, 170, 255, 0.22) !important;
}

/* ─── FullCalendar dark theme ────────────────────────────────────────── */

.fc {
    color: rgba(200, 230, 255, 0.88);
    font-family: 'Inter', system-ui, sans-serif;
}
.fc .fc-toolbar-title {
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
}
.fc .fc-button,
.fc .fc-button-primary {
    background: rgba(18, 32, 70, 0.75) !important;
    border: 1px solid rgba(100, 170, 255, 0.28) !important;
    color: rgba(200, 230, 255, 0.88) !important;
    box-shadow: none !important;
    transition: background 0.15s, border-color 0.15s;
}
.fc .fc-button:hover,
.fc .fc-button-primary:hover {
    background: rgba(40, 70, 140, 0.75) !important;
    border-color: rgba(100, 170, 255, 0.48) !important;
    color: #ffffff !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: rgba(252, 163, 17, 0.22) !important;
    border-color: rgba(252, 163, 17, 0.5) !important;
    color: #fca311 !important;
}
.fc .fc-button:focus,
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 163, 17, 0.25) !important;
}

/* Grid borders */
.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section > td,
.fc .fc-scrollgrid-section > th {
    border-color: rgba(100, 150, 255, 0.16) !important;
}
.fc td, .fc th {
    border-color: rgba(100, 150, 255, 0.14) !important;
    background: transparent;
}

/* Column headers (Mon, Tue, …) */
.fc .fc-col-header-cell {
    background: rgba(14, 27, 61, 0.85) !important;
    padding: 0.4rem 0;
}
.fc .fc-col-header-cell-cushion {
    color: rgba(180, 215, 255, 0.65) !important;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

/* Day cells */
.fc .fc-daygrid-day {
    background: rgba(8, 16, 36, 0.45) !important;
}
.fc .fc-daygrid-day:hover {
    background: rgba(28, 52, 112, 0.4) !important;
}
.fc .fc-daygrid-day-number {
    color: rgba(160, 205, 255, 0.68) !important;
    font-size: 0.82rem;
    text-decoration: none;
    padding: 4px 6px;
}

/* Today */
.fc .fc-day-today {
    background: rgba(252, 163, 17, 0.08) !important;
}
.fc .fc-day-today .fc-daygrid-day-number {
    color: #fca311 !important;
    font-weight: 700;
}

/* Days outside current month */
.fc .fc-day-other .fc-daygrid-day-number {
    color: rgba(100, 140, 200, 0.32) !important;
}
.fc .fc-day-other {
    background: rgba(6, 12, 26, 0.48) !important;
}

/* Events */
.fc .fc-event {
    background: rgba(28, 75, 165, 0.7) !important;
    border: 1px solid rgba(100, 170, 255, 0.32) !important;
    border-radius: 5px;
    font-size: 0.78rem;
    color: #ffffff !important;
    padding: 1px 4px;
    cursor: pointer;
}
.fc .fc-event:hover {
    background: rgba(45, 105, 215, 0.82) !important;
    border-color: rgba(100, 170, 255, 0.52) !important;
}
.fc .fc-event .fc-event-title,
.fc .fc-event .fc-event-time {
    color: #ffffff !important;
}

/* "More" link */
.fc .fc-daygrid-more-link {
    color: #fca311 !important;
    font-size: 0.75rem;
    font-weight: 600;
}

/* List view */
.fc .fc-list {
    background: transparent !important;
    border-color: rgba(100, 150, 255, 0.16) !important;
}
.fc .fc-list-day-cushion {
    background: rgba(18, 32, 70, 0.75) !important;
    color: rgba(200, 230, 255, 0.82) !important;
}
.fc .fc-list-event:hover td {
    background: rgba(28, 52, 112, 0.45) !important;
}
.fc .fc-list-event-dot {
    border-color: #fca311 !important;
}
.fc .fc-list-event td {
    background: transparent !important;
    color: rgba(200, 230, 255, 0.88) !important;
    border-color: rgba(100, 150, 255, 0.12) !important;
}

/* Week/time-grid view */
.fc .fc-timegrid-slot {
    border-color: rgba(100, 150, 255, 0.1) !important;
}
.fc .fc-timegrid-axis,
.fc .fc-timegrid-axis-cushion {
    background: rgba(8, 16, 36, 0.55) !important;
    color: rgba(140, 185, 255, 0.5) !important;
}
.fc .fc-timegrid-slot-label-cushion {
    color: rgba(140, 185, 255, 0.5) !important;
    font-size: 0.72rem;
}

/* ─── Feature Grid (About / Get Started page) ────────────────────────── */

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .feature-grid { grid-template-columns: 1fr; }
}

.feature-card {
    background: rgba(12, 24, 52, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(100, 170, 255, 0.16);
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(252, 163, 17, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.2s;
}
.feature-card:hover {
    border-color: rgba(252, 163, 17, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(252, 163, 17, 0.12);
    border: 1px solid rgba(252, 163, 17, 0.28);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #fca311;
}
.feature-card-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fca311;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.feature-card h5 {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-family: 'Inter', sans-serif !important;
}
.feature-card p {
    color: rgba(160, 200, 255, 0.68);
    font-size: 0.85rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.feature-section-heading {
    color: #ffffff !important;
    margin-bottom: 0.35rem;
}
.feature-section-divider {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fca311, rgba(252, 163, 17, 0.2));
    border-radius: 2px;
    margin-bottom: 0.5rem;
}
.feature-section-sub {
    color: rgba(160, 200, 255, 0.65);
    font-size: 0.92rem;
    margin-bottom: 0;
}

/* ── Generic glass content card ─────────────────────────────────────── */
.glass-card {
    background: rgba(22, 45, 95, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(100, 170, 255, 0.38);
    border-radius: 18px;
    padding: 1.75rem 2rem;
    position: relative;
    overflow: hidden;
    color: rgba(180, 215, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.75;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255,255,255,0.05);
}
.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(252, 163, 17, 0.50), transparent);
}
.glass-card-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff !important;
    margin-bottom: 0.75rem;
}
.glass-card a {
    color: #fca311;
    text-decoration: none;
}
.glass-card a:hover {
    text-decoration: underline;
    color: #ffbe4d;
}
.glass-card ul {
    padding-left: 1.25rem;
}
