/* Schriftarten werden über <link> in head.php geladen. */

  :root {
    /* p17 Markenwelt: Gold-Akzent, dunkles Anthrazit, helles Papier */
    --gold: #c8a24b;
    --gold-deep: #a8842f;
    --gold-soft: #f5ecd6;
    --ink: #1c1e22;
    --ink-2: #2b2e34;
    --paper: #ffffff;
    --bg: #f3f4f6;
    --line: #e2e4e8;
    --muted: #6b7079;
    --shadow: rgba(28, 30, 34, 0.10);
    /* Heatmap-Skala (Wertanalyse) — gold-/bernsteinbasiert, zur Marke passend */
    --h0:#fbf3df; --h1:#f6e2b0; --h2:#eecb78; --h3:#e2ad45;
    --h4:#cf8a2c; --h5:#b06a1c; --h6:#854c12;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Barlow', system-ui, sans-serif;
    background: var(--bg); color: var(--ink); line-height: 1.5; min-height: 100vh;
    -webkit-user-select: none; user-select: none;
  }

  /* ---------- Kopfzeile im p17-Stil ---------- */
  .topbar { background: var(--ink); color: #fff; font-size: 0.8rem; }
  .topbar .inner { max-width: 1200px; margin: 0 auto; padding: 0.45rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
  .topbar a { color: var(--gold); text-decoration: none; }
  .topbar .addr { color: #b9bcc2; }

  header.site { background: var(--ink-2); color: #fff; border-bottom: 3px solid var(--gold); }
  header.site .inner { max-width: 1200px; margin: 0 auto; padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
  .brand { display: flex; align-items: center; gap: 0.85rem; }
  .logo { display: inline-flex; align-items: center; line-height: 0; }
  .logo .logo-svg-wrap { display: inline-flex; }
  .logo .logo-svg-wrap svg { height: 46px; width: 46px; display: block; border-radius: 6px; }
  .brand .tag { border-left: 1px solid #4a4e56; padding-left: 0.85rem; }
  .brand .tag .l1 { font-family:'Barlow Condensed',sans-serif; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; font-size:0.74rem; color: var(--gold); }
  .brand .tag .l2 { font-size: 0.78rem; color: #c7cad0; }
  header.site nav { display: flex; gap: 1.4rem; font-size: 0.85rem; font-weight: 500; }
  header.site nav a { color: #d6d8dd; text-decoration: none; transition: color 0.15s; }
  header.site nav a:hover { color: var(--gold); }

  .hero { background: linear-gradient(180deg, var(--ink-2), var(--ink)); color: #fff; }
  .hero .inner { max-width: 1200px; margin: 0 auto; padding: 1.6rem 1.5rem 1.7rem; }
  .hero .eyebrow { font-family:'Barlow Condensed',sans-serif; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.78rem; color: var(--gold); font-weight: 600; }
  .hero h1 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; margin-top: 0.25rem; }
  .hero p { color: #c7cad0; max-width: 60ch; margin-top: 0.45rem; font-size: 0.96rem; }

  .wrap { max-width: 1200px; margin: 0 auto; padding: 1.8rem 1.5rem 4rem; }

  /* ---------- Modus-Auswahl ---------- */
  .mode-bar { display: flex; gap: 0.75rem; margin-bottom: 1.6rem; flex-wrap: wrap; align-items: stretch; }
  .mode-btn {
    flex: 1; min-width: 220px; text-align: left; cursor: pointer; background: var(--paper);
    border: 1.5px solid var(--line); border-radius: 12px; padding: 1rem 1.15rem;
    display: flex; gap: 0.85rem; align-items: flex-start; transition: border-color 0.15s, box-shadow 0.15s, transform 0.1s;
  }
  .mode-btn:hover { border-color: var(--gold); transform: translateY(-1px); }
  .mode-btn.active { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
  .mode-btn .ic { width: 38px; height: 38px; flex: none; border-radius: 9px; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold-deep); }
  .mode-btn .ic svg { width: 20px; height: 20px; }
  .mode-btn h4 { font-size: 1rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
  .mode-btn.active h4::after { content: "✓"; color: var(--gold-deep); font-size: 0.85rem; }
  .mode-btn p { font-size: 0.82rem; color: var(--muted); margin-top: 0.15rem; }

  .layout { display: grid; grid-template-columns: 1fr 330px; gap: 1.6rem; align-items: start; }
  @media (max-width: 900px) { .layout { grid-template-columns: 1fr; } }

  .card { background: var(--paper); border: 1.5px solid var(--line); border-radius: 14px; box-shadow: 0 16px 36px -26px var(--shadow); }

  /* ---------- Karte ---------- */
  .map-card { padding: 1.3rem; }
  .map-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.6rem; flex-wrap: wrap; gap: 0.5rem; }
  .map-head h2 { font-size: 1.2rem; font-weight: 700; }
  .map-head .mode-label { font-size: 0.8rem; color: var(--gold-deep); font-weight: 600; font-family:'Barlow Condensed',sans-serif; letter-spacing:0.1em; text-transform:uppercase; }

  /* Der Bereich, der als Bild exportiert wird */
  #captureArea { background: var(--paper); border-radius: 10px; padding: 0.5rem 0.5rem 0; position: relative; }
  #mapSvg { width: 100%; height: auto; display: block; touch-action: manipulation; }
  .region { fill: var(--region-empty,#e9ebee); stroke: #aab; stroke-width: 0.5; stroke-linejoin: round; cursor: pointer; transition: fill 0.18s ease, stroke 0.1s; }
  .region:hover { stroke: var(--ink); stroke-width: 1.4; }
  .region.selected { stroke: var(--ink); stroke-width: 1.9; }
  .region-label { font-size: 7px; font-weight: 700; fill: #33363b; text-anchor: middle; pointer-events: none; opacity: 0.5; font-family:'Barlow',sans-serif; }
  .region-label.on-dark { fill: #fff; opacity: 0.92; }
  .region-text { font-size: 5.4px; fill: #33363b; text-anchor: middle; pointer-events: none; opacity: 0.85; font-family:'Barlow',sans-serif; }
  .region-text.on-dark { fill: #fff; }

  /* Wasserzeichen-/Quellenhinweis in der Karte */
  .map-credit { font-size: 0.66rem; color: #7c818a; line-height: 1.45; padding: 0.5rem 0.4rem 0.3rem; border-top: 1px solid var(--line); margin-top: 0.3rem; }
  .map-credit b { color: var(--ink); }
  .map-credit a { color: var(--gold-deep); text-decoration: none; }

  #tip { position: fixed; pointer-events: none; background: var(--ink); color: #fff; padding: 6px 9px; border-radius: 7px; font-size: 0.78rem; line-height: 1.35; opacity: 0; transition: opacity 0.1s; z-index: 50; max-width: 230px; box-shadow: 0 6px 18px -6px rgba(0,0,0,0.4); }
  #tip b { color: var(--gold); }

  /* Legende */
  .legend { margin-top: 0.9rem; font-size: 0.74rem; color: var(--muted); }
  .legend .scale-wrap { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
  .legend .scale { display: flex; height: 12px; border-radius: 3px; overflow: hidden; width: 170px; }
  .legend .scale span { flex: 1; }
  .legend-cats { display: flex; flex-wrap: wrap; gap: 0.45rem 0.9rem; }
  .legend-cats .item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--ink); }
  .legend-cats .sw { width: 13px; height: 13px; border-radius: 3px; border: 1px solid rgba(0,0,0,0.12); }

  /* ---------- Panel ---------- */
  .panel { padding: 1.3rem; position: sticky; top: 1.2rem; }
  .panel h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.15rem; }
  .panel .hint { font-size: 0.8rem; color: var(--muted); margin-bottom: 1rem; }
  .field { margin-bottom: 0.85rem; }
  .field label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #5b606a; margin-bottom: 0.3rem; font-weight: 600; }
  .field input { width: 100%; padding: 0.58rem 0.7rem; border: 1.5px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 0.95rem; background: #fff; color: var(--ink); }
  .field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
  .field input:disabled { background: #f1f2f4; color: #aab; cursor: not-allowed; }
  .field.value-only .label-val, .field.text-only .label-txt { }

  .btn-row { display: flex; gap: 0.5rem; margin-top: 0.3rem; }
  button.act { flex: 1; padding: 0.6rem; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: 0.85rem; transition: filter 0.12s, transform 0.1s; }
  button.act:active { transform: translateY(1px); }
  button.act:disabled { opacity: 0.5; cursor: not-allowed; }
  .save { background: var(--gold); color: #1c1e22; }
  .save:hover:not(:disabled) { filter: brightness(1.05); }
  .clear { background: #fff; color: var(--gold-deep); border: 1.5px solid var(--line) !important; }
  .clear:hover:not(:disabled) { background: var(--gold-soft); }

  .divider { height: 1px; background: var(--line); margin: 1.2rem 0; }
  .sec-title { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: #5b606a; font-weight: 700; margin-bottom: 0.6rem; }
  .io-row { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; }
  button.io { flex: 1; padding: 0.55rem; border: 1.5px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; font-family: inherit; font-size: 0.8rem; font-weight: 500; color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
  button.io:hover { border-color: var(--gold); color: var(--gold-deep); }
  button.io svg { width: 15px; height: 15px; }
  button.export-img { width: 100%; padding: 0.7rem; background: var(--ink); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: 0.88rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
  button.export-img:hover { background: #000; }
  button.export-img svg { width: 17px; height: 17px; }

  .stats { font-size: 0.8rem; color: var(--muted); margin-top: 1rem; line-height: 1.7; }
  .stats b { color: var(--ink); }

  footer.site { background: var(--ink); color: #aeb2b9; font-size: 0.8rem; margin-top: 2rem; }
  footer.site .inner { max-width: 1200px; margin: 0 auto; padding: 1.4rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem 1.5rem; flex-wrap: wrap; align-items: center; }
  footer.site .foot-col { display: flex; flex-direction: column; gap: 0.15rem; }
  footer.site .copy { color: #c7cad0; }
  footer.site .foot-addr { color: #797d84; font-size: 0.76rem; }
  footer.site .foot-links { display: flex; gap: 1.3rem; flex-wrap: wrap; }
  footer.site .foot-links a { color: var(--gold); text-decoration: none; font-weight: 500; transition: color 0.15s; }
  footer.site .foot-links a:hover { color: #e6cf8f; text-decoration: underline; }

  /* ---------- Einwilligungs-Dialog ---------- */
  .gate-overlay { position: fixed; inset: 0; background: rgba(20,22,26,0.62); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; z-index: 100; padding: 1.2rem; }
  .gate-overlay[hidden] { display: none; }
  .gate-box { background: #fff; border-radius: 14px; max-width: 440px; width: 100%; padding: 1.7rem 1.6rem 1.5rem; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.45); position: relative; border-top: 4px solid var(--gold); }
  .gate-close { position: absolute; top: 0.7rem; right: 0.9rem; background: none; border: none; font-size: 1.6rem; line-height: 1; color: var(--muted); cursor: pointer; }
  .gate-close:hover { color: var(--ink); }
  .gate-box h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.3rem; }
  .gate-intro { font-size: 0.88rem; color: var(--muted); margin-bottom: 1.1rem; }
  .gate-field { margin-bottom: 0.9rem; }
  .gate-field label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #5b606a; margin-bottom: 0.3rem; font-weight: 600; }
  .gate-field input[type=email] { width: 100%; padding: 0.65rem 0.7rem; border: 1.5px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 0.98rem; }
  .gate-field input[type=email]:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
  .gate-error { color: #c0392b; font-size: 0.8rem; margin-top: 0.35rem; }
  .gate-consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.82rem; line-height: 1.45; color: #3a3e45; margin-bottom: 1.1rem; cursor: pointer; }
  .gate-consent input { margin-top: 0.18rem; width: 17px; height: 17px; accent-color: var(--gold-deep); flex: none; cursor: pointer; }
  .gate-consent a { color: var(--gold-deep); }
  .gate-submit { width: 100%; padding: 0.75rem; background: var(--gold); color: #1c1e22; border: none; border-radius: 9px; font-family: inherit; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: filter 0.12s; }
  .gate-submit:hover { filter: brightness(1.05); }
  .gate-note { font-size: 0.76rem; color: var(--muted); margin-top: 0.7rem; text-align: center; min-height: 1em; }
  .gate-note.ok { color: #2e7d32; }
  .gate-note.err { color: #c0392b; }

  /* ---------- Willkommens-/Tracking-Einwilligung ---------- */
  .welcome-overlay { position: fixed; inset: 0; background: rgba(20,22,26,0.78); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; z-index: 200; padding: 1.2rem; }
  .welcome-overlay.hidden { display: none; }
  .welcome-box { background: #fff; border-radius: 16px; max-width: 480px; width: 100%; padding: 2rem 1.9rem 1.7rem; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5); border-top: 5px solid var(--gold); text-align: center; }
  .welcome-logo svg { width: 56px; height: 56px; border-radius: 8px; margin: 0 auto 0.9rem; display: block; }
  .welcome-box h2 { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 0.7rem; }
  .welcome-box p { font-size: 0.92rem; color: #3a3e45; line-height: 1.5; margin-bottom: 0.7rem; }
  .welcome-box .welcome-sub { font-size: 0.84rem; color: var(--muted); }
  .welcome-box .welcome-sub a { color: var(--gold-deep); }
  .welcome-btns { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.3rem; }
  .welcome-btn { width: 100%; padding: 0.8rem 0.9rem; border-radius: 9px; font-family: inherit; font-weight: 700; font-size: 0.92rem; cursor: pointer; background: var(--gold); color: #1c1e22; border: none; transition: filter 0.12s; }
  .welcome-btn:hover { filter: brightness(1.06); }
  /* ===================================================================
     Ergänzungen für die DRUCK-/BESTELLSEITE (PLZ1-Zonenkarte)
     =================================================================== */
  .zone { cursor: pointer; stroke: #fff; stroke-width: 1; transition: fill 0.15s, stroke 0.1s, filter 0.15s; }
  .zone:hover { filter: brightness(0.94); stroke: var(--ink); stroke-width: 1.6; }
  .zone.selected { stroke: var(--ink); stroke-width: 2.4; filter: brightness(0.9); }
  .zone-label { font-size: 16px; font-weight: 800; fill: #1c1e22; text-anchor: middle; pointer-events: none; font-family:'Barlow',sans-serif; opacity: 0.82; }

  /* Konfigurator-Layout: Karte links, Bestellpanel rechts */
  .order-layout { display: grid; grid-template-columns: 1fr 380px; gap: 1.6rem; align-items: start; }
  @media (max-width: 960px){ .order-layout { grid-template-columns: 1fr; } }

  .opt-group { margin-bottom: 1.1rem; }
  .opt-group > .opt-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #5b606a; font-weight: 700; margin-bottom: 0.45rem; display:block; }
  .radio-cards { display: flex; gap: 0.5rem; flex-wrap: wrap; }
  .radio-card { flex:1; min-width: 130px; border: 1.5px solid var(--line); border-radius: 10px; padding: 0.6rem 0.7rem; cursor: pointer; font-size: 0.85rem; display:flex; gap:0.5rem; align-items:center; transition: border-color 0.15s, box-shadow 0.15s; }
  .radio-card:hover { border-color: var(--gold); }
  .radio-card input { accent-color: var(--gold-deep); }
  .radio-card.checked, .radio-card:has(input:checked) { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
  .sel-zone { font-weight: 700; color: var(--gold-deep); font-size: 0.92rem; }

  select.input, input.input { width:100%; padding:0.55rem 0.7rem; border:1.5px solid var(--line); border-radius:8px; font-family:inherit; font-size:0.92rem; background:#fff; color:var(--ink); }
  select.input:focus, input.input:focus { outline:none; border-color:var(--gold); box-shadow:0 0 0 3px var(--gold-soft); }
  .row2 { display:grid; grid-template-columns: 1fr 1fr; gap:0.6rem; }
  .row3 { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:0.6rem; }
  .menge-wrap { max-width: 120px; }

  .strassen-note { display:none; font-size:0.8rem; color:var(--muted); background:var(--gold-soft); border-radius:8px; padding:0.5rem 0.7rem; margin-top:0.5rem; }

  /* Preisbox */
  .price-box { background:#fff; border:1.5px solid var(--line); border-radius:12px; padding:1rem 1.1rem; margin-top:0.4rem; }
  .price-hint { font-size:0.85rem; color:var(--muted); }
  .price-table { width:100%; border-collapse:collapse; font-size:0.86rem; }
  .price-table td { padding:0.28rem 0; vertical-align:top; }
  .price-table td:last-child { text-align:right; font-variant-numeric: tabular-nums; white-space:nowrap; }
  .price-table tr.sum td { border-top:1px solid var(--line); padding-top:0.45rem; font-weight:600; }
  .price-table tr.total td { border-top:2px solid var(--ink); padding-top:0.45rem; font-weight:800; font-size:1.02rem; color:var(--ink); }
  .liefer-note { font-size:0.8rem; color:var(--muted); margin-top:0.6rem; }

  /* Bestellformular */
  .order-form { margin-top: 0; }
  .order-form fieldset { border:1.5px solid var(--line); border-radius:10px; padding:0.9rem 1rem 1rem; margin-bottom:1rem; }
  .order-form legend { font-size:0.74rem; text-transform:uppercase; letter-spacing:0.1em; color:#5b606a; font-weight:700; padding:0 0.4rem; }
  .order-form label.fl { display:block; font-size:0.72rem; color:#5b606a; font-weight:600; margin:0 0 0.25rem; }
  .order-form .fgrp { margin-bottom:0.7rem; }
  .order-consent { display:flex; gap:0.6rem; align-items:flex-start; font-size:0.82rem; line-height:1.45; color:#3a3e45; margin:0.4rem 0 1rem; cursor:pointer; }
  .order-consent input { margin-top:0.18rem; width:17px; height:17px; accent-color:var(--gold-deep); flex:none; }
  .aktion-cards { display:flex; gap:0.5rem; flex-wrap:wrap; margin-bottom:0.4rem; }
  .submit-order { width:100%; padding:0.8rem; background:var(--gold); color:#1c1e22; border:none; border-radius:9px; font-family:inherit; font-weight:700; font-size:0.95rem; cursor:pointer; transition:filter 0.12s; }
  .submit-order:hover:not(:disabled){ filter:brightness(1.05); }
  .submit-order:disabled{ opacity:0.6; cursor:not-allowed; }
  .form-note { font-size:0.82rem; margin-top:0.7rem; text-align:center; min-height:1em; }
  .form-note.ok { color:#2e7d32; }
  .form-note.err { color:#c0392b; }
  .order-info { font-size:0.78rem; color:var(--muted); line-height:1.5; margin-top:0.8rem; }
  .order-info b { color:var(--ink); }

  /* Kartentyp-Vorschau & neue Felder */
  .type-cards .radio-card { min-width: 0; }
  .surcharge-badge { background: var(--gold-soft); color: var(--gold-deep); font-size: 0.7rem; font-weight: 700; padding: 0.05rem 0.35rem; border-radius: 5px; margin-left: 0.2rem; white-space: nowrap; }
  .type-preview { margin: 0.7rem 0 0; }
  .type-preview img { width: 100%; max-width: 100%; height: auto; border: 1.5px solid var(--line); border-radius: 10px; display: block; background: #f7f5ef; }
  .type-preview figcaption { font-size: 0.78rem; color: var(--muted); margin-top: 0.35rem; text-align: center; }
  textarea.input { resize: vertical; min-height: 64px; font-family: inherit; }

  /* Kartentyp-Buttons bei 4 Optionen: 2-spaltiges Raster */
  .type-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .type-cards .radio-card { min-width: 0; font-size: 0.82rem; align-items: flex-start; }
  @media (max-width: 520px){ .type-cards { grid-template-columns: 1fr; } }

  /* Varianten-Hinweis unter Vorschaubild + volle Bemerkungsbreite */
  .type-preview-note { font-size: 0.78rem; color: var(--gold-deep); background: var(--gold-soft); border-radius: 8px; padding: 0.5rem 0.7rem; margin-top: 0.5rem; line-height: 1.4; }
  .fgrp-full { width: 100%; }
  .fgrp-full textarea.input { width: 100%; display: block; box-sizing: border-box; }

  /* ===================================================================
     Landkarten-Konfigurator – spezifische Ergänzungen
     =================================================================== */
  .orient-note { background: var(--gold-soft); border:1.5px solid #e8d6a8; border-radius:10px; padding:0.8rem 1rem; font-size:0.86rem; color:#5a4a1f; line-height:1.5; margin-bottom:1.4rem; }
  .orient-note b { color:#3a2f12; }

  .order-layout { display:grid; grid-template-columns: 1fr 400px; gap:1.6rem; align-items:start; }
  @media (max-width: 1000px){ .order-layout { grid-template-columns:1fr; } }

  .map-canvas { width:100%; height:520px; border-radius:10px; border:1.5px solid var(--line); overflow:hidden; background:#eef0f2; }
  .map-placeholder { display:flex; align-items:center; justify-content:center; text-align:center; color:var(--muted); font-size:0.9rem; padding:1.5rem; }
  .map-placeholder code { background:#fff; padding:0.1rem 0.35rem; border-radius:4px; border:1px solid var(--line); }
  .map-hint { font-size:0.8rem; color:var(--muted); margin:0.5rem 0 0.9rem; }

  .format-box { background:#faf8f3; border:1.5px solid var(--line); border-radius:10px; padding:1rem 1.1rem; }
  .mode-block { margin-top:0.7rem; }
  .calc-out { padding:0.55rem 0.7rem; background:#fff; border:1.5px solid var(--line); border-radius:8px; font-weight:700; color:var(--gold-deep); }
  .format-readout { margin-top:0.8rem; padding-top:0.7rem; border-top:1px solid var(--line); font-size:0.86rem; display:flex; flex-direction:column; gap:0.2rem; }

  .info-note { font-size:0.8rem; color:#5a4a1f; background:var(--gold-soft); border-radius:8px; padding:0.55rem 0.75rem; margin-top:0.6rem; line-height:1.45; }

  .check-row { display:flex; align-items:center; gap:0.5rem; font-size:0.85rem; margin-top:0.7rem; cursor:pointer; }
  .check-row input { width:17px; height:17px; accent-color:var(--gold-deep); }
  .check-row .check-hint { color:var(--muted); font-size:0.78rem; }
