
:root {
  --blue: #0b4f8a;
  --blue-dark: #073b67;
  --blue-soft: #eaf3fb;
  --bg: #f4f7fa;
  --text: #17212b;
  --muted: #5f6f7f;
  --border: #d9e2ea;
  --danger: #b42318;
  --danger-bg: #fff1f0;
  --white: #fff;
  --shadow: 0 10px 30px rgba(13, 48, 80, .08);
}
* { box-sizing: border-box; }
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); }
body { margin: 0; }
a { color: var(--blue); }
.topbar { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
.brand { max-width: 860px; margin: auto; display: flex; gap: 12px; align-items: center; padding: 14px 18px; }
.brand-mark { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--blue); color: white; font-weight: 800; }
.brand-name { font-weight: 800; }
.brand-sub { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.shell { max-width: 860px; margin: 28px auto; padding: 0 16px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); padding: 22px; margin-bottom: 18px; }
h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); margin: 10px 0 12px; }
h2 { font-size: 1.15rem; margin: 0 0 14px; }
.lead { font-size: 1.08rem; line-height: 1.55; }
.muted, .small { color: var(--muted); }
.small { font-size: .88rem; line-height: 1.45; }
.status-pill { display: inline-block; padding: 7px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-dark); font-size: .84rem; font-weight: 700; }
.form-card section + section { border-top: 1px solid var(--border); margin-top: 24px; padding-top: 24px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { display: block; position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: block; border: 1.5px solid var(--border); border-radius: 14px; padding: 15px; min-height: 84px; background: #fff; transition: .15s; }
.choice small { display: block; margin-top: 5px; color: var(--muted); line-height: 1.35; }
.choice input:checked + span { border-color: var(--blue); background: var(--blue-soft); box-shadow: inset 0 0 0 1px var(--blue); }
.compact .choice span { min-height: auto; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label, .admin-grid label { display: block; font-weight: 700; margin-bottom: 6px; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #c9d4de; border-radius: 11px; font: inherit; background: #fff; color: var(--text); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(11,79,138,.12); border-color: var(--blue); }
textarea { resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 18px; font-size: .93rem; line-height: 1.45; }
.consent input { width: 20px; height: 20px; margin-top: 1px; }
.submit-button, .call-button, .admin-actions button { border: 0; border-radius: 12px; padding: 14px 18px; font-weight: 800; font-size: 1rem; cursor: pointer; }
.submit-button { width: 100%; background: var(--blue); color: white; }
.submit-button:hover { background: var(--blue-dark); }
.emergency { background: var(--danger-bg); border: 1px solid #f3c7c2; border-radius: 14px; padding: 18px; margin-bottom: 16px; }
.emergency h2 { color: var(--danger); }
.call-button { display: inline-block; text-decoration: none; background: var(--danger); color: white; margin: 6px 0 2px; }
.hidden { display: none !important; }
.admin-card summary { cursor: pointer; font-weight: 800; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.admin-grid label { font-size: .9rem; }
.admin-actions { display: flex; gap: 10px; margin-top: 14px; }
.admin-actions button { background: var(--blue); color: white; }
.admin-actions .secondary { background: #e9eef3; color: var(--text); }
footer { max-width: 860px; margin: 28px auto 40px; padding: 0 18px; color: var(--muted); text-align: center; line-height: 1.6; }

@media (max-width: 640px) {
  .choice-grid, .two-col, .admin-grid { grid-template-columns: 1fr; }
  .card { padding: 18px; border-radius: 15px; }
  .shell { margin-top: 18px; }
  .brand-name { font-size: .96rem; }
}

/* Pohl Corporate Design */
body {
  background:
    radial-gradient(circle at top right, rgba(0,151,218,.10), transparent 34rem),
    linear-gradient(180deg, #f8fbfe 0%, #eef5fa 100%);
}
.topbar {
  border-top: 5px solid #e30613;
  box-shadow: 0 5px 24px rgba(0,61,122,.08);
}
.brand {
  max-width: 920px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand-logo {
  display: block;
  width: min(560px, 72vw);
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}
.brand-side {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
.brand-sub {
  color: #0055a4;
  font-weight: 800;
}
.shell { max-width: 920px; }
.intro {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #0055a4;
}
.intro::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -90px;
  top: -100px;
  border: 22px solid rgba(0,151,218,.08);
  border-radius: 50%;
}
.intro h1 { color: #004a91; max-width: 720px; }
.status-pill {
  background: #fff0f1;
  color: #c80010;
  border: 1px solid #ffd0d4;
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}
.service-strip > div {
  background: #fff;
  border: 1px solid #d9e5ef;
  border-radius: 14px;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #004a91;
  box-shadow: 0 7px 20px rgba(0,61,122,.05);
}
.service-icon {
  font-size: 1.45rem;
  color: #e30613;
}
.form-card { border-top: 4px solid #0097da; }
.form-card h2 { color: #004a91; }
.choice span { border-width: 2px; }
.choice:hover span { border-color: #8bbce1; transform: translateY(-1px); }
.choice input:checked + span {
  border-color: #0055a4;
  background: linear-gradient(135deg, #eef7ff, #f9fcff);
}
.submit-button {
  background: linear-gradient(135deg, #0055a4, #0078c9);
  box-shadow: 0 8px 20px rgba(0,85,164,.20);
}
.emergency {
  border-left: 5px solid #e30613;
  background: linear-gradient(135deg, #fff5f5, #fff);
}
.call-button {
  background: linear-gradient(135deg, #d50010, #ef1b27);
  box-shadow: 0 8px 18px rgba(227,6,19,.18);
}
footer {
  border-top: 1px solid #d6e4ef;
  padding-top: 22px;
}
@media (max-width: 850px) {
  .service-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .brand { align-items: center; }
  .brand-logo { width: 72vw; max-height: 70px; }
  .brand-side { display: none; }
  .service-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .brand-logo { width: 84vw; }
  .service-strip > div { min-height: 76px; font-size: .9rem; }
}

.phone-notice {
  margin: 22px 0 16px;
  padding: 18px;
  border: 2px solid #e30613;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}
.phone-notice h3 {
  margin: 0 0 10px;
  color: #b8000d;
  font-size: 1.05rem;
}
.phone-notice p {
  margin: 8px 0;
  line-height: 1.55;
}
.important-consent {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #f1c5c8;
  font-weight: 700;
}
