.dpf-widget,
.dpf-widget * {
  box-sizing: border-box;
}

.dpf-widget {
  --dpf-orange: #f68e1d;
  --dpf-orange-dark: #dc7410;
  --dpf-yellow: #ffd44e;
  --dpf-yellow-deep: #ffad18;
  --dpf-ink: #231f20;
  --dpf-muted: #676666;
  --dpf-border: #ebe7df;
  --dpf-soft: #fdf7e4;
  --dpf-danger: #d73737;
  color: var(--dpf-ink);
  direction: rtl;
  font-family: KalamehFaNum-Regular, Kalameh, Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

body.dpf-modal-open { overflow: hidden; }
.dpf-backdrop[hidden], .dpf-step[hidden], .dpf-alert[hidden], .dpf-success[hidden] { display: none !important; }

.dpf-launch-wrap { display: flex; width: 100%; }
.dpf-align-right { justify-content: flex-start; }
.dpf-align-center { justify-content: center; }
.dpf-align-left { justify-content: flex-end; }
.dpf-widget .dpf-launch {
  align-items: center;
  appearance: none;
  background: var(--dpf-orange) !important;
  border: 0;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font: 600 13px/1.5 KalamehFaNum-Medium, Kalameh, Tahoma, sans-serif;
  justify-content: center;
  min-height: 44px;
  padding: 11px 24px;
  transition: none !important;
}
.dpf-widget .dpf-launch:hover, .dpf-widget .dpf-launch:active { background: var(--dpf-orange) !important; border-color: var(--dpf-orange) !important; box-shadow: none !important; color: #fff !important; transform: none !important; }
.dpf-widget .dpf-launch, .dpf-widget .dpf-button { border-radius: 999px !important; }
.dpf-launch:focus-visible, .dpf-widget button:focus-visible, .dpf-widget a.dpf-close:focus-visible, .dpf-widget a.dpf-button:focus-visible, .dpf-widget input:focus-visible, .dpf-widget select:focus-visible, .dpf-widget textarea:focus-visible { outline: 3px solid rgba(246, 142, 29, .32); outline-offset: 2px; }

.dpf-backdrop {
  align-items: center;
  background: rgba(24, 22, 21, .66);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  position: fixed;
  transition: opacity .18s ease;
  z-index: 999999;
}
.dpf-backdrop.is-open { opacity: 1; }
.dpf-dialog {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  box-shadow: 0 36px 90px rgba(35, 31, 32, .24);
  direction: ltr;
  display: grid;
  grid-template-areas: "form brand";
  grid-template-columns: minmax(0, 1fr) minmax(250px, 34%);
  max-height: min(92vh, 820px);
  max-width: 940px;
  min-height: 650px;
  overflow: hidden;
  position: relative;
  transform: translateY(10px) scale(.985);
  transition: transform .2s ease;
  width: min(100%, 940px);
}
.dpf-backdrop.is-open .dpf-dialog { transform: none; }
.dpf-close {
  align-items: center;
  appearance: none;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--dpf-border);
  border-radius: 50%;
  color: var(--dpf-muted);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  left: 18px;
  padding: 0;
  position: absolute;
  text-decoration: none !important;
  top: 18px;
  width: 38px;
  z-index: 3;
}
.dpf-close svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; width: 20px; }
.dpf-widget .dpf-dialog > .dpf-close {
  align-items: center !important;
  appearance: none !important;
  background: #fff !important;
  border: 1px solid #ded9d2 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: #231f20 !important;
  display: flex !important;
  height: 38px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  transition: none !important;
  width: 38px !important;
}
.dpf-widget .dpf-dialog > .dpf-close:hover, .dpf-widget .dpf-dialog > .dpf-close:active { background: #fff !important; border-color: #ded9d2 !important; box-shadow: none !important; color: #231f20 !important; transform: none !important; }
.dpf-widget .dpf-dialog > .dpf-close svg { display: block !important; fill: none !important; height: 20px !important; stroke: currentColor !important; width: 20px !important; }

.dpf-brand-panel {
  background:
    radial-gradient(circle at 5% 16%, rgba(255,255,255,.8) 0 3px, transparent 4px),
    radial-gradient(circle at 85% 72%, rgba(255,255,255,.75) 0 4px, transparent 5px),
    linear-gradient(148deg, var(--dpf-yellow) 0%, #ffc20e 46%, var(--dpf-yellow-deep) 100%);
  color: var(--dpf-ink);
  direction: rtl;
  grid-area: brand;
  overflow: hidden;
  padding: 54px 34px;
  position: relative;
}
.dpf-brand-mark { height: 54px; margin: 0 auto 14px; position: relative; width: 54px; z-index: 2; }
.dpf-brand-mark svg { fill: #fff; height: 100%; stroke: var(--dpf-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; width: 100%; }
.dpf-brand-kicker { font-size: 12px; margin: 0; position: relative; text-align: center; z-index: 2; }
.dpf-brand-name { display: block; font-family: KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; font-size: 23px; margin-top: 2px; position: relative; text-align: center; z-index: 2; }
.dpf-brand-copy { bottom: 62px; display: grid; font-size: 18px; gap: 4px; inset-inline: 20px; position: absolute; text-align: center; z-index: 2; }
.dpf-brand-copy strong { font-family: KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; font-size: 28px; }
.dpf-pencil { background: #fff; border: 4px solid var(--dpf-ink); height: 24px; position: absolute; transform: rotate(-47deg); width: 150px; z-index: 1; }
.dpf-pencil::after { border-bottom: 11px solid transparent; border-left: 24px solid var(--dpf-ink); border-top: 11px solid transparent; content: ""; position: absolute; right: -27px; top: -3px; }
.dpf-pencil-one { left: -30px; top: 260px; }
.dpf-pencil-two { background: var(--dpf-orange); left: 48px; top: 300px; transform: rotate(-47deg) scale(.65); }
.dpf-orbit { border: 2px solid rgba(35,31,32,.42); border-radius: 50%; position: absolute; transform: rotate(-20deg); }
.dpf-orbit-one { height: 74px; right: -24px; top: 180px; width: 190px; }
.dpf-orbit-two { bottom: -85px; height: 220px; left: -55px; width: 220px; }

.dpf-form-panel {
  direction: rtl;
  grid-area: form;
  max-height: min(92vh, 820px);
  overflow-y: auto;
  padding: 42px 54px 34px;
}
.dpf-form-head { padding-left: 36px; }
.dpf-eyebrow { color: var(--dpf-orange); display: inline-flex; font: 600 12px/1.5 KalamehFaNum-Medium, Kalameh, Tahoma, sans-serif; gap: 7px; }
.dpf-eyebrow i { background: var(--dpf-yellow); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,212,78,.2); height: 7px; margin-top: 5px; width: 7px; }
.dpf-form-head h2 { color: var(--dpf-ink); font: 500 clamp(25px,3vw,34px)/1.3 KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; letter-spacing: -.5px; margin: 10px 0 5px; }
.dpf-form-head p { color: var(--dpf-muted); font-size: 13px; margin: 0; }

.dpf-progress { counter-reset: none; display: flex; justify-content: space-between; list-style: none; margin: 26px 0 28px; padding: 0; position: relative; }
.dpf-progress::before { background: var(--dpf-border); content: ""; height: 2px; left: 16.6667%; position: absolute; right: 16.6667%; top: 17px; }
.dpf-progress li { align-items: center; color: #aaa39b; display: flex; flex: 1; flex-direction: column; font-size: 11px; gap: 5px; position: relative; z-index: 1; }
.dpf-progress li span { align-items: center; background: #fff; border: 2px solid var(--dpf-border); border-radius: 50%; display: flex; height: 36px; justify-content: center; transition: .18s ease; width: 36px; }
.dpf-progress li.is-active, .dpf-progress li.is-complete { color: var(--dpf-ink); }
.dpf-progress li.is-active span { background: var(--dpf-yellow-deep); border-color: var(--dpf-yellow-deep); box-shadow: 0 5px 14px rgba(255,173,24,.28); }
.dpf-progress li.is-complete span { background: var(--dpf-orange); border-color: var(--dpf-orange); color: #fff; }

.dpf-step { animation: dpf-fade .2s ease; }
@keyframes dpf-fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.dpf-step-heading { display: grid; gap: 2px; margin-bottom: 18px; }
.dpf-step-heading strong { font: 500 18px/1.5 KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; }
.dpf-step-heading span { color: var(--dpf-muted); font-size: 12px; }
.dpf-field > span { color: var(--dpf-ink); display: block; font: 500 13px/1.5 KalamehFaNum-Medium, Kalameh, Tahoma, sans-serif; margin-bottom: 7px; }
.dpf-widget em { color: var(--dpf-orange); font-style: normal; }
.dpf-grid { display: grid; gap: 15px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dpf-field { display: block; min-width: 0; }
.dpf-field-wide { grid-column: 1 / -1; }
.dpf-field input, .dpf-field select, .dpf-field textarea {
  appearance: none;
  background: #fcfbf9;
  border: 1px solid var(--dpf-border);
  border-radius: 12px;
  color: var(--dpf-ink);
  font: 400 13px/1.6 KalamehFaNum-Regular, Kalameh, Tahoma, Arial, sans-serif;
  margin: 0;
  min-height: 46px;
  padding: 10px 13px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  width: 100%;
}
.dpf-field select { background-color: #fcfbf9; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='m6 8 4 4 4-4' fill='none' stroke='%236d6862' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: left 14px center; background-repeat: no-repeat; background-size: 18px 18px; padding-left: 40px; }
.dpf-field textarea { min-height: 132px; resize: vertical; }
.dpf-field input::placeholder, .dpf-field textarea::placeholder { color: #aaa39b; opacity: 1; }
.dpf-field input:focus, .dpf-field select:focus, .dpf-field textarea:focus { background-color: #fff; border-color: var(--dpf-orange); box-shadow: 0 0 0 3px rgba(246,142,29,.1); outline: 0; }
.dpf-field.has-error input, .dpf-field.has-error select, .dpf-field.has-error textarea { border-color: var(--dpf-danger); }
.dpf-field > small { color: #948d86; display: block; font-size: 10px; margin-top: 5px; }
.dpf-field > small b { color: inherit; font-weight: 400; }
.dpf-field-error { color: var(--dpf-danger); display: block; font-size: 11px; min-height: 17px; padding-top: 3px; }

.dpf-actions { align-items: center; display: flex; gap: 10px; justify-content: flex-start; margin-top: 21px; }
.dpf-actions-center { justify-content: center; }
.dpf-button { align-items: center; appearance: none; border: 0 !important; border-radius: 999px !important; box-shadow: none !important; cursor: pointer; display: inline-flex; font: 600 13px/1.5 KalamehFaNum-Medium, Kalameh, Tahoma, sans-serif; gap: 8px; justify-content: center; min-height: 44px; padding: 11px 24px; text-decoration: none !important; transition: none !important; }
.dpf-button > span[aria-hidden="true"] { align-items: center; display: inline-flex; font-family: Arial, sans-serif; font-size: 16px; height: 1em; justify-content: center; line-height: 1; position: relative; top: 0; }
.dpf-widget .dpf-button.dpf-button-primary,
.dpf-widget .dpf-button.dpf-button-secondary { background: var(--dpf-orange) !important; border-color: var(--dpf-orange) !important; box-shadow: none !important; color: #fff !important; transform: none !important; }
.dpf-widget .dpf-button.dpf-button-primary:hover,
.dpf-widget .dpf-button.dpf-button-primary:active,
.dpf-widget .dpf-button.dpf-button-secondary:hover,
.dpf-widget .dpf-button.dpf-button-secondary:active { background: var(--dpf-orange) !important; border-color: var(--dpf-orange) !important; box-shadow: none !important; color: #fff !important; transform: none !important; }
.dpf-button:disabled { cursor: wait; opacity: .65; }
.dpf-anonymous-toggle { align-items: center; background: var(--dpf-soft); border: 1px solid #f3e4ba; border-radius: 14px; cursor: pointer; display: flex; gap: 11px; margin-bottom: 18px; padding: 11px 13px; }
.dpf-anonymous-toggle > input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.dpf-switch { background: #c8c3bd; border-radius: 20px; flex: 0 0 38px; height: 22px; position: relative; transition: .18s ease; width: 38px; }
.dpf-switch::after { background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,.18); content: ""; height: 16px; position: absolute; right: 3px; top: 3px; transition: .18s ease; width: 16px; }
.dpf-anonymous-toggle input:checked + .dpf-switch { background: var(--dpf-orange); }
.dpf-anonymous-toggle input:checked + .dpf-switch::after { transform: translateX(-16px); }
.dpf-anonymous-toggle > span:last-child { display: grid; gap: 5px; }
.dpf-anonymous-toggle strong, .dpf-anonymous-toggle small { display: block; line-height: 1.55; margin: 0; }
.dpf-anonymous-toggle small { color: var(--dpf-muted); font-size: 10px; }
.dpf-contact-fields { max-height: 330px; opacity: 1; overflow: hidden; transition: max-height .25s ease, opacity .2s ease; }
.dpf-contact-fields.is-disabled { max-height: 0; opacity: 0; pointer-events: none; }
.dpf-summary { background: #faf9f7; border: 1px solid var(--dpf-border); border-radius: 14px; margin-top: 16px; padding: 12px 15px; }
.dpf-summary > strong { font-size: 12px; }
.dpf-summary dl { display: grid; font-size: 11px; gap: 4px 12px; grid-template-columns: max-content 1fr; margin: 7px 0 0; }
.dpf-summary dt { color: var(--dpf-muted); }
.dpf-summary dd { margin: 0; }
.dpf-consent { align-items: center; cursor: pointer; display: flex; font-size: 11px; gap: 10px; margin-top: 14px; }
.dpf-widget .dpf-consent > input[type="checkbox"] { appearance: none !important; background: #fff !important; background-image: none !important; border: 1px solid #aaa39b !important; border-radius: 3px !important; box-shadow: none !important; flex: 0 0 16px; height: 16px !important; margin: 0 !important; min-height: 16px !important; padding: 0 !important; position: relative; width: 16px !important; }
.dpf-widget .dpf-consent > input[type="checkbox"]::before, .dpf-widget .dpf-consent > input[type="checkbox"]::after { content: none !important; display: none !important; }
.dpf-widget .dpf-consent > input[type="checkbox"]:checked { background-color: var(--dpf-orange) !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 8 3 3 6-7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: 14px 14px !important; border-color: var(--dpf-orange) !important; }
.dpf-consent > span { display: block; line-height: 2; }
.dpf-consent-error { min-height: 0; }
.dpf-honeypot { height: 0 !important; left: -9999px !important; opacity: 0 !important; overflow: hidden !important; pointer-events: none !important; position: absolute !important; width: 0 !important; }
.dpf-alert { background: #fff0f0; border: 1px solid #f0c3c3; border-radius: 10px; color: #a62626; font-size: 12px; margin-top: 14px; padding: 9px 12px; }

/* Mobile select sheet: avoids native option lists being clipped by the modal. */
.dpf-widget .dpf-field > .dpf-select-trigger { display: none !important; }
.dpf-select-scrim, .dpf-select-sheet { display: none; }
.dpf-select-scrim[hidden], .dpf-select-sheet[hidden] { display: none !important; }

.dpf-success { margin: auto; max-width: 460px; padding: 70px 20px; text-align: center; }
.dpf-success-icon { align-items: center; background: var(--dpf-soft); border-radius: 50%; display: flex; height: 72px; justify-content: center; margin: 0 auto 18px; width: 72px; }
.dpf-success-icon svg { fill: none; height: 38px; stroke: var(--dpf-orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; width: 38px; }
.dpf-success-kicker { color: var(--dpf-orange); font-size: 12px; }
.dpf-success h3 { font: 500 27px/1.4 KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; margin: 6px 0; }
.dpf-success p { color: var(--dpf-muted); margin: 0 0 15px; }
.dpf-success code { background: var(--dpf-soft); border: 1px dashed #e2a84c; border-radius: 10px; color: var(--dpf-ink); direction: ltr; display: inline-block; font: 700 16px/1.5 ui-monospace, Consolas, monospace; letter-spacing: .8px; padding: 8px 14px; }

.dpf-widget--inline .dpf-backdrop { background: transparent; inset: auto; opacity: 1; padding: 0; position: static; }
.dpf-widget--inline .dpf-dialog { max-height: none; max-width: 100%; min-height: 620px; transform: none; width: 100%; }
.dpf-widget--inline .dpf-form-panel { max-height: none; }

/* Laptop: Elementor breakpoint 1366px. */
@media (max-width: 1366px) {
  .dpf-backdrop { padding: 16px; }
  .dpf-dialog { border-radius: 15px; max-height: calc(100dvh - 32px); min-height: min(620px, calc(100dvh - 32px)); width: min(calc(100% - 32px), 940px); }
  .dpf-form-panel { max-height: calc(100dvh - 32px); padding: 38px 46px 30px; }
  .dpf-brand-panel { padding: 48px 30px; }
  .dpf-widget .dpf-launch, .dpf-button { font-size: 12.5px; min-height: 42px; padding: 10px 22px; }
  .dpf-consent { align-items: flex-start; }
  .dpf-widget .dpf-consent > input[type="checkbox"] { margin-top: 3px !important; }
}

/* Portrait tablet: Elementor breakpoint 1024px. */
@media (max-width: 1024px) {
  .dpf-backdrop { padding: 14px; }
  .dpf-dialog { grid-template-columns: minmax(0, 1fr) minmax(250px, 32%); max-height: calc(100dvh - 28px); min-height: min(590px, calc(100dvh - 28px)); width: min(calc(100% - 28px), 900px); }
  .dpf-form-panel { max-height: calc(100dvh - 28px); padding: 34px 32px 28px; }
  .dpf-brand-panel { padding: 42px 24px; }
  .dpf-brand-name { font-size: 21px; }
  .dpf-brand-copy { bottom: 46px; }
  .dpf-brand-copy strong { font-size: 24px; }
}

/* Portrait mobile: Elementor breakpoint 767px. */
@media (max-width: 767px) {
  .dpf-backdrop { align-items: center; overflow: hidden; padding: 10px; }
  .dpf-dialog { border-radius: 15px; grid-template-areas: "brand" "form"; grid-template-columns: 1fr; grid-template-rows: 140px minmax(0, 1fr); max-height: calc(100dvh - 20px); min-height: 0; width: calc(100% - 20px); }
  .dpf-brand-panel { padding: 20px 24px; }
  .dpf-brand-mark { height: 40px; margin: 0 0 5px auto; width: 40px; }
  .dpf-brand-kicker, .dpf-brand-name { text-align: right; }
  .dpf-brand-name { font-size: 19px; }
  .dpf-brand-copy { bottom: 18px; left: 22px; right: auto; top: auto; }
  .dpf-brand-copy strong { font-size: 20px; }
  .dpf-pencil { display: none; }
  .dpf-form-panel { max-height: calc(100dvh - 160px); padding: 28px 24px 24px; }
  .dpf-close { left: 12px; top: 12px; }
  .dpf-grid { grid-template-columns: 1fr; }
  .dpf-field-wide { grid-column: auto; }
  .dpf-widget .dpf-launch, .dpf-button { font-size: 12px; min-height: 40px; padding: 9px 18px; }
  .dpf-widget .dpf-field > select.dpf-native-select--mobile { display: none !important; }
  .dpf-widget .dpf-field > .dpf-select-trigger { align-items: center; background: #fcfbf9; border: 1px solid var(--dpf-border); border-radius: 12px; color: var(--dpf-ink); cursor: pointer; display: flex !important; font: 400 13px/1.6 KalamehFaNum-Regular, Kalameh, Tahoma, Arial, sans-serif; justify-content: space-between; margin: 0; min-height: 46px; padding: 10px 13px; width: 100%; }
  .dpf-widget .dpf-field > .dpf-select-trigger::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='m6 8 4 4 4-4' fill='none' stroke='%236d6862' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat; border: 0; content: ""; flex: 0 0 18px; height: 18px; margin-right: 10px; width: 18px; }
  .dpf-select-trigger[aria-disabled="true"] { cursor: default; opacity: .55; }
  .dpf-field.has-error .dpf-select-trigger { border-color: var(--dpf-danger); }
  .dpf-select-scrim { background: rgba(35,31,32,.46); display: block; inset: 0; position: absolute; z-index: 20; }
  .dpf-select-sheet { background: #fff; border: 1px solid var(--dpf-border); border-radius: 15px; bottom: 10px; box-shadow: 0 18px 50px rgba(35,31,32,.2); display: flex; flex-direction: column; left: 10px; max-height: min(64dvh, 430px); overflow: hidden; position: absolute; right: 10px; z-index: 21; }
  .dpf-select-sheet-header { align-items: center; border-bottom: 1px solid var(--dpf-border); display: flex; flex: 0 0 auto; justify-content: space-between; padding: 10px 13px 9px 17px; }
  .dpf-select-sheet-title { color: var(--dpf-ink); font: 600 15px/1.5 KalamehFaNum-SemiBold, Kalameh, Tahoma, sans-serif; margin: 0; }
  .dpf-widget button.dpf-select-sheet-close { align-items: center; appearance: none; background: #f7f5f2 !important; border: 0 !important; border-radius: 50%; box-shadow: none !important; color: var(--dpf-ink) !important; cursor: pointer; display: flex; font: 400 22px/1 Arial, sans-serif; height: 34px; justify-content: center; margin: 0; min-height: 34px; padding: 0 0 2px; transform: none !important; transition: none !important; width: 34px; }
  .dpf-select-sheet-options { display: grid; overflow-y: auto; overscroll-behavior: contain; padding: 7px; }
  .dpf-widget button.dpf-select-option { appearance: none; background: #fff !important; border: 0 !important; border-radius: 9px; box-shadow: none !important; color: var(--dpf-ink) !important; cursor: pointer; font: 400 13px/1.6 KalamehFaNum-Regular, Kalameh, Tahoma, sans-serif; margin: 0; min-height: 44px; padding: 10px 12px; text-align: right; transform: none !important; transition: none !important; width: 100%; }
  .dpf-widget button.dpf-select-option[aria-selected="true"] { background: var(--dpf-soft) !important; color: #a94f05 !important; font-family: KalamehFaNum-Medium, Kalameh, Tahoma, sans-serif; }
  .dpf-widget button.dpf-select-option:hover, .dpf-widget button.dpf-select-option:active, .dpf-widget button.dpf-select-sheet-close:hover, .dpf-widget button.dpf-select-sheet-close:active { box-shadow: none !important; transform: none !important; }
  .dpf-widget--inline .dpf-dialog { border-radius: 15px; grid-template-rows: 140px auto; max-height: none; min-height: 0; width: 100%; }
  .dpf-widget--inline .dpf-form-panel { max-height: none; }
}

@media (max-width: 480px) {
  .dpf-backdrop { padding: 6px; }
  .dpf-dialog { grid-template-rows: 128px minmax(0, 1fr); max-height: calc(100dvh - 12px); width: calc(100% - 12px); }
  .dpf-brand-panel { padding: 14px 18px; }
  .dpf-brand-mark { height: 34px; width: 34px; }
  .dpf-brand-kicker { font-size: 10px; }
  .dpf-brand-name { font-size: 17px; }
  .dpf-brand-copy { bottom: 12px; left: 16px; top: auto; }
  .dpf-brand-copy span { font-size: 13px; }
  .dpf-brand-copy strong { font-size: 17px; }
  .dpf-form-panel { max-height: calc(100dvh - 140px); padding: 22px 15px 20px; }
  .dpf-form-head { padding-left: 28px; }
  .dpf-form-head h2 { font-size: 23px; }
  .dpf-progress { margin: 18px 0 22px; }
  .dpf-actions { justify-content: stretch; }
  .dpf-actions .dpf-button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .dpf-widget *, .dpf-backdrop, .dpf-dialog { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
