:root {
    --theme-primary: #198dcc;
    --theme-primary-dark: #0d6ea0;
    --theme-secondary: #cd2027;
    --theme-secondary-dark: #9f171d;
    --theme-accent: #12325f;
    --theme-light: #f6f8fb;
    --theme-footer: #0f1726;
    --theme-text: #1b2230;
    --theme-white: #ffffff;
}

html { scroll-behavior: smooth; }
body {
    font-family: "Segoe UI", Tahoma, sans-serif;
    background: var(--theme-light);
    color: var(--theme-text);
    overflow-x: hidden;
}
body:not(.site-loaded):not(.admin-premium-body) { overflow: hidden; }
body.admin-premium-body { overflow-y: auto !important; }

a { transition: .2s ease; }

.site-transition {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(135deg, rgba(7,18,31,.18), rgba(18,50,95,.24));
    transition: opacity .22s ease;
    z-index: 9998;
}
.site-transition.page-transition--show { opacity: 1; }

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(circle at top, rgba(25,141,204,.35), transparent 30%), linear-gradient(135deg, #071325, #12325f 55%, #9f171d);
    transition: opacity .45s ease, visibility .45s ease;
}
.site-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-brand-wrap { max-width: 580px; text-align: center; color: #fff; }
.loader-brand-badge {
    width: 118px; height: 118px; border-radius: 34px; background: rgba(255,255,255,.96); margin: 0 auto 22px;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.loader-brand-badge img { width: 90px; height: 90px; object-fit: contain; }
.loader-brand-wrap h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 10px; }
.loader-brand-wrap p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 22px; }
.loader-line { width: min(320px, 100%); height: 8px; background: rgba(255,255,255,.12); border-radius: 999px; margin: 0 auto; overflow: hidden; }
.loader-line span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--theme-primary), #fff, var(--theme-secondary)); animation: loaderMove 1.2s ease infinite; }
@keyframes loaderMove { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

.topbar { background: linear-gradient(90deg, var(--theme-accent), var(--theme-secondary)); }
.topbar-icon, .topbar-cta-link {
    color: #fff; text-decoration: none;
}
.topbar-icon {
    width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.12);
}
.topbar-cta-link { font-weight: 700; }
.site-marquee { background: #fff; border-bottom: 1px solid #e6edf5; overflow: hidden; }
.site-marquee-track { white-space: nowrap; padding: 10px 0; color: var(--theme-accent); font-weight: 600; animation: marqueeMove 18s linear infinite; }
@keyframes marqueeMove { from { transform: translateX(100%); } to { transform: translateX(-100%); } }

.site-navbar { backdrop-filter: blur(18px); }
.site-brand-logo { height: 62px; width: auto; object-fit: contain; }
.logo-placeholder {
    width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary)); color: var(--theme-white);
    display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.brand-title { font-size: 1rem; line-height: 1.1; color: var(--theme-accent); }
.brand-subtitle { font-size: .78rem; color: #6c7688; }
.navbar .dropdown-menu .dropdown-item { padding: .6rem 1rem; border-radius: 12px; }
.navbar .dropdown-menu .dropdown-item:hover { background: rgba(25,141,204,.08); color: var(--theme-accent); }
.mobile-menu-btn { border-radius: 16px; border: 1px solid #dce6f1; width: 48px; height: 48px; }
.mobile-offcanvas { background: linear-gradient(180deg, #071325, #12325f); color: #fff; }
.mobile-offcanvas-logo { width: 46px; height: 46px; object-fit: contain; background: rgba(255,255,255,.95); border-radius: 14px; padding: 4px; }
.mobile-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mobile-contact-chip, .mobile-nav-link {
    text-decoration: none;
}
.mobile-contact-chip {
    border-radius: 18px; padding: 14px 12px; background: rgba(255,255,255,.08); color: #fff; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: center;
}
.mobile-nav-link {
    color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 13px 16px; font-weight: 600;
}
.mobile-nav-link-sub { margin-left: 12px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.82); }

.hero-section { background: linear-gradient(135deg, var(--theme-primary-dark), var(--theme-secondary)); color: var(--theme-white); overflow: hidden; }
.hero-card, .section-card, .info-card, .card, .contact-card, .management-card, .membership-card, .premium-cta-card { border: none; border-radius: 22px; box-shadow: 0 14px 30px rgba(15,45,98,.08); }
.section-label {
    display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(25,141,204,.08);
    color: var(--theme-primary-dark); font-size: .88rem; font-weight: 700;
}
.section-label-light { background: rgba(255,255,255,.12); color: #fff; }
.badge-soft {
    display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 8px 14px; font-size: .85rem;
}
.section-title { font-weight: 800; color: var(--theme-accent); margin-bottom: 10px; }
.section-subtitle { color: #6c7688; max-width: 720px; }

.quick-link-card {
    background: var(--theme-white); border-radius: 24px; padding: 24px; height: 100%; box-shadow: 0 16px 34px rgba(15,45,98,.07); transition: all .25s ease;
}
.quick-link-card:hover { transform: translateY(-6px); }
.quick-link-icon, .stats-card-icon {
    width: 72px; height: 72px; border-radius: 22px; background: rgba(205,32,39,.10); color: var(--theme-secondary); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 18px; font-size: 1.6rem;
}
.stats-card {
    background: #fff; border-radius: 24px; padding: 26px; text-align: center; box-shadow: 0 16px 34px rgba(15,45,98,.07);
}
.stats-card-value { font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 800; color: var(--theme-accent); line-height: 1; margin-bottom: 10px; }
.stats-card-title { color: #6c7688; font-size: 1.05rem; }

.news-card img, .featured-image, .album-cover, .agreement-cover, .press-cover, .video-thumb {
    width: 100%; height: 220px; object-fit: cover; border-top-left-radius: 22px; border-top-right-radius: 22px;
}
.featured-image { border-radius: 22px; }
.news-card .card-body, .press-card .card-body, .album-card .card-body, .agreement-card .card-body { padding: 1.2rem; }
.news-date { color: var(--theme-secondary); font-size: .88rem; font-weight: 600; }
.press-placeholder, .album-placeholder, .agreement-placeholder, .video-thumb-placeholder {
    width: 100%; height: 220px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(18,50,95,.08), rgba(205,32,39,.10)); color: var(--theme-accent); font-size: 2rem; font-weight: 800; border-top-left-radius: 22px; border-top-right-radius: 22px;
}
.press-source-badge, .branch-stat {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(205,32,39,.08); color: var(--theme-secondary-dark); border-radius: 999px; padding: 6px 12px; font-size: .84rem; font-weight: 600;
}
.card-meta { color: #798498; font-size: .9rem; }

.management-card { background: #fff; padding: 24px; height: 100%; display: flex; flex-direction: column; }
.management-card-top { display: flex; gap: 14px; margin-bottom: 14px; }
.management-card-image, .management-avatar-placeholder {
    width: 92px; height: 92px; border-radius: 24px; object-fit: cover; background: linear-gradient(135deg, rgba(25,141,204,.14), rgba(205,32,39,.12)); color: var(--theme-accent);
    display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 2rem;
}
.management-role { color: var(--theme-secondary); font-weight: 700; }
.management-contact-list { display: grid; gap: 10px; }
.management-contact-list a { display: flex; gap: 10px; align-items: center; text-decoration: none; color: var(--theme-accent); }
.management-banner-card, .management-spotlight, .president-panel {
    background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 14px 30px rgba(15,45,98,.08);
}
.management-spotlight { background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(246,248,251,.95)); }
.management-chip { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.management-spotlight-media img { width: 100%; max-width: 290px; height: 290px; object-fit: cover; border-radius: 26px; }
.management-page-filter { gap: 12px; }
.management-filter-chip { border-radius: 999px; padding: 10px 16px; background: #fff; color: var(--theme-accent); text-decoration: none; font-weight: 700; box-shadow: 0 8px 18px rgba(15,45,98,.06); }

.video-card { position: relative; }
.video-thumb-wrap { position: relative; }
.video-play-btn {
    position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--theme-secondary);
    display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.6rem; box-shadow: 0 10px 24px rgba(0,0,0,.14);
}
.testimonial-card { position: relative; }
.testimonial-stars { color: #f4b400; }
.premium-cta-card {
    background: linear-gradient(135deg, var(--theme-accent), var(--theme-secondary)); padding: 34px; color: #fff; border-radius: 28px;
}

.contact-box, .membership-hero, .membership-card {
    background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 14px 30px rgba(15,45,98,.08);
}
.membership-hero { background: linear-gradient(135deg, var(--theme-primary-dark), var(--theme-secondary)); color: #fff; }
.membership-checks { display: grid; gap: 10px; }
.membership-checks div { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); padding: 12px 14px; border-radius: 16px; }
.membership-doc-note { background: rgba(255,255,255,.1); border-radius: 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); }
.form-section-title { font-size: 1.05rem; font-weight: 800; color: var(--theme-accent); margin-bottom: 1rem; }
.table-preview-thumb { width: 72px; height: 52px; object-fit: cover; border-radius: 12px; background: #f4f6fb; }
.info-list { display: grid; gap: 12px; }
.info-list-item { background: #fff; border-radius: 18px; padding: 16px 18px; box-shadow: 0 10px 24px rgba(15,45,98,.05); }
.branch-card, .agreement-card, .press-card, .album-card { overflow: hidden; }

.btn-primary-custom { background: var(--theme-primary); border-color: var(--theme-primary); color: var(--theme-white); }
.btn-primary-custom:hover { background: var(--theme-primary-dark); border-color: var(--theme-primary-dark); color: var(--theme-white); }
.btn-danger-custom { background: var(--theme-secondary); border-color: var(--theme-secondary); color: var(--theme-white); }
.btn-danger-custom:hover { background: var(--theme-secondary-dark); border-color: var(--theme-secondary-dark); color: var(--theme-white); }

.site-footer { background: var(--theme-footer); color: var(--theme-white); position: relative; }
.site-footer a { color: #dbe5ff; text-decoration: none; }
.footer-brand-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 24px; padding: 24px; }
.footer-brand-logo { width: 84px; height: 84px; object-fit: contain; background: rgba(255,255,255,.96); border-radius: 24px; padding: 8px; }
.footer-title,.footer-subtitle { color: var(--theme-white); }
.footer-links li + li { margin-top: 10px; }
.footer-contact-stack { display: grid; gap: 10px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.78); }
.footer-bottom { background: #0a101a; color: rgba(255,255,255,.75); }
.mobile-bottom-bar {
    position: fixed; left: 50%; transform: translateX(-50%); bottom: 12px; z-index: 1030; display: flex; gap: 8px; background: rgba(7,18,31,.94);
    padding: 8px; border-radius: 18px; box-shadow: 0 16px 34px rgba(7,18,31,.2);
}
.mobile-bottom-bar a { width: 88px; color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 10px 8px; border-radius: 14px; background: rgba(255,255,255,.06); font-size: .82rem; }
.premium-modal-header { background: linear-gradient(135deg, var(--theme-accent), var(--theme-secondary)); color: #fff; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

.table thead th { background: var(--theme-accent); color: var(--theme-white); border-color: var(--theme-accent); }
.content-output img { max-width: 100%; height: auto; border-radius: 18px; }
.theme-preview { display: flex; gap: 12px; flex-wrap: wrap; }
.theme-chip { width: 54px; height: 54px; border-radius: 16px; border: 1px solid #d9e0ea; box-shadow: inset 0 0 0 3px rgba(255,255,255,.75); }

@media (max-width: 1199px) {
    .site-brand-logo { height: 54px; }
}
@media (max-width: 991px) {
    body { padding-bottom: 88px; }
    .premium-cta-card, .membership-hero, .membership-card, .management-spotlight, .management-banner-card, .president-panel { padding: 22px; border-radius: 22px; }
    .featured-image, .news-card img, .album-cover, .agreement-cover, .press-cover, .video-thumb, .press-placeholder, .album-placeholder, .agreement-placeholder, .video-thumb-placeholder { height: 200px; }
    .management-spotlight-media img { max-width: 100%; height: 250px; }
}
@media (max-width: 767px) {
    .brand-title { font-size: .9rem; }
    .brand-subtitle { font-size: .72rem; }
    .mobile-contact-grid { grid-template-columns: repeat(2, 1fr); }
    .site-brand-logo { height: 48px; }
    .quick-link-card, .management-card { padding: 20px; }
    .quick-link-icon, .stats-card-icon { width: 58px; height: 58px; border-radius: 18px; }
    .management-card-image, .management-avatar-placeholder { width: 86px; height: 86px; border-radius: 22px; }
    .loader-brand-badge { width: 96px; height: 96px; border-radius: 30px; }
    .loader-brand-badge img { width: 74px; height: 74px; }
}

.page-hero {
    background: linear-gradient(135deg, var(--theme-accent), var(--theme-primary-dark), var(--theme-secondary));
    color: #fff; padding: 86px 0 54px; position: relative; overflow: hidden;
}
.page-hero::after {
    content: ''; position: absolute; inset: auto -10% -120px auto; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.08); filter: blur(10px);
}
.stats-icon, .testimonial-avatar {
    width: 72px; height: 72px; border-radius: 22px; background: rgba(205,32,39,.10); color: var(--theme-secondary); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.6rem;
}
.stats-value, .stats-card-value { font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 800; color: var(--theme-accent); line-height: 1; margin-bottom: 10px; }
.stats-label, .stats-card-title { color: #6c7688; font-size: 1.05rem; }
.management-avatar, .management-card-image, .management-avatar-placeholder {
    width: 96px; height: 96px; border-radius: 24px; object-fit: cover; background: linear-gradient(135deg, rgba(25,141,204,.14), rgba(205,32,39,.12)); color: var(--theme-accent); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 2rem; overflow: hidden;
}
.management-content { flex: 1; }
.video-card {
    background: #fff; border-radius: 24px; padding: 20px; box-shadow: 0 16px 34px rgba(15,45,98,.07);
}
.testimonial-card {
    background: #fff; border-radius: 24px; padding: 22px; box-shadow: 0 16px 34px rgba(15,45,98,.07);
}
.testimonial-avatar img, .management-avatar img { width: 100%; height: 100%; object-fit: cover; }
.membership-cta {
    background: linear-gradient(135deg, var(--theme-accent), var(--theme-secondary)); border-radius: 28px; padding: 34px; box-shadow: 0 20px 44px rgba(15,45,98,.16);
}
.president-showcase {
    position: relative; overflow: hidden;
}
.president-showcase::after {
    content: ''; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(25,141,204,.18), transparent 70%);
}
@media (max-width: 991.98px) {
    .page-hero { padding: 72px 0 42px; }
    .membership-cta { padding: 24px; }
}

/* v12 final additions */
.content-output img { max-width: 100%; height: auto; border-radius: 20px; margin: 1rem 0; }
.content-output iframe { max-width: 100%; border: 0; border-radius: 20px; }
.content-output table { width: 100%; margin: 1rem 0; }
.content-output p:last-child { margin-bottom: 0; }
.demo-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    font-size: .88rem;
    font-weight: 700;
}
.footer-credit a { opacity: .95; }
.agency-floating-badge {
    position: fixed;
    right: 16px;
    bottom: 88px;
    z-index: 1045;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .8rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
    box-shadow: 0 16px 34px rgba(15,30,52,.18);
}
.page-wide-layout { max-width: 100%; }
@media (max-width: 991px) {
    .agency-floating-badge { bottom: 82px; font-size: .85rem; }
}


/* ===== v13 responsive/admin final hotfix ===== */
.marquee-bar {
    background: #ffffff;
    border-bottom: 1px solid #e6edf5;
    overflow: hidden;
    position: relative;
    z-index: 1015;
}
.marquee-content {
    display: flex;
    align-items: center;
    gap: 56px;
    min-width: max-content;
    white-space: nowrap;
    padding: 10px 24px;
    color: var(--theme-accent);
    font-weight: 600;
    animation: marqueeHotfix 28s linear infinite;
}
.marquee-content span { white-space: nowrap; }
@keyframes marqueeHotfix {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.premium-navbar {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(15,45,98,.08);
}
.premium-navbar .navbar-brand {
    min-width: 0;
    text-decoration: none;
}
.premium-navbar .navbar-brand span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.premium-navbar .navbar-brand strong {
    color: var(--theme-accent);
    font-size: 1rem;
    line-height: 1.15;
}
.premium-navbar .navbar-brand small {
    color: #6c7688;
    font-size: .8rem;
    line-height: 1.2;
}
.site-logo {
    width: auto;
    height: 62px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.premium-navbar .nav-link {
    color: var(--theme-accent);
    font-weight: 700;
    border-radius: 14px;
    padding: .7rem .95rem !important;
}
.premium-navbar .nav-link:hover,
.premium-navbar .nav-link:focus,
.premium-navbar .nav-item.show > .nav-link {
    color: var(--theme-primary-dark);
    background: rgba(25,141,204,.08);
}
.premium-toggler {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid #dce6f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.premium-toggler:focus { box-shadow: 0 0 0 .25rem rgba(25,141,204,.12); }
.premium-toggler .navbar-toggler-icon { width: 1.2em; height: 1.2em; }
.premium-dropdown {
    border: 1px solid #e5edf6;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(15,45,98,.1);
}
.premium-dropdown .dropdown-item {
    padding: .72rem .9rem;
    border-radius: 12px;
}
.premium-offcanvas {
    background: linear-gradient(180deg, #071325 0%, #12325f 100%);
    color: #fff;
}
.premium-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.premium-offcanvas .nav-link,
.premium-offcanvas .mobile-submenu a {
    color: #fff;
    text-decoration: none;
}
.premium-offcanvas .nav-link {
    display: block;
    border-radius: 16px;
    padding: 12px 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
}
.mobile-submenu {
    display: grid;
    gap: 8px;
    padding-left: 12px;
    margin-top: 8px;
}
.mobile-submenu a {
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255,255,255,.05);
}
.mobile-cta-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 18px;
}
.hero-section {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.hero-card {
    overflow: hidden;
    background: rgba(255,255,255,.06);
}
.hero-card .carousel-item {
    background: linear-gradient(135deg, rgba(9,35,70,.95), rgba(205,32,39,.9));
}
.hero-card .featured-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 0;
}
.hero-card .badge-soft {
    background: rgba(255,255,255,.16);
}
.hero-card .section-label,
.hero-card .lead,
.hero-card h1,
.hero-card p { color: #fff; }
.hero-card .lead { color: rgba(255,255,255,.82); }
.hero-card .btn-outline-light:hover { color: var(--theme-accent); }
.quick-link-card,
.stats-card,
.management-card,
.video-card,
.testimonial-card,
.branch-card,
.section-card,
.card {
    border-radius: 24px;
}
.management-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
}
.management-card .management-avatar { flex: 0 0 auto; }
.branch-card,
.section-card.bg-white,
.card.news-card { background: #fff; }
.footer-brand-card,
.site-footer .btn,
.footer-links a,
.footer-contact-item,
.footer-credit a { word-break: break-word; }
.mobile-bottom-bar {
    width: min(calc(100% - 24px), 420px);
    justify-content: center;
}
.mobile-bottom-bar a {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
}
.agency-floating-badge {
    max-width: calc(100% - 32px);
}
@media (min-width: 1200px) {
    .premium-navbar .navbar-nav { gap: .2rem; }
}
@media (max-width: 1199.98px) {
    .premium-navbar .navbar-brand strong { font-size: .96rem; }
    .premium-navbar .navbar-brand small { font-size: .76rem; }
}
@media (max-width: 991.98px) {
    .marquee-content {
        gap: 32px;
        padding: 8px 16px;
        font-size: .92rem;
    }
    .hero-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .hero-card .featured-image {
        min-height: 260px;
        max-height: 320px;
    }
    .hero-card .display-5 { font-size: 2rem; }
    .management-card {
        flex-direction: column;
    }
    .site-footer {
        padding-bottom: 84px;
    }
}
@media (max-width: 767.98px) {
    .premium-navbar .container { gap: 12px; }
    .site-logo { height: 50px; }
    .premium-navbar .navbar-brand {
        gap: 12px !important;
        align-items: center;
        max-width: calc(100% - 60px);
    }
    .premium-navbar .navbar-brand strong {
        font-size: .9rem;
        white-space: normal;
    }
    .premium-navbar .navbar-brand small {
        font-size: .72rem;
    }
    .hero-card .featured-image {
        min-height: 220px;
        max-height: 260px;
    }
    .quick-link-card,
    .stats-card,
    .section-card,
    .management-card,
    .video-card,
    .testimonial-card,
    .branch-card,
    .membership-card,
    .contact-box,
    .membership-hero {
        padding: 18px;
        border-radius: 20px;
    }
    .mobile-bottom-bar {
        bottom: 10px;
        padding: 8px;
    }
    .mobile-bottom-bar a {
        font-size: .76rem;
        padding: 10px 6px;
    }
    .agency-floating-badge {
        right: 12px;
        bottom: 82px;
        padding: .72rem .95rem;
        font-size: .85rem;
    }
}
