body {
	background: #f6f7f9;
	color: #17202b;
}

.bc-order {
	--accent: #6d01be;
	--accent-soft: rgba(109, 1, 190, .1);
	font-family: inherit;
	background: #f6f7f9;
}

.bc-order * {
	box-sizing: border-box;
}

.bco-section {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.bco-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #d7dce4;
	border-radius: 999px;
	background: #fff;
	color: #17202b;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
	-webkit-tap-highlight-color: transparent;
}

.bco-button.primary {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.bco-button:hover,
.bco-button:focus {
	color: #17202b;
	text-decoration: none;
}

.bco-button.primary:hover,
.bco-button.primary:focus {
	color: #fff;
}

.bco-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 450px);
	gap: 48px;
	align-items: center;
	padding: 70px 0 56px;
}

.bco-eyebrow {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #ede9fe;
	color: #5b21b6;
	font-size: 13px;
	font-weight: 900;
}

.bco-hero h1 {
	margin: 0;
	color: #111827;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: 0;
}

.bco-hero-copy {
	max-width: 660px;
	margin: 20px 0 0;
	color: #475569;
	font-size: 17px;
	line-height: 1.8;
}

.bco-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bco-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.bco-proof span {
	padding: 7px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
}

.bco-hero-card-scene {
	position: relative;
	min-height: 330px;
	border-radius: 22px;
	background: radial-gradient(circle at 40% 10%, rgba(255,255,255,.24), rgba(255,255,255,0) 28%), #151515;
	box-shadow: 0 28px 60px rgba(15, 23, 42, .24);
	overflow: hidden;
	perspective: 900px;
}

.bco-hero-card-scene img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 116%;
	height: 116%;
	object-fit: cover;
	object-position: 50% 50%;
	transform: translate(-50%, -50%) rotateX(5deg) rotateZ(-3deg) scale(1.02);
	filter: saturate(.92) contrast(1.08);
}

.bco-hero-card-scene:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0,0,0,.12), rgba(0,0,0,.34));
	pointer-events: none;
}

.bco-hero-card-caption {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 1;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 14px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 84%, #111827), rgba(17, 24, 39, .86));
	color: #fff;
	box-shadow: 0 18px 38px rgba(0,0,0,.34);
	backdrop-filter: blur(12px);
}

.bco-hero-card-caption strong {
	display: block;
	font-size: 17px;
	font-weight: 900;
}

.bco-hero-card-caption span {
	display: block;
	margin-top: 5px;
	color: rgba(255,255,255,.72);
	font-size: 13px;
	font-weight: 800;
}

.bco-section {
	padding: 58px 0;
	scroll-margin-top: 92px;
}

.bco-section h2 {
	margin: 0;
	color: #111827;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
}

.bco-section-lead {
	max-width: 760px;
	margin: 14px 0 0;
	color: #64748b;
	font-size: 16px;
	line-height: 1.75;
}

.bco-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.bco-plan-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.bco-info-card,
.bco-plan,
.bco-form-panel,
.bco-preview-panel {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

.bco-info-card,
.bco-plan {
	padding: 22px;
}

.bco-info-card strong,
.bco-plan strong {
	display: block;
	color: #17202b;
	font-size: 18px;
	font-weight: 900;
}

.bco-info-card p,
.bco-plan p {
	margin: 10px 0 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}

.bco-plan {
	position: relative;
	display: block;
	cursor: pointer;
}

.bco-plan-quote {
	color: inherit;
	text-decoration: none;
}

.bco-plan-quote:hover,
.bco-plan-quote:focus {
	color: inherit;
	text-decoration: none;
}

.bco-plan-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bco-plan input,
.bco-template-option input,
.bco-color-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bco-plan-price {
	display: block;
	margin-top: auto;
	padding-top: 16px;
	color: var(--accent);
	font-size: 28px;
	font-weight: 900;
}

.bco-plan-quote .bco-plan-price {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
	line-height: 1.3;
	white-space: nowrap;
}

.bco-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-left: 0;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 13px;
	line-height: 1;
	transform: translateY(-1px);
}

.bco-plan:has(input:checked),
.bco-template-option:has(input:checked) .bco-template-card {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px var(--accent-soft), 0 16px 34px rgba(15, 23, 42, .08);
	background: #fff;
}

.bco-builder {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 24px;
	align-items: start;
	margin-top: 28px;
}

.bco-form-panel {
	padding: 24px;
}

.bco-form-panel h3,
.bco-preview-panel h3 {
	margin: 0 0 16px;
	color: #111827;
	font-size: 20px;
	font-weight: 900;
}

.bco-fieldset {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #edf1f5;
}

.bco-fieldset:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.bco-fieldset legend {
	margin-bottom: 12px;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
}

.bco-legend-with-note {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
}

.bco-legend-with-note span {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.bco-required {
	color: #dc2626;
	font-weight: 900;
}

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

.bco-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

.bco-field.full {
	grid-column: 1 / -1;
}

.bco-link-field {
	grid-column: span 1;
}

.bco-field label,
.bco-toggle {
	color: #334155;
	font-size: 13px;
	font-weight: 900;
}

.bco-field input,
.bco-field select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #d7dce4;
	border-radius: 8px;
	background: #fff;
	color: #17202b;
	font-size: 14px;
}

.bc-order .bco-field input:not([type="file"]),
.bc-order .bco-field select {
	color: #17202b !important;
	-webkit-text-fill-color: #17202b;
	opacity: 1;
}

.bc-order .bco-field input:-webkit-autofill {
	-webkit-text-fill-color: #17202b;
	box-shadow: 0 0 0 1000px #fff inset;
}

.bco-field input:focus,
.bco-field select:focus {
	border-color: var(--accent);
	background: #fff !important;
	color: #17202b !important;
	outline: 3px solid var(--accent-soft);
}

.bco-field input::placeholder {
	color: #98a2b3 !important;
	-webkit-text-fill-color: #98a2b3;
	opacity: 1;
}

.bco-field input[type="file"] {
	height: 42px;
	padding: 6px 10px;
	line-height: 30px;
}

.bco-field input[type="file"]::file-selector-button {
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #fff;
	color: #17202b;
	font: inherit;
	font-size: 13px;
	line-height: 28px;
	vertical-align: middle;
}

.bco-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bco-label-row span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.bco-label-row input {
	width: 15px;
	height: 15px;
	margin: 0;
}

.bco-photo-shape-options {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.bco-photo-shape-options label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #d7dce4;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.bco-photo-shape-options input {
	width: 14px;
	height: 14px;
	margin: 0;
}

.bco-inline-button {
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid #d7dce4;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.bco-field small {
	color: #748094;
	font-size: 12px;
	line-height: 1.45;
}

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

.bco-template-option {
	display: block;
	position: relative;
}

.bco-template-card {
	display: block;
	min-height: 138px;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.bco-template-card span {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	font-weight: 900;
}

.bco-template-card strong {
	display: block;
	margin-top: 18px;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
}

.bco-template-card small {
	display: block;
	margin-top: 6px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.45;
}

.bco-gift-card-note {
	display: grid;
	grid-template-columns: 176px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
}

.bco-product-gallery {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.bco-product-main,
.bco-product-thumb {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: zoom-in;
	overflow: hidden;
}

.bco-product-main {
	border-radius: 12px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, .2);
}

.bco-product-main img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	border-radius: 9px;
	object-fit: cover;
	object-position: 50% 50%;
}

.bco-product-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 6px;
}

.bco-product-thumbs-slider {
	position: relative;
	margin-top: 2px;
}

.bco-product-thumbs-wrap {
	overflow: hidden;
}

.bco-product-thumb {
	border: 2px solid transparent;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

.bco-product-thumb.active {
	border-color: var(--accent);
}

.bco-product-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	object-fit: cover;
	object-position: 50% 50%;
}

.bco-gift-card-note strong {
	display: block;
	color: #17202b;
	font-size: 15px;
	font-weight: 900;
}

.bco-gift-card-note p {
	margin: 5px 0 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
}

.bco-gift-card-note .bco-card-note-extra {
	margin-top: 8px;
	color: #475569;
	font-weight: 800;
}

.bco-gift-card-note a,
.bco-package-card a {
	color: var(--accent);
	font-weight: 900;
	text-decoration: none;
}

.bco-color-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bco-color-option {
	position: relative;
}

.bco-color-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--color);
	box-shadow: 0 0 0 1px #d7dce4;
	cursor: pointer;
}

.bco-color-option input:checked + .bco-color-dot {
	box-shadow: 0 0 0 3px rgba(15, 23, 42, .16), 0 0 0 6px var(--accent-soft);
}

.bco-toggle-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.bco-additional-note {
	margin-top: 2px;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #f8fafc;
}

.bco-additional-note strong {
	color: #17202b;
	font-size: 14px;
	font-weight: 900;
}

.bco-additional-note p {
	margin: 6px 0 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.65;
}

.bco-toggle-row input {
	width: 18px;
	height: 18px;
}

.bco-preview-panel {
	position: sticky;
	top: 92px;
	max-height: calc(100vh - 112px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 22px;
	scrollbar-width: thin;
	scrollbar-color: rgba(100, 116, 139, .36) transparent;
}

.bco-preview-panel::-webkit-scrollbar {
	width: 6px;
}

.bco-preview-panel::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(100, 116, 139, .36);
}

.bco-online-preview-title {
	margin-top: 0 !important;
}

.bco-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--accent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}

.bco-logo-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.bco-online-preview {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: min(286px, 100%);
	aspect-ratio: 9 / 16;
	margin: 0 auto;
	padding: 26px 20px 18px;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, .13);
	--info-split: 72.6%;
}

.bco-online-preview:before,
.bco-online-preview:after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.bco-online-preview > * {
	position: relative;
	z-index: 1;
}

.bco-online-preview.recruit {
	background: linear-gradient(180deg, #fff 0%, #fff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
}

.bco-online-preview.recruit.show-photo-slot {
	background: linear-gradient(180deg, #fff 0%, #fff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
}

.bco-online-preview.recruit:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: var(--accent);
}

.bco-online-preview.recruit:after {
	display: none;
}

.bco-online-preview.business {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
	color: #111827;
	padding-top: 18px;
}

.bco-online-preview.business.show-photo-slot {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
}

.bco-online-preview.business:before {
	top: 0;
	left: 0;
	right: 0;
	height: 82px;
	background: linear-gradient(135deg, #111827, var(--accent));
	clip-path: none;
	opacity: 1;
}

.bco-online-preview.business:after {
	display: none;
}

.bco-online-preview.service {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
	padding-top: 18px;
}

.bco-online-preview.service.show-photo-slot {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff var(--info-split), #f8fafc var(--info-split), #f8fafc 100%);
}

.bco-online-preview.service:before {
	top: 76px;
	left: 22px;
	right: 22px;
	width: auto;
	height: 1px;
	border-radius: 0;
	background: linear-gradient(90deg, var(--accent), rgba(148, 163, 184, .22));
	box-shadow: none;
}

.bco-online-preview.service:after {
	display: none;
}

.bco-online-preview.minimal {
	background: #fffdf8;
}

.bco-online-preview.minimal:before {
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	border-radius: 0;
	background: var(--accent);
}

.bco-online-preview.minimal:after {
	top: var(--info-split);
	right: 18px;
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: var(--accent);
	opacity: .32;
	transform: translateY(-50%);
}

.bco-online-preview.minimal.show-photo-slot:after {
	top: var(--info-split);
}

.bco-online-head {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
}

.bco-online-head > div {
	display: flex;
	align-items: center;
	min-height: 46px;
}

.bco-online-head strong,
.bco-online-head span {
	display: block;
}

.bco-online-head .bco-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.bco-online-head strong {
	color: #17202b;
	font-size: 14px;
	font-weight: 900;
}

.bco-online-head span {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.bco-online-preview h4 {
	margin: 34px 0 0;
	padding-right: 0;
	color: #111827;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.2;
}

.bco-online-preview.show-photo-slot h4 {
	margin-top: 14px;
	text-align: center;
}

.bco-online-preview.business h4 {
	margin-top: 42px;
}

.bco-online-preview.business.show-photo-slot h4 {
	margin-top: 14px;
}

.bco-online-preview p {
	margin: 6px 0 0;
	padding-right: 0;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
}

.bco-online-preview.show-photo-slot p {
	text-align: center;
}

.bco-online-lines {
	position: relative;
	display: grid;
	gap: 7px;
	width: 100%;
	margin: auto 0 0;
	padding-top: 14px;
	border-top: 1px solid rgba(148, 163, 184, .32);
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.bco-online-actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	margin-top: 14px;
	max-width: none;
}

.bco-online-actions span {
	padding: 7px 9px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	font-weight: 900;
}

.bco-online-qr {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-left: auto;
	padding: 0 !important;
	border: 2px solid #fff;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.bco-online-preview.show-qr-slot .bco-online-qr {
	display: inline-flex;
}

.bco-online-preview .bco-online-actions .bco-online-qr,
.bco-online-preview.business .bco-online-actions .bco-online-qr {
	background: #fff !important;
	color: transparent;
}

.bco-online-qr canvas,
.bco-online-qr img {
	display: block;
	width: 56px !important;
	height: 56px !important;
}

.bco-online-preview.business .bco-logo-mark {
	background: rgba(255,255,255,.18);
	border: 1px solid rgba(255,255,255,.3);
}

.bco-online-preview.business .bco-online-head {
	min-height: 46px;
	align-items: center;
}

.bco-online-preview.business .bco-online-head > div {
	min-height: 42px;
}

.bco-online-preview.business .bco-online-head strong {
	color: #fff;
}

.bco-online-preview.business .bco-online-head span {
	color: rgba(255,255,255,.72);
}

.bco-online-preview.business h4 {
	color: #111827;
}

.bco-online-preview.business p,
.bco-online-preview.business .bco-online-lines {
	color: #475569;
}

.bco-online-preview.business .bco-online-lines {
	border-top-color: rgba(148, 163, 184, .32);
}

.bco-online-preview.business .bco-online-actions span {
	background: var(--accent-soft);
	color: var(--accent);
}

.bco-online-preview.service .bco-online-actions {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}

.bco-online-preview.service .bco-online-head {
	position: relative;
	min-height: 46px;
	padding: 0;
	align-items: center;
}

.bco-online-preview.service .bco-online-head > div {
	min-height: 42px;
}

.bco-online-preview.service .bco-online-head strong {
	color: #111827;
}

.bco-online-preview.service .bco-logo-mark {
	background: var(--accent);
	border: 0;
	color: #fff !important;
}

.bco-online-preview.service h4 {
	margin-top: 22px;
}

.bco-online-preview.service.show-photo-slot h4 {
	margin-top: 16px;
}

.bco-online-preview.service .bco-online-actions span:not(.bco-online-qr) {
	border: 1px solid rgba(124, 58, 237, .14);
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.bco-online-preview.service .bco-online-lines {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	max-width: none;
	margin: auto 0 0;
	padding-top: 14px;
	border-top: 1px solid rgba(148, 163, 184, .32);
}

.bco-tax-line {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.bco-tax-line strong {
	color: #334155;
	font-size: 10px;
}

.bco-online-photo {
	display: none;
	position: relative;
	right: auto;
	top: auto;
	width: 76px;
	height: 76px;
	margin: 28px auto 0;
	border: 3px solid #fff;
	border-radius: 18px;
	background: linear-gradient(135deg, #e2e8f0, #f8fafc);
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
}

.bco-online-preview.business .bco-online-photo {
	margin-top: 42px;
}

.bco-online-preview.show-photo-slot .bco-online-photo {
	display: block;
}

.bco-online-preview.show-photo-slot .bco-online-photo:not([src]) {
	border-color: #fff;
}

.bco-online-preview.service .bco-online-photo {
	border-radius: 999px;
}

.bco-online-preview.photo-circle .bco-online-photo {
	border-radius: 999px;
}

.bco-online-preview.photo-square .bco-online-photo {
	border-radius: 18px;
}

.bco-online-preview.business .bco-online-head,
.bco-online-preview.business h4,
.bco-online-preview.business p,
.bco-online-preview.business .bco-online-lines {
	max-width: none;
}

.bco-online-preview.business .bco-online-actions {
	max-width: none;
}

.bco-online-preview.minimal {
	padding-left: 24px;
}

.bco-package {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 26px;
}

.bco-notes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 26px;
}

.bco-package-card {
	padding: 24px;
	border-radius: 14px;
	background: #111;
	color: #fff;
}

.bco-package-card.light {
	background: #fff;
	color: #111827;
	border: 1px solid #e2e8f0;
}

.bco-notes .bco-package-card {
	background: #fff;
	color: #111827;
	border: 1px solid #e2e8f0;
}

.bco-package-card strong {
	display: block;
	font-size: 20px;
	font-weight: 900;
}

.bco-package-card p {
	margin: 12px 0 0;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 1.7;
}

.bco-package-card.light p {
	color: #64748b;
}

.bco-notes .bco-package-card p {
	color: #64748b;
}

.bco-summary {
	margin-top: 18px;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
}

.bco-summary dl {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 8px 12px;
	margin: 0;
	color: #475569;
	font-size: 13px;
}

.bco-summary dt {
	font-weight: 900;
}

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

.bco-digital-note {
	display: grid;
	gap: 10px;
	margin-top: 12px;
	padding: 13px 14px;
	border-radius: 10px;
	background: #f8fafc;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
}

.bco-digital-note strong {
	color: #17202b;
	font-weight: 900;
}

.bco-digital-note .bco-button {
	width: 100%;
	margin-top: 2px;
}

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

.bco-card-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, .72);
}

.bco-card-modal img {
	width: min(760px, 92vw);
	border-radius: 18px;
	box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.bco-card-modal .bco-card-modal-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #111827;
	opacity: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.bco-card-modal .bco-card-modal-arrow:hover {
	background: var(--accent) !important;
	color: #fff;
}

.bco-card-modal .bco-card-modal-prev {
	left: 24px;
}

.bco-card-modal .bco-card-modal-next {
	right: 24px;
}

.bco-card-modal .bco-card-modal-arrow:before,
.bco-card-modal .bco-card-modal-arrow:after {
	position: absolute;
	inset: auto;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	color: inherit;
	font-family: "Feather-Icons";
	font-size: 28px;
	line-height: 1;
	opacity: 1;
	transform: none;
}

.bco-card-modal .bco-card-modal-prev:before {
	content: "\e92f";
}

.bco-card-modal .bco-card-modal-next:before {
	content: "\e930";
}

.bco-card-modal-close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 1100px) {
	.bco-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.bco-hero,
	.bco-builder,
	.bco-package,
	.bco-notes {
		grid-template-columns: 1fr;
	}

	.bco-preview-panel {
		position: static;
		max-height: none;
		overflow: visible;
	}

}

@media (min-width: 981px) and (max-height: 920px) {
	.bco-summary {
		display: none;
	}
}

@media (min-width: 981px) and (max-height: 820px) {
	.bco-preview-panel {
		top: 72px;
		max-height: calc(100vh - 84px);
		padding: 16px;
	}

	.bco-preview-panel h3 {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.bco-online-preview {
		width: min(250px, 100%);
		padding: 22px 16px 16px;
		border-radius: 26px;
	}

	.bco-online-head {
		min-height: 32px;
	}

	.bco-logo-mark {
		width: 38px;
		height: 38px;
		border-radius: 11px;
		font-size: 13px;
	}

	.bco-online-head strong {
		font-size: 13px;
	}

	.bco-online-head span {
		font-size: 11px;
	}

	.bco-online-preview h4 {
		margin-top: 16px;
		font-size: 23px;
	}

	.bco-online-preview p {
		font-size: 12px;
	}

	.bco-online-lines {
		gap: 3px;
		width: 100%;
		font-size: 10px;
	}

	.bco-online-actions {
		gap: 6px;
	}

	.bco-online-actions span {
		padding: 6px 8px;
		font-size: 11px;
	}

	.bco-digital-note {
		margin-top: 12px;
		padding: 12px;
	}

	.bco-digital-note {
		font-size: 12px;
		line-height: 1.45;
	}
}

@media (max-width: 760px) {
	.bco-section {
		width: min(100% - 24px, 1160px);
	}

	.bco-hero {
		padding-top: 42px;
	}

	.bco-hero h1 {
		font-size: 34px;
	}

	.bco-cards,
	.bco-template-grid,
	.bco-form-grid {
		grid-template-columns: 1fr;
	}

	.bco-plan-grid {
		grid-template-columns: 1fr;
	}

	.bco-gift-card-note {
		align-items: stretch;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.bco-product-main img {
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.bco-product-thumbs {
		width: 100%;
	}

	.bco-online-preview {
		width: min(280px, 100%);
		min-height: auto;
	}

	.bco-preview-card.landscape {
		width: 100%;
		max-width: 330px;
	}
}
