/* Zeichenfabrik -- Gutschein-Bestellseite. Nutzt die Farb-/Schrift-Variablen aus basis.css
   (--farbe-teal, --farbe-terrakotta, --farbe-rand, --farbe-muted). Der Bestellmodal-Rahmen selbst
   kommt aus buchung.css (buchung-overlay/-panel/-schritte/-footer/-feldpaar/...); hier nur die
   gutschein-spezifischen Ergänzungen. */

.gutschein-hero { border-bottom: 1px solid var(--farbe-rand); padding: 56px 24px 60px; }
.gutschein-hero-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.gutschein-h1 {
  margin: 12px 0 0; font-size: 54px; line-height: 1.02; font-weight: 800; letter-spacing: -.025em;
}
.gutschein-h1-akzent { position: relative; display: inline-block; }
.gutschein-h1-akzent::after {
  content: ""; position: absolute; left: -.05em; right: -.05em; bottom: -.06em; height: .11em;
  background: var(--farbe-terrakotta); border-radius: 3px;
}
.gutschein-lead {
  margin: 22px 0 0; font-size: 18px; line-height: 1.55; color: #4a463f; max-width: 32em;
}

.gutschein-picker { margin-top: 30px; }
.gutschein-picker-label {
  font-family: var(--schrift-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: #8A8377; margin: 0 0 12px;
}
.gutschein-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.gutschein-chip {
  font-family: inherit; font-weight: 700; font-size: 16px; padding: 13px 22px; cursor: pointer;
  border: 1px solid #D8D3C9; background: #fff; color: #4a463f; transition: all .12s ease;
}
.gutschein-chip:hover { border-color: var(--farbe-teal); }
.gutschein-chip.aktiv { border: 2px solid var(--farbe-teal); background: #eef5f5; color: #22403F; }

.gutschein-frei { margin-top: 12px; max-width: 260px; }
.gutschein-frei > div, .gutschein-frei { }
.gutschein-frei {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0;
}
.gutschein-frei-euro {
  padding: 0 4px 0 14px; font-size: 17px; font-weight: 700; color: #6B665E;
  border: 1px solid #D8D3C9; border-right: none; background: #fff; line-height: 46px;
}
.gutschein-frei-input {
  flex: 1; min-width: 0; border: 1px solid #D8D3C9; border-left: none; outline: none; background: #fff;
  padding: 12px 12px 12px 4px; font-family: inherit; font-size: 17px; font-weight: 700; color: var(--farbe-tinte);
}
.gutschein-frei-hinweis { flex: 1 0 100%; font-size: 12px; color: #8A8377; margin-top: 6px; }

.gutschein-hero-cta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-gross { font-size: 16px; padding: 15px 30px; }
.gutschein-hero-cta-hinweis { font-size: 13px; color: #6B665E; }

/* ---- Gutschein-Vorschau (Karte) ---- */
/* ---- Hero-Vorschau: Miniatur der echten Gutschein-Karte (creme Hauptteil + Teal-Stub) ---- */
.gutschein-hero-vorschau { display: flex; justify-content: center; min-width: 0; }
.gk-karte {
  width: 100%; max-width: 520px; background: var(--farbe-creme); color: var(--farbe-tinte);
  border: 1px solid var(--farbe-rand); box-shadow: 0 30px 60px -34px rgba(20, 18, 15, .5);
  display: flex; flex-direction: column; overflow: hidden;
}
.gk-oben { display: flex; align-items: stretch; }
.gk-haupt { flex: 1 1 auto; min-width: 0; padding: 24px 20px 20px 26px; display: flex; flex-direction: column; }
.gk-kicker {
  font-family: var(--schrift-mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: #6B665E;
}
.gk-titel { margin: 12px 0 0; font-size: 38px; line-height: .9; font-weight: 800; letter-spacing: -.03em; }
.gk-titel-wort { position: relative; display: inline-block; }
.gk-titel-wort svg { position: absolute; left: 0; bottom: -.2em; width: 100%; height: .2em; overflow: visible; }
.gk-sub { margin: 16px 0 0; font-size: 10px; line-height: 1.5; color: #3d392f; max-width: 22em; }
.gk-zitat {
  margin: auto 0 0; font-family: var(--schrift-hand); font-weight: 700; font-size: 21px; line-height: 1.1;
  color: #22403F; max-width: 12em;
}
.gk-stub {
  flex: 0 0 42%; background: var(--farbe-teal); color: var(--farbe-creme);
  padding: 24px 18px 20px; border-left: 2px dashed rgba(250, 249, 246, .45);
  display: flex; flex-direction: column;
}
.gk-stub-label {
  font-family: var(--schrift-mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--farbe-teal-hell); margin: 0 0 6px;
}
.gk-stub-label--einloesen { margin-top: 18px; }
.gk-betrag { font-size: 27px; font-weight: 800; letter-spacing: -.02em; line-height: 1; white-space: nowrap; color: var(--farbe-creme); }
.gk-trenner { height: 1px; background: rgba(250, 249, 246, .28); margin: 16px 0; }
.gk-code {
  background: var(--farbe-creme); color: #22403F; font-family: var(--schrift-mono); font-weight: 600;
  font-size: 15px; letter-spacing: .05em; padding: 8px 6px; text-align: center;
}
.gk-schritte { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; counter-reset: gk; }
.gk-schritte li {
  position: relative; padding-left: 20px; font-size: 9.5px; line-height: 1.35; color: #EAF1F1; counter-increment: gk;
}
.gk-schritte li::before {
  content: counter(gk); position: absolute; left: 0; top: 0; width: 14px; height: 14px; border-radius: 50%;
  background: var(--farbe-teal-hell); color: #22403F; font-family: var(--schrift-mono); font-weight: 800;
  font-size: 8px; display: flex; align-items: center; justify-content: center;
}
.gk-schritte strong { color: #fff; }
.gk-fuss {
  border-top: 1px solid var(--farbe-rand); padding: 11px 20px 11px 26px; display: flex; align-items: center;
  justify-content: space-between; gap: 12px; font-size: 9px; color: #4a463f; font-weight: 600; white-space: nowrap;
}
.gk-fuss-kontakt { font-family: var(--schrift-mono); font-weight: 400; color: #6B665E; }

/* ---- „So funktioniert's" ---- */
.gutschein-schritte-sektion, .gutschein-fakten-sektion { border-bottom: 1px solid var(--farbe-rand); padding: 50px 24px 56px; }
.gutschein-sektion-inner { max-width: 1180px; margin: 0 auto; }
.gutschein-schritte-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 24px; }
.gutschein-schritt-nummer {
  width: 38px; height: 38px; border-radius: 50%; background: var(--farbe-teal); color: #fff;
  font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.gutschein-schritt-titel { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.gutschein-schritt-text { margin: 0; font-size: 15px; line-height: 1.6; color: #4a463f; }

/* ---- Feature-Checkliste ---- */
.gutschein-fakten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 40px; }
.gutschein-fakt { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #37342d; }
.gutschein-haken { flex: 0 0 auto; color: var(--farbe-teal); font-weight: 800; }
.gutschein-fakten-fuss { margin: 26px 0 0; font-size: 14px; color: #6B665E; }
.gutschein-fakten-fuss a { color: var(--farbe-teal); font-weight: 600; text-decoration: none; }
.gutschein-fakten-fuss a:hover { text-decoration: underline; }

/* ---- Modal: Positionen (Betrag + Anzahl je Gutschein) ---- */
.gutschein-position { border: 1px solid var(--farbe-rand); padding: 18px; margin-bottom: 16px; }
.gutschein-position-kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gutschein-position-titel { margin: 0; }
.gutschein-entfernen {
  background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; font-size: 13px;
  color: var(--farbe-muted); text-decoration: underline;
}
.gutschein-entfernen:hover { color: var(--farbe-terrakotta); }
.gutschein-position .gutschein-chips { gap: 8px; }
.gutschein-position .gutschein-chip { padding: 11px 16px; font-size: 15px; flex: 1 1 0; text-align: center; }
.gutschein-anzahl-zeile { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.gutschein-hinzufuegen {
  width: 100%; border: 1px dashed #C7C0B3; background: none; padding: 14px; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600; color: var(--farbe-teal); margin-bottom: 8px;
}
.gutschein-hinzufuegen:hover { background: #f4f1ea; }

.gutschein-infobox {
  display: flex; gap: 10px; align-items: flex-start; background: #f2efe8; border: 1px solid var(--farbe-rand);
  padding: 14px 16px; margin: 18px 0; font-size: 14px; line-height: 1.5; color: #4a463f;
}
.gutschein-infobox-icon { color: var(--farbe-muted); }

@media (max-width: 860px) {
  .gutschein-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .gutschein-hero-vorschau { order: -1; }
  .gutschein-h1 { font-size: 40px; }
  .gutschein-schritte-grid { grid-template-columns: 1fr; }
  .gutschein-fakten { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .gutschein-fakten { grid-template-columns: 1fr; }
  /* Gutschein-Miniatur so verkleinern, dass sie im schmalen Hero nicht überläuft. */
  .gk-titel { font-size: 30px; }
  .gk-sub { font-size: 9px; }
  .gk-zitat { font-size: 17px; }
  .gk-haupt { padding: 16px 12px 14px 16px; }
  .gk-stub { padding: 16px 11px 14px; }
  .gk-betrag { font-size: 18px; }
  .gk-code { font-size: 11px; letter-spacing: .02em; padding: 7px 4px; }
  .gk-fuss { font-size: 7.5px; padding: 9px 12px 9px 16px; }
}
