/* preise.css — seitenspezifisches CSS */
:root{
  --ffpreise-scroll-offset:110px;
}

html{
  scroll-behavior:smooth;
}

#ffpreise-einstieg,
#ffpreise-pakete,
#ffpreise-faktoren,
#ffpreise-enthalten,
#ffpreise-faq,
#ffpreise-kontakt{
  scroll-margin-top:var(--ffpreise-scroll-offset);
}

.ffpreise-page{
  background:#ffffff;
  color:var(--black);
  font-family:var(--font-main);
  font-size:16px;
  line-height:1.7;
}

.ffpreise-page *{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

.ffpreise-page a{
  text-decoration:none;
}

.ffpreise-page a,
.ffpreise-page button{
  -webkit-tap-highlight-color:transparent;
}

.ffpreise-page a:focus-visible,
.ffpreise-page button:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:3px;
}

.ffpreise-inner{
  max-width:1040px;
  margin:0 auto;
  padding:0 24px;
}

.ffpreise-sec-label{
  font-family:var(--font-sub);
  font-size:15px;
  color:var(--brand);
  display:block;
  margin-bottom:12px;
}

.ffpreise-sec-h2{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(24px,3.5vw,36px);
  line-height:1.1;
  letter-spacing:-0.02em;
  margin-bottom:14px;
  color:var(--black);
}

.ffpreise-sec-sub{
  font-family:var(--font-main);
  font-size:16px;
  line-height:1.75;
  color:rgba(40,40,52,.82);
  max-width:760px;
}

/* Buttons */
.ffpreise-btn-primary,
.ffpreise-btn-ghost,
.ffpreise-btn-white,
.ffpreise-btn-white-ghost{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border-radius:32px;
  text-transform:uppercase;
  transition:.25s ease;
  cursor:pointer;
}

.ffpreise-btn-primary{
  padding:17px 38px;
  background:var(--brand);
  color:var(--white)!important;
  font-family:var(--font-headers);
  font-weight:700;
  font-size:13px;
  letter-spacing:0.06em;
  border:2px solid var(--brand);
}

.ffpreise-btn-primary:hover{
  background:rgba(220,39,81,0.08);
  color:var(--brand)!important;
  border-color:var(--brand)!important;
}

.ffpreise-btn-ghost{
  padding:17px 38px;
  background:transparent;
  color:var(--black)!important;
  font-family:var(--font-headers);
  font-weight:700;
  font-size:13px;
  letter-spacing:0.06em;
  border:2px solid var(--black);
}

.ffpreise-btn-ghost:hover{
  background:var(--black);
  color:var(--white)!important;
}

.ffpreise-btn-white{
  padding:15px 30px;
  background:var(--white);
  color:var(--brand)!important;
  font-family:var(--font-headers);
  font-weight:700;
  font-size:12px;
  letter-spacing:0.06em;
  border:2px solid var(--white);
}

.ffpreise-btn-white:hover{
  background:rgba(255,255,255,0.15);
  color:var(--white)!important;
  border-color:rgba(255,255,255,0.8)!important;
}

.ffpreise-btn-white-ghost{
  padding:15px 30px;
  background:transparent;
  color:var(--white)!important;
  font-family:var(--font-headers);
  font-weight:700;
  font-size:12px;
  letter-spacing:0.06em;
  border:2px solid rgba(255,255,255,.82);
}

.ffpreise-btn-white-ghost:hover{
  border-color:var(--white);
}

/* Hero */
.ffpreise-hero{
  background:var(--white);
  padding:72px 0 32px;
  border-bottom:1px solid var(--border);
}

.ffpreise-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:24px;
  align-items:flex-start;
}

.ffpreise-eyebrow{
  font-family:var(--font-sub);
  font-size:16px;
  color:var(--brand);
  display:block;
  margin-bottom:16px;
}

.ffpreise-h1{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(30px,4vw,52px);
  line-height:1.06;
  letter-spacing:-0.02em;
  color:var(--black);
  margin-bottom:22px;
}
.ffpreise-h1 span{
  color: var(--brand);
}
.ffpreise-h1 em{
  color: inherit;
  font-style: normal;
}

.ffpreise-lead{
  font-family:var(--font-main);
  font-size:17px;
  line-height:1.85;
  color:rgba(40,40,52,.82);
  margin-bottom:22px;
  max-width:760px;
}

.ffpreise-hero-points{
  list-style:none;
  margin-bottom:22px;
  max-width:760px;
}

.ffpreise-hero-points li{
  font-family:var(--font-main);
  font-size:14px;
  color:rgba(40,40,52,.84);
  padding:9px 0;
  border-bottom:1px solid var(--border);
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.5;
}

.ffpreise-hero-points li:last-child{
  border-bottom:none;
}

.ffpreise-hero-points li::before{
  content:'';
  width:16px;
  height:2px;
  background:var(--brand);
  flex-shrink:0;
  margin-top:10px;
}

.ffpreise-jumpnav-wrap{
  margin-bottom:34px;
}

.ffpreise-jumpnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ffpreise-jumpnav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 16px;
  border:1.5px solid #d7d7dd;
  border-radius:999px;
  background:#ffffff;
  color:var(--black)!important;
  font-family:var(--font-headers);
  font-weight:700;
  font-size: 12px;
  letter-spacing:0.07em;
  text-transform:uppercase;
  line-height:1;
  transition:border-color .2s,color .2s,background .2s,transform .2s;
  white-space:nowrap;
  flex:0 0 auto;
}

.ffpreise-jumpnav a:hover,
.ffpreise-jumpnav a:focus-visible{
  border-color:var(--brand);
  color:var(--brand)!important;
  background:#fff8fa;
  outline:none;
}

.ffpreise-jumpnav a:active{
  transform:translateY(1px);
}

.ffpreise-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

/* Sidebox */
.ffpreise-sidebox{
  width:100%;
  max-width:380px;
  justify-self:end;

  background:var(--black);
  border-top:3px solid var(--brand);
  padding:32px 28px;
  height:fit-content;
}

.ffpreise-sidebox-label{
  font-family:var(--font-headers);
  font-weight:700;
  font-size:9px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#282834;
  display:block;
  margin-bottom:18px;
}

.ffpreise-sidebox-title{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(20px,2.5vw,26px);
  line-height:1.2;
  color:var(--white);
  margin-bottom:14px;
  letter-spacing:-0.01em;
}

.ffpreise-sidebox-title em{
  color:var(--brand);
  font-style:normal;
}

.ffpreise-sidebox-text{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.75;
  color:rgba(255,255,255,.85);
  margin-bottom:20px;
}

.ffpreise-sidebox-list{
  list-style:none;
  margin-bottom:24px;
}

.ffpreise-sidebox-list li{
  font-family:var(--font-main);
  font-size:13px;
  color:rgba(255,255,255,.88);
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.5;
}

.ffpreise-sidebox-list li:last-child{
  border-bottom:none;
}

.ffpreise-sidebox-list li::before{
  content:'';
  width:5px;
  height:5px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:7px;
}

/* Quickbar */
.ffpreise-quickbar{
  background:var(--brand);
}

.ffpreise-quickbar-inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.ffpreise-quick-item{
  text-align:center;
  padding:22px 16px;
  border-right:1px solid rgba(255,255,255,.22);
}

.ffpreise-quick-item:last-child{
  border-right:none;
}

.ffpreise-quick-title{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(16px,2.3vw,22px);
  color:var(--white);
  line-height:1.2;
  display:block;
}

.ffpreise-quick-text{
  font-family:var(--font-main);
  font-size:11px;
  color:rgba(255,255,255,.92);
  display:block;
  margin-top:3px;
}

/* Start Section */
.ffpreise-start{
  background:var(--white);
  padding:80px 0;
  border-bottom:1px solid var(--border);
}

.ffpreise-start-header{
  max-width:820px;
  margin-bottom:50px;
}

.ffpreise-start-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  background:var(--border);
  border:1.5px solid var(--border);
}

.ffpreise-start-card,
.ffpreise-start-card-dark{
  padding:40px 34px;
}

.ffpreise-start-card{
  background:var(--white);
}

.ffpreise-start-card-dark{
  background:var(--black);
  border-top:3px solid var(--brand);
}

.ffpreise-step-top{
  font-family:var(--font-headers);
  font-weight:700;
  font-size:9px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:10px;
}

.ffpreise-step-top-light{
  color:rgba(40,40,52,.78);
}

.ffpreise-step-top-dark{
  color:#282834;
}

.ffpreise-step-dot{
  width:22px;
  height:22px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-headers);
  font-weight:900;
  font-size: 12px;
  flex-shrink:0;
}

.ffpreise-step-dot-light{
  background:var(--gray-bg);
  border:1.5px solid var(--border);
  color:rgba(40,40,52,.78);
}

.ffpreise-step-dot-dark{
  background:rgba(255,255,255,.08);
  color:#282834;
}

.ffpreise-start-title{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(18px,2.4vw,24px);
  line-height:1.2;
  letter-spacing:-0.01em;
  margin-bottom:12px;
  color:var(--black);
}

.ffpreise-start-title-dark{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(18px,2.4vw,24px);
  line-height:1.2;
  letter-spacing:-0.01em;
  margin-bottom:12px;
  color:var(--white);
}

.ffpreise-start-title-dark em{
  color:var(--brand);
  font-style:normal;
}

.ffpreise-start-desc{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.75;
  color:rgba(40,40,52,.80);
  margin-bottom:28px;
}

.ffpreise-start-desc-dark{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.75;
  color:rgba(255,255,255,.85);
  margin-bottom:28px;
}

.ffpreise-start-list,
.ffpreise-start-list-dark{
  list-style:none;
  margin-bottom:30px;
  padding-top:18px;
}

.ffpreise-start-list{
  border-top:1px solid var(--border);
}

.ffpreise-start-list-dark{
  border-top:1px solid rgba(255,255,255,.08);
}

.ffpreise-start-list li,
.ffpreise-start-list-dark li{
  font-family:var(--font-main);
  font-size:13px;
  padding:7px 0;
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.5;
}

.ffpreise-start-list li{
  color:rgba(40,40,52,.82);
  border-bottom:1px solid var(--border);
}

.ffpreise-start-list-dark li{
  color:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.ffpreise-start-list li:last-child,
.ffpreise-start-list-dark li:last-child{
  border-bottom:none;
}

.ffpreise-dot-light{
  width:5px;
  height:5px;
  background:rgba(40,40,52,.25);
  border-radius:50%;
  flex-shrink:0;
  margin-top:6px;
}

.ffpreise-dot-dark{
  width:5px;
  height:5px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:6px;
}

.ffpreise-start-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:6px;
}

.ffpreise-price-free{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:28px;
  color:var(--black);
  line-height:1;
}

.ffpreise-price-value{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:28px;
  color:var(--brand);
  line-height:1;
}

.ffpreise-start-card-dark .ffpreise-price-unit{ color:rgba(255,255,255,.82); }
.ffpreise-price-unit{
  display:inline-block;
  margin-left:6px;
  font-family:var(--font-headers);
  font-weight:600;
  font-size:12px;
  color:#282834;
  line-height:1;
  vertical-align:baseline;
}

.ffpreise-price-note{
  font-family:var(--font-main);
  font-size:12px;
  line-height:1.5;
  color:rgba(40,40,52,.82);
  margin-bottom:24px;
}

.ffpreise-price-note-dark{
  font-family:var(--font-main);
  font-size:12px;
  line-height:1.5;
  color:#282834;
  margin-bottom:24px;
}

/* Main Pakete */
.ffpreise-main{
  background:var(--black);
  padding:80px 0;
}

.ffpreise-main-header{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:end;
  margin-bottom:56px;
}

.ffpreise-main-note{
  background:rgba(220,39,81,.08);
  border:1px solid rgba(220,39,81,.2);
  padding:22px 24px;
}

.ffpreise-main-note p{
  font-family:var(--font-main);
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.85);
}

.ffpreise-main-note strong{
  color:rgba(255,255,255,.88);
  font-weight:600;
}

.ffpreise-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.07);
  margin-bottom:32px;
}

.ffpreise-card{
  background:#1a1a28;
  padding:32px 28px;
  position:relative;
}

.ffpreise-card-featured{
  background:#282834;
  border-top:3px solid var(--brand);
}

.ffpreise-card-badge{
  position:absolute;
  top:16px;
  right:16px;
  background:var(--brand);
  color:var(--white);
  font-family:var(--font-headers);
  font-weight:700;
  font-size:8px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding:3px 9px;
  border-radius:32px;
}

.ffpreise-card-type{
  font-family:var(--font-headers);
  font-weight:700;
  font-size:9px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
  margin-bottom:20px;
  display:block;
}

.ffpreise-card-title{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-0.01em;
  margin-bottom:10px;
  color:var(--white);
}

.ffpreise-card-example{
  font-family:var(--font-main);
  font-size:12px;
  line-height:1.55;
  color:#282834;
  margin-bottom:24px;
  font-style:italic;
}

.ffpreise-card-range{
  display:flex;
  align-items:baseline;
  gap:6px;
  margin-bottom:6px;
}

.ffpreise-card-from{
  font-family:var(--font-headers);
  font-weight:700;
  font-size: 12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
}

.ffpreise-card-value{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:32px;
  color:var(--brand);
  line-height:1;
}

.ffpreise-card-unit{
  font-family:var(--font-headers);
  font-weight:600;
  font-size:13px;
  color:rgba(255,255,255,.88);
}

.ffpreise-card-note{
  font-family:var(--font-main);
  font-size:11px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
  margin-bottom:24px;
}

.ffpreise-card-list{
  list-style:none;
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:20px;
}

.ffpreise-card-list li{
  font-family:var(--font-main);
  font-size:12px;
  color:rgba(255,255,255,.85);
  padding:5px 0;
  display:flex;
  align-items:flex-start;
  gap:8px;
  line-height:1.5;
}

.ffpreise-card-list li::before{
  content:'';
  width:4px;
  height:4px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:6px;
}

.ffpreise-disclaimer{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.05);
}

.ffpreise-disclaimer-item{
  background:#1a1a28;
  padding:20px 24px;
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.ffpreise-disclaimer-dot{
  width:6px;
  height:6px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:5px;
}

.ffpreise-disclaimer-text{
  font-family:var(--font-main);
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,.50);
}

.ffpreise-disclaimer-text strong{
  color:rgba(255,255,255,.92);
  font-weight:600;
  display:block;
  margin-bottom:2px;
  font-family:var(--font-headers);
  font-size:12px;
  letter-spacing:0.03em;
}

.ffpreise-main-cta{
  margin-top:40px;
  text-align:center;
}

.ffpreise-main-cta p{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.48);
  margin-bottom:20px;
}

/* Faktoren */
.ffpreise-faktoren{
  background:var(--white);
  padding:80px 0;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.ffpreise-faktoren-header{
  max-width:760px;
  margin-bottom:46px;
}

.ffpreise-faktoren-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--border);
  border:1.5px solid var(--border);
}

.ffpreise-faktor{
  background:var(--white);
  padding:28px 24px;
  border-left:3px solid transparent;
  transition:background .18s,border-color .18s;
}

.ffpreise-faktor:hover{
  background:var(--gray-bg);
  border-left-color:var(--brand);
}

.ffpreise-faktor-num{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:28px;
  color:var(--brand);
  line-height:1;
  margin-bottom:12px;
}

.ffpreise-faktor-title{
  font-family:var(--font-headers);
  font-weight:800;
  font-size:15px;
  line-height:1.25;
  color:var(--black);
  margin-bottom:8px;
}

.ffpreise-faktor-text{
  font-family:var(--font-main);
  font-size:13px;
  line-height:1.7;
  color:rgba(40,40,52,.80);
}

/* Included */
.ffpreise-included{
  background:var(--gray-bg);
  padding:80px 0;
  border-bottom:1px solid var(--border);
}

.ffpreise-included-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:start;
}

.ffpreise-value-list{
  list-style:none;
  margin-top:20px;
}

.ffpreise-value-list li{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.6;
  color:rgba(40,40,52,.82);
  padding:12px 0;
  border-bottom:1px solid var(--border);
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.ffpreise-value-list li:last-child{
  border-bottom:none;
}

.ffpreise-value-list li::before{
  content:'';
  width:6px;
  height:6px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:8px;
}

/* Public Box */
.ffpreise-public-box{
  background:var(--black);
  border-top:3px solid var(--brand);
  padding:32px 28px;
}

.ffpreise-public-label{
  font-family:var(--font-headers);
  font-weight:700;
  font-size:9px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#282834;
  display:block;
  margin-bottom:16px;
}

.ffpreise-public-title{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(18px,2.5vw,24px);
  line-height:1.2;
  color:var(--white);
  letter-spacing:-0.01em;
  margin-bottom:14px;
}

.ffpreise-public-title em{
  color:var(--brand);
  font-style:normal;
}

.ffpreise-public-text{
  font-family:var(--font-main);
  font-size:13px;
  line-height:1.75;
  color:rgba(255,255,255,.85);
  margin-bottom:20px;
}

.ffpreise-public-list{
  list-style:none;
  margin-bottom:24px;
}

.ffpreise-public-list li{
  font-family:var(--font-main);
  font-size:13px;
  color:rgba(255,255,255,.88);
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.5;
}

.ffpreise-public-list li:last-child{
  border-bottom:none;
}

.ffpreise-public-list li::before{
  content:'';
  width:5px;
  height:5px;
  background:var(--brand);
  border-radius:50%;
  flex-shrink:0;
  margin-top:7px;
}

/* FAQ */
.ffpreise-faq{
  background:var(--white);
  padding:80px 0;
}

.ffpreise-faq-inner{
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:80px;
  align-items:start;
}

.ffpreise-faq-side h2{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(22px,3vw,34px);
  color:var(--black);
  line-height:1.15;
  letter-spacing:-0.02em;
  margin-bottom:14px;
}

.ffpreise-faq-side h2 em{
  color:var(--brand);
  font-style:normal;
}

.ffpreise-faq-side p{
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.7;
  color:rgba(40,40,52,.80);
  margin-bottom:24px;
}

.ffpreise-faq-item{
  border-bottom:1px solid var(--border);
}

.ffpreise-faq-item:first-child{
  border-top:1px solid var(--border);
}

button.ffpreise-faq-q{
  width:100%;
  border:none;
  background:transparent;
  font-family:var(--font-headers);
  font-weight:700;
  font-size:14px;
  color:var(--black);
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  user-select:none;
  padding:18px 0;
  line-height:1.5;
  text-align:left;
}

button.ffpreise-faq-q::after{
  content:'+';
  font-size:22px;
  font-weight:300;
  color:var(--brand);
  flex-shrink:0;
  margin-left:12px;
  transition:transform .2s ease;
  display:inline-block;
}

.ffpreise-faq-item.is-open .ffpreise-faq-q::after{
  transform:rotate(45deg);
}

.ffpreise-faq-a{
  display:none;
  padding:0 0 18px 0;
  font-family:var(--font-main);
  font-size:14px;
  line-height:1.7;
  color:rgba(40,40,52,.80);
}

.ffpreise-faq-a a{
  color:var(--brand)!important;
  font-weight:700;
}

.ffpreise-faq-a a:hover{
  text-decoration:underline;
}

.ffpreise-faq-item.is-open .ffpreise-faq-a{
  display:block;
}

/* CTA */
.ffpreise-cta{
  background:var(--brand);
  padding:80px 0;
  text-align:center;
}

.ffpreise-cta-label{
  font-family:var(--font-sub);
  font-size:15px;
  color:rgba(255,255,255,.92);
  display:block;
  margin-bottom:10px;
}

.ffpreise-cta-h2{
  font-family:var(--font-headers);
  font-weight:900;
  font-size:clamp(24px,4vw,42px);
  line-height:1.1;
  letter-spacing:-0.02em;
  color:var(--white);
  margin-bottom:14px;
}

.ffpreise-cta-sub{
  font-family:var(--font-main);
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.92);
  margin-bottom:34px;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.ffpreise-cta-row-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  align-items:center;
}

/* RESPONSIVE */
@media (max-width:1040px){
  .ffpreise-faktoren-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:960px){
  .ffpreise-hero-inner,
  .ffpreise-main-header,
  .ffpreise-included-inner,
  .ffpreise-faq-inner{
    grid-template-columns:1fr;
    gap:36px;
  }

  .ffpreise-grid,
  .ffpreise-start-grid{
    grid-template-columns:1fr;
  }

  .ffpreise-disclaimer{
    grid-template-columns:1fr;
  }

  .ffpreise-quickbar-inner{
    grid-template-columns:1fr 1fr;
  }

  .ffpreise-quick-item:nth-child(2){
    border-right:none;
  }

  .ffpreise-quick-item:nth-child(3),
  .ffpreise-quick-item:nth-child(4){
    border-top:1px solid rgba(255,255,255,.22);
  }

  .ffpreise-quick-item:nth-child(4){
    border-right:none;
  }

  .ffpreise-sidebox{
    width:100%;
  }

  .ffpreise-faq-inner{
    gap:40px;
  }
}

@media (max-width:768px){
  .ffpreise-faktoren-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .ffpreise-inner{
    padding:0 16px;
  }

  .ffpreise-hero{
    padding:40px 0 36px;
  }
  .ffpreise-start,
  .ffpreise-main,
  .ffpreise-faktoren,
  .ffpreise-included,
  .ffpreise-faq,
  .ffpreise-cta{
    padding:56px 0;
  }

  .ffpreise-quickbar-inner{
    grid-template-columns:1fr 1fr;
  }

  .ffpreise-btn-primary,
  .ffpreise-btn-ghost,
  .ffpreise-btn-white,
  .ffpreise-btn-white-ghost{
    width:100%;
    max-width:320px;
    justify-content:center;
  }

  .ffpreise-cta-row,
  .ffpreise-cta-row-bottom{
    flex-direction:column;
    align-items:center;
  }

  .ffpreise-start-card,
  .ffpreise-start-card-dark{
    padding:28px 20px;
  }

  .ffpreise-card{
    padding:24px 20px;
  }

  .ffpreise-faq-inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .ffpreise-included-inner{
    gap:32px;
  }

  .ffpreise-faktoren-grid{
    grid-template-columns:1fr;
  }

  .ffpreise-sidebox,
  .ffpreise-public-box{
    padding:24px 20px;
  }

  .ffpreise-quick-item{
    padding:16px 10px;
  }

  .ffpreise-jumpnav{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:flex-start;
  }

  .ffpreise-jumpnav a{
    width:auto;
    max-width:none;
    min-height:36px;
    padding:8px 14px;
    justify-content:center;
    font-size: 12px;
    letter-spacing:0.05em;
    white-space:nowrap;
    flex:0 0 auto;
  }
}

@media (max-width:380px){
  .ffpreise-h1{
    font-size:26px;
  }

  .ffpreise-sec-h2{
    font-size:22px;
  }

  .ffpreise-inner{
    padding:0 12px;
  }

  .ffpreise-quickbar-inner{
    grid-template-columns:1fr 1fr;
  }

  .ffpreise-quick-title{
    font-size:14px;
  }

  .ffpreise-quick-text{
    font-size: 12px;
  }

  .ffpreise-jumpnav{
    gap:7px;
  }

  .ffpreise-jumpnav a{
    min-height:34px;
    padding:7px 12px;
    font-size:9.5px;
    letter-spacing:0.04em;
  }
}


/* Profi-Bildintegration */
img {
  border-radius: 12px;
  filter: contrast(1.08) saturate(0.92) brightness(1.02);
  box-shadow: 0 0 80px 20px rgba(40, 40, 52, 0.6);
}
section[style*="ffffff"] img,
section[style*="fafafb"] img,
section[style*="f4f4f6"] img,
.fg-light img,
.fg-bg-light img,
[class*="white"] img,
[class*="-light"] img {
  box-shadow: 0 0 80px 20px rgba(220, 220, 230, 0.7);
}

/* Express Option auf der Preisseite */
#ffpreise-express{
  scroll-margin-top:var(--ffpreise-scroll-offset);
}

.ffpreise-express{
  padding:88px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f6f6f9 100%);
}

.ffpreise-express-box{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:34px;
  align-items:stretch;
  padding:42px;
  border:1px solid rgba(40,40,52,.10);
  border-radius:28px;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(40,40,52,.08);
}

.ffpreise-express-content{
  max-width:760px;
}

.ffpreise-express-content .ffpreise-sec-h2{
  margin-bottom:18px;
}

.ffpreise-express-content .ffpreise-sec-sub{
  margin-bottom:18px;
}

.ffpreise-express-text{
  margin:0 0 20px;
  font-family:var(--font-main);
  font-size:16px;
  line-height:1.8;
  color:#4f4f5d;
}

.ffpreise-express-note{
  margin-top:22px;
  padding:18px 20px;
  border-left:4px solid #DC2751;
  border-radius:16px;
  background:rgba(220,39,81,.06);
  font-family:var(--font-main);
  font-size:15px;
  line-height:1.75;
  color:#3f3f4d;
}

.ffpreise-express-note strong{
  color:#282834;
  font-weight:700;
}

.ffpreise-express-side{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:26px;
  padding:30px;
  border-radius:24px;
  background:#282834;
  color:#ffffff;
}

.ffpreise-express-list{
  list-style:none;
  margin:0;
  padding:0;
}

.ffpreise-express-list li{
  position:relative;
  margin:0 0 16px;
  padding-left:28px;
  font-family:var(--font-main);
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.86);
}

.ffpreise-express-list li:last-child{
  margin-bottom:0;
}

.ffpreise-express-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#DC2751;
}

.ffpreise-express-side .ffpreise-btn-primary{
  width:100%;
  justify-content:center;
  background:#DC2751;
  border-color:#DC2751;
  color:#ffffff !important;
}

.ffpreise-express-side .ffpreise-btn-primary:hover{
  background:transparent;
  color:#ffffff !important;
  border-color:rgba(255,255,255,.6);
}

@media (max-width:980px){
  .ffpreise-express-box{
    grid-template-columns:1fr;
    padding:32px;
  }
}

@media (max-width:640px){
  .ffpreise-express{
    padding:58px 0;
  }

  .ffpreise-express-box{
    padding:24px;
    border-radius:22px;
  }

  .ffpreise-express-side{
    padding:24px;
    border-radius:20px;
  }
}


/* Express Option Feinschliff */
.ffpreise-express-side{
  justify-content:center;
}

.ffpreise-express-side .ffpreise-btn-primary{
  margin-top:18px;
}

@media (min-width:981px){
  .ffpreise-express-side{
    min-height:100%;
  }
}
