.brew-spec-overview {
  padding: 90px 0;
  background: #f6f6f4;
  position: relative;
}

.brew-spec-overview .inside {
  width: min(1280px, calc(100% - 60px));
  margin: 0 auto;
}

.brew-spec-header {
  max-width: 760px;
  margin-bottom: 42px;
}

.brew-spec-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b11f1f;
  font-weight: 700;
}

.brew-spec-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #b11f1f;
  transform: translateY(-50%);
}

.brew-spec-header h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #1e1e1c;
}

.brew-spec-header p {
  margin: 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.75;
  color: #5a5a56;
  font-weight: 300;
}

.brew-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brew-spec-card {
  background: #ffffff;
  border: 1px solid #e6e3dc;
  padding: 30px 28px 26px;
  min-height: 180px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brew-spec-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: #1e1e1c;
  opacity: 0.08;
}

.brew-spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: #d7d1c7;
}

.brew-spec-card--highlight {
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.brew-spec-card--highlight .brew-spec-label,
.brew-spec-card--highlight .brew-spec-value,
.brew-spec-card--highlight .brew-spec-note {
  color: #ffffff;
}

.brew-spec-card--highlight::after {
  background: #b11f1f;
  opacity: 1;
}

.brew-spec-label {
  display: block;
  margin-bottom: 18px;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b8b84;
  font-weight: 700;
}

.brew-spec-value {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1e1e1c;
  font-weight: 300;
}

.brew-spec-note {
  display: block;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6a6a65;
  font-weight: 400;
}

.brew-spec-footer {
  margin-top: 34px;
}

.brew-spec-btn {
  display: inline-block;
  min-width: 260px;
  padding: 15px 24px;
  border: 1px solid #b11f1f;
  background: #b11f1f;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brew-spec-btn:hover,
.brew-spec-btn:focus {
  background: #8f1919;
  border-color: #8f1919;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .brew-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .brew-spec-overview {
    padding: 70px 0;
  }

  .brew-spec-overview .inside {
    width: min(100%, calc(100% - 30px));
  }

  .brew-spec-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brew-spec-card {
    min-height: auto;
    padding: 24px 22px 22px;
  }

  .brew-spec-header {
    margin-bottom: 30px;
  }

  .brew-spec-header p {
    line-height: 1.65;
  }

  .brew-spec-btn {
    width: 100%;
    text-align: center;
  }
}

.section-header {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b11f1f;
  font-weight: 700;
}

.section-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #b11f1f;
  transform: translateY(-50%);
}

.section-header h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 15px;
}

.section-header p {
  color: #666;
  line-height: 1.7;
}

/* SECTION 4 */

.brew-details {
  padding: 100px 0;
  background: #ffffff;
}

.brew-details-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.brew-detail-card {
  border: 1px solid #e7e7e7;
  padding: 35px;
  background: #fff;
}

.brew-detail-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.brew-detail-card ul {
  list-style: none;
  padding: 0;
}

.brew-detail-card li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* SECTION 6 */

.brew-advantages {
  padding: 100px 0;
  background: #f6f6f4;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.advantage-card {
  background: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.advantage-card h3 {
  margin-bottom: 10px;
}

/* SECTION 7 */

.brew-usecases {
  padding: 100px 0;
  background: #ffffff;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.usecase-card {
  border: 1px solid #e5e5e5;
  padding: 35px;
}

.usecase-card.highlight {
  background: #2b2b2b;
  color: white;
}
.brew-usecases {
  padding: 110px 0;
  background: #f6f6f4;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.usecase-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 50px 45px;
  position: relative;
  transition: all .3s ease;
}

.usecase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.usecase-line {
  width: 45px;
  height: 2px;
  background: #b11f1f;
  margin-bottom: 20px;
}

.usecase-card h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}

.usecase-card p {
  line-height: 1.7;
  color: #666;
  font-size: 16px;
}

/* Highlight Card */

.usecase-card.highlight {
  background: #c41718;
  border: none;
  color: white;
}

.usecase-card.highlight p {
  color: rgba(255,255,255,0.8);
}

.usecase-card.highlight .usecase-line {
  background: #b11f1f;
}

/* Responsive */

@media (max-width: 900px) {

.usecase-grid {
  grid-template-columns: 1fr;
}

.usecase-card {
  padding: 40px;
}

}
.usecase-card.highlight {
  background: #2b2b2b;
  border: none;
}

.usecase-card.highlight {
  background: #b11f1f;
  border: none;
}

/* Linie oben */

.usecase-card.highlight .usecase-line {
  background: #ffffff;
}

/* Titel */

.usecase-card.highlight h3 {
  color: #ffffff;
}

/* Text */

.usecase-card.highlight p {
  color: rgba(255,255,255,0.9);
}
.usecase-card.highlight {
  background: linear-gradient(135deg,#b11f1f,#8f1919);
  border: none;
}
.usecase-card.highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}
.brew-video-content {
  max-width: 420px;
}

/* Kicker */

.brew-video-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b11f1f;
  font-weight: 700;
}

.brew-video-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #b11f1f;
  transform: translateY(-50%);
}

/* Headline */

.brew-video-title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #1e1e1c;
}

/* Intro */

.brew-video-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
}

/* Feature Liste */

.brew-video-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.brew-video-features li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}

.brew-video-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: #b11f1f;
  font-weight: bold;
}

/* Divider */

.brew-video-divider {
  height: 1px;
  background: #e6e6e6;
  margin-bottom: 30px;
}

/* CTA Button */

.brew-video-btn {
  display: inline-block;
  padding: 16px 28px;
  background: #b11f1f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  transition: all .25s ease;
}

.brew-video-btn:hover {
  background: #8f1919;
  transform: translateY(-2px);
}
.brew-video-features {
  list-style: none;       /* entfernt Standard-Bullets */
  padding: 0;
  margin: 0 0 30px 0;
}

.brew-video-features li {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}

/* rotes Checkmark */

.brew-video-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: #b11f1f;
  font-weight: bold;
  font-size: 16px;
}

/* entfernt Linie beim letzten Element */

.brew-video-features li:last-child {
  border-bottom: none;
}

.brew-video-features li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #b11f1f;
  border-bottom: 2px solid #b11f1f;
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: 18px;
}
.brew-video-features,
.brew-video-features ul {
  list-style: none !important;
  margin: 0 0 30px 0;
  padding: 0 !important;
}

.brew-video-features li {
  list-style: none !important;
  margin: 0 !important;
  padding: 14px 0 14px 32px !important;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  position: relative;
}

/* entfernt Marker/Bullets aus Themes */
.brew-video-features li::marker {
  content: "" !important;
  color: transparent !important;
  font-size: 0 !important;
}

.brew-video-features li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b11f1f;
  border-bottom: 2px solid #b11f1f;
  transform: rotate(45deg);
}

.brew-video-features li:last-child {
  border-bottom: none;
}

/* -----------------------------------
   MOBILE OPTIMIZATION
   SECTION 4 + SECTION 6
----------------------------------- */

@media (max-width: 767px) {

  .brew-details,
  .brew-advantages {
    padding: 70px 0;
  }

  .section-header {
    max-width: 100%;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .section-header h2 {
    font-size: 42px;
    line-height: 1.08;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .section-header p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  /* SECTION 4 */

  .brew-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  .brew-detail-card {
    padding: 26px 22px;
    min-width: 0;
  }

  .brew-detail-card h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .brew-detail-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .brew-detail-card li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  /* SECTION 6 */

  .advantages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  .advantage-card {
    padding: 26px 22px;
    min-width: 0;
  }

  .advantage-card h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 14px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .advantage-card p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }
}

@media (max-width: 767px) {
  .brew-details,
  .brew-advantages {
    overflow: hidden;
  }

  .advantages-grid,
  .brew-details-grid {
    padding-bottom: 20px;
  }
}
/*ad hier quick*/

.brew-fixed-actions {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  pointer-events: none;
}

.brew-fixed-action {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 248px;
  padding: 16px 18px;
  text-decoration: none;
  color: #2a2a28;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(42, 42, 40, 0.12);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.brew-fixed-action::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: #b11f1f;
}

.brew-fixed-action:hover,
.brew-fixed-action:focus {
  transform: translateX(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  border-color: rgba(177, 31, 31, 0.22);
}

.brew-fixed-action__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b11f1f;
  background: #f8f5f2;
  border: 1px solid rgba(177, 31, 31, 0.14);
}

.brew-fixed-action__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.brew-fixed-action__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.brew-fixed-action__text strong {
  display: block;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #1f1f1d;
}

.brew-fixed-action__text small {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #6a6a65;
  font-weight: 400;
}

/* red emphasis for the main action */
.brew-fixed-action--primary {
  background: rgba(255, 255, 255, 0.97);
}

.brew-fixed-action--secondary {
  background: rgba(250, 250, 249, 0.95);
}

/* slightly more compact on medium screens */
@media (max-width: 1200px) {
  .brew-fixed-actions {
    right: 18px;
  }

  .brew-fixed-action {
    min-width: 220px;
    padding: 14px 16px;
  }

  .brew-fixed-action__text strong {
    font-size: 17px;
  }
}

/* mobile: turn into bottom action bar */
@media (max-width: 767px) {
  .brew-fixed-actions {
    top: auto;
    bottom: 14px;
    right: 14px;
    left: 14px;
    transform: none;
    flex-direction: row;
    gap: 10px;
  }

  .brew-fixed-action {
    flex: 1 1 0;
    min-width: 0;
    padding: 13px 12px;
    gap: 10px;
    border-radius: 0;
  }

  .brew-fixed-action::before {
    top: 0;
    bottom: auto;
    left: 12px;
    right: 12px;
    width: auto;
    height: 3px;
  }

  .brew-fixed-action__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .brew-fixed-action__icon svg {
    width: 18px;
    height: 18px;
  }

  .brew-fixed-action__text strong {
    font-size: 15px;
    line-height: 1.15;
  }

  .brew-fixed-action__text small {
    font-size: 11px;
    line-height: 1.35;
  }
}

/* very small screens */
@media (max-width: 480px) {
  .brew-fixed-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .brew-fixed-action {
    padding: 12px 10px;
  }

  .brew-fixed-action__text small {
    display: none;
  }

  .brew-fixed-action__text strong {
    font-size: 14px;
  }
}
.legal-page {
  padding: 110px 0;
  background: #f6f6f4;
}

.legal-page .inside {
  width: min(1180px, calc(100% - 60px));
  margin: 0 auto;
}

.legal-header {
  max-width: 760px;
  margin-bottom: 60px;
}

.legal-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b11f1f;
  font-weight: 700;
}

.legal-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #b11f1f;
  transform: translateY(-50%);
}

.legal-header h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #1f1f1d;
}

.legal-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #666660;
  max-width: 620px;
}

.legal-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.legal-card {
  background: #ffffff;
  border: 1px solid #e6e3dc;
  padding: 34px 36px;
  position: relative;
}

.legal-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 48px;
  height: 2px;
  background: #b11f1f;
}

.legal-card h2 {
  margin: 0 0 22px;
  padding-top: 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #1f1f1d;
}

.legal-copy {
  max-width: 880px;
}

.legal-copy p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.8;
  color: #5d5d58;
}

.legal-copy p:last-child {
  margin-bottom: 0;
}

.legal-copy strong {
  color: #1f1f1d;
  font-weight: 600;
}

.legal-copy a {
  color: #b11f1f;
  text-decoration: none;
  border-bottom: 1px solid rgba(177, 31, 31, 0.25);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.legal-copy a:hover,
.legal-copy a:focus {
  color: #8f1919;
  border-color: rgba(143, 25, 25, 0.45);
}

.legal-copy ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.legal-copy ul li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 24px;
  color: #5d5d58;
  line-height: 1.7;
}

.legal-copy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #b11f1f;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .legal-page {
    padding: 75px 0;
  }

  .legal-page .inside {
    width: min(100%, calc(100% - 30px));
  }

  .legal-header {
    margin-bottom: 36px;
  }

  .legal-card {
    padding: 26px 22px;
  }

  .legal-card::before {
    left: 22px;
    width: 38px;
  }

  .legal-card h2 {
    margin-bottom: 18px;
    padding-top: 8px;
  }

  .legal-copy p,
  .legal-copy ul li {
    font-size: 15px;
    line-height: 1.7;
  }
}

.privacy-page {
  padding: 110px 0;
  background: #f6f6f4;
}

.privacy-page .inside {
  width: min(1180px, calc(100% - 60px));
  margin: 0 auto;
}

.legal-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.legal-card {
  background: #ffffff;
  border: 1px solid #e6e3dc;
  padding: 34px 36px;
  position: relative;
}

.legal-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 48px;
  height: 2px;
  background: #b11f1f;
}

.legal-card h2 {
  margin: 0 0 22px;
  padding-top: 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 300;
  color: #1f1f1d;
}

.legal-copy p {
  margin: 0 0 18px;
  line-height: 1.8;
  color: #5d5d58;
}

.legal-copy ul {
  list-style: none;
  padding: 0;
}

.legal-copy ul li {
  padding: 8px 0 8px 22px;
  position: relative;
}

.legal-copy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #b11f1f;
  transform: rotate(45deg);
}

@media (max-width: 768px) {

  .privacy-page {
    padding: 70px 0;
  }

  .legal-card {
    padding: 26px 22px;
  }

}

.title{
  display: none;
}