.bpd-intake {
	--bpd-navy: #102f3e;
	--bpd-navy-2: #184758;
	--bpd-aqua: #48c3bd;
	--bpd-aqua-dark: #168f8d;
	--bpd-mist: #eaf7f5;
	--bpd-sand: #f5f2eb;
	--bpd-ink: #16323d;
	--bpd-muted: #627681;
	--bpd-line: #d7e2e4;
	--bpd-white: #fff;
	--bpd-danger: #a43b3b;
	--bpd-shadow: 0 28px 80px rgba(18, 53, 66, .13);
	color: var(--bpd-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 32px auto;
	max-width: 1240px;
	padding: 0 18px;
}

.bpd-intake *,
.bpd-intake *::before,
.bpd-intake *::after { box-sizing: border-box; }
.bpd-intake [hidden] { display: none !important; }
.bpd-intake button,
.bpd-intake input,
.bpd-intake select,
.bpd-intake textarea { font: inherit; }
.bpd-intake button { cursor: pointer; }
.bpd-intake p,
.bpd-intake h2,
.bpd-intake h3,
.bpd-intake h4 { margin-top: 0; }

.bpd-intake__shell {
	background: var(--bpd-white);
	border: 1px solid rgba(16, 47, 62, .08);
	border-radius: 26px;
	box-shadow: var(--bpd-shadow);
	overflow: hidden;
}

.bpd-intake__hero {
	background:
		radial-gradient(circle at 82% 15%, rgba(72, 195, 189, .2), transparent 25%),
		linear-gradient(135deg, #0d2937 0%, var(--bpd-navy) 52%, #15576a 100%);
	color: var(--bpd-white);
	padding: 54px clamp(26px, 6vw, 82px) 46px;
	position: relative;
}

.bpd-intake__hero::after {
	background: repeating-radial-gradient(ellipse at 100% 100%, transparent 0 12px, rgba(255,255,255,.035) 13px 14px);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bpd-intake__brand-mark { display: flex; gap: 4px; height: 18px; margin-bottom: 20px; position: relative; z-index: 1; }
.bpd-intake__brand-mark span { background: var(--bpd-aqua); border-radius: 50% 50% 0 0; display: block; height: 13px; transform: skewX(-22deg); width: 36px; }
.bpd-intake__brand-mark span:nth-child(2) { opacity: .75; transform: translateY(5px) skewX(-22deg); }
.bpd-intake__brand-mark span:nth-child(3) { opacity: .45; transform: translateY(9px) skewX(-22deg); }
.bpd-intake__eyebrow { color: var(--bpd-aqua); font-size: 12px; font-weight: 800; letter-spacing: .16em; margin-bottom: 10px; position: relative; text-transform: uppercase; z-index: 1; }
.bpd-intake__hero h2 { color: var(--bpd-white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; margin-bottom: 18px; max-width: 780px; position: relative; z-index: 1; }
.bpd-intake__hero > p:not(.bpd-intake__eyebrow) { color: rgba(255,255,255,.75); font-size: 18px; margin-bottom: 28px; max-width: 780px; position: relative; z-index: 1; }
.bpd-intake__trust { display: flex; flex-wrap: wrap; gap: 10px 28px; list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.bpd-intake__trust li { color: rgba(255,255,255,.92); font-size: 13px; font-weight: 700; }
.bpd-intake__trust li::before { color: var(--bpd-aqua); content: "✓"; font-weight: 900; margin-right: 8px; }

.bpd-intake__workspace { background: #fbfcfc; }
.bpd-intake__progress { background: var(--bpd-white); border-bottom: 1px solid var(--bpd-line); padding: 24px clamp(20px, 6vw, 78px) 22px; position: relative; }
.bpd-intake__progress ol { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.bpd-intake__progress li { align-items: center; color: #90a0a7; display: flex; font-size: 12px; font-weight: 800; gap: 9px; letter-spacing: .04em; min-width: 0; text-transform: uppercase; }
.bpd-intake__progress li span { align-items: center; background: #eef3f3; border: 2px solid #dce5e7; border-radius: 50%; color: #84969d; display: inline-flex; flex: 0 0 auto; font-size: 11px; height: 30px; justify-content: center; transition: .2s ease; width: 30px; }
.bpd-intake__progress li.is-active { color: var(--bpd-navy); }
.bpd-intake__progress li.is-active span { background: var(--bpd-navy); border-color: var(--bpd-navy); color: var(--bpd-white); box-shadow: 0 0 0 5px rgba(72,195,189,.16); }
.bpd-intake__progress li.is-complete { color: var(--bpd-aqua-dark); }
.bpd-intake__progress li.is-complete span { background: var(--bpd-aqua); border-color: var(--bpd-aqua); color: var(--bpd-navy); }
.bpd-intake__progress-bar { background: #e7eeee; bottom: -1px; height: 3px; left: 0; position: absolute; right: 0; }
.bpd-intake__progress-bar span { background: linear-gradient(90deg, var(--bpd-aqua-dark), var(--bpd-aqua)); display: block; height: 100%; transition: width .3s ease; width: 0; }

.bpd-intake__form { padding: clamp(30px, 6vw, 72px); }
.bpd-intake__honeypot { height: 1px !important; left: -10000px !important; opacity: 0 !important; position: absolute !important; width: 1px !important; }
.bpd-intake__step { animation: bpd-step-in .28s ease both; }
.bpd-intake__step-heading { margin-bottom: 32px; max-width: 820px; }
.bpd-intake__step-heading > p { color: var(--bpd-aqua-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
.bpd-intake__step-heading h3 { color: var(--bpd-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 4vw, 43px); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; margin-bottom: 11px; }
.bpd-intake__step-heading span { color: var(--bpd-muted); display: block; font-size: 16px; }

.bpd-intake__alert { background: #fff4f2; border: 1px solid #edbbb4; border-left: 4px solid var(--bpd-danger); border-radius: 10px; color: #7f2e2e; font-size: 14px; font-weight: 700; margin-bottom: 24px; padding: 14px 16px; }

.bpd-intake__packages { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bpd-package-card { background: var(--bpd-white); border: 2px solid var(--bpd-line); border-radius: 16px; cursor: pointer; display: flex; flex-direction: column; min-height: 100%; padding: 24px 21px 20px; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.bpd-package-card:hover { border-color: #9dcfcd; box-shadow: 0 14px 32px rgba(16,47,62,.1); transform: translateY(-3px); }
.bpd-package-card--featured { border-color: var(--bpd-aqua); box-shadow: inset 0 4px 0 var(--bpd-aqua); }
.bpd-package-card.is-selected { background: linear-gradient(180deg, var(--bpd-mist), #fff 42%); border-color: var(--bpd-aqua-dark); box-shadow: 0 14px 34px rgba(30,151,147,.15); }
.bpd-package-card > input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.bpd-package-card__check { background: var(--bpd-white); border: 2px solid #b8c7cc; border-radius: 50%; height: 22px; position: absolute; right: 18px; top: 18px; width: 22px; }
.bpd-package-card.is-selected .bpd-package-card__check { background: var(--bpd-aqua-dark); border-color: var(--bpd-aqua-dark); }
.bpd-package-card.is-selected .bpd-package-card__check::after { border: solid white; border-width: 0 2px 2px 0; content: ""; height: 8px; left: 7px; position: absolute; top: 4px; transform: rotate(45deg); width: 4px; }
.bpd-package-card__eyebrow { color: var(--bpd-aqua-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 9px; padding-right: 24px; text-transform: uppercase; }
.bpd-package-card__name { color: var(--bpd-navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; line-height: 1.16; margin-bottom: 10px; }
.bpd-package-card__price { color: var(--bpd-navy); font-size: 28px; font-weight: 850; letter-spacing: -.04em; margin-bottom: 14px; }
.bpd-package-card__price small { font-size: 12px; font-weight: 800; letter-spacing: 0; margin-right: 3px; }
.bpd-package-card__due { background: var(--bpd-mist); border-radius: 6px; color: #48676e; font-size: 10px; margin: -7px 0 13px; padding: 7px 8px; }
.bpd-package-card__due b { color: var(--bpd-aqua-dark); }
.bpd-package-card__summary { color: var(--bpd-muted); font-size: 13px; line-height: 1.55; min-height: 82px; }
.bpd-package-card__meta { border-bottom: 1px solid var(--bpd-line); border-top: 1px solid var(--bpd-line); display: flex; flex-direction: column; gap: 4px; margin: 17px 0 14px; padding: 12px 0; }
.bpd-package-card__meta b { color: var(--bpd-ink); font-size: 11px; font-weight: 800; }
.bpd-package-card__meta b::before { color: var(--bpd-aqua-dark); content: "•"; margin-right: 7px; }
.bpd-package-card__list { display: block; flex: 1; margin: 0 0 18px; }
.bpd-package-card__item { color: #4e646d; display: block; font-size: 12px; line-height: 1.45; margin-bottom: 8px; padding-left: 18px; position: relative; }
.bpd-package-card__item::before { color: var(--bpd-aqua-dark); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.bpd-package-card__select { background: #f0f5f5; border-radius: 8px; color: var(--bpd-navy); display: block; font-size: 12px; font-weight: 900; padding: 10px 12px; text-align: center; text-transform: uppercase; transition: .2s ease; }
.bpd-package-card.is-selected .bpd-package-card__select { background: var(--bpd-aqua-dark); color: var(--bpd-white); }

.bpd-intake__note-card { align-items: flex-start; background: var(--bpd-sand); border-radius: 12px; display: flex; gap: 16px; margin-top: 20px; padding: 18px 22px; }
.bpd-intake__note-card strong { color: var(--bpd-navy); flex: 0 0 175px; font-size: 13px; }
.bpd-intake__note-card span { color: var(--bpd-muted); font-size: 13px; }

.bpd-intake__fieldset { border: 0; margin: 0 0 28px; min-width: 0; padding: 0; }
.bpd-intake__fieldset legend { color: var(--bpd-navy); font-size: 14px; font-weight: 850; margin-bottom: 13px; }
.bpd-intake em { color: var(--bpd-danger); font-style: normal; }
.bpd-intake__choice-grid { display: grid; gap: 12px; }
.bpd-intake__choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bpd-choice { cursor: pointer; display: block; position: relative; }
.bpd-choice input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.bpd-choice > span { align-items: center; background: var(--bpd-white); border: 2px solid var(--bpd-line); border-radius: 12px; display: flex; flex-direction: column; min-height: 93px; justify-content: center; padding: 15px; text-align: center; transition: .2s ease; }
.bpd-choice b { color: var(--bpd-navy); font-size: 14px; }
.bpd-choice small { color: var(--bpd-muted); font-size: 11px; margin-top: 3px; }
.bpd-choice input:checked + span { background: var(--bpd-mist); border-color: var(--bpd-aqua-dark); box-shadow: inset 0 0 0 1px var(--bpd-aqua-dark); }
.bpd-choice input:focus-visible + span,
.bpd-check input:focus-visible + span,
.bpd-package-card > input:focus-visible ~ .bpd-package-card__select { outline: 3px solid rgba(72,195,189,.38); outline-offset: 2px; }

.bpd-form-card,
.bpd-intake__fieldset--card { background: var(--bpd-white); border: 1px solid var(--bpd-line); border-radius: 16px; box-shadow: 0 8px 24px rgba(16,47,62,.045); margin: 0 0 20px; padding: 26px; }
.bpd-form-card--compact { margin-top: 20px; }
.bpd-form-card__title { align-items: flex-start; display: flex; gap: 13px; margin-bottom: 23px; }
.bpd-form-card__title > span { align-items: center; background: var(--bpd-mist); border-radius: 50%; color: var(--bpd-aqua-dark); display: inline-flex; flex: 0 0 auto; font-size: 11px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
.bpd-form-card__title h4 { color: var(--bpd-navy); font-size: 17px; margin-bottom: 2px; }
.bpd-form-card__title p { color: var(--bpd-muted); font-size: 12px; margin: 0; }
.bpd-account-card { align-items: flex-start; background: linear-gradient(135deg, var(--bpd-navy), var(--bpd-navy-2)); border-radius: 15px; color: white; display: grid; gap: 16px; grid-template-columns: 44px 1fr; margin: 0 0 20px; padding: 23px; }
.bpd-account-card__icon { align-items: center; background: rgba(72,195,189,.17); border: 1px solid rgba(72,195,189,.45); border-radius: 50%; color: var(--bpd-aqua); display: flex; font-size: 21px; height: 44px; justify-content: center; width: 44px; }
.bpd-account-card__copy p { color: var(--bpd-aqua); font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 3px; text-transform: uppercase; }
.bpd-account-card__copy h4 { color: white; font-size: 17px; margin-bottom: 4px; }
.bpd-account-card__copy > span { color: rgba(255,255,255,.7); display: block; font-size: 11px; }
.bpd-account-card__fields { display: grid; gap: 16px; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
.bpd-account-card .bpd-field > span { color: rgba(255,255,255,.9); }
.bpd-account-card .bpd-field small { color: rgba(255,255,255,.55); display: block; font-size: 9px; margin-top: 4px; }
.bpd-field-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bpd-field-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bpd-field--wide { grid-column: 1 / -1; }
.bpd-field--half { grid-column: span 2; }
.bpd-field { display: block; min-width: 0; }
.bpd-field > span { color: #3a535e; display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.bpd-field input,
.bpd-field select,
.bpd-field textarea { appearance: none; background: #fbfdfd; border: 1px solid #bdccd1; border-radius: 8px; box-shadow: none; color: var(--bpd-ink); display: block; font-size: 14px; line-height: 1.4; min-height: 46px; outline: none; padding: 11px 13px; transition: .18s ease; width: 100%; }
.bpd-field textarea { min-height: 96px; resize: vertical; }
.bpd-field select { background-image: linear-gradient(45deg, transparent 50%, #668089 50%), linear-gradient(135deg, #668089 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 34px; }
.bpd-field input:focus,
.bpd-field select:focus,
.bpd-field textarea:focus { background: var(--bpd-white); border-color: var(--bpd-aqua-dark); box-shadow: 0 0 0 3px rgba(72,195,189,.15); }
.bpd-field input::placeholder,
.bpd-field textarea::placeholder { color: #9aa9ae; }

.bpd-intake__fieldset--card legend { background: var(--bpd-white); padding: 0 8px; }
.bpd-intake__check-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bpd-check { cursor: pointer; position: relative; }
.bpd-check input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.bpd-check span { align-items: center; background: #fbfdfd; border: 1px solid var(--bpd-line); border-radius: 8px; color: #4e636c; display: flex; font-size: 12px; font-weight: 700; min-height: 44px; padding: 9px 11px 9px 36px; position: relative; }
.bpd-check span::before { background: var(--bpd-white); border: 1px solid #9cb0b7; border-radius: 4px; content: ""; height: 16px; left: 11px; position: absolute; top: 13px; width: 16px; }
.bpd-check input:checked + span { background: var(--bpd-mist); border-color: #91cfcc; color: var(--bpd-navy); }
.bpd-check input:checked + span::before { background: var(--bpd-aqua-dark); border-color: var(--bpd-aqua-dark); }
.bpd-check input:checked + span::after { border: solid white; border-width: 0 2px 2px 0; content: ""; height: 7px; left: 17px; position: absolute; top: 16px; transform: rotate(45deg); width: 4px; }

.bpd-intake__upload-requirements { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.bpd-intake__upload-requirements > div { align-items: flex-start; background: var(--bpd-mist); border: 1px solid #c9e9e6; border-radius: 12px; display: flex; gap: 12px; padding: 16px; }
.bpd-intake__upload-requirements > div > span { align-items: center; background: var(--bpd-aqua-dark); border-radius: 50%; color: white; display: flex; flex: 0 0 auto; font-size: 11px; font-weight: 900; height: 25px; justify-content: center; width: 25px; }
.bpd-intake__upload-requirements p { color: var(--bpd-muted); font-size: 12px; margin: 0; }
.bpd-intake__upload-requirements strong { color: var(--bpd-navy); display: block; font-size: 13px; margin-bottom: 2px; }
.bpd-upload-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bpd-upload-card { align-items: flex-start; background: var(--bpd-white); border: 1.5px dashed #adc2c8; border-radius: 14px; display: grid; gap: 10px 13px; grid-template-columns: 42px 1fr auto; min-width: 0; padding: 18px; transition: .18s ease; }
.bpd-upload-card:hover,
.bpd-upload-card.is-dragging { background: #f2fbfa; border-color: var(--bpd-aqua-dark); }
.bpd-upload-card.has-files { border-style: solid; }
.bpd-upload-card--required { box-shadow: inset 4px 0 0 var(--bpd-aqua); }
.bpd-upload-card__icon { align-items: center; background: var(--bpd-mist); border-radius: 10px; color: var(--bpd-aqua-dark); display: flex; font-size: 20px; font-weight: 700; height: 42px; justify-content: center; width: 42px; }
.bpd-upload-card__icon::after { content: "↥"; }
.bpd-upload-card__icon--camera::after { content: "◉"; }
.bpd-upload-card__icon--map::after { content: "⌗"; }
.bpd-upload-card__icon--survey::after { content: "▦"; }
.bpd-upload-card__icon--pencil::after { content: "✎"; }
.bpd-upload-card__icon--ruler::after { content: "↔"; }
.bpd-upload-card__icon--spark::after { content: "✦"; }
.bpd-upload-card__icon--home::after { content: "⌂"; }
.bpd-upload-card__icon--swatch::after { content: "◐"; }
.bpd-upload-card__icon--file::after { content: "▤"; }
.bpd-upload-card__copy { min-width: 0; }
.bpd-upload-card__copy strong { color: var(--bpd-navy); display: block; font-size: 13px; }
.bpd-upload-card__copy span { color: var(--bpd-muted); display: block; font-size: 11px; line-height: 1.45; margin-top: 2px; }
.bpd-upload-card__button { align-self: center; background: #edf4f4; border-radius: 7px; color: var(--bpd-navy); cursor: pointer; font-size: 11px; font-weight: 850; padding: 8px 10px; white-space: nowrap; }
.bpd-upload-card__button:hover { background: var(--bpd-aqua-dark); color: white; }
.bpd-upload-card__button input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.bpd-upload-card__files { display: grid; gap: 7px; grid-column: 1 / -1; }
.bpd-file-item { align-items: center; background: #f5f8f8; border-radius: 8px; display: flex; gap: 10px; min-width: 0; padding: 7px; }
.bpd-file-item__preview { align-items: center; background: var(--bpd-navy); border-radius: 6px; color: white; display: flex; flex: 0 0 auto; font-size: 8px; font-weight: 900; height: 34px; justify-content: center; overflow: hidden; width: 42px; }
.bpd-file-item__preview img { height: 100%; object-fit: cover; width: 100%; }
.bpd-file-item__copy { min-width: 0; }
.bpd-file-item__copy strong { color: var(--bpd-ink); display: block; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bpd-file-item__copy small { color: var(--bpd-muted); display: block; font-size: 9px; }
.bpd-file-item__remove { background: transparent; border: 0; border-radius: 50%; color: #71868e; flex: 0 0 auto; font-size: 21px; height: 28px; line-height: 1; margin-left: auto; padding: 0; width: 28px; }
.bpd-file-item__remove:hover { background: #f4dddd; color: var(--bpd-danger); }

.bpd-review-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bpd-review-card { background: var(--bpd-white); border: 1px solid var(--bpd-line); border-radius: 13px; display: grid; grid-template-columns: 1fr auto; min-width: 0; padding: 19px; }
.bpd-review-card--wide { grid-column: 1 / -1; }
.bpd-review-card--package { background: linear-gradient(135deg, var(--bpd-navy), var(--bpd-navy-2)); border: 0; }
.bpd-review-card small { color: var(--bpd-aqua-dark); font-size: 9px; font-weight: 900; grid-column: 1 / -1; letter-spacing: .13em; text-transform: uppercase; }
.bpd-review-card strong { color: var(--bpd-navy); display: block; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 600; margin: 5px 0 1px; overflow-wrap: anywhere; }
.bpd-review-card > span { color: var(--bpd-muted); font-size: 12px; overflow-wrap: anywhere; }
.bpd-review-card button { align-self: end; background: transparent; border: 0; color: var(--bpd-aqua-dark); font-size: 10px; font-weight: 850; grid-column: 2; grid-row: 2 / 4; padding: 4px; text-decoration: underline; }
.bpd-review-card--package small,
.bpd-review-card--package span { color: rgba(255,255,255,.68); }
.bpd-review-card--package strong { color: white; }
.bpd-review-card--package button { color: var(--bpd-aqua); }
.bpd-intake__next-steps { background: var(--bpd-sand); border-radius: 14px; margin: 20px 0; padding: 22px; }
.bpd-intake__next-steps h4 { color: var(--bpd-navy); font-size: 15px; margin-bottom: 15px; }
.bpd-intake__next-steps ol { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.bpd-intake__next-steps li { align-items: flex-start; display: flex; gap: 10px; }
.bpd-intake__next-steps li > span { align-items: center; background: white; border-radius: 50%; color: var(--bpd-aqua-dark); display: flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 25px; justify-content: center; width: 25px; }
.bpd-intake__next-steps p { color: var(--bpd-muted); font-size: 11px; margin: 0; }
.bpd-intake__next-steps strong { color: var(--bpd-navy); display: block; font-size: 12px; }
.bpd-intake__terms { align-items: flex-start; background: var(--bpd-white); border: 1px solid var(--bpd-line); border-radius: 10px; cursor: pointer; display: flex; gap: 11px; padding: 15px; }
.bpd-intake__terms input { accent-color: var(--bpd-aqua-dark); flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.bpd-intake__terms span { color: var(--bpd-muted); font-size: 12px; }

.bpd-intake__actions { align-items: center; border-top: 1px solid var(--bpd-line); display: flex; justify-content: space-between; margin-top: 32px; padding-top: 22px; }
.bpd-intake__actions--end { justify-content: flex-end; }
.bpd-button { align-items: center; border: 0; border-radius: 9px; display: inline-flex; font-size: 12px; font-weight: 850; gap: 12px; justify-content: center; letter-spacing: .02em; min-height: 46px; padding: 12px 19px; text-decoration: none; transition: .18s ease; }
.bpd-button--primary { background: var(--bpd-navy); box-shadow: 0 8px 20px rgba(16,47,62,.15); color: var(--bpd-white); }
.bpd-button--primary:hover { background: var(--bpd-aqua-dark); box-shadow: 0 10px 24px rgba(22,143,141,.2); transform: translateY(-1px); }
.bpd-button--ghost { background: #edf3f3; color: var(--bpd-navy); }
.bpd-button--ghost:hover { background: #dfeaea; }
.bpd-button:focus-visible { outline: 3px solid rgba(72,195,189,.5); outline-offset: 3px; }
.bpd-button:disabled { cursor: wait; opacity: .55; transform: none; }
.bpd-intake__privacy { color: #829399; font-size: 10px; margin: 15px 0 0; text-align: center; }

.bpd-intake__submit-status { align-items: center; background: var(--bpd-mist); border-radius: 10px; display: grid; gap: 7px 12px; grid-template-columns: auto 1fr; margin-top: 18px; padding: 14px; }
.bpd-intake__spinner { animation: bpd-spin .8s linear infinite; border: 3px solid rgba(22,143,141,.2); border-radius: 50%; border-top-color: var(--bpd-aqua-dark); grid-row: 1 / 3; height: 29px; width: 29px; }
.bpd-intake__submit-status > div:nth-child(2) { display: flex; justify-content: space-between; }
.bpd-intake__submit-status strong,
.bpd-intake__submit-status span { color: var(--bpd-navy); font-size: 11px; }
.bpd-intake__upload-progress { background: rgba(255,255,255,.75); border-radius: 20px; height: 5px; overflow: hidden; }
.bpd-intake__upload-progress span { background: var(--bpd-aqua-dark); display: block; height: 100%; transition: width .15s linear; width: 0; }

.bpd-intake__success { padding: clamp(48px, 8vw, 100px) 24px; text-align: center; }
.bpd-intake__success-icon { align-items: center; background: var(--bpd-aqua); border-radius: 50%; box-shadow: 0 0 0 10px var(--bpd-mist); color: var(--bpd-navy); display: flex; font-size: 28px; font-weight: 900; height: 66px; justify-content: center; margin: 0 auto 29px; width: 66px; }
.bpd-intake__success h3 { color: var(--bpd-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 5vw, 46px); font-weight: 500; margin-bottom: 12px; }
.bpd-intake__success > p:not(.bpd-intake__eyebrow) { color: var(--bpd-muted); margin: 0 auto 25px; max-width: 640px; }
.bpd-intake__confirmation { background: var(--bpd-navy); border-radius: 14px; color: white; display: flex; flex-direction: column; margin: 0 auto 25px; max-width: 440px; padding: 20px; }
.bpd-intake__confirmation small { color: var(--bpd-aqua); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.bpd-intake__confirmation strong { font-size: 24px; letter-spacing: .05em; margin: 4px 0; }
.bpd-intake__confirmation span { color: rgba(255,255,255,.7); font-size: 11px; }
.bpd-intake__success-actions { display: flex; gap: 10px; justify-content: center; margin-bottom: 17px; }
.bpd-intake__checkout-error { background: #fff2ef; border-radius: 8px; color: #8d3830; font-size: 11px; margin: 0 auto 14px; max-width: 520px; padding: 11px; }
.bpd-intake__restart-link { background: transparent; border: 0; color: var(--bpd-aqua-dark); font-size: 10px; font-weight: 800; text-decoration: underline; }

@keyframes bpd-step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bpd-spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
	.bpd-intake__packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bpd-package-card__summary { min-height: 0; }
	.bpd-intake__check-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.bpd-intake__progress li strong { font-size: 10px; }
}

@media (max-width: 760px) {
	.bpd-intake { margin: 16px auto; padding: 0 10px; }
	.bpd-intake__shell { border-radius: 17px; }
	.bpd-intake__hero { padding: 38px 25px 34px; }
	.bpd-intake__hero > p:not(.bpd-intake__eyebrow) { font-size: 15px; }
	.bpd-intake__trust { display: grid; gap: 6px; }
	.bpd-intake__progress { padding: 18px 16px; }
	.bpd-intake__progress li { justify-content: center; }
	.bpd-intake__progress li strong { display: none; }
	.bpd-intake__form { padding: 34px 20px; }
	.bpd-intake__packages,
	.bpd-intake__choice-grid--three,
	.bpd-upload-grid,
	.bpd-review-grid,
	.bpd-intake__upload-requirements { grid-template-columns: 1fr; }
	.bpd-review-card--wide { grid-column: auto; }
	.bpd-field-grid,
	.bpd-field-grid--four { grid-template-columns: 1fr; }
	.bpd-field--half,
	.bpd-field--wide { grid-column: auto; }
	.bpd-intake__check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bpd-intake__next-steps ol { grid-template-columns: 1fr; }
	.bpd-account-card__fields { grid-template-columns: 1fr; }
	.bpd-intake__note-card { flex-direction: column; gap: 5px; }
	.bpd-intake__note-card strong { flex-basis: auto; }
}

@media (max-width: 490px) {
	.bpd-intake__hero h2 { font-size: 35px; }
	.bpd-intake__packages,
	.bpd-intake__check-grid { grid-template-columns: 1fr; }
	.bpd-form-card,
	.bpd-intake__fieldset--card { padding: 20px 16px; }
	.bpd-upload-card { grid-template-columns: 40px 1fr; }
	.bpd-upload-card__button { grid-column: 1 / -1; text-align: center; }
	.bpd-intake__actions { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
	.bpd-intake__actions .bpd-button { width: 100%; }
	.bpd-intake__success-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.bpd-intake *,
	.bpd-intake *::before,
	.bpd-intake *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
