.amocrm-page-body {
	--amo-ink: #111318;
	--amo-muted: #666b76;
	--amo-line: rgba(17, 19, 24, 0.1);
	--amo-blue: #1078ff;
	--amo-canvas: #f6f7f8;
	background: var(--amo-canvas);
}

.amocrm-page {
	overflow: hidden;
	color: var(--amo-ink);
}

.amocrm-page section[id],
.amocrm-page-body #start {
	scroll-margin-top: 100px;
}

.amocrm-page .container {
	width: min(100% - 48px, 1240px);
}

.amocrm-page .amo-eyebrow,
.amocrm-page .amo-product-label {
	margin: 0;
	color: var(--amo-blue);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.amo-hero {
	position: relative;
	padding: 42px 0 104px;
}

.amo-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -180px;
	right: -120px;
	width: 720px;
	height: 720px;
	border-radius: 50%;
	background: rgba(73, 201, 238, 0.13);
	filter: blur(80px);
	pointer-events: none;
}

.amo-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
	gap: clamp(50px, 7vw, 104px);
	align-items: center;
	min-height: 650px;
}

.amo-hero__copy {
	min-width: 0;
}

.amo-hero__brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	min-height: 50px;
	margin-bottom: 32px;
	padding: 8px 15px;
	border: 1px solid var(--amo-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 10px 35px rgba(17, 19, 24, 0.05);
}

.amo-hero__brand img {
	width: auto;
	max-height: 25px;
}

.amo-hero__brand span {
	color: #a2a6ae;
	font-size: 17px;
}

.amo-hero h1 {
	max-width: 690px;
	margin: 19px 0 0;
	color: var(--amo-ink);
	font-size: clamp(56px, 6.2vw, 88px);
	line-height: 0.96;
	font-weight: 500;
	letter-spacing: -0.077em;
	text-wrap: balance;
}

.amo-hero__lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: var(--amo-muted);
	font-size: clamp(18px, 1.8vw, 23px);
	line-height: 1.45;
	letter-spacing: -0.025em;
	text-wrap: pretty;
}

.amo-hero__actions,
.amo-agent__actions,
.amo-control__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 34px;
}

.amo-hero__visual {
	min-width: 0;
}

.amo-orbit {
	position: relative;
	min-height: 590px;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 42px;
	background:
		linear-gradient(rgba(17, 19, 24, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 19, 24, 0.035) 1px, transparent 1px),
		rgba(255, 255, 255, 0.74);
	background-size: 48px 48px;
	box-shadow: 0 35px 90px rgba(17, 19, 24, 0.09);
}

.amo-orbit::before,
.amo-orbit::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(16, 120, 255, 0.13);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.amo-orbit::before {
	width: 350px;
	height: 350px;
}

.amo-orbit::after {
	width: 500px;
	height: 500px;
	border-style: dashed;
}

.amo-orbit__core {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 184px;
	height: 184px;
	padding: 28px;
	border: 1px solid rgba(16, 120, 255, 0.14);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 24px 60px rgba(16, 120, 255, 0.16);
	transform: translate(-50%, -50%);
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.amo-orbit__core img {
	width: 106px;
	height: auto;
}

.amo-orbit__core span {
	color: #777c86;
	font-size: 11px;
	line-height: 1.35;
}

.amo-orbit__product {
	position: absolute;
	z-index: 3;
	display: grid;
	width: 205px;
	min-height: 128px;
	padding: 19px;
	border: 1px solid rgba(17, 19, 24, 0.09);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 45px rgba(17, 19, 24, 0.1);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.amo-orbit__product:hover {
	border-color: rgba(16, 120, 255, 0.28);
	box-shadow: 0 22px 52px rgba(17, 19, 24, 0.14);
	transform: translateY(-4px);
}

.amo-orbit__product > span {
	color: var(--amo-blue);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.amo-orbit__product strong {
	align-self: end;
	color: var(--amo-ink);
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.amo-orbit__product small {
	margin-top: 5px;
	color: #747985;
	font-size: 11px;
	line-height: 1.35;
}

.amo-orbit__product--agent {
	top: 45px;
	left: 40px;
}

.amo-orbit__product--widgets {
	top: 148px;
	right: 30px;
}

.amo-orbit__product--control {
	right: 90px;
	bottom: 38px;
}

.amo-value {
	padding: 110px 0;
	background: #fff;
}

.amo-value__intro {
	max-width: 830px;
}

.amo-value__intro h2,
.amo-section-head h2,
.amo-system__shell h2 {
	margin: 16px 0 0;
	color: var(--amo-ink);
	font-size: clamp(42px, 5.2vw, 70px);
	line-height: 0.99;
	font-weight: 500;
	letter-spacing: -0.068em;
	text-wrap: balance;
}

.amo-value__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 54px;
}

.amo-value-card {
	display: flex;
	min-height: 360px;
	padding: 30px;
	border: 1px solid var(--amo-line);
	border-radius: 28px;
	background: #f7f8f8;
	flex-direction: column;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.amo-value-card:hover {
	border-color: rgba(16, 120, 255, 0.22);
	background: #f4f8ff;
	transform: translateY(-3px);
}

.amo-value-card__number {
	color: #9a9ea6;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.amo-value-card > strong {
	max-width: 300px;
	margin-top: auto;
	color: var(--amo-ink);
	font-size: 30px;
	line-height: 1.02;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.amo-value-card > p {
	margin: 17px 0 0;
	color: var(--amo-muted);
	font-size: 15px;
	line-height: 1.55;
}

.amo-value-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--amo-line);
	color: var(--amo-blue);
	font-size: 13px;
	font-weight: 500;
}

.amo-value-card__link b {
	font-size: 18px;
	font-weight: 400;
}

.amo-agent {
	padding: 110px 0;
	background: #111318;
}

.amo-agent__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
	gap: clamp(50px, 7vw, 100px);
	align-items: center;
}

.amocrm-page .amo-product-label--light {
	color: #7fc4ff;
}

.amo-agent h2,
.amo-control h2 {
	max-width: 760px;
	margin: 18px 0 0;
	color: #fff;
	font-size: clamp(45px, 5.2vw, 69px);
	line-height: 0.99;
	font-weight: 500;
	letter-spacing: -0.068em;
	text-wrap: balance;
}

.amo-agent__lead {
	max-width: 700px;
	margin: 24px 0 0;
	color: #aeb5c0;
	font-size: 18px;
	line-height: 1.55;
}

.amo-check-list {
	display: grid;
	gap: 0;
	margin-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.amo-check-list li {
	position: relative;
	padding: 16px 0 16px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #eef1f5;
	font-size: 15px;
	line-height: 1.45;
}

.amo-check-list li::before {
	content: "✓";
	position: absolute;
	top: 16px;
	left: 0;
	color: #79c5ff;
	font-weight: 600;
}

.amo-btn--white {
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	color: #111318;
}

.amo-btn--white:hover {
	background: #e9f4ff;
}

.amo-btn--ghost {
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #fff;
}

.amo-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.07);
}

.amo-chat {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 30px;
	background: #f5f7fa;
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.amo-chat__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(17, 19, 24, 0.08);
	background: #fff;
}

.amo-chat__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 14px;
	background: var(--amo-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.amo-chat__head > div {
	display: grid;
	gap: 3px;
}

.amo-chat__head strong {
	color: var(--amo-ink);
	font-size: 14px;
	font-weight: 500;
}

.amo-chat__head small {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #7d828c;
	font-size: 11px;
}

.amo-chat__head small i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #24b36b;
}

.amo-chat__body {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.amo-chat__message {
	max-width: 86%;
	padding: 14px 16px;
	border-radius: 17px;
	font-size: 13px;
	line-height: 1.48;
}

.amo-chat__message--client {
	margin-left: auto;
	border-bottom-right-radius: 5px;
	background: #dfeeff;
	color: #1a3556;
}

.amo-chat__message--agent {
	border-bottom-left-radius: 5px;
	background: #fff;
	color: #30343b;
	box-shadow: 0 8px 25px rgba(17, 19, 24, 0.06);
}

.amo-chat__result {
	margin-top: 10px;
	padding: 19px;
	border: 1px solid rgba(16, 120, 255, 0.14);
	border-radius: 18px;
	background: #fff;
}

.amo-chat__result span {
	color: var(--amo-blue);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.amo-chat__result strong {
	display: block;
	margin-top: 8px;
	color: var(--amo-ink);
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.amo-chat__result p {
	margin: 7px 0 0;
	color: #737883;
	font-size: 12px;
	line-height: 1.5;
}

.amo-widgets {
	padding: 112px 0;
	background: #f4f5f6;
}

.amo-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
	gap: 70px;
	align-items: end;
}

.amo-section-head > p {
	margin: 0 0 8px;
	color: var(--amo-muted);
	font-size: 16px;
	line-height: 1.6;
}

.amo-widget-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 56px;
}

.amo-widget-card {
	display: flex;
	min-height: 410px;
	padding: 28px;
	border: 1px solid var(--amo-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(17, 19, 24, 0.045);
	flex-direction: column;
}

.amo-widget-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.amo-widget-card__logo {
	display: block;
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 15px;
	object-fit: cover;
	box-shadow: 0 7px 20px rgba(16, 120, 255, 0.14);
}

.amo-widget-card__top > span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #727782;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.amo-widget-card__content {
	margin-top: 42px;
}

.amo-widget-card__index {
	margin: 0;
	color: #a0a4ac;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.amo-widget-card h3 {
	margin: 12px 0 0;
	color: var(--amo-ink);
	font-size: 32px;
	line-height: 1.04;
	font-weight: 500;
	letter-spacing: -0.052em;
}

.amo-widget-card__content > p:last-child {
	max-width: 520px;
	margin: 16px 0 0;
	color: var(--amo-muted);
	font-size: 14px;
	line-height: 1.6;
}

.amo-widget-card__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	margin-top: auto;
	padding: 12px 16px;
	border: 1px solid rgba(16, 120, 255, 0.16);
	border-radius: 14px;
	background: #f2f7ff;
	color: var(--amo-blue);
	font-size: 14px;
	font-weight: 500;
}

.amo-widget-card__button:hover {
	border-color: var(--amo-blue);
	background: var(--amo-blue);
	color: #fff;
}

.amo-widget-card__button span {
	font-size: 18px;
	font-weight: 400;
}

.amo-widgets__note {
	max-width: 780px;
	margin: 28px auto 0;
	color: #80858e;
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
}

.amo-control {
	padding: 112px 0;
	background:
		radial-gradient(circle at 84% 20%, rgba(73, 201, 238, 0.2), transparent 33rem),
		#edf5ff;
}

.amo-control__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.9fr);
	gap: clamp(55px, 8vw, 115px);
	align-items: center;
}

.amo-control h2 {
	color: var(--amo-ink);
}

.amo-control__lead {
	max-width: 730px;
	margin: 24px 0 0;
	color: #596474;
	font-size: 18px;
	line-height: 1.55;
}

.amo-control__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.amo-control__metrics span {
	padding: 8px 11px;
	border: 1px solid rgba(16, 120, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #306da9;
	font-size: 12px;
	font-weight: 500;
}

.amo-control__benefits {
	display: grid;
	gap: 0;
	margin-top: 30px;
	border-top: 1px solid rgba(17, 19, 24, 0.1);
}

.amo-control__benefits li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(17, 19, 24, 0.1);
	color: #606a77;
	font-size: 14px;
	line-height: 1.55;
}

.amo-control__benefits strong {
	color: var(--amo-ink);
	font-weight: 500;
}

.amo-control__flow {
	display: grid;
	gap: 10px;
	padding: 26px;
	border: 1px solid rgba(17, 19, 24, 0.09);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 26px 70px rgba(40, 96, 160, 0.13);
}

.amo-control__flow article {
	padding: 21px;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 18px;
	background: #fff;
}

.amo-control__flow article > span {
	color: #9398a1;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.amo-control__flow strong {
	display: block;
	margin-top: 9px;
	color: var(--amo-ink);
	font-size: 21px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.amo-control__flow p {
	margin: 7px 0 0;
	color: #717783;
	font-size: 12px;
	line-height: 1.45;
}

.amo-control__flow > i {
	justify-self: center;
	color: #8aa4c1;
	font-size: 17px;
	font-style: normal;
}

.amo-control__flow .amo-control__flow-result {
	border-color: rgba(16, 120, 255, 0.18);
	background: var(--amo-blue);
}

.amo-control__flow-result > span,
.amo-control__flow-result strong,
.amo-control__flow-result p {
	color: #fff;
}

.amo-control__flow-result p {
	opacity: 0.78;
}

.amo-system {
	padding: 110px 0 122px;
	background: #fff;
}

.amo-system__shell {
	text-align: center;
}

.amo-system__shell .amo-eyebrow {
	display: inline-block;
}

.amo-system__shell h2 {
	max-width: 780px;
	margin-inline: auto;
}

.amo-system__chain {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	margin-top: 56px;
	text-align: left;
}

.amo-system__chain > div {
	min-height: 230px;
	padding: 25px;
	border: 1px solid var(--amo-line);
	border-radius: 24px;
	background: #f6f7f8;
}

.amo-system__chain > div > span {
	color: var(--amo-blue);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.amo-system__chain strong {
	display: block;
	margin-top: 70px;
	color: var(--amo-ink);
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.amo-system__chain p {
	margin: 11px 0 0;
	color: var(--amo-muted);
	font-size: 13px;
	line-height: 1.5;
}

.amo-system__chain > i {
	color: #9ba0a8;
	font-size: 22px;
	font-style: normal;
}

.amo-system__shell > .btn {
	margin-top: 42px;
}

@media (max-width: 1080px) {
	.amo-hero__shell,
	.amo-agent__shell,
	.amo-control__shell {
		grid-template-columns: 1fr;
	}

	.amo-hero__copy,
	.amo-agent__content,
	.amo-control__content {
		max-width: 820px;
	}

	.amo-hero__visual {
		width: min(100%, 720px);
	}

	.amo-value__grid {
		grid-template-columns: 1fr;
	}

	.amo-value-card {
		min-height: 280px;
	}

	.amo-agent__shell,
	.amo-control__shell {
		gap: 55px;
	}

	.amo-chat,
	.amo-control__flow {
		width: min(100%, 680px);
	}

	.amo-section-head {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.amo-section-head > p {
		max-width: 700px;
	}

	.amo-system__chain {
		grid-template-columns: 1fr;
	}

	.amo-system__chain > i {
		justify-self: center;
		transform: rotate(90deg);
	}

	.amo-system__chain strong {
		margin-top: 50px;
	}
}

@media (max-width: 760px) {
	.amocrm-page .container {
		width: min(100% - 28px, 1240px);
	}

	.amo-hero {
		padding: 26px 0 72px;
	}

	.amo-hero__shell {
		gap: 44px;
		min-height: 0;
	}

	.amo-hero__brand {
		margin-bottom: 24px;
	}

	.amo-hero__brand img {
		max-width: 116px;
		max-height: 22px;
	}

	.amo-hero h1 {
		font-size: clamp(45px, 14vw, 65px);
	}

	.amo-hero__lead {
		margin-top: 20px;
		font-size: 17px;
	}

	.amo-hero__actions,
	.amo-agent__actions,
	.amo-control__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.amo-orbit {
		min-height: 500px;
		border-radius: 28px;
	}

	.amo-orbit::before {
		width: 270px;
		height: 270px;
	}

	.amo-orbit::after {
		width: 390px;
		height: 390px;
	}

	.amo-orbit__core {
		width: 142px;
		height: 142px;
		padding: 22px;
	}

	.amo-orbit__core img {
		width: 84px;
	}

	.amo-orbit__product {
		width: 162px;
		min-height: 110px;
		padding: 15px;
		border-radius: 18px;
	}

	.amo-orbit__product strong {
		font-size: 16px;
	}

	.amo-orbit__product--agent {
		top: 28px;
		left: 18px;
	}

	.amo-orbit__product--widgets {
		top: 148px;
		right: 14px;
	}

	.amo-orbit__product--control {
		right: 44px;
		bottom: 26px;
	}

	.amo-value,
	.amo-agent,
	.amo-widgets,
	.amo-control,
	.amo-system {
		padding: 76px 0;
	}

	.amo-value__intro h2,
	.amo-section-head h2,
	.amo-system__shell h2,
	.amo-agent h2,
	.amo-control h2 {
		font-size: clamp(39px, 11.5vw, 54px);
	}

	.amo-value__grid,
	.amo-widget-grid {
		margin-top: 36px;
	}

	.amo-widget-grid {
		grid-template-columns: 1fr;
	}

	.amo-value-card {
		min-height: 300px;
		padding: 24px;
	}

	.amo-value-card > strong {
		font-size: 27px;
	}

	.amo-agent__lead,
	.amo-control__lead {
		font-size: 16px;
	}

	.amo-chat {
		border-radius: 23px;
	}

	.amo-chat__body {
		padding: 18px;
	}

	.amo-widget-card {
		min-height: 390px;
		padding: 23px;
		border-radius: 23px;
	}

	.amo-widget-card h3 {
		font-size: 29px;
	}

	.amo-widget-card__content {
		margin-top: 34px;
	}

	.amo-control__flow {
		padding: 18px;
		border-radius: 23px;
	}

	.amo-system__chain {
		margin-top: 38px;
	}

	.amo-system__chain > div {
		min-height: 210px;
	}
}

@media (max-width: 767px) {
	.amocrm-page-body .cta-box--lead-form .cta-box__form {
		display: block;
	}

	.amocrm-page section[id],
	.amocrm-page-body #start {
		scroll-margin-top: 78px;
	}
}

@media (max-width: 430px) {
	.amo-hero__brand {
		gap: 9px;
		padding-inline: 11px;
	}

	.amo-hero__brand img {
		max-width: 100px;
	}

	.amo-orbit {
		min-height: 470px;
	}

	.amo-orbit::after {
		width: 330px;
		height: 330px;
	}

	.amo-orbit__product {
		width: 148px;
	}

	.amo-orbit__product--agent {
		left: 10px;
	}

	.amo-orbit__product--widgets {
		right: 8px;
	}

	.amo-orbit__product--control {
		right: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.amocrm-page *,
	.amocrm-page *::before,
	.amocrm-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
