: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;
}

/* FinKlar 2026 visual system — scoped to Osman's FinCheck only. */
html.brand-finklar-modern {
  --green-950: #102d27;
  --green-900: #173c32;
  --green-800: #25443b;
  --green-700: #315b4d;
  --gold-light: #f4d795;
  --cream: #fbfaf5;
}

html.brand-finklar-modern body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 7% 44%, rgba(221, 160, 51, 0.09), transparent 25rem),
    linear-gradient(180deg, #eef4f1 0, #f7f9f8 36rem, #f4f7f6 100%);
}

html.brand-finklar-modern .fin-topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 86px;
  padding-inline: max(26px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 32, 26, 0.72), rgba(8, 32, 26, 0));
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

html.brand-finklar-modern .fin-brand-logo {
  width: 154px;
  height: auto;
}

html.brand-finklar-modern .fin-brand-logo img {
  filter: brightness(0) invert(1);
}

html.brand-finklar-modern .fin-secure {
  min-height: 40px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

html.brand-finklar-modern .fin-secure svg {
  color: var(--gold-light);
}

html.brand-finklar-modern .fin-intro {
  min-height: 660px;
  padding: 148px max(28px, 6vw) 132px;
  background: linear-gradient(125deg, var(--green-950) 0%, var(--green-800) 58%, var(--green-700) 100%);
  isolation: isolate;
}

html.brand-finklar-modern .fin-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(#000, transparent 94%);
  pointer-events: none;
}

html.brand-finklar-modern .fin-glow-one,
html.brand-finklar-modern .fin-glow-two {
  z-index: -1;
  animation: fin-orb-drift 9s ease-in-out infinite alternate;
}

html.brand-finklar-modern .fin-glow-one {
  top: -150px;
  right: -120px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(221, 160, 51, 0.38), transparent 68%);
}

html.brand-finklar-modern .fin-glow-two {
  bottom: -220px;
  left: -190px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 68%);
  animation-delay: -4s;
}

@keyframes fin-orb-drift {
  to { transform: translate(28px, 20px) scale(1.08); }
}

html.brand-finklar-modern .fin-intro-inner {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(54px, 8vw, 118px);
  width: min(1160px, 100%);
}

html.brand-finklar-modern .fin-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

html.brand-finklar-modern .fin-hero-badges span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
  animation: fin-badge-float 4.8s ease-in-out infinite;
}

html.brand-finklar-modern .fin-hero-badges span:nth-child(2) { animation-delay: -1.6s; }
html.brand-finklar-modern .fin-hero-badges span:nth-child(3) { animation-delay: -3.2s; }

@keyframes fin-badge-float {
  50% { transform: translateY(-5px); }
}

html.brand-finklar-modern .fin-eyebrow {
  padding: 0;
  color: var(--gold-light);
  border: 0;
  border-radius: 0;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}

html.brand-finklar-modern .fin-intro h1 {
  margin: 12px 0 22px;
  font-size: clamp(3.05rem, 6.1vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

html.brand-finklar-modern .fin-intro h1 em {
  color: var(--gold-light);
}

html.brand-finklar-modern .fin-intro-copy > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.6;
}

html.brand-finklar-modern .fin-trust-row {
  gap: 10px;
  margin-top: 28px;
}

html.brand-finklar-modern .fin-trust-row span {
  min-height: 40px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

html.brand-finklar-modern .fin-trust-row svg {
  color: var(--gold-light);
}

html.brand-finklar-modern .fin-intro-card {
  padding: 29px;
  border-color: rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.93));
  box-shadow: 0 38px 90px rgba(6, 26, 21, 0.42), inset 0 1px #fff;
  backdrop-filter: blur(22px);
  animation: fin-panel-float 7s ease-in-out infinite;
}

@keyframes fin-panel-float {
  50% { transform: translateY(-8px) rotate(0.2deg); }
}

html.brand-finklar-modern .fin-intro-card::before {
  top: -88px;
  right: -74px;
  width: 190px;
  height: 190px;
  border-color: rgba(221, 160, 51, 0.11);
  animation: fin-ring-spin 28s linear infinite;
}

@keyframes fin-ring-spin {
  to { transform: rotate(360deg); }
}

html.brand-finklar-modern .fin-card-icon {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: rgba(221, 160, 51, 0.32);
  box-shadow: 0 12px 28px rgba(16, 45, 39, 0.2);
  animation: fin-icon-float 4.8s ease-in-out infinite;
}

@keyframes fin-icon-float {
  50% { transform: translateY(-5px) rotate(2deg); }
}

html.brand-finklar-modern .fin-float-icon {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 14px 10px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(244, 215, 149, 0.31);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(4, 24, 19, 0.25);
  backdrop-filter: blur(18px);
  pointer-events: none;
  animation: fin-floating-chip 5.4s ease-in-out infinite;
}

html.brand-finklar-modern .fin-float-icon svg {
  width: 27px;
  height: 27px;
  padding: 5px;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.brand-finklar-modern .fin-float-icon span {
  font-size: 0.75rem;
  font-weight: 850;
}

html.brand-finklar-modern .fin-float-chart { left: max(18px, calc((100vw - 1440px) / 2)); top: 195px; }
html.brand-finklar-modern .fin-float-shield { right: max(18px, calc((100vw - 1440px) / 2)); top: 126px; animation-delay: -1.8s; }
html.brand-finklar-modern .fin-float-spark { right: max(28px, calc((100vw - 1510px) / 2)); bottom: 90px; animation-delay: -3.6s; }

@keyframes fin-floating-chip {
  50% { transform: translateY(-10px) rotate(1deg); }
}

html.brand-finklar-modern .app {
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 28px;
  width: min(1260px, calc(100% - 40px));
  margin-top: -62px;
}

html.brand-finklar-modern .sidebar {
  top: 18px;
  padding: 24px 15px 17px;
  color: #fff;
  background:
    radial-gradient(circle at 108% -8%, rgba(221, 160, 51, 0.27), transparent 34%),
    linear-gradient(165deg, var(--green-950), var(--green-800));
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 23px;
  box-shadow: 0 28px 70px rgba(16, 45, 39, 0.26), inset 0 1px rgba(255, 255, 255, 0.12);
}

html.brand-finklar-modern .sidebar::before {
  color: rgba(255, 255, 255, 0.63);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  font-weight: 750;
}

html.brand-finklar-modern .nav-item:hover,
html.brand-finklar-modern .nav-item.active {
  background: rgba(255, 255, 255, 0.1);
}

html.brand-finklar-modern .ni-num {
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

html.brand-finklar-modern .nav-item.active .ni-num {
  color: var(--green-950);
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 8px 20px rgba(4, 24, 19, 0.32);
}

html.brand-finklar-modern .nav-item.done .ni-num {
  color: var(--green-950);
  background: rgba(244, 215, 149, 0.84);
  border-color: transparent;
}

html.brand-finklar-modern .ni-label,
html.brand-finklar-modern .nav-item.done .ni-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

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

html.brand-finklar-modern .progress {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html.brand-finklar-modern .progress small,
html.brand-finklar-modern .ppct {
  color: rgba(255, 255, 255, 0.72);
}

html.brand-finklar-modern .pbar {
  background: rgba(255, 255, 255, 0.13);
}

html.brand-finklar-modern .pfill {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  box-shadow: 0 0 18px rgba(244, 215, 149, 0.36);
}

html.brand-finklar-modern .main {
  padding: clamp(28px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 30px 85px rgba(16, 45, 39, 0.16), inset 0 1px #fff;
  backdrop-filter: blur(18px);
}

html.brand-finklar-modern .page.active {
  animation: fin-page-enter 0.42s ease both;
}

@keyframes fin-page-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

html.brand-finklar-modern .main .hero {
  margin-bottom: 31px;
  padding: 10px 0 28px;
}

html.brand-finklar-modern .hero-emoji {
  color: var(--gold-light);
  background: linear-gradient(145deg, var(--green-950), var(--green-700));
  box-shadow: 0 14px 32px rgba(16, 45, 39, 0.23);
  animation: fin-icon-float 5.4s ease-in-out infinite;
}

html.brand-finklar-modern .hero-title {
  color: var(--green-950);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
}

html.brand-finklar-modern .hero-sub {
  font-size: 0.9rem;
}

html.brand-finklar-modern .card,
html.brand-finklar-modern .chart-card {
  overflow: hidden;
  border-color: rgba(23, 60, 50, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(16, 45, 39, 0.055);
}

html.brand-finklar-modern .field {
  padding: 18px 21px;
  transition: background 0.2s ease;
}

html.brand-finklar-modern .field:focus-within {
  background: linear-gradient(90deg, rgba(244, 215, 149, 0.1), transparent 70%);
}

html.brand-finklar-modern .field label {
  color: var(--green-800);
  font-size: 0.875rem;
}

html.brand-finklar-modern input:not([type="range"]):not([type="checkbox"]):not([type="file"]),
html.brand-finklar-modern select,
html.brand-finklar-modern textarea {
  min-height: 50px;
  background: #fbfcfc;
  border-color: #c9d7d1;
  border-radius: 12px;
}

html.brand-finklar-modern input:not([type="range"]):not([type="checkbox"]):not([type="file"]):focus,
html.brand-finklar-modern select:focus,
html.brand-finklar-modern textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(221, 160, 51, 0.12);
}

html.brand-finklar-modern .chip {
  min-height: 44px;
  border-radius: 13px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

html.brand-finklar-modern .chip:hover {
  border-color: rgba(221, 160, 51, 0.8);
  box-shadow: 0 10px 24px rgba(16, 45, 39, 0.08);
  transform: translateY(-2px);
}

html.brand-finklar-modern .chip.on {
  color: var(--green-950);
  background: linear-gradient(135deg, #fffaf0, #f8e5ba);
  box-shadow: 0 9px 24px rgba(184, 121, 24, 0.13);
}

html.brand-finklar-modern .switch button {
  min-height: 40px;
  font-size: 0.875rem;
}

html.brand-finklar-modern .notice {
  border-color: rgba(221, 160, 51, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf0, #fff 70%);
  box-shadow: 0 10px 28px rgba(16, 45, 39, 0.045);
}

html.brand-finklar-modern .goal,
html.brand-finklar-modern .drop-zone,
html.brand-finklar-modern .sig-wrap {
  border-radius: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

html.brand-finklar-modern .goal:hover,
html.brand-finklar-modern .drop-zone:hover {
  box-shadow: 0 10px 25px rgba(16, 45, 39, 0.08);
  transform: translateY(-2px);
}

html.brand-finklar-modern .footer-nav {
  margin-top: 30px;
  padding-top: 27px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98) 76%, rgba(255, 255, 255, 0));
}

html.brand-finklar-modern .btn {
  position: relative;
  min-height: 50px;
  overflow: hidden;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 800;
}

html.brand-finklar-modern .btn-next {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  box-shadow: 0 12px 28px rgba(16, 45, 39, 0.24);
}

html.brand-finklar-modern .btn-submit {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 28px rgba(184, 121, 24, 0.22);
}

html.brand-finklar-modern .btn-next:not(:disabled)::after,
html.brand-finklar-modern .btn-submit:not(:disabled)::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -65px;
  width: 38px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(18deg);
  animation: fin-button-shine 4.8s ease-in-out infinite;
}

@keyframes fin-button-shine {
  0%, 48% { left: -65px; }
  68%, 100% { left: calc(100% + 65px); }
}

html.brand-finklar-modern .trust {
  margin: 38px -52px -52px;
  padding: 48px max(28px, 4vw);
  background: linear-gradient(145deg, #f6faf8, #fffdf8);
}

html.brand-finklar-modern .score {
  border-color: rgba(221, 160, 51, 0.28);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(16, 45, 39, 0.08);
}

html.brand-finklar-modern .badges span {
  min-height: 32px;
  padding: 8px 11px;
  color: var(--green-700);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
}

html.brand-finklar-modern .cta-row a {
  border-radius: 16px;
  animation: fin-icon-float 5.4s ease-in-out infinite;
}

html.brand-finklar-modern .cta-row a:nth-child(2) { animation-delay: -1.8s; }
html.brand-finklar-modern .cta-row a:nth-child(3) { animation-delay: -3.6s; }

@media (max-width: 1180px) {
  html.brand-finklar-modern .fin-float-icon { display: none; }
}

@media (max-width: 820px) {
  html.brand-finklar-modern .fin-topbar {
    height: 76px;
    padding-inline: 22px;
  }

  html.brand-finklar-modern .fin-brand-logo { width: 142px; }

  html.brand-finklar-modern .fin-intro {
    min-height: auto;
    padding: 118px 24px 94px;
  }

  html.brand-finklar-modern .fin-intro-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  html.brand-finklar-modern .fin-intro-card { max-width: 460px; }

  html.brand-finklar-modern .app {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 760px);
    margin-top: -38px;
  }

  html.brand-finklar-modern .sidebar {
    color: var(--text);
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(23, 60, 50, 0.09);
    box-shadow: 0 18px 50px rgba(16, 45, 39, 0.12);
  }

  html.brand-finklar-modern .sidebar::before,
  html.brand-finklar-modern .progress small,
  html.brand-finklar-modern .ppct {
    color: var(--muted);
  }

  html.brand-finklar-modern .pbar { background: #eaf1ee; }
  html.brand-finklar-modern .main { padding: 27px; }
  html.brand-finklar-modern .trust { margin: 34px -27px -27px; }
}

@media (max-width: 580px) {
  html.brand-finklar-modern .fin-secure {
    min-height: 38px;
    width: 38px;
    justify-content: center;
    padding: 0;
  }

  html.brand-finklar-modern .fin-intro {
    padding: 108px 20px 84px;
  }

  html.brand-finklar-modern .fin-intro h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }

  html.brand-finklar-modern .fin-hero-badges span {
    padding: 6px 9px;
    font-size: 0.7rem;
  }

  html.brand-finklar-modern .fin-trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  html.brand-finklar-modern .fin-trust-row span {
    width: fit-content;
  }

  html.brand-finklar-modern .fin-intro-card {
    padding: 23px;
    animation: none;
  }

  html.brand-finklar-modern .main { padding: 24px 17px; }
  html.brand-finklar-modern .trust { margin: 30px -17px -24px; }
}

@media (prefers-reduced-motion: reduce) {
  html.brand-finklar-modern .fin-glow-one,
  html.brand-finklar-modern .fin-glow-two,
  html.brand-finklar-modern .fin-hero-badges span,
  html.brand-finklar-modern .fin-intro-card,
  html.brand-finklar-modern .fin-card-icon,
  html.brand-finklar-modern .fin-float-icon,
  html.brand-finklar-modern .hero-emoji,
  html.brand-finklar-modern .page.active,
  html.brand-finklar-modern .btn::after,
  html.brand-finklar-modern .cta-row a {
    animation: none !important;
  }
}

@media print {
  html.brand-finklar-modern .fin-grid-overlay,
  html.brand-finklar-modern .fin-float-icon,
  html.brand-finklar-modern .fin-hero-badges {
    display: none !important;
  }
}
