/**
 * SMM Fame exact homepage presentation.
 * Loaded only on the front page after the shared theme layers.
 */

/* --------------------------------------------------------------
   Homepage header
-------------------------------------------------------------- */
.site-header--homepage-v2 {
	position: relative;
	z-index: 120;
	min-height: 68px;
	border-bottom: 1px solid #ece8f4;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 1px 0 rgba(34, 22, 63, 0.025);
}

.site-header--homepage-v2 .site-container {
	width: min(1280px, calc(100% - 40px));
}

.site-header--homepage-v2 .header-inner {
	display: flex;
	min-height: 68px;
	align-items: center;
	gap: 28px;
}

.site-header--homepage-v2 .site-logo {
	flex: 0 0 auto;
	gap: 10px;
}

.site-header--homepage-v2 .site-logo__mark {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
}

.site-header--homepage-v2 .site-logo .site-logo__name {
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.045em;
}

.site-header--homepage-v2 .main-navigation {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(24px, 3vw, 48px);
}

.site-header--homepage-v2 .primary-menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	gap: clamp(15px, 1.45vw, 24px);
	list-style: none;
}

.site-header--homepage-v2 .primary-menu li {
	position: relative;
	margin: 0;
}

.site-header--homepage-v2 .primary-menu a,
.site-header--homepage-v2 .header-support-link {
	position: relative;
	display: inline-flex;
	min-height: 40px;
	padding: 2px 0;
	align-items: center;
	color: #17152a;
	font-size: 13px;
	font-weight: 720;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.site-header--homepage-v2 .primary-menu a::after,
.site-header--homepage-v2 .header-support-link::after {
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: #6d28d9;
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transition: opacity 160ms ease, transform 160ms ease;
}

.site-header--homepage-v2 .primary-menu a:hover::after,
.site-header--homepage-v2 .primary-menu .current-menu-item > a::after,
.site-header--homepage-v2 .primary-menu .current_page_item > a::after,
.site-header--homepage-v2 .header-support-link:hover::after,
.site-header--homepage-v2 .header-support-link.is-current::after {
	opacity: 1;
	transform: scaleX(1);
}

.site-header--homepage-v2 .header-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 22px;
}

.site-header--homepage-v2 .header-account-button {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 17px;
	border: 0;
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, #7c3aed 0%, #5b21d6 100%);
	box-shadow: 0 8px 20px rgba(91, 33, 214, 0.24);
	color: #fff;
	font-size: 13px;
	font-weight: 760;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.site-header--homepage-v2 .header-account-button:hover {
	box-shadow: 0 12px 25px rgba(91, 33, 214, 0.32);
	color: #fff;
	transform: translateY(-1px);
}

.site-header--homepage-v2 .header-account-button svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

/* --------------------------------------------------------------
   Homepage foundation
-------------------------------------------------------------- */
body.home .smm-home-exact {
	--home-ink: #111126;
	--home-muted: #66657a;
	--home-purple: #6d28d9;
	--home-purple-dark: #4d17bc;
	--home-purple-soft: #f0e9ff;
	--home-lavender: #f7f3ff;
	--home-border: #e7e1f1;
	--home-card-shadow: 0 10px 30px rgba(42, 25, 80, 0.08);
	--home-card-shadow-strong: 0 20px 48px rgba(54, 31, 102, 0.14);
	background: #fff;
	color: var(--home-ink);
}

body.home .smm-home-exact *,
body.home .smm-home-exact *::before,
body.home .smm-home-exact *::after {
	box-sizing: border-box;
}

body.home .smm-home-exact .site-container {
	width: min(1280px, calc(100% - 40px));
}

body.home .smm-home-exact a:focus-visible,
.site-header--homepage-v2 a:focus-visible,
.site-header--homepage-v2 button:focus-visible {
	outline: 3px solid rgba(109, 40, 217, 0.28);
	outline-offset: 3px;
}

body.home .smm-home-exact .homepage-v2-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	background-color: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

body.home .smm-home-exact .homepage-v2-icon--star { -webkit-mask-image: url("../icons/homepage-star.svg"); mask-image: url("../icons/homepage-star.svg"); }
body.home .smm-home-exact .homepage-v2-icon--package { -webkit-mask-image: url("../icons/homepage-package.svg"); mask-image: url("../icons/homepage-package.svg"); }
body.home .smm-home-exact .homepage-v2-icon--dashboard { -webkit-mask-image: url("../icons/homepage-dashboard.svg"); mask-image: url("../icons/homepage-dashboard.svg"); }
body.home .smm-home-exact .homepage-v2-icon--clock { -webkit-mask-image: url("../icons/homepage-clock.svg"); mask-image: url("../icons/homepage-clock.svg"); }
body.home .smm-home-exact .homepage-v2-icon--rocket { -webkit-mask-image: url("../icons/homepage-rocket.svg"); mask-image: url("../icons/homepage-rocket.svg"); }
body.home .smm-home-exact .homepage-v2-icon--check { -webkit-mask-image: url("../icons/homepage-check.svg"); mask-image: url("../icons/homepage-check.svg"); }
body.home .smm-home-exact .homepage-v2-icon--pin { -webkit-mask-image: url("../icons/homepage-pin.svg"); mask-image: url("../icons/homepage-pin.svg"); }
body.home .smm-home-exact .homepage-v2-icon--headset { -webkit-mask-image: url("../icons/homepage-headset.svg"); mask-image: url("../icons/homepage-headset.svg"); }
body.home .smm-home-exact .homepage-v2-icon--shield { -webkit-mask-image: url("../icons/homepage-shield.svg"); mask-image: url("../icons/homepage-shield.svg"); }

/* --------------------------------------------------------------
   Hero
-------------------------------------------------------------- */
body.home .smm-exact-hero {
	position: relative;
	padding: 46px 0 70px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 12%, rgba(126, 76, 234, 0.08), transparent 27%),
		linear-gradient(118deg, #fbf9ff 0%, #ffffff 47%, #f3ecff 100%);
}

body.home .smm-exact-hero::before {
	position: absolute;
	top: 120px;
	left: 48.5%;
	width: 86px;
	height: 86px;
	background-image: radial-gradient(rgba(109, 40, 217, 0.18) 1.2px, transparent 1.2px);
	background-size: 9px 9px;
	content: "";
	pointer-events: none;
}

body.home .smm-exact-hero__decor {
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

body.home .smm-exact-hero__decor--one {
	right: -85px;
	bottom: -245px;
	width: 520px;
	height: 520px;
	border: 58px solid rgba(126, 76, 234, 0.055);
}

body.home .smm-exact-hero__decor--two {
	right: -25px;
	bottom: -112px;
	width: 280px;
	height: 280px;
	border: 26px solid rgba(126, 76, 234, 0.04);
}

body.home .smm-exact-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
	align-items: center;
	gap: clamp(46px, 5vw, 72px);
}

body.home .smm-exact-hero__content {
	min-width: 0;
}

body.home .smm-exact-pill {
	display: inline-flex;
	min-height: 30px;
	padding: 6px 14px;
	border-radius: 999px;
	align-items: center;
	gap: 8px;
	background: #f0e8ff;
	color: #585267;
	font-size: 12px;
	font-weight: 670;
	line-height: 1;
}

body.home .smm-exact-pill .homepage-v2-icon {
	width: 14px;
	height: 14px;
	color: var(--home-purple);
}

body.home .smm-exact-hero h1 {
	max-width: 620px;
	margin: 17px 0 15px;
	color: var(--home-ink);
	font-size: clamp(3.25rem, 4.25vw, 4.25rem);
	font-weight: 840;
	letter-spacing: -0.058em;
	line-height: 0.98;
}

body.home .smm-exact-hero h1 span,
body.home .smm-exact-hero h1 strong {
	display: block;
}

body.home .smm-exact-hero h1 strong {
	background: linear-gradient(100deg, #591bd1 0%, #8b3cf6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: inherit;
}

body.home .smm-exact-hero__content > p {
	max-width: 575px;
	margin: 0;
	color: var(--home-muted);
	font-size: 17px;
	line-height: 1.65;
}

body.home .smm-exact-hero__actions {
	display: flex;
	margin-top: 25px;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

body.home .smm-exact-button {
	display: inline-flex;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.home .smm-exact-button:hover {
	transform: translateY(-1px);
}

body.home .smm-exact-button--primary {
	background: linear-gradient(135deg, #7d35ef 0%, #5617cc 100%);
	box-shadow: 0 10px 23px rgba(91, 33, 214, 0.25);
	color: #fff;
}

body.home .smm-exact-button--primary:hover {
	box-shadow: 0 14px 28px rgba(91, 33, 214, 0.32);
	color: #fff;
}

body.home .smm-exact-button--secondary {
	border-color: #ddd7e9;
	background: #fff;
	box-shadow: 0 4px 12px rgba(34, 21, 64, 0.05);
	color: var(--home-ink);
}

body.home .smm-exact-button--secondary:hover {
	border-color: #cbbde8;
	color: var(--home-purple-dark);
}

body.home .smm-exact-button--secondary .homepage-v2-icon {
	width: 18px;
	height: 18px;
}

body.home .smm-exact-hero__facts {
	display: flex;
	margin-top: 20px;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	color: #6d687a;
	font-size: 12px;
}

body.home .smm-exact-hero__facts span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

body.home .smm-exact-hero__facts i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--home-purple);
	box-shadow: 0 0 0 4px rgba(109, 40, 217, 0.1);
}

/* --------------------------------------------------------------
   Interface preview
-------------------------------------------------------------- */
body.home .smm-exact-preview {
	position: relative;
	min-width: 0;
}

body.home .smm-exact-preview__shell {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #e3dced;
	border-radius: 17px;
	background: #fff;
	box-shadow: var(--home-card-shadow-strong);
}

body.home .smm-exact-preview__nav {
	padding: 16px 12px;
	border-right: 1px solid #ece7f3;
	background: linear-gradient(180deg, #fcfbff 0%, #f8f4ff 100%);
}

body.home .smm-exact-preview__mini-brand {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	gap: 7px;
	color: var(--home-ink);
	font-size: 11px;
	font-weight: 790;
	white-space: nowrap;
}

body.home .smm-exact-preview__mini-brand img {
	width: 24px;
	height: 24px;
}

body.home .smm-exact-preview__mini-brand strong {
	color: var(--home-purple);
}

body.home .smm-exact-preview__nav ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 4px;
	list-style: none;
}

body.home .smm-exact-preview__nav li {
	display: flex;
	min-height: 31px;
	padding: 7px 8px;
	border-radius: 6px;
	align-items: center;
	gap: 7px;
	color: #625e6f;
	font-size: 9px;
	font-weight: 670;
}

body.home .smm-exact-preview__nav li.is-current {
	background: #eee6ff;
	color: var(--home-purple);
}

body.home .smm-exact-preview__nav .homepage-v2-icon {
	width: 14px;
	height: 14px;
}

body.home .smm-exact-preview__main {
	min-width: 0;
	padding: 15px;
}

body.home .smm-exact-preview__header {
	display: flex;
	padding: 0 1px 11px;
	border-bottom: 1px solid #ede8f4;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

body.home .smm-exact-preview__header strong,
body.home .smm-exact-preview__header small {
	display: block;
}

body.home .smm-exact-preview__header strong {
	color: var(--home-ink);
	font-size: 13px;
	line-height: 1.2;
}

body.home .smm-exact-preview__header small {
	margin-top: 3px;
	color: #807b8d;
	font-size: 8px;
}

body.home .smm-exact-preview__header > span {
	padding: 4px 7px;
	border-radius: 999px;
	background: #f0e8ff;
	color: var(--home-purple);
	font-size: 7px;
	font-weight: 740;
	white-space: nowrap;
}

body.home .smm-exact-preview__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 142px;
	margin-top: 11px;
	gap: 10px;
}

body.home .smm-exact-preview__orders {
	padding: 10px;
	border: 1px solid #e9e3f1;
	border-radius: 10px;
	background: #fff;
}

body.home .smm-exact-preview__section-title {
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.home .smm-exact-preview__section-title strong {
	font-size: 9px;
}

body.home .smm-exact-preview__section-title span {
	color: var(--home-purple);
	font-size: 7px;
	font-weight: 700;
}

body.home .smm-exact-preview__row {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 65px auto;
	min-height: 43px;
	padding: 7px 0;
	align-items: center;
	gap: 7px;
}

body.home .smm-exact-preview__row + .smm-exact-preview__row {
	border-top: 1px solid #f0edf5;
}

body.home .smm-exact-preview__platform {
	display: grid;
	width: 27px;
	height: 27px;
	border-radius: 7px;
	place-items: center;
	color: #fff;
}

body.home .smm-exact-preview__platform svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.home .smm-exact-preview__platform .platform-icon__fill {
	fill: currentColor;
	stroke: none;
}

body.home .smm-exact-preview__platform--instagram { background: linear-gradient(145deg, #f75a7f, #8a3df0); }
body.home .smm-exact-preview__platform--youtube { background: #ff1f2d; }
body.home .smm-exact-preview__platform--telegram { background: #2aa7df; }

body.home .smm-exact-preview__row div strong,
body.home .smm-exact-preview__row div small {
	display: block;
}

body.home .smm-exact-preview__row div strong {
	color: var(--home-ink);
	font-size: 8px;
	line-height: 1.2;
}

body.home .smm-exact-preview__row div small {
	margin-top: 2px;
	color: #8a8696;
	font-size: 6.5px;
	line-height: 1.25;
}

body.home .smm-exact-preview__bar {
	display: block;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: #ece8f2;
}

body.home .smm-exact-preview__bar i {
	display: block;
	height: 100%;
	border-radius: inherit;
}

body.home .smm-exact-preview__row.is-pending .smm-exact-preview__bar i { width: 34%; background: #f59e0b; }
body.home .smm-exact-preview__row.is-processing .smm-exact-preview__bar i { width: 66%; background: var(--home-purple); }
body.home .smm-exact-preview__row.is-complete .smm-exact-preview__bar i { width: 100%; background: #22a865; }

body.home .smm-exact-preview__row em {
	padding: 3px 6px;
	border-radius: 999px;
	font-size: 6.5px;
	font-style: normal;
	font-weight: 720;
	white-space: nowrap;
}

body.home .smm-exact-preview__row.is-pending em { background: #fff5db; color: #a56600; }
body.home .smm-exact-preview__row.is-processing em { background: #efe7ff; color: #6424db; }
body.home .smm-exact-preview__row.is-complete em { background: #e6f8ee; color: #197647; }

body.home .smm-exact-preview__highlight {
	position: relative;
	padding: 14px;
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(145deg, #782be4 0%, #5516c6 100%);
	box-shadow: 0 10px 22px rgba(86, 23, 198, 0.2);
	color: #fff;
}

body.home .smm-exact-preview__highlight::after {
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 90px;
	height: 90px;
	border: 14px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

body.home .smm-exact-preview__highlight .homepage-v2-icon {
	width: 20px;
	height: 20px;
	margin-bottom: 9px;
}

body.home .smm-exact-preview__highlight strong {
	display: block;
	font-size: 11px;
	line-height: 1.25;
}

body.home .smm-exact-preview__highlight p {
	margin: 6px 0 12px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 7px;
	line-height: 1.45;
}

body.home .smm-exact-preview__highlight ul {
	display: flex;
	height: 45px;
	margin: 0;
	padding: 0;
	align-items: flex-end;
	gap: 5px;
	list-style: none;
}

body.home .smm-exact-preview__highlight li {
	width: 7px;
	border-radius: 99px 99px 3px 3px;
	background: rgba(255, 255, 255, 0.86);
}

body.home .smm-exact-preview__highlight li:nth-child(1) { height: 16px; }
body.home .smm-exact-preview__highlight li:nth-child(2) { height: 23px; }
body.home .smm-exact-preview__highlight li:nth-child(3) { height: 20px; }
body.home .smm-exact-preview__highlight li:nth-child(4) { height: 31px; }
body.home .smm-exact-preview__highlight li:nth-child(5) { height: 27px; }
body.home .smm-exact-preview__highlight li:nth-child(6) { height: 38px; }
body.home .smm-exact-preview__highlight li:nth-child(7) { height: 43px; }

body.home .smm-exact-preview__utilities {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(150px, 0.85fr);
	margin-top: 10px;
	gap: 10px;
}

body.home .smm-exact-preview__track,
body.home .smm-exact-preview__help {
	min-height: 58px;
	padding: 10px;
	border: 1px solid #e9e3f1;
	border-radius: 9px;
	background: #fff;
}

body.home .smm-exact-preview__track > strong {
	display: block;
	margin-bottom: 6px;
	font-size: 8px;
}

body.home .smm-exact-preview__track > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	border: 1px solid #e4deed;
	border-radius: 5px;
	background: #fbfaff;
}

body.home .smm-exact-preview__track span,
body.home .smm-exact-preview__track b {
	display: block;
	padding: 5px 7px;
	font-size: 7px;
	line-height: 1;
}

body.home .smm-exact-preview__track span {
	color: #938f9d;
}

body.home .smm-exact-preview__track b {
	background: var(--home-purple);
	color: #fff;
}

body.home .smm-exact-preview__help {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--home-ink);
	text-decoration: none;
}

body.home .smm-exact-preview__help > .homepage-v2-icon {
	width: 24px;
	height: 24px;
	color: var(--home-purple);
}

body.home .smm-exact-preview__help strong,
body.home .smm-exact-preview__help small {
	display: block;
}

body.home .smm-exact-preview__help strong {
	font-size: 8px;
}

body.home .smm-exact-preview__help small {
	margin-top: 3px;
	color: var(--home-purple);
	font-size: 7px;
	font-weight: 690;
}

body.home .smm-exact-preview__note {
	margin: 7px 2px 0;
	color: #8b8798;
	font-size: 8px;
	text-align: right;
}

/* --------------------------------------------------------------
   Trust strip
-------------------------------------------------------------- */
body.home .smm-exact-trust {
	position: relative;
	z-index: 5;
	margin-top: -34px;
	padding-bottom: 21px;
}

body.home .smm-exact-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #e9e3f2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(49, 29, 90, 0.1);
}

body.home .smm-exact-trust__grid > div {
	display: flex;
	min-height: 78px;
	padding: 16px 19px;
	align-items: center;
	gap: 12px;
}

body.home .smm-exact-trust__grid > div + div {
	border-left: 1px solid #e9e3f2;
}

body.home .smm-exact-trust__grid .homepage-v2-icon {
	width: 30px;
	height: 30px;
	color: var(--home-purple);
}

body.home .smm-exact-trust__grid p,
body.home .smm-exact-trust__grid strong,
body.home .smm-exact-trust__grid small {
	display: block;
	margin: 0;
}

body.home .smm-exact-trust__grid strong {
	font-size: 12px;
	line-height: 1.25;
}

body.home .smm-exact-trust__grid small {
	margin-top: 3px;
	color: #777283;
	font-size: 9px;
	line-height: 1.35;
}

/* --------------------------------------------------------------
   Shared homepage section presentation
-------------------------------------------------------------- */
body.home .smm-exact-section {
	padding: 22px 0 0;
}

body.home .smm-exact-section__heading {
	margin-bottom: 17px;
}

body.home .smm-exact-section__heading--center {
	text-align: center;
}

body.home .smm-exact-section__heading--center h2 {
	margin: 0;
	font-size: clamp(1.8rem, 2.25vw, 2.25rem);
	letter-spacing: -0.035em;
}

body.home .smm-exact-section__heading--center p {
	max-width: 650px;
	margin: 7px auto 0;
	color: var(--home-muted);
	font-size: 13px;
}

body.home .smm-exact-platforms {
	padding-bottom: 10px;
	background: #fff;
}

body.home .smm-exact-platform-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

body.home .smm-exact-platform-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 25px;
	min-height: 78px;
	padding: 13px;
	border: 1px solid #e8e2f0;
	border-radius: 11px;
	align-items: center;
	gap: 11px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(42, 25, 80, 0.055);
	color: var(--home-ink);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.home .smm-exact-platform-card:hover {
	border-color: #cab8ef;
	box-shadow: 0 12px 26px rgba(56, 31, 106, 0.11);
	color: var(--home-ink);
	transform: translateY(-2px);
}

body.home .smm-exact-platform-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	place-items: center;
	color: #fff;
}

body.home .smm-exact-platform-card__icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

body.home .smm-exact-platform-card__icon .platform-icon__fill {
	fill: currentColor;
	stroke: none;
}

body.home .smm-exact-platform-card--instagram .smm-exact-platform-card__icon { background: linear-gradient(145deg, #f7a232 0%, #e83e8c 45%, #7a3bec 100%); }
body.home .smm-exact-platform-card--youtube .smm-exact-platform-card__icon { background: #ff1f2d; }
body.home .smm-exact-platform-card--tiktok .smm-exact-platform-card__icon { background: #15151d; }
body.home .smm-exact-platform-card--facebook .smm-exact-platform-card__icon { background: #2d6cdf; }
body.home .smm-exact-platform-card--telegram .smm-exact-platform-card__icon { background: linear-gradient(145deg, #36b8ed, #2489d1); }

body.home .smm-exact-platform-card__copy {
	min-width: 0;
}

body.home .smm-exact-platform-card__copy strong,
body.home .smm-exact-platform-card__copy small {
	display: block;
}

body.home .smm-exact-platform-card__copy strong {
	font-size: 13px;
	line-height: 1.2;
}

body.home .smm-exact-platform-card__copy small {
	display: -webkit-box;
	margin-top: 4px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #777284;
	font-size: 9px;
	line-height: 1.3;
}

body.home .smm-exact-platform-card__arrow {
	display: grid;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd6e9;
	border-radius: 50%;
	place-items: center;
	color: var(--home-purple);
	font-size: 18px;
	line-height: 1;
}

/* --------------------------------------------------------------
   Campaign cards
-------------------------------------------------------------- */
body.home .smm-exact-campaigns {
	padding: 16px 0 20px;
}

body.home .smm-exact-section__heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

body.home .smm-exact-section__heading--split > div > span {
	display: block;
	margin-bottom: 5px;
	color: var(--home-purple);
	font-size: 11px;
	font-weight: 790;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .smm-exact-section__heading--split h2 {
	margin: 0;
	font-size: clamp(1.65rem, 2vw, 2rem);
	letter-spacing: -0.035em;
}

body.home .smm-exact-section__heading--split > a {
	color: var(--home-purple);
	font-size: 12px;
	font-weight: 720;
	text-decoration: none;
	white-space: nowrap;
}

body.home .smm-exact-campaign-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body.home .smm-exact-campaign-card {
	display: flex;
	min-width: 0;
	padding: 15px 15px 13px;
	border: 1px solid #e8e2ef;
	border-radius: 11px;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 8px 23px rgba(45, 27, 84, 0.065);
}

body.home .smm-exact-campaign-card__top {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
}

body.home .smm-exact-campaign-card__icon {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	place-items: center;
	background: #f0e9ff;
	color: var(--home-purple);
}

body.home .smm-exact-campaign-card__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.home .smm-exact-campaign-card__icon .platform-icon__fill {
	fill: currentColor;
	stroke: none;
}

body.home .smm-exact-campaign-card--instagram .smm-exact-campaign-card__icon { background: linear-gradient(145deg, #f8e0ed, #eee3ff); color: #b73cc9; }
body.home .smm-exact-campaign-card--youtube .smm-exact-campaign-card__icon { background: #ffe9eb; color: #ee1d2d; }
body.home .smm-exact-campaign-card--tiktok .smm-exact-campaign-card__icon { background: #ebebef; color: #16161e; }
body.home .smm-exact-campaign-card--facebook .smm-exact-campaign-card__icon { background: #e7efff; color: #2d6cdf; }
body.home .smm-exact-campaign-card--telegram .smm-exact-campaign-card__icon { background: #e4f5fc; color: #269bd6; }

body.home .smm-exact-campaign-card__top span:nth-child(2) {
	min-width: 0;
}

body.home .smm-exact-campaign-card__top strong,
body.home .smm-exact-campaign-card__top small {
	display: block;
}

body.home .smm-exact-campaign-card__top strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	line-height: 1.25;
}

body.home .smm-exact-campaign-card__top small {
	margin-top: 3px;
	color: #777284;
	font-size: 8px;
}

body.home .smm-exact-campaign-card__top em {
	padding: 4px 7px;
	border-radius: 999px;
	background: #eee6ff;
	color: var(--home-purple);
	font-size: 7px;
	font-style: normal;
	font-weight: 740;
}

body.home .smm-exact-campaign-card > p {
	display: -webkit-box;
	min-height: 35px;
	margin: 10px 0 12px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #777284;
	font-size: 9px;
	line-height: 1.45;
}

body.home .smm-exact-campaign-card__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: auto;
	padding: 10px 0;
	border-top: 1px solid #eeeaf4;
	gap: 8px;
}

body.home .smm-exact-campaign-card__facts > div + div {
	padding-left: 8px;
	border-left: 1px solid #eeeaf4;
}

body.home .smm-exact-campaign-card__facts small,
body.home .smm-exact-campaign-card__facts strong {
	display: block;
}

body.home .smm-exact-campaign-card__facts small {
	color: #888395;
	font-size: 7px;
	line-height: 1.2;
}

body.home .smm-exact-campaign-card__facts strong {
	display: -webkit-box;
	margin-top: 4px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--home-ink);
	font-size: 9px;
	line-height: 1.25;
}

body.home .smm-exact-campaign-card__facts .price,
body.home .smm-exact-campaign-card__facts .amount,
body.home .smm-exact-campaign-card__facts .woocommerce-Price-amount {
	color: var(--home-purple);
	font-size: 15px;
	font-weight: 820;
}

body.home .smm-exact-campaign-card__button {
	display: flex;
	min-height: 34px;
	margin-top: 2px;
	padding: 9px 12px;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, #762fe7, #5517c9);
	color: #fff;
	font-size: 10px;
	font-weight: 760;
	text-decoration: none;
}

body.home .smm-exact-campaign-card__button:hover {
	color: #fff;
	filter: brightness(1.05);
}

/* --------------------------------------------------------------
   How it works
-------------------------------------------------------------- */
body.home .smm-exact-process {
	padding: 8px 0 20px;
}

body.home .smm-exact-process h2 {
	margin: 0 0 13px;
	font-size: 18px;
	letter-spacing: -0.02em;
	text-align: center;
}

body.home .smm-exact-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	gap: 12px;
	list-style: none;
}

body.home .smm-exact-process__grid li {
	position: relative;
	display: grid;
	grid-template-columns: 30px 34px minmax(0, 1fr);
	min-height: 75px;
	padding: 12px;
	border: 1px solid #e9e3f2;
	border-radius: 10px;
	align-items: center;
	gap: 10px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(42, 25, 80, 0.055);
}

body.home .smm-exact-process__grid li > span {
	display: grid;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	place-items: center;
	background: linear-gradient(135deg, #7c3aed, #5b21d6);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

body.home .smm-exact-process__grid li > i {
	display: grid;
	width: 34px;
	height: 34px;
	border: 1px solid #dfd4f6;
	border-radius: 9px;
	place-items: center;
	background-color: var(--home-purple);
}

body.home .smm-exact-process__grid strong,
body.home .smm-exact-process__grid small {
	display: block;
}

body.home .smm-exact-process__grid strong {
	font-size: 11px;
	line-height: 1.25;
}

body.home .smm-exact-process__grid small {
	margin-top: 4px;
	color: #7a7586;
	font-size: 8px;
	line-height: 1.35;
}

/* --------------------------------------------------------------
   Homepage footer alignment
-------------------------------------------------------------- */
body.home .site-footer {
	margin-top: 0;
	border-top: 1px solid #ece6f4;
	background: linear-gradient(180deg, #f8f5ff 0%, #f4f0fc 100%);
}

body.home .site-footer .site-container {
	width: min(1280px, calc(100% - 40px));
}

body.home .site-footer .footer-inner {
	padding-top: 28px;
	padding-bottom: 24px;
}

body.home .site-footer .footer-brand p,
body.home .site-footer .footer-column a,
body.home .site-footer .footer-email,
body.home .site-footer .footer-bottom p {
	color: #6f6a7c;
}

/* --------------------------------------------------------------
   Responsive behavior
-------------------------------------------------------------- */
@media (max-width: 1180px) {
	.site-header--homepage-v2 .header-inner {
		gap: 19px;
	}

	.site-header--homepage-v2 .site-logo__mark {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.site-header--homepage-v2 .site-logo .site-logo__name {
		font-size: 19px;
	}

	.site-header--homepage-v2 .main-navigation {
		gap: 25px;
	}

	.site-header--homepage-v2 .primary-menu {
		gap: 13px;
	}

	.site-header--homepage-v2 .primary-menu a,
	.site-header--homepage-v2 .header-support-link {
		font-size: 12px;
	}

	body.home .smm-exact-hero__grid {
		grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
		gap: 34px;
	}

	body.home .smm-exact-hero h1 {
		font-size: clamp(3rem, 5vw, 3.75rem);
	}

	body.home .smm-exact-preview__shell {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	body.home .smm-exact-preview__body {
		grid-template-columns: minmax(0, 1fr) 122px;
	}

	body.home .smm-exact-platform-card {
		grid-template-columns: 46px minmax(0, 1fr) 23px;
		padding: 11px;
	}

	body.home .smm-exact-platform-card__icon {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 1024px) {
	.site-header--homepage-v2 .menu-toggle {
		display: block;
	}

	.site-header--homepage-v2 .main-navigation {
		position: absolute;
		top: 68px;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100dvh - 68px);
		padding: 18px 24px 24px;
		overflow: auto;
		border-top: 1px solid #ebe7f4;
		background: #fff;
		box-shadow: 0 18px 35px rgba(17, 21, 43, 0.14);
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.site-header--homepage-v2 .main-navigation.is-open {
		display: flex;
	}

	.site-header--homepage-v2 .primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.site-header--homepage-v2 .primary-menu a,
	.site-header--homepage-v2 .header-support-link {
		display: flex;
		min-height: 44px;
		padding: 8px 0;
		font-size: 15px;
	}

	.site-header--homepage-v2 .primary-menu a::after,
	.site-header--homepage-v2 .header-support-link::after {
		display: none;
	}

	.site-header--homepage-v2 .header-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.site-header--homepage-v2 .header-support-link,
	.site-header--homepage-v2 .header-account-button {
		justify-content: center;
	}

	body.home .smm-exact-hero__grid {
		grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
		gap: 24px;
	}

	body.home .smm-exact-hero h1 {
		font-size: clamp(2.65rem, 5vw, 3.2rem);
	}

	body.home .smm-exact-hero__content > p {
		font-size: 15px;
	}

	body.home .smm-exact-preview__nav {
		display: none;
	}

	body.home .smm-exact-preview__shell {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-platform-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.home .smm-exact-campaign-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .smm-exact-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body.home .smm-exact-hero {
		padding-top: 42px;
	}

	body.home .smm-exact-hero__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
	}

	body.home .smm-exact-hero__content {
		max-width: 680px;
	}

	body.home .smm-exact-hero h1 {
		font-size: clamp(3rem, 8vw, 4rem);
	}

	body.home .smm-exact-preview {
		width: 100%;
		max-width: 720px;
	}

	body.home .smm-exact-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .smm-exact-trust__grid > div:nth-child(3) {
		border-top: 1px solid #e9e3f2;
		border-left: 0;
	}

	body.home .smm-exact-trust__grid > div:nth-child(4) {
		border-top: 1px solid #e9e3f2;
	}

	body.home .smm-exact-platform-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.site-header--homepage-v2 .site-container,
	body.home .smm-home-exact .site-container,
	body.home .site-footer .site-container {
		width: min(100% - 28px, 1280px);
	}

	body.home .smm-exact-hero {
		padding: 36px 0 66px;
	}

	body.home .smm-exact-hero::before,
	body.home .smm-exact-hero__decor {
		display: none;
	}

	body.home .smm-exact-hero h1 {
		font-size: clamp(2.55rem, 12vw, 3.3rem);
	}

	body.home .smm-exact-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.home .smm-exact-button {
		width: 100%;
	}

	body.home .smm-exact-hero__facts {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	body.home .smm-exact-preview__body {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-preview__highlight {
		display: none;
	}

	body.home .smm-exact-preview__utilities {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-preview__row {
		grid-template-columns: 28px minmax(0, 1fr) auto;
	}

	body.home .smm-exact-preview__bar {
		grid-column: 2;
	}

	body.home .smm-exact-preview__row em {
		grid-column: 3;
		grid-row: 1;
	}

	body.home .smm-exact-trust {
		margin-top: -28px;
	}

	body.home .smm-exact-trust__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-trust__grid > div + div,
	body.home .smm-exact-trust__grid > div:nth-child(3) {
		border-top: 1px solid #e9e3f2;
		border-left: 0;
	}

	body.home .smm-exact-section {
		padding-top: 18px;
	}

	body.home .smm-exact-section__heading--split {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	body.home .smm-exact-platform-grid,
	body.home .smm-exact-campaign-grid,
	body.home .smm-exact-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-platform-card {
		grid-template-columns: 48px minmax(0, 1fr) 24px;
	}
}

@media (max-width: 390px) {
	body.home .smm-exact-preview__main {
		padding: 12px;
	}

	body.home .smm-exact-preview__header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.home .smm-exact-preview__row {
		grid-template-columns: 27px minmax(0, 1fr);
	}

	body.home .smm-exact-preview__row em {
		grid-column: 2;
		grid-row: auto;
		justify-self: start;
	}

	body.home .smm-exact-preview__bar {
		grid-column: 2;
	}

	body.home .smm-exact-campaign-card__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .smm-exact-campaign-card__facts > div + div {
		padding-top: 7px;
		padding-left: 0;
		border-top: 1px solid #eeeaf4;
		border-left: 0;
	}

	body.home .smm-exact-process__grid li {
		grid-template-columns: 28px minmax(0, 1fr);
	}

	body.home .smm-exact-process__grid li > i {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header--homepage-v2 *,
	body.home .smm-home-exact * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
