@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #14213d;
    --primary-dark: #0b1328;
    --primary-light: #38527a;
    --accent: #4a90e2;
    --accent-light: #7bb8f8;
    --surface: #07101d;
    --surface-strong: #101a2d;
    --surface-secondary: #162441;
    --text: #f3f7ff;
    --text-secondary: #c7d2e4;
    --text-muted: #8f9db1;
    --border-soft: rgba(255, 255, 255, 0.12);
    --shadow-soft: 0 20px 45px rgba(2, 10, 30, 0.28);
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
}

body.home-bright {
    --text: #14213d;
    --text-secondary: #51607a;
    --text-muted: #7c8798;
    --border-soft: rgba(20, 33, 61, 0.08);
    --shadow-soft: 0 18px 45px rgba(20, 33, 61, 0.08);
    background: linear-gradient(135deg, #f8fbff 0%, #f4f8ff 45%, #eef6ff 100%);
    color: var(--text);
}

body.home-bright .navbar,
body.home-bright .navbar-dark.bg-dark {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(20, 33, 61, 0.08);
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

body.home-bright .navbar-brand,
body.home-bright .navbar-dark .navbar-nav .nav-link,
body.home-bright .navbar-dark .navbar-nav .nav-link.active {
    color: var(--text) !important;
}

body.home-bright .navbar-dark .navbar-nav .nav-link:hover,
body.home-bright .navbar-dark .navbar-nav .nav-link.active {
    color: var(--accent) !important;
}

body.home-bright .page-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 45%, #eaf4ff 100%);
    border-bottom: 1px solid rgba(74, 144, 226, 0.12);
    box-shadow: inset 0 -1px 0 rgba(74, 144, 226, 0.06);
}

body.home-bright .page-hero::before {
    background: radial-gradient(circle at top right, rgba(74, 144, 226, 0.16), transparent 30%);
}

body.home-bright .section-title {
    background: rgba(74, 144, 226, 0.1);
    color: var(--accent);
    border-color: rgba(74, 144, 226, 0.16);
}

body.home-bright .card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(20, 33, 61, 0.06);
    box-shadow: 0 16px 42px rgba(20, 33, 61, 0.07);
}

body.home-bright .card:hover {
    box-shadow: 0 22px 48px rgba(74, 144, 226, 0.14);
}

body.home-bright .btn-primary,
body.home-bright .card .btn,
body.home-bright .btn-cta-primary {
    box-shadow: 0 12px 24px rgba(74, 144, 226, 0.17);
}

body.home-bright .btn-outline-light {
    color: var(--text);
    border-color: rgba(20, 33, 61, 0.12);
}

body.home-bright .btn-outline-light:hover {
    background: rgba(74, 144, 226, 0.08);
    color: var(--accent);
}

body.home-bright .product-price-badge {
    background: linear-gradient(135deg, #4a90e2 0%, #2d6ed3 100%);
    color: #ffffff;
}

body.home-bright footer {
    background: #f7fbff;
    border-top: 1px solid rgba(20, 33, 61, 0.06);
}

body.light-theme,
body.home-bright {
    --text: #14213d;
    --text-secondary: #51607a;
    --text-muted: #7c8798;
    --border-soft: rgba(20, 33, 61, 0.08);
    --shadow-soft: 0 18px 45px rgba(20, 33, 61, 0.08);
    background: linear-gradient(135deg, #f8fbff 0%, #f4f8ff 45%, #eef6ff 100%);
    color: var(--text);
}

body.light-theme .navbar,
body.light-theme .navbar-dark.bg-dark,
body.home-bright .navbar,
body.home-bright .navbar-dark.bg-dark {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(20, 33, 61, 0.08);
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

body.light-theme .navbar-brand,
body.light-theme .navbar-dark .navbar-nav .nav-link,
body.light-theme .navbar-dark .navbar-nav .nav-link.active,
body.home-bright .navbar-brand,
body.home-bright .navbar-dark .navbar-nav .nav-link,
body.home-bright .navbar-dark .navbar-nav .nav-link.active {
    color: var(--text) !important;
}

body.light-theme .navbar-dark .navbar-nav .nav-link:hover,
body.light-theme .navbar-dark .navbar-nav .nav-link.active,
body.home-bright .navbar-dark .navbar-nav .nav-link:hover,
body.home-bright .navbar-dark .navbar-nav .nav-link.active {
    color: var(--accent) !important;
}

body.light-theme .page-hero,
body.light-theme header.bg-dark,
body.home-bright .page-hero,
body.home-bright header.bg-dark {
    background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 45%, #eaf4ff 100%) !important;
    color: var(--text) !important;
    border-bottom: 1px solid rgba(74, 144, 226, 0.12);
    box-shadow: inset 0 -1px 0 rgba(74, 144, 226, 0.06);
}

body.light-theme .page-hero h1,
body.light-theme .page-hero h2,
body.light-theme .page-hero p,
body.light-theme header.bg-dark h1,
body.light-theme header.bg-dark h2,
body.light-theme header.bg-dark p,
body.home-bright .page-hero h1,
body.home-bright .page-hero h2,
body.home-bright .page-hero p,
body.home-bright header.bg-dark h1,
body.home-bright header.bg-dark h2,
body.home-bright header.bg-dark p {
    color: var(--text) !important;
}

body.light-theme .section-title,
body.home-bright .section-title {
    background: rgba(74, 144, 226, 0.1);
    color: var(--accent);
    border-color: rgba(74, 144, 226, 0.16);
}

body.light-theme .card,
body.home-bright .card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(20, 33, 61, 0.06);
    box-shadow: 0 16px 42px rgba(20, 33, 61, 0.07);
}

body.light-theme .card:hover,
body.home-bright .card:hover {
    box-shadow: 0 22px 48px rgba(74, 144, 226, 0.14);
}

body.light-theme .btn-primary,
body.light-theme .card .btn,
body.light-theme .btn-cta-primary,
body.home-bright .btn-primary,
body.home-bright .card .btn,
body.home-bright .btn-cta-primary {
    box-shadow: 0 12px 24px rgba(74, 144, 226, 0.17);
}

body.light-theme .btn-outline-light,
body.home-bright .btn-outline-light {
    color: var(--text);
    border-color: rgba(20, 33, 61, 0.12);
    background: #ffffff;
}

body.light-theme .btn-outline-light:hover,
body.home-bright .btn-outline-light:hover {
    background: rgba(74, 144, 226, 0.08);
    color: var(--accent);
}

body.light-theme .breadcrumb,
body.home-bright .breadcrumb {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(20, 33, 61, 0.08);
}

body.light-theme .breadcrumb-item a,
body.light-theme .breadcrumb-item.active,
body.home-bright .breadcrumb-item a,
body.home-bright .breadcrumb-item.active {
    color: var(--text) !important;
}

body.light-theme .alert-info,
body.home-bright .alert-info {
    background: rgba(74, 144, 226, 0.1);
    border-color: rgba(74, 144, 226, 0.16);
    color: #2f527d;
}

body.light-theme .badge.bg-secondary,
body.home-bright .badge.bg-secondary {
    background: #eaf3ff !important;
    color: #2d5a95 !important;
}

body.light-theme .list-group-item.bg-dark,
body.home-bright .list-group-item.bg-dark {
    background: #ffffff !important;
    color: var(--text) !important;
    border-color: rgba(20, 33, 61, 0.08) !important;
}

body.light-theme .modal-content.bg-dark,
body.home-bright .modal-content.bg-dark {
    background: #ffffff !important;
    color: var(--text) !important;
    border: 1px solid rgba(20, 33, 61, 0.08);
}

body.light-theme .text-white,
body.light-theme .text-light,
body.home-bright .text-white,
body.home-bright .text-light {
    color: var(--text) !important;
}

body.light-theme footer,
body.home-bright footer {
    background: #f7fbff;
    border-top: 1px solid rgba(20, 33, 61, 0.06);
}

/* Accessibility helpers */
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus,
.skip-link:active {
    position: fixed;
    left: 18px;
    top: 18px;
    width: auto;
    height: auto;
    padding: 0.6rem 0.8rem;
    background: rgba(3, 27, 56, 0.98);
    color: #ffffff;
    border-radius: 6px;
    z-index: 1100;
    box-shadow: 0 8px 28px rgba(2,10,30,0.5);
}

/* Focus-visible for keyboard users */
:focus-visible {
    outline: 3px solid rgba(63,140,255,0.85);
    outline-offset: 3px;
}

body {
    font-family: 'Poppins', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(74, 144, 226, 0.18), transparent 22%),
        linear-gradient(135deg, #07101d 0%, #101a2d 45%, #162441 100%);
    background-attachment: fixed;
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.container {
    position: relative;
    z-index: 1;
}

a {
    color: var(--accent);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: var(--accent-light);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--text);
}

h1 { font-size: 2.8rem; line-height: 1.2; margin-bottom: 1.2rem; }
h2 { font-size: 2rem; line-height: 1.3; margin-bottom: 1rem; }
h3 { font-size: 1.5rem; line-height: 1.4; margin-bottom: 0.8rem; }
h4 { font-size: 1.2rem; line-height: 1.4; margin-bottom: 0.6rem; }
h5 { font-size: 1rem; line-height: 1.4; margin-bottom: 0.5rem; }

p {
    color: var(--text-secondary);
    font-weight: 400;
}

.section-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(74, 144, 226, 0.13);
    border: 1px solid rgba(74, 144, 226, 0.22);
    color: var(--accent-light);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(20, 33, 61, 0.98) 0%, rgba(11, 19, 40, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4rem 0;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(74, 144, 226, 0.16), transparent 30%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.navbar, .navbar-dark.bg-dark {
    background: rgba(10, 20, 40, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(77, 144, 254, 0.1);
    padding: 1rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text) !important;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0 0.5rem;
    padding: 0.5rem 0.75rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--accent) !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    position: relative;
}

.navbar-dark .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
    border-radius: 1px;
    transition: all 0.3s ease;
}

header.bg-dark {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(26, 43, 82, 0.9) 0%, rgba(15, 30, 59, 0.95) 100%);
    padding: 4rem 0;
    border-bottom: 1px solid rgba(77, 144, 254, 0.1);
}

header.bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(74, 144, 226, 0.08), transparent 35%),
                radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.05), transparent 40%);
    pointer-events: none;
}

header.bg-dark .container {
    position: relative;
    z-index: 2;
}

.carousel-item {
    position: relative;
    min-height: 400px;
}

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(15, 30, 59, 0.6) 100%);
    pointer-events: none;
}

.carousel-caption {
    background: linear-gradient(90deg, rgba(20, 33, 61, 0.84) 0%, rgba(20, 33, 61, 0.58) 100%);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 1.4rem 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
    max-width: 420px;
}

.carousel-caption h2,
.carousel-caption p {
    color: var(--text);
}

.carousel-caption h2 { 
    font-size: 1.8rem; 
    margin-bottom: 0.8rem;
    font-weight: 600;
}
.carousel-caption p { 
    font-size: 1rem; 
    opacity: 0.95;
    color: var(--text-secondary);
}

.card {
    background: rgba(16, 26, 45, 0.96);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
    border-radius: 1.2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.card:hover {
    border-color: rgba(74, 144, 226, 0.28);
    box-shadow: 0 16px 42px rgba(74, 144, 226, 0.16);
    transform: translateY(-3px);
}

.form-control,
.form-select,
textarea {
    background: #ffffff;
    border: 1.5px solid rgba(20, 33, 61, 0.18);
    color: #14213d;
    border-radius: 0.85rem;
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 2px rgba(20, 33, 61, 0.04);
}

.form-control::placeholder,
textarea::placeholder {
    color: #7c8798;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    background: #ffffff;
    color: #14213d;
    border-color: rgba(74, 144, 226, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.18);
}

.input-group-text {
    background: #f4f8ff;
    border: 1.5px solid rgba(20, 33, 61, 0.18);
    color: #14213d;
}

.table {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.08);
}

.table thead th {
    border-bottom: 1px solid rgba(74, 144, 226, 0.16);
    color: var(--accent-light);
}

.table td,
.table th {
    vertical-align: middle;
}

.accordion-button {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.accordion-button:not(.collapsed) {
    background: rgba(74, 144, 226, 0.12);
    color: var(--text);
    box-shadow: none;
}

.alert-info {
    background: rgba(74, 144, 226, 0.12);
    color: var(--text-secondary);
    border: 1px solid rgba(74, 144, 226, 0.22);
}

.card-title,
.card-text,
.card p {
    color: var(--text);
}

.card-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.card .btn,
.btn-primary {
    background: linear-gradient(135deg, #4a90e2 0%, #2e5cb8 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 0.8rem;
}

.card .btn:hover,
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(74, 144, 226, 0.35);
    background: linear-gradient(135deg, #5a9ff0 0%, #3d6cc8 100%);
}

.btn-outline-warning {
    color: var(--text);
    background: rgba(245, 158, 11, 0.08);
    border: 1.5px solid rgba(245, 158, 11, 0.3);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-warning:hover {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.6);
    color: var(--text);
}

.btn-outline-light {
    color: var(--text);
    border: 1.5px solid rgba(240, 243, 249, 0.15);
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(240, 243, 249, 0.08);
    border-color: rgba(240, 243, 249, 0.4);
    color: var(--text);
}

.btn-secondary {
    background: rgba(74, 144, 226, 0.15);
    border: 1px solid rgba(74, 144, 226, 0.3);
    color: var(--text);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(74, 144, 226, 0.25);
    border-color: rgba(74, 144, 226, 0.5);
}

footer {
    background: rgba(10, 20, 40, 0.95);
    color: var(--text-secondary);
    border-top: 1px solid rgba(74, 144, 226, 0.1);
    padding: 3rem 0 1rem;
    margin-top: auto;
}

.footer-links a {
    color: var(--accent);
    transition: all 0.3s ease;
}
.footer-links a:hover {
    color: var(--accent-light);
    text-decoration: underline;
}

.dark-mode {
    background: #0a1428;
    color: #eef5ff;
}

.dark-mode .card,
.dark-mode .modal-content,
.dark-mode .table,
.dark-mode .dropdown-menu,
.dark-mode .navbar,
.dark-mode footer {
    background: rgba(20, 31, 46, 0.95);
    border-color: rgba(74, 144, 226, 0.12);
}

#backToTop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    display: none;
    background: var(--primary);
    border: none;
    color: #fff;
}

.audio-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
}

.card-img-top {
    min-height: 230px;
    object-fit: cover;
}

/* Product card tweaks */
.product-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.product-card:hover,
.product-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(2,10,30,0.36);
}

/* Hero CTA styles */
.btn-cta-primary {
    background: linear-gradient(135deg, #4a90e2 0%, #2e5cb8 100%);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
}
.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(74, 144, 226, 0.4);
    background: linear-gradient(135deg, #5a9ff0 0%, #3d6cc8 100%);
}
.btn-cta-secondary {
    background: transparent;
    color: var(--text);
    border: 1.5px solid rgba(240, 243, 249, 0.2);
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
}
.btn-cta-secondary:hover {
    background: rgba(240, 243, 249, 0.05);
    border-color: rgba(240, 243, 249, 0.4);
}

/* Hero feature styling */
.hero-feature {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(74, 144, 226, 0.12);
}
.hero-feature img {
    border-radius: 1rem 0 0 1rem;
}

.hero-feature .row > div:last-child {
    position: relative;
}

.hero-feature .row > div:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.76) 100%);
    pointer-events: none;
}

/* Product price badge */
.product-price-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: linear-gradient(135deg, #4a90e2 0%, #2e5cb8 100%);
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 0.6rem;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
}

.carousel-caption h2,
.carousel-caption p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Clickable blue heading to look like a tappable button */
.clickable-heading {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #ffffff !important;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(74, 144, 226, 0.15);
    text-align: left;
    font-weight: 600;
}
.clickable-heading:hover,
.clickable-heading:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(74, 144, 226, 0.25);
    border-color: rgba(74, 144, 226, 0.3);
}

/* Responsive hero stacking */
@media (max-width: 992px) {
    header.bg-dark .col-lg-7,
    header.bg-dark .col-lg-5 {
        text-align: left;
    }
    .carousel-caption {
        left: 1rem; right: 1rem; bottom: 1rem;
    }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    .carousel-caption h2 { font-size: 1.2rem; }
    .carousel-caption p { font-size: 0.9rem; }
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.3rem; }
    .product-price-badge { left: 8px; top: 8px; font-size: 0.8rem; }
    .btn-cta-primary, .btn-cta-secondary { padding: 0.6rem 1.5rem; font-size: 0.95rem; }
}

@media (max-width: 576px) {
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.2rem; }
    .carousel-caption { padding: 1.2rem; }
    .btn-lg { padding: 0.5rem 1rem !important; font-size: 0.9rem !important; }
}

/* Breadcrumb styling */
.breadcrumb {
    background: rgba(20, 31, 46, 0.95) !important;
    border: 1px solid rgba(74, 144, 226, 0.1);
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem;
}

.breadcrumb-item a {
    color: var(--accent) !important;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--accent-light) !important;
}

.breadcrumb-item.active {
    color: var(--text-secondary) !important;
}

