/* Generated by scripts/unify-chrome.mjs from public/index.html — do not edit by hand.
   Chrome only: top bar, navigation, language switcher, footer, cookie notice.
   Nothing in this file targets page body content. */
:root {
    --primary: #7A9A6B;
    --primary-hover: #94B585;
    --primary-dim: rgba(122,154,107,0.10);
    --primary-glow: rgba(122,154,107,0.06);
    --accent: #D9A668;
    --cream: #FAF7EE;
    --cream2: #F2EBDA;
    --ink: #4A5A45;
    --ink2: #637060;
    --muted: #8A8B7E;
    --muted2: #B5B1A1;
    --white: #FFFFFF;
    --border: #E5DFCB;
    --hero-bg: #4A5A45;
    --nav-bg: #3F4E3A;
    --footer-bg: #33402F;
  }
.nav-logo {
    display: flex; align-items: center; gap: 14px;
    text-decoration: none;
    flex-shrink: 0;
  }
.nav-logo-img {
    height: 60px;
    width: auto;
    max-width: 100%;
  }
.nav-logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.04em;
  }
.nav-logo-text em {
    color: var(--accent);
    font-style: normal;
  }
.nav-links {
    display: flex; align-items: center; gap: 28px;
    list-style: none;
    width: 100%;
    justify-content: space-between;
  }
.nav-links-left {
    display: flex; align-items: center; gap: 28px;
    flex: 1;
    justify-content: flex-start;
  }
.nav-links-right {
    display: flex; align-items: center; gap: 20px;
    flex: 1;
    justify-content: flex-end;
  }
.nav-links a,
  .nav-links-left a,
  .nav-links-right a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    transition: color 0.2s;
  }
.nav-links a:hover,
  .nav-links-left a:hover,
  .nav-links-right a:hover { color: var(--accent); }
.nav-cta {
    background: #D9A668;
    color: #33402F !important;
    border: 1px solid #D9A668;
    padding: 10px 22px;
    font-size: 11px !important;
    letter-spacing: 0.12em;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
  }
.nav-cta:hover { background: #C68E4D; color: #FFFFFF !important; border-color: #C68E4D; }
.nav-cta-mediador {
    background: transparent;
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    padding: 9px 20px;
    font-size: 11px !important;
    letter-spacing: 0.12em;
    transition: background 0.2s, color 0.2s !important;
  }
.nav-cta-mediador:hover { background: var(--accent); color: var(--white) !important; }
.nav-vault-link {
    color: var(--accent) !important;
    border: 1px solid rgba(217,166,104,0.4);
    padding: 8px 16px;
    font-size: 11px !important;
    transition: all 0.2s !important;
  }
.nav-vault-link:hover {
    background: rgba(217,166,104,0.12) !important;
    border-color: var(--accent) !important;
  }
.nav-burger {
    display: none;
    flex-direction: column; gap: 5px;
    cursor: pointer; border: none; background: none; padding: 4px;
  }
.nav-burger span { display:block; width:22px; height:1.5px; background:var(--white); transition:0.3s; }
.lang-switcher a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    transition: color 0.2s, background 0.2s;
    color: rgba(255,255,255,0.4);
  }
.lang-switcher a:hover { color: var(--accent); }
.lang-switcher a.active {
    color: var(--white);
    background: rgba(122,154,107,0.3);
  }
.lang-switcher-sep {
    color: rgba(255,255,255,0.2);
    font-size: 11px;
    user-select: none;
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 52px;
  }
.footer-brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; font-weight: 600;
    color: var(--white); letter-spacing: 0.04em;
    margin-bottom: 16px;
  }
.footer-brand-name em { color: var(--accent); font-style: normal; }
.footer-brand-desc {
    font-size: 13px; line-height: 1.7;
    color: rgba(255,255,255,0.5);
    max-width: 280px; margin-bottom: 28px;
  }
.footer-badge {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid #2C3E50;
    padding: 8px 16px;
    font-size: 10px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
  }
.footer-badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
  }
.footer-col-title {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(255,255,255,0.55); margin-bottom: 20px;
  }
.footer-col-links {
    list-style: none; display: flex; flex-direction: column; gap: 10px;
  }
.footer-col-links a {
    text-decoration: none;
    font-size: 13px; color: rgba(255,255,255,0.6);
    transition: color 0.2s;
  }
.footer-col-links a:hover { color: var(--accent); }
.footer-social {
    display: flex; gap: 12px; padding-top: 8px;
  }
.footer-social a {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    transition: border-color 0.2s, background 0.2s;
  }
.footer-social a:hover {
    border-color: var(--accent);
    background: rgba(217,166,104,0.1);
  }
.footer-social a svg {
    width: 16px; height: 16px;
    fill: rgba(255,255,255,0.6);
    transition: fill 0.2s;
  }
.footer-social a:hover svg { fill: var(--accent); }
.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
  }
.footer-platforms {
    display: flex; gap: 12px;
  }
.footer-platform-link {
    color: var(--accent) !important;
    border: 1px solid rgba(217,166,104,0.4);
    padding: 8px 18px;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
  }
.footer-platform-link:hover {
    background: rgba(217,166,104,0.12);
    border-color: var(--accent);
  }
.footer-copy {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
  }
.footer-legal {
    display: flex; gap: 24px;
  }
.footer-legal a {
    text-decoration: none;
    font-size: 12px; color: rgba(255,255,255,0.35);
    transition: color 0.2s;
  }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }
.footer-regulatory {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 24px;
    text-align: center;
  }
.footer-regulatory p {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    margin: 0;
    line-height: 1.6;
  }
.mobile-nav.open { display: flex; }
.mobile-nav a {
    text-decoration: none;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: color 0.2s;
  }
.mobile-nav a:hover { color: var(--accent); }
.mobile-lang-switcher {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
.mobile-lang-switcher a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    padding: 6px 14px;
    border: none;
    transition: color 0.2s;
  }
.mobile-lang-switcher a.active {
    color: var(--white);
    background: rgba(122,154,107,0.3);
  }
@media (max-width: 768px) {
.asf-top-bar { font-size: 10px; padding: 6px 16px; }
}
@media (max-width: 480px) {
footer { padding: 48px 20px 28px; }
}
.cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    background: var(--nav-bg);
    border-top: 1px solid rgba(122,154,107,0.25);
    padding: 20px 48px;
    display: none;
    animation: cookieSlideUp 0.4s ease;
  }
.cookie-banner.show { display: block; }
@keyframes cookieSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }
.cookie-banner-content {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
  }
.cookie-banner-text strong {
    display: block; font-size: 14px; font-weight: 700; color: var(--white);
    margin-bottom: 4px;
  }
.cookie-banner-text p {
    font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; margin: 0;
  }
.cookie-banner-text a {
    color: var(--accent); text-decoration: underline;
  }
.cookie-banner-actions {
    display: flex; gap: 12px; flex-shrink: 0;
  }
.cookie-btn {
    padding: 10px 24px; font-family: inherit; font-size: 12px;
    font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    cursor: pointer; transition: all 0.2s; border: none;
  }
.cookie-btn-accept {
    background: var(--primary); color: var(--white);
  }
.cookie-btn-accept:hover { background: var(--primary-hover); }
.cookie-btn-reject {
    background: none; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6);
  }
.cookie-btn-reject:hover { border-color: rgba(255,255,255,0.4); color: var(--white); }
@media (max-width: 768px) {
.cookie-banner { padding: 16px 20px; }
.cookie-banner-content { flex-direction: column; text-align: center; }
.cookie-banner-actions { width: 100%; }
.cookie-btn { flex: 1; }
}
.asf-top-bar a {
    color: #C9A84C;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
  }
.asf-top-bar a:hover { color: #e0be6a; }
.lang-unavailable { opacity: 0.55; }
