/* ==========================================================
   VORMELO – GASTRONOMIE
========================================================== */

.gastronomy-hero{
  background:
    radial-gradient(circle at 86% 18%,rgba(37,99,235,.11),transparent 31%),
    radial-gradient(circle at 12% 76%,rgba(14,165,233,.05),transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f7faff 100%);
}

.gastronomy-hero-copy h1{max-width:690px;}

.gastronomy-hero-visual,
.gastronomy-visual{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  border:1px solid rgba(205,219,238,.95);
  border-radius:28px;
  background:
    radial-gradient(circle at 74% 20%,rgba(37,99,235,.10),transparent 34%),
    linear-gradient(180deg,#f9fcff 0%,#edf5ff 100%);
  box-shadow:0 22px 58px rgba(20,57,108,.10),inset 0 1px 0 rgba(255,255,255,.92);
}

.gastronomy-hero-visual{min-height:470px;}
.gastronomy-visual{min-height:430px;}

.gastronomy-hero-visual img,
.gastronomy-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  max-width:none;
  object-fit:cover;
  object-position:center;
  border:0;
  border-radius:inherit;
}

.gastronomy-centered .section-heading,
.gastronomy-management .section-heading{
  max-width:900px;
  margin-inline:auto;
  text-align:center;
}

.gastronomy-flow{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin-top:34px;
}

.gastronomy-flow article{
  position:relative;
  min-width:0;
  min-height:170px;
  padding:20px 16px;
  border:1px solid #dfe7f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(20,57,108,.06);
}

.gastronomy-flow article:not(:last-child)::after{
  content:"→";
  position:absolute;
  top:50%;
  right:-13px;
  z-index:2;
  transform:translateY(-50%);
  color:#8aa6cf;
  font-weight:900;
}

.gastronomy-flow article > span,
.gastronomy-feature-number{
  display:block;
  margin-bottom:22px;
  color:rgba(37,99,235,.32);
  font-size:1.7rem;
  font-weight:900;
}

.gastronomy-flow strong{
  display:block;
  margin-bottom:7px;
  color:#0b1930;
  font-size:.95rem;
}

.gastronomy-flow p{
  margin:0;
  color:#687991;
  font-size:.78rem;
  line-height:1.55;
}

.gastronomy-service,
.gastronomy-inventory{
  background:#fff;
}

.gastronomy-kds,
.gastronomy-analytics{
  background:
    radial-gradient(circle at 50% 0%,rgba(37,99,235,.07),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.gastronomy-visual-block{width:100%;}

.gastronomy-image-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.gastronomy-image-features-four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.gastronomy-image-features article{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:4px;
  padding:15px 14px;
  border:1px solid #dfe7f2;
  border-radius:14px;
  background:#fff;
  box-shadow:0 9px 24px rgba(20,57,108,.06);
}

.gastronomy-image-features strong{
  color:#0b1930;
  font-size:.82rem;
}

.gastronomy-image-features span{
  color:#687991;
  font-size:.72rem;
  line-height:1.45;
}

.gastronomy-features{
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(37,99,235,.08),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}

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

.gastronomy-feature-grid article{
  position:relative;
  display:flex;
  min-height:205px;
  flex-direction:column;
  justify-content:flex-end;
  padding:25px;
  overflow:hidden;
  border:1px solid #dfe7f2;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(20,57,108,.07);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.gastronomy-feature-grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(37,99,235,.28);
  box-shadow:0 22px 46px rgba(37,99,235,.11);
}

.gastronomy-feature-number{
  position:absolute;
  top:18px;
  right:20px;
  margin:0;
  font-size:2.1rem;
}

.gastronomy-feature-grid h3{
  margin:0 0 8px;
  color:#0b1930;
  font-size:1rem;
}

.gastronomy-feature-grid p{
  margin:0;
  color:#667890;
  font-size:.83rem;
  line-height:1.6;
}

.gastronomy-management{
  background:#fff;
}

.gastronomy-management-grid,
.gastronomy-channel-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}

.gastronomy-management-grid article,
.gastronomy-channel-grid article{
  display:flex;
  min-height:145px;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  border:1px solid #dfe7f2;
  border-radius:18px;
  background:
    radial-gradient(circle at 90% 12%,rgba(37,99,235,.10),transparent 30%),
    linear-gradient(145deg,#ffffff,#f6faff);
  box-shadow:0 12px 30px rgba(20,57,108,.06);
}

.gastronomy-management-grid strong,
.gastronomy-channel-grid strong{
  margin-bottom:7px;
  color:#0b1930;
  font-size:1rem;
}

.gastronomy-management-grid span,
.gastronomy-channel-grid span{
  color:#667890;
  font-size:.84rem;
  line-height:1.55;
}

.gastronomy-live-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

.gastronomy-live-strip span{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:3px;
  padding:14px;
  border:1px solid #dfe7f2;
  border-radius:14px;
  background:#fff;
  box-shadow:0 9px 24px rgba(20,57,108,.06);
}

.gastronomy-live-strip strong{
  color:#0b1930;
  font-size:1rem;
}

.gastronomy-live-strip small{
  color:#687991;
  font-size:.69rem;
  line-height:1.35;
}

.gastronomy-channels{
  background:
    radial-gradient(circle at 50% 0%,rgba(37,99,235,.06),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}

@media(max-width:1200px){
  .gastronomy-flow{grid-template-columns:repeat(3,minmax(0,1fr));}
  .gastronomy-flow article:nth-child(3)::after{display:none;}
}

@media(max-width:1100px){
  .gastronomy-feature-grid,
  .gastronomy-management-grid,
  .gastronomy-channel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gastronomy-image-features-four,
  .gastronomy-live-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .gastronomy-centered .section-heading,
  .gastronomy-management .section-heading{
    text-align:left;
  }

  .gastronomy-hero-visual{
    min-height:280px;
    border-radius:22px;
  }

  .gastronomy-visual{
    min-height:260px;
    border-radius:22px;
  }

  .gastronomy-flow,
  .gastronomy-feature-grid,
  .gastronomy-management-grid,
  .gastronomy-channel-grid,
  .gastronomy-image-features,
  .gastronomy-image-features-four{
    grid-template-columns:1fr;
  }

  .gastronomy-flow article{min-height:135px;}
  .gastronomy-flow article::after{display:none!important;}
  .gastronomy-feature-grid article{min-height:165px;}
}

@media(max-width:460px){
  .gastronomy-live-strip{grid-template-columns:1fr 1fr;}
}


/* ==========================================================
   GASTRONOMIE – FINAL SHOWCASE / IMAGE LAYOUT
   Ergänzt die neue HTML-Struktur
========================================================== */

/* Überschriften der visuellen Produktbereiche */
.gastronomy-section-heading-left{
  max-width:900px;
  margin:0 auto 30px;
  text-align:center;
}

.gastronomy-section-heading-left h2{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.gastronomy-section-heading-left .section-description{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


/* ----------------------------------------------------------
   HERO – vollständig sichtbar, nicht abschneiden
---------------------------------------------------------- */

.gastronomy-hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  height:auto;
  padding:14px;
  border-radius:24px;
}

.gastronomy-hero-visual img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  max-height:410px;
  object-fit:contain;
  object-position:center;
  border-radius:16px;
}


/* ----------------------------------------------------------
   SHOWCASE-GRIDS
---------------------------------------------------------- */

.gastronomy-showcase-grid{
  display:grid;
  gap:22px;
  width:100%;
  margin-top:26px;
}

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

.gastronomy-showcase-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}


/* ----------------------------------------------------------
   SHOWCASE-KARTE
---------------------------------------------------------- */

.gastronomy-showcase-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #dce6f3;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 38px rgba(18,49,92,.07);
}

.gastronomy-showcase-card:hover{
  border-color:rgba(37,99,235,.22);
  box-shadow:0 18px 46px rgba(18,49,92,.10);
}


/* ----------------------------------------------------------
   BILDER – kompakt und immer komplett sichtbar
---------------------------------------------------------- */

.gastronomy-showcase-image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:290px;
  padding:14px;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 12%,rgba(37,99,235,.06),transparent 32%),
    #f7faff;
  border-bottom:1px solid #e4ebf5;
}

.gastronomy-showcase-image img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:12px;
}

/* Mobile Bestellung / Split / Zahlung kleiner */
.gastronomy-showcase-grid-3 .gastronomy-showcase-image{
  height:225px;
  padding:12px;
}

/* Lager / Rezeptur ebenfalls kompakt */
.gastronomy-inventory .gastronomy-showcase-image{
  height:275px;
}

/* Dashboard ist sehr breit – bewusst flacher */
.gastronomy-dashboard-image{
  height:245px !important;
  padding:14px 16px;
  border-bottom:1px solid #e4ebf5;
}

.gastronomy-dashboard-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}


/* ----------------------------------------------------------
   TEXT UNTER DEN BILDERN
---------------------------------------------------------- */

.gastronomy-showcase-copy{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-height:92px;
  padding:17px 18px 19px;
  background:#fff;
}

.gastronomy-showcase-copy > div{
  min-width:0;
}

.gastronomy-showcase-kicker{
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border-radius:9px;
  background:#1769e8;
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  line-height:1;
  box-shadow:0 5px 12px rgba(37,99,235,.18);
}

.gastronomy-showcase-copy strong{
  display:block;
  margin:0 0 5px;
  color:#0b1930;
  font-size:.95rem;
  font-weight:800;
  line-height:1.3;
}

.gastronomy-showcase-copy span:not(.gastronomy-showcase-kicker){
  display:block;
  color:#61738c;
  font-size:.79rem;
  line-height:1.5;
}


/* ----------------------------------------------------------
   KÜCHE / BAR – kleine Infokarten rechts
---------------------------------------------------------- */

.gastronomy-mini-stack{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  height:100%;
  padding:16px;
  background:#f8fbff;
}

.gastronomy-mini-card{
  display:flex;
  min-height:122px;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:17px;
  border:1px solid #dce6f3;
  border-radius:15px;
  background:
    radial-gradient(circle at 92% 8%,rgba(37,99,235,.08),transparent 35%),
    #fff;
}

.gastronomy-mini-card strong{
  display:block;
  color:#0b1930;
  font-size:.9rem;
  font-weight:800;
}

.gastronomy-mini-card span{
  display:block;
  color:#63758e;
  font-size:.76rem;
  line-height:1.45;
}


/* ----------------------------------------------------------
   CHECK-PUNKTE – statt unformatierter Textzeile
---------------------------------------------------------- */

.gastronomy-compact-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:18px;
}

.gastronomy-compact-points > span{
  position:relative;
  display:flex;
  align-items:flex-start;
  min-height:58px;
  padding:13px 14px 13px 39px;
  border:1px solid #dfe7f2;
  border-radius:13px;
  background:#fff;
  color:#52647c;
  font-size:.78rem;
  line-height:1.45;
  box-shadow:0 7px 20px rgba(18,49,92,.04);
}

.gastronomy-compact-points > span::before{
  content:"✓";
  position:absolute;
  top:13px;
  left:13px;
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  border-radius:50%;
  background:#e9f2ff;
  color:#1769e8;
  font-size:.68rem;
  font-weight:900;
}


/* ----------------------------------------------------------
   BESTELLUNG & BEZAHLUNG
---------------------------------------------------------- */

.gastronomy-transactions{
  background:
    radial-gradient(circle at 50% 0%,rgba(37,99,235,.055),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}

.gastronomy-transactions .section-heading{
  max-width:880px;
  margin-inline:auto;
  text-align:center;
}

.gastronomy-transactions .gastronomy-showcase-grid{
  max-width:1180px;
  margin-inline:auto;
  margin-top:30px;
}


/* ----------------------------------------------------------
   LAGER & REZEPTUREN
---------------------------------------------------------- */

.gastronomy-showcase-text-card{
  display:flex;
  align-items:stretch;
  background:#f8fbff;
}

.gastronomy-showcase-text-card .gastronomy-mini-stack{
  width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.gastronomy-showcase-text-card .gastronomy-mini-card{
  min-height:100px;
  justify-content:flex-start;
}

.gastronomy-showcase-text-card .gastronomy-mini-card strong{
  position:relative;
  padding-left:28px;
  line-height:1.45;
}

.gastronomy-showcase-text-card .gastronomy-mini-card strong::before{
  content:"✓";
  position:absolute;
  top:0;
  left:0;
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  border-radius:50%;
  background:#e9f2ff;
  color:#1769e8;
  font-size:.68rem;
}


/* ----------------------------------------------------------
   MANAGEMENT
---------------------------------------------------------- */

.gastronomy-management{
  padding-top:78px;
  padding-bottom:78px;
}

.gastronomy-management-grid{
  margin-top:32px;
}

.gastronomy-management-grid article{
  min-height:132px;
  justify-content:center;
  padding:22px;
}

.gastronomy-management-grid strong{
  font-size:.94rem;
}

.gastronomy-management-grid span{
  font-size:.8rem;
}


/* ----------------------------------------------------------
   ANALYTICS
---------------------------------------------------------- */

.gastronomy-dashboard-card{
  max-width:1180px;
  margin:28px auto 0;
}

.gastronomy-dashboard-card .gastronomy-live-strip{
  margin:0;
  padding:14px;
  border-top:1px solid #e4ebf5;
  background:#fbfdff;
}

.gastronomy-live-strip span{
  min-height:70px;
  justify-content:center;
}

.gastronomy-analytics .gastronomy-compact-points{
  max-width:1180px;
  margin-inline:auto;
  margin-top:16px;
}


/* ----------------------------------------------------------
   VERKAUFSKANÄLE
---------------------------------------------------------- */

.gastronomy-channel-grid article{
  min-height:126px;
  justify-content:center;
}


/* ----------------------------------------------------------
   FEATURE-KARTEN – etwas kompakter
---------------------------------------------------------- */

.gastronomy-feature-category{
  margin-top:48px;
}

.gastronomy-feature-category-heading{
  max-width:760px;
  margin-bottom:18px;
  text-align:left;
}

.gastronomy-feature-category-heading .eyebrow{
  display:block;
  margin-bottom:7px;
}

.gastronomy-feature-category-heading h3{
  margin:0;
  color:#0b1930;
  font-size:clamp(1.25rem,1.8vw,1.65rem);
  line-height:1.25;
}

.gastronomy-feature-grid{
  gap:14px;
  margin-top:18px;
}

.gastronomy-feature-grid article{
  min-height:170px;
  padding:22px;
}

.gastronomy-feature-number{
  top:15px;
  right:17px;
  font-size:1.65rem;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media(max-width:1100px){

  .gastronomy-showcase-grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gastronomy-compact-points{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gastronomy-showcase-image{
    height:270px;
  }

  .gastronomy-showcase-grid-3 .gastronomy-showcase-image{
    height:235px;
  }
}

@media(max-width:850px){

  .gastronomy-showcase-grid-2,
  .gastronomy-showcase-grid-3{
    grid-template-columns:1fr;
  }

  .gastronomy-showcase-image,
  .gastronomy-showcase-grid-3 .gastronomy-showcase-image,
  .gastronomy-inventory .gastronomy-showcase-image{
    height:280px;
  }

  .gastronomy-mini-stack,
  .gastronomy-showcase-text-card .gastronomy-mini-stack{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){

  .gastronomy-section-heading-left,
  .gastronomy-transactions .section-heading,
  .gastronomy-analytics .section-heading{
    text-align:center;
  }

  .gastronomy-hero-visual{
    padding:9px;
  }

  .gastronomy-hero-visual img{
    max-height:300px;
  }

  .gastronomy-showcase-image,
  .gastronomy-showcase-grid-3 .gastronomy-showcase-image,
  .gastronomy-inventory .gastronomy-showcase-image{
    height:220px;
    padding:9px;
  }

  .gastronomy-dashboard-image{
    height:170px !important;
  }

  .gastronomy-showcase-copy{
    min-height:0;
    padding:15px;
  }

  .gastronomy-mini-stack,
  .gastronomy-showcase-text-card .gastronomy-mini-stack,
  .gastronomy-compact-points{
    grid-template-columns:1fr;
  }

  .gastronomy-mini-card{
    min-height:90px;
  }
}

@media(max-width:460px){

  .gastronomy-showcase-image,
  .gastronomy-showcase-grid-3 .gastronomy-showcase-image,
  .gastronomy-inventory .gastronomy-showcase-image{
    height:190px;
  }

  .gastronomy-dashboard-image{
    height:145px !important;
  }

  .gastronomy-showcase-copy{
    gap:10px;
  }

  .gastronomy-showcase-kicker{
    width:30px;
    height:30px;
    flex-basis:30px;
  }
}


/* ==========================================================
   GASTRONOMIE – ABSCHNITTSÜBERSCHRIFTEN ZENTRIERT
========================================================== */

.gastronomy-service .section-heading,
.gastronomy-kds .section-heading,
.gastronomy-transactions .section-heading,
.gastronomy-inventory .section-heading,
.gastronomy-management .section-heading,
.gastronomy-analytics .section-heading,
.gastronomy-channels .section-heading,
.gastronomy-features .section-heading,
.gastronomy-centered .section-heading,
.gastronomy-section-heading-left{
  width:100%;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.gastronomy-service .section-heading .eyebrow,
.gastronomy-kds .section-heading .eyebrow,
.gastronomy-transactions .section-heading .eyebrow,
.gastronomy-inventory .section-heading .eyebrow,
.gastronomy-management .section-heading .eyebrow,
.gastronomy-analytics .section-heading .eyebrow,
.gastronomy-channels .section-heading .eyebrow,
.gastronomy-features .section-heading .eyebrow,
.gastronomy-centered .section-heading .eyebrow,
.gastronomy-section-heading-left .eyebrow{
  display:block;
  width:100%;
  text-align:center;
}

.gastronomy-service .section-heading h2,
.gastronomy-kds .section-heading h2,
.gastronomy-transactions .section-heading h2,
.gastronomy-inventory .section-heading h2,
.gastronomy-management .section-heading h2,
.gastronomy-analytics .section-heading h2,
.gastronomy-channels .section-heading h2,
.gastronomy-features .section-heading h2,
.gastronomy-centered .section-heading h2,
.gastronomy-section-heading-left h2{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.gastronomy-service .section-heading .section-description,
.gastronomy-kds .section-heading .section-description,
.gastronomy-transactions .section-heading .section-description,
.gastronomy-inventory .section-heading .section-description,
.gastronomy-management .section-heading .section-description,
.gastronomy-analytics .section-heading .section-description,
.gastronomy-channels .section-heading .section-description,
.gastronomy-features .section-heading .section-description,
.gastronomy-centered .section-heading .section-description,
.gastronomy-section-heading-left .section-description{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

@media(max-width:700px){
  .gastronomy-service .section-heading,
  .gastronomy-kds .section-heading,
  .gastronomy-transactions .section-heading,
  .gastronomy-inventory .section-heading,
  .gastronomy-management .section-heading,
  .gastronomy-analytics .section-heading,
  .gastronomy-channels .section-heading,
  .gastronomy-features .section-heading,
  .gastronomy-centered .section-heading,
  .gastronomy-section-heading-left{
    text-align:center;
  }

  .gastronomy-service .section-heading .eyebrow,
  .gastronomy-kds .section-heading .eyebrow,
  .gastronomy-transactions .section-heading .eyebrow,
  .gastronomy-inventory .section-heading .eyebrow,
  .gastronomy-management .section-heading .eyebrow,
  .gastronomy-analytics .section-heading .eyebrow,
  .gastronomy-channels .section-heading .eyebrow,
  .gastronomy-features .section-heading .eyebrow,
  .gastronomy-centered .section-heading .eyebrow,
  .gastronomy-section-heading-left .eyebrow,
  .gastronomy-service .section-heading h2,
  .gastronomy-kds .section-heading h2,
  .gastronomy-transactions .section-heading h2,
  .gastronomy-inventory .section-heading h2,
  .gastronomy-management .section-heading h2,
  .gastronomy-analytics .section-heading h2,
  .gastronomy-channels .section-heading h2,
  .gastronomy-features .section-heading h2,
  .gastronomy-centered .section-heading h2,
  .gastronomy-section-heading-left h2,
  .gastronomy-service .section-heading .section-description,
  .gastronomy-kds .section-heading .section-description,
  .gastronomy-transactions .section-heading .section-description,
  .gastronomy-inventory .section-heading .section-description,
  .gastronomy-management .section-heading .section-description,
  .gastronomy-analytics .section-heading .section-description,
  .gastronomy-channels .section-heading .section-description,
  .gastronomy-features .section-heading .section-description,
  .gastronomy-centered .section-heading .section-description,
  .gastronomy-section-heading-left .section-description{
    text-align:center;
  }
}


/* ==========================================================
   GASTRONOMIE – FINALER FEINSCHLIFF
   Keine Änderung der bestehenden Bildgrössen
========================================================== */

/* ----------------------------------------------------------
   EINHEITLICHE ABSCHNITTSABSTÄNDE
---------------------------------------------------------- */

.gastronomy-centered,
.gastronomy-service,
.gastronomy-kds,
.gastronomy-features,
.gastronomy-transactions,
.gastronomy-inventory,
.gastronomy-management,
.gastronomy-analytics,
.gastronomy-channels{
  padding-top:84px;
  padding-bottom:84px;
}

.gastronomy-service .section-heading,
.gastronomy-kds .section-heading,
.gastronomy-transactions .section-heading,
.gastronomy-inventory .section-heading,
.gastronomy-management .section-heading,
.gastronomy-analytics .section-heading,
.gastronomy-channels .section-heading,
.gastronomy-features .section-heading,
.gastronomy-centered .section-heading{
  margin-bottom:34px;
}


/* ----------------------------------------------------------
   FLOW – etwas klarer vom restlichen Inhalt absetzen
---------------------------------------------------------- */

.gastronomy-centered:not(.gastronomy-features):not(.gastronomy-channels){
  background:
    radial-gradient(circle at 50% 0%,rgba(37,99,235,.045),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

.gastronomy-flow{
  margin-top:28px;
}


/* ----------------------------------------------------------
   FEATURE-BEREICH – klare Unterteilung der Kategorien
---------------------------------------------------------- */

.gastronomy-feature-category{
  position:relative;
  margin-top:54px;
  padding-top:10px;
}

.gastronomy-feature-category + .gastronomy-feature-category{
  margin-top:62px;
  padding-top:38px;
  border-top:1px solid #e4ebf5;
}

.gastronomy-feature-category-heading{
  max-width:820px;
  margin:0 auto 22px;
  text-align:center;
}

.gastronomy-feature-category-heading .eyebrow{
  display:block;
  width:100%;
  text-align:center;
}

.gastronomy-feature-category-heading h3{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.gastronomy-feature-grid{
  margin-top:22px;
}

.gastronomy-feature-grid article{
  border-color:#dde7f3;
  background:
    radial-gradient(circle at 94% 8%,rgba(37,99,235,.045),transparent 28%),
    #fff;
}


/* ----------------------------------------------------------
   SHOWCASE-KARTEN – ruhiger und einheitlicher
---------------------------------------------------------- */

.gastronomy-showcase-grid{
  margin-top:0;
}

.gastronomy-showcase-card{
  border-color:#dfe8f3;
}

.gastronomy-showcase-copy{
  border-top:1px solid rgba(223,232,243,.72);
}

.gastronomy-service .gastronomy-compact-points,
.gastronomy-kds .gastronomy-compact-points,
.gastronomy-analytics .gastronomy-compact-points{
  margin-top:20px;
}


/* ----------------------------------------------------------
   MANAGEMENT & VERKAUFSKANÄLE – gleiche Designsprache
---------------------------------------------------------- */

.gastronomy-management-grid,
.gastronomy-channel-grid{
  gap:16px;
  margin-top:30px;
}

.gastronomy-management-grid article,
.gastronomy-channel-grid article{
  position:relative;
  justify-content:center;
  overflow:hidden;
  border-color:#dfe7f2;
  background:
    radial-gradient(circle at 92% 10%,rgba(37,99,235,.075),transparent 30%),
    linear-gradient(145deg,#ffffff 0%,#f8fbff 100%);
}

.gastronomy-management-grid article::before,
.gastronomy-channel-grid article::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,rgba(37,99,235,.85),rgba(14,165,233,.45));
}

.gastronomy-management-grid strong,
.gastronomy-channel-grid strong{
  line-height:1.35;
}

.gastronomy-management-grid span,
.gastronomy-channel-grid span{
  max-width:95%;
}


/* ----------------------------------------------------------
   ANALYTICS – sauberer Abschluss des Blocks
---------------------------------------------------------- */

.gastronomy-dashboard-card{
  overflow:hidden;
  border:1px solid #dde7f3;
  border-radius:20px;
  background:#fff;
}

.gastronomy-dashboard-card .gastronomy-live-strip{
  border-top:1px solid #e4ebf5;
}

.gastronomy-live-strip span{
  border-color:#e0e8f2;
}


/* ----------------------------------------------------------
   CTA – klarer visueller Übergang
---------------------------------------------------------- */

.pos-cta{
  position:relative;
  padding-top:92px;
  padding-bottom:96px;
  background:
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.pos-cta::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1180px,calc(100% - 40px));
  height:1px;
  transform:translateX(-50%);
  background:#e1e9f3;
}

.pos-cta-card{
  box-shadow:0 22px 58px rgba(20,57,108,.10);
}


/* ----------------------------------------------------------
   RESPONSIVE – nur Abstände, keine Bildgrössen ändern
---------------------------------------------------------- */

@media(max-width:1100px){
  .gastronomy-centered,
  .gastronomy-service,
  .gastronomy-kds,
  .gastronomy-features,
  .gastronomy-transactions,
  .gastronomy-inventory,
  .gastronomy-management,
  .gastronomy-analytics,
  .gastronomy-channels{
    padding-top:72px;
    padding-bottom:72px;
  }

  .gastronomy-feature-category + .gastronomy-feature-category{
    margin-top:52px;
    padding-top:32px;
  }
}

@media(max-width:700px){
  .gastronomy-centered,
  .gastronomy-service,
  .gastronomy-kds,
  .gastronomy-features,
  .gastronomy-transactions,
  .gastronomy-inventory,
  .gastronomy-management,
  .gastronomy-analytics,
  .gastronomy-channels{
    padding-top:58px;
    padding-bottom:58px;
  }

  .gastronomy-service .section-heading,
  .gastronomy-kds .section-heading,
  .gastronomy-transactions .section-heading,
  .gastronomy-inventory .section-heading,
  .gastronomy-management .section-heading,
  .gastronomy-analytics .section-heading,
  .gastronomy-channels .section-heading,
  .gastronomy-features .section-heading,
  .gastronomy-centered .section-heading{
    margin-bottom:26px;
  }

  .gastronomy-feature-category{
    margin-top:42px;
  }

  .gastronomy-feature-category + .gastronomy-feature-category{
    margin-top:44px;
    padding-top:28px;
  }

  .gastronomy-feature-category-heading{
    margin-bottom:18px;
  }

  .gastronomy-management-grid,
  .gastronomy-channel-grid{
    gap:12px;
  }

  .pos-cta{
    padding-top:68px;
    padding-bottom:72px;
  }
}
