.pdof {
  --pdof-ink: #182238;
  --pdof-muted: #7a7367;
  --pdof-soft: #f6f2ea;
  --pdof-panel: #fffdfa;
  --pdof-line: #e8ded0;
  --pdof-line-strong: #d9cbb8;
  --pdof-brand: #14233d;
  --pdof-brand-2: #1d3152;
  --pdof-accent: #c6963c;
  --pdof-accent-soft: #f6efe2;
  --pdof-good: #246b46;
  background: linear-gradient(var(--pdof-brand) 0, var(--pdof-brand) 138px, var(--pdof-soft) 138px, var(--pdof-soft) 100%);
  box-sizing: border-box;
  color: var(--pdof-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100vh;
  padding: 24px 18px 72px;
}

.pdof *,
.pdof *::before,
.pdof *::after {
  box-sizing: border-box;
}

.pdof__hero,
.pdof__steps,
.pdof__layout,
.pdof__submissions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.pdof__hero {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 96px;
  padding: 0 0 14px;
}

.pdof__hero h1 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
  margin: 8px 0 0;
}

.pdof__eyebrow {
  color: var(--pdof-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  margin: 0;
  text-transform: uppercase;
}

.pdof__rating {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-width: 210px;
  padding: 16px 20px;
  text-align: right;
}

.pdof__rating strong {
  color: #f3c66f;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.pdof__rating span {
  color: #b8c1d1;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.pdof__steps {
  background: var(--pdof-panel);
  border: 1px solid var(--pdof-line);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(20, 35, 61, .08);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-bottom: 22px;
  margin-top: -2px;
  overflow: hidden;
  padding: 0;
}

.pdof__steps li {
  border-right: 1px solid var(--pdof-line);
  cursor: pointer;
  min-height: 78px;
  padding: 20px 24px;
  position: relative;
}

.pdof__steps li:focus {
  box-shadow: inset 0 0 0 3px rgba(198, 150, 60, .22);
  outline: none;
}

.pdof__steps li:last-child {
  border-right: 0;
}

.pdof__steps li::before {
  background: transparent;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pdof__steps strong,
.pdof__steps span {
  display: block;
}

.pdof__steps strong {
  color: #9d9589;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pdof__steps span {
  color: #9b927f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  margin-top: 7px;
}

.pdof__steps .is-active::before,
.pdof__steps .is-complete::before {
  background: var(--pdof-accent);
}

.pdof__steps .is-active strong,
.pdof__steps .is-active span {
  color: var(--pdof-accent);
}

.pdof__steps .is-complete strong,
.pdof__steps .is-complete span {
  color: var(--pdof-ink);
}

.pdof__layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.pdof__steps[hidden],
.pdof__layout[hidden],
.pdof__mobile-total[hidden] {
  display: none;
}

.pdof__main,
.pdof__step-panel {
  display: grid;
  gap: 18px;
}

.pdof__step-panel[hidden] {
  display: none;
}

.pdof [hidden] {
  display: none !important;
}

.pdof__steps--single {
  grid-template-columns: 1fr;
}

.pdof--enquiry .pdof__layout { grid-template-columns:minmax(0,1fr) 360px; }

.pdof__enquiry-summary{display:none;margin-bottom:18px;padding:18px;border:1px solid #dfd3bf;border-radius:8px;background:linear-gradient(145deg,#f8f3e9,#fffdfa)}
.pdof--enquiry .pdof__enquiry-summary{display:block}.pdof__enquiry-summary-kicker{display:block;margin-bottom:7px;color:var(--pdof-good);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pdof__enquiry-summary h3{margin:0 0 8px!important;padding:0!important;font-family:Georgia,"Times New Roman",serif!important;font-size:20px!important;letter-spacing:0!important;text-transform:none!important}.pdof__enquiry-summary h3:after{display:none!important}.pdof__enquiry-summary>p{margin:0;color:var(--pdof-muted);font-size:13px;line-height:1.6}.pdof__enquiry-summary ol{display:grid;gap:10px;margin:17px 0;padding:0;counter-reset:pdof-enquiry;list-style:none}.pdof__enquiry-summary li{display:grid;grid-template-columns:28px 1fr;column-gap:9px;counter-increment:pdof-enquiry}.pdof__enquiry-summary li:before{content:counter(pdof-enquiry);display:grid;place-items:center;grid-row:1/3;width:26px;height:26px;border-radius:50%;background:var(--pdof-brand);color:#fff;font-size:12px;font-weight:800}.pdof__enquiry-summary li strong,.pdof__enquiry-summary li span{display:block}.pdof__enquiry-summary li strong{font-size:13px}.pdof__enquiry-summary li span{margin-top:2px;color:var(--pdof-muted);font-size:11px;line-height:1.4}.pdof__enquiry-whatsapp{display:block;padding:11px 13px;border-radius:7px;background:#1f9d68;color:#fff!important;font-size:13px;font-weight:800;text-align:center;text-decoration:none}.pdof--enquiry .pdof__line-items,.pdof--enquiry .pdof__currency-picker,.pdof--enquiry .pdof__total,.pdof--enquiry .pdof__deposit,.pdof--enquiry .pdof__payment-trust,.pdof--enquiry .pdof__discount,.pdof--enquiry .pdof__assurance{display:none!important}

.pdof__enquiry-panel {
  background: linear-gradient(145deg, #fffdfa, #f8f3e9);
  border-color: #dfcfae;
}

.pdof__enquiry-kicker {
  color: var(--pdof-good);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pdof__enquiry-copy {
  color: var(--pdof-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: -4px 0 22px;
}

.pdof__upload-field input[type="file"] {
  background: #fff;
  border: 1px dashed var(--pdof-line-strong);
  border-radius: 8px;
  cursor: pointer;
  padding: 18px;
}

.pdof__check small {
  color: var(--pdof-muted);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6px;
  max-width: 520px;
}

.pdof__price-gate {
  background: var(--pdof-accent-soft);
  border: 1px solid #e5d2ac;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 16px;
}

.pdof__price-gate strong {
  color: var(--pdof-brand);
  display: block;
  font-size: 15px;
}

.pdof__price-gate p {
  color: var(--pdof-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.pdof--price-locked .pdof__line-items,
.pdof--price-locked .pdof__currency-picker,
.pdof--price-locked .pdof__total,
.pdof--price-locked .pdof__deposit,
.pdof--price-locked .pdof__discount {
  display: none;
}

.pdof__panel,
.pdof__summary-card,
.pdof__submissions,
.pdof__thank-card {
  background: var(--pdof-panel);
  border: 1px solid rgba(232, 222, 208, .9);
  border-radius: 8px;
  box-shadow: none;
  padding: 24px 26px;
}

.pdof__panel h2,
.pdof__summary-card h2,
.pdof__submissions h2,
.pdof__thank-card h2,
.pdof__thank-card h3 {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.25;
  margin: 0 0 22px;
  padding-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}

.pdof__panel h2::after,
.pdof__summary-card h2::after,
.pdof__submissions h2::after,
.pdof__thank-card h2::after,
.pdof__thank-card h3::after {
  background: var(--pdof-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.pdof__thank-you[hidden] {
  display: none;
}

.pdof__thank-you {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 980px;
}

.pdof__thank-card:first-child {
  padding: 34px 38px;
}

.pdof__thank-card:first-child h2 {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.pdof__thank-card p {
  color: var(--pdof-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.pdof__thank-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pdof__client-overview { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.pdof__client-overview>div { background:#fff; border:1px solid var(--pdof-line); border-top:4px solid var(--pdof-accent); border-radius:9px; padding:18px; }
.pdof__client-overview span,.pdof__client-overview small { color:var(--pdof-muted); display:block; font-size:12px; font-weight:700; }
.pdof__client-overview strong { color:var(--pdof-brand); display:block; font-family:Georgia,"Times New Roman",serif; font-size:24px; margin:5px 0; }
.pdof__progress-track { background:#e7e1d8; border-radius:10px; height:9px; margin-top:11px; overflow:hidden; }
.pdof__progress-track i { background:linear-gradient(90deg,var(--pdof-accent),#d9af62); display:block; height:100%; transition:width .35s ease; width:0; }
.pdof__file-centre { display:grid; gap:9px; margin-top:15px; }
.pdof__file-centre a { background:var(--pdof-accent-soft); border:1px solid var(--pdof-line); border-radius:7px; color:var(--pdof-brand); font-weight:800; overflow-wrap:anywhere; padding:11px 13px; text-decoration:none; }
.pdof__revision-form { display:grid; gap:13px; margin-top:16px; }
.pdof__revision-form label { margin:0; }
.pdof__revision-history { display:grid; gap:8px; }
.pdof__revision-history>div { background:#f7faf8; border-left:3px solid var(--pdof-accent); padding:10px 12px; }
.pdof__revision-history p { font-size:13px; margin:4px 0 0; }

.pdof__thank-link {
  background: var(--pdof-accent-soft);
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
}

.pdof__thank-link span {
  color: var(--pdof-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pdof__thank-link a {
  color: var(--pdof-brand);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.pdof__timeline {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdof__timeline li {
  align-items: center;
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  color: var(--pdof-muted);
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px 14px;
}

.pdof__timeline li::before {
  background: #d8cec0;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}

.pdof__timeline li.is-active {
  background: var(--pdof-accent-soft);
  border-color: var(--pdof-accent);
  color: var(--pdof-brand);
}

.pdof__timeline li.is-active::before {
  background: var(--pdof-accent);
}

.pdof__receipt-link {
  border: 1px solid var(--pdof-brand);
  border-radius: 7px;
  color: var(--pdof-brand);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
  padding: 10px 13px;
  text-decoration: none;
}

.pdof__receipt-link[hidden] { display: none; }
.pdof__balance-pay[hidden], .pdof__review [hidden] { display: none !important; }
.pdof__tracking-card > p { color: var(--pdof-muted); line-height: 1.6; }
.pdof__message-thread { display: grid; gap: 10px; margin: 18px 0; }
.pdof__thread-empty { background: #f8f3ea; border-radius: 7px; color: var(--pdof-muted); margin: 0; padding: 14px; }
.pdof__thread-item { background: #f7faf8; border: 1px solid #dce7df; border-radius: 8px; padding: 13px 15px; }
.pdof__thread-item small { color: #557064; font-weight: 800; }
.pdof__thread-item p { color: var(--pdof-ink); margin: 6px 0 0; white-space: pre-wrap; }
.pdof__tracking-form { display: grid; gap: 14px; }
.pdof__tracking-form label { margin: 0; }
.pdof__tracking-form textarea { min-height: 110px; resize: vertical; }
.pdof__tracking-form .pdof__submit { justify-self: start; min-width: 180px; }
@media(max-width:760px){.pdof__client-overview{grid-template-columns:1fr}}

.pdof__panel-head p {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}

.pdof__group-title {
  color: var(--pdof-ink);
  font-size: 16px;
  font-weight: 800;
  margin: 4px 0 14px;
}

.pdof__product-summary {
  align-items: center;
  background: #f8f3ea;
  border: 1px solid #eadfce;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.pdof__product-summary strong {
  color: var(--pdof-ink);
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.pdof__product-summary button {
  appearance: none;
  background: #eff5ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  color: #2563eb;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 17px;
  white-space: nowrap;
}

.pdof__product-note {
  align-items: flex-start;
  border: 1px solid #dfe3ea;
  border-left: 5px solid #e2e6ee;
  border-radius: 6px;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  padding: 22px 24px;
}

.pdof__product-note span {
  align-items: center;
  background: #9ca3af;
  border-radius: 50%;
  color: #fff;
  display: inline-flex !important;
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  margin-top: 3px !important;
  width: 22px;
}

.pdof__product-note p {
  color: #242832;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.pdof__product-chooser[hidden] {
  display: none;
}

.pdof__radio-grid {
  display: grid;
  gap: 12px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 18px;
}

.pdof__radio-option {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: flex !important;
  gap: 10px;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 10px 12px;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.pdof__radio-option input {
  appearance: none;
  border: 2px solid #7b7b7b;
  border-radius: 50%;
  height: 20px;
  margin: 0;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
  width: 20px;
}

.pdof__radio-option input:checked,
.pdof__radio-option.is-selected input {
  background: radial-gradient(circle, #fff 0 28%, #ff2b6a 32% 100%);
  border-color: #ff2b6a;
  box-shadow: 0 0 0 4px rgba(255, 43, 106, .14);
}

.pdof__radio-option.is-selected {
  background: #fff4f7;
  border-color: #ff9fbd;
  color: var(--pdof-ink);
  font-weight: 800 !important;
}

.pdof__radio-option span {
  margin: 0 !important;
}

.pdof__note {
  background: var(--pdof-accent-soft);
  border: 1px solid var(--pdof-line);
  border-radius: 6px;
  color: var(--pdof-muted);
  line-height: 1.65;
  margin-top: 18px;
  padding: 16px 18px;
}

.pdof label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pdof label span {
  display: block;
  margin-bottom: 8px;
}

.pdof input[type="text"],
.pdof input[type="email"],
.pdof input[type="tel"],
.pdof select,
.pdof textarea {
  appearance: none;
  background: #fff;
  border: 1px solid var(--pdof-line);
  border-radius: 7px;
  color: var(--pdof-ink);
  font: inherit;
  font-size: 14px;
  min-height: 48px;
  padding: 13px 15px;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.pdof input::placeholder,
.pdof textarea::placeholder {
  color: #c5bcad;
}

.pdof input:focus,
.pdof select:focus,
.pdof textarea:focus {
  border-color: var(--pdof-accent);
  box-shadow: 0 0 0 3px rgba(198, 150, 60, .16);
  outline: none;
}

.pdof select {
  background-image: linear-gradient(45deg, transparent 50%, #9a927f 50%), linear-gradient(135deg, #9a927f 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 40px;
}

.pdof__delivery-native {
  height: 1px;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.pdof__delivery-picker {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.pdof__delivery-picker > span {
  color: var(--pdof-ink);
  font-size: 16px;
  font-weight: 800;
}

.pdof__delivery-picker button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 2px solid #9ec0ff;
  border-radius: 8px;
  box-shadow: 0 0 0 4px rgba(99, 150, 255, .24);
  color: #111827;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 12px 18px;
  text-align: left;
  width: 100%;
}

.pdof__delivery-picker strong {
  font-size: 20px;
  font-weight: 500;
}

.pdof__delivery-picker i {
  color: #000;
  font-style: normal;
  font-size: 22px;
}

.pdof__deadline-modal[hidden] {
  display: none;
}

.pdof__deadline-modal {
  inset: 0;
  position: fixed;
  z-index: 100000;
}

.pdof__deadline-backdrop {
  background: rgba(13, 22, 38, .66);
  backdrop-filter: blur(3px);
  inset: 0;
  position: absolute;
}

.pdof__deadline-dialog {
  background: #fffdfa;
  border: 1px solid #eadfce;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(14, 22, 36, .36);
  left: 50%;
  max-height: calc(100vh - 48px);
  max-width: 1060px;
  overflow: auto;
  padding: 30px 32px 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 64px);
}

.pdof__deadline-dialog h2 {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: .06em;
  margin-bottom: 24px;
  padding: 0;
  text-transform: uppercase;
}

.pdof__deadline-dialog h2::after {
  background: var(--pdof-accent);
  content: "";
  display: block;
  height: 3px;
  margin-top: 14px;
  width: 42px;
}

.pdof__deadline-close {
  appearance: none;
  background: #f5eee4;
  border: 1px solid #e5d7c4;
  border-radius: 999px;
  color: var(--pdof-brand);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  height: 40px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
}

.pdof__deadline-weekdays {
  background: #f7f0e7;
  border: 1px solid #eadfce;
  border-radius: 12px 12px 0 0;
  color: #9b762e;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 0;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  letter-spacing: .16em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.pdof__deadline-weekdays span {
  border-right: 1px solid #eadfce;
  padding: 13px 10px;
  text-align: center;
}

.pdof__deadline-weekdays span:last-child {
  border-right: 0;
}

.pdof__deadline-calendar {
  background: #eadfce;
  border: 1px solid #eadfce;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}

.pdof__calendar-cell {
  background: #fff;
  min-height: 118px;
  padding: 12px;
  transition: background .18s ease;
}

.pdof__calendar-cell > strong {
  color: #7a746b;
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pdof__calendar-cell.is-past {
  background: #f4f1ec;
  opacity: .68;
}

.pdof__calendar-price {
  appearance: none;
  background: #f8f0e4;
  border: 1px solid #d7b56d;
  border-radius: 999px;
  color: var(--pdof-brand);
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  margin-top: 8px;
  min-height: 38px;
  padding: 8px 10px;
  text-align: center;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
  width: 100%;
}

.pdof__calendar-price:hover {
  background: #fff7e8;
  transform: translateY(-1px);
}

.pdof__calendar-price span {
  display: block !important;
  color: #a67c2d;
  font-size: 11px;
  line-height: 1.25;
  margin: 0 0 3px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdof__calendar-price.is-selected {
  background: var(--pdof-brand);
  border-color: var(--pdof-brand);
  box-shadow: 0 0 0 4px rgba(20, 35, 61, .14);
  color: #fff;
}

.pdof__calendar-price.is-selected span {
  color: #e6c57f;
}

.pdof__deadline-card {
  appearance: none;
  background: #fff;
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  color: var(--pdof-ink);
  cursor: pointer;
  display: grid;
  gap: 5px;
  min-height: 116px;
  padding: 13px 12px;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pdof__deadline-card:hover {
  border-color: var(--pdof-accent);
  transform: translateY(-1px);
}

.pdof__deadline-card.is-selected {
  background: #f7f1e7;
  border-color: var(--pdof-accent);
  box-shadow: inset 0 0 0 1px var(--pdof-accent);
}

.pdof__deadline-card.is-urgent {
  border-color: #d0a052;
}

.pdof__deadline-day {
  color: var(--pdof-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pdof__deadline-card strong {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.05;
}

.pdof__deadline-card small {
  color: var(--pdof-muted);
  font-size: 12px;
  font-weight: 700;
  min-height: 30px;
}

.pdof__deadline-card b {
  color: var(--pdof-brand);
  font-size: 15px;
}

.pdof textarea {
  min-height: 150px;
  resize: vertical;
}

.pdof__field-help {
  color: var(--pdof-muted);
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

.pdof__checks {
  display: grid;
  gap: 14px;
}

.pdof__check {
  align-items: center;
  background: #fffdfa;
  border: 1px solid var(--pdof-line-strong);
  border-radius: 8px;
  cursor: pointer;
  display: grid !important;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  margin: 0 !important;
  padding: 20px 22px;
  transition: background .18s ease, border-color .18s ease;
}

.pdof__check input {
  appearance: none;
  border: 2px solid #c8bca9;
  border-radius: 5px;
  height: 28px;
  margin: 0;
  position: relative;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
  width: 28px;
}

.pdof__check input:checked,
.pdof__check.is-selected input {
  background: var(--pdof-brand) !important;
  border-color: var(--pdof-brand) !important;
  box-shadow: 0 0 0 4px rgba(20, 35, 61, .12);
}

.pdof__check input:checked::after,
.pdof__check.is-selected input::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 7px;
}

.pdof__check.is-selected {
  background: #f7f1e7;
  border-color: var(--pdof-brand);
}

.pdof__check.is-selected strong {
  color: var(--pdof-brand);
}

.pdof__check span {
  margin: 0 !important;
}

.pdof__check strong {
  color: var(--pdof-ink);
  display: block;
  font-size: 18px;
}

.pdof__check small {
  color: var(--pdof-muted);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

.pdof__check em {
  color: #b9842f;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.pdof__actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 12px;
}

.pdof__submit,
.pdof__secondary {
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  min-height: 54px;
  padding: 14px 26px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.pdof__submit {
  background: var(--pdof-brand);
  border: 1px solid var(--pdof-brand);
  box-shadow: none;
  color: #fff;
  width: 100%;
}

.pdof__secondary {
  background: transparent;
  border: 1px solid var(--pdof-line-strong);
  color: var(--pdof-brand);
  min-width: 110px;
}

.pdof__actions .pdof__submit {
  flex: 1;
  width: auto;
}

.pdof__balance-pay {
  margin-top: 18px;
}

.pdof__submit:hover,
.pdof__submit:focus {
  background: var(--pdof-brand-2);
  box-shadow: none;
  transform: translateY(-1px);
}

.pdof__payment-options {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdof__pay-card {
  border: 1px solid var(--pdof-line-strong);
  border-radius: 8px;
  display: grid !important;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin: 0 !important;
  min-height: 128px;
  padding: 20px 22px;
}

.pdof__pay-card.is-selected,
.pdof__pay-card:has(input:checked) {
  background: #f7f1e7;
  border-color: var(--pdof-brand);
}

.pdof__pay-card input {
  accent-color: var(--pdof-brand);
  height: 18px;
  margin-top: 3px;
  width: 18px;
}

.pdof__pay-card b {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  margin: 14px 0 8px;
}

.pdof__pay-card small,
.pdof__pay-card i {
  color: var(--pdof-muted);
  font-style: normal;
  font-weight: 500;
}

.pdof__method-tabs,
.pdof__trust {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.pdof__method-tabs button,
.pdof__trust span {
  background: #fffdfa;
  border: 1px solid var(--pdof-line);
  border-radius: 7px;
  color: #776e5e;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 48px;
  padding: 12px;
  text-align: center;
}

.pdof__method-tabs button.is-active {
  border-color: var(--pdof-brand);
  color: var(--pdof-ink);
}

.pdof__secure-note,
.pdof__security-copy,
.pdof__review-copy {
  color: var(--pdof-muted);
  line-height: 1.55;
  margin: 16px 0 0;
}

.pdof__terms {
  align-items: flex-start;
  background: var(--pdof-accent-soft);
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  display: flex !important;
  gap: 12px;
  margin: 18px 0 0 !important;
  padding: 14px 16px;
}

.pdof__terms input {
  margin-top: 3px;
}

.pdof__terms span {
  color: var(--pdof-muted);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 !important;
}

.pdof__review {
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}

.pdof__review div {
  border-bottom: 1px solid var(--pdof-line);
  padding: 13px 15px;
}

.pdof__review div:nth-child(odd) {
  border-right: 1px solid var(--pdof-line);
}

.pdof__review div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.pdof__review dt {
  color: var(--pdof-muted);
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.pdof__review dd {
  font-weight: 800;
  margin: 0;
}

.pdof__summary {
  position: sticky;
  top: 24px;
}

.pdof__summary-card {
  padding: 24px;
}

.pdof__selected {
  color: #645d52;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.pdof__selected li {
  margin: 0 0 13px;
  padding-left: 18px;
  position: relative;
}

.pdof__selected li::before {
  color: var(--pdof-accent);
  content: "•";
  left: 0;
  position: absolute;
}

.pdof__line-items {
  border-top: 1px solid var(--pdof-line);
  padding-top: 14px;
}

.pdof__currency-picker {
  align-items: center;
  border-top: 1px solid var(--pdof-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 26px 1fr;
  margin-top: 14px;
  padding-top: 14px;
}

.pdof__currency-picker img {
  border-radius: 50%;
  display: block;
}

.pdof__currency-picker label {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 96px;
  margin: 0;
}

.pdof__currency-picker label span {
  color: var(--pdof-muted);
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

.pdof__currency-picker select {
  min-height: 38px;
  padding: 8px 30px 8px 10px;
}

.pdof__line-item,
.pdof__total {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 13px 0;
}

.pdof__line-item strong,
.pdof__total strong {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.pdof__total {
  border-top: 1px solid var(--pdof-line);
  font-size: 16px;
  font-weight: 800;
  padding-top: 18px;
  text-transform: uppercase;
}

.pdof__total strong {
  font-size: 24px;
}

.pdof__deposit {
  border: 2px solid var(--pdof-brand);
  border-radius: 8px;
  margin-top: 22px;
  padding: 15px 17px;
}

.pdof__deposit p {
  color: var(--pdof-muted);
  margin: 6px 0 0;
}

.pdof__currency-note {
  display: none;
}

.pdof__payment-trust {
  border-top: 1px solid var(--pdof-line);
  margin-top: 18px;
  padding-top: 15px;
}

.pdof__trust-label {
  color: var(--pdof-muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pdof__payment-marks {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.pdof__payment-marks > span {
  align-items: center;
  background: #fff;
  border: 1px solid #dddfe4;
  border-radius: 7px;
  display: flex;
  height: 42px;
  justify-content: center;
  padding: 7px 10px;
}

.pdof__payment-marks img {
  display: block;
  max-height: 26px;
  max-width: 58px;
  object-fit: contain;
  width: 100%;
}

.pdof__payment-marks span:nth-child(2) img {
  max-height: 29px;
  max-width: 42px;
}

.pdof__payment-marks span:nth-child(3) img {
  max-height: 29px;
  max-width: 32px;
}

.pdof__review-trust {
  background: #f7faf8;
  border: 1px solid #dce7df;
  border-radius: 9px;
  margin-top: 14px;
  overflow: hidden;
}

.pdof__review-score {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.pdof__review-score strong {
  color: #173e2d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.pdof__review-score span {
  color: #557064;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.pdof__review-platforms {
  border-top: 1px solid #dce7df;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pdof__review-platforms > span,
.pdof__review-platforms > a {
  align-items: center;
  border-right: 1px solid #dce7df;
  display: flex;
  gap: 5px;
  justify-content: center;
  min-height: 42px;
  padding: 7px 5px;
  text-decoration: none;
}

.pdof__review-platforms > span:last-child,
.pdof__review-platforms > a:last-child {
  border-right: 0;
}

.pdof__review-platforms img {
  display: block;
  flex: 0 0 auto;
  height: 18px;
  object-fit: contain;
  width: 18px;
}

.pdof__review-platforms b {
  color: #25372f;
  font-size: 9px;
  line-height: 1.1;
}

.pdof__review-platform--sitejabber img {
  height: auto;
  max-height: 24px;
  max-width: 72px;
  width: 100%;
}

.pdof__discount {
  border-top: 1px solid var(--pdof-line);
  margin-top: 18px;
  padding-top: 18px;
}

.pdof__discount label {
  margin-bottom: 0;
}

.pdof__discount-status { font-size: 12px; font-weight: 800; margin: 8px 0 0; min-height: 18px; }
.pdof__discount-status.is-applied { color: var(--pdof-good); }
.pdof__discount-status.is-invalid { color: #b42318; }

.pdof__assurance {
  border-top: 1px solid var(--pdof-line);
  margin-top: 18px;
  padding-top: 18px;
}

.pdof__assurance h3 {
  color: var(--pdof-ink);
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.pdof__assurance p {
  color: var(--pdof-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.pdof__assurance ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdof__assurance li {
  color: #514c43;
  font-size: 13px;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.pdof__assurance li::before {
  color: var(--pdof-accent);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.pdof__support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pdof__support-links a {
  border: 1px solid var(--pdof-line);
  border-radius: 999px;
  color: var(--pdof-brand);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 10px;
  text-decoration: none;
}

.pdof__support-links a:hover {
  border-color: var(--pdof-accent);
  color: var(--pdof-accent);
}

.pdof__message {
  font-weight: 800;
  margin: 12px 0 0;
}

.pdof__message.is-success {
  color: var(--pdof-good);
}

.pdof__message.is-error {
  color: #b42318;
}

.pdof__submissions {
  margin-top: 28px;
}

.pdof__confirmation {
  background: var(--pdof-panel);
  border: 1px solid rgba(232, 222, 208, .9);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(37, 31, 19, .06);
  margin: 28px auto 0;
  max-width: 1180px;
  padding: 28px 30px;
}

.pdof__confirmation h2 {
  color: var(--pdof-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  margin: 0 0 18px;
}

.pdof__confirmation-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pdof__confirmation-grid div {
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  padding: 14px;
}

.pdof__confirmation-grid span {
  color: var(--pdof-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pdof__confirmation-grid strong {
  display: block;
}

.pdof__order-url {
  margin: 18px 0 0 !important;
}

.pdof__order-url input {
  background: #f8f3ea;
}

.pdof__modal[hidden] {
  display: none;
}

.pdof__modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 99999;
}

.pdof__modal-backdrop {
  background: rgba(20, 35, 61, .62);
  inset: 0;
  position: absolute;
}

.pdof__modal-card {
  background: #fffdfa;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
  max-width: 520px;
  padding: 28px;
  position: relative;
  width: min(100%, 520px);
}

.pdof__modal-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  margin: 0 0 8px;
}

.pdof__modal-card p {
  color: var(--pdof-muted);
  line-height: 1.55;
}

.pdof__modal-amount {
  align-items: center;
  background: #f8f3ea;
  border: 1px solid var(--pdof-line);
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 14px;
  padding: 13px 15px;
}

.pdof__modal-amount span { color: var(--pdof-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pdof__modal-amount strong { color: var(--pdof-brand); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }

.pdof__modal-close {
  background: transparent;
  border: 0;
  color: var(--pdof-ink);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 14px;
}

.pdof__stripe-element {
  background: #fff;
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  margin: 18px 0;
  min-height: 52px;
  padding: 16px 14px;
}

.pdof__submission {
  border: 1px solid var(--pdof-line);
  border-radius: 8px;
  margin-top: 12px;
  padding: 16px;
}

.pdof__submission-head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pdof__submission-head span {
  color: var(--pdof-muted);
  font-size: 13px;
}

.pdof__submission dl {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.pdof__submission dt {
  color: var(--pdof-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.pdof__submission dd {
  margin: 0;
}

.pdof__mobile-total {
  align-items: center;
  background: var(--pdof-brand);
  border: 0;
  bottom: 0;
  color: #fff;
  display: none;
  font: inherit;
  font-weight: 800;
  left: 0;
  grid-template-columns: 1fr auto auto;
  min-height: 62px;
  padding: 12px max(18px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  position: fixed;
  width: 100%;
  z-index: 9998;
}

.pdof__mobile-total i {
  font-style: normal;
  margin-left: 10px;
  transition: transform .18s ease;
}

.pdof__mobile-total.is-expanded i {
  transform: rotate(180deg);
}

html.pdof-modal-open,
body.pdof-modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.pdof--compact {
  background: transparent;
  max-width: 100%;
  min-height: 0;
  padding: 0;
}

.pdof--compact .pdof__hero,
.pdof--compact .pdof__steps {
  display: none;
}

.pdof--compact .pdof__layout {
  display: block;
}

.pdof--compact .pdof__main,
.pdof--compact .pdof__step-panel {
  gap: 12px;
}

.pdof--compact .pdof__panel,
.pdof--compact .pdof__summary-card,
.pdof--compact .pdof__submissions {
  padding: 18px;
}

.pdof--compact .pdof__summary {
  margin-top: 12px;
  position: static;
}

.pdof--compact .pdof__payment-options,
.pdof--compact .pdof__method-tabs,
.pdof--compact .pdof__trust,
.pdof--compact .pdof__review,
.pdof--compact .pdof__confirmation-grid,
.pdof--compact .pdof__submission dl {
  grid-template-columns: 1fr;
}

.pdof--compact .pdof__actions {
  display: grid;
  grid-template-columns: 1fr;
}

.pdof--compact .pdof__actions .pdof__submit,
.pdof--compact .pdof__secondary {
  width: 100%;
}

@media (max-width: 900px) {
  .pdof {
    background: linear-gradient(var(--pdof-brand) 0, var(--pdof-brand) 150px, var(--pdof-soft) 150px, var(--pdof-soft) 100%);
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
    padding-left: 14px;
    padding-right: 14px;
  }

  .pdof__hero {
    align-items: flex-start;
    display: block;
  }

  .pdof__hero h1 {
    font-size: 32px;
  }

  .pdof__rating {
    margin-top: 18px;
    min-width: 0;
    text-align: left;
  }

  .pdof__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdof__steps li {
    border-bottom: 0;
    border-right: 1px solid var(--pdof-line);
    min-height: 72px;
    padding: 11px 8px 10px 34px;
  }

  .pdof__steps li:last-child {
    border-right: 0;
  }

  .pdof__steps li::before {
    left: 10px;
    top: 12px;
  }

  .pdof__steps strong {
    font-size: 10px;
  }

  .pdof__steps span {
    font-size: 11px;
    line-height: 1.25;
  }

  .pdof__layout {
    display: block;
  }

  .pdof__summary {
    display: none;
    margin-top: 18px;
    position: static;
  }

  .pdof--enquiry .pdof__summary { display:block; }

  .pdof--summary-open .pdof__summary { display: block; }

  .pdof__summary-card {
    background: #fffdfa;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(20, 35, 61, .11);
    overflow: hidden;
  }

  .pdof__summary-card h2 {
    margin-bottom: 12px;
  }

  .pdof__selected {
    display: none;
  }

  .pdof__selected li {
    background: #fff;
    border: 1px solid #ece2d4;
    border-radius: 999px;
    color: #4f5668;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    max-width: 100%;
    padding: 7px 10px;
  }

  .pdof__selected li::before {
    display: none;
  }

  .pdof__line-items {
    background: #f9fafb;
    border: 1px solid #edf0f3;
    border-radius: 12px;
    margin: 0 0 12px;
    padding: 5px 12px;
  }

  .pdof__line-item {
    align-items: center;
    border-bottom: 1px solid #edf0f3;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
    padding: 10px 0;
  }

  .pdof__line-item:last-child {
    border-bottom: 0;
  }

  .pdof__line-item span {
    color: #5f6676;
    font-size: 13px;
    font-weight: 700;
    min-width: 0;
  }

  .pdof__line-item strong {
    font-size: 16px;
    white-space: nowrap;
  }

  .pdof__currency-picker {
    background: #f8f3ea;
    border: 1px solid #eadfce;
    border-radius: 12px;
    gap: 9px;
    grid-template-columns: 24px minmax(0, 1fr);
    margin: 0 0 12px;
    padding: 10px 12px;
  }

  .pdof__currency-picker label {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .pdof__currency-picker select {
    min-height: 40px;
  }

  .pdof__total {
    align-items: center;
    background: linear-gradient(135deg, #14233d, #20365c);
    border: 0;
    border-radius: 15px;
    color: #fff;
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 12px 0 10px;
    padding: 16px 15px;
  }

  .pdof__total span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    letter-spacing: .09em;
  }

  .pdof__total strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
  }

  .pdof__deposit {
    background: #fff;
    border: 1px solid #d9e5f5;
    border-left: 5px solid #3b82f6;
    border-radius: 14px;
    margin-top: 10px;
    padding: 14px;
  }

  .pdof__deposit strong {
    display: block;
    font-size: 15px;
    line-height: 1.45;
  }

  .pdof__deposit p {
    font-size: 13px;
  }

  .pdof__payment-trust,
  .pdof__review-trust,
  .pdof__discount,
  .pdof__assurance {
    border-radius: 12px;
  }

  .pdof__payment-options,
  .pdof__method-tabs,
  .pdof__trust,
  .pdof__radio-grid,
  .pdof__thank-grid,
  .pdof__currency-picker,
  .pdof__currency-picker label,
  .pdof__review,
  .pdof__confirmation-grid,
  .pdof__submission dl {
    grid-template-columns: 1fr;
  }

  .pdof__review div:nth-child(odd) {
    border-right: 0;
  }

  .pdof__review div:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--pdof-line);
  }

  .pdof__mobile-total {
    display: grid;
  }

  .pdof__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pdof__actions .pdof__submit,
  .pdof__secondary {
    width: 100%;
  }

  .pdof__deadline-modal {
    align-items: flex-end;
    display: flex;
  }

  .pdof__deadline-dialog {
    border: 0;
    border-radius: 22px 22px 0 0;
    bottom: 0;
    left: 0;
    max-height: calc(100dvh - 12px);
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding: 22px 18px calc(24px + env(safe-area-inset-bottom));
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .pdof__deadline-dialog h2 {
    font-size: 21px;
    letter-spacing: .035em;
    margin: 0 54px 18px 0;
  }

  .pdof__deadline-close {
    right: 16px;
    top: 16px;
  }

  .pdof__deadline-weekdays {
    display: none;
  }

  .pdof__deadline-calendar {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .pdof__calendar-cell {
    align-items: start;
    border: 1px solid var(--pdof-line);
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 0;
    padding: 12px;
  }

  .pdof__calendar-cell.is-past,
  .pdof__calendar-cell.is-empty {
    display: none;
  }

  .pdof__calendar-cell > strong {
    margin: 8px 0 0;
  }

  .pdof__calendar-price {
    margin-top: 0;
    min-height: 48px;
  }

  .pdof__delivery-picker button {
    box-shadow: none;
    min-height: 56px;
    padding: 11px 14px;
  }

  .pdof__delivery-picker strong {
    font-size: 17px;
  }

  .pdof__delivery-picker i {
    color: var(--pdof-brand);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .pdof {
    background: var(--pdof-soft);
    padding: 12px 10px calc(72px + env(safe-area-inset-bottom));
  }

  .pdof__hero {
    align-items: center;
    background: var(--pdof-brand);
    border-radius: 0 0 12px 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: -12px -10px 0;
    min-height: 112px;
    padding: 16px 14px 20px;
  }

  .pdof__eyebrow,
  .pdof__hero > div:first-child > p:not(.pdof__eyebrow) {
    font-size: 9px;
    letter-spacing: .12em;
    margin: 0;
  }

  .pdof__hero h1 {
    font-size: 24px;
    margin-top: 4px;
  }

  .pdof__rating {
    border: 0;
    margin: 0;
    max-width: 92px;
    min-width: 0;
    padding: 0;
    text-align: right;
  }

  .pdof__rating strong {
    font-size: 19px;
  }

  .pdof__rating span {
    font-size: 9px;
    line-height: 1.25;
    margin-top: 3px;
    max-width: 92px;
  }

  .pdof__steps {
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
  }

  .pdof__steps li {
    min-height: 48px;
    padding: 9px 6px 7px;
  }

  .pdof__steps li::before {
    height: 2px;
    left: 0;
    top: 0;
  }

  .pdof__steps strong {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .pdof__steps span {
    font-family: inherit;
    font-size: 10px;
    line-height: 1.15;
    margin-top: 3px;
  }

  .pdof__main,
  .pdof__step-panel {
    gap: 10px;
  }

  .pdof__panel,
  .pdof__summary-card,
  .pdof__submissions,
  .pdof__thank-card,
  .pdof__thank-card:first-child {
    border-radius: 8px;
    padding: 16px 14px;
  }

  .pdof__panel h2,
  .pdof__summary-card h2,
  .pdof__submissions h2,
  .pdof__thank-card h2,
  .pdof__thank-card h3 {
    font-size: 14px;
    letter-spacing: .11em;
    margin-bottom: 14px;
    padding-bottom: 9px;
  }

  .pdof__thank-card:first-child h2 {
    font-size: 24px;
  }

  .pdof__check {
    grid-template-columns: auto 1fr;
  }

  .pdof__check em {
    grid-column: 2;
  }

  .pdof__deadline-card {
    min-height: 100px;
  }

  .pdof__product-summary {
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .pdof__product-summary strong {
    font-size: 18px;
  }

  .pdof__product-summary button {
    background: #eff5ff;
    border: 1px solid #cfe0ff;
    border-radius: 999px;
    font-size: 14px;
    min-height: 40px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .pdof__product-note {
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px;
  }

  .pdof__product-note p {
    font-size: 13px;
    line-height: 1.5;
  }

  .pdof__group-title {
    font-size: 13px;
    margin: 2px 0 8px;
  }

  .pdof__radio-grid {
    gap: 6px;
    margin-bottom: 12px;
  }

  .pdof__radio-option {
    border-color: var(--pdof-line);
    font-size: 14px !important;
    min-height: 46px;
    padding: 8px 10px;
  }

  .pdof__radio-option input {
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
  }

  .pdof label {
    margin-bottom: 12px;
  }

  .pdof input[type="text"],
  .pdof input[type="email"],
  .pdof input[type="tel"],
  .pdof select,
  .pdof textarea {
    min-height: 46px;
    padding: 11px 12px;
  }

  .pdof__delivery-picker button {
    border-radius: 7px;
    min-height: 50px;
    padding: 9px 12px;
  }

  .pdof__delivery-picker strong {
    font-size: 15px;
  }

  .pdof__check {
    border-radius: 7px;
    gap: 9px;
    padding: 12px;
  }

  .pdof__actions {
    gap: 8px;
  }

  .pdof__submit,
  .pdof__secondary {
    min-height: 48px;
    padding: 12px 16px;
  }

  .pdof__mobile-total {
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 24px rgba(20, 35, 61, .18);
    min-height: 58px;
    padding-top: 10px;
  }

  .pdof__mobile-total span {
    font-size: 12px;
    font-weight: 700;
  }

  .pdof__mobile-total strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
  }

  .pdof__deadline-dialog {
    border-radius: 16px 16px 0 0;
    padding: 18px 12px calc(18px + env(safe-area-inset-bottom));
  }

  .pdof__calendar-cell {
    border-radius: 8px;
    gap: 8px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 9px;
  }

  .pdof__calendar-price {
    border-radius: 7px;
    min-height: 44px;
  }

  .pdof input,
  .pdof select,
  .pdof textarea,
  .pdof button {
    font-size: 16px;
  }

}

/* Mobile-first hardening for the complete customer journey. */
@media (max-width: 600px) {
  html, body { max-width:100%; overflow-x:hidden; }
  .pdof { width:100%; max-width:100%; overflow-x:clip; }
  .pdof__layout, .pdof__main, .pdof__step-panel, .pdof__panel, .pdof__summary, .pdof__summary-card { min-width:0; max-width:100%; }
  .pdof__steps { position:sticky; top:0; z-index:100; box-shadow:0 5px 16px rgba(20,35,61,.1); }
  .pdof__steps li { display:flex; min-width:0; flex-direction:column; justify-content:center; }
  .pdof__steps span { overflow:hidden; text-overflow:ellipsis; }
  .pdof__product-summary strong, .pdof__radio-option span, .pdof__selected li, .pdof__review dd { overflow-wrap:anywhere; }
  .pdof__radio-option { align-items:flex-start; }
  .pdof__radio-option input { margin-top:1px; }
  .pdof__product-note span { flex:none; }
  .pdof__product-note p { min-width:0; }
  .pdof input[type="text"], .pdof input[type="email"], .pdof input[type="tel"], .pdof select, .pdof textarea { width:100%; max-width:100%; font-size:16px; }
  .pdof input[type="file"] { display:block; width:100%; max-width:100%; padding:12px 8px; overflow:hidden; font-size:13px; }
  .pdof textarea { min-height:120px; }
  .pdof__field-help { font-size:11px; line-height:1.45; }
  .pdof__check { align-items:start; grid-template-columns:24px minmax(0,1fr); }
  .pdof__check input { width:24px; height:24px; }
  .pdof__check input:checked::after, .pdof__check.is-selected input::after { left:7px; top:2px; height:12px; width:6px; }
  .pdof__check strong { font-size:15px; }
  .pdof__check small { font-size:11px; line-height:1.45; }
  .pdof__check em { grid-column:2; font-size:13px; }
  .pdof__payment-options { gap:9px; }
  .pdof__pay-card { min-height:0; padding:14px; }
  .pdof__pay-card b { margin:8px 0 4px; font-size:24px; }
  .pdof__review { grid-template-columns:1fr; }
  .pdof__review div, .pdof__review div:nth-child(odd), .pdof__review div:nth-last-child(-n+2) { border-right:0; border-bottom:1px solid var(--pdof-line); }
  .pdof__review div:last-child { border-bottom:0; }
  .pdof__terms { gap:9px; padding:12px; }
  .pdof__terms input { flex:0 0 auto; width:20px; height:20px; }
  .pdof__terms span { font-size:11px; }
  .pdof__actions { margin-top:5px; }
  .pdof__actions button { max-width:100%; }
  .pdof__secondary { min-width:0; }
  .pdof--enquiry .pdof__summary { margin-top:10px; }
  .pdof__enquiry-summary { padding:14px; }
  .pdof__enquiry-summary h3 { font-size:18px!important; }
  .pdof__enquiry-summary ol { margin:13px 0; }
  .pdof__selected { display:none; }
  .pdof__line-item strong { font-size:15px; }
  .pdof__total { padding:14px; }
  .pdof__total strong { font-size:25px; }
  .pdof__deposit strong { font-size:14px; }
  .pdof__currency-picker label { grid-template-columns:minmax(0,1fr) 86px; }
  .pdof__payment-marks>span { height:38px; }
  .pdof__review-score { gap:8px; }
  .pdof__review-platforms b { display:none; }
  .pdof__review-platforms img { width:22px; height:22px; }
  .pdof__support-links { display:grid; grid-template-columns:1fr; }
  .pdof__support-links a { min-height:42px; display:flex; align-items:center; justify-content:center; text-align:center; }
  .pdof__mobile-total { gap:8px; }
  .pdof__mobile-total span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .pdof__mobile-total strong { white-space:nowrap; }
  .pdof__modal { align-items:flex-end; padding:0; }
  .pdof__modal-card { width:100%; max-width:100%; max-height:calc(100dvh - 10px); overflow-y:auto; border-radius:18px 18px 0 0; padding:22px 14px calc(18px + env(safe-area-inset-bottom)); }
  .pdof__modal-card h2 { padding-right:38px; font-size:23px; }
  .pdof__modal-card>p { font-size:13px; }
  .pdof__modal-amount { margin:13px 0 10px; padding:11px 12px; }
  .pdof__modal-amount strong { font-size:21px; }
  .pdof__stripe-element { margin:13px 0; }
  .pdof__thank-you { gap:12px; }
  .pdof__thank-card p { font-size:13px; }
  .pdof__thank-link { padding:12px; }
  .pdof__client-overview { gap:9px; }
  .pdof__client-overview>div { padding:13px; }
  .pdof__tracking-form .pdof__submit { width:100%; min-width:0; }
  .pdof__submission-head { align-items:flex-start; flex-direction:column; gap:3px; }
  .pdof__submission dl { grid-template-columns:1fr; }
}
