:root {
  --wine: #85233c;
  --wine-deep: #66162b;
  --wine-soft: #a74a64;
  --ink: #202023;
  --muted: #686266;
  --black: #0a090a;
  --cream: #f7f5f2;
  --paper: #fffefd;
  --blush: #f5eaed;
  --line: #e5ddd9;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font: 16px/1.55 var(--sans); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
button:disabled { cursor: not-allowed; }
button, a, input, select, textarea { outline-offset: 5px; }
:focus-visible { outline: 3px solid #b45972; }
[hidden] { display: none !important; }
.icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -90px; left: 24px; z-index: 100; padding: 12px 18px; background: #fff; color: #171717; border-radius: 6px; }
.skip-link:focus { top: 10px; }
.site-header { background: var(--black); border-bottom: 1px solid #60575a; color: #fff; position: relative; z-index: 5; }
.header-inner { max-width: 1600px; min-height: 116px; margin: 0 auto; padding: 12px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; line-height: 1; }
.brand img { display: block; width: 505px; height: auto; mix-blend-mode: screen; }
.account-nav { display: flex; gap: 20px; align-items: center; }
.account-button { display: flex; align-items: center; justify-content: center; gap: 19px; min-height: 66px; min-width: 211px; padding: 10px 27px; border-radius: 21px; color: #fff; font-size: 16px; line-height: 1.35; text-align: center; }
.account-button strong { font-weight: 500; }
.account-button .icon { width: 31px; height: 31px; stroke-width: 3.2; }
.account-partner { border: 1px solid #96304b; background: transparent; }
.account-partner .icon { color: #ac405d; }
.account-client { border: 1px solid #8a2942; background: linear-gradient(170deg,#932d48,#77132c); }
.account-partner:hover { background: #271018; }
.account-client:hover { background: #702039; }
.account-button:focus-visible, .advisor-header:focus-visible { outline-color: #d08b9f; }
.advisor-header { display: flex; gap: 10px; align-items: center; padding: 12px 0; color: #eee9e8; font-size: 14px; background: none; border: 0; }
.advisor-header .icon { width: 20px; height: 20px; }
.button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 49px; padding: 12px 23px; border-radius: 30px; font-size: 15px; font-weight: 600; text-decoration: none; line-height: 1.4; }
.button-primary { background: linear-gradient(160deg,#902841,#74192e); border: 1px solid var(--wine); color: #fff; }
.button-primary:hover:not(:disabled) { background: var(--wine-deep); }
.button-primary:disabled { opacity: .45; }
.button-secondary { border: 1px solid var(--wine); color: var(--wine); background: transparent; }
.button-secondary:hover { background: #f4e8eb; }
.button-primary .icon, .button-secondary .icon { width: 23px; height: 23px; }
.site-footer { max-width: 1410px; margin: 0 auto; padding: 22px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; line-height: 1.5; color: #756e70; }
.site-footer nav { display: flex; align-items: center; gap: 14px; }
.site-footer button { border: 0; background: none; padding: 4px 0; color: inherit; font-size: inherit; }
.site-footer button:hover { text-decoration: underline; text-underline-offset: 4px; }
.eyebrow { text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; line-height: 1.6; font-weight: 700; color: var(--wine); margin: 0 0 12px; }
.eyebrow span { margin: 0 6px; }
.site-dialog { position: fixed; width: min(560px,calc(100vw - 36px)); max-height: calc(100dvh - 40px); padding: 36px; border: 1px solid #d8c3cb; border-radius: 20px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 90px #0006; overflow-y: auto; }
.site-dialog::backdrop { background: #070607bd; backdrop-filter: blur(3px); }
.site-dialog h2 { font: 32px/1.2 var(--serif); font-weight: 400; margin: 14px 0 18px; }
.site-dialog p { margin: 0 0 14px; color: #595155; font-size: 15px; line-height: 1.65; }
.site-dialog h3 { font: 600 15px/1.5 var(--sans); margin: 20px 0 6px; }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; padding: 9px; border: 0; border-radius: 50%; color: #5c4c53; background: #f2e9eb; }
.dialog-close .icon { width: 18px; height: 18px; }
.dialog-emblem { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #f4e6eb; color: var(--wine); }
.dialog-emblem .icon { width: 26px; height: 26px; }
.dialog-actions { display: flex; gap: 20px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 23px; }
.dialog-actions a { display: inline-flex; gap: 9px; align-items: center; font-size: 14px; color: var(--wine); text-decoration: none; }
.dialog-actions a .icon { width: 20px; height: 20px; }
.dialog-actions .button-primary { margin-left: auto; min-width: 102px; }
.dialog-actions a:hover { text-decoration: underline; }
.live-message { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); max-width: min(560px,calc(100vw - 32px)); padding: 13px 20px; color: #fff; background: #282025; border-radius: 10px; box-shadow: 0 6px 32px #0002; font-size: 14px; z-index: 30; }
.live-message:empty { display: none; }
noscript { display: block; padding: 16px 24px; background: #f1e6e3; color: #30232b; text-align: center; }
@media (max-width: 1200px) {
 .header-inner { min-height: 98px; padding: 12px 30px; gap: 24px; }
 .brand img { width: 405px; }
 .account-nav { gap: 14px; }
 .account-button { min-width: 175px; min-height: 59px; padding: 9px 18px; gap: 14px; font-size: 14px; border-radius: 17px; }
}
@media (max-width: 850px) {
 .header-inner { padding: 14px 24px; min-height: 89px; }
 .brand img { width: 330px; }
 .account-button { min-width: 140px; padding: 9px 13px; font-size: 13px; min-height: 55px; gap: 8px; }
 .account-button .icon { width: 23px; height: 23px; }
 .account-nav { gap: 10px; }
 .advisor-header { font-size: 12px; }
}
@media (max-width: 700px) {
 .header-inner { padding: 16px 20px; flex-direction: column; gap: 14px; }
 .brand img { width: 325px; max-width: calc(100vw - 48px); }
 .account-nav { width: 100%; justify-content: center; gap: 12px; }
 .account-button { min-width: 0; width: 178px; min-height: 52px; padding: 8px 12px; }
 .account-button .icon { width: 25px; height: 25px; }
 .site-footer { flex-direction: column; gap: 9px; text-align: center; padding: 22px 20px; font-size: 11px; }
 .site-dialog { padding: 28px 24px; border-radius: 17px; }
 .site-dialog h2 { font-size: 28px; }
 .dialog-actions { flex-wrap: wrap; gap: 17px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
