html[data-tenant="prodakcoating"] {
  --prodak-navy: #073f73;
  --prodak-navy-deep: #032f59;
  --prodak-gold: #e0b23f;
  --prodak-gold-bright: #f2c94c;
  --prodak-text: #15253a;
  --prodak-muted: #5c6777;
  --prodak-surface: #ffffff;
  --prodak-border: #dce4eb;
  --prodak-shadow: 0 10px 24px rgba(7, 63, 115, 0.08);
}

html[data-tenant="prodakcoating"] .proposal-v3-header { background: var(--prodak-navy) !important; }
html[data-tenant="prodakcoating"] .btn--accent,
html[data-tenant="prodakcoating"] .p02n-ap__project-next { background: var(--prodak-gold); border-color: var(--prodak-gold); color: var(--prodak-navy-deep); }
html[data-tenant="prodakcoating"] .proposal-v3-header__proof { display: none; }
html[data-tenant="prodakcoating"] [data-brand-wordmark] { color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
html[data-tenant="prodakcoating"] [data-brand-wordmark]::after { content: ""; }
html[data-tenant="prodakcoating"] .proposal-v3-header img:not([data-prodak-logo]),
html[data-tenant="prodakcoating"] .site-header__brand-link img:not([data-prodak-logo]) {
  display: none !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-header__logo img.prodak-header-logo,
html[data-tenant="prodakcoating"] .site-header__brand-link img.prodak-header-logo,
html[data-tenant="prodakcoating"] img[data-prodak-logo] {
  display: block !important;
  height: 28px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
  object-position: left center;
}
html[data-tenant="prodakcoating"] .proposal-v3-header__logo [data-dd-wordmark],
html[data-tenant="prodakcoating"] .site-header__brand-link [data-dd-wordmark] {
  display: none;
}
html[data-tenant="prodakcoating"] .proposal-v3-header {
  min-height: 3.25rem;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] {
  --proposal-v3-header-height: 3.25rem;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-result-summary-pill:not([hidden]),
html[data-tenant="prodakcoating"] .proposal-v3-root[data-view="execution_period_gate"] .proposal-v3-result-summary-pill:not([hidden]) {
  margin: 16px 16px 0 !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-price-option--coating .proposal-v3-price-option__track span::after,
html[data-tenant="prodakcoating"] #proposal-v3-coating .proposal-v3-price-option__track span::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}
html[data-tenant="prodakcoating"] #proposal-v3-root[data-dd-meta-photo="true"] .proposal-v3-inline-question[data-inline-question="5"] {
  padding-left: 16px;
  padding-right: 16px;
}
html[data-tenant="prodakcoating"] #proposal-v3-root[data-dd-meta-photo="true"] .proposal-v3-inline-question__answers--p02-photo-dd {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
html[data-tenant="prodakcoating"] #proposal-v3-root[data-dd-meta-photo="true"] .proposal-v3-p02-photo-add {
  width: 100% !important;
  flex: 1 1 auto;
  min-height: 48px;
  justify-content: center;
  padding: 12px 16px;
  border: 1.5px dashed #9bb0c8;
  border-radius: 8px;
  background: #fff;
  color: var(--prodak-navy);
}
html[data-tenant="prodakcoating"] #proposal-v3-root[data-dd-meta-photo="true"] .proposal-v3-p02-photo-none {
  justify-self: start;
  text-decoration: underline;
}
html[data-tenant="prodakcoating"] #proposal-v3-root #proposal-v3-p02-voltooi.proposal-v3-p02-voltooi {
  width: calc(100% - 32px) !important;
  max-width: calc(100% - 32px) !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
  box-sizing: border-box !important;
}
html[data-tenant="prodakcoating"] .p02n-ap__quote-preview {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  cursor: default;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice::after {
  content: none;
}

/* The Meta entry and Result reuse shared DD structure, but map every primary
   surface through the ProDak tenant tokens rather than inheriting DD purple or
   green. Green remains reserved for semantic success only. */
html[data-tenant="prodakcoating"] .dd-meta-cta,
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v4-site-use-gate__option.is-selected,
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-p02-voltooi {
  background: var(--prodak-gold) !important;
  border-color: var(--prodak-gold) !important;
  color: var(--prodak-navy-deep) !important;
}
html[data-tenant="prodakcoating"] .dd-meta-card__eyebrow {
  color: var(--prodak-gold) !important;
}
html[data-tenant="prodakcoating"] .dd-meta-cta:hover,
html[data-tenant="prodakcoating"] .dd-meta-cta:focus-visible {
  background: var(--prodak-gold-bright) !important;
  border-color: var(--prodak-gold-bright) !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode^="RESULT_V4_"] {
  --result-v4-replacement: var(--prodak-muted);
  --result-v4-coating: var(--prodak-navy);
  --result-v4-coating-muted: #eef4f8;
  --result-v4-header: var(--prodak-navy);
  --result-v4-page-bg: #f7f9fb;
  --result-v4-text: var(--prodak-text);
  --result-v4-text-muted: var(--prodak-muted);
  --result-v4-step: var(--prodak-navy);
  --result-v4-green: var(--prodak-gold);
  --result-v4-green-soft: #fff8e3;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v4-site-use-gate__option {
  border-color: var(--prodak-border);
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v4-site-use-gate__option:hover,
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v4-site-use-gate__option:focus-visible {
  border-color: var(--prodak-gold);
  background: #fff8e3;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-inline-question__option.is-selected,
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-inline-question__option.is-selected:hover {
  color: var(--prodak-navy-deep) !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-inline-question__option:focus-visible {
  outline-color: var(--prodak-gold) !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v4-scenario__title,
html[data-tenant="prodakcoating"] .proposal-v3-root[data-route-mode="RESULT_V4_PAGE1"] .proposal-v3-price-option h3,
html[data-tenant="prodakcoating"] .p02n-ap__price-alt {
  text-transform: none !important;
}

html[data-tenant="prodakcoating"] .proposal-v3-page,
html[data-tenant="prodakcoating"] .p02n-ap {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: var(--prodak-text);
}
html[data-tenant="prodakcoating"] .p02n-ap section,
html[data-tenant="prodakcoating"] .p02n-ap__project-next,
html[data-tenant="prodakcoating"] .p02n-ap__continue button,
html[data-tenant="prodakcoating"] .p02n-ap__sticky-btn {
  border-radius: 4px !important;
}
html[data-tenant="prodakcoating"] .p02n-ap__continue button,
html[data-tenant="prodakcoating"] .p02n-ap__sticky-btn,
html[data-tenant="prodakcoating"] [data-continuation-intent] {
  min-height: 46px;
  padding: 12px 20px;
  background: var(--prodak-gold);
  border-color: var(--prodak-gold);
  color: var(--prodak-navy-deep);
  box-shadow: none;
}
html[data-tenant="prodakcoating"] .p02n-ap__projects,
html[data-tenant="prodakcoating"] .p02n-ap__price {
  box-shadow: var(--prodak-shadow);
}
html[data-tenant="prodakcoating"] .p02n-ap__ba { grid-template-columns: 1fr 1fr; gap: 4px; }
html[data-tenant="prodakcoating"] .p02n-ap__ba figure { margin: 0; min-width: 0; }
html[data-tenant="prodakcoating"] .p02n-ap__ba figcaption { font-size: 10px; }
html[data-tenant="prodakcoating"] .p02n-ap__project-next { margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--prodak-navy); text-decoration: none; min-height: auto; }

html[data-tenant="prodakcoating"] .p02n-ap__facebook-continuity {
  border-top: 1px solid var(--prodak-border);
  border-bottom: 0 !important;
  background: #fff !important;
}

/* The shared AP keeps one semantic/behavioral owner; this scoped layer maps
   its surfaces to the approved ProDak project-page system. */
html[data-tenant="prodakcoating"] .p02n-ap *,
html[data-tenant="prodakcoating"] .proposal-v3-page input,
html[data-tenant="prodakcoating"] .proposal-v3-page button {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  border-radius: 4px !important;
}
html[data-tenant="prodakcoating"] .p02n-ap h1,
html[data-tenant="prodakcoating"] .p02n-ap h2,
html[data-tenant="prodakcoating"] .p02n-ap h3,
html[data-tenant="prodakcoating"] .p02n-ap strong {
  color: var(--prodak-navy-deep) !important;
}
html[data-tenant="prodakcoating"] .p02n-ap [style*="border-radius:50%"] {
  border-radius: 4px !important;
  background: var(--prodak-navy) !important;
}
html[data-tenant="prodakcoating"] .p02n-ap [style*="background:#e8511f"],
html[data-tenant="prodakcoating"] .p02n-ap [style*="background: #e8511f"] {
  background: var(--prodak-gold) !important;
  color: var(--prodak-navy-deep) !important;
}
html[data-tenant="prodakcoating"] .proposal-v3-hybrid-photo--loader {
  border: 1px solid var(--prodak-border);
  border-radius: 4px;
  box-shadow: var(--prodak-shadow);
}
html[data-tenant="prodakcoating"] .p02n-ap__layers-row {
  display: block;
}
html[data-tenant="prodakcoating"] .p02n-ap__layers-visual,
html[data-tenant="prodakcoating"] .p02n-ap__layers-copy {
  min-width: 0;
}
html[data-tenant="prodakcoating"] .p02n-ap__layers-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  border: 1px solid var(--prodak-border) !important;
  border-radius: 4px;
}
html[data-tenant="prodakcoating"] .p02n-ap__layers-copy {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}
html[data-tenant="prodakcoating"] .p02n-ap__layers-copy > div {
  border: 1px solid var(--prodak-border) !important;
  border-left: 3px solid var(--prodak-gold) !important;
  border-radius: 4px;
  padding: 10px !important;
}

/* One shared fulfillment pane is reparented below the selected ProDak choice.
   This presentation layer is intentionally tenant-scoped: DD retains its own
   inline/modal behavior. */
html[data-tenant="prodakcoating"] .p02n-ap__inline-offer {
  padding: 18px 16px 22px;
  border-top: 1px solid var(--prodak-border);
  background: #f4f7fa;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  margin: 8px 0 0;
  padding: 12px 42px 12px 14px;
  border: 1px solid #9bb0c8 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--prodak-navy-deep) !important;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice-icon {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice-copy {
  display: grid;
  gap: 4px;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice-copy small {
  display: block;
  color: #5c6777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice[aria-pressed="true"] .p02n-ap__inline-choice-copy small {
  color: #e9f1f8;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice[aria-pressed="true"] {
  border-color: var(--prodak-navy) !important;
  background: var(--prodak-navy) !important;
  color: #fff !important;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-choice:focus-visible,
html[data-tenant="prodakcoating"] .p02n-ap__sheet-panel button:focus-visible,
html[data-tenant="prodakcoating"] .p02n-ap__sheet-panel input:focus-visible {
  outline: 3px solid var(--prodak-gold);
  outline-offset: 2px;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-fulfillment .p02n-ap__sheet-panel {
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 10px;
  overflow: visible;
  border: 1px solid var(--prodak-border);
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  transform: none;
  transition: none;
  box-shadow: 0 8px 20px rgba(7, 63, 115, .07);
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-fulfillment .p02n-ap__sheet-close {
  display: none;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-fulfillment .p02n-ap__sheet-btn--primary {
  border-color: var(--prodak-gold);
  background: var(--prodak-gold);
  color: var(--prodak-navy-deep);
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-fulfillment .p02n-ap__sheet-daypart-btn {
  justify-content: flex-start;
  min-height: 50px;
  border-color: #9bb0c8;
  border-radius: 4px;
  padding: 10px 14px;
  background: #fff;
  color: var(--prodak-navy-deep);
  text-align: left;
}
html[data-tenant="prodakcoating"] .p02n-ap__inline-fulfillment .p02n-ap__sheet-eyebrow--success {
  color: var(--prodak-navy);
}

html[data-tenant="prodakcoating"] .p02n-ap__quote-preview {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  pointer-events: none;
  user-select: none;
}

html[data-tenant="prodakcoating"] .p02n-ap__deliverables-list {
  margin: 0;
  padding-left: 18px;
  color: var(--prodak-text);
  font-size: 13px;
  line-height: 1.55;
}
html[data-tenant="prodakcoating"] .p02n-ap__known-contact {
  margin: 16px 0 0;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
html[data-tenant="prodakcoating"] .p02n-ap__known-contact > p:first-child {
  display: none;
}
html[data-tenant="prodakcoating"] .p02n-ap__known-row {
  display: block;
  padding: 8px 0 0;
  border-top: 1px solid var(--prodak-border);
  font-size: 13px;
  color: var(--prodak-text);
}
html[data-tenant="prodakcoating"] .p02n-ap__known-input-shell { display:flex; align-items:center; min-height:46px; padding:0 12px; border:1px solid #9bb0c8; border-radius:4px; background:#fff; }
html[data-tenant="prodakcoating"] .p02n-ap__known-input-shell .p02n-ap__known-confirm { margin:0; color:#1f8a4c; }
html[data-tenant="prodakcoating"] .p02n-ap__known-label {
  display: block;
  font-weight: 800;
  color: #12335c;
}
html[data-tenant="prodakcoating"] .p02n-ap__known-confirm {
  display: block;
  margin-top: 2px;
  color: #1f8a4c;
  font-weight: 700;
}
html[data-tenant="prodakcoating"] .p02n-ap__continuation-card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
html[data-tenant="prodakcoating"] .p02n-ap__continuation-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--prodak-navy);
}
html[data-tenant="prodakcoating"] .p02n-ap__continuation-card p {
  margin: 6px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--prodak-muted);
}
html[data-tenant="prodakcoating"] .p02n-ap__continuation-card .p02n-ap__inline-choice {
  margin: 0;
  width: 100%;
  white-space: pre-line;
  border: 0 !important;
  border-bottom: 1px solid var(--prodak-border) !important;
  border-radius: 0 !important;
  padding: 12px 4px;
  background: transparent !important;
  color: var(--prodak-navy-deep) !important;
  font-weight: 700;
  box-shadow: none;
}
html[data-tenant="prodakcoating"] .p02n-ap__continuation-card .p02n-ap__inline-choice[aria-checked="true"] { background: #edf4fa !important; color: var(--prodak-navy-deep) !important; }
html[data-tenant="prodakcoating"] .p02n-ap__proposal-value-row { display:grid; grid-template-columns:40% 60%; gap:12px; align-items:start; margin-top:10px; }
html[data-tenant="prodakcoating"] .p02n-ap__proposal-preview-col { min-width:0; }
html[data-tenant="prodakcoating"] .p02n-ap__proposal-value-col { min-width:0; margin:0 !important; }
html[data-tenant="prodakcoating"] .p02n-ap__proposal-value-col h3 { margin-top:0 !important; }
html[data-tenant="prodakcoating"] .p02n-ap__capacity { margin:16px 0 0; padding:12px; border:2px solid #e0b23f; border-radius:4px; background:#fffdf5; }
html[data-tenant="prodakcoating"] .p02n-ap__project-pills { display:flex; flex-wrap:wrap; gap:6px; margin:4px 0 10px; }
html[data-tenant="prodakcoating"] .p02n-ap__project-pills span { padding:4px 8px; border-radius:999px; background:#edf4fa; color:#073f73; font-size:11px; font-weight:700; }
html[data-tenant="prodakcoating"] [data-dynamic-action][disabled] { background:#d9e0e7 !important; color:#6c7a88 !important; cursor:not-allowed; box-shadow:none; }
html[data-tenant="prodakcoating"] .p02n-ap__known-contact { background:#fff; }
html[data-tenant="prodakcoating"] .p02n-ap__known-confirm { position:relative; }
html[data-tenant="prodakcoating"] .p02n-ap__known-confirm::first-letter { color:#1f8a4c; }
html[data-tenant="prodakcoating"] .p02n-ap__consequence-row { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:10px; padding:9px 0; border-top:1px solid var(--prodak-border); font-size:12px; line-height:1.35; }
html[data-tenant="prodakcoating"] .p02n-ap__consequence-row span { color:var(--prodak-muted); }
html[data-tenant="prodakcoating"] .p02n-ap__unknowns { margin-top:16px; padding:12px; background:#fff; border:1px solid var(--prodak-border); border-radius:4px; }
html[data-tenant="prodakcoating"] .p02n-ap__unknowns p { margin:7px 0 0; font-size:12.5px; }
html[data-tenant="prodakcoating"] .p02n-ap__proof-more summary { display:flex; align-items:center; justify-content:space-between; min-height:48px; padding:0 14px; color:#073f73; font-size:17px; font-weight:700; cursor:pointer; list-style:none; border:1px solid var(--prodak-navy); border-radius:4px; }
html[data-tenant="prodakcoating"] .p02n-ap__proof-more summary::-webkit-details-marker { display:none; }
html[data-tenant="prodakcoating"] .p02n-ap__project-next { width:100%; min-height:48px; margin-top:12px; color:#073f73; font-size:17px; font-weight:700; text-align:left; background:transparent; border:0; cursor:pointer; }
html[data-tenant="prodakcoating"] .p02n-ap__permission-note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--prodak-muted);
}
html[data-tenant="prodakcoating"] .p02n-ap__permission-note a {
  margin-left: 6px;
  color: var(--prodak-navy);
}
