


#hero .lps-hero-visual .mh-split-section { margin-top: 0; }


#hero .lps-hero-visual { display: flex; align-items: flex-start; }
#hero .lps-hero-visual .mh-split-section,
#hero .lps-hero-visual .mh-split-wrap { width: 100%; }


@media screen and (min-width: 768px) {
  #hero .lps-hero-visual { padding-right: 2.5rem; }
  #hero .text-phone-wrap { background: transparent; }
}


#warum .heading-style-h3 { white-space: normal; }
@media screen and (min-width: 992px) {
  
  #warum .heading-style-h3 { font-size: 4rem; }
}
@media screen and (min-width: 768px) {
  #warum .box-lauftext-text { container-type: normal; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  
  #warum .heading-style-h3 { font-size: 3.2rem; }
}
@media screen and (max-width: 767px) {
  #warum .heading-style-h3 { line-height: 1.15; }
}


#hero .lps-hero-visual .mh-split-wrap { min-height: 480px; }
#hero .lps-hero-visual .mh-split-body { grid-template-columns: 1fr; grid-template-rows: min-content 1fr; align-items: stretch; }
#hero .lps-hero-visual .mh-zone-active { border-right: none; border-bottom: 2px solid var(--mh-black); min-height: 250px; height: auto !important; }
#hero .lps-hero-visual .mh-zone-list { min-height: 300px; }
#hero .lps-hero-visual .mh-split-body.finished { grid-template-columns: 1fr; grid-template-rows: 0fr 1fr; }
#hero .lps-hero-visual .mh-split-body.finished .mh-zone-active { min-height: 0 !important; height: 0 !important; padding: 0 !important; border-bottom: none; opacity: 0; }
#hero .lps-hero-visual .mh-list-item { display: none; font-size: 0.85rem; }
#hero .lps-hero-visual .mh-list-item.revealed { display: grid; }
#hero .lps-hero-visual .mh-label { font-size: 0.9rem; }
#hero .lps-hero-visual .mh-list-header-row { font-size: 0.9rem; }
#hero .lps-hero-visual .mh-text-bad { font-size: 1.05rem; }

#hero .lps-hero-visual .mh-text-bad.striked { opacity: 1; }
#hero .lps-hero-visual .mh-text-good { font-size: 1.15rem; }


.sfh-visual { display: flex; justify-content: center; }
.sfh-stage { width: min(100%, calc(52vh * 475 / 642), 400px); position: relative; }
.sfh-frame { position: relative; }
.sfh-mock { position: relative; z-index: 2; display: block; width: 100%; height: auto; }


.sfh-screen {
  position: absolute;
  left: 21.47%; top: 5.3%; width: 56.85%; height: 89.4%;
  overflow: hidden;
  border-radius: 8% / 3.8%;
  background: #fff;
  display: flex;
  flex-direction: column;
}


.sfh-searchbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 9% 7% 4%;
  padding: 0 10px;
  height: 26px;
  border: 1px solid #d5d5d2;
  border-radius: 999px;
  background: #f6f6f4;
}
.sfh-searchline { flex: 1; height: 5px; border-radius: 3px; background: #cfd6de; }
.sfh-searchbtn { width: 9px; height: 9px; border: 2px solid #9fb3c8; border-radius: 50%; }


.sfh-serp {
  list-style: none;
  margin: 0; padding: 0 7% 6%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 0;
}
.sfh-res {
  background: #f4f4f2;
  border: 1px solid #e4e4e1;
  border-radius: 5px;
  padding: 8px 9px 9px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: transform 520ms cubic-bezier(0.25, 1, 0.5, 1);
}
.sfh-line { display: block; height: 5px; border-radius: 3px; background: #e0e0dd; }
.sfh-line.sfh-t { height: 6px; background: #aebfd2; }   
.w95 { width: 95%; } .w94 { width: 94%; } .w92 { width: 92%; } .w90 { width: 90%; }
.w85 { width: 85%; } .w75 { width: 75%; } .w72 { width: 72%; } .w70 { width: 70%; }
.w68 { width: 68%; } .w66 { width: 66%; } .w60 { width: 60%; } .w58 { width: 58%; }
.w55 { width: 55%; }


.sfh-res--you {
  background: #fff;
  border: 2px solid var(--mh-black, #000);
  border-left: 4px solid var(--mh-neon, #00e676);
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.14);
}
.sfh-you-title {
  font-family: "Space Mono", monospace;
  font-size: clamp(0.5rem, 2.6cqw + 0.3rem, 0.66rem);
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.sfh-stage { container-type: inline-size; }


.sfh-graph {
  position: absolute;
  right: -4%;
  bottom: 7%;
  z-index: 3;
  width: 46%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 9px 6px;
}
.sfh-graph-title {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.sfh-graph-svg { display: block; width: 100%; height: auto; }
.sfh-graph-area { fill: rgba(0, 230, 118, 0.18); stroke: none; }
.sfh-graph-line { fill: none; stroke: #009e52; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.sfh-graph-dot { fill: #000; }


@media screen and (max-width: 767px) {
  .sfh-stage { width: min(72vw, 320px); }
  .sfh-graph { right: 0; }
  .sfh-res .sfh-line:nth-child(3) { display: none; }
  .sfh-res--you .sfh-line:nth-child(3) { display: block; }
}

@media screen and (max-width: 374px) {
  .sfh-stage { width: 86vw; }
  .sfh-serp { gap: 5px; }
  .sfh-res { padding: 6px 8px 7px; }
  .sfh-searchbar { margin-top: 6%; }
}


html.js .sfh-stage {
  opacity: 0;
  transform: translateX(-800px) scale(0.25);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
              opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.js .sfh-stage.is-in { opacity: 1; transform: translateX(0) scale(1); }
@media (prefers-reduced-motion: reduce) {
  html.js .sfh-stage { opacity: 1; transform: none; transition: none; }
}


.sfh-sponsored {
  margin: 0 7%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-family: "Space Mono", monospace;
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #5f6a75;
  transition: max-height 400ms ease, opacity 400ms ease, margin-bottom 400ms ease;
}
.sfh-sponsored.is-on { max-height: 1.2rem; opacity: 1; margin-bottom: 5px; }


[data-gah-ads] .sfh-res { transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1); }
[data-gah-ads] .sfh-res--you { position: relative; }


.gah-tap {
  position: absolute;
  right: 14%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 3px solid var(--mh-neon, #00e676);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.gah-tap.is-tap { animation: gahTap 520ms ease-out; }
@keyframes gahTap {
  0% { opacity: 0.95; transform: scale(0.35); }
  100% { opacity: 0; transform: scale(1.7); }
}


.gah-stats { width: 54%; }
.gah-grid {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
}
.gah-cell dt {
  font-family: "Space Mono", monospace;
  font-size: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #55605c;
}
.gah-cell dd {
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: #000;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 767px) {
  .gah-stats { width: 62%; }
}



.cfh-page {
  padding: 8% 7% 14%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 650ms cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.cfh-h1 {
  font-family: "Space Mono", monospace;
  font-size: clamp(0.56rem, 2.8cqw + 0.3rem, 0.74rem);
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.cfh-form-title {
  font-family: "Space Mono", monospace;
  font-size: clamp(0.52rem, 2.5cqw + 0.28rem, 0.66rem);
  font-weight: 700;
  color: #000;
}
.cfh-tool-title { transition: opacity 180ms ease; }

.cfh-nav { display: flex; align-items: center; gap: 8px; padding-bottom: 6px; border-bottom: 1px solid #e4e4e1; }
.cfh-logo { width: 14px; height: 14px; border-radius: 3px; background: #1c1c1a; }
.cfh-navl { width: 13%; height: 5px; border-radius: 3px; background: #c9c9c5; }
.cfh-navl:last-child { margin-left: auto; }
.cfh-block { display: flex; flex-direction: column; gap: 6px; padding: 3px 0; }
.cfh-cta { width: 44%; height: 12px; margin-top: 4px; border-radius: 3px; background: #1c1c1a; }


.cfh-tool {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 9px 10px 11px;
  background: #fff;
  border: 2px solid var(--mh-black, #000);
  border-left: 4px solid var(--mh-neon, #00e676);
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.14);
}
.cfh-tool-title {
  font-family: "Space Mono", monospace;
  font-size: clamp(0.5rem, 2.4cqw + 0.28rem, 0.64rem);
  font-weight: 700;
  color: #000;
}
.cfh-slider { position: relative; height: 4px; margin: 5px 2px 7px; border-radius: 2px; background: #e0e0dd; }
.cfh-knob {
  position: absolute;
  left: 8%;
  top: 50%;
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
  border-radius: 50%;
  background: #1c1c1a;
  border: 2px solid var(--mh-neon, #00e676);
  transition: left 620ms cubic-bezier(0.25, 1, 0.5, 1);
}
.cfh-result { height: 9px; border-radius: 3px; background: #efefec; overflow: hidden; }
.cfh-result-fill { display: block; height: 100%; width: 5%; background: var(--mh-neon, #00e676); transition: width 720ms cubic-bezier(0.25, 1, 0.5, 1); }


.cfh-form { position: relative; display: flex; flex-direction: column; gap: 7px; }
.cfh-field { min-height: 15px; padding: 4px 6px; background: #fff; border: 1px solid #cfcfcb; border-radius: 3px; display: flex; align-items: center; }
.cfh-field--area { min-height: 34px; align-items: flex-start; padding-top: 6px; }
.cfh-scribble {
  display: block;
  width: 0;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 6.5 L3 1.5 L6 6.5 L9 1.5 L12 6.5' fill='none' stroke='%23787874' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 12px 8px;
  transition: width 520ms steps(8, end);
}
.cfh-submit { height: 14px; margin-top: 2px; border-radius: 3px; background: #1c1c1a; transition: background 250ms ease; }
.cfh-submit.is-sent { background: var(--mh-neon, #00e676); }
.cfh-success {
  position: absolute;
  right: 6px;
  bottom: 22px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background: var(--mh-neon, #00e676);
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cfh-success.is-on { opacity: 1; transform: scale(1); }


.cfh-foot { margin-top: 6px; padding: 10px 8px 14px; background: #1c1c1a; border-radius: 4px 4px 0 0; }
.cfh-foot .sfh-line { background: #55554f; }


.cfh-tap-tool { right: 10%; top: 62%; }
.cfh-tap-submit { right: 22%; top: auto; bottom: 2px; margin-top: 0; }


.cfh-card { width: 52%; }
.cfh-card [hidden] { display: none !important; }
.cfh-bars { display: flex; align-items: flex-end; gap: 5px; height: 46px; padding: 2px 2px 0; border-bottom: 2px solid #000; }
.cfh-bars span { flex: 1; border-radius: 2px 2px 0 0; background: #b7b7b3; }
.cfh-bars span:nth-child(1) { background: #d96a5a; }   
.cfh-spin {
  display: block;
  width: 26px;
  height: 26px;
  margin: 12px auto;
  border: 3px solid #e0e0dd;
  border-top-color: #000;
  border-radius: 50%;
  animation: cfhSpin 800ms linear infinite;
}
@keyframes cfhSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .cfh-spin { animation: none; } }
.cfh-funnel { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.cfh-funnel li { display: grid; grid-template-columns: 42% 1fr; align-items: center; gap: 6px; }
.cfh-fu-bar { display: block; height: 8px; margin: 0 auto; border-radius: 2px; background: #e4e4e1; border: 1px solid #d4d4d0; transition: background 350ms ease, border-color 350ms ease; }
.cfh-funnel li.is-fill .cfh-fu-bar { background: var(--mh-neon, #00e676); border-color: #009e52; }
.cfh-fu-label {
  font-family: "Space Mono", monospace;
  font-size: 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #55605c;
  white-space: nowrap;
}
.cfh-funnel li.is-fill .cfh-fu-label { color: #000; }
@media screen and (max-width: 767px) {
  .cfh-card { width: 60%; }
  
}


.tfh-screen { background: #e8e8e5; }
.tfh-scale {
  position: absolute;
  inset: 0 auto auto 0;
  width: 360px;
  transform: scale(var(--tfh-scale, 0.63));
  transform-origin: top left;
}
.tfh-scroll { transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1); will-change: transform; }

.tfh-scroll .mh-conf-wrapper { border: 0; padding: 16px 14px 22px; max-width: none; }
@media (prefers-reduced-motion: reduce) { .tfh-scroll { transition: none; } }


.tfh-scroll .mh-grid-2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.tfh-scroll .mh-grid-2 > * { min-width: 0; }
.tfh-scroll .mh-step { max-width: 100%; }
.tfh-scroll .mh-chart-wrapper { flex-wrap: wrap; }


.tfh-scroll { overflow-wrap: break-word; hyphens: auto; }
.tfh-scroll .mh-res-box { overflow-wrap: anywhere; }

.tfh-scroll .u-i71bfcea9.u-i71bfcea9 { font-size: 1.3rem; }
.tfh-scroll .u-ide223aa0.u-ide223aa0 { font-size: 1.1rem; }
.tfh-scroll .mh-finance-val { font-size: 1.2rem; overflow-wrap: anywhere; }


.sfh-badge {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 3;
  width: fit-content;
  max-width: 70%;
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: var(--surface-2);
  border: 1px solid var(--ink);
  border-radius: 2px;
  padding: 0.45rem 0.6rem;
}
.sfh-badge span {
  display: block;
  font-weight: 400;
  color: var(--ink-700);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .sfh-badge { right: 6%; bottom: 4%; white-space: nowrap; max-width: none; padding: 0.35rem 0.5rem; }
}


.tk-cta-row { display: flex; align-items: stretch; gap: 14px; width: 100%; }
.tk-cta-row .button { margin-top: 0; }
select.tk-demo-select {
  appearance: none;
  -webkit-appearance: none;
  align-self: stretch;
  width: max-content;
  padding: 0 1.4rem;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 2px;
  font-family: "Space Mono", monospace;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .tk-cta-row { flex-direction: column; align-items: center; }
  select.tk-demo-select { padding: 12px 1.4rem; }
}
