* { box-sizing: border-box; }
body { margin: 0; background: var(--pk-bg, #fff); color: var(--pk-text, #202020); font-family: system-ui, sans-serif; letter-spacing: 0; }
a { color: inherit; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
:where(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--pk-accent, #b91c24); outline-offset: 3px; }
.ad-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.ad-intro { border-bottom: 1px solid var(--pk-line, #ddd); }
.ad-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; align-items: start; padding-block: 28px; }
.ad-intro-grid > * { min-width: 0; }
.ad-eyebrow, .ad-step { margin: 0 0 8px; color: var(--pk-accent, #b91c24); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.ad-intro h1 { margin: 0; font-size: 32px; line-height: 1.4; overflow-wrap: anywhere; }
.ad-intro p:not(.ad-eyebrow) { margin: 10px 0 0; color: var(--pk-muted, #626262); font-size: 18px; line-height: 1.8; }
.ad-contact { display: grid; gap: 10px; border-left: 1px solid var(--pk-line, #ddd); padding-left: 24px; font-style: normal; }
.ad-contact span { color: var(--pk-muted, #626262); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.ad-contact a { overflow-wrap: anywhere; font-size: 18px; font-weight: 600; }
.ad-contact small { color: var(--pk-muted, #626262); line-height: 1.7; }
.ad-workspace { padding-block: 26px 40px; }
.ad-form, .ad-success { min-width: 0; }
.ad-form-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 20px; }
.ad-form-head h2, .ad-success h2 { margin: 0; font-size: 23px; line-height: 1.5; }
.ad-form-head > span { color: var(--pk-muted, #626262); font-size: 14px; flex-shrink: 0; }
.ad-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-bottom: 24px; }
.ad-field-grid label, .ad-edition-field { display: grid; gap: 7px; min-width: 0; }
.ad-field-grid label > span, .ad-edition-field > span { color: var(--pk-muted, #626262); font-size: 14px; font-weight: 600; }
.ad-form input, .ad-form select, .ad-form textarea { width: 100%; min-width: 0; border: 1px solid var(--pk-line, #ddd); border-radius: 4px; background: var(--pk-surface, #f5f5f5); color: var(--pk-text, #202020); font-size: 18px; }
.ad-form input, .ad-form select { min-height: 44px; padding: 10px 12px; }
.ad-form textarea { min-height: 110px; padding: 12px; resize: vertical; line-height: 1.7; }
.ad-honeypot { position: absolute; left: -10000px; }
.ad-span-2 { grid-column: 1 / -1; }
.ad-form-section, .ad-channel-details { min-width: 0; margin: 0; padding: 20px 0 24px; border: 0; border-top: 1px solid var(--pk-line, #ddd); }
.ad-form-section legend, .ad-channel-details legend { max-width: 100%; padding: 0 12px 0 0; overflow-wrap: anywhere; }
.ad-form-section legend { display: grid; gap: 2px; }
.ad-form-section legend strong, .ad-channel-details legend { font-size: 18px; line-height: 1.5; }
.ad-section-note { margin: 0 0 16px; color: var(--pk-muted, #626262); font-size: 14px; line-height: 1.7; }
.ad-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ad-channel-option { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 4px 10px; min-height: 94px; align-content: center; padding: 14px; border: 1px solid var(--pk-line, #ddd); border-radius: 4px; cursor: pointer; }
.ad-channel-option:hover { border-color: var(--pk-muted, #626262); }
.ad-channel-option.is-selected { border-color: var(--pk-accent, #b91c24); background: var(--pk-surface, #f5f5f5); box-shadow: inset 3px 0 var(--pk-accent, #b91c24); }
.ad-channel-option input { width: 18px; height: 18px; min-height: 18px; padding: 0; margin: 2px 0 0; accent-color: var(--pk-accent, #b91c24); }
.ad-channel-title { font-size: 18px; font-weight: 700; }
.ad-channel-option small { grid-column: 2; color: var(--pk-muted, #626262); font-size: 14px; line-height: 1.6; }
.ad-channel-details legend { font-weight: 700; }
.ad-channel-details .ad-field-grid { padding: 0; }
.ad-inline-options { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.ad-inline-options label { display: flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 6px; font-size: 16px; cursor: pointer; }
.ad-inline-options input { width: 18px; height: 18px; min-height: 18px; padding: 0; accent-color: var(--pk-accent, #b91c24); }
.ad-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; margin: 0; padding-block: 18px; border-top: 1px solid var(--pk-line, #ddd); color: var(--pk-muted, #626262); font-size: 16px; line-height: 1.7; }
.ad-consent input { width: 18px; height: 18px; min-height: 18px; margin: 3px 0 0; padding: 0; accent-color: var(--pk-accent, #b91c24); }
.ad-consent a { color: var(--pk-text, #202020); }
.ad-form-message { min-height: 22px; margin: 0 0 12px; color: var(--pk-accent, #b91c24); font-size: 16px; font-weight: 600; line-height: 1.7; }
.ad-form-message.is-success { color: var(--pk-text, #202020); }
.ad-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid var(--pk-line, #ddd); }
.ad-form-actions p { max-width: 520px; margin: 0; color: var(--pk-muted, #626262); font-size: 14px; line-height: 1.7; }
.ad-form-actions button, .ad-success button { flex-shrink: 0; min-height: 44px; padding: 12px 18px; border: 0; border-radius: 4px; background: var(--pk-accent, #b91c24); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; }
.ad-form-actions button:hover, .ad-success button:hover { filter: brightness(.9); }
:root[data-theme="dark"] .ad-form-actions button, :root[data-theme="dark"] .ad-success button { color: var(--pk-bg, #17191b); }
.ad-form-actions button:disabled { cursor: wait; opacity: .6; }
.ad-success { padding-block: 20px; }
.ad-success p:not(.ad-eyebrow) { color: var(--pk-muted, #626262); font-size: 18px; line-height: 1.8; }
.ad-success > div { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-block: 20px; }
.ad-success a { font-weight: 600; overflow-wrap: anywhere; }
.ad-page-footer { border-top: 1px solid var(--pk-line, #ddd); color: var(--pk-muted, #626262); }
.ad-page-footer .ad-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; font-size: 14px; line-height: 1.7; }
.ad-page-footer div div { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.ad-page-footer a { color: var(--pk-text, #202020); padding-block: 5px; }
[hidden] { display: none !important; }
@media (max-width: 760px) {
  .ad-container { width: calc(100% - 32px); }
  .ad-intro-grid { grid-template-columns: 1fr; gap: 18px; padding-block: 24px; }
  .ad-intro h1 { font-size: 27px; }
  .ad-contact { border-left: 0; border-top: 1px solid var(--pk-line, #ddd); padding: 16px 0 0; }
  .ad-field-grid, .ad-channel-grid { grid-template-columns: 1fr; }
  .ad-span-2 { grid-column: auto; }
  .ad-form-head, .ad-form-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .ad-form-head h2, .ad-success h2 { font-size: 21px; }
  .ad-form-actions button { width: 100%; }
}
