/* =============================================================
   MemoriaMoment — base.css
   Brand: Warm, persönlich, unvergesslich
   Slogan: "Where Moments Live Forever"
   Version: 2.0 — Dark & Light Mode
   ============================================================= */

/* ===== GOOGLE FONTS — im <head> einbinden ===== */
/* <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet"> */

/* ===== DARK MODE (Standard) ===== */
:root {
  /* — Brand Colors — */
  --primary:           #C4906A;
  --secondary:         #E8C97A;
  --mauve:             #8B5E6E;
  --midnight:          #1E1B4B;
  --champagne:         #EDE0CC;
  --success:           #10b981;

  /* — Surfaces — */
  --bg:                #0D0914;
  --bg-soft:           #140E1C;
  --card:              #1A1126;
  --card-soft:         #241535;

  /* — Text — */
  --text:              #F5EFE8;
  --text-muted:        #A898B8;
  --text-slogan:       rgba(245, 239, 232, 0.55);

  /* — Borders & Shadows — */
  --border:            rgba(196, 144, 106, 0.18);
  --border-active:     rgba(196, 144, 106, 0.60);
  --shadow:            0 4px 32px rgba(0, 0, 0, 0.60);
  --shadow-glow:       0 0 16px rgba(196, 144, 106, 0.35);

  /* — Info / Highlight Box — */
  --info-bg:           rgba(196, 144, 106, 0.07);
  --info-border:       rgba(196, 144, 106, 0.25);

  /* — Tabs Nav Backdrop — */
  --tabs-bg:           rgba(13, 9, 20, 0.97);

  /* — Button Text auf Gradient — */
  --btn-primary-text:  #1A1126;

  /* — Shape — */
  --radius:            12px;
  --radius-lg:         16px;
}

/* ===== LIGHT MODE ===== */
@media (prefers-color-scheme: light) {
  :root {
    --primary:          #7A4A1E;
    --secondary:        #9A6F00;
    --mauve:            #5C3347;
    --midnight:         #1E1B4B;
    --champagne:        #EDE0CC;
    --success:          #047857;

    --bg:               #EFE4D2;
    --bg-soft:          #E4D4BC;
    --card:             #FBF2E6;
    --card-soft:        #F2E4CE;

    --text:             #140C05;
    --text-muted:       #4A3020;
    --text-slogan:      rgba(20, 12, 5, 0.60);

    --border:           rgba(122, 74, 30, 0.35);
    --border-active:    rgba(122, 74, 30, 0.75);
    --shadow:           0 4px 24px rgba(80, 40, 10, 0.22);
    --shadow-glow:      0 0 14px rgba(122, 74, 30, 0.32);

    --info-bg:          rgba(122, 74, 30, 0.10);
    --info-border:      rgba(122, 74, 30, 0.32);

    --tabs-bg:          rgba(239, 228, 210, 0.97);
    --btn-primary-text: #FFFFFF;
  }
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}

/* ===== WRAPPER ===== */
.checkout-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 12px 12px 40px;
}

/* ===== HEADER ===== */
.header {
  text-align: center;
  padding: 28px 0 20px;
}

/* ===== LOGO IMAGE (echtes PNG-Logo) ===== */
.nav-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo-img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  display: block;
}

.logo-img--footer {
  height: 64px;
  width: 64px;
}

/* ===== LOGO MARK (Text-Fallback für Bestellen-Seite) ===== */
.logo-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.logo-icon {
  width: 46px;
  height: 46px;
  background: -webkit-linear-gradient(135deg, var(--primary), var(--secondary));
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  -webkit-box-shadow: var(--shadow-glow);
  box-shadow: var(--shadow-glow);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: -webkit-linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--primary);
}

/* Slogan */
.brand-slogan {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-slogan);
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 2px;
}
.brand-slogan-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}

.brand-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 14px auto;
  max-width: 220px;
}
.brand-divider::before,
.brand-divider::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: -webkit-linear-gradient(90deg, transparent, var(--primary), transparent);
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.35;
}
.brand-divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.6;
}

.brand-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  height: 4px;
  max-width: 160px;
}
.brand-bar span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.header h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  background: -webkit-linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--primary);
}
.header p {
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ===== STICKY TABS NAV ===== */
.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--tabs-bg);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 10px 8px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  margin-bottom: 14px;
}
.tab-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 4px 6px;
  border-radius: 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-step:active { background: var(--info-bg); }
.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  background: var(--card);
  color: var(--text-muted);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-step span {
  font-size: 0.62rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.2;
}
.tab-step.active .step-circle {
  background: -webkit-linear-gradient(135deg, var(--primary), var(--secondary));
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--btn-primary-text);
  border-color: var(--primary);
  -webkit-box-shadow: var(--shadow-glow);
  box-shadow: var(--shadow-glow);
}
.tab-step.active span { color: var(--text); font-weight: 600; }
.tab-step.completed .step-circle {
  background: var(--success);
  color: #fff;
  border-color: var(--success);
}
.step-line {
  height: 2px;
  background: var(--border);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2px;
  margin-bottom: 18px;
}

/* ===== PAGES CONTAINER ===== */
.pages-container {
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.page {
  display: none;
  padding: 20px 16px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page.active { display: block; opacity: 1; }
.page-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}

/* ===== PAKETE ===== */
.packages-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.package-card {
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--card-soft);
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.package-card:active { -webkit-transform: scale(0.99); -ms-transform: scale(0.99); transform: scale(0.99); }
.package-card input[type=radio] { position: absolute; opacity: 0; width: 0; height: 0; }
.package-card.selected {
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 2px rgba(196, 144, 106, 0.20);
  box-shadow: 0 0 0 2px rgba(196, 144, 106, 0.20);
  background: var(--info-bg);
}
.checkmark {
  position: absolute;
  top: 10px; right: 10px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: -webkit-linear-gradient(135deg, var(--primary), var(--secondary));
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--btn-primary-text);
  font-size: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.package-card.selected .checkmark { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.badge {
  display: inline-block;
  background: -webkit-linear-gradient(135deg, var(--primary), var(--secondary));
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--btn-primary-text);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.package-name { font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; color: var(--text); }
.package-desc { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 8px; line-height: 1.4; }
.package-price { font-size: 1.2rem; font-weight: 700; color: var(--primary); }

/* ===== FORM ===== */
.form-section {
  margin-bottom: 14px;
  padding: 14px 12px 10px;
  border-radius: var(--radius);
  background: var(--card-soft);
  border: 1px solid var(--border);
}
.form-section-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
label {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 4px;
  color: var(--text-muted);
  font-weight: 500;
}
.hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
  line-height: 1.4;
  margin-bottom: 6px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-size: 16px;
  font-family: inherit;
  outline: none;
  background: var(--bg-soft);
  color: var(--text);
  margin-bottom: 8px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
}
input::placeholder,
textarea::placeholder {
  color: rgba(168, 152, 184, 0.78);
  opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--bg-soft) inset !important;
  caret-color: var(--text);
  transition: background-color 9999s ease-out 0s;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23A898B8' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
input[type=date] {
  color-scheme: dark;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23C4906A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 44px;
}
input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  width: 38px;
  height: 38px;
  margin-right: -8px;
}
textarea { min-height: 80px; resize: vertical; }
textarea#inhalt {
  transition: border-color 0.15s, box-shadow 0.15s, opacity 0.15s, background 0.15s;
}
#song-story-fields.is-optional textarea#inhalt {
  border-style: dashed;
  opacity: 0.82;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 3px rgba(196, 144, 106, 0.15);
  box-shadow: 0 0 0 3px rgba(196, 144, 106, 0.15);
}

.grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

/* ===== FILE INPUT ===== */
.file-input {
  padding: 16px 12px;
  border-radius: var(--radius);
  border: 2px dashed var(--border);
  background: var(--bg-soft);
  text-align: center;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--text-muted);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-bottom: 8px;
  -webkit-tap-highlight-color: transparent;
}
.file-input:active { border-color: var(--primary); }
.file-input input[type=file] { display: none; }
.file-label {
  font-weight: 500;
  color: var(--text);
  font-size: 0.85rem;
  margin-bottom: 6px;
  display: block;
}

/* ===== RADIO / CHECKBOX ===== */
.radio-group, .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.radio-pill, .checkbox-item {
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 8px 14px;
  font-size: 0.82rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: var(--bg-soft);
  color: var(--text-muted);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  min-height: 40px;
}
.radio-pill input, .checkbox-item input { margin: 0; accent-color: var(--primary); }
.radio-pill input:checked ~ span,
.checkbox-item input:checked ~ span { color: var(--primary); font-weight: 600; }
.radio-pill.active, .checkbox-item.active {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
  background: var(--info-bg);
}

/* ===== RECHNUNG ===== */
.invoice-section {
  background: var(--card-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 16px;
  margin-bottom: 16px;
}
.invoice-title { font-size: 1rem; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.invoice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}
.invoice-item:last-child { border-bottom: none; }
.invoice-item-name { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: var(--text-muted); }
.invoice-item-price { font-weight: 600; color: var(--text); min-width: 70px; text-align: right; }
.invoice-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 0;
  border-top: 1px solid var(--border);
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.invoice-total-price { font-size: 1.3rem; color: var(--primary); }

/* ===== BUTTONS ===== */
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
button {
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.15s;
  transition: opacity 0.2s, transform 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
}
button:active { -webkit-transform: scale(0.97); -ms-transform: scale(0.97); transform: scale(0.97); opacity: 0.9; }
.btn-primary {
  background: -webkit-linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: var(--btn-primary-text);
  -webkit-box-shadow: 0 8px 20px rgba(196, 144, 106, 0.30);
  box-shadow: 0 8px 20px rgba(196, 144, 106, 0.30);
}
.btn-secondary {
  background: var(--card-soft);
  color: var(--text-muted);
  border: 1px solid var(--border);
}

/* ===== LEGAL ===== */
.legal-check {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
}
.legal-check input[type=checkbox] {
  margin-top: 2px;
  min-width: 18px;
  min-height: 18px;
  cursor: pointer;
  accent-color: var(--primary);
}
.legal-check label { margin: 0; cursor: pointer; color: var(--text-muted); line-height: 1.5; }
.legal-check a { color: var(--primary); text-decoration: none; }

/* ===== INFO BOX ===== */
.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--info-bg);
  border: 1px solid var(--info-border);
  border-radius: var(--radius-lg);
  padding: 14px;
  margin-bottom: 16px;
}
.info-box-icon {
  font-size: 1.4rem;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-box p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.info-box strong { color: var(--text); }

/* ===== FOOTER SLOGAN ===== */
.footer-slogan {
  text-align: center;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.footer-slogan .fs-en {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-slogan);
  letter-spacing: 0.04em;
}
.footer-slogan .fs-de {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.55;
}

/* ===== TABLET & DESKTOP ===== */
@media (min-width: 540px) {
  .checkout-wrapper { padding: 16px 20px 40px; }
  .packages-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page { padding: 28px 24px 28px; }
  .header h1 { font-size: 2rem; }
  .logo-name { font-size: 1.8rem; }
}

@media (min-width: 768px) {
  .checkout-wrapper { padding: 24px 24px 48px; }
  .tab-step span { font-size: 0.75rem; }
  .step-circle { width: 36px; height: 36px; }
}

/* ===== NAV BRAND NAME ===== */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.nav-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  white-space: nowrap;

  /* ✨ Rose-Gold / Gold Verlauf */
  background: linear-gradient(
    135deg,
    #C4906A 0%,
    #E8C97A 40%,
    #C4906A 70%,
    #8B5E6E 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ── Formular-Feldvalidierung (Fehlerzustand) ──────────────── */
.field-error {
  border: 2px solid #e53e3e !important;
  background: #fff5f5 !important;
  color: #2b1820 !important;
  caret-color: #2b1820 !important;
  border-radius: 8px !important;
  animation: fieldShake 0.35s ease;
}
.field-error::placeholder {
  color: rgba(85, 52, 62, 0.68) !important;
}
.field-error:-webkit-autofill,
.field-error:-webkit-autofill:hover,
.field-error:-webkit-autofill:focus {
  -webkit-text-fill-color: #2b1820 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff5f5 inset !important;
}

.field-error-msg {
  color: #e53e3e;
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

@keyframes fieldShake {
  0%,  100% { transform: translateX(0);    }
  25%        { transform: translateX(-5px); }
  75%        { transform: translateX(5px);  }
}
