:root {
  --ink: #081d3a;
  --ink-2: #0e315c;
  --paper: #f4f7fb;
  --white: #ffffff;
  --red: #e62f3d;
  --red-dark: #c71f2d;
  --yellow: #ffd43b;
  --blue: #2f80ed;
  --line: #d8e1ee;
  --muted: #66758a;
  --shadow: 0 22px 60px rgba(8, 29, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100; padding: 11px 15px; color: white;
  background: var(--ink); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 24px; min-height: 78px; padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(244,247,251,.96); border-bottom: 1px solid rgba(8,29,58,.12); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-icon { display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--red); border-radius: 14px 14px 14px 4px; font-weight: 900; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand strong { font-size: 15px; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.topbar nav { display: flex; gap: 30px; color: #4b5f78; font-size: 13px; font-weight: 700; }
.topbar nav a:hover { color: var(--red); }
.header-cta { justify-self: end; padding: 13px 20px; color: white; background: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 800; }

.hero {
  display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(45px, 8vw, 120px); align-items: center;
  min-height: calc(100vh - 78px); padding: clamp(75px, 10vw, 130px) clamp(22px, 7vw, 112px); color: white;
  background: radial-gradient(circle at 82% 24%, rgba(47,128,237,.3), transparent 30%), radial-gradient(circle at 12% 88%, rgba(255,212,59,.08), transparent 24%), linear-gradient(135deg, #0b2d56, #061427);
}
.eyebrow, .kicker { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 0; font-size: clamp(52px, 7.6vw, 105px); line-height: .92; letter-spacing: -.07em; }
.hero-highlight { max-width: 820px; margin: 13px 0 0; color: var(--yellow); font-size: clamp(32px, 4.4vw, 63px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #c7d6ea; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 23px; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 900; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: white; background: var(--red); box-shadow: 0 12px 28px rgba(230,47,61,.28); }
.button.primary:hover { background: var(--red-dark); }
.button.ghost { color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.button.dark { color: white; background: var(--ink); }
.button.outline { color: var(--ink); background: transparent; border: 1px solid #aab8c9; }
.button.danger { color: white; background: var(--red); }
.trust-line { display: flex; gap: 8px; align-items: center; margin-top: 22px; color: #a3b3c7; font-size: 11px; }
.trust-line span { color: var(--yellow); }

.dispatch-card { padding: 25px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 28px 28px 28px 8px; box-shadow: 0 35px 90px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.dispatch-head { display: flex; gap: 10px; align-items: center; margin-bottom: 28px; color: #b7c6d8; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,212,59,.14); }
.dispatch-step { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; }
.dispatch-step b { display: grid; place-items: center; width: 44px; height: 44px; color: var(--yellow); border: 1px solid rgba(255,212,59,.35); border-radius: 14px; }
.dispatch-step.done b { color: var(--ink); background: var(--yellow); }
.dispatch-step span { display: grid; gap: 5px; }
.dispatch-step strong { font-size: 14px; }
.dispatch-step small { color: #9fb0c4; font-size: 11px; }
.dispatch-line { width: 1px; height: 27px; margin: 5px 0 5px 22px; background: rgba(255,255,255,.14); }

.safety-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 18px clamp(22px, 7vw, 112px); color: white; background: #5a111a; }
.safety-strip strong { font-size: 13px; }
.safety-strip span { color: #e8c8cb; font-size: 12px; }
.safety-strip a { padding: 9px 15px; background: var(--red); border-radius: 999px; font-size: 11px; font-weight: 900; }

.form-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 120px); align-items: start; padding: clamp(85px, 11vw, 150px) clamp(22px, 7vw, 112px); }
.section-copy { position: sticky; top: 120px; }
.section-copy h2, .how h2, .partner-section h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.section-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-copy ul { display: grid; gap: 14px; margin-top: 30px; padding: 0; list-style: none; }
.section-copy li { position: relative; padding-left: 24px; color: #465b75; font-size: 13px; line-height: 1.5; }
.section-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--blue); font-weight: 900; }

.lead-form { display: grid; gap: 25px; padding: clamp(24px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: 30px 30px 30px 8px; box-shadow: var(--shadow); }
.lead-form fieldset { display: grid; gap: 18px; margin: 0; padding: 0 0 27px; border: 0; border-bottom: 1px solid var(--line); }
.lead-form legend { margin-bottom: 20px; font-size: 20px; font-weight: 900; letter-spacing: -.02em; }
.planned-project-link { grid-column: 2; display: grid; gap: 6px; margin-top: -12px; padding: 18px 22px; color: #173459; background: #fff4bd; border: 1px solid #e7bd1c; border-radius: 15px 15px 15px 5px; }
.planned-project-link span { font-size: 13px; line-height: 1.55; }
.planned-project-link a { color: #0b59aa; font-size: 12px; font-weight: 900; }
.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: 1fr 1fr; }
label { display: grid; gap: 8px; color: #40556f; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
input, select, textarea { width: 100%; color: var(--ink); background: #f7f9fc; border: 1px solid #d3ddea; border-radius: 11px; outline: none; }
input, select { height: 48px; padding: 0 13px; }
textarea { min-height: 130px; padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,128,237,.14); }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 12px; font-weight: 500; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.honeypot { position: absolute; left: -10000px; }
.submit { width: max-content; }
.form-note { margin: -9px 0 0; color: #718096; font-size: 10px; line-height: 1.5; }

.how { padding: clamp(85px, 10vw, 135px) clamp(22px, 7vw, 112px); color: white; background: var(--ink); }
.how h2 { max-width: 760px; }
.cards { display: grid; gap: 15px; margin-top: 50px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards article { min-height: 230px; padding: 29px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 22px 22px 22px 7px; }
.cards b { color: var(--yellow); font-size: 12px; }
.cards h3 { margin: 55px 0 12px; font-size: 23px; letter-spacing: -.03em; }
.cards p { margin: 0; color: #afc0d4; font-size: 13px; line-height: 1.65; }

.partner-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 120px); padding: clamp(70px, 9vw, 120px) clamp(22px, 7vw, 112px); background: var(--yellow); }
.partner-section > div:last-child { align-self: center; }
.partner-section > div:last-child p { color: #173459; font-size: 16px; line-height: 1.75; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 38px clamp(22px, 7vw, 112px); color: #a9b9cc; background: #061426; }
footer strong { color: white; }
footer p { max-width: 680px; margin: 8px 0 0; font-size: 11px; line-height: 1.55; }
.footer-links { display: flex; gap: 20px; font-size: 11px; font-weight: 800; }
.footer-link-button {
  margin: 0; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer;
  font-size: inherit; font-weight: inherit;
}
.footer-links a:hover, .footer-link-button:hover { color: white; }
.footer-link-button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }

.cookie-banner {
  position: fixed; right: 50%; bottom: 20px; z-index: 100; display: grid;
  grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center;
  width: min(1120px, calc(100% - 32px)); padding: 22px 24px; transform: translateX(50%);
  color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 24px 70px rgba(8, 29, 58, .28);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner:focus { outline: none; }
.cookie-banner-copy strong { display: block; margin-bottom: 7px; font-size: 17px; }
.cookie-banner-copy p { max-width: 760px; margin: 0; color: #465b75; font-size: 13px; line-height: 1.55; }
.cookie-banner-copy a { color: #165fbd; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-banner-actions .button { min-height: 45px; }

.result-page, .partner-page { display: grid; place-items: center; min-height: calc(100vh - 78px); padding: 65px 22px; background: linear-gradient(135deg, #0b2d56, #061427); }
.result-box, .offer-box { width: min(760px, 100%); padding: clamp(30px, 6vw, 65px); background: var(--white); border-radius: 30px 30px 30px 8px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.result-symbol { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 25px; color: white; background: var(--blue); border-radius: 18px 18px 18px 5px; font-size: 28px; font-weight: 900; }
.result-box.warning .result-symbol { color: var(--ink); background: var(--yellow); }
.result-box.emergency .result-symbol { background: var(--red); }
.result-box h1 { margin: 0; font-size: clamp(38px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.result-box > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.result-meta { display: flex; justify-content: space-between; gap: 20px; margin: 28px 0; padding: 18px; background: #eaf2fc; border-radius: 13px; font-size: 12px; }
.result-meta span { color: var(--muted); }
.emergency-page { background: #5a111a; }
.emergency ol { display: grid; gap: 12px; margin: 25px 0; padding-left: 24px; color: #465b75; line-height: 1.55; }

.offer-head { display: flex; justify-content: space-between; gap: 30px; align-items: start; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.offer-head h1 { margin: 0; font-size: clamp(38px, 6vw, 64px); letter-spacing: -.055em; }
.price { display: grid; flex: 0 0 auto; padding: 15px 18px; color: white; background: var(--ink); border-radius: 15px; font-size: 19px; font-weight: 900; }
.price small { margin-top: 3px; color: #b2c1d4; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.lead-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 25px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 15px; }
.lead-details div { display: grid; gap: 6px; padding: 16px; background: var(--white); }
.lead-details dt, .description small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.lead-details dd { margin: 0; font-size: 13px; font-weight: 800; }
.description { padding: 20px; background: #eef3f9; border-radius: 15px; }
.description p { margin: 9px 0 0; color: #40556f; line-height: 1.65; white-space: pre-wrap; }
.privacy-note { margin-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.offer-actions { display: flex; gap: 11px; margin-top: 23px; }
.contact-reveal { margin-top: 25px; padding: 25px; background: #eaf3ff; border: 1px solid #bdd7fa; border-radius: 18px; }
.contact-reveal h2 { margin: 0; }
.contact-reveal a { color: #165fbd; font-weight: 800; }
.status-note { margin-top: 25px; padding: 15px; background: #eee; border-radius: 12px; }

.admin-page { min-height: calc(100vh - 78px); padding: 65px clamp(18px, 5vw, 70px); }
.admin-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.admin-heading h1 { margin: 0; font-size: clamp(40px, 6vw, 72px); letter-spacing: -.06em; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 35px; }
.stats article { display: grid; gap: 18px; padding: 23px; color: white; background: var(--ink); border-radius: 18px 18px 18px 6px; }
.stats span { color: #a9b9cc; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.stats strong { font-size: 28px; }
.admin-card { margin-top: 28px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(8,29,58,.08); }
.card-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.card-title h2, .add-partner h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.card-title > span { color: var(--muted); font-size: 11px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 11px; }
th { padding: 11px; text-align: left; color: var(--muted); border-bottom: 1px solid var(--line); letter-spacing: .08em; text-transform: uppercase; }
td { padding: 13px 11px; vertical-align: top; border-bottom: 1px solid #e2e8f1; }
td small { display: block; margin-top: 4px; color: var(--muted); }
.status { display: inline-block; padding: 5px 8px; background: #e8edf4; border-radius: 999px; font-size: 9px; font-weight: 900; }
.status.assigned { color: #165fbd; background: #e1efff; }
.status.no_partner { color: #725400; background: #fff1ad; }
.status.emergency { color: #8b1721; background: #f7dadd; }
.status.offered { color: #725400; background: #fff1ad; }
.status.matched { color: #0f633d; background: #dff5e9; }
.status.closed { color: #31455c; background: #e6edf5; }
.tiny-link { display: block; margin-top: 5px; color: #165fbd; font-size: 9px; font-weight: 800; }
.mini-button { padding: 7px 9px; color: white; background: var(--ink); border: 0; border-radius: 8px; cursor: pointer; font-size: 9px; font-weight: 800; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.partner-list { display: grid; gap: 9px; }
.partner-list article { display: grid; gap: 4px; padding: 13px; background: #f0f4f9; border-radius: 11px; }
.partner-list small, .partner-list span { color: var(--muted); font-size: 10px; }
.add-partner { display: grid; gap: 15px; }
.add-partner .button { width: max-content; }
.project-stats { margin-top: 14px; }
.partner-capability-form { display: grid; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.partner-capability-form label { font-size: 9px; }
.partner-capability-form input { min-width: 0; padding: 9px; font-size: 11px; }
.partner-capability-form .consent { align-items: center; }
.project-attachments { display: grid; gap: 12px; margin: 22px 0; }

.consent a, .legal-card a { color: #165fbd; text-decoration: underline; text-underline-offset: 2px; }
.legal-page { min-height: calc(100vh - 78px); padding: clamp(48px, 8vw, 96px) 22px; }
.legal-card {
  width: min(820px, 100%); margin: 0 auto; padding: clamp(28px, 6vw, 64px); background: var(--white);
  border: 1px solid var(--line); border-radius: 28px 28px 28px 8px; box-shadow: var(--shadow);
}
.legal-card h1 { margin: 0 0 34px; font-size: clamp(42px, 7vw, 72px); line-height: 1; letter-spacing: -.055em; }
.legal-card h2 { margin: 34px 0 10px; font-size: 22px; letter-spacing: -.025em; }
.legal-card p { color: #465b75; font-size: 16px; line-height: 1.75; }
.legal-address { white-space: pre-line; }
.legal-warning { padding: 14px 16px; color: #725400 !important; background: #fff6cf; border-radius: 12px; }

@media (max-width: 1000px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .dispatch-card { max-width: 560px; }
  .form-section { grid-template-columns: 1fr; }
  .planned-project-link { grid-column: 1; }
  .section-copy { position: static; }
  .stats { grid-template-columns: 1fr 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .topbar { min-height: 69px; padding-inline: 16px; }
  .header-cta { width: 42px; height: 42px; padding: 0; overflow: hidden; font-size: 0; }
  .header-cta::before { content: "+"; font-size: 22px; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 78px; }
  .hero h1 { font-size: 53px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .safety-strip { grid-template-columns: 1fr; gap: 8px; }
  .safety-strip a { width: max-content; }
  .grid.two, .cards.three, .partner-section { grid-template-columns: 1fr; }
  .lead-form { padding: 23px 17px; }
  .submit { width: 100%; }
  .cards article { min-height: 190px; }
  .cards h3 { margin-top: 35px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; bottom: 12px; padding: 20px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-banner-actions .button { width: 100%; }
  .offer-head { display: grid; }
  .lead-details { grid-template-columns: 1fr 1fr; }
  .offer-actions, .offer-actions form, .offer-actions button { width: 100%; }
  .offer-actions { display: grid; }
  .admin-heading { display: grid; }
  .stats { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


/* Public Ratgeber */
.home-ratgeber {
  padding: clamp(80px, 10vw, 135px) clamp(22px, 7vw, 112px);
  background: #eef3f9;
}
.home-ratgeber-head {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(35px, 7vw, 90px); align-items: end;
}
.home-ratgeber h2, .guide-hub-list h2, .guide-trust h2, .related-guides > h2 {
  margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.052em;
}
.home-ratgeber-head > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.home-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.home-guide-card {
  display: flex; flex-direction: column; min-height: 310px; padding: 25px; background: var(--white);
  border: 1px solid var(--line); border-radius: 22px 22px 22px 7px; box-shadow: 0 12px 35px rgba(8,29,58,.06);
}
.home-guide-card > span, .guide-card-top > span, .related-grid a > span {
  color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.home-guide-card h3 { margin: 55px 0 12px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
.home-guide-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-guide-card a { margin-top: auto; padding-top: 25px; color: #165fbd; font-size: 12px; font-weight: 900; }
.text-link { display: inline-block; margin-top: 28px; color: #165fbd; font-size: 13px; font-weight: 900; }

.guide-hub-hero, .guide-hero {
  padding: clamp(65px, 9vw, 115px) clamp(22px, 9vw, 155px); color: white;
  background: radial-gradient(circle at 82% 20%, rgba(47,128,237,.3), transparent 30%), linear-gradient(135deg, #0b2d56, #061427);
}
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 55px; color: #afc0d4; font-size: 11px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.guide-hub-hero .eyebrow, .guide-hero .eyebrow { color: var(--yellow); }
.guide-hub-hero h1, .guide-hero h1 {
  max-width: 980px; margin: 0; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.06em;
}
.guide-hub-hero > p:last-child, .guide-hero > p:not(.eyebrow) {
  max-width: 790px; margin: 28px 0 0; color: #c6d4e5; font-size: clamp(17px, 2vw, 20px); line-height: 1.7;
}
.guide-meta { display: flex; gap: 22px; margin-top: 30px; color: #9fb1c6; font-size: 11px; }
.guide-hub-safety {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 90px); align-items: center;
  padding: 42px clamp(22px, 9vw, 155px); color: white; background: #5a111a;
}
.guide-hub-safety .kicker { color: var(--yellow); }
.guide-hub-safety h2 { margin: 0; font-size: clamp(27px, 3.5vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.guide-hub-safety > p { color: #efd7da; line-height: 1.75; }
.guide-hub-safety a { color: white; font-weight: 900; text-decoration: underline; }
.guide-hub-list { padding: clamp(75px, 10vw, 125px) clamp(22px, 9vw, 155px); }
.guide-section-heading { max-width: 820px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.guide-card {
  display: flex; flex-direction: column; min-height: 300px; padding: clamp(25px, 4vw, 40px); background: white;
  border: 1px solid var(--line); border-radius: 25px 25px 25px 8px; box-shadow: var(--shadow);
}
.guide-card-top { display: flex; justify-content: space-between; gap: 20px; }
.guide-card-top small { color: var(--muted); font-size: 10px; }
.guide-card h2 { margin: 55px 0 15px; font-size: clamp(28px, 3vw, 40px); }
.guide-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.guide-card > a { margin-top: auto; padding-top: 28px; color: #165fbd; font-size: 13px; font-weight: 900; }
.guide-trust {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px);
  padding: clamp(70px, 9vw, 115px) clamp(22px, 9vw, 155px); background: var(--yellow);
}
.guide-trust > div:last-child p { margin-top: 0; color: #173459; font-size: 16px; line-height: 1.8; }

.guide-shell {
  display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(35px, 6vw, 80px); align-items: start;
  width: min(1280px, calc(100% - 44px)); margin: 0 auto; padding: clamp(65px, 9vw, 110px) 0;
}
.guide-article {
  padding: clamp(25px, 5vw, 62px); background: white; border: 1px solid var(--line);
  border-radius: 28px 28px 28px 8px; box-shadow: var(--shadow);
}
.guide-article section + section, .guide-article aside + section, .guide-article section + aside { margin-top: 55px; }
.guide-article h2 { margin: 0 0 18px; font-size: clamp(28px, 3.3vw, 43px); line-height: 1.08; letter-spacing: -.04em; }
.guide-article h3 { margin: 30px 0 8px; font-size: 21px; letter-spacing: -.025em; }
.guide-article p, .guide-article li { color: #40556f; font-size: 16px; line-height: 1.78; }
.guide-article ul:not(.check-list) { padding-left: 22px; }
.guide-answer { padding-bottom: 34px; border-bottom: 2px solid var(--ink); }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--blue); font-weight: 900; }
.danger-note, .info-note { padding: 23px 25px; border-radius: 16px 16px 16px 5px; }
.danger-note { color: #6e111a; background: #fbe4e6; border-left: 5px solid var(--red); }
.info-note { color: #123f72; background: #e7f1fe; border-left: 5px solid var(--blue); }
.danger-note p, .info-note p { margin-bottom: 0; color: inherit; }
.numbered-steps { display: grid; gap: 22px; padding: 0; counter-reset: guide-step; list-style: none; }
.numbered-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; counter-increment: guide-step; }
.numbered-steps li::before {
  display: grid; place-items: center; width: 42px; height: 42px; content: counter(guide-step);
  color: var(--ink); background: var(--yellow); border-radius: 13px 13px 13px 4px; font-weight: 900;
}
.numbered-steps strong { color: var(--ink); font-size: 17px; }
.numbered-steps p { margin: 5px 0 0; }
.numbered-steps.compact { gap: 15px; }
.guide-table { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: 15px; }
.guide-table table { min-width: 690px; font-size: 13px; background: white; }
.guide-table th { background: #eef3f9; }
.guide-table td { color: #40556f; line-height: 1.6; }
.fine-print { color: var(--muted) !important; font-size: 12px !important; }
.symptom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.symptom-grid article { padding: 20px; background: #f0f4f9; border-radius: 14px; }
.symptom-grid p { margin-bottom: 0; font-size: 14px; }
.cost-formula { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 25px 0; }
.cost-formula span { padding: 10px 12px; background: #eef3f9; border-radius: 9px; font-size: 12px; font-weight: 800; }
.cost-formula b { color: var(--red); }
.faq-list details { padding: 19px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 900; }
.faq-list details p { margin-bottom: 0; }
.source-box { padding: 24px; background: #f0f4f9; border-radius: 16px; }
.source-box h2 { font-size: 24px; }
.source-box p, .source-box li { font-size: 13px; }
.source-box a { color: #165fbd; text-decoration: underline; text-underline-offset: 3px; }
.guide-aside { position: sticky; top: 105px; display: grid; gap: 18px; }
.guide-cta { padding: 27px; color: white; background: var(--ink); border-radius: 24px 24px 24px 8px; }
.guide-cta > span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-cta h2 { margin: 25px 0 12px; font-size: 27px; line-height: 1.05; letter-spacing: -.04em; }
.guide-cta p { color: #b8c7d8; font-size: 13px; line-height: 1.7; }
.guide-cta .button { margin-top: 8px; }
.guide-cta small { display: block; margin-top: 17px; color: #91a4ba; font-size: 9px; line-height: 1.55; }
.guide-side-links { display: grid; gap: 11px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.guide-side-links strong { margin-bottom: 5px; }
.guide-side-links a { color: #40556f; font-size: 12px; line-height: 1.4; }
.related-guides { padding: 0 clamp(22px, 9vw, 155px) clamp(75px, 10vw, 125px); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 35px; }
.related-grid a { display: grid; gap: 35px; min-height: 150px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: 18px 18px 18px 6px; }
.related-grid strong { align-self: end; font-size: 18px; line-height: 1.2; }

@media (max-width: 1100px) {
  .home-guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-shell { grid-template-columns: 1fr; }
  .guide-aside { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .home-ratgeber-head, .guide-hub-safety, .guide-trust { grid-template-columns: 1fr; }
  .home-guide-grid, .guide-grid, .related-grid, .symptom-grid { grid-template-columns: 1fr; }
  .home-guide-card { min-height: 250px; }
  .guide-hub-hero, .guide-hero { padding-top: 55px; }
  .breadcrumbs { margin-bottom: 38px; }
  .guide-meta { display: grid; gap: 7px; }
  .guide-shell { width: min(100% - 28px, 1280px); }
  .guide-article { padding: 24px 18px; }
  .guide-aside { grid-template-columns: 1fr; }
  .numbered-steps li { grid-template-columns: 36px 1fr; gap: 12px; }
  .numbered-steps li::before { width: 36px; height: 36px; }
}

/* Editorial trust and author profile */
.guide-review {
  display: flex; flex-basis: 100%; flex-wrap: wrap; gap: 8px 12px; align-items: center; line-height: 1.6;
}
.guide-review a { color: white; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.review-badge {
  display: inline-flex; gap: 7px; align-items: center; padding: 4px 10px; color: var(--ink);
  background: var(--yellow); border-radius: 999px; font-size: 10px; font-weight: 900;
  letter-spacing: .07em; text-transform: uppercase;
}
.guide-editorial-note { font-size: 13px !important; }
.guide-editorial-note a { color: var(--ink); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.guide-author-box {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  padding: 28px; background: #eef3f9; border: 1px solid var(--line); border-radius: 18px 18px 18px 6px;
}
.guide-author-box .kicker { margin-bottom: 8px; }
.guide-author-box h2 { margin: 0 0 10px; font-size: 29px; }
.guide-author-box h2 a, .guide-author-box .text-link { color: #165fbd; }
.guide-author-box p:not(.kicker) { margin: 0; font-size: 14px; }
.guide-author-box .text-link { margin-top: 15px; font-size: 12px; }

.author-monogram {
  display: grid; place-items: center; width: 76px; height: 76px; color: white; background: var(--red);
  border-radius: 23px 23px 23px 7px; font-size: 24px; font-weight: 900; letter-spacing: -.04em;
}
.author-monogram.small { width: 54px; height: 54px; border-radius: 17px 17px 17px 5px; font-size: 17px; }
.author-portrait {
  display: grid; place-items: center; width: 150px; aspect-ratio: 4 / 5; overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.18); border-radius: 25px 25px 25px 8px;
}
.author-portrait img { width: 100%; height: 100%; object-fit: cover; }
.author-portrait:not(.compact) .author-monogram { width: 104px; height: 104px; font-size: 32px; }
.author-portrait.compact {
  width: 72px; height: 88px; aspect-ratio: auto; background: #dfe8f4; border-color: #cfdaea;
  border-radius: 18px 18px 18px 6px;
}
.author-hero {
  padding: clamp(60px, 8vw, 105px) clamp(22px, 9vw, 155px); color: white;
  background: radial-gradient(circle at 82% 20%, rgba(47,128,237,.3), transparent 30%), linear-gradient(135deg, #0b2d56, #061427);
}
.author-hero-grid {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(45px, 8vw, 110px); align-items: center;
}
.author-hero .eyebrow { color: var(--yellow); }
.author-hero h1 { margin: 0; font-size: clamp(55px, 8vw, 96px); line-height: .95; letter-spacing: -.065em; }
.author-role { margin: 18px 0 0; color: var(--yellow); font-size: clamp(22px, 3vw, 34px); font-weight: 900; }
.author-hero-grid > div > p:last-child { max-width: 760px; margin-top: 24px; color: #c6d4e5; font-size: 17px; line-height: 1.75; }
.author-facts {
  display: grid; grid-template-columns: auto 1fr; gap: 16px 22px; align-items: center;
  padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px 28px 28px 8px; box-shadow: 0 35px 90px rgba(0,0,0,.2);
}
.author-facts .author-portrait { grid-row: 1 / 6; }
.author-facts > div:not(.author-portrait) { display: grid; gap: 4px; }
.author-facts strong { font-size: 17px; }
.author-facts small { color: #9fb1c6; font-size: 10px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.author-content { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: clamp(65px, 9vw, 110px) 0; }
.author-story, .editorial-card, .author-transparency, .author-guides {
  padding: clamp(27px, 5vw, 58px); background: white; border: 1px solid var(--line);
  border-radius: 26px 26px 26px 8px; box-shadow: var(--shadow);
}
.author-story h2, .editorial-card h2, .author-disclosure h2, .author-process h2,
.author-transparency h2, .author-guides h2 {
  margin: 0; font-size: clamp(36px, 5vw, 59px); line-height: 1; letter-spacing: -.052em;
}
.author-story > p:not(.kicker), .author-disclosure p, .author-process-intro > p:last-child,
.author-transparency p { color: #40556f; font-size: 16px; line-height: 1.8; }
.author-scope-note {
  margin-top: 28px !important; padding: 18px 20px; background: #eef3f9; border-left: 4px solid var(--red);
  border-radius: 0 12px 12px 0; font-size: 13px !important;
}
.editorial-card { margin-top: 22px; }
.editorial-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 38px 0 0; padding: 0; list-style: none; }
.editorial-list li { display: grid; gap: 9px; padding: 22px; background: #eef3f9; border-radius: 15px; }
.editorial-list strong { font-size: 16px; }
.editorial-list span { color: #52657d; font-size: 13px; line-height: 1.65; }

.author-process {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 7vw, 90px);
  margin-top: 22px; padding: clamp(30px, 5vw, 58px); color: white; background: var(--ink);
  border-radius: 26px 26px 26px 8px; box-shadow: var(--shadow);
}
.author-process .kicker { color: var(--yellow); }
.author-process-intro > p:last-child { color: #b5c5d9; }
.review-process { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.review-process li {
  display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 19px;
  background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 15px;
}
.review-process li > span {
  display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink);
  background: var(--yellow); border-radius: 13px 13px 13px 4px; font-size: 12px; font-weight: 900;
}
.review-process strong { font-size: 16px; }
.review-process p { margin: 5px 0 0; color: #b5c5d9; font-size: 13px; line-height: 1.6; }

.author-transparency {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 6vw, 75px); margin-top: 22px;
}
.author-transparency > div:last-child { padding: 25px; background: #eef3f9; border-radius: 18px 18px 18px 6px; }
.author-transparency a { color: #165fbd; font-weight: 900; text-underline-offset: 3px; }
.author-transparency time {
  display: inline-block; margin-top: 10px; padding: 7px 11px; color: #40556f; background: white;
  border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800;
}

.author-guides { margin-top: 22px; }
.author-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 35px; }
.author-guide-grid a {
  display: grid; gap: 9px; min-height: 150px; padding: 21px; color: var(--ink); background: #eef3f9;
  border: 1px solid var(--line); border-radius: 17px 17px 17px 6px; text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.author-guide-grid a:hover {
  transform: translateY(-3px); border-color: #9db6d6; box-shadow: 0 15px 30px rgba(8,29,58,.09);
}
.author-guide-grid span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.author-guide-grid strong { align-self: end; font-size: 18px; line-height: 1.2; }
.author-guide-grid small { color: #60738a; font-size: 10px; }

.author-disclosure {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px);
  margin-top: 22px; padding: clamp(30px, 5vw, 58px); background: var(--yellow); border-radius: 26px 26px 26px 8px;
}
.author-disclosure > div:last-child { align-self: center; }
.author-disclosure .button { margin-top: 8px; }

@media (max-width: 850px) {
  .author-hero-grid, .author-process, .author-transparency, .author-disclosure { grid-template-columns: 1fr; }
  .author-facts { max-width: 620px; }
  .author-guide-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .guide-author-box { grid-template-columns: 1fr; padding: 22px; }
  .guide-review { align-items: flex-start; flex-direction: column; }
  .editorial-list, .author-guide-grid { grid-template-columns: 1fr; }
  .author-content { width: min(100% - 28px, 1180px); }
  .author-facts { grid-template-columns: 1fr; }
  .author-facts .author-portrait { grid-row: auto; }
  .author-guide-grid a { min-height: 125px; }
}


/* Fachbetriebe partner programme */
.trade-hero {
  display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(45px, 8vw, 120px); align-items: center;
  padding: clamp(75px, 10vw, 125px) clamp(22px, 7vw, 112px); color: white;
  background: radial-gradient(circle at 82% 18%, rgba(47,128,237,.3), transparent 29%), linear-gradient(135deg, #0b2d56, #061427);
}
.trade-hero .eyebrow { color: var(--yellow); }
.trade-hero h1 { max-width: 900px; margin: 0; font-size: clamp(49px, 6.8vw, 92px); line-height: .94; letter-spacing: -.065em; }
.trade-hero-lead { max-width: 720px; margin: 28px 0 0; color: #c7d6ea; font-size: 18px; line-height: 1.7; }
.trade-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 24px 0 0; padding: 0; list-style: none; color: #adbed2; font-size: 11px; }
.trade-trust li::before { margin-right: 7px; color: var(--yellow); content: "✓"; font-weight: 900; }
.founder-card {
  padding: clamp(27px, 4vw, 42px); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.17);
  border-radius: 28px 28px 28px 8px; box-shadow: 0 35px 90px rgba(0,0,0,.25);
}
.founder-card > span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.founder-card strong { display: block; margin-top: 23px; color: var(--yellow); font-size: clamp(58px, 7vw, 92px); line-height: .85; letter-spacing: -.07em; }
.founder-card h2 { margin: 8px 0 15px; font-size: clamp(27px, 3vw, 39px); line-height: 1.05; letter-spacing: -.045em; }
.founder-card p { color: #b9c9dc; font-size: 13px; line-height: 1.7; }
.founder-card small { display: block; padding-top: 17px; color: #91a4ba; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; line-height: 1.55; }

.trade-intro, .trade-visibility {
  display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 110px);
  padding: clamp(75px, 10vw, 125px) clamp(22px, 7vw, 112px);
}
.trade-intro h2, .trade-process h2, .trade-visibility h2, .partner-application-copy h2 {
  margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1; letter-spacing: -.055em;
}
.trade-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trade-benefits article { min-height: 205px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 21px 21px 21px 7px; box-shadow: 0 12px 35px rgba(8,29,58,.06); }
.trade-benefits b { color: var(--red); font-size: 11px; }
.trade-benefits h3 { margin: 42px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.trade-benefits p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.trade-process { padding: clamp(75px, 10vw, 125px) clamp(22px, 7vw, 112px); color: white; background: var(--ink); }
.trade-process h2 { max-width: 850px; }
.trade-process .cards article { min-height: 250px; }
.trade-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 35px; }
.trade-detail-card { padding: 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 20px 20px 20px 7px; }
.trade-detail-card h3 { margin: 0 0 18px; color: var(--yellow); font-size: 18px; }
.trade-detail-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #b9c9dc; font-size: 13px; }
.trade-detail-card li::before { margin-right: 9px; color: var(--yellow); content: "•"; }

.trade-visibility { background: var(--yellow); }
.trade-visibility-copy { align-self: center; }
.trade-visibility-copy > p { color: #173459; font-size: 16px; line-height: 1.8; }
.visibility-card { padding: clamp(27px, 4vw, 42px); background: white; border-radius: 25px 25px 25px 8px; box-shadow: var(--shadow); }
.visibility-card h3 { margin: 0 0 20px; font-size: 28px; letter-spacing: -.04em; }
.visibility-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.visibility-list li { padding: 14px 15px; color: #40556f; background: #eef3f9; border-radius: 11px; font-size: 13px; line-height: 1.55; }
.visibility-note { margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.65; }

.partner-application-section {
  display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 110px); align-items: start;
  padding: clamp(80px, 10vw, 135px) clamp(22px, 7vw, 112px);
}
.partner-application-copy { position: sticky; top: 120px; }
.partner-application-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.partner-application-copy ul { display: grid; gap: 13px; padding: 0; list-style: none; color: #40556f; font-size: 13px; }
.partner-application-copy li::before { margin-right: 8px; color: var(--blue); content: "✓"; font-weight: 900; }
.partner-application-form { display: grid; gap: 25px; padding: clamp(24px, 4vw, 48px); background: white; border: 1px solid var(--line); border-radius: 30px 30px 30px 8px; box-shadow: var(--shadow); }
.partner-application-form fieldset { display: grid; gap: 18px; margin: 0; padding: 0 0 27px; border: 0; border-bottom: 1px solid var(--line); }
.partner-application-form legend { margin-bottom: 20px; font-size: 20px; font-weight: 900; letter-spacing: -.02em; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid.cantons { grid-template-columns: repeat(4, 1fr); }
.choice-pill { display: flex; align-items: center; gap: 8px; min-height: 43px; padding: 9px 11px; color: #40556f; background: #f4f7fb; border: 1px solid #d3ddea; border-radius: 10px; cursor: pointer; font-size: 10px; letter-spacing: 0; text-transform: none; }
.choice-pill input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: var(--red); }
.choice-pill:has(input:checked) { color: var(--ink); background: #fff4bd; border-color: #e7bd1c; }
.field-help { margin: -7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.optional-choices { display: grid; gap: 12px; }
.partner-application-form .button { width: max-content; }

.trade-faq { padding: 0 clamp(22px, 7vw, 112px) clamp(80px, 10vw, 130px); }
.trade-faq-card { padding: clamp(28px, 5vw, 58px); background: white; border: 1px solid var(--line); border-radius: 27px 27px 27px 8px; box-shadow: var(--shadow); }
.trade-faq-card h2 { margin: 0 0 30px; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.05em; }
.trade-faq-list details { padding: 19px 0; border-top: 1px solid var(--line); }
.trade-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.trade-faq-list summary { cursor: pointer; font-weight: 900; }
.trade-faq-list p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.price.free { color: var(--ink); background: var(--yellow); }
.price.free small { color: #5d4c00; }
.status.approved { color: #0f633d; background: #dff5e9; }
.status.rejected { color: #8b1721; background: #f7dadd; }
.status.pending { color: #725400; background: #fff1ad; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.mini-button.approve { background: #146c43; }
.mini-button.reject { background: #8b1721; }
.tiny-link.inline { display: inline; }

@media (max-width: 1000px) {
  .trade-hero, .trade-intro, .trade-visibility, .partner-application-section { grid-template-columns: 1fr; }
  .founder-card { max-width: 590px; }
  .partner-application-copy { position: static; }
}
@media (max-width: 700px) {
  .trade-hero { padding-top: 65px; }
  .trade-benefits, .trade-details { grid-template-columns: 1fr; }
  .choice-grid, .choice-grid.cantons { grid-template-columns: 1fr 1fr; }
  .partner-application-form { padding: 23px 17px; }
  .partner-application-form .button { width: 100%; }
}


.partner-application-form .logo-field {
  grid-column: 1 / -1;
}

.partner-application-form .logo-field input[type="file"] {
  padding: 0.72rem;
  background: #fff;
}

.partner-application-form .logo-field small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

.admin-partner-logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.6rem;
}

.admin-partner-logo img {
  width: 72px;
  height: 48px;
  padding: 0.25rem;
  object-fit: contain;
  border: 1px solid rgba(10, 38, 71, 0.14);
  border-radius: 0.45rem;
  background: #fff;
}


.admin-notice {
  margin: 0 0 18px;
  padding: 14px 17px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.admin-notice.warning {
  color: #654b00;
  border-color: #ead277;
  background: #fff4bf;
}

.admin-notice.success {
  color: #0f5738;
  border-color: #98d4b6;
  background: #e3f6ec;
}

.delete-control {
  position: relative;
}

.delete-control > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.delete-control > summary::-webkit-details-marker {
  display: none;
}

.mini-button.delete {
  background: #637187;
}

.delete-confirm {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  padding: 7px;
  color: #731b25;
  border: 1px solid #edbec3;
  border-radius: 8px;
  background: #fff1f2;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
}


/* Mobile dispatch flow */
.reference-note {
  margin: 1rem 0 .4rem;
  color: var(--muted, #526274);
}
.dispatch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.1rem;
}
.dispatch-status-form {
  margin-top: 1.25rem;
}
.compact-progress,
.live-progress {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.compact-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .55rem;
}
.compact-progress li,
.live-progress li {
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  background: #f7f9fc;
  color: #69798a;
}
.compact-progress li {
  padding: .85rem;
}
.compact-progress strong,
.compact-progress span,
.live-progress strong,
.live-progress span {
  display: block;
}
.compact-progress span,
.live-progress span {
  margin-top: .2rem;
  font-size: .82rem;
}
.compact-progress li.done,
.live-progress li.done {
  border-color: #91c6b4;
  background: #edf8f4;
  color: #154f3d;
}
.compact-progress li.current,
.live-progress li.current {
  box-shadow: 0 0 0 3px rgba(220, 47, 47, .13);
  border-color: #dc2f2f;
}
.live-status-page {
  width: min(780px, calc(100% - 2rem));
  margin: 3rem auto;
}
.live-status-card {
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(8, 29, 58, .12);
}
.live-status-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.live-reference {
  border-radius: 999px;
  background: #eef3f8;
  padding: .55rem .8rem;
  white-space: nowrap;
  font-size: .85rem;
}
.live-progress {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0;
}
.live-progress li {
  position: relative;
  padding: .9rem 1rem .9rem 3rem;
}
.live-progress li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #9aabba;
  background: #fff;
}
.live-progress li.done::before {
  border-color: #147a5a;
  background: #147a5a;
}
.live-progress li.current::before {
  border-color: #dc2f2f;
  background: #dc2f2f;
}
.live-partner,
.live-alert {
  padding: 1rem;
  border-radius: 14px;
  background: #edf8f4;
}
.live-alert {
  background: #fff4df;
  color: #6d4b00;
}
.success-note {
  border-color: #91c6b4;
  background: #edf8f4;
  color: #154f3d;
}
@media (max-width: 720px) {
  .compact-progress {
    grid-template-columns: 1fr 1fr;
  }
  .dispatch-actions .button,
  .dispatch-status-form .button {
    width: 100%;
    text-align: center;
  }
  .live-status-head {
    display: block;
  }
  .live-reference {
    display: inline-block;
    margin-top: .5rem;
  }
}
