html[data-bc-density="compact"] [data-bc-priority="secondary"],
html[data-bc-density="compact"] [data-bc-priority="tertiary"]{
  display:none !important;
}

html[data-bc-density="comfortable"] [data-bc-priority="tertiary"]{
  display:none !important;
}

/* Grundsprache für alle Content-Seiten */
.bc-content-page,
.bc-content-page *{
  box-sizing:border-box;
}

.bc-content-page{
  color:var(--bc-color-text);
}

.bc-content-page a{
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

.bc-content-page a:hover{
  transform:translateY(-1px);
}

.bc-content-page .bc-btn-primary,
.bc-content-page .bc-help__btn--primary,
.bc-content-page .bc-hero-band__btn--primary,
.bc-content-page .bc-why-btn-primary{
  background:var(--bc-color-brand);
  color:#fff;
  border-color:var(--bc-color-brand);
}

.bc-content-page .bc-btn-secondary,
.bc-content-page .bc-help__btn--secondary,
.bc-content-page .bc-help__btn--ghost,
.bc-content-page .bc-hero-band__btn--secondary,
.bc-content-page .bc-why-btn,
.bc-content-page .bc-legal__link{
  background:var(--bc-color-surface);
  color:var(--bc-color-text);
  border-color:var(--bc-color-border);
}

.bc-content-page .bc-btn-premium,
.bc-content-page .bc-help__btn--premium{
  background:linear-gradient(135deg, var(--bc-color-premium-start), var(--bc-color-premium-end));
  color:var(--bc-color-premium-text);
  border-color:transparent;
}

/* gemeinsame Box-/Card-Sprache */
.bc-content-page .bc-card,
.bc-content-page .bc-help-card,
.bc-content-page .bc-help-step,
.bc-content-page .bc-why-card,
.bc-content-page .bc-step,
.bc-content-page .bc-helpmini__card,
.bc-content-page .bc-usp-item{
  background:var(--bc-color-surface);
  border:1px solid rgba(var(--bc-text-rgb),0.10);
  border-radius:var(--bc-radius-md);
  box-shadow:var(--bc-shadow-sm);
}

/* mobile Entlastung */
html[data-bc-density="compact"] .bc-help__grid{
  grid-template-columns:1fr !important;
}

html[data-bc-density="compact"] .bc-help__actions,
html[data-bc-density="compact"] .bc-hero-band__actions,
html[data-bc-density="compact"] .bc-caterer-cta,
html[data-bc-density="compact"] .bc-support__actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
}

html[data-bc-density="compact"] .bc-help__btn,
html[data-bc-density="compact"] .bc-hero-band__btn,
html[data-bc-density="compact"] .bc-btn-primary,
html[data-bc-density="compact"] .bc-btn-secondary,
html[data-bc-density="compact"] .bc-btn-premium{
  width:100%;
  text-align:center;
}

html[data-bc-density="compact"] .bc-help__hero,
html[data-bc-density="compact"] .bc-hero-band__wrap,
html[data-bc-density="compact"] .bc-help__box,
html[data-bc-density="compact"] .bc-support__box,
html[data-bc-density="compact"] .bc-steps__box,
html[data-bc-density="compact"] .bc-about-usp__box,
html[data-bc-density="compact"] .bc-faq__box{
  padding:20px 16px !important;
}

html[data-bc-density="compact"] .bc-help__title,
html[data-bc-density="compact"] .bc-hero-band__title{
  font-size:24px !important;
  line-height:1.2 !important;
}

/* =========================================================
   BetterCater Content Design – ABOUT PAGE
   ========================================================= */

.bc-content-page--about{
  max-width:1200px;
  margin:42px auto;
  padding:0 16px;
}

.bc-content-page--about:first-child{
  margin-top:26px;
}

.bc-content-page--about:last-child{
  margin-bottom:50px;
}

/* Hero */
.bc-hero-band__wrap{
  position:relative;
  overflow:hidden;
  border-radius:var(--bc-radius-lg);
  border:1px solid rgba(0,0,0,0.08);
  background:
    radial-gradient(1200px 300px at 20% 0%, rgba(var(--bc-brand-rgb),0.18), rgba(var(--bc-brand-rgb),0.00) 60%),
    radial-gradient(900px 260px at 90% 20%, rgba(0,0,0,0.06), rgba(0,0,0,0.00) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.78));
  padding:30px 22px;
  box-shadow:var(--bc-shadow-md);
}

.bc-hero-band__wrap:before{
  content:"";
  position:absolute;
  right:-140px;
  top:-140px;
  width:320px;
  height:320px;
  border-radius:999px;
  border:1px solid rgba(var(--bc-brand-rgb),0.18);
  background:rgba(var(--bc-brand-rgb),0.06);
}

.bc-hero-band__badge,
.bc-why-pill,
.bc-caterer-pill,
.bc-steps__pill,
.bc-mission__pill,
.bc-trust__pill,
.bc-faq__pill,
.bc-support__pill{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  margin-bottom:10px;
}

.bc-hero-band__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  font-weight:700;
  margin-bottom:12px;
}

.bc-hero-band__title{
  margin:0 0 10px 0;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-0.02em;
}

.bc-hero-band__sub{
  margin:0;
  max-width:72ch;
  font-size:16.5px;
  line-height:1.6;
  color:var(--bc-color-muted);
}

.bc-hero-band__actions{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.bc-hero-band__btn,
.bc-why-btn,
.bc-btn-primary,
.bc-btn-secondary,
.bc-btn-premium,
.bc-legal__link{
  display:inline-block;
  text-decoration:none;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,0.12);
  font-weight:700;
  white-space:nowrap;
}

.bc-hero-band__btn{
  transition:transform .15s ease;
}

.bc-hero-band__btn:hover,
.bc-legal__link:hover{
  transform:translateY(-1px);
}

.bc-hero-band__meta{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.bc-hero-band__metaItem,
.bc-trust-item,
.bc-support__metaItem{
  background:rgba(255,255,255,0.86);
  border:1px solid rgba(0,0,0,0.08);
  border-radius:14px;
  padding:10px 12px;
  font-size:14px;
  color:#333;
}

/* Shared section box language */
.bc-why-wrap,
.bc-steps__box,
.bc-about-usp__box,
.bc-mission__box{
  background:
    radial-gradient(1200px 320px at 15% 0%, rgba(var(--bc-brand-rgb),0.14), rgba(var(--bc-brand-rgb),0.00) 60%),
    radial-gradient(900px 260px at 90% 15%, rgba(0,0,0,0.06), rgba(0,0,0,0.00) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  border:1px solid rgba(0,0,0,0.08);
  border-radius:20px;
  padding:28px 22px;
  box-shadow:var(--bc-shadow-md);
}

.bc-trust__box,
.bc-faq__box,
.bc-support__box,
.bc-caterer-header.bc-customer-header-fallback,
.bc-customer .bc-caterer-header,
.bc-caterer-header{
  background:linear-gradient(180deg, rgba(var(--bc-brand-rgb),0.08), rgba(var(--bc-brand-rgb),0.02));
  border:1px solid rgba(0,0,0,0.08);
  border-radius:20px;
  box-shadow:0 12px 34px rgba(0,0,0,0.05);
}

/* Why */
.bc-why-head,
.bc-steps__head,
.bc-mission__head,
.bc-trust__head,
.bc-faq__head{
  max-width:72ch;
  margin:0 auto 18px auto;
  text-align:center;
}

.bc-why-head h2,
.bc-steps__head h2,
.bc-mission__head h2,
.bc-trust__head h2,
.bc-faq__head h2{
  margin:0 0 10px 0;
  font-size:30px;
  line-height:1.2;
}

.bc-why-head p,
.bc-steps__head p,
.bc-mission__head p,
.bc-trust__head p,
.bc-faq__head p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:var(--bc-color-muted);
}

.bc-why-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}

.bc-why-card,
.bc-card,
.bc-step,
.bc-trustCard,
.bc-support__card,
.bc-mission__card,
.bc-faq__item,
.bc-why-cta,
.bc-trust__cta,
.bc-legal__box{
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
}

.bc-why-card,
.bc-card,
.bc-step,
.bc-trustCard,
.bc-support__card,
.bc-mission__card{
  padding:18px 16px;
}

.bc-why-icon,
.bc-trustCard__icon,
.bc-mission__icon,
.bc-step-number{
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(var(--bc-brand-rgb),0.10);
  border:1px solid rgba(var(--bc-brand-rgb),0.18);
}

.bc-why-icon,
.bc-trustCard__icon{
  width:40px;
  height:40px;
  border-radius:12px;
  margin-bottom:10px;
  font-size:18px;
}

.bc-why-cta-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.bc-why-cta{
  padding:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

/* Customer / Caterer */
.bc-caterer-wrap{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:24px;
  align-items:stretch;
}

.bc-caterer-header{
  padding:28px 24px;
}

.bc-caterer-header h2{
  margin:0 0 10px 0;
  font-size:28px;
  line-height:1.2;
}

.bc-caterer-header p{
  margin:0 0 18px 0;
  font-size:16px;
  line-height:1.55;
  color:var(--bc-color-muted);
  max-width:60ch;
}

.bc-caterer-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0 18px 0;
}

.bc-btn-primary{
  background:var(--bc-color-brand);
  color:#fff;
  border-color:var(--bc-color-brand);
}

.bc-btn-secondary{
  background:#fff;
  color:var(--bc-color-text);
}

.bc-btn-premium{
  border:0 !important;
  font-weight:900;
  background:linear-gradient(135deg, var(--bc-color-premium-start), var(--bc-color-premium-end)) !important;
  color:var(--bc-color-premium-text) !important;
  box-shadow:0 10px 24px rgba(255,77,77,0.22);
}

.bc-caterer-trust{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:10px;
  color:#333;
  font-size:14px;
}

.bc-caterer-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.bc-card--premium{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,235,0.98));
  border:1px solid var(--bc-color-premium-border);
  box-shadow:0 8px 24px rgba(255,77,77,0.08);
}

.bc-card-badge{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(135deg, var(--bc-color-premium-start), var(--bc-color-premium-end));
  color:var(--bc-color-premium-text);
}

.bc-card-title{
  font-weight:700;
  margin-bottom:6px;
  font-size:16px;
}

.bc-card-text{
  margin:0;
  color:var(--bc-color-muted);
  font-size:14.5px;
  line-height:1.55;
}

/* Steps */
.bc-steps__head{
  margin:0 auto 26px auto;
}

.bc-steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.bc-step{
  padding:22px 18px;
}

.bc-step-number{
  width:36px;
  height:36px;
  border-radius:12px;
  background:var(--bc-color-brand);
  color:#fff;
  font-weight:700;
  margin-bottom:12px;
}

.bc-step h3{
  margin:0 0 8px 0;
  font-size:16px;
}

.bc-step p{
  margin:0;
  font-size:14.5px;
  line-height:1.55;
  color:var(--bc-color-muted);
}

/* USP */
.bc-about-usp__box{
  padding:26px 22px;
}

.bc-about-usp h2{
  margin:0 0 18px 0;
  font-size:26px;
  line-height:1.25;
}

.bc-usp-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.bc-usp-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  background:#fff;
}

.bc-usp-icon{
  flex:0 0 auto;
  width:22px;
  height:22px;
  margin-top:2px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  line-height:1;
  border:1px solid rgba(var(--bc-brand-rgb),0.25);
  background:rgba(var(--bc-brand-rgb),0.08);
  color:var(--bc-color-brand-strong);
}

.bc-usp-text{
  margin:0;
  font-size:16px;
  line-height:1.45;
  color:#333;
}

/* Mission */
.bc-mission__head{
  margin:0 auto 22px auto;
}

.bc-mission__grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:16px;
}

.bc-mission__card{
  padding:20px 18px;
}

.bc-mission__card h3{
  margin:0 0 10px 0;
  font-size:18px;
}

.bc-mission__card p{
  margin:0;
  color:var(--bc-color-muted);
  font-size:14.8px;
  line-height:1.6;
}

.bc-mission__highlights{
  margin-top:14px;
  display:grid;
  gap:8px;
}

.bc-mission__highlight{
  background:rgba(255,255,255,0.90);
  border:1px solid rgba(0,0,0,0.08);
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
  color:#333;
}

.bc-mission__values{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
  display:grid;
  gap:12px;
}

.bc-mission__values li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 12px;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:14px;
  background:rgba(255,255,255,0.92);
}

.bc-mission__icon{
  width:38px;
  height:38px;
  border-radius:12px;
  font-size:18px;
  flex:0 0 auto;
}

/* Trust */
.bc-trust__box{
  padding:28px 22px;
}

.bc-trust__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:18px;
}

.bc-trustCard h3{
  margin:0 0 6px 0;
  font-size:16px;
}

.bc-trustCard p{
  margin:0;
  color:var(--bc-color-muted);
  font-size:14.5px;
  line-height:1.55;
}

.bc-trust__cta{
  margin-top:18px;
  background:rgba(255,255,255,0.88);
  border:1px solid rgba(0,0,0,0.08);
  padding:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.bc-trust__ctaTitle{
  font-weight:700;
  margin-bottom:2px;
}

.bc-trust__ctaSub{
  color:var(--bc-color-muted);
  font-size:14.5px;
}

.bc-trust__ctaActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* FAQ */
.bc-faq__box{
  padding:28px 22px;
}

.bc-faq__list{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.bc-faq__item{
  padding:0;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);
}

.bc-faq__item summary{
  cursor:pointer;
  padding:14px 14px;
  font-weight:700;
  list-style:none;
}

.bc-faq__item summary::-webkit-details-marker{
  display:none;
}

.bc-faq__item summary:after{
  content:"+";
  float:right;
  opacity:.7;
}

.bc-faq__item[open] summary:after{
  content:"–";
}

.bc-faq__content{
  padding:0 14px 14px 14px;
  color:var(--bc-color-muted);
  font-size:14.5px;
  line-height:1.55;
}

/* Support */
.bc-support__wrap{
  max-width:1200px;
  margin:0 auto;
}

.bc-support__box{
  padding:28px 22px;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:18px;
  align-items:stretch;
}

.bc-support__left h2{
  margin:0 0 10px 0;
  font-size:30px;
  line-height:1.2;
}

.bc-support__left p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:var(--bc-color-muted);
  max-width:70ch;
}

.bc-support__meta{
  margin-top:14px;
  display:grid;
  gap:8px;
}

.bc-support__card{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
}

.bc-support__cardTitle{
  font-weight:800;
  margin-bottom:6px;
  font-size:16px;
}

.bc-support__cardText{
  color:var(--bc-color-muted);
  font-size:14.5px;
  margin-bottom:8px;
}

.bc-support__mail{
  display:inline-block;
  font-weight:800;
  text-decoration:none;
  color:var(--bc-color-brand);
  word-break:break-word;
}

.bc-support__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Legal */
.bc-legal{
  margin-top:26px;
}

.bc-legal__wrap{
  max-width:1200px;
  margin:0 auto;
}

.bc-legal__box{
  background:rgba(255,255,255,0.85);
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  box-shadow:none;
}

.bc-legal__title{
  font-weight:800;
  margin-bottom:2px;
}

.bc-legal__text{
  color:var(--bc-color-muted);
  font-size:14.5px;
}

.bc-legal__right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Responsive */
@media (min-width:900px){
  .bc-usp-list{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:1024px){
  .bc-hero-band__title{
    font-size:28px;
  }

  .bc-hero-band__meta{
    grid-template-columns:1fr;
  }

  .bc-why-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bc-why-cta-grid{
    grid-template-columns:1fr;
  }

  .bc-caterer-wrap,
  .bc-mission__grid,
  .bc-support__box{
    grid-template-columns:1fr;
  }

  .bc-caterer-header h2,
  .bc-steps__head h2,
  .bc-mission__head h2,
  .bc-trust__head h2,
  .bc-faq__head h2,
  .bc-support__left h2{
    font-size:26px;
  }

  .bc-steps-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bc-trust__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .bc-hero-band__wrap,
  .bc-why-wrap,
  .bc-steps__box,
  .bc-about-usp__box,
  .bc-mission__box,
  .bc-trust__box,
  .bc-faq__box,
  .bc-support__box{
    padding:22px 16px;
  }

  .bc-hero-band__title{
    font-size:24px;
  }

  .bc-why-grid,
  .bc-steps-grid,
  .bc-trust__grid{
    grid-template-columns:1fr;
  }

  .bc-steps__head,
  .bc-mission__head,
  .bc-trust__head,
  .bc-faq__head{
    text-align:left;
  }

  .bc-steps__head h2,
  .bc-mission__head h2,
  .bc-trust__head h2,
  .bc-faq__head h2,
  .bc-support__left h2{
    font-size:22px;
  }
}

html[data-bc-density="compact"] .bc-content-page--about .bc-why-icon,
html[data-bc-density="compact"] .bc-content-page--about .bc-step-number,
html[data-bc-density="compact"] .bc-content-page--about .bc-trustCard__icon,
html[data-bc-density="compact"] .bc-content-page--about .bc-mission__icon,
html[data-bc-density="compact"] .bc-content-page--about .bc-usp-icon{
  display:none !important;
}

html[data-bc-density="compact"] .bc-content-page--about .bc-why-card,
html[data-bc-density="compact"] .bc-content-page--about .bc-step,
html[data-bc-density="compact"] .bc-content-page--about .bc-trustCard,
html[data-bc-density="compact"] .bc-content-page--about .bc-mission__card,
html[data-bc-density="compact"] .bc-content-page--about .bc-usp-item{
  padding:14px 14px !important;
}

html[data-bc-density="compact"] .bc-content-page--about .bc-why-card h3,
html[data-bc-density="compact"] .bc-content-page--about .bc-step h3,
html[data-bc-density="compact"] .bc-content-page--about .bc-trustCard h3,
html[data-bc-density="compact"] .bc-content-page--about .bc-mission__card h3{
  margin-top:0 !important;
  margin-bottom:6px !important;
}

html[data-bc-density="compact"] .bc-content-page--about .bc-why-grid,
html[data-bc-density="compact"] .bc-content-page--about .bc-steps-grid,
html[data-bc-density="compact"] .bc-content-page--about .bc-trust__grid,
html[data-bc-density="compact"] .bc-content-page--about .bc-usp-list,
html[data-bc-density="compact"] .bc-content-page--about .bc-mission__values{
  gap:10px !important;
}


/* =========================================================
   BetterCater Content Design – ABOUT PAGE
   Mobile kompakter
   ========================================================= */

html[data-bc-density="compact"] .bc-content-page--about{
  margin:20px auto !important;
  padding:0 12px !important;
}

html[data-bc-density="compact"] .bc-content-page--about:first-child{
  margin-top:16px !important;
}

html[data-bc-density="compact"] .bc-content-page--about:last-child{
  margin-bottom:24px !important;
}

html[data-bc-density="compact"] .bc-hero-band__wrap,
html[data-bc-density="compact"] .bc-why-wrap,
html[data-bc-density="compact"] .bc-caterer-header,
html[data-bc-density="compact"] .bc-steps__box,
html[data-bc-density="compact"] .bc-about-usp__box,
html[data-bc-density="compact"] .bc-mission__box,
html[data-bc-density="compact"] .bc-trust__box,
html[data-bc-density="compact"] .bc-faq__box,
html[data-bc-density="compact"] .bc-support__box,
html[data-bc-density="compact"] .bc-legal__box{
  padding:16px 14px !important;
  border-radius:14px !important;
}

html[data-bc-density="compact"] .bc-hero-band__badge,
html[data-bc-density="compact"] .bc-why-pill,
html[data-bc-density="compact"] .bc-caterer-pill,
html[data-bc-density="compact"] .bc-steps__pill,
html[data-bc-density="compact"] .bc-mission__pill,
html[data-bc-density="compact"] .bc-trust__pill,
html[data-bc-density="compact"] .bc-faq__pill,
html[data-bc-density="compact"] .bc-support__pill{
  margin-bottom:8px !important;
  padding:5px 9px !important;
  font-size:12px !important;
}

html[data-bc-density="compact"] .bc-hero-band__title,
html[data-bc-density="compact"] .bc-caterer-header h2,
html[data-bc-density="compact"] .bc-steps__head h2,
html[data-bc-density="compact"] .bc-about-usp h2,
html[data-bc-density="compact"] .bc-mission__head h2,
html[data-bc-density="compact"] .bc-trust__head h2,
html[data-bc-density="compact"] .bc-faq__head h2,
html[data-bc-density="compact"] .bc-support__left h2{
  font-size:22px !important;
  line-height:1.2 !important;
  margin-bottom:8px !important;
}

html[data-bc-density="compact"] .bc-hero-band__sub,
html[data-bc-density="compact"] .bc-caterer-header p,
html[data-bc-density="compact"] .bc-steps__head p,
html[data-bc-density="compact"] .bc-mission__head p,
html[data-bc-density="compact"] .bc-trust__head p,
html[data-bc-density="compact"] .bc-faq__head p,
html[data-bc-density="compact"] .bc-support__left p{
  font-size:14px !important;
  line-height:1.5 !important;
}

html[data-bc-density="compact"] .bc-why-head,
html[data-bc-density="compact"] .bc-steps__head,
html[data-bc-density="compact"] .bc-mission__head,
html[data-bc-density="compact"] .bc-trust__head,
html[data-bc-density="compact"] .bc-faq__head{
  margin:0 0 12px 0 !important;
  text-align:left !important;
}

html[data-bc-density="compact"] .bc-hero-band__actions,
html[data-bc-density="compact"] .bc-hero-band__meta,
html[data-bc-density="compact"] .bc-why-grid,
html[data-bc-density="compact"] .bc-why-cta-grid,
html[data-bc-density="compact"] .bc-caterer-cta,
html[data-bc-density="compact"] .bc-caterer-trust,
html[data-bc-density="compact"] .bc-caterer-cards,
html[data-bc-density="compact"] .bc-steps-grid,
html[data-bc-density="compact"] .bc-usp-list,
html[data-bc-density="compact"] .bc-mission__grid,
html[data-bc-density="compact"] .bc-mission__highlights,
html[data-bc-density="compact"] .bc-mission__values,
html[data-bc-density="compact"] .bc-trust__grid,
html[data-bc-density="compact"] .bc-faq__list,
html[data-bc-density="compact"] .bc-support__meta,
html[data-bc-density="compact"] .bc-support__actions,
html[data-bc-density="compact"] .bc-trust__ctaActions,
html[data-bc-density="compact"] .bc-legal__right{
  gap:8px !important;
}

html[data-bc-density="compact"] .bc-why-grid,
html[data-bc-density="compact"] .bc-steps-grid,
html[data-bc-density="compact"] .bc-trust__grid,
html[data-bc-density="compact"] .bc-mission__grid,
html[data-bc-density="compact"] .bc-why-cta-grid,
html[data-bc-density="compact"] .bc-caterer-wrap,
html[data-bc-density="compact"] .bc-support__box{
  grid-template-columns:1fr !important;
}

html[data-bc-density="compact"] .bc-why-card,
html[data-bc-density="compact"] .bc-step,
html[data-bc-density="compact"] .bc-card,
html[data-bc-density="compact"] .bc-trustCard,
html[data-bc-density="compact"] .bc-mission__card,
html[data-bc-density="compact"] .bc-support__card,
html[data-bc-density="compact"] .bc-faq__item,
html[data-bc-density="compact"] .bc-why-cta,
html[data-bc-density="compact"] .bc-trust__cta{
  border-radius:12px !important;
}

html[data-bc-density="compact"] .bc-trust__cta,
html[data-bc-density="compact"] .bc-why-cta{
  padding:12px !important;
}

html[data-bc-density="compact"] .bc-support__card{
  padding:14px !important;
}

html[data-bc-density="compact"] .bc-faq__item summary{
  padding:12px 12px !important;
}

html[data-bc-density="compact"] .bc-faq__content{
  padding:0 12px 12px 12px !important;
  font-size:14px !important;
}

html[data-bc-density="compact"] .bc-legal__text,
html[data-bc-density="compact"] .bc-trust__ctaSub,
html[data-bc-density="compact"] .bc-support__cardText,
html[data-bc-density="compact"] .bc-card-text,
html[data-bc-density="compact"] .bc-step p,
html[data-bc-density="compact"] .bc-trustCard p,
html[data-bc-density="compact"] .bc-mission__card p,
html[data-bc-density="compact"] .bc-faq__content{
  font-size:14px !important;
  line-height:1.5 !important;
}

/* =========================================================
   Warm Content Theme – globale Storytelling-Flächen
   ========================================================= */

.bc-content-page .bc-card,
.bc-content-page .bc-help-card,
.bc-content-page .bc-help-step,
.bc-content-page .bc-why-card,
.bc-content-page .bc-step,
.bc-content-page .bc-helpmini__card,
.bc-content-page .bc-usp-item,
.bc-content-page .bc-help-row,
.bc-content-page .bc-help-faq__item,
.bc-content-page .bc-help-cta,
.bc-content-page .bc-help-compare,
.bc-content-page .bc-help-compare__card,
.bc-content-page .bc-help-example,
.bc-content-page .bc-help__toc,
.bc-content-page .bc-why-cta,
.bc-content-page .bc-trust__cta,
.bc-content-page .bc-support__card,
.bc-content-page .bc-faq__item,
.bc-content-page .bc-legal__box{
  background:linear-gradient(180deg, rgba(255,251,245,0.98), rgba(248,241,231,0.92));
  border:1px solid var(--bc-color-content-border);
  box-shadow:var(--bc-shadow-content-sm);
}

.bc-content-page .bc-help__hero,
.bc-content-page .bc-hero-band__wrap,
.bc-content-page .bc-help__box,
.bc-content-page .bc-why-wrap,
.bc-content-page .bc-caterer-header,
.bc-content-page .bc-steps__box,
.bc-content-page .bc-about-usp__box,
.bc-content-page .bc-mission__box,
.bc-content-page .bc-trust__box,
.bc-content-page .bc-faq__box,
.bc-content-page .bc-support__box{
  background:
    radial-gradient(1200px 320px at 18% 0%, rgba(var(--bc-content-tint-rgb),0.22), rgba(var(--bc-content-tint-rgb),0.00) 60%),
    radial-gradient(900px 260px at 90% 18%, rgba(var(--bc-brand-rgb),0.05), rgba(var(--bc-brand-rgb),0.00) 60%),
    linear-gradient(180deg, rgba(255,251,245,0.98), rgba(248,241,231,0.94));
  border:1px solid var(--bc-color-content-border);
  box-shadow:var(--bc-shadow-content-md);
}

.bc-content-page .bc-hero-band__metaItem,
.bc-content-page .bc-trust-item,
.bc-content-page .bc-support__metaItem{
  background:rgba(255,251,245,0.86);
  border:1px solid var(--bc-color-content-border);
}

.bc-content-page .bc-help__badge,
.bc-content-page .bc-help__pill,
.bc-content-page .bc-hero-band__badge,
.bc-content-page .bc-why-pill,
.bc-content-page .bc-caterer-pill,
.bc-content-page .bc-steps__pill,
.bc-content-page .bc-mission__pill,
.bc-content-page .bc-trust__pill,
.bc-content-page .bc-faq__pill,
.bc-content-page .bc-support__pill{
  background:rgba(255,251,245,0.92);
  border:1px solid var(--bc-color-content-border);
}

.bc-content-page .bc-why-icon,
.bc-content-page .bc-trustCard__icon,
.bc-content-page .bc-mission__icon,
.bc-content-page .bc-usp-icon{
  background:rgba(var(--bc-content-tint-rgb),0.22);
  border:1px solid rgba(var(--bc-content-tint-rgb),0.48);
  color:var(--bc-color-brand-strong);
}

.bc-content-page .bc-step-number{
  background:var(--bc-color-brand);
  border-color:var(--bc-color-brand);
  color:#fff;
}

.bc-content-page .bc-help__tocLink{
  background:rgba(255,251,245,0.96);
  border:1px solid var(--bc-color-content-border);
}

.bc-content-page .bc-help__tocLink:hover{
  background:rgba(var(--bc-content-tint-rgb),0.14);
  border-color:rgba(var(--bc-content-tint-rgb),0.36);
}

.bc-content-page .bc-help-note{
  background:linear-gradient(180deg, rgba(255,251,245,0.98), rgba(243,231,216,0.88));
  border:1px solid rgba(var(--bc-brand-rgb),0.18);
  box-shadow:var(--bc-shadow-content-sm);
}

.bc-content-page .bc-help-tip{
  background:rgba(var(--bc-content-tint-rgb),0.12);
  border:1px solid rgba(var(--bc-content-tint-rgb),0.32);
  color:var(--bc-color-brand-strong);
}


/* =========================================================
   BetterCater About – Cohesion with Homepage
   ========================================================= */

.bc-content-page--about{
  margin:24px auto;
}

.bc-content-page--about-hero{
  margin-top:10px;
  margin-bottom:16px;
}

.bc-content-page--about-intro{
  margin-top:0;
  margin-bottom:18px;
}

.bc-content-page--about-split,
.bc-content-page--about-flow,
.bc-content-page--about-story,
.bc-content-page--about-end{
  margin:14px auto;
}

.bc-content-page--about-split + .bc-content-page--about-split,
.bc-content-page--about-flow + .bc-content-page--about-flow,
.bc-content-page--about-story + .bc-content-page--about-story,
.bc-content-page--about-end + .bc-content-page--about-end{
  margin-top:10px;
}

.bc-content-page--about .bc-hero-band__wrap,
.bc-content-page--about .bc-why-wrap,
.bc-content-page--about .bc-caterer-header,
.bc-content-page--about .bc-steps__box,
.bc-content-page--about .bc-about-usp__box,
.bc-content-page--about .bc-mission__box,
.bc-content-page--about .bc-trust__box,
.bc-content-page--about .bc-faq__box,
.bc-content-page--about .bc-support__box,
.bc-content-page--about .bc-legal__box{
  border-radius:20px;
  box-shadow:var(--bc-shadow-content-md);
}

.bc-content-page--about .bc-why-card,
.bc-content-page--about .bc-card,
.bc-content-page--about .bc-step,
.bc-content-page--about .bc-trustCard,
.bc-content-page--about .bc-mission__card,
.bc-content-page--about .bc-usp-item,
.bc-content-page--about .bc-why-cta,
.bc-content-page--about .bc-trust__cta,
.bc-content-page--about .bc-faq__item,
.bc-content-page--about .bc-support__card{
  background:linear-gradient(180deg, rgba(255,252,247,0.99), rgba(250,244,236,0.96));
  border:1px solid var(--bc-color-content-border);
  box-shadow:var(--bc-shadow-content-sm);
}

.bc-content-page--about .bc-caterer-wrap,
.bc-content-page--about .bc-mission__grid{
  gap:16px;
}

.bc-content-page--about .bc-why-grid,
.bc-content-page--about .bc-trust__grid{
  gap:12px;
}

.bc-content-page--about .bc-steps-grid{
  gap:14px;
}

.bc-content-page--about .bc-hero-band__title,
.bc-content-page--about .bc-why-head h2,
.bc-content-page--about .bc-caterer-header h2,
.bc-content-page--about .bc-steps__head h2,
.bc-content-page--about .bc-about-usp h2,
.bc-content-page--about .bc-mission__head h2,
.bc-content-page--about .bc-trust__head h2,
.bc-content-page--about .bc-faq__head h2,
.bc-content-page--about .bc-support__left h2{
  letter-spacing:-0.02em;
}

.bc-content-page--about .bc-why-icon,
.bc-content-page--about .bc-trustCard__icon,
.bc-content-page--about .bc-mission__icon{
  font-size:0;
  color:transparent;
  background:rgba(var(--bc-content-tint-rgb),0.18);
  border:1px solid rgba(var(--bc-content-tint-rgb),0.36);
}

.bc-content-page--about .bc-why-icon::before,
.bc-content-page--about .bc-trustCard__icon::before,
.bc-content-page--about .bc-mission__icon::before{
  content:"";
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--bc-color-brand);
}

.bc-content-page--about .bc-usp-icon{
  font-size:0;
  color:transparent;
  border:1px solid rgba(var(--bc-content-tint-rgb),0.36);
  background:rgba(var(--bc-content-tint-rgb),0.18);
}

.bc-content-page--about .bc-usp-icon::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--bc-color-brand);
}

.bc-content-page--about .bc-card--premium{
  background:linear-gradient(180deg, rgba(255,250,243,0.99), rgba(255,244,227,0.96));
  border:1px solid rgba(255,177,0,0.30);
  box-shadow:0 10px 28px rgba(255,177,0,0.10);
}

.bc-content-page--about .bc-card-badge{
  box-shadow:none;
}

.bc-content-page--about .bc-trust__cta,
.bc-content-page--about .bc-why-cta{
  padding:14px;
}

.bc-content-page--about .bc-faq__item summary{
  font-weight:800;
}

.bc-content-page--about .bc-legal__box{
  box-shadow:none;
}

html[data-bc-density="compact"] .bc-content-page--about{
  margin:18px auto;
}

html[data-bc-density="compact"] .bc-content-page--about-hero{
  margin-top:8px;
  margin-bottom:12px;
}

html[data-bc-density="compact"] .bc-content-page--about-intro,
html[data-bc-density="compact"] .bc-content-page--about-split,
html[data-bc-density="compact"] .bc-content-page--about-flow,
html[data-bc-density="compact"] .bc-content-page--about-story,
html[data-bc-density="compact"] .bc-content-page--about-end{
  margin:10px auto;
}

html[data-bc-density="compact"] .bc-content-page--about-split + .bc-content-page--about-split,
html[data-bc-density="compact"] .bc-content-page--about-flow + .bc-content-page--about-flow,
html[data-bc-density="compact"] .bc-content-page--about-story + .bc-content-page--about-story,
html[data-bc-density="compact"] .bc-content-page--about-end + .bc-content-page--about-end{
  margin-top:8px;
}

/* =========================================================
   BetterCater – Unified Soft Surface System
   Shell = große Außenfläche
   Card  = innere Karte
   ========================================================= */

.bc-surface-shell,
.bc-content-page .bc-hero-band__wrap,
.bc-content-page .bc-why-wrap,
.bc-content-page .bc-caterer-header,
.bc-content-page .bc-steps__box,
.bc-content-page .bc-about-usp__box,
.bc-content-page .bc-mission__box,
.bc-content-page .bc-trust__box,
.bc-content-page .bc-faq__box,
.bc-content-page .bc-support__box,
.bc-content-page .bc-help__hero,
.bc-content-page .bc-help__box{
  background:linear-gradient(
    180deg,
    var(--bc-color-content-surface) 0%,
    var(--bc-color-content-surface-soft) 100%
  );
  border:1px solid var(--bc-color-content-border);
  box-shadow:var(--bc-shadow-content-md);
}

.bc-surface-card,
.bc-content-page .bc-card,
.bc-content-page .bc-help-card,
.bc-content-page .bc-help-step,
.bc-content-page .bc-why-card,
.bc-content-page .bc-step,
.bc-content-page .bc-helpmini__card,
.bc-content-page .bc-usp-item,
.bc-content-page .bc-help-row,
.bc-content-page .bc-help-faq__item,
.bc-content-page .bc-help-cta,
.bc-content-page .bc-help-example,
.bc-content-page .bc-help-compare__card,
.bc-content-page .bc-why-cta,
.bc-content-page .bc-trust__cta,
.bc-content-page .bc-support__card,
.bc-content-page .bc-faq__item,
.bc-content-page .bc-legal__box,
.bc-content-page .bc-trustCard,
.bc-content-page .bc-mission__card{
  background:linear-gradient(
    180deg,
    var(--bc-color-content-card-surface) 0%,
    var(--bc-color-content-card-surface-soft) 100%
  );
  border:1px solid var(--bc-color-content-border-soft);
  box-shadow:var(--bc-shadow-content-sm);
}

.bc-content-page .bc-hero-band__metaItem,
.bc-content-page .bc-trust-item,
.bc-content-page .bc-support__metaItem,
.bc-content-page .bc-help__tocLink,
.bc-content-page .bc-help-note,
.bc-content-page .bc-help-tip{
  background:linear-gradient(
    180deg,
    var(--bc-color-content-card-surface) 0%,
    var(--bc-color-content-card-surface-soft) 100%
  );
  border:1px solid var(--bc-color-content-border-soft);
  box-shadow:none;
}

.bc-content-page .bc-why-icon,
.bc-content-page .bc-trustCard__icon,
.bc-content-page .bc-mission__icon,
.bc-content-page .bc-usp-icon{
  background:rgba(var(--bc-content-tint-rgb),0.16);
  border:1px solid var(--bc-color-content-border);
  box-shadow:none;
}

.bc-content-page .bc-card--premium{
  background:linear-gradient(
    180deg,
    rgba(255,250,243,0.99) 0%,
    rgba(255,244,227,0.96) 100%
  );
  border:1px solid rgba(255,177,0,0.28);
  box-shadow:0 6px 18px rgba(255,177,0,0.08);
}

.bc-content-page .bc-help__toc{
  background:linear-gradient(
    180deg,
    var(--bc-color-content-card-surface) 0%,
    var(--bc-color-content-card-surface-soft) 100%
  );
  border:1px solid var(--bc-color-content-border-soft);
  box-shadow:var(--bc-shadow-content-sm);
}

.bc-content-page .bc-help__tocLink:hover{
  background:rgba(var(--bc-content-tint-rgb),0.10);
  border-color:rgba(126,96,64,0.14);
}

.bc-content-page--about{
  margin:16px auto;
}

.bc-content-page--about + .bc-content-page--about{
  margin-top:10px;
}

html[data-bc-density="compact"] .bc-content-page--about{
  margin:12px auto;
}

html[data-bc-density="compact"] .bc-content-page--about + .bc-content-page--about{
  margin-top:8px;
}