﻿:root {
  --cyan: #00b4d8;
  --white: #fff;
  --bg: #f5f7f8;
  --gray: #6b7280;
  --muted: #4b5563;
  --charcoal: #111827;
  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: Inter, system-ui, sans-serif;
}
.is-hidden { display: none !important; }
.bds-products { margin: 0; }
.bds-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}
.bds-product-card {
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.bds-product-card h3 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 800;
	color: var(--charcoal);
	line-height: 1.3;
}
.bds-product-ref {
	margin: 0;
}
.bds-product-ref code,
.bds-ref-code {
	font-size: 12px;
	background: #e8f8fc;
	color: var(--cyan);
	padding: 3px 8px;
	border-radius: 6px;
}
.bds-product-card .badge-in,
.badge-in {
	color: #16a34a;
	background: rgba(34, 197, 94, 0.08);
	padding: 0.25rem 0.55rem;
	border-radius: 99px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}
.bds-product-card .badge-out,
.badge-out {
	color: #b42318;
	background: #fdecec;
	padding: 0.25rem 0.55rem;
	border-radius: 99px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}
.bds-product-msg {
	margin: 0;
	font-size: 13px;
	color: var(--gray);
	line-height: 1.45;
}
.bds-product-meta {
	margin: 0;
	font-size: 12px;
	color: var(--muted);
}
.bds-product-action {
	margin: 8px 0 0;
	padding-top: 8px;
}
.bds-product-action .bds-btn {
	display: inline-flex;
	text-decoration: none;
}
.sr-warranty-badge.is-out { background: #fdecec; color: #b42318; }
.sr-note-amber { background: #fff7ed; border: 1px solid #fdba74; color: #9a3412; }
.bds-staff .bds-charge-row { display:flex; gap:.5rem; flex-wrap:wrap; margin:.5rem 0; }
.page-sr { background: var(--bg); }

.sr-page-heading {
	padding: 24px 0 0;
}

.sr-page-heading h1 {
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 800;
	color: var(--charcoal);
	margin: 0;
	line-height: 1.25;
}

.sr-body { padding: 24px 0 40px; }

.sr-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}

@media (min-width: 1024px) {
	.sr-layout { grid-template-columns: 2fr 1fr; }
}

.sr-layout.is-hidden { display: none; }

.sr-card {
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 24px;
}

@media (min-width: 1024px) {
	.sr-card { padding: 32px; }
}

.sr-steps {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
}

.sr-step-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	min-width: 0;
}

.sr-step-item:last-child { flex: none; }

.sr-step-circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #eef0f2;
	color: #9ca3af;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-display);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
}

.sr-step-circle.active,
.sr-step-circle.done {
	background: var(--cyan);
	color: var(--white);
}

.sr-step-label {
	font-size: 11px;
	margin-top: 6px;
	text-align: center;
	line-height: 1.3;
	max-width: 80px;
	color: #9ca3af;
	font-family: var(--font-display);
	font-weight: 500;
}

.sr-step-label.active { color: var(--cyan); font-weight: 700; }

.sr-step-line {
	flex: 1;
	height: 2px;
	background: #eef0f2;
	margin: 18px 8px 0;
	transition: background 0.2s;
}

.sr-step-line.done { background: var(--cyan); }

.sr-panel-title {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 24px;
}

.sr-field { margin-bottom: 24px; }

.sr-field label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: var(--font-display);
}

.sr-optional {
	font-weight: 400;
	font-size: 12px;
	color: var(--gray);
}

.sr-select,
.sr-textarea,
.sr-field textarea {
	width: 100%;
	padding: 12px 16px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-family: var(--font-body);
	color: var(--charcoal);
	background: var(--white);
	outline: none;
}

.sr-select:focus,
.sr-textarea:focus,
.sr-field textarea:focus { border-color: var(--cyan); }

.sr-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.sr-textarea-wrap { position: relative; }

.sr-textarea-wrap textarea {
	width: 100%;
	padding: 12px 16px 28px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	resize: none;
	line-height: 1.6;
	outline: none;
}

.sr-textarea-wrap textarea:focus { border-color: var(--cyan); }

.sr-char-count {
	position: absolute;
	bottom: 10px;
	right: 12px;
	font-size: 10px;
	color: var(--gray);
}

.sr-char-count.is-warn { color: #f59e0b; }

.sr-type-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.sr-type-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 16px;
	border-radius: 16px;
	border: 2px solid rgba(0, 0, 0, 0.08);
	background: var(--white);
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.sr-type-tile:hover { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); }
.sr-type-tile:active { transform: scale(0.98); }

.sr-type-tile.active {
	border-color: var(--cyan);
	background: rgba(0, 180, 216, 0.04);
}

.sr-type-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--bg);
	color: #9ca3af;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sr-type-tile.active .sr-type-icon {
	background: rgba(0, 180, 216, 0.15);
	color: var(--cyan);
}

.sr-type-tile strong {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	font-family: var(--font-display);
}

.sr-type-tile.active strong { color: var(--cyan); }

.sr-type-tile small {
	font-size: 10px;
	color: var(--gray);
}

.sr-upload-input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.sr-upload-zone {
	border: 2px dashed rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	padding: 32px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	background: var(--bg);
	transition: border-color 0.2s, background 0.2s;
}

.sr-upload-zone.is-drag,
.sr-upload-zone:hover {
	border-color: var(--cyan);
	background: rgba(0, 180, 216, 0.04);
}

.sr-upload-zone.is-hidden { display: none; }

.sr-upload-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(0, 180, 216, 0.1);
	color: var(--cyan);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sr-upload-zone strong {
	font-size: 14px;
	font-family: var(--font-display);
}

.sr-upload-zone strong em {
	font-style: normal;
	color: var(--cyan);
}

.sr-upload-zone small { font-size: 12px; color: var(--gray); }

.sr-upload-preview {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(0, 180, 216, 0.3);
	aspect-ratio: 16 / 9;
}

.sr-upload-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sr-upload-remove {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	background: var(--white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
}

.sr-btn-primary {
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 99px;
	background: var(--cyan);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-display);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: opacity 0.2s, transform 0.15s;
}

.sr-btn-primary:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.sr-btn-primary:not(:disabled):hover { opacity: 0.9; }
.sr-btn-primary:not(:disabled):active { transform: scale(0.98); }

.sr-btn-grow { flex: 1; }

.sr-nav-row {
	display: flex;
	gap: 12px;
}

.sr-btn-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 20px;
	border-radius: 99px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: var(--white);
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	font-family: var(--font-display);
	cursor: pointer;
}

.sr-btn-back:hover { border-color: rgba(0, 0, 0, 0.2); }

.sr-calendar {
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 16px;
	user-select: none;
}

.sr-cal-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.sr-cal-prev,
.sr-cal-next {
	padding: 6px;
	border: none;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	color: var(--muted);
}

.sr-cal-prev:hover,
.sr-cal-next:hover { background: var(--bg); }

.sr-cal-month {
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-display);
}

.sr-cal-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-bottom: 8px;
}

.sr-cal-weekdays span {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9ca3af;
	font-family: var(--font-display);
}

.sr-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px 0;
}

.sr-cal-empty { aspect-ratio: 1; }

.sr-cal-day {
	aspect-ratio: 1;
	border: none;
	border-radius: 50%;
	background: transparent;
	font-size: 12px;
	font-family: var(--font-body);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s, color 0.15s;
}

.sr-cal-day.is-today:not(.is-selected) {
	background: rgba(0, 180, 216, 0.1);
	color: var(--cyan);
	font-weight: 700;
}

.sr-cal-day.is-selected {
	background: var(--cyan);
	color: var(--white);
	font-weight: 700;
}

.sr-cal-day.is-unavail {
	color: #d1d5db;
	cursor: not-allowed;
}

.sr-cal-legend {
	display: flex;
	gap: 16px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 10px;
	color: #9ca3af;
}

.sr-legend-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px;
}

.sr-legend-selected { background: var(--cyan); }
.sr-legend-unavail { background: #e5e7eb; }

.sr-slot-group { margin-bottom: 12px; }

.sr-slot-group > small {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9ca3af;
	margin-bottom: 8px;
	font-family: var(--font-display);
}

.sr-slot-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sr-slot {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 99px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: var(--white);
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	font-family: var(--font-display);
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.sr-slot.active {
	background: var(--cyan);
	border-color: var(--cyan);
	color: var(--white);
}

.sr-review {
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sr-review-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sr-review-row:nth-child(even) { background: #fafafa; }
.sr-review-row:last-child { border-bottom: none; }

.sr-review-icon {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: rgba(0, 180, 216, 0.1);
	color: var(--cyan);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.sr-review-row small {
	display: block;
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 2px;
}

.sr-review-row strong {
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-display);
}

.sr-review-sub {
	display: block;
	font-size: 12px;
	color: var(--gray);
	margin-top: 2px;
}

.sr-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1.6;
}

.sr-note-cyan {
	background: #e8f8fc;
	border: 1px solid rgba(0, 180, 216, 0.2);
}

.sr-note-green {
	background: rgba(34, 197, 94, 0.06);
	border: 1px solid rgba(34, 197, 94, 0.2);
	color: #16a34a;
}

.sr-note-green strong { color: #16a34a; }

.sr-cancel-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
	font-size: 14px;
	color: #e5e7eb;
}

.sr-link-back,
.sr-link-cancel {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	font-size: 14px;
	color: var(--gray);
	cursor: pointer;
	font-family: var(--font-body);
}

.sr-link-cancel { text-decoration: none; }
.sr-link-back:hover,
.sr-link-cancel:hover { color: var(--charcoal); }

.sr-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 1024px) {
	.sr-sidebar { position: sticky; top: 96px; }
}

.sr-summary {
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	overflow: hidden;
}

.sr-summary-head {
	padding: 12px 16px;
	background: var(--bg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9ca3af;
	font-family: var(--font-display);
}

.sr-summary-img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f3f4f6;
}

.sr-summary-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sr-summary-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sr-summary-block small {
	display: block;
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 2px;
}

.sr-summary-block strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-display);
}

.sr-summary-block code {
	display: block;
	font-size: 10px;
	font-family: monospace;
	color: var(--gray);
	margin-top: 2px;
}

.sr-sum-muted { color: #d1d5db !important; font-weight: 600 !important; }
.sr-sum-active { color: var(--cyan) !important; }

.sr-sum-sub {
	display: block;
	font-size: 12px;
	color: var(--gray);
	margin-top: 2px;
}

.sr-warranty-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 12px;
	background: rgba(34, 197, 94, 0.08);
	color: #16a34a;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--font-display);
}

.sr-help {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 16px;
	border-radius: 16px;
	background: #e8f8fc;
	border: 1px solid rgba(0, 180, 216, 0.2);
}

.sr-help > svg { color: var(--cyan); flex-shrink: 0; margin-top: 2px; }

.sr-help strong {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}

.sr-help p {
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 8px;
}

.sr-help-link {
	background: none;
	border: none;
	font-size: 12px;
	font-weight: 700;
	color: var(--cyan);
	cursor: pointer;
	font-family: var(--font-display);
	padding: 0;
}

.sr-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 48px 16px;
}

.sr-success-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--cyan);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 4px 24px rgba(0, 180, 216, 0.4);
}

.sr-success h2 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 8px;
}

.sr-success > p {
	font-size: 14px;
	color: var(--gray);
	max-width: 24rem;
	margin-bottom: 8px;
}

.sr-ref {
	font-size: 12px;
	color: #d1d5db;
	margin-bottom: 32px;
}

.sr-ref strong { color: var(--cyan); font-weight: 600; }

.sr-success-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.sr-success-outline {
	padding: 12px 24px;
	border-radius: 99px;
	border: 2px solid #d1d5db;
	background: transparent;
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	font-family: var(--font-display);
	cursor: pointer;
}

.sr-success-outline:hover {
	border-color: var(--cyan);
	color: var(--cyan);
}
