/* ==============================================
   AZ LD5 Democrats - Main Stylesheet
   Inspired by LD13 design, Democratic theme
   ============================================== */

:root {
    --dem-blue: #002868;
    --dem-blue-mid: #1a3a8a;
    --dem-blue-light: #3A7BD5;
    --dem-accent: #1a56c4;
    --dem-red: #1a56c4;
    --dem-red-dark: #0d3a9e;
    --dem-gold: #5DADE2;
    --dem-gold-dark: #2E86C1;
    --dem-white: #ffffff;
    --dem-offwhite: #f8f9fc;
    --dem-gray: #6c757d;
    --dem-dark: #1a1a2e;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
    --border-light: #dee2e6;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.18);
    --radius: 8px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
}

/* ---- Base ---- */
* { box-sizing: border-box; }

body {
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
    color: var(--text-dark);
    font-size: 16px;
    line-height: 1.7;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    color: var(--dem-blue);
    line-height: 1.25;
}

a {
    color: var(--dem-blue);
    text-decoration: none;
    transition: var(--transition);
}

a:hover { color: var(--dem-red); }

img { max-width: 100%; }

/* ---- Top Bar ---- */
.top-bar {
    background: var(--dem-blue);
    color: rgba(255,255,255,0.85);
    padding: 7px 0;
    font-size: 13px;
}

.top-bar a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}

.top-bar a:hover { color: white; }

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    color: white !important;
    font-size: 12px;
    margin-left: 5px;
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--dem-blue-light);
    color: white !important;
    transform: translateY(-1px);
}

/* ---- Navigation ---- */
.main-nav {
    background: var(--dem-blue) !important;
    padding: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    border-bottom: 3px solid var(--dem-gold);
}

.main-nav .navbar-brand { padding: 10px 0; }

.brand-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.brand-subtitle {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-nav .nav-link {
    color: rgba(255,255,255,0.88) !important;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 22px 14px !important;
    letter-spacing: 0.2px;
    position: relative;
    transition: var(--transition);
}

.main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--dem-gold);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: white !important;
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after {
    transform: scaleX(1);
}

.main-nav .dropdown-menu {
    border: none;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius);
    border-top: 3px solid var(--dem-gold);
    margin-top: 0 !important;
    padding: 8px 0;
}

.main-nav .dropdown-item {
    padding: 9px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: var(--transition);
}

.main-nav .dropdown-item:hover {
    background: var(--dem-blue);
    color: white;
    padding-left: 25px;
}

.btn-donate {
    background: var(--dem-gold) !important;
    color: var(--dem-blue) !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 22px !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.3px;
    transition: var(--transition) !important;
}

.btn-donate:hover {
    background: var(--dem-red-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(26,86,196,0.3) !important;
}

/* ---- Hero Section ---- */
.hero-section {
    background: linear-gradient(135deg, var(--dem-blue) 0%, var(--dem-blue-mid) 50%, #0d2463 100%);
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='150' cy='50' r='80' fill='rgba(26,86,196,0.08)'/%3E%3Ccircle cx='30' cy='160' r='60' fill='rgba(58,123,213,0.08)'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(0,0,0,0.1));
}

.hero-content { position: relative; z-index: 2; }

.hero-badge {
    display: inline-block;
    background: var(--dem-gold);
    color: var(--dem-blue) !important;
    color: white;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-section h1 {
    color: white;
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
}

.hero-stars {
    font-size: 1.5rem;
    letter-spacing: 8px;
    opacity: 0.5;
    margin-bottom: 12px;
}

/* ---- Meeting Alert Bar ---- */
.meeting-alert-bar {
    background: linear-gradient(135deg, #e8f0fe, #dce8ff);
    border-left: 5px solid var(--dem-blue);
    border-radius: var(--radius);
    padding: 20px 25px;
    margin-bottom: 40px;
}

.meeting-alert-bar h5 { color: var(--dem-blue); margin-bottom: 10px; }

/* ---- Page Hero ---- */
.page-hero {
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-mid));
    color: white;
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(26,86,196,0.08);
}

.page-hero h1 { color: white; font-size: 2.5rem; }
.page-hero .breadcrumb { background: transparent; padding: 0; margin: 0; }
.page-hero .breadcrumb-item a { color: rgba(255,255,255,0.7); }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,0.9); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* ---- Section Styles ---- */
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.section-heading .section-line {
    width: 60px;
    height: 4px;
    background: var(--dem-gold);
    margin: 0 auto 16px;
    border-radius: 2px;
}

.section-heading p {
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.section-alt { background: var(--dem-offwhite); }

/* ---- Cards ---- */
.card {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    overflow: hidden;
}

.card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.card-header-dem {
    background: var(--dem-blue);
    color: white;
    padding: 15px 20px;
    font-weight: 600;
}

/* ---- Events ---- */
.event-card {
    border-left: 4px solid var(--dem-blue);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.event-card:hover {
    border-left-color: var(--dem-gold);
    box-shadow: var(--shadow-md);
    transform: translateX(3px);
}

.event-card.featured { border-left-color: var(--dem-gold); }

.event-date-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--dem-blue);
    color: white;
    border-radius: var(--radius);
    min-width: 65px;
    padding: 10px 8px;
    text-align: center;
    flex-shrink: 0;
}

.event-date-badge .month { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; }
.event-date-badge .day { font-size: 1.8rem; font-weight: 700; line-height: 1; }

/* ---- News Cards ---- */
.news-card { height: 100%; }

.news-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.news-card .category-badge {
    background: var(--dem-blue-mid);
    color: white;
    font-size: 0.72rem;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-card .card-placeholder-img {
    height: 200px;
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

/* ---- Board Members ---- */
.board-card {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 2px solid transparent;
    height: 100%;
}

.board-card:hover {
    border-color: var(--dem-blue);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.board-card img, .board-card .board-placeholder {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    border: 4px solid var(--dem-blue);
}

.board-placeholder {
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.board-card .board-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--dem-gold-dark);
    margin-bottom: 6px;
}

.board-card h5 { font-size: 1.1rem; margin-bottom: 8px; }

/* ---- Call to Action ---- */
.cta-section {
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-mid));
    color: white;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    right: -150px;
    bottom: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(26,86,196,0.1);
}

.cta-section h2 { color: white; font-size: 2.4rem; }

/* ---- Home Feature Boxes ---- */
.feature-box {
    text-align: center;
    padding: 40px 25px;
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border-bottom: 4px solid transparent;
}

.feature-box:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
    border-bottom-color: var(--dem-blue-light);
}

.feature-box .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: white;
}

/* ---- Photo Gallery ---- */
.gallery-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--radius);
    transition: var(--transition);
}

.gallery-img:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-md);
}

.gallery-item { overflow: hidden; border-radius: var(--radius); }

/* ---- Forms ---- */
.form-control, .form-select {
    border: 2px solid #e0e6ef;
    border-radius: var(--radius);
    padding: 10px 15px;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-control:focus, .form-select:focus {
    border-color: var(--dem-blue);
    box-shadow: 0 0 0 0.2rem rgba(0,40,104,0.15);
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.92rem;
    margin-bottom: 6px;
}

/* ---- Buttons ---- */
.btn-primary {
    background: var(--dem-blue);
    border-color: var(--dem-blue);
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
}

.btn-primary:hover {
    background: var(--dem-blue-mid);
    border-color: var(--dem-blue-mid);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,40,104,0.3);
}

.btn-danger {
    background: var(--dem-gold);
    border-color: var(--dem-gold);
    color: var(--dem-blue) !important;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 700;
}

.btn-danger:hover {
    background: #e6c200;
    border-color: #e6c200;
    color: var(--dem-blue) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255,215,0,0.4);
}

.btn-outline-primary {
    border-color: var(--dem-blue);
    color: var(--dem-blue);
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: var(--dem-blue);
    border-color: var(--dem-blue);
}

.btn-outline-light {
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
}

/* ---- Volunteer/Involved Page ---- */
.volunteer-card {
    border: 2px solid #e8eef8;
    border-radius: var(--radius-lg);
    padding: 30px;
    height: 100%;
    transition: var(--transition);
}

.volunteer-card:hover {
    border-color: var(--dem-blue);
    box-shadow: var(--shadow-md);
}

/* ---- Elected Officials ---- */
.official-card {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(0,0,0,0.07);
}

.official-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.official-card .party-badge {
    font-size: 0.72rem;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.badge-dem { background: var(--dem-blue); color: white; }
.badge-rep { background: var(--dem-red); color: white; }

/* ---- Resource Links ---- */
.resource-link-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: white;
    border-radius: var(--radius);
    border: 1px solid #e0e6ef;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-decoration: none;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.resource-link-card:hover {
    border-color: var(--dem-blue);
    box-shadow: var(--shadow-md);
    transform: translateX(5px);
    color: var(--dem-blue);
}

.resource-link-card .resource-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--dem-blue), var(--dem-blue-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* ---- Footer ---- */
.footer-newsletter-bar {
    background: linear-gradient(135deg, var(--dem-blue-mid), var(--dem-blue));
    color: white;
    padding: 22px 0;
}
.footer-newsletter-bar h1,
.footer-newsletter-bar h2,
.footer-newsletter-bar h3,
.footer-newsletter-bar h4,
.footer-newsletter-bar h5,
.footer-newsletter-bar h6,
.footer-newsletter-bar .section-title,
.footer-newsletter-bar .footer-heading {
    color: white !important;
}
.footer-main {
    background: var(--dem-dark);
    color: rgba(255,255,255,0.8);
    padding: 60px 0;
}

.footer-heading {
    color: white;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--dem-gold);
    display: inline-block;
}

.footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.footer-brand-sub {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li { margin-bottom: 8px; }

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-links a i {
    font-size: 0.65rem;
    margin-right: 6px;
    opacity: 0.6;
}

.footer-links a:hover {
    color: white;
    padding-left: 4px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: rgba(255,255,255,0.75);
    margin-right: 8px;
    font-size: 14px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--dem-red);
    color: white;
    transform: translateY(-2px);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
}

.footer-contact-item i {
    color: var(--dem-red);
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-contact-item a { color: rgba(255,255,255,0.85); }
.footer-contact-item a:hover { color: white; }

.footer-bottom {
    background: #0d1117;
    color: rgba(255,255,255,0.5);
    padding: 18px 0;
    font-size: 0.83rem;
}

.footer-bottom-link {
    color: rgba(255,255,255,0.5);
    font-size: 0.83rem;
}

.footer-bottom-link:hover { color: rgba(255,255,255,0.8); }

.disclaimer {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 12px;
    margin-top: 8px;
}

/* ---- Counters/Stats ---- */
.stat-item { text-align: center; }
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--dem-blue);
    line-height: 1;
}
.stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 5px;
}

/* ---- Pagination ---- */
.pagination .page-link {
    color: var(--dem-blue);
    border-radius: var(--radius) !important;
    margin: 0 3px;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link {
    background: var(--dem-blue);
    border-color: var(--dem-blue);
}

/* ---- Alerts ---- */
.alert { border-radius: var(--radius); border: none; }
.alert-success { background: #d4edda; color: #155724; }
.alert-danger { background: #f8d7da; color: #721c24; }
.alert-info { background: #d1ecf1; color: #0c5460; }

/* ---- Utility ---- */
.text-dem-blue { color: var(--dem-blue) !important; }
.text-dem-red { color: var(--dem-red) !important; }
.bg-dem-blue { background: var(--dem-blue) !important; }
.bg-dem-red { background: var(--dem-red) !important; }

.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 50px 0; }

.divider-dem {
    width: 60px;
    height: 4px;
    background: var(--dem-gold);
    margin-bottom: 20px;
    border-radius: 2px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .main-nav .nav-link { padding: 12px 15px !important; }
    .main-nav .nav-link::after { display: none; }
    .hero-section { min-height: auto; padding: 60px 0; }
    .section-padding { padding: 50px 0; }
}

@media (max-width: 767px) {
    .hero-section h1 { font-size: 1.9rem; }
    .page-hero h1 { font-size: 1.9rem; }
    .section-heading h2 { font-size: 1.7rem; }
    .cta-section h2 { font-size: 1.8rem; }
    .stat-number { font-size: 2.2rem; }
}

/* ---- Admin Panel ---- */
.admin-sidebar {
    background: var(--dem-blue);
    min-height: 100vh;
    color: white;
}

.admin-sidebar .nav-link {
    color: rgba(255,255,255,0.75);
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 3px;
    transition: var(--transition);
    font-weight: 500;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    background: rgba(255,255,255,0.15);
    color: white;
}

.admin-sidebar .nav-link i { width: 22px; margin-right: 8px; }

.admin-header {
    background: white;
    border-bottom: 2px solid #eee;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-card {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.06);
}

.stat-card {
    border-radius: var(--radius);
    padding: 25px;
    color: white;
    position: relative;
    overflow: hidden;
}

.stat-card::after {
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

/* ---- Table Styles ---- */
.table th {
    background: var(--dem-offwhite);
    font-weight: 600;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    border-bottom: 2px solid #dee2e6;
}

/* ---- Print ---- */
@media print {
    .main-nav, .top-bar, footer, .btn { display: none !important; }
}

/* ---- Contact info items on light backgrounds (contact page sidebar) ---- */
.page-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 1.5;
}

.page-contact-item i {
    color: var(--dem-blue);
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.page-contact-item a {
    color: var(--dem-blue);
    word-break: break-all;
}

.page-contact-item a:hover {
    color: var(--dem-blue-light);
    text-decoration: underline;
}

.page-contact-item .fw-semibold {
    color: var(--text-dark);
}

/* ---- Language Switcher ---- */
.lang-switcher-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.25);
}

.lang-switcher-btn:hover {
    background: rgba(255,255,255,0.25);
    color: white;
    text-decoration: none;
}
