.gkw-card {
  max-width: 860px;
  margin: 1rem auto 2rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: #fff;
  border: 1px solid #e3e7ec;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(18, 50, 84, .08);
}

.gkw-card h1 { color: #073566; margin-bottom: .75rem; }
.gkw-lead { font-size: 1.05rem; line-height: 1.65; color: #46515d; }
.gkw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gkw-form .form-group { margin-bottom: 1.25rem; }
.gkw-form label, .gkw-fieldset legend { color: #263442; font-weight: 700; }
.gkw-fieldset { padding: 1rem; border: 1px solid #dfe4e9; border-radius: 10px; }
.gkw-fieldset legend { width: auto; padding: 0 .35rem; font-size: 1rem; }
.gkw-radio { display: inline-flex; align-items: center; gap: .45rem; margin-right: 1.5rem; }
.gkw-checkbox { display: flex; align-items: flex-start; gap: .65rem; margin: 0; }
.gkw-checkbox input { margin-top: .2rem; }
.gkw-statement { padding: 1rem; background: #f4f8fc; border-left: 4px solid #16a9db; border-radius: 6px; margin: 1rem 0; }
.gkw-privacy { font-size: .9rem; color: #5e6770; }
.gkw-primary, .gkw-confirm { min-height: 48px; padding: .75rem 1.35rem; font-weight: 800; }
.gkw-primary { background: #073566; border-color: #073566; }
.gkw-confirm { background: #c62828; border-color: #c62828; }
.gkw-summary { margin: 1.5rem 0; border: 1px solid #e3e7ec; border-radius: 10px; overflow: hidden; }
.gkw-summary div { display: grid; grid-template-columns: minmax(150px, 32%) 1fr; gap: 1rem; padding: .85rem 1rem; border-bottom: 1px solid #e9edf1; }
.gkw-summary div:last-child { border-bottom: 0; }
.gkw-summary dt { font-weight: 800; color: #263442; }
.gkw-summary dd { margin: 0; overflow-wrap: anywhere; }
.gkw-preline { white-space: pre-line; }
.gkw-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.gkw-success { text-align: center; }
.gkw-success .gkw-summary { text-align: left; }
.gkw-success-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: #e5f7ec; color: #178344; font-size: 2.2rem; font-weight: 900; }
.gkw-footer-block { margin: 1rem 0; padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.gkw-footer-link { display: block; color: inherit; font-weight: 800; text-decoration: underline; }
.gkw-footer-block small { display: block; margin-top: .35rem; }
.gkw-order-link { margin: 1rem 0; }
.gkw-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 767px) {
  .gkw-grid { grid-template-columns: 1fr; gap: 0; }
  .gkw-summary div { grid-template-columns: 1fr; gap: .25rem; }
  .gkw-actions { flex-direction: column-reverse; }
  .gkw-actions .btn { width: 100%; }
}

@media print {
  header, footer, .breadcrumb, .gkw-success button { display: none !important; }
  .gkw-card { box-shadow: none; border: 1px solid #999; }
}
