/*
 * Premium consultation booking — 2026-07-26
 * Scoped to /konsultacja-prawna/ and .hwoc--booking.
 */

.hwoc--booking {
	--hwoc-ink: #102f27;
	--hwoc-green: #123d32;
	--hwoc-green-soft: #e7f0eb;
	--hwoc-copper: #b96f4b;
	--hwoc-copper-light: #e5b08c;
	--hwoc-cream: #fbf7ef;
	--hwoc-line: rgba(19, 61, 50, .14);
	max-width: 1216px;
	padding-top: 32px;
	position: relative;
	isolation: isolate;
}

.hwoc--booking::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 -100vmax;
	background:
		radial-gradient(circle at 12% 8%, rgba(214, 147, 110, .15), transparent 24rem),
		radial-gradient(circle at 92% 34%, rgba(42, 104, 85, .10), transparent 28rem),
		linear-gradient(180deg, #fffdf8 0%, #f8f4ec 48%, #fffdf9 100%);
	box-shadow: 0 0 0 100vmax #fffdf8;
	clip-path: inset(0 -100vmax);
}

.hwoc--booking .hwoc__premium-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
	min-height: 570px;
	overflow: hidden;
	border: 1px solid rgba(229, 176, 140, .32);
	border-radius: 36px;
	background:
		radial-gradient(circle at 82% 12%, rgba(229, 176, 140, .18), transparent 31%),
		linear-gradient(132deg, #0b2922 0%, #123d32 55%, #0d3128 100%);
	box-shadow: 0 30px 80px rgba(9, 42, 34, .20);
}

.hwoc--booking .hwoc__premium-hero::after {
	content: "";
	position: absolute;
	inset: auto -9rem -12rem auto;
	width: 30rem;
	aspect-ratio: 1;
	border: 1px solid rgba(229, 176, 140, .18);
	border-radius: 50%;
	box-shadow:
		0 0 0 3rem rgba(229, 176, 140, .035),
		0 0 0 7rem rgba(229, 176, 140, .025);
	pointer-events: none;
}

.hwoc--booking .hwoc__premium-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 6vw, 76px);
}

.hwoc--booking .hwoc__eyebrow {
	align-self: flex-start;
	margin: 0;
	border-color: rgba(229, 176, 140, .30);
	background: rgba(255, 255, 255, .07);
	color: #f2c5a6 !important;
	backdrop-filter: blur(12px);
}

.hwoc--booking .hwoc__eyebrow span {
	color: #f2c5a6 !important;
}

.hwoc--booking .hwoc__eyebrow .hwoc__icon {
	filter: brightness(0) invert(1);
	opacity: .9;
}

.hwoc--booking .hwoc__premium-hero .hwoc__title {
	max-width: 760px;
	margin: 24px 0 20px !important;
	color: #fffaf3 !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(3.3rem, 6.1vw, 5.65rem) !important;
	font-weight: 600 !important;
	line-height: .92 !important;
	letter-spacing: -.045em !important;
	text-wrap: balance;
}

.hwoc--booking .hwoc__premium-hero .hwoc__title em {
	display: inline-block;
	color: var(--hwoc-copper-light);
	font-weight: 500;
}

.hwoc--booking .hwoc__premium-hero .hwoc__lead {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 251, 244, .78) !important;
	font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
	line-height: 1.65 !important;
}

.hwoc--booking .hwoc__premium-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.hwoc--booking .hwoc__premium-facts span {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .065);
	color: rgba(255, 255, 255, .72);
	font-size: .88rem;
	backdrop-filter: blur(10px);
}

.hwoc--booking .hwoc__premium-facts strong {
	color: #fffaf3;
	font-size: .96rem;
}

.hwoc--booking .hwoc__premium-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
}

.hwoc--booking .hwoc__button--copper {
	min-height: 54px;
	padding-inline: 24px;
	background: linear-gradient(135deg, #e0a07b, #b76543);
	color: #102c25;
	box-shadow: 0 15px 34px rgba(4, 19, 16, .26);
}

.hwoc--booking .hwoc__button--copper:hover {
	color: #102c25;
	box-shadow: 0 18px 40px rgba(4, 19, 16, .32);
}

.hwoc--booking .hwoc__premium-actions > span {
	color: rgba(255, 255, 255, .58);
	font-size: .84rem;
}

.hwoc--booking .hwoc__premium-visual {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-width: 0;
	padding: 26px 28px 26px 0;
}

.hwoc--booking .hwoc__premium-visual > img {
	display: block;
	width: min(100%, 520px);
	height: auto;
	filter: saturate(.92);
}

.hwoc--booking .hwoc__premium-seal {
	position: absolute;
	right: clamp(24px, 4vw, 48px);
	bottom: 40px;
	display: grid;
	gap: 2px;
	min-width: 178px;
	padding: 16px 20px;
	border: 1px solid rgba(229, 176, 140, .45);
	border-radius: 18px;
	background: rgba(9, 36, 29, .86);
	color: #fffaf3;
	box-shadow: 0 16px 36px rgba(4, 22, 18, .28);
	backdrop-filter: blur(14px);
}

.hwoc--booking .hwoc__premium-seal span,
.hwoc--booking .hwoc__premium-seal small {
	color: rgba(255, 255, 255, .64);
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.hwoc--booking .hwoc__premium-seal strong {
	color: #efbd9b;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
}

.hwoc--booking > .hwoc__hero-cards {
	position: relative;
	z-index: 3;
	margin: -30px 32px 0;
	gap: 14px;
}

.hwoc--booking > .hwoc__hero-cards .hwoc__hero-card {
	min-height: 152px;
	padding: 22px;
	border: 1px solid rgba(20, 61, 50, .12);
	border-radius: 20px;
	background: rgba(255, 253, 248, .95);
	box-shadow: 0 18px 42px rgba(11, 45, 36, .10);
	backdrop-filter: blur(16px);
}

.hwoc--booking > .hwoc__hero-cards .hwoc__hero-card:nth-child(2) {
	background: linear-gradient(150deg, #fff8f1, #fffdf9);
}

.hwoc--booking > .hwoc__hero-cards .hwoc__hero-card .hwoc__icon {
	width: 22px;
	height: 22px;
	padding: 10px;
	box-sizing: content-box;
	border-radius: 13px;
	background: var(--hwoc-green-soft);
}

.hwoc--booking > .hwoc__hero-cards .hwoc__hero-card:nth-child(2) .hwoc__icon {
	background: #f8e6da;
}

.hwoc--booking > .hwoc__hero-cards strong {
	font-size: 1.02rem;
}

.hwoc--booking > .hwoc__hero-cards span {
	font-size: .91rem;
}

.hwoc--booking > .hwoc__cta-row {
	justify-content: flex-end;
	margin: 18px 32px 0;
}

.hwoc--booking .hwoc__section-heading {
	max-width: 760px;
	margin: 74px 0 24px;
}

.hwoc--booking .hwoc__section-heading span {
	color: var(--hwoc-copper);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hwoc--booking .hwoc__section-heading h2 {
	margin: 8px 0 0;
	color: var(--hwoc-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.25rem, 4vw, 3.7rem) !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.035em;
}

.hwoc--booking .hwoc__grid--services {
	gap: 16px;
}

.hwoc--booking .hwoc__card--service {
	min-height: 250px;
	overflow: hidden;
	padding: 26px;
	border-color: var(--hwoc-line);
	background: rgba(255, 254, 251, .92);
	box-shadow: 0 18px 46px rgba(15, 53, 43, .07);
}

.hwoc--booking .hwoc__card--service::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -48px;
	width: 130px;
	aspect-ratio: 1;
	border: 1px solid rgba(185, 111, 75, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 18px rgba(185, 111, 75, .035);
}

.hwoc--booking .hwoc__card--service:nth-child(2) {
	background: linear-gradient(155deg, #edf5f1, #fffefa);
}

.hwoc--booking .hwoc__card--service:nth-child(3) {
	background: linear-gradient(155deg, #fff7ef, #fffefa);
}

.hwoc--booking .hwoc__card--service h2 {
	max-width: 100%;
	margin: 4px 0 12px !important;
	color: var(--hwoc-ink) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.45rem, 2vw, 1.85rem) !important;
	font-weight: 650 !important;
	line-height: 1.04 !important;
	letter-spacing: -.02em !important;
	overflow-wrap: anywhere;
}

.hwoc--booking .hwoc__card--service p {
	margin: 0;
	font-size: .93rem;
	line-height: 1.58;
}

.hwoc--booking .hwoc__card--service .hwoc__card-icon {
	width: 42px;
	height: 42px;
	border-color: rgba(185, 111, 75, .18);
	background: #f8e8dc;
}

.hwoc--booking .hwoc__booking-workflow {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 38px;
	margin-inline: auto;
	max-width: 1040px;
	padding: clamp(22px, 3.6vw, 42px);
	border: 1px solid rgba(185, 111, 75, .30);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 254, 250, .98), rgba(250, 246, 238, .97));
	box-shadow: 0 28px 72px rgba(12, 47, 38, .11);
	scroll-margin-top: 100px;
}

.hwoc--booking .hwoc__booking-workflow > .hwoc__choice-wrap {
	order: 1;
	margin: 0;
	padding: 0 0 24px;
	border: 0;
	border-bottom: 1px solid var(--hwoc-line);
	border-radius: 0;
	background: transparent;
}

.hwoc--booking .hwoc__booking-workflow > .hwoc__booking-root {
	order: 2;
	margin: 0;
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid rgba(18, 61, 50, .14);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(185, 111, 75, .12), transparent 21rem),
		#f7fbf8;
}

.hwoc--booking .hwoc__booking-workflow > .hwoc__inquiry {
	order: 3;
	margin: 6px 0 0;
	border: 1px solid rgba(18, 61, 50, .10);
	border-radius: 22px;
	background: rgba(255, 255, 255, .58);
	box-shadow: none;
}

.hwoc--booking .hwoc__choice-head h2,
.hwoc--booking .hwoc__choice-head h3 {
	margin: 0 0 8px;
	color: var(--hwoc-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 3rem) !important;
	font-weight: 600;
	line-height: 1;
}

.hwoc--booking .hwoc__step-kicker {
	display: block;
	margin-bottom: 9px;
	color: var(--hwoc-copper);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hwoc--booking .hwoc__choice-head > p {
	max-width: 720px;
	margin: 0;
	color: #4b675e;
	font-size: 1rem;
}

.hwoc--booking .hwoc__booking-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.hwoc--booking .hwoc__booking-steps li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 11px 13px;
	border: 1px solid rgba(18, 61, 50, .12);
	border-radius: 13px;
	background: #f6faf7;
	color: var(--hwoc-ink);
}

.hwoc--booking .hwoc__booking-steps li > span,
.hwoc--booking .hwoc__booking-step-title > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--hwoc-green);
	color: #fff;
	font-size: .84rem;
	font-weight: 800;
}

.hwoc--booking .hwoc__booking-steps strong {
	overflow: hidden;
	font-size: .88rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hwoc--booking .hwoc__booking-summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
	padding: 18px 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, #123d32, #205c4b);
	color: #fff;
	box-shadow: 0 16px 34px rgba(12, 47, 38, .14);
}

.hwoc--booking .hwoc__booking-summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .20);
	border-radius: 13px;
	background: rgba(255, 255, 255, .10);
}

.hwoc--booking .hwoc__booking-summary-icon .hwoc__icon {
	width: 22px;
	height: 22px;
}

.hwoc--booking .hwoc__booking-summary-copy strong,
.hwoc--booking .hwoc__booking-summary-copy span {
	display: block;
}

.hwoc--booking .hwoc__booking-summary-copy strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.12;
}

.hwoc--booking .hwoc__booking-summary-copy span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .72);
	font-size: .88rem;
}

.hwoc--booking .hwoc__booking-summary-price {
	padding: 8px 12px;
	border: 1px solid rgba(229, 176, 140, .44);
	border-radius: 999px;
	background: rgba(229, 176, 140, .14);
	color: #ffd7bd;
	font-size: .9rem;
	font-weight: 800;
	white-space: nowrap;
}

.hwoc--booking .hwoc__variants {
	grid-template-columns: 1fr;
}

.hwoc--booking .hwoc__variant {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px 18px;
	padding: 22px 24px;
	border: 1px solid rgba(185, 111, 75, .42);
	border-radius: 20px;
	background: linear-gradient(135deg, #103b30, #184c3e);
	color: #fff;
	box-shadow: 0 18px 36px rgba(11, 49, 39, .14);
}

.hwoc--booking .hwoc__variant:hover,
.hwoc--booking .hwoc__variant.is-active {
	border-color: var(--hwoc-copper-light);
	background: linear-gradient(135deg, #103b30, #1b5545);
}

.hwoc--booking .hwoc__variant-top {
	display: contents;
}

.hwoc--booking .hwoc__variant-icon {
	grid-row: 1 / span 3;
	width: 52px;
	height: 52px;
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .10);
}

.hwoc--booking .hwoc__variant-icon .hwoc__icon {
	filter: brightness(0) invert(1);
}

.hwoc--booking .hwoc__variant-badge {
	grid-column: 3;
	grid-row: 1;
	border: 1px solid rgba(229, 176, 140, .48);
	background: rgba(229, 176, 140, .14);
	color: #f4c7a8;
}

.hwoc--booking .hwoc__variant-title {
	grid-column: 2;
	margin: 0;
	color: #fffaf4;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
}

.hwoc--booking .hwoc__variant-description {
	grid-column: 2 / 4;
	margin: 0;
	color: rgba(255, 255, 255, .68);
}

.hwoc--booking .hwoc__variant-meta {
	grid-column: 2 / 4;
	margin: 0;
}

.hwoc--booking .hwoc__variant-meta li {
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .88) !important;
}

.hwoc--booking .hwoc__state--info {
	border-color: rgba(18, 61, 50, .12);
	background: transparent;
	color: #47635a;
}

.hwoc--booking .hwoc__account-ready {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(18, 61, 50, .14);
	border-radius: 16px;
	background: #eaf3ee;
	color: var(--hwoc-ink);
}

.hwoc--booking .hwoc__booking-step-section {
	padding: 24px 0;
	border-top: 1px solid rgba(18, 61, 50, .12);
}

.hwoc--booking .hwoc__account-ready + .hwoc__booking-step-section {
	border-top: 0;
	padding-top: 8px;
}

.hwoc--booking .hwoc__booking-form > .hwoc__booking-step-section:first-child {
	margin-top: 4px;
}

.hwoc--booking .hwoc__booking-step-title {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 16px;
}

.hwoc--booking .hwoc__booking-step-title > div {
	min-width: 0;
}

.hwoc--booking .hwoc__booking-step-title h3 {
	margin: 0;
	color: var(--hwoc-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.55rem, 2.6vw, 2rem) !important;
	font-weight: 650;
	line-height: 1.1;
}

.hwoc--booking .hwoc__booking-step-title p {
	margin: 4px 0 0;
	color: #587067;
	font-size: .92rem;
	line-height: 1.5;
}

.hwoc--booking .hwoc__booking-step-title p strong {
	color: var(--hwoc-ink);
}

.hwoc--booking .hwoc__account-ready .hwoc__icon {
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	margin-top: 2px;
}

.hwoc--booking .hwoc__account-ready strong,
.hwoc--booking .hwoc__account-ready span {
	display: block;
}

.hwoc--booking .hwoc__account-ready span {
	margin-top: 3px;
	color: #516b62;
	font-size: .9rem;
	line-height: 1.5;
}

.hwoc--booking .hwoc__state--info.is-success {
	border-color: rgba(185, 111, 75, .24);
	background: #fff8f1;
	color: #68452f;
}

.hwoc--booking .hwoc__slot-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0 22px;
}

.hwoc--booking .hwoc__slot {
	display: grid;
	width: 100%;
	gap: 6px;
	padding: 22px 24px;
	text-align: left;
	border: 1px solid rgba(185, 111, 75, .42);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(185, 111, 75, .12), rgba(255, 255, 255, .92));
	color: var(--hwoc-ink);
	cursor: pointer;
}

.hwoc--booking .hwoc__slot span {
	color: var(--hwoc-copper);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hwoc--booking .hwoc__slot strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 650;
	line-height: 1.1;
}

.hwoc--booking .hwoc__slot.is-active {
	border-color: var(--hwoc-copper);
	background:
		linear-gradient(135deg, rgba(218, 151, 113, .20), rgba(255, 254, 250, .96));
	box-shadow: 0 0 0 3px rgba(185, 111, 75, .14), 0 14px 30px rgba(90, 54, 35, .09);
}

.hwoc--booking .hwoc__booking-form {
	gap: 16px;
}

.hwoc--booking .hwoc__booking-form .hwoc__field + .hwoc__field {
	margin-top: 14px;
}

.hwoc--booking .hwoc__booking-form .hwoc__field label > span {
	display: block;
	margin-bottom: 7px;
	color: var(--hwoc-ink);
	font-weight: 750;
}

.hwoc--booking .hwoc__booking-form .hwoc__field label > span small {
	color: #6b7f78;
	font-size: .82rem;
	font-weight: 600;
}

.hwoc--booking .hwoc__booking-form :is(input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea) {
	width: 100%;
	border: 1px solid rgba(18, 61, 50, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .88);
	box-shadow: inset 0 1px 2px rgba(8, 35, 28, .025);
}

.hwoc--booking .hwoc__booking-form :is(input, select, textarea):focus {
	border-color: var(--hwoc-copper);
	box-shadow: 0 0 0 4px rgba(185, 111, 75, .12);
	outline: 0;
}

.hwoc--booking .hwoc__check {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start !important;
	gap: 11px !important;
	padding: 14px 16px;
	border: 1px solid rgba(18, 61, 50, .10);
	border-radius: 13px;
	background: rgba(255, 255, 255, .72);
	color: #29483e;
	font-size: .91rem;
	line-height: 1.55;
	cursor: pointer;
}

.hwoc--booking .hwoc__check input {
	display: block !important;
	flex: 0 0 20px !important;
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	margin: 2px 0 0 !important;
	accent-color: var(--hwoc-copper);
}

.hwoc--booking .hwoc__check-copy {
	display: block;
	min-width: 0;
}

.hwoc--booking .hwoc__check-copy a {
	color: #174f40;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.hwoc--booking .hwoc__consents {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}

.hwoc--booking .hwoc__consents legend {
	margin-bottom: 10px;
	color: var(--hwoc-ink);
	font-size: .9rem;
	font-weight: 800;
}

.hwoc--booking .hwoc__prep-actions {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.hwoc--booking .hwoc__prep-actions .hwoc__button--primary {
	width: 100%;
	min-height: 56px;
	padding-inline: 26px;
	background: linear-gradient(135deg, #be7652, #9b4f35) !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(120, 62, 39, .20);
}

.hwoc--booking .hwoc__prep-actions .hwoc__button--primary:disabled {
	border-color: #d8d5cf !important;
	background: #e2e0dc !important;
	color: #77746f !important;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 1;
	transform: none;
}

.hwoc--booking .hwoc__submit-help {
	margin: 0;
	color: #697c75;
	font-size: .84rem;
	line-height: 1.45;
	text-align: center;
}

.hwoc--booking .hwoc__submit-help.is-ready {
	color: #1f684b;
	font-weight: 700;
}

.hwoc--booking > .hwoc__grid:not(.hwoc__grid--services) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 38px;
}

.hwoc--booking > .hwoc__grid:not(.hwoc__grid--services) > .hwoc__card {
	border-color: var(--hwoc-line);
	background: rgba(255, 254, 251, .88);
}

@media (max-width: 980px) {
	.hwoc--booking .hwoc__premium-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hwoc--booking .hwoc__premium-copy {
		padding: 44px 36px 18px;
	}

	.hwoc--booking .hwoc__premium-visual {
		min-height: 360px;
		padding: 0 36px 18px;
	}

	.hwoc--booking .hwoc__premium-visual > img {
		width: min(100%, 430px);
	}

	.hwoc--booking > .hwoc__hero-cards {
		margin: -18px 18px 0;
	}

	.hwoc--booking > .hwoc__cta-row {
		margin-inline: 18px;
	}

	.hwoc--booking .hwoc__grid--services,
	.hwoc--booking > .hwoc__grid:not(.hwoc__grid--services) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.hwoc--booking {
		padding: 18px 14px 56px;
	}

	.hwoc--booking .hwoc__premium-hero {
		border-radius: 26px;
	}

	.hwoc--booking .hwoc__premium-copy {
		padding: 34px 24px 8px;
	}

	.hwoc--booking .hwoc__premium-hero .hwoc__title {
		font-size: clamp(2.75rem, 15vw, 4rem) !important;
	}

	.hwoc--booking .hwoc__premium-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hwoc--booking .hwoc__premium-actions > span {
		text-align: center;
	}

	.hwoc--booking .hwoc__premium-visual {
		min-height: 310px;
		padding: 0 14px 12px;
	}

	.hwoc--booking .hwoc__premium-seal {
		right: 18px;
		bottom: 22px;
		min-width: 158px;
	}

	.hwoc--booking > .hwoc__hero-cards {
		grid-template-columns: 1fr;
		margin: -8px 10px 0;
	}

	.hwoc--booking > .hwoc__hero-cards .hwoc__hero-card {
		min-height: 0;
	}

	.hwoc--booking > .hwoc__cta-row {
		margin-inline: 10px;
	}

	.hwoc--booking .hwoc__section-heading {
		margin-top: 56px;
	}

	.hwoc--booking .hwoc__grid--services,
	.hwoc--booking > .hwoc__grid:not(.hwoc__grid--services) {
		grid-template-columns: 1fr;
	}

	.hwoc--booking .hwoc__card--service {
		min-height: 0;
	}

	.hwoc--booking .hwoc__booking-workflow {
		padding: 18px 14px;
		border-radius: 24px;
	}

	.hwoc--booking .hwoc__booking-steps {
		gap: 6px;
	}

	.hwoc--booking .hwoc__booking-steps li {
		flex-direction: column;
		gap: 6px;
		padding: 10px 6px;
		text-align: center;
	}

	.hwoc--booking .hwoc__booking-steps strong {
		font-size: .74rem;
		white-space: normal;
	}

	.hwoc--booking .hwoc__booking-summary {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.hwoc--booking .hwoc__booking-summary-price {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.hwoc--booking .hwoc__booking-workflow > .hwoc__booking-root {
		padding: 18px 14px;
	}

	.hwoc--booking .hwoc__booking-step-section {
		padding-block: 20px;
	}

	.hwoc--booking .hwoc__booking-step-title h3 {
		font-size: 1.55rem !important;
	}

	.hwoc--booking .hwoc__check {
		padding: 12px;
		font-size: .88rem;
	}

	.hwoc--booking .hwoc__variant {
		grid-template-columns: auto 1fr;
		padding: 18px;
	}

	.hwoc--booking .hwoc__variant-badge {
		grid-column: 2;
		grid-row: 1;
		justify-self: start;
	}

	.hwoc--booking .hwoc__variant-description,
	.hwoc--booking .hwoc__variant-meta {
		grid-column: 1 / -1;
	}

	.hwoc--booking .hwoc__slot {
		padding: 18px;
	}

	.hwoc--booking .hwoc__slot-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.hwoc--booking .hwoc__premium-copy {
		animation: hwoc-premium-rise .72s cubic-bezier(.2, .7, .2, 1) both;
	}

	.hwoc--booking .hwoc__premium-visual {
		animation: hwoc-premium-visual .85s .08s cubic-bezier(.2, .7, .2, 1) both;
	}

	@keyframes hwoc-premium-rise {
		from { opacity: 0; transform: translateY(20px); }
		to { opacity: 1; transform: translateY(0); }
	}

	@keyframes hwoc-premium-visual {
		from { opacity: 0; transform: translateX(24px) scale(.97); }
		to { opacity: 1; transform: translateX(0) scale(1); }
	}
}

@media (prefers-reduced-motion: reduce) {
	.hwoc--booking *,
	.hwoc--booking *::before,
	.hwoc--booking *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
