/* =============================================
   MITTAGSDEAL — Complete Redesign
   ============================================= */

/* ---- Header-Override für mittag-page ---- */
.mittag-page #header { background: transparent; }
.mittag-page .logo img { filter: brightness(0) invert(1); }
.mittag-page nav.desktop-nav a { color: var(--white); }
.mittag-page nav.desktop-nav a::after { background: var(--white); }
.mittag-page nav.desktop-nav a.nav-b2b { color: var(--white); border-color: rgba(255,255,255,0.4); }
.mittag-page nav.desktop-nav a.nav-b2b:hover { background: var(--white); color: var(--dark); }
.mittag-page .nav-dropdown-toggle { color: var(--white); }
.mittag-page .nav-dropdown-toggle:hover { color: var(--white); opacity: 0.8; }
.mittag-page .hamburger span { background: var(--white); }
.mittag-page #header.scrolled { background: #0d0d0d; box-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.mittag-page #header.scrolled nav.desktop-nav a { color: var(--white); }
.mittag-page #header.scrolled .nav-dropdown-toggle { color: var(--white); }
.mittag-page { overflow-x: hidden; }

/* =============================================
   HERO
   ============================================= */
.m-hero {
  background: #0d0d0d;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.m-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 78% 22%, rgba(0,106,77,0.18), transparent 34%);
  opacity: 0.45;
  pointer-events: none;
}

/* Subtle red vignette bottom-right */
.m-hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(223,25,42,0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.m-hero-inner {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 56px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: calc(var(--header-height) + 56px) 24px 68px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.m-hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

/* Eyebrow row */
.m-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.m-hero-tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
}

.m-hero-days {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.58);
  letter-spacing: 0.5px;
}

/* Headline */
.m-hero-h1 {
  display: flex;
  flex-direction: column;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 24px;
  gap: 0;
}

.m-h1-word {
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 0.93;
}

.m-h1-plus {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  display: block;
  line-height: 1.3;
  font-style: italic;
}

.m-h1-nur {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  display: block;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-top: 8px;
}

.m-h1-price {
  font-size: clamp(76px, 10.5vw, 144px);
  font-weight: 700;
  color: var(--red);
  display: block;
  line-height: 0.82;
}

/* Subtitle */
.m-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 460px;
}

.m-hero-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 520px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.09);
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.m-hero-info-item {
  min-width: 0;
  padding: 14px 16px 15px;
  background: rgba(13,13,13,0.78);
}

.m-hero-info-kicker,
.m-hero-info-value {
  display: block;
}

.m-hero-info-kicker {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: rgba(255,255,255,0.34);
  margin-bottom: 6px;
}

.m-hero-info-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
}

/* Countdown pill */
.m-countdown {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  padding: 11px 20px;
  margin-bottom: 28px;
  max-width: fit-content;
  box-sizing: border-box;
}

.m-countdown-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
  transition: background 0.4s, box-shadow 0.4s;
}

.m-countdown-dot.active-dot {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); }
  50%       { box-shadow: 0 0 0 7px rgba(34,197,94,0.08); }
}

.m-countdown-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}

/* CTA row */
.m-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 100%;
}

/* Hero Visual */
.m-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.m-hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223,25,42,0.22) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.m-hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
}

.m-hero-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 80px rgba(0,0,0,0.7));
}

.m-hero-badge {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: var(--white);
  border-radius: 8px;
  padding: 18px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  text-align: center;
  min-width: 130px;
}

.m-hero-badge-price {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: var(--red);
  line-height: 1;
}

.m-hero-badge-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 5px;
}

/* =============================================
   LUNCH FLOW
   ============================================= */
.m-lunch-flow {
  background: #151515;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.m-lunch-flow-inner {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.m-lunch-step {
  padding: 34px 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
  opacity: 0;
  transform: translateY(24px);
}

.m-lunch-step:first-child {
  border-left: 1px solid rgba(255,255,255,0.07);
}

.m-lunch-step--price {
  background: linear-gradient(135deg, rgba(223,25,42,0.16), rgba(255,255,255,0.02));
}

.m-lunch-step-num,
.m-lunch-step-title,
.m-lunch-step-text,
.m-lunch-price {
  display: block;
}

.m-lunch-step-num {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255,255,255,0.22);
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.m-lunch-step-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  line-height: 0.95;
  margin-bottom: 10px;
}

.m-lunch-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 700;
  font-style: italic;
  color: var(--red);
  line-height: 0.9;
}

.m-lunch-step-text {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  max-width: 270px;
}

/* =============================================
   PRODUCTS
   ============================================= */
.m-products {
  background:
    linear-gradient(180deg, #f7f2e8 0%, #fff 28%, #fff 100%);
}

.m-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.m-eyebrow-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}

.m-eyebrow-label--light {
  color: rgba(255,255,255,0.35);
}

.m-section-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.0;
  margin-bottom: 16px;
}

.m-section-h2 span { color: var(--red); }

.m-section-sub {
  font-size: 16px;
  color: var(--gray);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Product Grid */
.m-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 48px;
}

.m-product-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 70px rgba(0,0,0,0.11);
  display: flex;
  flex-direction: column;
  background: var(--white);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.m-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.m-product-visual {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #f2e8d8;
}

.m-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.m-product-card:hover .m-product-visual img {
  transform: scale(1.05);
}

/* Lava Cake visual */
.m-product-visual--lava {
  background: linear-gradient(135deg, #130800 0%, #2d1200 40%, #1a0900 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-lava-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(255,80,0,0.2) 0%, transparent 65%);
  pointer-events: none;
}

.m-lava-core {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,120,0,0.2);
}

.m-lava-emoji {
  font-size: 54px;
  filter: drop-shadow(0 0 24px rgba(255,100,0,0.5));
  animation: lava-float 4s ease-in-out infinite;
}

@keyframes lava-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}

.m-product-num {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 3px;
}

.m-product-body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.m-product-category {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.m-product-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 14px;
}

.m-product-desc {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 20px;
}

.m-product-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.m-product-tags span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(13,13,13,0.72);
  background: #f7f2e8;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.07);
}

/* Products Bottom Bar */
.m-products-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dark);
  border-radius: 8px;
  padding: 40px 56px;
  gap: 32px;
  opacity: 0;
  transform: translateY(30px);
}

.m-price-display {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-price-together {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.35);
}

.m-price-big {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(52px, 6.5vw, 84px);
  font-weight: 700;
  font-style: italic;
  color: var(--red);
  line-height: 0.88;
}

.m-price-note {
  font-size: 13px;
  color: rgba(255,255,255,0.25);
  margin-top: 6px;
}

/* =============================================
   AREAS / LIEFERGEBIET
   ============================================= */
.m-areas {
  background: #111;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.m-areas::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0,106,77,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.m-areas-header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 72px;
}

.m-areas-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-30px);
}

.m-area-item {
  position: relative;
  overflow: hidden;
}

.m-area-item:hover .m-area-name-text {
  color: var(--red);
}

.m-area-content {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 36px 24px;
  max-width: 1160px;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-60px);
}

.m-area-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m-area-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.18);
  text-transform: uppercase;
}

.m-area-tag {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.38);
  line-height: 1.4;
}

.m-area-name-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  line-height: 0.9;
  transition: color 0.3s ease;
}

.m-area-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  max-width: 220px;
  line-height: 1.6;
  text-align: right;
}

.m-area-line {
  height: 1px;
  background: rgba(255,255,255,0.07);
  transform-origin: left;
  transform: scaleX(0);
}

/* =============================================
   TRUST / BEWERTUNGEN
   ============================================= */
.m-trust {
  background: #f7f2e8;
}

.m-trust-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.m-trust-score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(80px, 11vw, 128px);
  font-weight: 700;
  font-style: italic;
  color: var(--green);
  line-height: 1;
  opacity: 0;
  transform: scale(0.6);
}

.m-trust-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.m-trust-stars {
  font-size: 26px;
  color: #f59e0b;
  letter-spacing: 3px;
  line-height: 1;
}

.m-trust-count {
  font-size: 15px;
  color: var(--gray);
  font-weight: 500;
}

.m-trust-source {
  font-size: 13px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  margin-bottom: 38px;
}

.m-trust-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.m-trust-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 116px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 8px;
  padding: 22px 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(13,13,13,0.58);
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  opacity: 0;
  transform: translateY(16px);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.m-trust-pill strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  color: var(--dark);
}

.m-trust-pill:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

/* =============================================
   FINAL CTA
   ============================================= */
.m-final {
  background: var(--green);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.m-final::before {
  content: '';
  position: absolute;
  top: -180px;
  left: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,56,40,0.7) 0%, transparent 65%);
  pointer-events: none;
}

.m-final::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(223,25,42,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.m-final-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 24px;
  opacity: 0;
  transform: translateY(40px);
}

.m-final-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(60px, 9vw, 120px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  line-height: 0.93;
  margin-bottom: 20px;
}

.m-final-h2 span {
  display: block;
  color: rgba(255,255,255,0.35);
}

.m-final-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.m-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.m-final-note {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.5px;
}

/* =============================================
   STICKY + FLOATING CTAs
   ============================================= */
.sticky-cta-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 12px 16px;
  background: rgba(13,13,13,0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.sticky-cta-mobile .btn {
  width: 100%;
  justify-content: center;
}

.floating-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 900;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .m-hero-inner { gap: 40px; }
  .m-area-content { grid-template-columns: 180px 1fr auto; gap: 32px; }
  .m-trust-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .m-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: calc(var(--header-height) + 48px);
    padding-bottom: 60px;
  }

  .m-hero-eyebrow { justify-content: center; }
  .m-hero-sub { margin-left: auto; margin-right: auto; }
  .m-hero-info { margin-left: auto; margin-right: auto; }
  .m-countdown { margin-left: auto; margin-right: auto; }
  .m-hero-actions { justify-content: center; }

  .m-hero-visual {
    max-width: 360px;
    margin: 0 auto;
  }

  .m-hero-badge { right: 0; }

  .m-lunch-flow-inner { grid-template-columns: 1fr; }
  .m-lunch-step,
  .m-lunch-step:first-child {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .m-lunch-step:last-child { border-bottom: none; }
  .m-lunch-step-text { margin-left: auto; margin-right: auto; }

  .m-products-grid { grid-template-columns: 1fr; }

  .m-products-cta {
    flex-direction: column;
    text-align: center;
    padding: 36px 32px;
  }

  .m-areas { padding: 80px 0; }
  .m-area-content {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }
  .m-area-meta { flex-direction: row; align-items: center; gap: 12px; }
  .m-area-desc { text-align: left; max-width: none; }

  .m-trust-top { gap: 20px; }

  .m-final { padding: 80px 0; }
  .m-final-actions { flex-direction: column; }
  .m-final-actions .btn { width: 100%; }
}

@media (max-width: 600px) {
  .mittag-page .header-cta .btn {
    display: none;
  }

  .m-hero-visual { display: none; }

  .m-hero {
    min-height: auto;
  }

  .m-hero-inner {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
  }

  .m-hero-content {
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .m-hero-sub {
    max-width: 100%;
    font-size: 15px;
  }

  .m-hero-eyebrow {
    flex-wrap: wrap;
  }

  .m-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .m-hero-actions .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .m-countdown {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    overflow: hidden;
    padding-left: 14px;
    padding-right: 14px;
  }

  .m-countdown-text {
    min-width: 0;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .m-hero-info {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .m-lunch-flow-inner { padding: 0 16px; }
  .m-lunch-step { padding: 28px 16px; }

  .m-area-name-text { font-size: 44px; }
  .m-areas-header { margin-bottom: 48px; }

  .m-trust-score { font-size: 72px; }
  .m-trust-pills { grid-template-columns: 1fr; }

  .m-products-cta { border-radius: 16px; padding: 28px 24px; }

  .sticky-cta-mobile { display: block; }
  .floating-cta { display: none; }
}

@media (min-width: 601px) {
  .sticky-cta-mobile { display: none; }
}
