/* ==========================================================================
   DINNER-DATE BLOCK STYLES (MUM IŞIĞINDA GURME AKŞAM YEMEĞİ)
   Nexvia Digital Studio — Ultra Luxury Bistro & Gourmet Dining Experience
   ========================================================================== */

.blk-dinner-wrap {
  background: radial-gradient(circle at top center, #350a12 0%, #1c0307 55%, #080002 100%) !important;
  color: #fff;
  padding: max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.dinner-container {
  width: 100%;
  max-width: min(820px, 100%);
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

/* ==========================================================================
   1. TİTREYEN ROMANTİK MUM & BİSTRO ŞAMDAN BAŞLIĞI
   ========================================================================== */
.candle-ambient-header {
  margin-bottom: 26px;
  position: relative;
}

.candle-scene {
  width: 60px;
  height: 90px;
  margin: 0 auto 16px auto;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease;
}

.candle-scene:hover {
  transform: scale(1.08);
}

.candle-glow-aura {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(254, 240, 138, 0.35) 0%, rgba(245, 158, 11, 0.15) 45%, transparent 75%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
  animation: candleAuraGlow 2.5s infinite alternate ease-in-out;
}

@keyframes candleAuraGlow {
  0% { transform: translateX(-50%) scale(0.9); opacity: 0.7; }
  100% { transform: translateX(-50%) scale(1.15); opacity: 1; }
}

.candle-flame {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fef08a 25%, #f59e0b 60%, #dc2626 100%);
  border-radius: 50% 50% 35% 35% / 60% 60% 40% 40%;
  box-shadow: 0 0 18px #fbbf24, 0 0 35px #f59e0b;
  animation: candleFlicker 1.8s infinite ease-in-out;
  transform-origin: 50% 90%;
  z-index: 5;
}

.flame-inner {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 12px;
  background: #38bdf8;
  border-radius: 50%;
  opacity: 0.8;
}

@keyframes candleFlicker {
  0%, 100% { transform: translateX(-50%) rotate(-1deg) scaleY(1); }
  25% { transform: translateX(-52%) rotate(2deg) scaleY(1.08); }
  50% { transform: translateX(-48%) rotate(-2deg) scaleY(0.94); }
  75% { transform: translateX(-51%) rotate(1.5deg) scaleY(1.04); }
}

.candle-wick {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: #18181b;
  z-index: 4;
}

.candle-wax-body {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  background: linear-gradient(180deg, #fef3c7 0%, #fde68a 35%, #d97706 100%);
  border-radius: 6px 6px 3px 3px;
  box-shadow: inset 2px 0 5px rgba(255,255,255,0.6), inset -2px 0 5px rgba(0,0,0,0.3);
}

.wax-drips {
  position: absolute;
  top: 4px;
  left: -2px;
  width: 6px;
  height: 14px;
  background: #fef3c7;
  border-radius: 3px;
}

.candle-holder-brass {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 14px;
  background: linear-gradient(90deg, #785a17, #d4af37, #fef08a, #d4af37, #785a17);
  border-radius: 50% 50% 4px 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.dinner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.15);
  border: 1.5px solid #d4af37;
  color: #fbbf24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.dinner-title {
  font-size: clamp(1.5rem, 4.2vw, 2.3rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.dinner-couple-names {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fda4af;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dinner-sub {
  font-size: 1.05rem;
  color: #e5e7eb;
  margin: 0 0 20px 0;
}

/* ==========================================================================
   2. GOURMET STEPPER PROGRESS BAR (5 ADIM)
   ========================================================================== */
.dinner-stepper-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(24, 7, 12, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 18px;
  padding: 12px 18px;
  margin-bottom: 24px;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.dinner-step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.25s ease;
  user-select: none;
}

.dinner-step-item:hover {
  opacity: 0.85;
}

.dinner-step-item.active {
  opacity: 1;
}

.dinner-step-item.completed {
  opacity: 0.9;
}

.d-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #d4af37;
  transition: all 0.25s ease;
}

.dinner-step-item.active .d-step-num {
  background: linear-gradient(135deg, #d4af37, #b48a1c);
  color: #000;
  border-color: #fef08a;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.7);
  transform: scale(1.1);
}

.dinner-step-item.completed .d-step-num {
  background: #10b981;
  border-color: #6ee7b7;
  color: #fff;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.d-step-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.d-step-idx {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #a1a1aa;
}

.d-step-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #e5e7eb;
  white-space: nowrap;
}

.dinner-step-item.active .d-step-label {
  color: #fbbf24;
  font-weight: 800;
}

.d-step-divider {
  flex: 1;
  height: 2px;
  background: rgba(212, 175, 55, 0.2);
  margin: 0 8px;
  min-width: 6px;
}

@media (max-width: 680px) {
  .d-step-info { display: none; }
  .dinner-stepper-bar { padding: 10px 12px; }
}

/* ==========================================================================
   3. GOURMET STEP PANELS
   ========================================================================== */
.dinner-step-panel {
  display: none;
  background: linear-gradient(145deg, rgba(35, 10, 16, 0.95) 0%, rgba(15, 3, 6, 0.98) 100%);
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: 24px;
  padding: 30px 26px;
  backdrop-filter: blur(16px);
  text-align: left;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.85);
}

.dinner-step-panel.active {
  display: block;
  animation: dinnerPanelIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes dinnerPanelIn {
  from { opacity: 0; transform: translateY(14px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.d-step-header {
  text-align: center;
  margin-bottom: 24px;
}

.d-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.d-step-title {
  font-size: clamp(1.25rem, 3.2vw, 1.6rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px 0;
}

.d-step-desc {
  font-size: 0.92rem;
  color: #cbd5e1;
  margin: 0;
}

/* ==========================================================================
   4. GOURMET MENU CARDS LIST
   ========================================================================== */
.gourmet-cards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.gourmet-menu-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.gourmet-menu-card:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: #d4af37;
  transform: translateY(-2px);
}

.gourmet-menu-card.selected {
  border-color: #d4af37;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.22) 0%, rgba(20, 5, 8, 0.95) 100%);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
}

.card-content-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.gourmet-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #d4af37;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.gourmet-menu-card.selected .gourmet-icon-box {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

.gourmet-text {
  text-align: left;
}

.gourmet-badge {
  font-size: 0.68rem;
  font-weight: 800;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gourmet-name {
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
  margin: 2px 0 3px 0;
}

.gourmet-desc {
  font-size: 0.8rem;
  color: #cbd5e1;
  margin: 0;
}

.card-status-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.price-complimentary {
  font-size: 0.72rem;
  font-weight: 800;
  color: #fef08a;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 4px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gourmet-radio-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: transparent;
  transition: all 0.2s ease;
}

.gourmet-menu-card.selected .gourmet-radio-check {
  background: #d4af37;
  border-color: #fef08a;
  color: #000;
}

/* ==========================================================================
   5. CANLI ŞEF ADİSYONU (LIVE CHEF RECEIPT & RUBBER STAMP)
   ========================================================================== */
.chef-receipt-card {
  position: relative;
  background: #fdfbf7;
  color: #1c1917;
  border-radius: 4px;
  padding: 24px 22px;
  font-family: 'Courier New', Courier, monospace;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
  margin-bottom: 24px;
  overflow: hidden;
}

.receipt-header {
  text-align: center;
  margin-bottom: 14px;
}

.receipt-restaurant-name {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #0c0a09;
}

.receipt-meta {
  font-size: 0.7rem;
  font-weight: 700;
  color: #78716c;
  margin-top: 4px;
}

.receipt-divider-dash {
  border-bottom: 1.5px dashed #a8a29e;
  margin: 12px 0;
}

.receipt-items-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 700;
}

.r-item-name {
  color: #292524;
}

.r-item-price {
  color: #059669;
  font-weight: 900;
}

.receipt-totals {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.r-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  font-weight: 700;
  color: #78716c;
}

.r-total-row.grand {
  font-size: 1rem;
  font-weight: 900;
  color: #0c0a09;
}

/* KIRMIZI ISLAK "HESAP BENDEN!" DAMGASI */
.receipt-stamp-rubber {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(-14deg);
  border: 3.5px double #dc2626;
  border-radius: 12px;
  padding: 6px 14px;
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  text-align: center;
  pointer-events: none;
  animation: stampPopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes stampPopIn {
  from { transform: translateY(-50%) rotate(-14deg) scale(2); opacity: 0; }
  to { transform: translateY(-50%) rotate(-14deg) scale(1); opacity: 1; }
}

.stamp-top-star {
  display: block;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.stamp-main-text {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.stamp-sub-text {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
}

/* Form Styles */
.dinner-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 520px) {
  .form-row-2 { grid-template-columns: 1fr; }
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 8px;
}

.dinner-input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  color: #fff;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.dinner-input:focus {
  outline: none;
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
}

.dinner-input option {
  background: #1c0307;
  color: #fff;
}

.btn-book-table {
  position: relative;
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  color: #fff;
  border: 2px solid #d4af37;
  border-radius: 35px;
  padding: 15px 30px;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(185, 28, 28, 0.6);
  transition: all 0.2s ease;
  margin-left: auto;
  overflow: hidden;
}

.btn-book-table:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(185, 28, 28, 0.8);
}

/* Nav Footer */
.dinner-step-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  padding-top: 20px;
  flex-wrap: wrap;
}

.d-nav-summary {
  font-size: 0.88rem;
  color: #fbbf24;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-d-next {
  background: linear-gradient(135deg, #d4af37, #b48a1c);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.45);
  transition: all 0.2s ease;
  margin-left: auto;
}

.btn-d-next:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.65);
}

.btn-d-prev {
  background: transparent;
  border: 1.5px solid rgba(212, 175, 55, 0.4);
  color: #d4af37;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.btn-d-prev:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
}

/* ==========================================================================
   6. ALTIN VARAKLI VIP MASA REZERVASYON KARTI
   ========================================================================== */
.dinner-congrats-banner {
  background: rgba(16, 185, 129, 0.15);
  border: 1.5px solid #10b981;
  color: #6ee7b7;
  padding: 14px 20px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 24px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dinner-card-wrapper {
  perspective: 1200px;
  margin-bottom: 24px;
}

.dinner-ticket-card {
  background: linear-gradient(135deg, #2b070f 0%, #150206 100%);
  border: 3px solid #d4af37;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 0 45px rgba(212, 175, 55, 0.35), 0 30px 60px rgba(0, 0, 0, 0.9);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.d-tkt-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px dashed rgba(212, 175, 55, 0.4);
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.d-tkt-badge {
  font-size: 0.78rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.d-tkt-wax-seal {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f43f5e, #be123c, #881337);
  border: 2px solid #fda4af;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 15px rgba(244, 63, 94, 0.6);
}

.d-tkt-title {
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.d-tkt-sub {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fbbf24;
  margin-bottom: 18px;
}

.d-tkt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.d-grid-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.d-lbl {
  font-size: 0.68rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.d-val {
  font-size: 0.95rem;
  color: #fff;
}

.d-val.highlight {
  color: #fbbf24;
  font-weight: 800;
}

.d-tkt-menu-review {
  background: rgba(212, 175, 55, 0.1);
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 16px;
}

.review-title {
  font-size: 0.74rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 0.85rem;
}

@media (max-width: 520px) {
  .review-items-grid { grid-template-columns: 1fr; }
}

.r-course .c-tag {
  color: #fef08a;
  font-weight: 700;
}

.r-course strong {
  color: #fff;
}

.d-tkt-note {
  font-style: italic;
  font-size: 0.9rem;
  color: #fbcfe8;
  border-left: 3.5px solid #d4af37;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 10px 10px 0;
  margin-bottom: 18px;
}

.d-tkt-foot {
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  font-weight: 800;
  color: #d4af37;
  border-top: 1.5px dashed rgba(212, 175, 55, 0.4);
  padding-top: 14px;
}

.foot-compliments {
  color: #fef08a;
}

/* Actions */
.dinner-ticket-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-dinner-act {
  padding: 13px 24px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-dinner-act.primary {
  background: linear-gradient(135deg, #d4af37, #b48a1c);
  color: #000;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
}

.btn-dinner-act.whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.btn-dinner-act:hover {
  transform: translateY(-2px);
}

.btn-dinner-act.text-only {
  background: transparent;
  color: #a1a1aa;
  padding: 12px 18px;
}

.btn-dinner-act.text-only:hover {
  color: #fff;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS & SAFE AREA
   ========================================================================== */
@media (max-width: 640px) {
  .dinner-stepper-bar {
    padding: 8px 10px;
    border-radius: 14px;
    gap: 4px;
  }

  .dinner-step-panel {
    padding: 20px 14px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  .gourmet-menu-card {
    padding: 14px 12px;
    border-radius: 14px;
    gap: 12px;
  }

  .gourmet-icon-box {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  .gourmet-name {
    font-size: 0.92rem;
  }

  .gourmet-desc {
    font-size: 0.76rem;
  }

  .chef-receipt-card {
    padding: 18px 14px;
    border-radius: 12px;
  }

  .receipt-stamp-rubber {
    right: 12px;
    padding: 4px 10px;
  }

  .stamp-main-text {
    font-size: 0.98rem;
  }

  .dinner-ticket-card {
    padding: 20px 14px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  .d-tkt-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dinner-ticket-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-dinner-act {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    box-sizing: border-box;
  }

  .btn-book-table, .btn-d-next, .btn-d-prev {
    min-height: 48px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .dinner-step-nav {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .gourmet-menu-card {
    padding: 12px 10px;
    gap: 8px;
  }
  .price-complimentary {
    font-size: 0.65rem;
    padding: 3px 6px;
  }
}
