@font-face {
    font-family: 'Russo One';
    src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Base Styles */
body {
    font-family: 'Georgia', Times, serif; /* Updated to a serif font for a legal look */
    background-color: white;
    color: black;
    line-height: 1.8; /* Good line spacing for readability */
    padding-top: 50px;
    margin: 0px;
}

/* Logo Container */
.logo-container {
    display: flex;
    justify-content: center; /* Center the logo horizontally */
    padding: 20px 0;         /* Add spacing above and below */
}
.vip-logo {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    will-change: transform, filter; /* Improve rendering */
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.vip-logo:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

/* Content Wrapper */
.content-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.container {
    max-width: 900px; /* Restrict width for better readability */
    margin: 0 auto; /* Center horizontally */
}

/* Section Block Styling */
.section-block {
    background-color: #f9f9f9; /* Light background for separation */
    border: 1px solid #ddd; /* Subtle border for structure */
    border-radius: 8px; /* Smooth corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px 0; /* Spacing between sections */
    padding: 20px;
}

/* Headings */
h1 {
    text-align: center;
    line-height: 1.2;
    font-family: 'Georgia', Times, serif; /* Matches the legal theme */
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333; /* Darker color for emphasis */
}

h2 {
    font-family: 'Georgia', Times, serif; /* Matches the legal theme */
    line-height: 1.3;
    font-size: 1.8rem;
    color: #444; /* Muted dark color */
    margin-bottom: 15px;
    text-align: center;
}

/* Paragraphs and Lists */
p {
    color: #555;
    font-size: 1rem;
    text-align: justify; /* Align text for a clean, professional look */
    margin-bottom: 15px;
}

ul, ol {
    margin: 10px 0 15px 40px; /* Indent lists for clarity */
    padding: 0;
}

ul li, ol li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #555;
}

/* Links */
a {
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

/* Footer */
.site-footer {
    display: flex; /* Enables flexbox for better centering */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    flex-direction: column; /* Ensures content stacks properly */
    text-align: center;
    padding: 8px 20px;
    font-size: 0.9rem;
    line-height: normal;
    border-top: 1px solid #ddd; /* Subtle border for structure */
    background-color: #f9f9f9; /* Matches section block background */
    color: #666;
    font-family: 'Georgia', Times, serif; /* Matches the document's legal font */
}


.site-footer a {
    text-decoration: none;
}

.site-footer p {
    margin: 0;
}

/* Footer Button Styles */
.footer-button {
    display: inline-block;
    margin: 0 2px;
    padding: 7px 12px;
    font-size: 0.85rem;
    font-family: 'Russo One', sans-serif;
    line-height: normal;
    color: white;
    background: rgba(50, 50, 50, 0.8); /* Matches the theme */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    border-radius: 5px;
    text-decoration: none; /* Removes underline */
    transition: all 0.3s ease-in-out;
}

.footer-button:hover {
    background: rgba(80, 80, 80, 1); /* Slightly brighter background */
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05); /* Lift effect */
}

.footer-button:active {
    background: rgba(40, 40, 40, 1); /* Darker on click */
    transform: scale(0.95); /* Pressed effect */
}

.footer-button:visited {
    color: white; /* Prevent ugly purple visited state */
}

/* Scroll-to-Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: none; /* No background */
    border: none; /* No border */
    width: auto; /* Adjust to SVG size */
    height: auto; /* Adjust to SVG size */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Prevent interaction when not visible */
    z-index: 1000;
}

/* Hover Effect (Desktop Only) */
@media (hover: hover) and (pointer: fine) {
    .scroll-to-top:hover {
        transform: scale(1.1); /* Slight zoom effect */
    }

    .scroll-to-top:hover svg {
        fill: #cfb53b; /* Gold fill on hover */
        stroke: white; /* White stroke on hover */
        transform: scale(1.2); /* Slight zoom effect for the icon */
    }
}

/* Active Effect (Mobile Only) */
@media (hover: none) and (pointer: coarse) {
    .scroll-to-top:active {
        transform: scale(1.1); /* Slight zoom effect */
    }

    .scroll-to-top:active svg {
        fill: #cfb53b; /* Gold fill when pressed */
        stroke: white; /* White stroke when pressed */
        transform: scale(1.2); /* Slight zoom effect for the icon */
    }
}

/* Visible State */
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* SVG Styling */
.scroll-to-top svg {
    fill: white; /* White fill by default */
    width: 40px; /* SVG size */
    height: 40px;
    stroke: #cfb53b; /* Gold stroke color */
    stroke-width: 1; /* Stroke width */
    transition: fill 0.3s ease, stroke 0.3s ease, transform 0.3s ease;
}

.last-updated {
    text-align: center;
    font-size: 0.9rem;
    color: #666; /* Muted color for subtlety */
    margin-bottom: 20px; /* Spacing from other elements */
    font-style: italic;
}


