@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

:root {
	--helpy-blue: #0081d1;
	--helpy-blue-soft: #36a9f3;
	--helpy-blue-light: #eaf6ff;
	--helpy-blue-dark: #005b93;
	--helpy-blue-deep: #002b45;
	--helpy-orange: #ee9528;
	--helpy-orange-hover: #f4a943;
	--helpy-orange-soft: #fff3e3;
	--helpy-white: #ffffff;
	--helpy-bg: #f7fafc;
	--helpy-text: #071b3a;
	--helpy-muted: #536173;
	--helpy-border: #e5edf5;
	--helpy-shadow-soft: 0 18px 50px rgba(0, 43, 69, 0.08);
	--helpy-shadow-card: 0 24px 70px rgba(0, 43, 69, 0.13);
	--helpy-shadow-blue: 0 24px 60px rgba(0, 129, 209, 0.23);
	--helpy-radius: 24px;
	--helpy-radius-lg: 34px;
}

.helpy-landing {
	background:
		radial-gradient(
			circle at 70% 30%,
			rgba(54, 169, 243, 0.11),
			transparent 38%
		),
		linear-gradient(
			180deg,
			#f9fbfe 0%,
			#f9fbfe 18%,
			#f7fbff 52%,
			#ffffff 100%
		);
	color: var(--helpy-text);
	font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	overflow: hidden;
}

.helpy-landing *,
.helpy-landing *::before,
.helpy-landing *::after {
	box-sizing: border-box;
}

.helpy-landing h1,
.helpy-landing h2,
.helpy-landing h3,
.helpy-landing p {
	margin-top: 0;
}

.helpy-landing h1,
.helpy-landing h2,
.helpy-landing h3 {
	color: var(--helpy-text);
	font-family: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.helpy-landing h1 {
	font-size: clamp(2.6rem, 4.75vw, 4.85rem);
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 1.00;
	margin-bottom: 24px;
	max-width: 720px;
	text-align: left;
}

.helpy-landing h2 span {
	color: var(--helpy-blue);
}

.helpy-hero #helpy-hero-title .helpy-gradient-text {
	background-color: transparent !important;
	background-image: linear-gradient(90deg, #0078c7 0%, #0081d1 42%, #36a9f3 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: transparent !important;
	display: inline-block !important;
	line-height: 1.00;
	padding-bottom: 0.15em;
	text-shadow: none !important;
	-webkit-text-fill-color: transparent !important;
	text-align: left;
}

.helpy-landing h2 {
	font-size: clamp(2rem, 3.4vw, 3.25rem);
	letter-spacing: -0.035em;
	margin-bottom: 16px;
}

.helpy-landing h3 {
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.018em;
	margin-bottom: 8px;
}

.helpy-landing p {
	color: var(--helpy-muted);
	font-size: 1.02rem;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1.7;
}

.helpy-container {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 28px;
	width: 100%;
}

.helpy-topbar {
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(18px);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 20;
}

.helpy-topbar__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
	min-height: 82px;
}

.helpy-logo {
	color: var(--helpy-blue);
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.helpy-topbar__links {
	align-items: center;
	display: flex;
	gap: clamp(18px, 3vw, 52px);
	justify-content: center;
}

.helpy-topbar__links a {
	color: var(--helpy-text);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.helpy-topbar__cta,
.helpy-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	text-decoration: none;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
	white-space: nowrap;
}

.helpy-topbar__cta,
.helpy-button--primary {
	background: linear-gradient(135deg, #078ee0, #006fc4);
	box-shadow: var(--helpy-shadow-blue);
	color: var(--helpy-white);
}

.helpy-button--primary {
	background: linear-gradient(135deg, var(--helpy-orange), var(--helpy-orange-hover));
	box-shadow: 0 18px 38px rgba(238, 149, 40, 0.32);
}

.helpy-button--outline {
	background: var(--helpy-white);
	border: 2px solid var(--helpy-blue);
	color: var(--helpy-blue);
}

.helpy-button:hover,
.helpy-button:focus-visible,
.helpy-topbar__cta:hover,
.helpy-topbar__cta:focus-visible {
	transform: translateY(-2px);
}

.helpy-section {
	padding: 78px 0;
}

.helpy-section--tight {
	padding-top: 54px;
}

.helpy-section--compact {
	padding: 48px 0 72px;
}

.helpy-centered-heading {
	margin: 0 auto 34px;
	max-width: 780px;
	text-align: center;
}

.helpy-centered-heading::after {
	background: var(--helpy-blue);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin: 14px auto 0;
	width: 44px;
}

.helpy-hero {
	padding: 54px 0 30px;
	position: relative;
}

.helpy-hero__grid {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
	min-height: 580px;
}

.helpy-hero__subtitle {
	color: #15243a;
	font-size: clamp(1.02rem, 1.18vw, 1.2rem);
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 0;
	max-width: 640px;
	text-align: left;
}

.helpy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 34px 0 32px;
}

.helpy-actions--center {
	justify-content: center;
	margin-bottom: 0;
}

.helpy-store-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.helpy-rating {
	display: block;
	line-height: 1;
}

.helpy-rating__score {
	color: #ffc22c;
	display: inline-block;
	font-size: 1.15rem;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	width: auto;
}

.helpy-rating__score::after {
	color: var(--helpy-text);
	content: " 4.4/5";
	display: inline;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
}

.helpy-rating__label {
	color: var(--helpy-muted);
	display: block;
	font-size: 0.84rem;
	margin-top: 5px;
}

.helpy-store-badge {
	align-items: center;
	background: var(--helpy-white);
	border: 1px solid #aeb9c4;
	border-radius: 7px;
	color: #111827;
	display: grid;
	grid-template-columns: 24px 1fr;
	line-height: 1.02;
	min-height: 44px;
	min-width: 126px;
	padding: 6px 12px 7px 10px;
	text-decoration: none;
}

.helpy-store-badge img,
.helpy-button--store img,
.helpy-stats__stores img {
	display: block;
	height: 22px;
	object-fit: contain;
	width: 22px;
}

.helpy-store-badge span {
	font-size: 0.62rem;
	font-weight: 700;
	grid-column: 2;
	text-transform: uppercase;
}

.helpy-store-badge strong {
	font-size: 1.05rem;
	font-weight: 800;
	grid-column: 2;
}

.helpy-store-badge img {
	grid-row: 1 / span 2;
	margin-top: 2px;
}

.helpy-hero__visual {
	height: 608px;
	position: relative;
}

.helpy-map-shape {
	background:
		linear-gradient(180deg, rgba(234, 246, 255, 0.54), rgba(0, 129, 209, 0.18)),
		linear-gradient(100deg, rgba(255, 255, 255, 0.85), rgba(54, 169, 243, 0.16));
	border-radius: 48% 52% 50% 48% / 62% 54% 46% 38%;
	bottom: 22px;
	filter: drop-shadow(0 40px 80px rgba(0, 129, 209, 0.15));
	height: 378px;
	left: 32px;
	position: absolute;
	right: -54px;
}

.helpy-map-shape::before {
	background:
		linear-gradient(90deg, rgba(0, 91, 147, 0.09) 18px, transparent 18px),
		linear-gradient(0deg, rgba(0, 91, 147, 0.08) 18px, transparent 18px);
	background-size: 52px 52px;
	bottom: 78px;
	content: "";
	height: 120px;
	opacity: 0.35;
	position: absolute;
	right: 42px;
	width: 270px;
}

.helpy-dash-path {
	border: 2px dashed rgba(0, 129, 209, 0.27);
	border-radius: 999px;
	position: absolute;
}

.helpy-dash-path--left {
	height: 260px;
	left: 6px;
	top: 160px;
	transform: rotate(-13deg);
	width: 430px;
}

.helpy-dash-path--right {
	height: 326px;
	right: -8px;
	top: 92px;
	transform: rotate(12deg);
	width: 380px;
}

.helpy-phone {
	background: linear-gradient(155deg, #0a0d12, #27364a);
	border: 9px solid #080b10;
	border-radius: 42px;
	box-shadow: 0 34px 80px rgba(0, 23, 44, 0.28);
	overflow: hidden;
	position: relative;
}

.helpy-phone::before {
	background: #06080c;
	border-radius: 0 0 18px 18px;
	content: "";
	height: 24px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 104px;
	z-index: 4;
}

.helpy-phone--hero {
	height: 520px;
	left: 50%;
	position: absolute;
	top: 34px;
	transform: translateX(-50%);
	width: 294px;
	z-index: 5;
}

.helpy-home-phone {
	display: block;
	filter: drop-shadow(0 34px 70px rgba(0, 23, 44, 0.26));
	height: 535px;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 22px;
	transform: translateX(-50%);
	width: auto;
	z-index: 5;
}

.helpy-phone__screen {
	background: #f9fcff;
	border-radius: 31px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.helpy-phone__screen::before {
	background: linear-gradient(180deg, #078ee0, #006fc4);
	border-radius: 0 0 24px 24px;
	content: "";
	height: 172px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.helpy-phone__status,
.helpy-phone__brand,
.helpy-phone__hello,
.helpy-phone__search,
.helpy-phone__label,
.helpy-phone__icons,
.helpy-phone__listing,
.helpy-phone__nav {
	left: 20px;
	position: absolute;
	right: 20px;
	z-index: 2;
}

.helpy-phone__status {
	color: var(--helpy-white);
	font-size: 0.7rem;
	font-weight: 800;
	top: 22px;
}

.helpy-phone__brand {
	color: var(--helpy-white);
	font-size: 1.18rem;
	font-weight: 800;
	text-align: center;
	top: 54px;
}

.helpy-phone__hello {
	color: var(--helpy-white);
	font-size: 0.92rem;
	font-weight: 800;
	top: 96px;
}

.helpy-phone__search {
	background: var(--helpy-white);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(0, 43, 69, 0.12);
	color: #8b98a8;
	font-size: 0.72rem;
	font-weight: 700;
	height: 34px;
	padding: 9px 14px;
	top: 132px;
}

.helpy-phone__label {
	color: var(--helpy-text);
	font-size: 0.74rem;
	font-weight: 800;
}

.helpy-phone__label:nth-of-type(5) {
	top: 190px;
}

.helpy-phone__label:nth-of-type(7) {
	top: 316px;
}

.helpy-phone__icons {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	top: 216px;
}

.helpy-phone__icons span {
	background: #eef7ff;
	border: 1px solid #dcebf8;
	border-radius: 12px;
	height: 34px;
}

.helpy-phone__listing {
	align-items: center;
	background: var(--helpy-white);
	border: 1px solid var(--helpy-border);
	border-radius: 15px;
	box-shadow: 0 16px 34px rgba(0, 43, 69, 0.12);
	display: grid;
	gap: 10px;
	grid-template-columns: 48px 1fr;
	padding: 10px;
	top: 344px;
}

.helpy-phone__avatar {
	background:
		radial-gradient(circle at 50% 26%, #ffd9c7 0 18%, transparent 19%),
		linear-gradient(180deg, #0e8adb 0 50%, #d8ecff 50%);
	border-radius: 14px;
	height: 48px;
}

.helpy-phone__listing strong,
.helpy-phone__listing span,
.helpy-phone__listing small {
	display: block;
	line-height: 1.2;
}

.helpy-phone__listing strong {
	font-size: 0.72rem;
}

.helpy-phone__listing span {
	color: var(--helpy-muted);
	font-size: 0.62rem;
}

.helpy-phone__listing small {
	color: #0f7ecc;
	font-weight: 800;
}

.helpy-phone__nav {
	background: rgba(0, 43, 69, 0.08);
	border-radius: 999px;
	bottom: 16px;
	height: 36px;
}

.helpy-floating-card {
	animation: helpyFloat 5.5s ease-in-out infinite;
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 129, 209, 0.12);
	border-radius: 16px;
	box-shadow: var(--helpy-shadow-card);
	color: var(--helpy-text);
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 34px auto;
	min-width: 166px;
	padding: 14px 16px;
	position: absolute;
	z-index: 7;
}

.helpy-floating-card__icon {
	align-items: center;
	background: var(--helpy-blue);
	border-radius: 999px;
	display: flex;
	grid-row: span 2;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.helpy-floating-card__icon::after {
	background: var(--helpy-white);
	border-radius: 999px;
	content: "";
	height: 14px;
	width: 14px;
}

.helpy-floating-card strong,
.helpy-floating-card small {
	display: block;
	line-height: 1.12;
}

.helpy-floating-card strong {
	font-size: 0.82rem;
	font-weight: 800;
}

.helpy-floating-card small {
	color: var(--helpy-muted);
	font-size: 0.72rem;
	font-weight: 800;
}

.helpy-floating-card--pink {
	border-color: rgba(240, 91, 128, 0.28);
	left: 58px;
	top: 96px;
	transform: rotate(5deg);
}

.helpy-floating-card--pink .helpy-floating-card__icon {
	background: #f55f82;
}

.helpy-floating-card--green {
	left: 64px;
	top: 246px;
}

.helpy-floating-card--green .helpy-floating-card__icon {
	background: #37c881;
}

.helpy-floating-card--check {
	bottom: 112px;
	left: 84px;
	min-width: 156px;
}

.helpy-floating-card--dog {
	right: 54px;
	top: 78px;
}

.helpy-floating-card--chat {
	right: 42px;
	top: 242px;
}

.helpy-floating-card--request {
	bottom: 96px;
	right: 56px;
}

.helpy-value-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.helpy-value-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--helpy-border);
	border-radius: var(--helpy-radius);
	box-shadow: var(--helpy-shadow-soft);
	display: grid;
	gap: 22px;
	grid-template-columns: 70px 1fr;
	min-height: 134px;
	padding: 28px 30px;
}

.helpy-round-icon,
.helpy-plus-card__icon {
	align-items: center;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.58), transparent 30%),
		linear-gradient(135deg, #078ee0, #006fc4);
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(0, 129, 209, 0.24);
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.helpy-round-icon img {
	display: block;
	height: 32px;
	object-fit: contain;
	width: 32px;
}

.helpy-value-card p,
.helpy-audience-card p,
.helpy-plus-card p,
.helpy-feature-panel p {
	margin-bottom: 0;
}

.helpy-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(9, 1fr);
}

.helpy-category-card {
	align-items: center;
	background: var(--helpy-white);
	border: 1px solid var(--helpy-border);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(0, 43, 69, 0.06);
	display: grid;
	gap: 12px;
	justify-items: center;
	min-height: 112px;
	padding: 18px 12px;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.helpy-category-card:hover,
.helpy-value-card:hover,
.helpy-faq-item:hover {
	border-color: rgba(0, 129, 209, 0.24);
	box-shadow: 0 24px 54px rgba(0, 43, 69, 0.1);
	transform: translateY(-3px);
}

.helpy-category-card:last-child {
	background: var(--helpy-blue-light);
}

.helpy-category-card__icon {
	border: 3px solid var(--helpy-blue);
	border-radius: 14px;
	height: 34px;
	position: relative;
	width: 34px;
}

.helpy-category-card__icon::after {
	background: var(--helpy-blue);
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 8px;
}

.helpy-category-card__image {
	display: block;
	height: 42px;
	object-fit: contain;
	width: 42px;
}

.helpy-category-card__more {
	color: var(--helpy-blue);
	display: block;
	font-size: 2rem;
	font-weight: 950;
	line-height: 34px;
	min-height: 42px;
}

.helpy-category-card h3 {
	font-size: 0.86rem;
	margin: 0;
}

.helpy-category-link {
	color: var(--helpy-blue);
	display: table;
	font-size: 0.9rem;
	font-weight: 800;
	margin: 26px auto 0;
	text-decoration: none;
	text-transform: uppercase;
}

.helpy-manifesto {
	padding: 42px 0 30px;
}

.helpy-manifesto__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(240px, 0.78fr) minmax(460px, 1.18fr) minmax(240px, 0.72fr);
}

.helpy-manifesto__copy h2 {
	font-size: clamp(2rem, 3.6vw, 3.3rem);
}

.helpy-manifesto__copy h2 span {
	color: var(--helpy-blue);
}

.helpy-check-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.helpy-check-list li {
	align-items: center;
	color: #17304f;
	display: flex;
	font-size: 0.98rem;
	font-weight: 700;
	gap: 10px;
}

.helpy-check-list li::before {
	background: url("../images/check.png") center / contain no-repeat;
	content: "";
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.helpy-phone-cluster {
	height: 380px;
	position: relative;
}

.helpy-phone--tilt-left,
.helpy-phone--center,
.helpy-phone--tilt-right {
	background: transparent;
	border: 0;
	border-radius: 0;
	bottom: -28px;
	box-shadow: none;
	height: 370px;
	overflow: visible;
	position: absolute;
	width: 205px;
}

.helpy-phone--tilt-left::before,
.helpy-phone--center::before,
.helpy-phone--tilt-right::before,
.helpy-phone--tilt-left::after,
.helpy-phone--center::after,
.helpy-phone--tilt-right::after {
	content: none;
}

.helpy-phone__image {
	display: block;
	filter: drop-shadow(0 34px 58px rgba(0, 23, 44, 0.24));
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.helpy-phone--tilt-left {
	left: 8%;
	transform: rotate(-8deg);
}

.helpy-phone--center {
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.helpy-phone--tilt-right {
	right: 8%;
	transform: rotate(8deg);
}

.helpy-feature-panel {
	background: linear-gradient(180deg, #eef8ff, #ffffff);
	border: 1px solid rgba(0, 129, 209, 0.12);
	border-radius: var(--helpy-radius);
	box-shadow: var(--helpy-shadow-soft);
	padding: 34px;
}

.helpy-feature-panel h3 {
	color: var(--helpy-blue);
	font-size: 1.7rem;
}

.helpy-audience {
	padding-top: 16px;
}

.helpy-audience__grid {
	background: linear-gradient(90deg, #e7f5ff, #f4fbff 48%, #e8f5ff);
	border-radius: 24px 24px 0 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
	padding: 0;
}

.helpy-audience-card {
	align-items: end;
	display: grid;
	gap: 30px;
	grid-template-columns: 0.8fr 1fr;
	min-height: 230px;
	padding: 28px 54px 0;
	position: relative;
}

.helpy-audience-card--right {
	border-left: 1px solid rgba(0, 129, 209, 0.12);
	grid-template-columns: 1fr 0.82fr;
}

.helpy-audience-card__content {
	align-self: center;
	padding-bottom: 26px;
}

.helpy-audience-card h2 {
	color: var(--helpy-blue-dark);
	font-size: clamp(1.7rem, 2.5vw, 2.4rem);
	margin-top: 18px;
}

.helpy-person {
	align-self: end;
	display: block;
	filter: drop-shadow(0 22px 34px rgba(0, 43, 69, 0.14));
	height: 255px;
	max-width: 220px;
	object-fit: contain;
	object-position: bottom center;
	width: 100%;
}

.helpy-person--left {
	justify-self: center;
}

.helpy-person--right {
	justify-self: center;
}

.helpy-link {
	color: var(--helpy-blue);
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 800;
	margin-top: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.helpy-plus {
	background: linear-gradient(180deg, #0078c7, #0069b8);
	color: var(--helpy-white);
	padding: 44px 0 58px;
}

.helpy-plus__grid {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: 1.15fr repeat(4, 1fr);
}

.helpy-plus__intro,
.helpy-plus-card {
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	padding-right: 30px;
}

.helpy-plus__intro h2,
.helpy-plus__intro p,
.helpy-plus-card h3,
.helpy-plus-card p {
	color: var(--helpy-white);
}

.helpy-plus__title {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
	white-space: nowrap;
}

.helpy-plus__title h2 {
	flex: 0 0 auto;
	font-size: clamp(1.95rem, 2.2vw, 2.2rem);
	margin-bottom: 0;
	white-space: nowrap;
}

.helpy-plus__crown {
	display: block;
	flex: 0 0 auto;
	height: 34px;
	max-width: none;
	min-width: 34px;
	object-fit: contain;
	width: 34px;
}

.helpy-plus__button {
	align-items: center;
	background: var(--helpy-white);
	border-radius: 999px;
	color: var(--helpy-blue);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin-top: 18px;
	min-height: 40px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.helpy-plus-card__icon {
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.6), transparent 30%),
		rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: none;
	height: 54px;
	margin-bottom: 16px;
	width: 54px;
}

.helpy-plus-card__icon img {
	display: block;
	height: 30px;
	object-fit: contain;
	width: 30px;
}

.helpy-plus-card h3 {
	font-size: 1rem;
	line-height: 1.2;
}

.helpy-plus-card p {
	font-size: 0.86rem;
	opacity: 0.9;
}

.helpy-stats {
	align-items: center;
	background: var(--helpy-white);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(0, 43, 69, 0.14);
	color: var(--helpy-text);
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr) 1.5fr;
	margin-top: 46px;
	padding: 22px 28px;
}

.helpy-stat {
	border-right: 1px solid var(--helpy-border);
	display: grid;
	gap: 3px 12px;
	grid-template-columns: 44px 1fr;
	padding-right: 14px;
}

.helpy-stat__icon {
	align-self: center;
	display: block;
	grid-row: 1 / span 2;
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.helpy-stat strong,
.helpy-stat span {
	display: block;
}

.helpy-stat strong {
	color: var(--helpy-blue);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.08;
}

.helpy-stat span {
	color: var(--helpy-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.helpy-stats__stores {
	border-right: 0 !important;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}

.helpy-stats__stores span {
	grid-column: 1 / -1;
	text-align: center;
}

.helpy-stats__stores a {
	align-items: center;
	background: #0b111a;
	border-radius: 7px;
	color: var(--helpy-white);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	padding: 8px;
	text-align: center;
	text-decoration: none;
}

.helpy-button--store {
	gap: 10px;
}

.helpy-faq {
	max-width: 920px;
}

.helpy-faq__list {
	display: grid;
	gap: 14px;
}

.helpy-faq-item {
	background: var(--helpy-white);
	border: 1px solid var(--helpy-border);
	border-radius: 18px;
	box-shadow: 0 14px 38px rgba(0, 43, 69, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.helpy-faq-item h3 {
	margin: 0;
}

.helpy-faq-item__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--helpy-text);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 800;
	justify-content: space-between;
	padding: 22px 24px;
	text-align: left;
	width: 100%;
}

.helpy-faq-item__icon {
	border: 2px solid currentColor;
	border-left: 0;
	border-top: 0;
	height: 10px;
	margin-left: 18px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 10px;
}

.helpy-faq-item__button[aria-expanded="true"] .helpy-faq-item__icon {
	transform: rotate(225deg);
}

.helpy-faq-item__panel {
	padding: 0 24px 24px;
}

.helpy-faq-item__panel p {
	margin-bottom: 0;
}

.helpy-final-cta {
	background: linear-gradient(180deg, #ffffff, var(--helpy-blue-light));
	padding: 76px 0 96px;
	text-align: center;
}

.helpy-final-cta__inner {
	margin: 0 auto;
	max-width: 820px;
}

.helpy-final-cta p {
	font-size: 1.15rem;
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes helpyFloat {
	0%,
	100% {
		margin-top: 0;
	}

	50% {
		margin-top: -10px;
	}
}

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

	.reveal-on-scroll {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1180px) {
	.helpy-topbar__links {
		display: none;
	}

	.helpy-hero__grid {
		grid-template-columns: 1fr;
	}

	.helpy-hero__content {
		text-align: center;
	}

	.helpy-hero__content h1,
	.helpy-hero__subtitle {
		margin-left: auto;
		margin-right: auto;
	}

	.helpy-actions,
	.helpy-store-row {
		justify-content: center;
	}

	.helpy-hero__visual {
		margin: 0 auto;
		max-width: 760px;
		width: 100%;
	}

	.helpy-category-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.helpy-manifesto__grid {
		grid-template-columns: 1fr;
	}

	.helpy-phone-cluster {
		order: 2;
	}

	.helpy-feature-panel {
		order: 3;
	}

	.helpy-plus__grid,
	.helpy-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.helpy-plus__intro,
	.helpy-plus-card {
		border-right: 0;
	}
}

@media (max-width: 860px) {
	.helpy-container {
		padding: 0 20px;
	}

	.helpy-topbar__inner {
		grid-template-columns: 1fr auto;
		min-height: 72px;
	}

	.helpy-logo {
		font-size: 2.25rem;
	}

	.helpy-topbar__cta {
		min-height: 44px;
		padding: 0 18px;
	}

	.helpy-hero {
		padding-top: 38px;
	}

	.helpy-hero__grid {
		min-height: auto;
	}

	.helpy-hero__visual {
		height: 560px;
	}

	.helpy-floating-card {
		min-width: 142px;
		padding: 12px;
	}

	.helpy-value-grid,
	.helpy-audience__grid {
		grid-template-columns: 1fr;
	}

	.helpy-value-card {
		grid-template-columns: 58px 1fr;
	}

	.helpy-audience-card,
	.helpy-audience-card--right {
		border-left: 0;
		grid-template-columns: 150px 1fr;
		min-height: 230px;
		padding: 28px 26px 0;
	}

	.helpy-audience-card--right {
		grid-template-columns: 1fr 150px;
	}

	.helpy-person {
		height: 220px;
	}

	.helpy-stats {
		grid-template-columns: 1fr;
	}

	.helpy-stat {
		border-right: 0;
		border-bottom: 1px solid var(--helpy-border);
		padding-bottom: 14px;
		padding-right: 0;
	}
}

@media (max-width: 620px) {
	.helpy-landing h1 {
		font-size: clamp(2.45rem, 13vw, 4.1rem);
		line-height: 1.08;
		letter-spacing: -0.04em;
	}

	.helpy-section,
	.helpy-section--tight,
	.helpy-section--compact {
		padding: 54px 0;
	}

	.helpy-topbar__cta {
		display: none;
	}

	.helpy-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.helpy-store-row {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.helpy-rating {
		justify-self: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: fit-content;
	}

	.helpy-rating__score {
		display: inline-block !important;
		flex: none !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: max-content !important;
		white-space: nowrap !important;
		width: auto !important;
	}

	.helpy-hero__visual {
		height: 500px;
	}

	.helpy-phone--hero {
		height: 460px;
		width: 260px;
	}

	.helpy-home-phone {
		height: 455px;
	}

	.helpy-map-shape {
		left: -42px;
		right: -42px;
	}

	.helpy-dash-path {
		display: none;
	}

	.helpy-floating-card {
		font-size: 0.8rem;
	}

	.helpy-floating-card--pink,
	.helpy-floating-card--green,
	.helpy-floating-card--check {
		left: -2px;
	}

	.helpy-floating-card--dog,
	.helpy-floating-card--chat,
	.helpy-floating-card--request {
		right: -6px;
	}

	.helpy-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.helpy-audience-card,
	.helpy-audience-card--right {
		grid-template-columns: 1fr;
		padding: 28px 24px 0;
	}

	.helpy-audience-card--right .helpy-audience-card__content {
		order: 2;
	}

	.helpy-audience-card--right .helpy-person {
		order: 1;
	}

	.helpy-person {
		height: 245px;
		justify-self: center;
	}

	.helpy-phone--tilt-left,
	.helpy-phone--tilt-right {
		display: none;
	}

	.helpy-phone-cluster {
		height: 340px;
	}

	.helpy-phone--center {
		height: 330px;
		width: 185px;
	}

	.helpy-plus__grid {
		grid-template-columns: 1fr;
	}
}
