/* ============================================================
   Paramax Pools 4D - Professional Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Serif+Khmer:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800;900&display=swap');

:root {
    --bg-dark: #0a0a0a;
    --bg-panel: #141414;
    --bg-panel-2: #1c1c1c;
    --gold: #d4af37;
    --gold-light: #f4c542;
    --gold-bright: #ffd700;
    --gold-dark: #8a6d1a;
    --accent-green: #0e9a4a;
    --accent-green-dark: #087a39;
    --red-accent: #dc2626;
    --text-primary: #f5f5f5;
    --text-muted: #a9a9a9;
    --border-gold: rgba(212, 175, 55, 0.35);
}

* {
    box-sizing: border-box;
}

html, body {
    background: #050505;
    color: var(--text-primary);
    font-family: 'Inter', 'Noto Serif Khmer', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

/* Marble/Gold header backdrop */
.marble-top {
    background:
        radial-gradient(ellipse at 20% 10%, rgba(212, 175, 55, 0.12) 0%, transparent 45%),
        radial-gradient(ellipse at 80% 20%, rgba(212, 175, 55, 0.10) 0%, transparent 50%),
        linear-gradient(180deg, #1a1410 0%, #0a0a0a 100%);
    border-bottom: 1px solid var(--border-gold);
    position: relative;
    overflow: hidden;
}

.marble-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, transparent 48%, rgba(212, 175, 55, 0.18) 49%, rgba(212, 175, 55, 0.35) 50%, rgba(212, 175, 55, 0.18) 51%, transparent 52%),
        linear-gradient(135deg, transparent 68%, rgba(212, 175, 55, 0.10) 69%, rgba(212, 175, 55, 0.22) 70%, transparent 71%);
    background-size: 400px 400px, 300px 300px;
    opacity: 0.4;
    pointer-events: none;
}

.responsible-badge {
    position: absolute;
    top: 10px;
    right: 20px;
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
}

/* Top navigation */
.navbar-pro {
    background: transparent !important;
    padding: 18px 0 !important;
    position: relative;
    z-index: 3;
}

.navbar-pro .logo {
    height: 68px !important;
    width: auto !important;
    filter: drop-shadow(0 4px 10px rgba(212, 175, 55, 0.3));
}

.navbar-pro .nav-link {
    color: var(--text-primary) !important;
    font-weight: 600;
    font-size: 0.98rem;
    padding: 10px 22px !important;
    margin: 0 4px;
    position: relative;
    border-top: 2px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.navbar-pro .nav-link:hover {
    color: var(--gold-light) !important;
}

.navbar-pro .nav-link.active {
    color: var(--gold-light) !important;
    border-top-color: var(--gold-light);
}

.navbar-pro .dropdown-menu {
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.6);
}

.navbar-pro .dropdown-item {
    color: var(--text-primary);
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.navbar-pro .dropdown-item:hover,
.navbar-pro .dropdown-item.active {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.15), transparent);
    color: var(--gold-light);
}

/* Hero swiper */
.hero-swiper {
    max-width: 1100px;
    margin: 8px auto 24px;
    padding: 0 15px;
}

.hero-swiper .swiper {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    border: 1px solid var(--border-gold);
}

.slideimg {
    width: 100%;
    display: block;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: var(--gold-light);
    background: rgba(0,0,0,0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-gold);
}

.hero-swiper .swiper-button-prev:after,
.hero-swiper .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}

/* Marquee */
.marquee-band {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
    padding: 8px 0;
    margin-top: -1px;
}

.text-runn {
    color: var(--gold-light) !important;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Main content wrap */
.main-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.main-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .main-grid { grid-template-columns: 1fr; }
}

/* Sidebar days */
.days-sidebar {
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.day-item {
    background: linear-gradient(180deg, #1e1e1e 0%, #161616 100%);
    color: var(--text-primary);
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.06);
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.day-item:hover {
    background: linear-gradient(180deg, #2a2a2a 0%, #1e1e1e 100%);
    border-color: var(--border-gold);
    color: var(--gold-light);
}

.day-item.active {
    background: linear-gradient(180deg, #2a2016 0%, #1a1410 100%);
    border-color: var(--gold);
    color: var(--gold-light);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.day-item .fa-chevron-right {
    font-size: 0.8rem;
    color: var(--gold);
}

.side-promo {
    margin-top: 16px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-gold);
    background: var(--bg-panel);
    padding: 14px;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.side-promo h6 {
    color: var(--gold-light);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.78rem;
}

/* Result panel */
.result-panel {
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
}

.result-panel::before {
    content: "";
    position: absolute;
    top: -60px; left: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.10) 0%, transparent 70%);
    pointer-events: none;
}

.draw-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.draw-arrow {
    color: var(--gold-light);
    background: transparent;
    border: 1px solid var(--border-gold);
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}
.draw-arrow:hover {
    background: var(--gold);
    color: #111;
}

.draw-title {
    text-align: center;
}

.draw-title h2 {
    font-family: 'Playfair Display', serif;
    color: var(--gold-light);
    font-size: 2.1rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(212, 175, 55, 0.25);
}

.draw-title .draw-date {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 4px;
}

.draw-title .draw-sub {
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-top: 2px;
    text-transform: uppercase;
}

.prize-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(10px, 1.5vw, 18px);
    margin: 22px 0 8px;
}

@media (max-width: 767px) {
    .prize-row { grid-template-columns: 1fr; gap: 14px; }
    .draw-title h2 { font-size: 1.5rem; }
    .draw-header { gap: 14px; }
    .result-panel { padding: 18px 14px; }
}

@media (max-width: 480px) {
    .draw-title h2 { font-size: 1.3rem; }
    .prize-block .prize-label { font-size: 0.9rem; }
}

.prize-block {
    text-align: center;
    min-width: 0;
    overflow: hidden;
}

.prize-block .prize-label {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
}

.balls-row {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Gold ball number - forced square, never stretched */
.ball,
.balls-row .ball,
.live-content .ball {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 30% 30%, #ffe58a 0%, var(--gold-bright) 40%, #b8871a 100%);
    color: #1a1a1a;
    font-weight: 800;
    line-height: 1;
    box-shadow:
        inset 0 -3px 6px rgba(0,0,0,0.25),
        inset 0 2px 4px rgba(255,255,255,0.5),
        0 3px 6px rgba(0,0,0,0.35);
    font-family: 'Inter', sans-serif;
    padding: 0 !important;
    margin: 0;
    flex: 0 0 auto !important;
    box-sizing: border-box;
}

/* Main (prize #1) - larger */
.ball {
    width: 30px !important;
    height: 30px !important;
    font-size: 0.95rem;
}

/* Small (prize #2, #3, misc) */
.ball.small {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.8rem;
}

/* Live-content balls (starter/consolation grid) - compact */
.live-content .ball {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.75rem;
    box-shadow:
        inset 0 -2px 4px rgba(0,0,0,0.25),
        inset 0 1px 3px rgba(255,255,255,0.5),
        0 2px 4px rgba(0,0,0,0.35);
}

.ball.pending {
    background: radial-gradient(circle at 30% 30%, #6a6a6a 0%, #3a3a3a 60%, #1a1a1a 100%);
    color: #999;
}

.balls-row {
    display: flex;
    gap: 4px;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}
.live-content .balls-row { gap: 3px; margin: 3px 0; flex-wrap: nowrap; }

/* Mobile - smaller balls */
@media (max-width: 767px) {
    .ball { width: 30px !important; height: 30px !important; font-size: 0.85rem; }
    .ball.small { width: 26px !important; height: 26px !important; font-size: 0.75rem; }
    .live-content .ball { width: 22px !important; height: 22px !important; font-size: 0.68rem; }
    .balls-row { gap: 4px; }
    .live-content .balls-row { gap: 3px; }
}

@media (max-width: 480px) {
    .ball { width: 26px !important; height: 26px !important; font-size: 0.75rem; }
    .ball.small { width: 22px !important; height: 22px !important; font-size: 0.68rem; }
    .live-content .ball { width: 20px !important; height: 20px !important; font-size: 0.62rem; }
}

/* Prize funds table */
.funds-table {
    width: 100%;
    margin-top: 16px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.funds-table thead th {
    background: linear-gradient(180deg, #0e9a4a 0%, #087a39 100%);
    color: #fff;
    font-weight: 700;
    padding: 12px 10px;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.funds-table thead th:last-child { border-right: none; }

.funds-table tbody td {
    background: linear-gradient(180deg, #0e9a4a 0%, #0a8340 100%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    font-size: 0.92rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.funds-table tbody td:last-child { border-right: none; }

.funds-table td.fund-highlight {
    color: var(--gold-bright);
    font-weight: 800;
    font-size: 1.05rem;
}

/* History cards (for main page previous results) */
.history-title {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 18px;
    letter-spacing: 0.5px;
    position: relative;
}
.history-title::before,
.history-title::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: var(--border-gold);
    vertical-align: middle;
    margin: 0 14px;
}

.history-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 991px) { .history-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .history-grid { grid-template-columns: 1fr; } }

.history-card {
    background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    padding: 16px 14px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.history-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.5), 0 0 0 1px var(--gold);
}
.history-card h5 {
    color: var(--gold-light);
    font-size: 0.95rem;
    margin: 0 0 4px;
    text-transform: capitalize;
    font-weight: 700;
}
.history-card h6 {
    color: var(--text-muted);
    font-size: 0.82rem;
    margin: 0 0 12px;
    font-weight: 500;
}
.history-card .prize-mini {
    color: var(--text-primary);
    font-size: 0.82rem;
    margin: 8px 0 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.history-card .prize-mini i.fa-trophy { color: var(--gold-bright); }
.history-card .p-num {
    color: var(--gold-bright);
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin: 2px 0 6px;
}
.history-card hr {
    border-color: rgba(212, 175, 55, 0.2);
    margin: 6px auto;
    width: 60%;
}

/* All-results dropdown button */
.all-results-btn {
    display: inline-block;
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    color: #1a1a1a !important;
    padding: 10px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    letter-spacing: 0.4px;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.all-results-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.35);
    color: #1a1a1a !important;
}

/* Live draw large */
.live-draw-panel {
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 14px;
    padding: 28px;
    max-width: 720px;
    margin: 20px auto;
    text-align: center;
}
.live-draw-panel .logo {
    height: 60px;
    margin: 0 auto 14px;
    display: block;
}
.live-draw-panel h4,
.live-draw-panel h5,
.live-draw-panel h6 {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}
.live-draw-panel .live-content {
    background: linear-gradient(180deg, #0e9a4a 0%, #087a39 100%) !important;
    border-radius: 10px;
    padding: 18px;
    color: #fff;
    margin-top: 14px;
}
.live-draw-panel .live-content h4 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    margin: 6px 0;
    letter-spacing: 1px;
    font-weight: 700;
}
.live-draw-panel .live-content h4 i.fa-trophy { color: var(--gold-bright); }
.live-draw-panel .live-content hr { border-color: rgba(255,255,255,0.25); }

/* Result page table */
.result-title {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 24px 0 18px;
    font-size: 1.7rem;
    text-align: center;
}

.result-search {
    max-width: 380px;
    margin: 0 auto 18px;
}
.result-search .input-group-text {
    background: var(--bg-panel-2);
    border: 1px solid var(--border-gold);
    color: var(--gold-light);
}
.result-search .form-control {
    background: var(--bg-panel-2);
    border: 1px solid var(--border-gold);
    color: var(--text-primary);
}
.result-search .form-control::placeholder { color: var(--text-muted); }
.result-search .btn {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    color: #111;
    border: none;
    font-weight: 700;
}

.res-table {
    width: 100%;
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.res-table thead th {
    background: linear-gradient(180deg, #2a2016 0%, #1a1410 100%);
    color: var(--gold-light);
    padding: 14px 12px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    border-bottom: 1px solid var(--border-gold);
    font-size: 0.95rem;
}
.res-table tbody td {
    padding: 14px 12px;
    text-align: center;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: transparent;
    vertical-align: middle;
}
.res-table tbody tr:hover td {
    background: rgba(212, 175, 55, 0.05);
}
.res-table tbody tr:last-child td { border-bottom: none; }

.result-note {
    text-align: center;
    color: var(--text-muted);
    font-style: italic;
    font-size: 0.9rem;
    margin: 18px 0;
}

/* Pagination */
.pagination { justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.pagination .page-link {
    background: var(--bg-panel);
    color: var(--gold-light);
    border: 1px solid var(--border-gold);
    margin: 3px;
    border-radius: 6px !important;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 0.9rem;
}
.pagination .page-link:hover {
    background: var(--gold);
    color: #111;
}
.pagination .page-item.active .page-link {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
}
.pagination .page-item.disabled .page-link {
    background: #0f0f0f;
    color: #555;
    border-color: #333;
}

/* Bottom fixed nav (time) */
.navbot-pro {
    background: rgba(10, 10, 10, 0.92) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0 !important;
    border-top: 1px solid var(--border-gold);
    color: var(--gold-light);
}
.navbot-pro .bottom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.navbot-pro .bottom-nav li {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.navbot-pro .bottom-nav .time-cur { color: var(--gold-light); letter-spacing: 0.4px; }

/* Footer */
.footer-pro {
    background: #050505;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    padding: 40px 0 26px;
    margin-top: 30px;
    color: var(--text-muted);
}
.footer-pro h5 {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    font-weight: 700;
}
.footer-pro p, .footer-pro a {
    color: var(--text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 1.7;
}
.footer-pro a:hover { color: var(--gold-light); }

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.footer-social a {
    width: 38px; height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    color: var(--gold-light) !important;
    transition: background 0.2s, color 0.2s;
}
.footer-social a:hover { background: var(--gold); color: #111 !important; }

.copyright-bar {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    color: #1a1a1a;
    padding: 12px 0;
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.4px;
    margin-bottom: 56px; /* space for bottom nav */
}

/* Modal (responsible) */
.modal-content {
    background: var(--bg-panel);
    color: var(--text-primary);
    border: 1px solid var(--border-gold);
}
.modal-header, .modal-footer {
    border-color: var(--border-gold);
}
.modal-title { color: var(--gold-light); font-family: 'Playfair Display', serif; }
.btn-close { filter: invert(1) brightness(1.6); }

.text-danger { color: #ff6b6b !important; }

/* Utility */
.text-gold { color: var(--gold-light) !important; }
.bg-panel { background: var(--bg-panel) !important; }

/* Static page (about/contact) */
.static-page {
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    padding: 34px;
    margin: 28px auto;
    max-width: 900px;
    line-height: 1.75;
}
.static-page h1 {
    color: var(--gold-light);
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    margin-bottom: 18px;
    font-size: 2rem;
}
.static-page h2 {
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    margin: 20px 0 10px;
}
.static-page p { color: var(--text-primary); font-size: 0.98rem; }

/* Old rules override safety */
body { background: #050505 !important; }
.text-runn { color: var(--gold-light); }
.copyright-text { color: #1a1a1a; }

/* Contact form */
.contact-form input,
.contact-form textarea {
    background: var(--bg-panel-2);
    border: 1px solid var(--border-gold);
    color: var(--text-primary);
    border-radius: 8px;
    padding: 12px 14px;
    width: 100%;
    margin-bottom: 14px;
    font-family: inherit;
    font-size: 0.95rem;
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold-light);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.contact-form button {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    color: #111;
    border: none;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: transform 0.2s;
}
.contact-form button:hover { transform: translateY(-2px); }

/* Navbar toggler tweak */
.navbar-toggler {
    border: 1px solid var(--border-gold);
    padding: 6px 10px;
}
.navbar-toggler-icon {
    filter: invert(0.9);
}

@media (max-width: 991px) {
    .navbar-pro .nav-link {
        padding: 10px 14px !important;
        margin: 2px 0;
        border-top: none;
        border-left: 2px solid transparent;
    }
    .navbar-pro .nav-link.active {
        border-top: none;
        border-left-color: var(--gold-light);
    }
    .responsible-badge { top: 4px; right: 10px; padding: 4px 10px; font-size: 0.65rem; }
}
