:root {
    --modern-brand: #fc4c2c;
    --modern-primary: #fc4c2c;
    --modern-teal: #11201e;
    --modern-ink: #1f2d2a;
    --modern-muted: #687773;
    --modern-line: #e4ebe8;
}

body, button, input, select, textarea { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }
body { color: var(--modern-ink); background: #fff; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10000 !important; isolation: isolate; background: transparent; transition: background .2s, box-shadow .2s; }
.site-header.is-scrolled, body:not(.is-home) .site-header { background: var(--modern-primary); box-shadow: 0 4px 18px rgba(80,28,16,.24); }
#navbar-change-bg { position: relative; z-index: 10001 !important; min-height: 76px; transition: background .2s; background: transparent !important; }
#navbar-change-bg.bg-primary, #navbar-change-bg.bg-white { background: var(--modern-primary) !important; }
.brand img { width: 158px; max-height: 42px; object-fit: contain; }
.nav-primary { gap: 5px; }
.nav-primary .nav-link { color: #fff !important; font-size: 14px; font-weight: 700; padding: 10px 12px; }
.nav-primary .nav-link:hover { color: #ffe0d5 !important; }
.nav-currency { border-left: 1px solid rgba(255,255,255,.35); margin-left: 10px; padding-left: 10px; }
.currency-button { display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
.currency-button:hover, .currency-button:focus-visible { color: #ffe0d5 !important; }
.currency-chevron { font-size: .8em; line-height: 1; }
.account-button { width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: transparent; display: grid; place-items: center; }
.account-button i { font-size: 1.35rem; line-height: 1; }
.account-placeholder-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-button:hover { color: #fff; background: rgba(255,255,255,.14); }
.account-initials { background: var(--modern-brand) !important; border-color: var(--modern-brand) !important; color: #fff !important; font-weight: 800; }
main { min-height: 65vh; }
.site-footer { background: var(--modern-teal); color: #d7e1dc; margin-top: 70px; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 38px; padding: 55px 24px 50px; }
.footer-brand img { width: 170px; max-height: 44px; object-fit: contain; }
.footer-brand p { margin: 16px 0 0; color: #aebfba; font-size: 14px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { color: #fff; font-size: 15px; margin: 0 0 9px; }
.footer-column a { color: #b8c8c3; font-size: 14px; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; transition: transform .15s ease, background .15s ease; }
.footer-social a:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.footer-social img { width: 21px; height: 21px; object-fit: contain; display: block; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 17px 24px; color: #9fb0aa; font-size: 12px; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom a { color: #d7e1dc; text-decoration: none; }
.scroll-to-top { position: fixed; right: 92px; bottom: 24px; z-index: 2147483000; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--modern-primary); color: #fff; font-size: 24px; line-height: 1; box-shadow: 0 8px 22px rgba(80,28,16,.28); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s, visibility .2s, transform .2s, background .2s; cursor: pointer; }
.scroll-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-to-top:hover { background: #9f351b; }
@media (max-width: 1199px) {
    .site-header { background: var(--modern-primary); }
    .navbar-collapse { padding: 15px 0 20px; }
    .nav-primary { align-items: stretch !important; }
    .nav-currency { border-left: 0; margin-left: 0; padding-left: 0; }
}
@media (max-width: 700px) {
    .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom .container { display: block; }
    .footer-bottom a { display: inline-block; margin-top: 8px; }
    .scroll-to-top { right: 76px; bottom: 16px; width: 40px; height: 40px; font-size: 21px; }
}
