:root {
  --g: #173c32;
  --gold: #dda033;
  --bg: #f4f7f6;
  --panel: #fff;
  --line: #dce5e1;
  --muted: #64736e;
  --text: #17332c;
  --soft: #f5f8f7;
  --warm: #fbf3e4;
  --radius: 16px;
}

body {
  background: var(--bg);
  color: var(--text);
}

.fin-topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 60, 50, 0.08);
}

.fin-brand-logo {
  display: inline-flex;
  align-items: center;
  width: 205px;
  height: 73px;
  text-decoration: none;
}

.fin-topbar img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fin-secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #315b4d;
  font-size: 0.78rem;
  font-weight: 750;
}

.fin-secure svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.fin-intro {
  position: relative;
  min-height: 420px;
  padding: 68px max(6vw, 28px) 82px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #173c32 0%, #25443b 55%, #315b4d 100%);
}

.fin-intro::after {
  content: "";
  position: absolute;
  inset: auto -8% -175px 30%;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.fin-glow-one,
.fin-glow-two {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.fin-glow-one {
  top: -230px;
  right: 18%;
  width: 330px;
  height: 330px;
  background: rgba(221, 160, 51, 0.14);
}

.fin-glow-two {
  bottom: -130px;
  left: -150px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.05);
}

.fin-intro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  width: min(1185px, 100%);
  margin: 0 auto;
}

.fin-eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  color: #efc776;
  border: 1px solid rgba(233, 189, 105, 0.45);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fin-intro h1 {
  margin: 20px 0 18px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.fin-intro h1 em {
  color: #e9bd69;
  font-style: normal;
}

.fin-intro-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.fin-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 30px;
}

.fin-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
}

.fin-trust-row svg {
  width: 18px;
  height: 18px;
  color: #efc776;
}

.fin-intro-card {
  position: relative;
  padding: 27px;
  overflow: hidden;
  color: var(--text);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 248, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  box-shadow: 0 30px 85px rgba(3, 20, 15, 0.36), inset 0 1px #fff;
}

.fin-intro-card::before {
  content: "";
  position: absolute;
  top: -78px;
  right: -68px;
  width: 165px;
  height: 165px;
  border: 34px solid rgba(221, 160, 51, 0.08);
  border-radius: 50%;
}

.fin-intro-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#e8bc63, #b87918 52%, rgba(184, 121, 24, 0));
}

.fin-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fin-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #b87918;
  background: linear-gradient(145deg, #fdf6e9, #f5e5c4);
  border: 1px solid rgba(184, 121, 24, 0.12);
  border-radius: 16px;
  font-size: 1.25rem;
  box-shadow: 0 8px 22px rgba(184, 121, 24, 0.12);
}

.fin-card-icon svg {
  width: 25px;
  height: 25px;
}

.fin-card-seal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: #315b4d;
  background: #eaf1ee;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
}

.fin-card-seal svg {
  width: 13px;
  height: 13px;
}

.fin-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-top: 22px;
}

.fin-card-copy small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fin-card-copy strong {
  font-size: 1.7rem;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.fin-card-copy strong em {
  color: #b87918;
  font-style: normal;
}

.fin-card-copy p {
  margin: 7px 0 0;
  color: #526860;
  font-size: 0.78rem;
  line-height: 1.55;
}

.fin-intro-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 19px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.fin-intro-card li {
  position: relative;
  padding-left: 25px;
  color: #3e5850;
  font-size: 0.78rem;
  font-weight: 650;
}

.fin-intro-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b87918;
  font-weight: 900;
}

.fin-card-signoff {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 17px;
}

.fin-card-signoff img {
  display: block;
  width: 148px;
  height: auto;
  object-fit: contain;
}

.app {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
  width: min(1260px, calc(100% - 40px));
  min-height: auto;
  margin: -28px auto 76px;
}

.sidebar {
  position: sticky;
  top: 20px;
  height: auto;
  max-height: calc(100vh - 40px);
  padding: 22px 14px 16px;
  background: #fff;
  border: 1px solid rgba(23, 60, 50, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(23, 60, 50, 0.08);
}

.sidebar::before {
  content: "Dein Fortschritt";
  display: block;
  margin: 0 10px 12px;
  padding: 2px 0 15px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
}

.brand {
  display: none;
}

.nav {
  gap: 0;
  overflow: visible;
}

.nav-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 9px;
  border-radius: 12px;
}

.nav-item:hover,
.nav-item.active {
  background: var(--soft);
}

.ni-num {
  width: 30px;
  height: 30px;
  color: var(--muted);
  background: #fff;
  border: 1px solid #cbd7d2;
  font-size: 0.72rem;
}

.nav-item.active .ni-num {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 5px 15px rgba(221, 160, 51, 0.25);
}

.nav-item.done .ni-num {
  color: #fff;
  background: #315b4d;
  border-color: #315b4d;
}

.ni-label,
.nav-item.done .ni-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.nav-item.active .ni-label {
  color: var(--text);
  font-weight: 750;
}

.progress {
  margin-top: 6px;
  padding: 16px 10px 4px;
  border-top: 1px solid var(--line);
}

.progress small {
  color: var(--muted);
}

.pbar {
  background: #eaf1ee;
}

.ppct {
  color: #315b4d;
}

.main {
  max-width: none;
  min-height: 760px;
  padding: clamp(25px, 4vw, 50px);
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(23, 60, 50, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(23, 60, 50, 0.08);
}

.main .hero {
  display: grid;
  grid-template-areas: "icon title" "icon sub";
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: start;
  gap: 4px 18px;
  margin-bottom: 29px;
  padding: 13px 0 27px;
  border-bottom: 1px solid var(--line);
}

.hero-emoji {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  color: #f1c673;
  background: linear-gradient(145deg, #173c32, #315b4d);
  border-radius: 17px;
  font-size: 1.45rem;
  box-shadow: 0 12px 26px rgba(23, 60, 50, 0.19);
}

.hero-title {
  grid-area: title;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.hero-sub {
  grid-area: sub;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.card {
  background: #fff;
  border-color: var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(23, 60, 50, 0.035);
}

.field {
  padding: 16px 20px;
}

.field:focus-within {
  background: transparent;
}

.field label {
  margin-bottom: 8px;
  color: #29483f;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

input:not([type="range"]):not([type="checkbox"]):not([type="file"]),
select,
textarea {
  min-height: 47px;
  padding: 12px 14px;
  color: var(--text);
  background: #fbfcfc;
  border: 1px solid #cad7d2;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: border 0.18s, box-shadow 0.18s, background 0.18s;
}

textarea {
  min-height: 92px;
}

input:not([type="range"]):not([type="checkbox"]):not([type="file"]):focus,
select:focus,
textarea:focus {
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(221, 160, 51, 0.12);
}

input::placeholder,
textarea::placeholder {
  color: #9ba7a3;
}

.chip {
  padding: 11px 16px;
  color: #29483f;
  background: #fff;
  border: 1px solid #d5dfdb;
  border-radius: 13px;
}

.chip:hover {
  border-color: #afc1ba;
  transform: translateY(-1px);
}

.chip.on {
  color: var(--text);
  background: var(--warm);
  border-color: var(--gold);
  box-shadow: 0 6px 18px rgba(184, 121, 24, 0.1);
}

.switch {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.switch button {
  border-radius: 8px;
}

.switch button.on {
  color: #fff;
  background: linear-gradient(135deg, #173c32, #315b4d);
}

.notice {
  background: linear-gradient(145deg, #f8f4e9, #fff);
  border-color: #eee0c5;
  border-radius: 16px;
}

.notice strong {
  color: #b87918;
}

.calc {
  background: #eef5f1;
}

.goal {
  background: #fff;
  border-color: #d5dfdb;
}

.goal.sel {
  background: var(--warm);
  border-color: var(--gold);
}

.goal.sel .goal-num {
  background: #b87918;
}

.drop-zone {
  background: #fbfcfc;
  border-color: #cad7d2;
  border-radius: 16px;
}

.drop-zone:hover,
.drop-zone.drag,
.drop-zone.has {
  background: var(--warm);
  border-color: var(--gold);
}

.sig-wrap {
  border-color: #cad7d2;
  border-radius: 16px;
}

.footer-nav {
  margin-top: 28px;
  padding-top: 27px;
  background: linear-gradient(0deg, #fff 78%, transparent);
  border-top: 1px solid var(--line);
}

.btn {
  min-height: 48px;
  padding: 11px 20px;
  border-radius: 11px;
  font-size: 0.82rem;
}

.btn-back {
  background: #fff;
  border: 1px solid #cbd8d3;
}

.btn-next {
  background: linear-gradient(135deg, #173c32, #315b4d);
  box-shadow: 0 10px 24px rgba(23, 60, 50, 0.18);
}

.btn-submit {
  color: #17332c;
  background: linear-gradient(135deg, #dda033, #b87918);
}

.trust {
  margin: 36px -50px -50px;
  padding: 46px max(28px, 4vw);
  background: #f7faf8;
  border-top: 1px solid var(--line);
}

.score {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(23, 60, 50, 0.06);
}

.score .stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 1.3rem;
}

.score .val {
  font-size: 1.95rem;
}

.cta-row a {
  min-width: 175px;
  min-height: 54px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(23, 60, 50, 0.055);
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
}

.cta-row a:hover {
  color: var(--text);
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 11px 25px rgba(23, 60, 50, 0.09);
  transform: translateY(-2px);
}

.cta-row .wa,
.cta-row .web,
.cta-row .ig {
  color: var(--text);
  background: #fff;
}

.cta-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #dda033, #b87918);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(184, 121, 24, 0.18);
}

.cta-icon svg {
  width: 18px;
  height: 18px;
}

.copyright {
  color: var(--muted);
}

@media (max-width: 820px) {
  .fin-topbar {
    height: 72px;
  }

  .fin-brand-logo {
    width: 166px;
    height: auto;
  }

  .fin-secure span {
    display: none;
  }

  .fin-intro {
    min-height: auto;
    padding: 54px 25px 72px;
  }

  .fin-intro-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fin-intro h1 {
    font-size: clamp(39px, 11vw, 56px);
  }

  .fin-intro-card {
    max-width: 420px;
  }

  .app {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 720px);
    margin-top: -22px;
  }

  .sidebar {
    position: relative;
    top: auto;
    max-height: none;
    padding: 14px 15px;
    border-radius: 15px;
  }

  .sidebar::before {
    margin: 0 0 9px;
    padding: 0;
    border: 0;
  }

  .sidebar .nav {
    display: none;
  }

  .sidebar .progress {
    display: grid;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .main {
    min-height: auto;
    padding: 25px;
    border-radius: 20px;
  }

  .trust {
    margin: 32px -25px -25px;
  }

  .split,
  .split-addr,
  .mini-grid,
  .mini-grid-3,
  .upload-grid {
    grid-template-columns: 1fr;
  }

  .split > .field:nth-child(2),
  .split-addr > .field + .field {
    border-top: 1px solid var(--line);
    border-left: none;
  }

  .row-toggle {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .row-toggle .q {
    max-width: none;
  }

  .footer-nav {
    flex-direction: row;
  }

  .footer-nav .btn {
    flex: 1;
    width: auto;
  }
}

@media (max-width: 580px) {
  .fin-intro {
    padding-top: 45px;
  }

  .fin-intro-copy > p {
    font-size: 0.9rem;
  }

  .fin-trust-row {
    display: grid;
    gap: 10px;
  }

  .fin-intro-card {
    padding: 21px;
  }

  .main {
    padding: 24px 17px;
  }

  .main .hero {
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 4px 12px;
    padding-top: 8px;
  }

  .hero-emoji {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    font-size: 1.15rem;
  }

  .hero-title {
    font-size: 1.62rem;
  }

  .field {
    padding: 15px 16px;
  }

  .footer-nav {
    gap: 10px;
  }

  .btn {
    padding-inline: 15px;
  }

  .trust {
    margin: 28px -17px -24px;
    padding-inline: 18px;
  }

  .cta-row a {
    flex: 1 1 140px;
  }

  .fin-card-copy strong {
    font-size: 1.45rem;
  }
}

@media print {
  .fin-topbar,
  .fin-intro {
    display: none !important;
  }

  .app {
    display: block;
    width: auto;
    margin: 0;
  }

  .sidebar {
    display: none;
  }

  .main {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}

html.brand-newfin {
  --g: #111315;
  --gold: #c5a25a;
  --bg: #f2f2ef;
  --panel: #ffffff;
  --line: #deded9;
  --muted: #666861;
  --text: #151719;
  --soft: #f1efe9;
  --warm: #f6efe0;
}

html.brand-newfin body {
  background: #f2f2ef;
}

html.brand-newfin .fin-topbar {
  background: rgba(12, 15, 16, 0.98);
  border-bottom-color: rgba(197, 162, 90, 0.3);
}

html.brand-newfin .fin-brand-logo {
  width: auto;
  min-width: 210px;
}

html.brand-newfin .newfin-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f7f6f2;
  line-height: 0.9;
}

html.brand-newfin .newfin-wordmark strong {
  font-size: 1.72rem;
  font-weight: 850;
  letter-spacing: 0.035em;
}

html.brand-newfin .newfin-wordmark small {
  margin-top: 7px;
  color: #c5a25a;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.23em;
}

html.brand-newfin .fin-secure {
  color: rgba(255, 255, 255, 0.82);
}

html.brand-newfin .fin-secure svg,
html.brand-newfin .fin-trust-row svg {
  color: #c5a25a;
}

html.brand-newfin .fin-intro {
  background: linear-gradient(125deg, #0a0d0e 0%, #171a1b 58%, #242526 100%);
}

html.brand-newfin .fin-glow-one {
  background: rgba(197, 162, 90, 0.16);
}

html.brand-newfin .fin-eyebrow,
html.brand-newfin .fin-intro h1 em,
html.brand-newfin .fin-trust-row svg {
  color: #d1af68;
}

html.brand-newfin .fin-intro-card {
  background: linear-gradient(150deg, #fff, #f5f3ed);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.44), inset 0 1px #fff;
}

html.brand-newfin .fin-card-signoff .newfin-wordmark {
  color: #111315;
}

html.brand-newfin .sidebar {
  background: linear-gradient(180deg, #0d1011, #1a1c1d);
  border-color: rgba(197, 162, 90, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

html.brand-newfin .sidebar .brand-name span,
html.brand-newfin .sidebar::before,
html.brand-newfin .nav-item.active .ni-num,
html.brand-newfin .sidebar .progress small {
  color: #c5a25a;
}

html.brand-newfin .sidebar::before,
html.brand-newfin .sidebar .progress {
  border-color: rgba(197, 162, 90, 0.22);
}

html.brand-newfin .sidebar .nav-item:hover,
html.brand-newfin .sidebar .nav-item.active {
  background: rgba(197, 162, 90, 0.12);
}

html.brand-newfin .sidebar .ni-num {
  color: #c8c8c2;
  background: #1e2122;
  border-color: #484a47;
}

html.brand-newfin .sidebar .ni-label,
html.brand-newfin .sidebar .nav-item.done .ni-label {
  color: #bdbdb7;
}

html.brand-newfin .sidebar .nav-item.active .ni-label {
  color: #fff;
}

html.brand-newfin .sidebar .nav-item.done .ni-num {
  color: #111315;
  background: #ded4bd;
  border-color: #ded4bd;
}

html.brand-newfin .sidebar .pbar {
  background: #303334;
}

html.brand-newfin .sidebar .pfill {
  background: linear-gradient(90deg, #ad873c, #dfc27f);
}

html.brand-newfin .sidebar .ppct {
  color: #dfc27f;
}

html.brand-newfin .brand-mark,
html.brand-newfin .nav-item.active .ni-num {
  background: #c5a25a;
}

html.brand-newfin .brand-mark svg,
html.brand-newfin .nav-item.active .ni-num {
  color: #111315;
}

html.brand-newfin .main {
  background: #f7f5f0;
  border-color: rgba(197, 162, 90, 0.55);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 19, 21, 0.14);
}

html.brand-newfin .main .hero {
  border-bottom-color: rgba(197, 162, 90, 0.45);
}

html.brand-newfin .hero-emoji {
  color: #111315;
  background: linear-gradient(145deg, #dfc27f, #ad873c);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(92, 68, 24, 0.2);
}

html.brand-newfin .hero-title,
html.brand-newfin .q,
html.brand-newfin .goal-name,
html.brand-newfin .upl-label {
  color: #151719;
}

html.brand-newfin .card,
html.brand-newfin .chart-card {
  background: #fff;
  border-color: #d8ccb4;
  border-radius: 5px;
  box-shadow: 0 9px 26px rgba(17, 19, 21, 0.055);
}

html.brand-newfin .field label,
html.brand-newfin .mini-label {
  color: #2a2925;
}

html.brand-newfin input:not([type="range"]):not([type="checkbox"]):not([type="file"]),
html.brand-newfin select,
html.brand-newfin textarea {
  color: #151719;
  background: #fbfaf7;
  border-color: #cfc4ae;
  border-radius: 4px;
}

html.brand-newfin input:not([type="range"]):not([type="checkbox"]):not([type="file"]):focus,
html.brand-newfin select:focus,
html.brand-newfin textarea:focus {
  background: #fff;
  border-color: #ad873c;
  box-shadow: 0 0 0 3px rgba(197, 162, 90, 0.18);
}

html.brand-newfin .chip {
  color: #151719;
  background: #fff;
  border-color: #cfc4ae;
  border-radius: 4px;
}

html.brand-newfin .chip:hover {
  border-color: #ad873c;
}

html.brand-newfin .chip.on {
  color: #fff;
  background: #151719;
  border-color: #c5a25a;
  box-shadow: 0 7px 20px rgba(17, 19, 21, 0.16);
}

html.brand-newfin .switch {
  background: #ece8de;
  border-color: #d8ccb4;
  border-radius: 4px;
}

html.brand-newfin .switch button {
  border-radius: 3px;
}

html.brand-newfin .switch button.on {
  color: #fff;
  background: #151719;
}

html.brand-newfin .notice {
  background: linear-gradient(145deg, #f3ecdd, #fff);
  border-color: #d8c292;
  border-radius: 5px;
}

html.brand-newfin .notice strong {
  color: #876724;
}

html.brand-newfin .goal,
html.brand-newfin .drop-zone,
html.brand-newfin .sig-wrap {
  background: #fbfaf7;
  border-color: #cfc4ae;
  border-radius: 5px;
}

html.brand-newfin .goal:hover,
html.brand-newfin .goal.sel,
html.brand-newfin .drop-zone:hover,
html.brand-newfin .drop-zone.drag,
html.brand-newfin .drop-zone.has {
  background: #f4eddf;
  border-color: #ad873c;
}

html.brand-newfin .goal.sel .goal-num {
  color: #151719;
  background: #c5a25a;
}

html.brand-newfin .footer-nav {
  background: linear-gradient(0deg, #f7f5f0 78%, transparent);
  border-top-color: rgba(197, 162, 90, 0.45);
}

html.brand-newfin .btn {
  border-radius: 4px;
}

html.brand-newfin .btn-back {
  color: #151719;
  background: #fff;
  border-color: #a99468;
}

html.brand-newfin .btn-next,
html.brand-newfin .web {
  background: #111315;
  color: #fff;
  border-color: #111315;
  box-shadow: 0 11px 25px rgba(17, 19, 21, 0.2);
}

html.brand-newfin .btn-submit {
  color: #111315;
  background: linear-gradient(135deg, #dfc27f, #ad873c);
}

html.brand-newfin .goal:hover,
html.brand-newfin .goal.sel {
  border-color: #c5a25a;
}

html.brand-newfin .privacy-block {
  background: #f7f6f2;
  border-color: #d8ccb4;
  border-radius: 5px;
}

html.brand-newfin .privacy-block h3,
html.brand-newfin .privacy-block p,
html.brand-newfin .privacy-block li,
html.brand-newfin .privacy-check label,
html.brand-newfin #onlineConfirmBlock label {
  color: #303234 !important;
}

html.brand-newfin .ig {
  color: #111315;
  background: #ede8dc;
}

html.brand-newfin .score {
  border-color: rgba(197, 162, 90, 0.4);
  border-radius: 5px;
}

html.brand-newfin .trust {
  background: #111315;
  border-top-color: rgba(197, 162, 90, 0.45);
}

html.brand-newfin .trust,
html.brand-newfin .trust .muted,
html.brand-newfin .trust p {
  color: #e5e3dc;
}

html.brand-newfin .trust .score,
html.brand-newfin .trust .cta-row a {
  color: #151719;
  background: #f7f5f0;
  border-color: rgba(197, 162, 90, 0.55);
}

html.brand-newfin .trust .cta-row a:hover {
  background: #fff;
  border-color: #c5a25a;
}
