/* =====================================================
   Brazilian Rewards — Home (WebPage) redesign
   Namespaced brx-* — does not touch shared index.css
   ===================================================== */

:root {
    --brx-navy: #164272;
    --brx-navy-dark: #0f2d4f;
    --brx-navy-light: #1e5ea8;
    --brx-green: #95c11f;
    --brx-green-dark: #7aa31a;
    --brx-green-light: #bce05a;
    --brx-gold: #ffd700;
    --brx-ink: #1a1a2e;
    --brx-muted: #6b7280;
    --brx-line: #e9ecf1;
    --brx-bg: #f7f8fa;
}

.brx-hero,
.brx-section,
.brx-bizcall-wrap,
.brx-stats,
.brx-final,
.brx-footer,
.brx-strip {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ============ Buttons ============ */
.brx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    white-space: nowrap;
}

.brx-btn:active { transform: scale(0.97); }

.brx-btn-primary {
    background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark));
    color: #fff;
    box-shadow: 0 6px 16px rgba(22, 66, 114, 0.28);
}
.brx-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(22, 66, 114, 0.38); }

.brx-btn-gold {
    background: linear-gradient(135deg, #ffd700, #f5b800);
    color: var(--brx-navy-dark);
    box-shadow: 0 6px 16px rgba(245, 184, 0, 0.32);
}
.brx-btn-gold:hover { color: var(--brx-navy-dark); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(245, 184, 0, 0.45); }

.brx-btn-dark {
    background: var(--brx-ink);
    color: #fff;
}
.brx-btn-dark:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.25); }

.brx-btn-white {
    background: #fff;
    color: var(--brx-navy);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.brx-btn-white:hover { color: var(--brx-navy-dark); transform: translateY(-2px); }

.brx-btn-ghost {
    background: rgba(22, 66, 114, 0.06);
    color: var(--brx-navy);
    border: 1.5px solid rgba(22, 66, 114, 0.2);
}
.brx-btn-ghost:hover { background: rgba(22, 66, 114, 0.1); color: var(--brx-navy); transform: translateY(-2px); }

.brx-btn-ghost-dark { background: #fff; border-color: var(--brx-line); }

.brx-btn-block { width: 100%; margin-top: auto; }

/* ============ Announcement strip ============ */
.brx-strip {
    background: linear-gradient(90deg, var(--brx-navy-dark), var(--brx-navy));
    color: #fff;
    margin-top: 64px; /* clear the fixed navbar */
}
.brx-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 16px;
}
.brx-strip-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brx-strip-icon { color: var(--brx-gold); font-size: 17px; flex-shrink: 0; }
.brx-strip-text { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brx-strip-text strong { color: var(--brx-gold); margin-right: 6px; }
.brx-strip-cta {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.14); color: #fff; text-decoration: none;
    font-size: 12.5px; font-weight: 700; padding: 6px 14px; border-radius: 20px;
    flex-shrink: 0; transition: background 0.15s;
}
.brx-strip-cta:hover { background: rgba(255,255,255,0.25); color: #fff; }

/* ============ Hero ============ */
.brx-hero {
    position: relative;
    overflow: hidden;
    background: var(--brx-bg);
    padding: 64px 0 72px;
}
/* When the announcement strip is shown it already clears the navbar */
.brx-hero-has-strip { padding-top: 32px; }
.brx-hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(149,193,31,0.16), transparent 42%),
        radial-gradient(circle at 10% 90%, rgba(22,66,114,0.1), transparent 45%);
    pointer-events: none;
}
.brx-hero-inner { position: relative; }

.brx-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid var(--brx-line);
    color: var(--brx-navy); font-size: 12.5px; font-weight: 700;
    padding: 7px 14px; border-radius: 30px; margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.brx-pulse {
    width: 8px; height: 8px; border-radius: 50%; background: var(--brx-green);
    box-shadow: 0 0 0 0 rgba(149,193,31,0.6);
    animation: brxPulse 1.6s infinite;
}
@keyframes brxPulse {
    0% { box-shadow: 0 0 0 0 rgba(149,193,31,0.6); }
    70% { box-shadow: 0 0 0 8px rgba(149,193,31,0); }
    100% { box-shadow: 0 0 0 0 rgba(149,193,31,0); }
}

.brx-hero-title {
    margin: 0 0 16px;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--brx-ink);
}
.brx-accent {
    background: linear-gradient(120deg, var(--brx-green-dark), var(--brx-green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.brx-hero-sub {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--brx-muted);
    max-width: 30em;
}
.brx-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.brx-hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.brx-trust-dots { display: flex; }
.brx-dot { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }
.brx-trust-dots .brx-dot:first-child { margin-left: 0; }
.brx-dot-green { background: var(--brx-green); }
.brx-dot-gold { background: var(--brx-gold); }
.brx-dot-blue { background: var(--brx-navy-light); }
.brx-hero-trust span { font-size: 13.5px; color: var(--brx-muted); font-weight: 500; }

/* Hero visual — floating real deal cards */
.brx-hero-visual { position: relative; height: 440px; }
.brx-hero-deal {
    position: absolute;
    width: 248px;
    background: #fff;
    border: 1px solid var(--brx-line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 45, 79, 0.18);
    animation: brxFloat 6s ease-in-out infinite;
}
.brx-hero-deal-0 { top: 0; right: 16px; transform: rotate(3deg); z-index: 3; }
.brx-hero-deal-1 { top: 130px; left: 0; transform: rotate(-4deg); z-index: 2; animation-delay: 0.8s; }
.brx-hero-deal-2 { bottom: 0; right: 40px; transform: rotate(2deg); z-index: 1; animation-delay: 1.6s; }
@keyframes brxFloat {
    0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
    50% { transform: translateY(-10px) rotate(var(--r, 0deg)); }
}
.brx-hero-deal-0 { --r: 3deg; }
.brx-hero-deal-1 { --r: -4deg; }
.brx-hero-deal-2 { --r: 2deg; }
.brx-hero-deal-cover {
    position: relative; height: 120px;
    background-size: cover; background-position: center;
    background-color: #e3edf7;
    display: flex; align-items: center; justify-content: center;
    color: rgba(22,66,114,0.25); font-size: 38px;
}
.brx-hero-deal-pill {
    position: absolute; top: 10px; left: 10px;
    background: var(--brx-gold); color: var(--brx-ink);
    font-size: 12px; font-weight: 900; padding: 4px 10px; border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.brx-hero-deal-foot { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.brx-hero-deal-logo {
    width: 34px; height: 34px; border-radius: 9px; overflow: hidden; flex-shrink: 0;
    background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #9ca3af;
}
.brx-hero-deal-logo img { width: 100%; height: 100%; object-fit: cover; }
.brx-hero-deal-name { font-size: 14px; font-weight: 700; color: var(--brx-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brx-hero-logo-wrap { display: flex; align-items: center; justify-content: center; height: 100%; }
.brx-hero-logo-wrap img { max-width: 360px; width: 100%; }

/* ============ Sections ============ */
.brx-section { padding: 72px 0; background: #fff; }
.brx-section-alt { background: var(--brx-bg); }
.brx-section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.brx-section-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(149,193,31,0.12); color: var(--brx-green-dark);
    border: 1px solid rgba(149,193,31,0.25);
    font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;
    padding: 6px 13px; border-radius: 20px; margin-bottom: 16px;
}
.brx-section-title {
    margin: 0 0 10px;
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 900; letter-spacing: -0.02em; color: var(--brx-ink); line-height: 1.18;
}
.brx-section-sub { margin: 0; font-size: 16px; color: var(--brx-muted); line-height: 1.55; }

/* ============ Business call-out ============ */
.brx-bizcall-wrap { background: #fff; padding: 8px 0 0; }
.brx-bizcall {
    position: relative; overflow: hidden;
    display: flex; align-items: center; flex-wrap: wrap; gap: 22px;
    background: linear-gradient(130deg, var(--brx-navy-dark) 0%, var(--brx-navy) 55%, var(--brx-navy-light) 100%);
    border-radius: 26px;
    padding: 32px 34px;
    margin-top: 24px;
    box-shadow: 0 18px 44px rgba(22, 66, 114, 0.3);
}
.brx-bizcall-glow {
    position: absolute; width: 280px; height: 280px; top: -120px; right: -80px; border-radius: 50%;
    background: radial-gradient(circle, rgba(149,193,31,0.35), transparent 70%); pointer-events: none;
}
.brx-bizcall-icon {
    flex-shrink: 0; width: 66px; height: 66px; border-radius: 18px;
    background: linear-gradient(135deg, var(--brx-green), var(--brx-green-dark)); color: var(--brx-navy-dark);
    display: flex; align-items: center; justify-content: center; font-size: 30px;
    box-shadow: 0 8px 20px rgba(149,193,31,0.4); position: relative;
}
.brx-bizcall-text { flex: 1; min-width: 260px; position: relative; }
.brx-bizcall-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--brx-green-light); margin-bottom: 8px;
}
.brx-bizcall-title { margin: 0 0 6px; font-size: 24px; font-weight: 800; color: #fff; line-height: 1.25; letter-spacing: -0.01em; }
.brx-bizcall-sub { margin: 0; font-size: 14.5px; color: rgba(255,255,255,0.8); line-height: 1.55; max-width: 52ch; }
.brx-bizcall-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; }
.brx-bizcall-link {
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px;
    display: inline-flex; align-items: center; gap: 5px;
}
.brx-bizcall-link:hover { color: #fff; }

/* ============ Featured deal cards ============ */
.brx-deal-card {
    display: block; background: #fff; border: 1px solid var(--brx-line); border-radius: 18px;
    overflow: hidden; text-decoration: none; color: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: transform 0.18s ease, box-shadow 0.18s ease; height: 100%;
}
.brx-deal-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.12); color: inherit; }
.brx-deal-cover {
    position: relative; height: 140px; background-size: cover; background-position: center; background-color: #e3edf7;
}
.brx-deal-cover-empty {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark)); color: rgba(255,255,255,0.25); font-size: 40px;
}
.brx-deal-pill {
    position: absolute; top: 12px; left: 12px;
    display: inline-flex; align-items: center; gap: 5px;
    background: var(--brx-gold); color: var(--brx-ink);
    font-size: 12px; font-weight: 900; padding: 5px 11px; border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.brx-deal-foot { display: flex; align-items: center; gap: 11px; padding: 13px 15px; }
.brx-deal-logo {
    width: 38px; height: 38px; border-radius: 10px; overflow: hidden; flex-shrink: 0;
    background: #f3f4f6; border: 1px solid var(--brx-line);
    display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 16px;
}
.brx-deal-logo img { width: 100%; height: 100%; object-fit: cover; }
.brx-deal-name { font-size: 14.5px; font-weight: 700; color: var(--brx-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ============ Stats band ============ */
.brx-stats { background: var(--brx-navy-dark); padding: 40px 0; }
.brx-stat { color: #fff; padding: 8px; }
.brx-stat strong { display: block; font-size: 34px; font-weight: 900; letter-spacing: -0.02em; color: #fff; line-height: 1; }
.brx-stat strong .bi { color: var(--brx-green-light); }
.brx-stat span { display: block; margin-top: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.04em; }

/* ============ How it works ============ */
.brx-step {
    position: relative; height: 100%;
    background: #fff; border: 1px solid var(--brx-line); border-radius: 20px;
    padding: 30px 24px 26px; box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.brx-step:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.08); }
.brx-step-num { position: absolute; top: 18px; right: 22px; font-size: 30px; font-weight: 900; color: rgba(22,66,114,0.1); }
.brx-step-icon {
    width: 58px; height: 58px; border-radius: 16px;
    background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark)); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px;
}
.brx-step-icon-green { background: linear-gradient(135deg, var(--brx-green), var(--brx-green-dark)); color: var(--brx-navy-dark); }
.brx-step-icon-gold { background: linear-gradient(135deg, #ffd700, #f5b800); color: var(--brx-navy-dark); }
.brx-step h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; color: var(--brx-ink); }
.brx-step p { margin: 0; font-size: 14.5px; color: var(--brx-muted); line-height: 1.55; }

/* ============ Partners grid ============ */
.brx-partner-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px;
}
.brx-partner {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    background: #fff; border: 1px solid var(--brx-line); border-radius: 16px; padding: 18px 12px;
    text-decoration: none; color: var(--brx-ink); box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.brx-partner:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.1); border-color: #d1d5db; color: var(--brx-ink); }
.brx-partner img { width: 56px; height: 56px; object-fit: contain; border-radius: 12px; }
.brx-partner-ph {
    width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark)); color: #fff; font-size: 24px;
}
.brx-partner span { font-size: 12.5px; font-weight: 600; text-align: center; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }

/* ============ Audience paths ============ */
.brx-path {
    display: flex; flex-direction: column; height: 100%;
    background: #fff; border: 1px solid var(--brx-line); border-radius: 22px;
    padding: 30px 26px; box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    border-top: 4px solid var(--brx-navy);
}
.brx-path:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,0,0,0.1); }
.brx-path-consumer { border-top-color: var(--brx-navy); }
.brx-path-business { border-top-color: var(--brx-gold); }
.brx-path-partner { border-top-color: var(--brx-green); }
.brx-path-icon {
    width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 18px; color: #fff;
}
.brx-path-consumer .brx-path-icon { background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark)); }
.brx-path-business .brx-path-icon { background: linear-gradient(135deg, #ffd700, #f5b800); color: var(--brx-navy-dark); }
.brx-path-partner .brx-path-icon { background: linear-gradient(135deg, var(--brx-green), var(--brx-green-dark)); color: var(--brx-navy-dark); }
.brx-path h3 { margin: 0 0 8px; font-size: 21px; font-weight: 800; color: var(--brx-ink); }
.brx-path > p { margin: 0 0 16px; font-size: 14.5px; color: var(--brx-muted); line-height: 1.55; }
.brx-path-list { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 9px; }
.brx-path-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: var(--brx-ink); }
.brx-path-list .bi { color: var(--brx-green-dark); font-weight: 700; }

/* ============ Winners ============ */
.brx-winner {
    display: flex; align-items: center; gap: 14px; height: 100%;
    background: #fff; border: 1px solid var(--brx-line); border-radius: 16px; padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.brx-winner-avatar {
    flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--brx-navy), var(--brx-navy-dark)); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 800;
}
.brx-winner-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.brx-winner-name { font-size: 14.5px; font-weight: 700; color: var(--brx-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brx-winner-detail { font-size: 12.5px; color: var(--brx-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brx-winner-badge { flex-shrink: 0; color: var(--brx-gold); font-size: 18px; }

/* ============ Instagram ============ */
.brx-ig-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    max-width: 540px; margin: 0 auto 8px;
    background: #fff; border: 1px solid var(--brx-line); border-radius: 16px; padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.brx-ig-left { display: flex; align-items: center; gap: 12px; }
.brx-ig-avatar { width: 44px; height: 44px; border-radius: 50%; }
.brx-ig-left strong { display: block; font-size: 14px; color: var(--brx-ink); }
.brx-ig-left small { color: var(--brx-muted); }
.brx-ig-follow {
    display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
    color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: 10px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.brx-ig-follow:hover { color: #fff; opacity: 0.92; }

/* ============ FAQ ============ */
.brx-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.brx-faq-item { background: #fff; border: 1px solid var(--brx-line); border-radius: 14px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.brx-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
    background: none; border: none; cursor: pointer; text-align: left;
    padding: 18px 20px; font-size: 15.5px; font-weight: 700; color: var(--brx-ink);
}
.brx-faq-q .bi { color: var(--brx-navy); flex-shrink: 0; transition: transform 0.18s; }
.brx-faq-q.open { color: var(--brx-navy); }
.brx-faq-a { padding: 0 20px 18px; }
.brx-faq-a p { margin: 0; font-size: 14.5px; color: var(--brx-muted); line-height: 1.6; }

/* ============ Final CTA ============ */
.brx-final {
    position: relative; overflow: hidden; text-align: center;
    background: linear-gradient(135deg, var(--brx-navy-dark) 0%, var(--brx-navy) 60%, var(--brx-navy-light) 100%);
    padding: 76px 0;
}
.brx-final-glow {
    position: absolute; width: 420px; height: 420px; top: -180px; left: 50%; transform: translateX(-50%); border-radius: 50%;
    background: radial-gradient(circle, rgba(149,193,31,0.25), transparent 70%); pointer-events: none;
}
.brx-final-inner { position: relative; z-index: 1; }
.brx-final-title { margin: 0 auto 12px; max-width: 18ch; font-size: clamp(28px, 4vw, 40px); font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.15; }
.brx-final-sub { margin: 0 auto 28px; max-width: 46ch; font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.55; }
.brx-final-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============ Footer ============ */
.brx-footer { background: #0b2440; color: rgba(255,255,255,0.75); padding: 56px 0 28px; }
.brx-footer-brand { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 14px; }
.brx-footer-brand img { width: 34px; height: 34px; }
.brx-footer-brand span { color: var(--brx-green-light); }
.brx-footer-desc { font-size: 14px; line-height: 1.6; max-width: 34ch; margin: 0 0 16px; }
.brx-footer-social a {
    display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,0.08); color: #fff; font-size: 18px; text-decoration: none; transition: background 0.15s;
}
.brx-footer-social a:hover { background: rgba(255,255,255,0.18); color: #fff; }
.brx-footer-h { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin-bottom: 14px; }
.brx-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.brx-footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; transition: color 0.15s; cursor: pointer; }
.brx-footer-links a:hover { color: var(--brx-green-light); }
.brx-footer-bottom {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 22px;
    font-size: 13px; color: rgba(255,255,255,0.55);
}
.brx-footer-bottom .bi { color: #e25555; }

/* ============ Responsive ============ */
@media (max-width: 991px) {
    .brx-hero { padding: 90px 0 48px; text-align: center; }
    .brx-hero-has-strip { padding-top: 28px; }
    .brx-hero-sub { margin-left: auto; margin-right: auto; }
    .brx-hero-cta, .brx-hero-trust { justify-content: center; }
    .brx-bizcall { padding: 26px 22px; text-align: center; flex-direction: column; }
    .brx-bizcall-text { min-width: 0; }
    .brx-bizcall-sub { margin-left: auto; margin-right: auto; }
    .brx-bizcall-actions { width: 100%; }
}

@media (max-width: 575px) {
    .brx-section { padding: 52px 0; }
    .brx-section-head { margin-bottom: 32px; }
    .brx-final { padding: 56px 0; }
    .brx-final-cta .brx-btn { width: 100%; }
}
