.topmap-brand { color: var(--bt-ink); background: var(--bt-cream); }
.topmap-brand h1,.topmap-brand h2,.topmap-brand h3 { color: var(--bt-ink); letter-spacing: -.035em; }
.bt-container { width: min(var(--bt-container), calc(100% - 40px)); margin-inline: auto; }
.bt-section { padding-block: 84px; }
.bt-grid { display: grid; gap: 22px; }
.bt-card { background: var(--bt-surface); border: 1px solid var(--bt-line); border-radius: var(--bt-radius); box-shadow: var(--bt-shadow-sm); }
.bt-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--bt-red-deep); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bt-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--bt-red); box-shadow: 0 0 0 6px rgba(239,43,50,.1); }
.bt-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 0; border-radius: 14px; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .03em; transition: transform var(--bt-transition),box-shadow var(--bt-transition),background var(--bt-transition); }
.bt-button:hover { transform: translateY(-2px); }
.bt-button--primary { color: #fff; background: linear-gradient(135deg,var(--bt-red),var(--bt-red-deep)); box-shadow: 0 12px 28px rgba(239,43,50,.25); }
.bt-button--primary:hover { color: #fff; box-shadow: 0 16px 34px rgba(239,43,50,.32); }
.bt-button--light { color: var(--bt-red-deep); background: #fff; box-shadow: 0 12px 30px rgba(96,0,4,.15); }
.bt-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.bt-section-heading h2 { margin: 7px 0 0; font-size: clamp(30px,4vw,46px); }
.bt-section-heading > a { color: var(--bt-red-deep); font-weight: 800; }
.topmap-brand .header-main { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,33,43,.06); }
.topmap-brand .header-main .nav > li > a { color: var(--bt-ink); font-weight: 700; }
.topmap-brand .header-main .nav > li.active > a,.topmap-brand .header-main .nav > li > a:hover { color: var(--bt-red); }
.topmap-brand .header-button .button { border-color: var(--bt-red); border-radius: 12px; background: var(--bt-red); color: #fff; }
