:root {
	--bg: #15100e;
	--bg-2: #211713;
	--panel: rgba(255, 244, 232, 0.06);
	--panel-2: rgba(255, 244, 232, 0.1);
	--ink: #fff2e5;
	--muted: rgba(255, 242, 229, 0.66);
	--faint: rgba(255, 242, 229, 0.4);
	--line: rgba(255, 212, 180, 0.18);
	--line-strong: rgba(255, 116, 82, 0.52);
	--ava: #ff5a3f;
	--ava-2: #ff8a63;
	--sage: #9db48f;
	--shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
	--radius: 10px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	background: var(--bg);
	color-scheme: dark;
}

body {
	min-height: 100%;
	font-family:
		"Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
		system-ui, sans-serif;
	color: var(--ink);
	background:
		linear-gradient(90deg, rgba(255, 90, 63, 0.1) 0 1px, transparent 1px 100%),
		linear-gradient(rgba(255, 212, 180, 0.04) 0 1px, transparent 1px 100%),
		radial-gradient(circle at 76% 44%, rgba(255, 90, 63, 0.2), transparent 28%),
		radial-gradient(circle at 12% 78%, rgba(157, 180, 143, 0.1), transparent 30%),
		linear-gradient(135deg, #0f0c0b 0%, var(--bg) 48%, var(--bg-2) 100%);
	background-size:
		72px 72px,
		72px 72px,
		auto,
		auto,
		auto;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 0 58%, rgba(255, 90, 63, 0.08) 58% 59%, transparent 59%),
		linear-gradient(115deg, transparent 0 68%, rgba(255, 244, 232, 0.07) 68% 68.2%, transparent 68.2%);
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(15, 12, 11, 0.42), transparent 20%, transparent 70%, rgba(15, 12, 11, 0.34)),
		radial-gradient(circle at 50% 50%, transparent 0 56%, rgba(15, 12, 11, 0.34) 100%);
}

.signal-field {
	position: fixed;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.72;
}

button,
input {
	font: inherit;
}

button {
	cursor: pointer;
}

.page {
	position: relative;
	z-index: 1;
	width: min(100%, 1480px);
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	padding: calc(env(safe-area-inset-top) + 20px) 22px
		calc(env(safe-area-inset-bottom) + 26px);
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 7px 10px 7px 7px;
	border: 1px solid var(--line);
	background: rgba(255, 244, 232, 0.055);
	border-radius: var(--radius);
}

.brand__mark {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 90, 63, 0.36);
	background: rgba(255, 90, 63, 0.12);
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.brand__mark svg {
	width: 34px;
	height: 34px;
	fill: var(--ava);
}

.brand__face {
	fill: #fff4ec;
}

.brand__smile {
	stroke: var(--ava);
	stroke-width: 3.4;
}

.brand__text {
	font-size: 19px;
	font-weight: 850;
}

.invite-tag {
	padding: 10px 14px;
	border: 1px solid rgba(255, 90, 63, 0.34);
	border-radius: 8px;
	background: rgba(255, 90, 63, 0.1);
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
}

.hero {
	flex: 1;
	display: grid;
	gap: 28px;
	align-items: center;
	min-height: 0;
}

.hero__content {
	position: relative;
	display: grid;
	gap: 18px;
	align-content: center;
}

.hero__content::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 8px;
	width: 3px;
	height: 108px;
	background: linear-gradient(var(--ava), transparent);
}

.eyebrow {
	width: fit-content;
	padding: 6px 0 6px 12px;
	border-left: 2px solid var(--ava);
	color: var(--ava-2);
	font-size: 13px;
	font-weight: 850;
}

.hero h1 {
	max-width: 830px;
	font-size: clamp(46px, 6.2vw, 88px);
	line-height: 0.98;
	font-weight: 930;
	color: #fff7ef;
	text-wrap: balance;
}

.hero-title {
	position: relative;
	display: grid;
	gap: 0.02em;
	perspective: 900px;
}

.title-line {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.07em;
}

.title-word {
	position: relative;
	display: inline-block;
	transform-origin: 50% 80%;
}

.title-word--hot,
.title-word--voice {
	color: transparent;
	background:
		linear-gradient(90deg, #fff7ef 0%, #fff7ef 28%, var(--ava-2) 48%, #fff7ef 68%, #fff7ef 100%),
		linear-gradient(180deg, #fff7ef, #ffd2bf);
	background-size: 220% 100%, 100% 100%;
	background-position: 0% 50%, 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	animation: titleScan 4.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.title-word--hot::after,
.title-word--voice::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.08em;
	height: 0.08em;
	background: linear-gradient(90deg, var(--ava), transparent);
	transform: scaleX(0.2);
	transform-origin: left center;
	opacity: 0.82;
	animation: underlinePulse 3.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.title-word--voice {
	animation-delay: 0.7s;
}

.title-word--voice::before {
	content: "";
	position: absolute;
	left: 0.05em;
	right: 0.05em;
	top: 50%;
	height: 1px;
	background: rgba(255, 90, 63, 0.58);
	box-shadow:
		0 -0.18em 0 rgba(255, 90, 63, 0.18),
		0 0.18em 0 rgba(255, 90, 63, 0.18);
	transform: scaleX(0);
	transform-origin: left center;
	animation: voiceWave 3.2s ease-in-out infinite 1s;
}

.hero__lead {
	max-width: 710px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.64;
	text-wrap: pretty;
}

.agent-card {
	position: relative;
	max-width: 760px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		linear-gradient(115deg, rgba(255, 90, 63, 0.12), transparent 42%),
		var(--panel);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.agent-card::before,
.agent-card::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-color: var(--line-strong);
	pointer-events: none;
}

.agent-card::before {
	top: 0;
	left: 0;
	border-top: 2px solid;
	border-left: 2px solid;
}

.agent-card::after {
	right: 0;
	bottom: 0;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

.agent-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 11px 15px;
	border-bottom: 1px solid var(--line);
	color: rgba(255, 242, 229, 0.52);
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-grid article {
	min-height: 126px;
	padding: 15px;
	border-right: 1px solid var(--line);
	display: grid;
	align-content: start;
	gap: 8px;
}

.capability-grid article:last-child {
	border-right: 0;
}

.capability-mark {
	position: relative;
	width: 43px;
	height: 32px;
	display: inline-grid;
	grid-template-columns: 24px auto;
	align-items: center;
	gap: 5px;
	color: var(--ava-2);
}

.capability-mark svg {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	filter: drop-shadow(0 0 12px rgba(255, 90, 63, 0.22));
}

.capability-mark em {
	font-style: normal;
	color: rgba(255, 138, 99, 0.72);
	font-size: 10px;
	font-weight: 900;
	transform: translateY(-4px);
}

.capability-grid strong {
	font-size: 19px;
	line-height: 1.2;
	color: var(--ink);
}

.capability-grid p {
	color: rgba(255, 242, 229, 0.7);
	font-size: 14px;
	line-height: 1.52;
}

.cta {
	max-width: 760px;
}

.cta__form,
.cta__success {
	position: relative;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		linear-gradient(90deg, rgba(255, 90, 63, 0.14), transparent 45%),
		var(--panel-2);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.cta__form::after,
.cta__success::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 244, 232, 0.28), transparent);
	pointer-events: none;
}

.cta__form {
	padding: 14px;
	display: grid;
	gap: 12px;
}

.cta__form[hidden],
.cta__success[hidden],
.extra-card[hidden],
.extra-thanks[hidden] {
	display: none;
}

.cta__copy {
	min-width: 0;
}

.greeting {
	color: var(--ava-2);
	font-size: 12px;
	font-weight: 850;
	margin-bottom: 4px;
}

.headline {
	font-size: 23px;
	line-height: 1.18;
	font-weight: 880;
}

.subtitle {
	margin-top: 4px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.invite {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 6px 6px 15px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 244, 232, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.invite:focus-within {
	border-color: var(--ava);
	box-shadow:
		0 0 0 3px rgba(255, 90, 63, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.invite input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #241b17;
	font-size: 16px;
}

.invite input::placeholder {
	color: rgba(36, 27, 23, 0.42);
}

#submit-btn {
	position: relative;
	flex: none;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 6px;
	display: grid;
	place-items: center;
	background: var(--ava);
	color: #fffaf4;
	font-size: 21px;
	font-weight: 850;
	box-shadow: 0 12px 24px rgba(255, 90, 63, 0.22);
	transition: transform 0.16s ease, opacity 0.18s ease;
}

#submit-btn:active {
	transform: scale(0.96);
}

#submit-btn:disabled {
	opacity: 0.58;
	cursor: default;
}

#submit-btn.is-loading .arrow {
	opacity: 0;
}

#submit-btn.is-loading::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.48);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 0.75s linear infinite;
}

.hint {
	min-height: 17px;
	color: var(--ava-2);
	font-size: 13px;
	font-weight: 720;
}

.privacy {
	color: var(--faint);
	font-size: 12px;
}

.cta__success {
	padding: 17px;
	display: grid;
	gap: 9px;
}

.badge {
	width: 42px;
	height: 42px;
	border-radius: 6px;
	display: grid;
	place-items: center;
	background: var(--sage);
	color: #10100d;
	font-weight: 900;
}

.success-title {
	font-size: 24px;
	line-height: 1.25;
}

.success-seq {
	color: var(--ava-2);
	font-weight: 850;
}

.success-sub,
.extra-sub {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.extra-card {
	margin-top: 10px;
	display: grid;
	gap: 13px;
}

.extra-title {
	font-size: 16px;
	font-weight: 850;
}

.field {
	display: grid;
	gap: 8px;
}

.field label {
	color: var(--muted);
	font-size: 13px;
	font-weight: 750;
}

.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.chip {
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: rgba(255, 244, 232, 0.07);
	color: var(--muted);
	font-size: 13px;
}

.chip[aria-pressed="true"] {
	border-color: transparent;
	background: var(--ava);
	color: #fff;
}

.extra-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.btn-done {
	flex: 1;
	min-height: 46px;
	border: 0;
	border-radius: 6px;
	background: var(--ink);
	color: #15100e;
	font-weight: 850;
}

.btn-skip-link {
	min-height: 44px;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: var(--muted);
}

.extra-thanks {
	color: var(--ava-2);
	font-weight: 850;
}

.showcase {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 12px;
	min-height: 0;
	isolation: isolate;
}

.showcase::before {
	content: "";
	position: absolute;
	inset: 52px 36px 76px;
	border: 1px solid rgba(255, 90, 63, 0.2);
	transform: rotate(-2deg);
	z-index: -1;
	opacity: 0.72;
}

.showcase__label {
	width: fit-content;
	padding: 7px 11px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: rgba(255, 244, 232, 0.08);
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
}

.shot-stage {
	position: relative;
	display: grid;
	place-items: center;
	width: min(88vw, 500px);
	min-height: 0;
	padding: 4px 0;
	perspective: 1200px;
	isolation: isolate;
}

.shot-card {
	position: absolute;
	width: 34%;
	aspect-ratio: 9 / 19.5;
	border: 1px solid rgba(255, 244, 232, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 244, 232, 0.08), rgba(255, 90, 63, 0.08)),
		var(--shot, linear-gradient(#2b211e, #15100e));
	background-size: cover;
	background-position: center;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
	filter: saturate(0.52) brightness(0.56) blur(0.2px);
	opacity: 0.28;
	transform-style: preserve-3d;
	overflow: hidden;
	transition:
		transform 0.62s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.38s ease,
		filter 0.38s ease;
}

.shot-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(21, 16, 14, 0.4), transparent 42%, rgba(21, 16, 14, 0.58)),
		linear-gradient(180deg, rgba(255, 90, 63, 0.1), rgba(0, 0, 0, 0.18));
	pointer-events: none;
}

.shot-card--prev {
	left: 7%;
	transform: translate3d(-16%, 5%, -170px) rotateY(20deg) rotateZ(-3deg) scale(0.92);
}

.shot-card--next {
	right: 7%;
	transform: translate3d(16%, -3%, -170px) rotateY(-20deg) rotateZ(3deg) scale(0.92);
}

.showcase:hover .shot-card {
	opacity: 0.36;
	filter: saturate(0.62) brightness(0.64) blur(0);
}

.shot-card.is-refreshing {
	animation: shotRefresh 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.phone {
	position: relative;
	z-index: 2;
	width: min(76vw, 360px);
	aspect-ratio: 9 / 19.5;
	padding: 5px;
	border-radius: 38px;
	background: linear-gradient(145deg, #3a302d, #0f0b0a);
	box-shadow:
		0 30px 80px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(255, 255, 255, 0.18);
}

.phone::before {
	content: "";
	position: absolute;
	inset: 18% -22% 13% -22%;
	z-index: -1;
	background: rgba(255, 90, 63, 0.18);
	filter: blur(46px);
}

.phone::after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: -14px;
	height: 24px;
	background: rgba(0, 0, 0, 0.32);
	filter: blur(12px);
}

.phone__bezel {
	height: 100%;
	padding: 7px;
	border-radius: 33px;
	background: #090706;
}

.phone__screen {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 28px;
	background: #000;
}

.carousel__track {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	perspective: 900px;
}

.slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.025);
	filter: brightness(0.9);
	transition:
		opacity 0.36s ease,
		transform 0.64s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.36s ease;
	will-change: transform, opacity, filter;
	pointer-events: none;
}

.slide[data-state="active"] {
	opacity: 1;
	transform: scale(1);
	filter: brightness(1);
	z-index: 3;
}

.slide[data-state="prev"] {
	opacity: 0;
	transform: scale(1.025);
	z-index: 0;
}

.slide[data-state="next"] {
	opacity: 0;
	transform: scale(1.025);
	z-index: 0;
}

.slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 34px;
	height: 44px;
	border: 1px solid rgba(255, 244, 232, 0.12);
	border-radius: 6px;
	display: grid;
	place-items: center;
	background: rgba(19, 14, 12, 0.28);
	backdrop-filter: blur(8px);
	color: rgba(255, 244, 232, 0.72);
	opacity: 0.46;
	transform: translateY(-50%);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition:
		background 0.18s ease,
		transform 0.18s ease,
		border-color 0.18s ease,
		opacity 0.18s ease,
		color 0.18s ease;
}

.carousel__nav svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.carousel__nav--prev {
	left: -12px;
}

.carousel__nav--next {
	right: -12px;
}

.showcase__caption {
	display: grid;
	justify-items: center;
	gap: 6px;
	text-align: center;
}

.showcase__caption h2 {
	font-size: 22px;
	line-height: 1.2;
}

.showcase__caption p {
	color: var(--muted);
	font-size: 14px;
}

.dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 4px;
}

.dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: rgba(255, 244, 232, 0.22);
	transition: transform 0.18s ease, background 0.18s ease;
}

.dot[aria-selected="true"] {
	background: var(--ava);
	transform: scale(1.35);
}

#confetti {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 40;
}

@media (hover: hover) and (pointer: fine) {
	#submit-btn:hover:not(:disabled),
	.btn-done:hover {
		transform: translateY(-1px);
	}

	.carousel__nav:hover {
		border-color: rgba(255, 90, 63, 0.28);
		background: rgba(255, 90, 63, 0.18);
		color: var(--ink);
		opacity: 0.86;
		transform: translateY(-50%) scale(1.04);
	}
}

#submit-btn:focus-visible,
.carousel__nav:focus-visible,
.dot:focus-visible,
.chip:focus-visible,
.btn-done:focus-visible,
.btn-skip-link:focus-visible {
	outline: 2px solid var(--ava-2);
	outline-offset: 3px;
}

@media (min-width: 980px) {
	body:not(.done) {
		overflow: hidden;
	}

	.page {
		height: 100vh;
		height: 100dvh;
		padding: clamp(22px, 3vh, 34px) clamp(44px, 5vw, 82px)
			clamp(22px, 3vh, 34px);
		gap: clamp(16px, 2vh, 24px);
	}

	.topbar {
		flex: 0 0 auto;
	}

	.hero {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 410px);
		gap: clamp(34px, 5vw, 72px);
	}

	.hero__content {
		gap: clamp(13px, 1.65vh, 18px);
	}

	.hero h1 {
		font-size: clamp(58px, 5.4vw, 88px);
		max-width: 820px;
	}

	.hero__lead {
		font-size: clamp(15px, 1.36vw, 18px);
		line-height: 1.58;
	}

	.agent-card {
		max-width: 780px;
	}

	.agent-card__head {
		padding: 10px 15px;
	}

	.capability-grid article {
		min-height: clamp(106px, 12vh, 126px);
		padding: clamp(12px, 1.45vh, 15px);
	}

	.cta__form {
		grid-template-columns: minmax(180px, 0.58fr) minmax(300px, 1fr);
		grid-template-areas:
			"copy form"
			"hint hint"
			"privacy privacy";
		column-gap: 18px;
		row-gap: 6px;
		align-items: center;
	}

	.cta__copy {
		grid-area: copy;
	}

	.invite {
		grid-area: form;
	}

	.hint {
		grid-area: hint;
	}

	.privacy {
		grid-area: privacy;
	}

	.showcase {
		align-self: center;
		width: min(36vw, 520px);
	}

	.shot-stage {
		width: min(34vw, 500px);
		min-height: 0;
	}

	.phone {
		width: auto;
		height: min(69vh, 780px);
		max-height: calc(100dvh - 210px);
	}
}

@media (min-width: 1280px) {
	.hero {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
	}
}

@media (max-width: 760px) {
	body {
		background:
			radial-gradient(circle at 84% 4%, rgba(255, 90, 63, 0.18), transparent 28%),
			radial-gradient(circle at 8% 42%, rgba(255, 90, 63, 0.12), transparent 32%),
			linear-gradient(150deg, #0f0c0b 0%, var(--bg) 58%, #1c1411 100%);
		background-size: auto;
	}

	.page {
		gap: 16px;
		padding-top: calc(env(safe-area-inset-top) + 18px);
		padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
	}

	.topbar {
		gap: 10px;
	}

	.brand {
		gap: 9px;
		padding: 5px 9px 5px 5px;
	}

	.brand__mark {
		width: 34px;
		height: 34px;
		border-radius: 7px;
	}

	.brand__mark svg {
		width: 29px;
		height: 29px;
	}

	.brand__text {
		font-size: 18px;
	}

	.invite-tag {
		padding: 8px 10px;
		font-size: 12px;
	}

	.hero {
		display: block;
	}

	.hero__content {
		gap: 14px;
		align-content: start;
	}

	.hero__content::before {
		left: -12px;
		top: 4px;
		width: 2px;
		height: 76px;
	}

	.eyebrow {
		padding: 4px 0 4px 9px;
		font-size: 12px;
	}

	.hero h1 {
		font-size: clamp(34px, 10.8vw, 46px);
		line-height: 0.98;
	}

	.title-line {
		gap: 0.04em;
	}

	.hero__lead {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.cta {
		order: 3;
		max-width: none;
	}

	.agent-card {
		order: 4;
		max-width: none;
	}

	.cta__form {
		padding: 14px;
		gap: 11px;
		border-color: rgba(255, 212, 180, 0.22);
		background:
			linear-gradient(145deg, rgba(255, 90, 63, 0.13), transparent 56%),
			rgba(255, 244, 232, 0.075);
		box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
	}

	.greeting {
		font-size: 12px;
	}

	.headline {
		font-size: 22px;
	}

	.subtitle {
		max-width: 25em;
		font-size: 13px;
		line-height: 1.45;
	}

	.invite {
		min-height: 48px;
		padding: 5px 5px 5px 13px;
		background: rgba(255, 244, 232, 0.92);
		box-shadow:
			0 0 0 1px rgba(255, 90, 63, 0.22),
			inset 0 1px 0 rgba(255, 255, 255, 0.42);
	}

	#submit-btn {
		width: 38px;
		height: 38px;
	}

	.privacy {
		font-size: 12px;
		line-height: 1.45;
	}

	.agent-card__head {
		display: none;
	}

	.agent-card {
		background:
			linear-gradient(140deg, rgba(255, 90, 63, 0.08), transparent 54%),
			rgba(255, 244, 232, 0.045);
		box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
	}

	.capability-grid {
		grid-template-columns: 1fr;
	}

	.capability-grid article {
		min-height: 0;
		padding: 14px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 12px;
		row-gap: 4px;
		align-items: center;
	}

	.capability-mark {
		grid-row: 1 / span 2;
		width: 40px;
		height: 40px;
		grid-template-columns: 1fr;
		place-items: center;
		border: 1px solid rgba(255, 90, 63, 0.22);
		border-radius: 8px;
		background: rgba(255, 90, 63, 0.08);
	}

	.capability-mark svg {
		width: 22px;
		height: 22px;
		stroke-width: 1.65;
	}

	.capability-mark em {
		position: absolute;
		transform: translate(13px, -14px);
		font-size: 8px;
	}

	.capability-grid strong {
		font-size: 17px;
	}

	.capability-grid p {
		display: block;
		font-size: 13px;
		line-height: 1.45;
	}

	.showcase {
		display: none;
	}
}

@media (max-width: 520px) {
	.page {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hero h1 {
		font-size: clamp(36px, 12.2vw, 50px);
	}
}

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

	.carousel__track {
		transition: none;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes titleScan {
	0%,
	18% {
		background-position: 0% 50%, 0 0;
	}
	52%,
	100% {
		background-position: 150% 50%, 0 0;
	}
}

@keyframes underlinePulse {
	0%,
	100% {
		transform: scaleX(0.18);
		opacity: 0.35;
	}
	42% {
		transform: scaleX(1);
		opacity: 0.95;
	}
}

@keyframes shotRefresh {
	0% {
		opacity: 0.12;
		filter: saturate(0.42) brightness(0.44) blur(1.4px);
	}
	100% {
		opacity: 0.28;
		filter: saturate(0.52) brightness(0.56) blur(0.2px);
	}
}

@keyframes voiceWave {
	0%,
	100% {
		transform: scaleX(0);
		opacity: 0;
	}
	35%,
	62% {
		transform: scaleX(1);
		opacity: 0.58;
	}
}
