.star-cf-embed,
.star-cf-modal__content {
	--star-cf-accent: #d70000;
	--star-cf-accent-strong: #8f1118;
	--star-cf-accent-soft: rgba(215, 0, 0, 0.18);
	--star-cf-signal: rgba(215, 0, 0, 0.22);
	--star-cf-brand-blue: #2d5da8;
	--star-cf-bg: #071734;
	--star-cf-bg-strong: #0d234d;
	--star-cf-bg-soft: #143163;
	--star-cf-surface: rgba(255, 255, 255, 0.12);
	--star-cf-surface-strong: rgba(255, 255, 255, 0.22);
	--star-cf-surface-card: rgba(248, 251, 255, 0.96);
	--star-cf-surface-card-soft: rgba(235, 243, 251, 0.9);
	--star-cf-ink: #0f2248;
	--star-cf-ink-inverse: #eff4ff;
	--star-cf-muted: rgba(226, 235, 251, 0.74);
	--star-cf-line: rgba(193, 210, 241, 0.16);
	--star-cf-line-strong: rgba(255, 255, 255, 0.28);
	--star-cf-shadow: 0 30px 90px rgba(1, 20, 60, 0.28);
	--star-cf-shell-width: 1120px;
	--star-cf-module-min-height: 690px;
	--star-cf-workspace-min-height: 430px;
	color: var(--star-cf-ink-inverse);
}

.star-cf-embed {
	display: block;
	margin: clamp(28px, 4vw, 46px) auto clamp(42px, 5vw, 64px);
	width: min(100%, 1280px);
}

.star-cf-conversation {
	background:
		radial-gradient(circle at top right, rgba(79, 119, 214, 0.16), transparent 28%),
		radial-gradient(circle at 12% 0%, rgba(206, 0, 8, 0.14), transparent 20%),
		linear-gradient(160deg, rgba(8, 23, 56, 0.98) 0%, rgba(16, 39, 88, 0.95) 52%, rgba(22, 50, 108, 0.92) 100%);
	border: 1px solid var(--star-cf-line);
	border-radius: 30px;
	box-shadow: var(--star-cf-shadow);
	display: flex;
	flex-direction: column;
	min-height: var(--star-cf-module-min-height);
	overflow: hidden;
	position: relative;
}

.star-cf-conversation::before {
	content: "";
	inset: 0;
	position: absolute;
	pointer-events: none;
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.09), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
}

.star-cf-conversation--loading {
	align-items: flex-start;
	justify-content: space-between;
	padding: 28px;
}

.star-cf-conversation--success {
	min-height: auto;
}

.star-cf-conversation__header,
.star-cf-conversation__workspace,
.star-cf-conversation__stage,
.star-cf-conversation__composer {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: min(100%, var(--star-cf-shell-width));
	z-index: 1;
}

.star-cf-conversation__header {
	max-width: none;
	padding: 30px 42px 14px;
}

.star-cf-brand {
	align-items: center;
	display: inline-flex;
	gap: 14px;
	margin-bottom: 18px;
}

.star-cf-brand__logo-shell {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 255, 0.92));
	border: 1px solid rgba(213, 223, 244, 0.92);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(10, 25, 58, 0.12);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	padding: 10px 14px;
	min-width: 86px;
}

.star-cf-brand__logo {
	display: block;
	height: auto;
	max-height: 34px;
	max-width: 132px;
	width: auto;
}

.star-cf-brand__mark {
	color: var(--star-cf-ink);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

.star-cf-brand__copy {
	display: grid;
	gap: 4px;
}

.star-cf-brand__eyebrow {
	color: rgba(227, 236, 252, 0.72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.star-cf-brand__name {
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.star-cf-conversation__title {
	color: #ffffff;
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 12ch;
	text-wrap: balance;
}

.star-cf-conversation__lede {
	color: var(--star-cf-muted);
	font-size: clamp(1rem, 1.35vw, 1.08rem);
	line-height: 1.72;
	margin: 0;
	max-width: 48ch;
	text-wrap: pretty;
}

.star-cf-conversation__header--compact {
	max-width: none;
	padding-bottom: 0;
}

.star-cf-conversation__header--compact .star-cf-conversation__title {
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-bottom: 6px;
	max-width: 20ch;
}

.star-cf-conversation__header--compact .star-cf-conversation__lede {
	color: rgba(226, 235, 251, 0.68);
	font-size: 0.98rem;
	line-height: 1.65;
	max-width: 58ch;
}

.star-cf-conversation__header--compact .star-cf-brand {
	margin-bottom: 14px;
}

.star-cf-conversation--success .star-cf-conversation__header {
	padding-bottom: 12px;
}

.star-cf-conversation__stage {
	display: flex;
	flex: 0 0 auto;
	padding: 8px 42px 0;
}

.star-cf-conversation__workspace {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		linear-gradient(145deg, rgba(9, 24, 60, 0.28), rgba(18, 38, 86, 0.16));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	display: grid;
	grid-template-rows: auto 1fr;
	margin-bottom: 40px;
	min-height: var(--star-cf-workspace-min-height);
	padding: 18px 0 18px;
}

.star-cf-conversation__viewport {
	align-content: start;
	display: grid;
	flex: 1;
	gap: 14px;
	grid-auto-rows: max-content;
	margin: 0 auto;
	max-width: 860px;
	overflow: visible;
	padding: 0;
	scroll-behavior: smooth;
	width: 100%;
}

.star-cf-message {
	display: flex;
	transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.star-cf-message--assistant {
	justify-content: flex-start;
}

.star-cf-message--user {
	justify-content: flex-end;
}

.star-cf-message--settled {
	opacity: 0.84;
	transform: translateY(-2px) scale(0.992);
}

.star-cf-message--faded {
	filter: saturate(0.82);
	opacity: 0.48;
	transform: translateY(-8px) scale(0.972);
}

.star-cf-message__bubble {
	border-radius: 24px;
	max-width: min(100%, 620px);
	padding: 18px 20px;
	position: relative;
}

.star-cf-message--assistant .star-cf-message__bubble {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 255, 0.94));
	border: 1px solid rgba(213, 224, 244, 0.94);
	border-bottom-left-radius: 12px;
	box-shadow: 0 18px 48px rgba(7, 18, 43, 0.14);
	color: var(--star-cf-ink);
}

.star-cf-message--user .star-cf-message__bubble {
	background: linear-gradient(145deg, rgba(18, 42, 99, 0.94), rgba(26, 61, 132, 0.9));
	border: 1px solid rgba(177, 197, 239, 0.2);
	border-bottom-right-radius: 12px;
	box-shadow: 0 16px 40px rgba(5, 14, 34, 0.2);
	color: #ffffff;
}

.star-cf-message__text {
	font-size: 17px;
	hyphens: auto;
	line-height: 1.5;
	margin: 0;
	white-space: pre-wrap;
	word-break: normal;
	text-wrap: pretty;
}

.star-cf-message__text--typing::after {
	animation: star-cf-caret 0.9s step-end infinite;
	content: "";
	display: inline-block;
	width: 9px;
	height: 1.1em;
	margin-left: 3px;
	border-radius: 99px;
	background: currentColor;
	opacity: 0.8;
	vertical-align: text-bottom;
}

@keyframes star-cf-caret {
	0%,
	48% {
		opacity: 0.9;
	}

	49%,
	100% {
		opacity: 0.12;
	}
}

.star-cf-message__edit {
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	color: inherit;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
	padding: 10px 0 0;
}

.star-cf-message--assistant .star-cf-message__edit {
	border-top-color: rgba(15, 34, 72, 0.12);
}

.star-cf-conversation__composer {
	background:
		linear-gradient(180deg, rgba(7, 23, 52, 0), rgba(7, 23, 52, 0.16) 18%, rgba(7, 23, 52, 0.34) 100%);
	padding: 22px 42px 30px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.star-cf-conversation__composer--waiting {
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

.star-cf-composer {
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
}

.star-cf-composer--choices {
	align-content: start;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	max-width: 920px;
}

	.star-cf-composer--assessment {
		max-width: 100%;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment {
		gap: 16px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(243, 248, 255, 0.7));
		border: 1px solid rgba(193, 209, 238, 0.72);
		border-radius: 28px;
		box-shadow: 0 18px 48px rgba(16, 36, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.76);
		color: var(--star-cf-ink);
		padding: clamp(14px, 2vw, 20px);
	}

.star-cf-examples {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 2px;
	min-width: 0;
}

.star-cf-examples__label {
	color: #607398;
	flex-basis: 100%;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.star-cf-example {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.9));
	border: 1px solid rgba(213, 223, 244, 0.92);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(16, 36, 73, 0.08);
	color: var(--star-cf-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 9px 13px;
	text-align: center;
	transition: border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.star-cf-example:hover,
.star-cf-example:focus-visible {
	background: #ffffff;
	border-color: rgba(79, 119, 214, 0.42);
	box-shadow: 0 14px 32px rgba(16, 36, 73, 0.12);
	outline: none;
	transform: translateY(-1px);
}

.star-cf-example:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-examples {
	gap: 9px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-examples__label {
	color: #2f62b8;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-example {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.92));
	border-color: rgba(191, 207, 238, 0.95);
	box-shadow: 0 10px 26px rgba(16, 36, 73, 0.08);
	color: #0b2558;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-example:hover,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-example:focus-visible {
	background: #ffffff;
	border-color: rgba(47, 98, 184, 0.42);
	box-shadow: 0 14px 32px rgba(16, 36, 73, 0.12);
	color: #071734;
}

.star-cf-choice-list--assessment {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.star-cf-composer__row {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.star-cf-choice {
	align-items: flex-start;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.86));
	backdrop-filter: blur(14px) saturate(130%);
	-webkit-backdrop-filter: blur(14px) saturate(130%);
	border: 1px solid rgba(213, 223, 244, 0.92);
	border-radius: 24px;
	box-shadow: 0 20px 54px rgba(16, 36, 73, 0.1);
	color: var(--star-cf-ink);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	min-height: 118px;
	justify-content: center;
	padding: 20px 20px;
	text-align: left;
	transition: border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.star-cf-choice:hover,
.star-cf-choice:focus-visible {
	border-color: rgba(79, 119, 214, 0.4);
	box-shadow: 0 26px 64px rgba(16, 36, 73, 0.14);
	outline: none;
	transform: translateY(-1px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 255, 0.92));
}

.star-cf-choice:disabled,
.star-cf-action:disabled,
.star-cf-input:disabled,
.star-cf-upload__input:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.star-cf-choice:disabled:hover,
.star-cf-choice:disabled:focus-visible,
.star-cf-action:disabled:hover,
.star-cf-action:disabled:focus-visible {
	box-shadow: none;
	transform: none;
}

.star-cf-choice__label {
	color: var(--star-cf-ink);
	font-size: 1.03rem;
	font-weight: 700;
	letter-spacing: -0.012em;
	line-height: 1.28;
	text-wrap: balance;
}

.star-cf-choice__description {
	color: #5d6f94;
	font-size: 13px;
	line-height: 1.55;
	text-wrap: pretty;
}

.star-cf-choice--compact {
	min-height: 92px;
	padding: 16px 18px;
}

.star-cf-choice--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-style: dashed;
	color: var(--star-cf-ink-inverse);
	min-height: 72px;
}

.star-cf-choice--ghost .star-cf-choice__label {
	color: var(--star-cf-ink-inverse);
}

	.star-cf-input--assessment {
		min-height: 156px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-input--assessment {
		border-radius: 24px;
		font-size: clamp(1rem, 1.6vw, 1.14rem);
		line-height: 1.55;
		min-height: 82px;
		padding: 20px 22px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-choice-list--assessment {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-choice--compact {
		min-height: 68px;
	}

.star-cf-input,
.star-cf-upload,
.star-cf-multi__option,
.star-cf-summary li {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.94));
	backdrop-filter: blur(12px) saturate(130%);
	-webkit-backdrop-filter: blur(12px) saturate(130%);
	border: 1px solid rgba(213, 223, 244, 0.92);
	box-shadow: 0 18px 44px rgba(16, 36, 73, 0.08);
	color: var(--star-cf-ink);
}

.star-cf-input {
	border-radius: 18px;
	box-sizing: border-box;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	min-height: 56px;
	padding: 16px 18px;
	width: 100%;
}

.star-cf-input::placeholder {
	color: #8b9bb8;
	opacity: 1;
}

.star-cf-input:focus-visible {
	border-color: rgba(79, 119, 214, 0.42);
	box-shadow: 0 0 0 4px rgba(79, 119, 214, 0.12), 0 18px 44px rgba(16, 36, 73, 0.1);
	outline: none;
}

textarea.star-cf-input {
	min-height: 132px;
	resize: vertical;
}

.star-cf-composer__actions,
.star-cf-conversation__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.star-cf-booking-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.95));
	-webkit-backdrop-filter: blur(16px) saturate(132%);
	backdrop-filter: blur(16px) saturate(132%);
	border: 1px solid rgba(213, 223, 244, 0.94);
	border-radius: 28px;
	box-shadow: 0 22px 54px rgba(10, 29, 67, 0.14);
	color: var(--star-cf-ink);
	display: grid;
	gap: 10px;
	margin-top: 22px;
	padding: clamp(20px, 3vw, 30px);
	width: 100%;
}

.star-cf-booking-panel__eyebrow {
	color: #2f62b8;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.star-cf-booking-panel__title {
	color: #0b2558;
	font-size: clamp(1.35rem, 3vw, 2.1rem);
	line-height: 1.1;
	margin: 0;
}

.star-cf-booking-panel__text {
	color: #50627f;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.star-cf-booking-panel__note {
	align-items: center;
	background: rgba(47, 98, 184, 0.08);
	border: 1px solid rgba(47, 98, 184, 0.16);
	border-radius: 18px;
	color: #16346e;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 4px 0 0;
	max-width: 760px;
	padding: 10px 14px;
}

.star-cf-booking-panel__inline {
	display: grid;
	gap: 16px;
	margin-top: 10px;
	min-width: 0;
	width: 100%;
}

.star-cf-booking-panel__inline > *,
.star-cf-booking-target--inline {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.star-cf-booking-target--deferred {
	display: none !important;
}

.star-cf-booking-panel .star-appointments,
.star-cf-booking-panel .jm-appointments,
.star-cf-booking-panel [data-jma-booking],
.star-cf-booking-panel [data-star-appointments] {
	max-width: 100%;
	width: 100%;
}

.star-cf-action {
	align-items: center;
	background: linear-gradient(90deg, #ce0008 0%, #6b85df 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(39, 63, 132, 0.22);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 15px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.star-cf-action--inline {
	align-self: stretch;
	min-width: 146px;
}

.star-cf-conversation--page-company_home_v1 .star-cf-conversation__workspace,
.star-cf-conversation--page-starpol_home_test_v1 .star-cf-conversation__workspace {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	min-height: auto;
	padding: 0;
}

.star-cf-conversation--page-company_home_v1 .star-cf-conversation__stage,
.star-cf-conversation--page-starpol_home_test_v1 .star-cf-conversation__stage {
	padding-top: 8px;
}

.star-cf-conversation--page-company_home_v1 .star-cf-conversation__composer,
.star-cf-conversation--page-starpol_home_test_v1 .star-cf-conversation__composer {
	padding-top: 18px;
}

/* Light, compact embedded journey used inside the company-home navigator. */
.star-cf-conversation--page-company_home_guided_v2 {
	--star-cf-accent: #b42318;
	--star-cf-accent-strong: #8d1c14;
	--star-cf-accent-soft: rgba(180, 35, 24, 0.12);
	--star-cf-focus: #005fcc;
	--star-cf-bg: #ffffff;
	--star-cf-bg-strong: #f3f6f7;
	--star-cf-bg-soft: #edf2f4;
	--star-cf-surface-card: #ffffff;
	--star-cf-surface-card-soft: #f3f6f7;
	--star-cf-ink: #101f2b;
	--star-cf-ink-inverse: #101f2b;
	--star-cf-muted: #516775;
	--star-cf-line: rgba(16, 31, 43, 0.12);
	--star-cf-line-strong: rgba(16, 31, 43, 0.18);
	--star-cf-shadow: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--star-cf-ink);
	min-height: 0;
	overflow: visible;
}

.star-cf-conversation--page-company_home_guided_v2::before,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__header {
	display: none;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__workspace {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-height: 0;
	padding: 0;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__stage,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__composer {
	padding: 0;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__composer {
	margin-top: 14px;
	background: transparent;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__viewport,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-composer {
	max-width: none;
	min-width: 0;
	width: 100%;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-composer--choices {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-message--assistant .star-cf-message__bubble {
	background: #f3f6f7;
	border-color: rgba(16, 31, 43, 0.1);
	box-shadow: none;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-message--user .star-cf-message__bubble {
	background: #101f2b;
	border-color: #101f2b;
	box-shadow: none;
	color: #fff;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice {
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	min-height: 82px;
	padding: 15px 17px;
	border-color: rgba(16, 31, 43, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice:hover,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice:focus-visible {
	border-color: rgba(180, 35, 24, 0.6);
	background: #fff;
	box-shadow: 0 12px 28px rgba(16, 31, 43, 0.1);
}

.star-cf-conversation--page-company_home_guided_v2 :where(button, a, input, textarea, select):focus-visible {
	outline: 3px solid var(--star-cf-focus);
	outline-offset: 3px;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice__label,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-review,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-summary__value {
	color: var(--star-cf-ink);
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice__description,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-summary__label,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-upload__label {
	color: var(--star-cf-muted);
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice__label,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice__description {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.star-cf-conversation--page-company_home_guided_v2 :where(h1, h2, h3, h4, button, a, strong, label) {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-input,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-upload,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-multi__option,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-summary li {
	border-color: rgba(16, 31, 43, 0.12);
	background: #fff;
	box-shadow: none;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-action {
	background: var(--star-cf-accent);
	box-shadow: none;
	color: #fff !important;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-action:hover,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-action:focus-visible,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-action:visited,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-action:active {
	background: var(--star-cf-accent-strong);
	color: #fff !important;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 2px;
	color: #284957;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	letter-spacing: normal;
	text-transform: none;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action:hover,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action:focus,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action:focus-visible,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #101f2b !important;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-link-action:focus-visible {
	outline: 3px solid var(--star-cf-focus) !important;
	outline-offset: 3px;
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__status {
	color: #526b78;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.star-cf-conversation--page-company_home_guided_v2 .star-cf-composer--choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.star-cf-conversation--page-company_home_guided_v2 .star-cf-composer--choices {
		grid-template-columns: minmax(0, 1fr);
	}
}

.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice--ghost,
.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice--ghost .star-cf-choice__label {
	color: var(--star-cf-ink);
}

/* Embedded visit-selection flow: keep it as one conversation, not a page inside a page. */
.star-cf-conversation--page-appointment_guidance_search_first {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 0;
	overflow: visible;
}

.star-cf-conversation--page-appointment_guidance_search_first::before,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__header {
	display: none;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__workspace {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
	min-height: 0;
	padding: 0;
	width: min(100%, 1120px);
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__stage,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__composer {
	padding: 0;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__composer {
	background: transparent;
	margin-top: 14px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__viewport,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-review,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel {
	max-width: none;
	min-width: 0;
	width: 100%;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--review {
	display: grid;
	gap: 18px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--review .star-cf-composer__actions {
	margin-top: 2px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(174, 197, 238, 0.75);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(5, 20, 54, 0.22);
	color: #081b44;
	display: grid;
	gap: 16px;
	margin-top: 28px;
	padding: clamp(24px, 3.4vw, 38px);
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__eyebrow {
	color: #3168c8;
	letter-spacing: 0.16em;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__title {
	color: #071b45;
	font-size: clamp(30px, 3.1vw, 46px);
	line-height: 1.05;
	margin: 0;
	max-width: 860px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__text,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__note {
	color: #51627c;
	margin: 0;
	max-width: 760px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__inline {
	background: #ffffff;
	border: 1px solid rgba(174, 197, 238, 0.8);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(5, 20, 54, 0.12);
	margin-top: 22px;
	overflow: hidden;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance {
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(174, 197, 238, 0.68);
	border-radius: 26px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 42px rgba(5, 20, 54, 0.08);
	margin: 0 0 24px;
	padding: clamp(18px, 2.4vw, 26px);
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance--techniques {
	margin-top: 4px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__header {
	max-width: 760px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__label {
	color: #3168c8;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__header h3 {
	color: #071b45;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.02;
	margin: 0;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__header p:not(.star-cf-guidance__label) {
	color: #51627c;
	margin: 10px 0 0;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__grid--compact {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__card {
	background: linear-gradient(135deg, #f7fbff 0%, #eaf2ff 100%);
	border: 1px solid rgba(49, 104, 200, 0.18);
	border-radius: 20px;
	color: #081b44 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 136px;
	padding: 18px 54px 18px 18px;
	position: relative;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__card:hover,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__card:focus-visible {
	border-color: rgba(49, 104, 200, 0.38);
	box-shadow: 0 18px 34px rgba(5, 20, 54, 0.14);
	outline: none;
	transform: translateY(-2px);
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__eyebrow {
	color: #3168c8;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__title {
	color: #071b45 !important;
	font-size: 1.08rem;
	line-height: 1.15;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__description {
	color: #51627c;
	font-size: 0.94rem;
	line-height: 1.45;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__arrow {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(49, 104, 200, 0.22);
	border-radius: 999px;
	color: #3168c8;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 30px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-action {
	color: #ffffff !important;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-link-action {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 2px;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	letter-spacing: normal;
	text-transform: none;
}

@media (max-width: 760px) {
	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__workspace {
		width: 100%;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel {
		border-radius: 22px;
		margin-top: 20px;
		padding: 18px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance {
		border-radius: 20px;
		padding: 16px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance__grid {
		grid-template-columns: 1fr;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-guidance--techniques {
		margin-top: 0;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__inline {
		border-radius: 18px;
		margin-left: 0;
		margin-right: 0;
	}
}

.star-cf-conversation--page-appointment_guidance_search_first :where(h1, h2, h3, h4, button, a, strong, label) {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.star-cf-conversation--page-appointment_guidance_search_first,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__workspace,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__stage,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__composer,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__viewport {
	color: #071b45;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__viewport {
	display: grid;
	gap: 14px;
	margin: 0 auto;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 247, 255, 0.94));
	border: 1px solid rgba(174, 197, 238, 0.72);
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(5, 20, 54, 0.13);
	color: #071b45;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: space-between;
	padding: 14px 18px;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__label {
	color: #3168c8;
	flex: 0 0 100%;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__text {
	color: #51627c;
	flex: 1 1 420px;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.45;
	margin: 0;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__text strong {
	color: #071b45 !important;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__edit {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(49, 104, 200, 0.24);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(5, 20, 54, 0.08);
	color: #0a3176 !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 9px 16px;
	text-decoration: none;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__edit:hover,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__edit:focus-visible {
	background: #f4f8ff;
	border-color: rgba(49, 104, 200, 0.42);
	outline: none;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] {
	background:
		radial-gradient(circle at 18% 0%, rgba(111, 148, 230, 0.16), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.94));
	border-color: rgba(174, 197, 238, 0.78);
	box-shadow: 0 22px 56px rgba(5, 20, 54, 0.16);
	color: #071b45;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-field-label,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-composer__label {
	color: #3168c8;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-input--assessment {
	background: #ffffff;
	border-color: rgba(174, 197, 238, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 36px rgba(5, 20, 54, 0.08);
	color: #071b45;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-input--assessment::placeholder {
	color: #6d7d99;
	opacity: 1;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-composer__hint,
.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--assessment[data-star-cf-step="appointment_search"] .star-cf-field-hint {
	color: #51627c;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-composer--booking-only {
	gap: 0;
}

.star-cf-conversation--page-appointment_guidance_search_first .star-cf-booking-panel__title {
	font-size: clamp(30px, 3.1vw, 46px);
	line-height: 1.05;
}

@media (max-width: 760px) {
	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context {
		align-items: stretch;
		border-radius: 18px;
		padding: 13px 14px;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__text,
	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__edit {
		flex-basis: 100%;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-mini-context__edit {
		width: 100%;
	}
}

.star-cf-action:hover,
.star-cf-action:focus-visible {
	box-shadow: 0 20px 44px rgba(39, 63, 132, 0.28);
	outline: none;
}

.star-cf-action--link {
	min-width: 220px;
	color: #ffffff;
}

.star-cf-action--link:visited,
.star-cf-action--link:hover,
.star-cf-action--link:focus-visible,
.star-cf-action--link:active {
	color: #ffffff;
}

.star-cf-action--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: none;
	color: #ffffff;
}

.star-cf-action--ghost:hover,
.star-cf-action--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.star-cf-conversation__secondary-actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.star-cf-link-action {
	background: transparent;
	border: 0;
	color: rgba(226, 235, 251, 0.86);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.star-cf-link-action:hover,
.star-cf-link-action:focus-visible {
	color: #ffffff;
	outline: none;
}

.star-cf-conversation__link {
	color: rgba(227, 236, 252, 0.82);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.star-cf-conversation__status,
.star-cf-conversation__error {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	min-height: 1.3em;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	width: 100%;
}

.star-cf-conversation__status {
	color: rgba(223, 234, 252, 0.66);
}

.star-cf-conversation__error {
	color: #ffd8dc;
	font-weight: 700;
}

.star-cf-consent {
	align-items: flex-start;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.94));
	border: 1px solid rgba(213, 223, 244, 0.92);
	box-shadow: 0 18px 44px rgba(16, 36, 73, 0.08);
	color: var(--star-cf-ink);
	border-radius: 22px;
	display: flex;
	gap: 12px;
	padding: 18px 18px;
}

.star-cf-consent input {
	margin-top: 4px;
}

.star-cf-multi {
	display: grid;
	gap: 10px;
}

.star-cf-multi__option {
	align-items: center;
	border-radius: 16px;
	display: flex;
	gap: 10px;
	padding: 14px 14px;
}

.star-cf-upload {
	border-radius: 20px;
	display: block;
	padding: 16px 16px;
}

.star-cf-upload__label {
	color: #4f6288;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.star-cf-upload__input {
	width: 100%;
}

.star-cf-uploaded-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.star-cf-uploaded-list li {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(211, 221, 242, 0.92);
	border-radius: 14px;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 12px;
}

.star-cf-uploaded-list span {
	color: #66789d;
	font-weight: 500;
}

.star-cf-review {
	display: grid;
	gap: 12px;
}

.star-cf-review__eyebrow {
	color: rgba(226, 235, 251, 0.74);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.star-cf-summary {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.star-cf-summary li {
	border-radius: 22px;
	display: grid;
	gap: 6px;
	padding: 16px 16px;
}

.star-cf-summary__label {
	color: #7d8ca9;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.star-cf-summary__value {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--star-cf-ink);
}

.star-cf-conversation__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 24px 18px;
}

.star-cf-conversation__meta span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	padding: 8px 12px;
}

.star-cf-conversation__meta--success {
	padding: 0;
}

.star-cf-success {
	padding: 0 42px 40px;
	position: relative;
	z-index: 1;
}

.star-cf-success__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.star-cf-success__card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07)),
		linear-gradient(145deg, rgba(15, 37, 84, 0.48), rgba(24, 54, 117, 0.36));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 26px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	padding: 24px;
}

.star-cf-success__label {
	color: rgba(226, 235, 251, 0.72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.star-cf-success__reference {
	color: #ffffff;
	font-size: clamp(1.5rem, 2.8vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0 0 18px;
	word-break: break-word;
}

.star-cf-success__body {
	color: var(--star-cf-muted);
	font-size: 15px;
	line-height: 1.72;
	margin: 0;
	max-width: 30ch;
}

.star-cf-success__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 22px;
}

.star-cf-modal[hidden] {
	display: none;
}

.star-cf-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.star-cf-modal__backdrop {
	background: rgba(4, 12, 28, 0.56);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	inset: 0;
	position: absolute;
}

.star-cf-modal__panel {
	inset: 0 0 0 auto;
	max-width: 780px;
	padding: 18px;
	position: absolute;
	width: min(100%, 780px);
}

.star-cf-modal__content {
	height: 100%;
	overflow: auto;
}

.star-cf-modal__close {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	height: 44px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 44px;
	z-index: 5;
}

.star-cf-modal-open {
	overflow: hidden;
}

@media (max-width: 920px) {
	.star-cf-conversation {
		min-height: 100%;
	}

	.star-cf-embed {
		margin-top: 24px;
		margin-bottom: 42px;
	}

	.star-cf-conversation__title {
		max-width: none;
	}

	.star-cf-conversation__header,
	.star-cf-conversation__workspace,
	.star-cf-conversation__stage,
	.star-cf-conversation__composer {
		padding-left: 22px;
		padding-right: 22px;
	}

	.star-cf-conversation__workspace {
		min-height: 380px;
		padding-left: 0;
		padding-right: 0;
	}

	.star-cf-success {
		padding-left: 22px;
		padding-right: 22px;
		padding-bottom: 28px;
	}

	.star-cf-success__grid {
		grid-template-columns: 1fr;
	}

	.star-cf-conversation__title {
		max-width: 14ch;
	}

	.star-cf-composer--choices {
		grid-template-columns: 1fr;
	}

	.star-cf-modal__panel {
		inset: auto 0 0 0;
		max-width: none;
		padding: 0;
		width: 100%;
	}

	.star-cf-modal__content .star-cf-conversation {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		min-height: min(90vh, 960px);
	}

	.star-cf-modal__close {
		right: 18px;
		top: 18px;
	}
}

@media (max-width: 640px) {
	.star-cf-embed {
		margin-top: 18px;
		margin-bottom: 28px;
	}

	.star-cf-examples {
		gap: 7px;
	}

	.star-cf-example {
		flex: 1 1 auto;
		font-size: 12px;
		min-height: 40px;
		padding: 9px 10px;
	}

	.star-cf-conversation {
		border-radius: 24px;
		min-height: 82vh;
	}

	.star-cf-conversation__header {
		padding-top: 22px;
		padding-bottom: 8px;
	}

	.star-cf-brand {
		align-items: flex-start;
		gap: 12px;
	}

	.star-cf-brand__logo-shell {
		border-radius: 16px;
		height: 52px;
		min-width: 74px;
		padding: 8px 12px;
	}

	.star-cf-brand__logo {
		max-height: 30px;
		max-width: 112px;
	}

	.star-cf-conversation__title {
		font-size: clamp(2rem, 8vw, 2.35rem);
	}

	.star-cf-action--link {
		min-width: 0;
		width: 100%;
	}

	.star-cf-conversation__stage {
		padding: 8px 18px 0;
	}

	.star-cf-conversation__workspace {
		border-radius: 26px;
		margin-bottom: 18px;
		min-height: 0;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.star-cf-conversation__viewport {
		gap: 10px;
		padding: 2px 0 0;
	}

	.star-cf-conversation__composer {
		padding-top: 16px;
		padding-bottom: 18px;
	}

	.star-cf-success__card {
		padding: 20px;
	}

	.star-cf-message__bubble {
		max-width: 96%;
		padding: 16px 16px;
	}

	.star-cf-message__text {
		font-size: 16px;
	}

	.star-cf-composer__row {
		grid-template-columns: 1fr;
	}

	.star-cf-action--inline {
		min-width: 0;
	}

	.star-cf-choice {
		min-height: 96px;
		padding: 16px;
	}

	.star-cf-conversation--page-company_home_guided_v2 {
		min-height: 0;
		border-radius: 0;
	}

	.star-cf-conversation--page-appointment_guidance_search_first {
		min-height: 0;
		border-radius: 0;
	}

	.star-cf-conversation--page-company_home_guided_v2 .star-cf-choice {
		min-height: 76px;
		padding: 13px 14px;
	}

	.star-cf-conversation--page-company_home_guided_v2 .star-cf-conversation__composer {
		padding-bottom: 0;
	}

	.star-cf-conversation--page-appointment_guidance_search_first .star-cf-conversation__composer {
		padding-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.star-cf-conversation *,
	.star-cf-conversation *::before,
	.star-cf-conversation *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.star-cf-conversation :where(button, a, input, textarea, select):focus-visible {
		outline: 3px solid Highlight;
	}
}
