:root {
    --primary: #1e3a8a; 
    --accent: #d4af37;  
    --accent-hover: #b8860b;
    --text-main: #1e293b;
    --bg-body: #ffffff;
    --card-bg: #ffffff;
    --messenger: #0084FF;
}

* { transition: all 0.3s ease; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; margin: 0; background-color: var(--bg-body); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }

/* Header & Hero */
header {
    background: linear-gradient(135deg, var(--primary), #3b82f6);
    padding: 90px 20px;
    text-align: center;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
header h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 8vw, 4rem); letter-spacing: 5px; margin: 0; text-transform: uppercase; }
header p { color: var(--accent); font-weight: 700; letter-spacing: 3px; margin-top: 10px; text-transform: uppercase; font-size: 0.9rem; }

/* Navigation */
nav { background: white; position: sticky; top: 0; z-index: 1000; padding: 18px; text-align: center; border-bottom: 4px solid var(--accent); box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
nav a { margin: 0 15px; text-decoration: none; color: var(--primary); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
nav a:hover { color: var(--accent); }

/* Layout Containers */
.container { width: 92%; max-width: 1100px; margin: 40px auto; }

/* Sections & Tables */
section {
    background: var(--card-bg);
    padding: 45px;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 35px rgba(30, 58, 138, 0.08);
    opacity: 0;
    transform: translateY(30px);
}
section.visible { opacity: 1; transform: translateY(0); }

h2 { font-family: 'Playfair Display', serif; color: var(--primary); border-bottom: 3px solid var(--accent); padding-bottom: 12px; margin-bottom: 30px; display: inline-block; }

table { width: 100%; border-collapse: collapse; }
table td { padding: 18px 12px; border-bottom: 1px solid #f1f5f9; font-size: 1.05rem; }
table tr:hover { background: #f0f7ff; color: var(--primary); font-weight: 600; }

.status-tag { text-align: right; color: var(--accent-hover); font-weight: 800; font-size: 0.85rem; text-transform: uppercase; }

/* Buttons */
.btn-action { background: var(--accent); color: white; padding: 12px 24px; text-decoration: none; border-radius: 50px; font-weight: 700; display: inline-block; font-size: 0.8rem; box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); border: none; cursor: pointer; }
.btn-action:hover { background: var(--accent-hover); transform: translateY(-2px); }

/* Messenger & Footer */
.messenger-float { position: fixed; bottom: 30px; right: 30px; background: var(--messenger); width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0,0,0,0.2); z-index: 2000; }
footer { background: var(--primary); color: white; padding: 70px 20px; text-align: center; }

/* Ambient Background Glow */
.bg-glow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 40%); z-index: -1; pointer-events: none; }

:root {
    --primary: #1e3a8a; 
    --accent: #d4af37;  
    --accent-hover: #b8860b;
    --text-main: #1e293b;
    --bg-body: #ffffff;
    --card-bg: #ffffff;
    --messenger: #0084FF;
}

* { transition: all 0.3s ease; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; margin: 0; background-color: var(--bg-body); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }

/* Header & Hero */
header {
    background: linear-gradient(135deg, var(--primary), #3b82f6);
    padding: 90px 20px;
    text-align: center;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
header h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 8vw, 4rem); letter-spacing: 5px; margin: 0; text-transform: uppercase; }
header p { color: var(--accent); font-weight: 700; letter-spacing: 3px; margin-top: 10px; text-transform: uppercase; font-size: 0.9rem; }

/* Navigation */
nav { background: white; position: sticky; top: 0; z-index: 1000; padding: 18px; text-align: center; border-bottom: 4px solid var(--accent); box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
nav a { margin: 0 15px; text-decoration: none; color: var(--primary); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
nav a:hover { color: var(--accent); }

/* Layout Containers */
.container { width: 92%; max-width: 1100px; margin: 40px auto; }

/* Sections & Tables */
section {
    background: var(--card-bg);
    padding: 45px;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 35px rgba(30, 58, 138, 0.08);
    opacity: 0;
    transform: translateY(30px);
}
section.visible { opacity: 1; transform: translateY(0); }

h2 { font-family: 'Playfair Display', serif; color: var(--primary); border-bottom: 3px solid var(--accent); padding-bottom: 12px; margin-bottom: 30px; display: inline-block; }

table { width: 100%; border-collapse: collapse; }
table td { padding: 18px 12px; border-bottom: 1px solid #f1f5f9; font-size: 1.05rem; }
table tr:hover { background: #f0f7ff; color: var(--primary); font-weight: 600; }

.status-tag { text-align: right; color: var(--accent-hover); font-weight: 800; font-size: 0.85rem; text-transform: uppercase; }

/* Buttons */
.btn-action { background: var(--accent); color: white; padding: 12px 24px; text-decoration: none; border-radius: 50px; font-weight: 700; display: inline-block; font-size: 0.8rem; box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); border: none; cursor: pointer; }
.btn-action:hover { background: var(--accent-hover); transform: translateY(-2px); }

/* Messenger & Footer */
.messenger-float { position: fixed; bottom: 30px; right: 30px; background: var(--messenger); width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0,0,0,0.2); z-index: 2000; }
footer { background: var(--primary); color: white; padding: 70px 20px; text-align: center; }

/* Ambient Background Glow */
.bg-glow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 40%); z-index: -1; pointer-events: none; }

/* Updated Messenger Button with Hover & Click Effects */
.messenger-float { 
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    background: var(--messenger); 
    width: 65px; 
    height: 65px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
    z-index: 2000;
    cursor: pointer;
    /* This ensures all animations are smooth */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease;
    animation: pulse 2s infinite;
}

/* 1. Hover State: Grows and Glows */
.messenger-float:hover {
    transform: scale(1.15) rotate(5deg); /* Grows and tilts slightly */
    background-color: #0070ff; /* Slightly deeper blue */
    box-shadow: 0 15px 30px rgba(0, 132, 255, 0.4);
    animation: none; /* Stops pulsing so the hover effect is clear */
}

/* 2. Click (Active) State: Shrinks back down */
.messenger-float:active {
    transform: scale(0.95);
    box-shadow: 0 5px 15px rgba(0, 132, 255, 0.2);
}

/* Pulse Animation */
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(0, 132, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 132, 255, 0); }
}

/* --- FOOTER STYLES --- */
footer {
    background: var(--primary);
    color: white;
    padding: 70px 20px;
    text-align: center;
    font-family: 'Inter', sans-serif; /* Ensures base font is Inter */
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-brand {
    font-family: 'Playfair Display', serif; /* Corrects the Brand Font */
    letter-spacing: 2px;
    font-weight: 700; /* Matches the 700 weight loaded in HTML */
    color: var(--accent);
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.footer-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.7;
    font-weight: 400;
}

.footer-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-contact a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.footer-contact a span {
    color: var(--accent);
}

.footer-contact a:hover {
    color: var(--accent);
    transform: translateY(-2px);
}

.footer-copy {
    font-size: 0.75rem;
    opacity: 0.5;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

/* --- PREMIUM FOOTER STYLES --- */
.premium-footer {
    background: linear-gradient(to bottom, #1e3a8a, #0f172a); /* Darker, richer blue */
    color: #e2e8f0; /* Soft white for better readability */
    padding: 80px 20px 30px;
    font-family: 'Inter', sans-serif;
    border-top: 5px solid var(--accent); /* Premium Gold Top Border */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Auto columns */
    gap: 50px;
    margin-bottom: 60px;
}

/* Typography & Columns */
.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--accent);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* Adds a small gold line under headers */
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: var(--accent);
}

.footer-desc {
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 25px;
    max-width: 320px;
}

/* Open Hours Badge */
.open-hours {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}

.open-hours .dot {
    height: 8px;
    width: 8px;
    background-color: #22c55e; /* Green 'Online' dot */
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 5px #22c55e;
}

/* Links List */
.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col ul li {
    margin-bottom: 12px;
}

.links-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.links-col ul li a:hover {
    color: var(--accent);
    transform: translateX(5px); /* Subtle slide effect */
}

/* --- PREMIUM FOOTER STYLES --- */
.premium-footer {
    background: linear-gradient(to bottom, #1e3a8a, #0f172a);
    color: #e2e8f0;
    padding: 80px 20px 30px;
    font-family: 'Inter', sans-serif;
    border-top: 5px solid var(--accent);
    text-align: left; /* FORCE LEFT ALIGNMENT */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

/* Typography & Columns */
.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--accent);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* Gold Underline under Headers */
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0; /* Align line to left */
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: var(--accent);
}

.footer-desc {
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 25px;
    max-width: 320px;
}

/* Open Hours Badge */
.open-hours {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}

.open-hours .dot {
    height: 8px;
    width: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 5px #22c55e;
}

/* Links List */
.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col ul li {
    margin-bottom: 12px;
}

.links-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.links-col ul li a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

/* --- CONTACT ITEMS (Clickable & Aligned) --- */
a.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    /* Ensure no text centering inside the block */
    text-align: left; 
}

a.contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

a.contact-item:hover strong,
a.contact-item:hover p,
a.contact-item:hover .icon {
    color: var(--accent);
}

/* Icons */
.contact-item .icon {
    font-size: 1.2rem;
    background: rgba(212, 175, 55, 0.1);
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--accent);
    transition: all 0.3s ease;
}

/* Updated Messenger Button with Hover & Click Effects */
.messenger-float { 
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    background: var(--messenger); 
    width: 65px; 
    height: 65px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
    z-index: 2000;
    cursor: pointer;
    /* This ensures all animations are smooth */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease;
    animation: pulse 2s infinite;
}

/* 1. Hover State: Grows and Glows */
.messenger-float:hover {
    transform: scale(1.15) rotate(5deg); /* Grows and tilts slightly */
    background-color: #0070ff; /* Slightly deeper blue */
    box-shadow: 0 15px 30px rgba(0, 132, 255, 0.4);
    animation: none; /* Stops pulsing so the hover effect is clear */
}

/* 2. Click (Active) State: Shrinks back down */
.messenger-float:active {
    transform: scale(0.95);
    box-shadow: 0 5px 15px rgba(0, 132, 255, 0.2);
}

/* Pulse Animation */
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(0, 132, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 132, 255, 0); }
}

/* --- FOOTER STYLES --- */
footer {
    background: var(--primary);
    color: white;
    padding: 70px 20px;
    text-align: center;
    font-family: 'Inter', sans-serif; /* Ensures base font is Inter */
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-brand {
    font-family: 'Playfair Display', serif; /* Corrects the Brand Font */
    letter-spacing: 2px;
    font-weight: 700; /* Matches the 700 weight loaded in HTML */
    color: var(--accent);
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.footer-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.7;
    font-weight: 400;
}

.footer-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-contact a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.footer-contact a span {
    color: var(--accent);
}

.footer-contact a:hover {
    color: var(--accent);
    transform: translateY(-2px);
}

.footer-copy {
    font-size: 0.75rem;
    opacity: 0.5;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

/* --- PREMIUM FOOTER STYLES --- */
.premium-footer {
    background: linear-gradient(to bottom, #1e3a8a, #0f172a); /* Darker, richer blue */
    color: #e2e8f0; /* Soft white for better readability */
    padding: 80px 20px 30px;
    font-family: 'Inter', sans-serif;
    border-top: 5px solid var(--accent); /* Premium Gold Top Border */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Auto columns */
    gap: 50px;
    margin-bottom: 60px;
}

/* Typography & Columns */
.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--accent);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* Adds a small gold line under headers */
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: var(--accent);
}

.footer-desc {
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 25px;
    max-width: 320px;
}

/* Open Hours Badge */
.open-hours {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}

.open-hours .dot {
    height: 8px;
    width: 8px;
    background-color: #22c55e; /* Green 'Online' dot */
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 5px #22c55e;
}

/* Links List */
.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col ul li {
    margin-bottom: 12px;
}

.links-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.links-col ul li a:hover {
    color: var(--accent);
    transform: translateX(5px); /* Subtle slide effect */
}

/* --- PREMIUM FOOTER STYLES --- */
.premium-footer {
    background: linear-gradient(to bottom, #1e3a8a, #0f172a);
    color: #e2e8f0;
    padding: 80px 20px 30px;
    font-family: 'Inter', sans-serif;
    border-top: 5px solid var(--accent);
    text-align: left; /* FORCE LEFT ALIGNMENT */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

/* Typography & Columns */
.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--accent);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* Gold Underline under Headers */
.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0; /* Align line to left */
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: var(--accent);
}

.footer-desc {
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 25px;
    max-width: 320px;
}

/* Open Hours Badge */
.open-hours {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}

.open-hours .dot {
    height: 8px;
    width: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 5px #22c55e;
}

/* Links List */
.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col ul li {
    margin-bottom: 12px;
}

.links-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.links-col ul li a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

/* --- CONTACT ITEMS (Clickable & Aligned) --- */
a.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    /* Ensure no text centering inside the block */
    text-align: left; 
}

a.contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

a.contact-item:hover strong,
a.contact-item:hover p,
a.contact-item:hover .icon {
    color: var(--accent);
}

/* Icons */
.contact-item .icon {
    font-size: 1.2rem;
    background: rgba(212, 175, 55, 0.1);
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--accent);
    transition: all 0.3s ease;
}

/* Fix SVG Color */
.messenger-icon svg {
    fill: currentColor;
}

/* Text Container */
.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-text strong {
    display: block;
    color: white;
    font-size: 0.95rem;
    line-height: 1.2;
    margin-bottom: 2px;
}

.contact-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.2;
}

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #64748b;
}

.designer-tag {
    font-style: italic;
    opacity: 0.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: left; /* Keeps left align even on mobile */
        align-items: flex-start;
    }
}