:root {
  --pp-midnight: var(--ds5-midnight, #173746);
  --pp-blue: var(--ds5-blue, #315f70);
  --pp-body: var(--ds5-body, #526670);
  --pp-gold: var(--ds5-gold, #c9ad78);
  --pp-warm: var(--ds5-warm, #fcfbf8);
  --pp-soft: var(--ds5-neutral, #f5f3ee);
  --pp-line: var(--ds5-border, #e4e0d8);
  --pp-serif: var(--ds5-serif, Georgia, "Times New Roman", Times, serif);
  --pp-sans: var(--ds5-sans, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
  --pp-shell: var(--ds5-shell, 1240px);
  --pp-white: #fff;
  --pp-error: #782f25;
}

.pp-main { color: var(--pp-body); font-family: var(--pp-sans); line-height: 1.68; }
.pp-shell { width: min(calc(100% - 48px), var(--pp-shell)); margin-inline: auto; }
.pp-eyebrow { margin: 0 0 14px; color: #806533; font-size: .78rem; font-weight: 750; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.pp-hero { border-bottom: 1px solid var(--pp-line); background: var(--pp-warm); }
.pp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr); gap: clamp(54px, 8vw, 108px); align-items: center; padding-block: clamp(66px, 7vw, 94px); }
.pp-hero__copy { max-width: 720px; }
.pp-hero h1, .pp-section h2, .pp-panel h2, .pp-final h2, .pp-form-shell legend { color: var(--pp-midnight); font-family: var(--pp-serif); font-weight: 500; letter-spacing: -.018em; }
.pp-hero h1 { max-width: 710px; margin: 0; font-size: clamp(2.05rem, 3vw, 2.125rem); line-height: 1.12; }
.pp-lead { max-width: 700px; margin: 22px 0 0; font-size: clamp(1rem, 1.25vw, 1.14rem); line-height: 1.7; }
.pp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pp-button { box-sizing: border-box; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 6px; font-family: var(--pp-sans); font-size: .96rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.pp-button--primary { border-color: #a2834c; background: #b7965c; color: #102f3d; }
.pp-button--primary:hover { background: #aa894f; transform: translateY(-1px); }
.pp-button--secondary { border-color: #bfc8c9; background: var(--pp-white); color: var(--pp-midnight); }
.pp-button--secondary:hover { border-color: var(--pp-blue); background: #f8faf9; }
.pp-panel { padding: 29px 32px 24px; border-top: 3px solid var(--pp-gold); background: var(--pp-soft); box-shadow: 0 6px 16px rgba(23, 55, 70, .025); }
.pp-panel h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; }
.pp-panel p { margin: 14px 0 0; line-height: 1.65; }
.pp-panel ul { margin: 18px 0 0; padding: 0; list-style: none; }
.pp-panel li { padding: 11px 0; border-top: 1px solid var(--pp-line); line-height: 1.45; }
.pp-section { padding-block: clamp(66px, 7vw, 92px); background: var(--pp-white); }
.pp-section--soft { border-block: 1px solid var(--pp-line); background: var(--pp-soft); }
.pp-section__grid { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: clamp(52px, 8vw, 108px); align-items: start; }
.pp-section__intro { max-width: 450px; }
.pp-section h2 { max-width: 600px; margin: 0; font-size: clamp(1.75rem, 2.7vw, 2.125rem); line-height: 1.16; }
.pp-section__intro > p:last-child { margin: 19px 0 0; line-height: 1.68; }
.pp-editorial { border-top: 1px solid var(--pp-line); }
.pp-editorial article { display: grid; grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr); gap: 32px; padding: 24px 0 26px; border-bottom: 1px solid var(--pp-line); }
.pp-editorial h3 { margin: 0; color: var(--pp-midnight); font-family: var(--pp-serif); font-size: 1.32rem; font-weight: 500; line-height: 1.22; }
.pp-editorial p { margin: 0; line-height: 1.65; }
.pp-numbered { counter-reset: pp; margin: 0; padding: 0; border-top: 1px solid var(--pp-line); list-style: none; }
.pp-numbered li { counter-increment: pp; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--pp-line); line-height: 1.58; }
.pp-numbered li::before { content: counter(pp, decimal-leading-zero); color: #876b37; font-size: .78rem; font-weight: 750; letter-spacing: .08em; }
.pp-numbered strong { display: block; margin-bottom: 4px; color: var(--pp-midnight); font-family: var(--pp-serif); font-size: 1.16rem; font-weight: 500; }
.pp-note { margin-top: 28px; padding: 20px 22px; border-top: 2px solid var(--pp-gold); background: var(--pp-soft); line-height: 1.65; }
.pp-final { padding-block: clamp(54px, 6vw, 74px); background: var(--pp-white); }
.pp-final__inner { box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 44px; align-items: center; padding: 38px 44px; border: 1px solid var(--pp-line); background: #f4f7f6; }
.pp-final h2 { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2rem); line-height: 1.16; }
.pp-final p { max-width: 660px; margin: 13px 0 0; line-height: 1.65; }
.pp-final .pp-actions { justify-content: flex-end; margin-top: 0; }
.pp-form-section { padding-block: clamp(52px, 6vw, 76px); background: var(--pp-soft); }
.pp-form-layout { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: clamp(38px, 6vw, 76px); align-items: start; }
.pp-form-intro { position: sticky; top: 142px; }
.pp-form-intro h2 { margin: 0; color: var(--pp-midnight); font-family: var(--pp-serif); font-size: clamp(1.75rem, 2.7vw, 2.125rem); font-weight: 500; line-height: 1.16; }
.pp-form-intro p { margin: 17px 0 0; }
.pp-required-key { font-size: .9rem; }
.pp-form-shell { padding: clamp(24px, 4vw, 40px); border-top: 3px solid var(--pp-gold); background: var(--pp-white); box-shadow: 0 8px 20px rgba(23, 55, 70, .035); }
.pp-form { display: grid; gap: 30px; }
.pp-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.pp-form legend { width: 100%; margin-bottom: 20px; padding: 0 0 12px; border-bottom: 1px solid var(--pp-line); font-size: 1.35rem; line-height: 1.2; }
.pp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.pp-form-full { grid-column: 1 / -1; }
.pp-field-label { display: block; color: var(--pp-midnight); font-size: .92rem; font-weight: 700; }
.pp-field-status { color: var(--pp-body); font-size: .82rem; font-weight: 500; }
.pp-form input, .pp-form select, .pp-form textarea { box-sizing: border-box; width: 100%; min-height: 48px; margin-top: 8px; padding: 12px 13px; border: 1px solid #bfc8c9; border-radius: 5px; background: var(--pp-white); color: var(--pp-midnight); font: inherit; }
.pp-form textarea { min-height: 132px; resize: vertical; }
.pp-form input[type="file"] { padding: 10px; background: var(--pp-warm); }
.pp-form input:focus, .pp-form select:focus, .pp-form textarea:focus { border-color: var(--pp-blue); outline: 3px solid rgba(49, 95, 112, .2); outline-offset: 1px; }
.pp-form-note { margin: 12px 0 0; font-size: .9rem; line-height: 1.6; }
.pp-group-label { display: block; color: var(--pp-midnight); font-size: .92rem; font-weight: 700; }
.pp-group-help { margin: 5px 0 12px; font-size: .86rem; line-height: 1.55; }
.pp-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.pp-choice { display: flex; min-height: 48px; align-items: flex-start; gap: 10px; padding: 12px 13px; border: 1px solid var(--pp-line); border-radius: 6px; background: var(--pp-warm); color: var(--pp-midnight); font-size: .9rem; font-weight: 650; line-height: 1.45; }
.pp-form .pp-choice input { flex: 0 0 auto; width: 19px; min-height: 19px; height: 19px; margin: 2px 0 0; padding: 0; }
.pp-multi-select { position: relative; margin-top: 8px; }
.pp-multi-select summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 13px; border: 1px solid #bfc8c9; border-radius: 5px; background: var(--pp-white); color: var(--pp-midnight); cursor: pointer; font-size: .94rem; font-weight: 600; list-style: none; }
.pp-multi-select summary::-webkit-details-marker { display: none; }
.pp-multi-select summary::after { width: 8px; height: 8px; flex: 0 0 auto; border-right: 2px solid var(--pp-blue); border-bottom: 2px solid var(--pp-blue); content: ""; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.pp-multi-select[open] summary { border-color: var(--pp-blue); outline: 3px solid rgba(49, 95, 112, .2); outline-offset: 1px; }
.pp-multi-select[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.pp-multi-select-summary { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pp-multi-select-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; max-height: 300px; margin-top: 8px; padding: 10px 14px; overflow: auto; border: 1px solid #bfc8c9; border-radius: 6px; background: var(--pp-white); box-shadow: 0 12px 24px rgba(23, 55, 70, .09); }
.pp-multi-select-options .pp-choice { min-height: 44px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--pp-line); border-radius: 0; background: transparent; }
.pp-language-other { margin-top: 14px; }
.pp-language-other[hidden] { display: none; }
.pp-checkbox a { color: var(--pp-blue); text-underline-offset: 3px; }
.pp-checkbox-group { display: grid; gap: 12px; }
.pp-checkbox { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--pp-line); color: var(--pp-midnight); font-size: .92rem; font-weight: 650; }
.pp-checkbox input { flex: 0 0 auto; width: 20px; min-height: 20px; height: 20px; margin: 2px 0 0; padding: 0; }
.pp-form-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; padding-top: 4px; }
.pp-form-actions .pp-form-note { flex: 1 1 260px; margin: 0; }
.success-message, .error-message { margin: 0 0 24px; padding: 17px 19px; border: 1px solid; border-radius: 5px; font-size: .94rem; line-height: 1.65; }
.success-message { border-color: #a9c1af; background: #eef5f0; color: #204331; }
.error-message { border-color: #d7aaa2; background: #fbf0ee; color: var(--pp-error); }
.error-message:focus { outline: 3px solid rgba(120, 47, 37, .2); outline-offset: 2px; }
.error-message ul { margin: 8px 0 0; padding-left: 20px; }
.field-error { display: block; margin-top: 6px; color: var(--pp-error); font-size: .84rem; font-weight: 700; }
.ds-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-security-check { margin: 2px 0; }
:where(.pp-main) a:focus-visible, .pp-button:focus-visible, .pp-form button:focus-visible { outline: 3px solid var(--pp-midnight); outline-offset: 4px; }
@media (max-width: 1023px) {
  .pp-hero__grid, .pp-section__grid, .pp-form-layout { grid-template-columns: 1fr; gap: 38px; }
  .pp-hero__grid { padding-block: 62px; }
  .pp-panel { max-width: 720px; }
  .pp-final__inner { grid-template-columns: 1fr; gap: 25px; }
  .pp-final .pp-actions { justify-content: flex-start; }
  .pp-form-intro { position: static; max-width: 720px; }
}
@media (max-width: 700px) {
  .pp-shell { width: min(calc(100% - 40px), var(--pp-shell)); }
  .pp-hero__grid { gap: 30px; padding-block: 48px 54px; }
  .pp-hero h1 { font-size: 1.6875rem; line-height: 1.16; }
  .pp-lead { margin-top: 18px; font-size: 1rem; }
  .pp-actions { display: grid; width: 100%; }
  .pp-button { width: 100%; }
  .pp-panel { padding: 24px 21px 19px; }
  .pp-section { padding-block: 56px; }
  .pp-section__grid { gap: 30px; }
  .pp-section h2, .pp-form-intro h2 { font-size: 1.6875rem; }
  .pp-editorial article { grid-template-columns: 1fr; gap: 8px; padding-block: 21px; }
  .pp-editorial h3 { font-size: 1.2rem; }
  .pp-final { padding-block: 48px; }
  .pp-final__inner { padding: 29px 21px; }
  .pp-final h2 { font-size: 1.65rem; }
  .pp-form-section { padding-block: 48px; }
  .pp-form-shell { padding: 24px 20px; }
  .pp-form-grid { grid-template-columns: 1fr; }
  .pp-form-full { grid-column: auto; }
  .pp-choice-grid, .pp-multi-select-options { grid-template-columns: 1fr; }
  .pp-multi-select-options { max-height: 340px; }
  .pp-form-actions { display: grid; }
}
@media (prefers-reduced-motion: reduce) { .pp-button { transition: none; } }
