* {
	box-sizing: border-box;
}

:root {
	--on-text: #282828;
	--on-muted: #626262;
	--on-soft: #f8f8f6;
	--on-line: rgba(0, 0, 0, 0.08);
	--on-blue: #2100c8;
	--on-sky: #6ec1e4;
	--on-page-pad: clamp(20px, 5.25vw, 80px);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(110, 193, 228, 0.12), transparent 26rem),
		linear-gradient(180deg, #fff 0%, #fff 42%, #fbfbf7 100%);
	color: var(--on-text);
	font-family: "Manrope Local", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

a {
	color: inherit;
}

.on-page-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	height: 91px;
	min-height: 91px;
	padding: 0 40px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 0;
}

.on-page-logo img {
	display: block;
	width: 172px;
	max-width: 45vw;
	height: auto;
	object-fit: contain;
	object-position: left center;
	transform: translateY(-5px);
}

.on-page-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(28px, 4vw, 64px);
	margin-inline: auto;
}

.on-page-nav a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #6e6e6e;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.18s ease, transform 0.18s ease;
}

.on-page-nav a:hover,
.on-page-nav a[aria-current="page"] {
	color: #282828;
	transform: translateY(-1px);
}

.on-page-nav svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.on-page-register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #434343;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.on-page-register:hover,
.on-page-register:focus {
	background: #282828;
	color: #fff;
}

.on-page-mobile-toggle,
.on-page-mobile-nav {
	display: none;
}

.on-page-hero {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 56px 20px 72px;
	text-align: center;
	background:
		radial-gradient(circle at 47% 12%, rgba(121, 101, 255, 0.18), transparent 24rem),
		radial-gradient(circle at 55% 56%, rgba(255, 248, 220, 0.86), transparent 28rem),
		linear-gradient(180deg, #ffffff 0%, #fbfbf7 100%);
}

.on-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/legacy-assets/uploads/2024/09/BG-6.png") center center / cover no-repeat;
	opacity: 1;
	pointer-events: none;
}

.on-page-hero > * {
	position: relative;
}

.on-page-kicker {
	margin: 0 0 30px;
	color: var(--on-sky);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.on-page-title {
	max-width: 1140px;
	margin: 0 auto;
	color: #292929;
	font-family: "Phudu", sans-serif;
	font-size: clamp(64px, 5.7vw, 91px);
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -0.7px;
	text-transform: uppercase;
}

.on-page-subtitle {
	max-width: 720px;
	margin: 30px auto 0;
	color: #343434;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.on-page-main {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 68px 0 96px;
}

.on-404-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.on-404-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 28px;
	border: 1px solid var(--on-line);
	border-radius: 999px;
	background: #fff;
	color: var(--on-text);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.on-404-btn:hover,
.on-404-btn:focus {
	border-color: var(--on-sky);
	color: var(--on-text);
}

.on-404-btn-primary {
	border-color: transparent;
	background: #434343;
	color: #fff;
}

.on-404-btn-primary:hover,
.on-404-btn-primary:focus {
	background: #282828;
	color: #fff;
}

.on-section-eyebrow {
	margin: 0 0 14px;
	color: var(--on-sky);
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.on-section-title {
	margin: 0 0 26px;
	font-family: "Phudu", sans-serif;
	font-size: clamp(36px, 5vw, 72px);
	line-height: 1;
	letter-spacing: -0.9px;
	text-transform: uppercase;
}

.on-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.on-card,
.on-faq-item,
.on-contact-panel {
	border: 1px solid var(--on-line);
	border-radius: 32px;
	background: rgba(250, 250, 250, 0.92);
	padding: clamp(26px, 3vw, 40px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.035);
}

.on-card h2,
.on-card h3,
.on-faq-item h2,
.on-contact-panel h2 {
	margin: 0 0 12px;
	color: #181b31;
	font-family: "Phudu", sans-serif;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.on-card p,
.on-faq-item p,
.on-contact-panel p,
.on-contact-panel li {
	margin: 0;
	color: var(--on-muted);
	font-size: 17px;
	line-height: 1.58;
}

.on-faq-sections {
	display: grid;
	gap: 96px;
}

.on-faq-section {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(520px, 1.2fr);
	gap: clamp(54px, 8vw, 120px);
	align-items: start;
}

.on-faq-section:nth-child(even) .on-faq-heading {
	grid-column: 2;
}

.on-faq-section:nth-child(even) .on-faq-list {
	grid-column: 1;
	grid-row: 1;
}

.on-faq-heading {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding-top: 4px;
}

.on-faq-number {
	flex: 0 0 auto;
	padding-top: 5px;
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.on-faq-category {
	margin: 0;
	font-family: "Phudu", sans-serif;
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.7px;
	text-transform: uppercase;
}

.on-faq-list {
	border-top: 1px solid rgba(40, 40, 40, 0.16);
}

.on-faq-item {
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(40, 40, 40, 0.16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.on-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 48px;
	padding: 12px 2px;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	list-style: none;
	cursor: pointer;
}

.on-faq-item summary::-webkit-details-marker {
	display: none;
}

.on-faq-toggle {
	position: relative;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.on-faq-toggle::before,
.on-faq-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	background: #282828;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.on-faq-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.on-faq-item[open] .on-faq-toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.on-faq-answer {
	overflow: hidden;
	padding: 0 34px 16px 2px;
}

.on-faq-item .on-faq-answer p {
	margin: 0;
	color: #626262;
	font-family: "Manrope Local", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.on-blog-card {
	display: grid;
	gap: 18px;
	min-height: 100%;
}

.on-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: #777;
	font-size: 14px;
	font-weight: 700;
}

.on-read-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	background: #262626;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.on-blog-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	gap: clamp(40px, 9vw, 150px);
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 86px 0 94px;
}

.on-blog-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0 0 24px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(110, 193, 228, 0.14);
	color: var(--on-sky);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.on-blog-intro h1 {
	margin: 0;
	color: #282828;
	font-family: "Phudu", sans-serif;
	font-size: clamp(58px, 6.4vw, 92px);
	font-weight: 700;
	line-height: 0.95;
	text-transform: uppercase;
}

.on-blog-intro > p {
	max-width: 520px;
	margin: 10px 0 0;
	color: #282828;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.16;
}

.on-blog-main {
	padding: 58px 0 112px;
	background: #fff;
}

.on-blog-list,
.on-blog-empty {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.on-blog-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #282828;
	color: #fff;
	font-family: "Manrope Local", sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.on-blog-card-button:hover,
.on-blog-card-button:focus {
	background: #111;
	transform: translateY(-1px);
}

.on-blog-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	margin-inline: auto;
}

.on-blog-list-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.04);
}

.on-blog-card-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.72 / 1;
	background: #eef8fb;
}

.on-blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.on-blog-list-card:hover .on-blog-card-image img {
	transform: scale(1.035);
}

.on-blog-card-body {
	display: grid;
	grid-template-rows: auto auto 1fr auto auto;
	gap: 14px;
	padding: 26px 24px 28px;
}

.on-blog-card-body h2,
.on-blog-card-body h3 {
	margin: 0;
	color: #282828;
	font-family: "Phudu", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.on-blog-card-body h3 {
	font-size: 18px;
	line-height: 1.15;
}

.on-blog-card-body h2 a,
.on-blog-card-body h3 a {
	text-decoration: none;
}

.on-blog-card-read {
	margin: 0;
	color: #626262;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

.on-blog-card-excerpt {
	margin: 0;
	color: #4f4f4f;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.28;
}

.on-blog-card-category {
	margin: 0;
	color: var(--on-sky);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.on-blog-card-button {
	width: 100%;
	margin-top: 8px;
}

.on-blog-empty {
	color: #626262;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.on-article-page {
	background: #fff;
}

.on-article-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	align-items: center;
	gap: 34px;
	width: min(1060px, calc(100% - 40px));
	margin: 56px auto 66px;
	padding: 44px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 78% 42%, rgba(110, 193, 228, 0.2), transparent 16rem),
		linear-gradient(135deg, #f9f9f7 0%, #f3fbfd 100%);
}

.on-article-hero-copy h1 {
	max-width: 520px;
	margin: 0 0 18px;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: clamp(34px, 4.6vw, 58px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.on-article-meta {
	margin: 0;
	color: #626262;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.on-article-hero-image {
	overflow: hidden;
	aspect-ratio: 1.62 / 1;
	border-radius: 16px;
	background: #eaf7fb;
}

.on-article-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.on-article-layout {
	display: grid;
	grid-template-columns: minmax(300px, 340px) minmax(0, 720px);
	gap: clamp(52px, 7vw, 96px);
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto 96px;
	align-items: start;
}

.on-article-sidebar {
	position: sticky;
	top: 118px;
	display: grid;
	gap: 12px;
	align-self: start;
	max-height: calc(100vh - 160px);
	overflow: auto;
	padding-bottom: 24px;
	color: #626262;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.on-article-sidebar h2 {
	margin: 0 0 6px;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: 23px;
	font-weight: 900;
}

.on-article-sidebar h2:not(:first-child) {
	margin-top: 28px;
}

.on-article-sidebar a {
	color: var(--on-sky);
	text-decoration: none;
}

.on-article-sidebar p {
	margin: 0;
	color: var(--on-sky);
}

.on-article-body {
	padding-bottom: 0;
}

.on-article-body section {
	scroll-margin-top: 120px;
}

.on-article-body h2 {
	margin: 0 0 16px;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.on-article-body p {
	margin: 0 0 18px;
	color: #363636;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.58;
}

.on-article-body blockquote {
	margin: 44px 0;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 16px;
	background:
		radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.3), transparent 11rem),
		linear-gradient(135deg, #2100c8 0%, #6ec1e4 100%);
	color: #fff;
	text-align: center;
}

.on-article-body blockquote p {
	max-width: 620px;
	margin: 0 auto 28px;
	color: #fff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.08;
}

.on-article-body blockquote cite {
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.on-related-blog {
	padding: 76px 0 110px;
	background: #f7f7f5;
}

.on-related-blog-grid,
.on-related-all-posts {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.on-related-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: min(1180px, calc(100% - 40px));
	max-width: none;
	margin-inline: auto;
}

.on-related-all-posts {
	display: flex;
	width: max-content;
	margin-top: 44px;
}

.on-contact-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(400px, 1.15fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: start;
}

.on-contact-info {
	position: sticky;
	top: 120px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.on-contact-info h2 {
	margin: 0;
	color: #181b31;
	font-family: "Phudu", sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.on-contact-info > p {
	margin: 0;
	max-width: 460px;
	color: var(--on-muted);
	font-size: 17px;
	line-height: 1.58;
}

.on-contact-help-list {
	display: grid;
	gap: 10px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.on-contact-help-list li {
	position: relative;
	padding-left: 22px;
	color: #282828;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.on-contact-help-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--on-sky);
}

.on-contact-direct {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
	padding: 18px 20px;
	border: 1px solid var(--on-line);
	border-radius: 20px;
	background: rgba(110, 193, 228, 0.08);
}

.on-contact-direct svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: var(--on-sky);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.on-contact-direct-label {
	margin: 0 0 2px;
	color: var(--on-muted);
	font-size: 13px;
	font-weight: 600;
}

.on-contact-direct a {
	color: #282828;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	word-break: break-all;
}

.on-contact-direct a:hover {
	text-decoration: underline;
}

.on-contact-form-panel {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.on-contact-form {
	display: grid;
	gap: 20px;
	margin-top: 0;
}

.on-contact-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.on-contact-topics {
	margin: 0;
	padding: 0;
	border: 0;
}

.on-contact-topics legend {
	padding: 0 0 10px;
	color: #282828;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.on-contact-topics-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.on-contact-topic-chip {
	position: relative;
}

.on-contact-topic-chip input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.on-contact-topic-chip span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(40, 40, 40, 0.16);
	border-radius: 999px;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.on-contact-topic-chip:hover span {
	border-color: rgba(40, 40, 40, 0.35);
}

.on-contact-topic-chip input:checked + span {
	border-color: #282828;
	background: #282828;
	color: #fff;
}

.on-contact-topic-chip input:focus-visible + span {
	border-color: rgba(33, 0, 200, 0.55);
	box-shadow: 0 0 0 4px rgba(33, 0, 200, 0.08);
}

.on-contact-form label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.on-contact-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.on-contact-form label span {
	color: #282828;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.on-contact-form input,
.on-contact-form select,
.on-contact-form textarea {
	width: 100%;
	border: 1px solid rgba(40, 40, 40, 0.16);
	border-radius: 18px;
	background: #fff;
	color: #282828;
	font-family: "Manrope Local", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	outline: 0;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.on-contact-form input,
.on-contact-form select {
	min-height: 52px;
	padding: 0 16px;
}

.on-contact-form textarea {
	min-height: 142px;
	padding: 14px 16px;
	resize: vertical;
}

.on-contact-form input:focus,
.on-contact-form select:focus,
.on-contact-form textarea:focus {
	border-color: rgba(33, 0, 200, 0.55);
	box-shadow: 0 0 0 4px rgba(33, 0, 200, 0.08);
}

.on-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 54px;
	margin-top: 4px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #282828;
	color: #fff;
	font-family: "Manrope Local", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.on-contact-form button:hover,
.on-contact-form button:focus {
	background: #111;
	transform: translateY(-1px);
}

.on-contact-form button:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.on-contact-form-status {
	min-height: 22px;
	margin: 0;
	color: rgba(0, 0, 0, 0.62);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.on-contact-form-status.is-success {
	color: #177245;
}

.on-contact-form-status.is-error {
	color: #b42318;
}

.on-page-footer-legacy {
	display: none;
}

.on-footer-social {
	padding: 58px 40px;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.on-footer-social-inner {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr) 1.35fr;
	align-items: center;
	gap: 34px;
	width: min(1440px, 100%);
	margin: 0 auto;
}

.on-footer-social h2 {
	margin: 0;
	font-family: "Phudu", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.on-footer-social p {
	margin: 0;
	color: #282828;
	font-size: 16px;
	text-align: right;
}

.on-footer-social-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	color: #282828;
	text-align: center;
	text-decoration: none;
}

.on-footer-social-item svg {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	fill: #476d83;
}

.on-footer-social-item span {
	font-size: 16px;
	line-height: 1.45;
}

.on-shared-footer {
	padding: 80px 40px 34px;
	color: #282828;
	background: #fff;
}

.on-shared-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.75fr 0.75fr 1fr;
	gap: clamp(48px, 7vw, 110px);
	width: min(1440px, 100%);
	margin: 0 auto;
}

.on-footer-avatars {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.on-footer-avatars img {
	width: 40px;
	height: 40px;
	margin-right: -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
}

.on-footer-about p,
.on-footer-app p {
	max-width: 260px;
	margin: 0;
	color: rgba(0, 0, 0, 0.62);
	font-size: 16px;
	line-height: 1.5;
}

.on-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.on-footer-column h2 {
	margin: 0 0 18px;
	padding: 5px 11px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	font-family: "Manrope Local", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.on-footer-column a {
	color: rgba(0, 0, 0, 0.7);
	font-size: 13px;
	text-decoration: none;
}

.on-footer-column a:hover {
	color: #000;
}

.on-footer-app > a {
	display: inline-flex;
	margin-bottom: 18px;
}

.on-footer-app img {
	display: block;
	width: 64px;
	height: 64px;
}

.on-footer-app h2 {
	margin: 0 0 14px;
	font-family: "Phudu", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.on-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1440px, 100%);
	margin: 76px auto 0;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(0, 0, 0, 0.55);
	font-size: 13px;
}

.on-footer-bottom a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 900px) {
	.on-page-header {
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		min-height: auto;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.on-page-logo {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.on-card-grid,
	.on-contact-form-row {
		grid-template-columns: 1fr;
	}

	.on-contact-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.on-contact-info {
		position: static;
	}

	.on-faq-sections {
		gap: 68px;
	}

	.on-faq-section {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.on-faq-section:nth-child(even) .on-faq-heading,
	.on-faq-section:nth-child(even) .on-faq-list {
		grid-column: 1;
		grid-row: auto;
	}

	.on-footer-social-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.on-footer-social h2,
	.on-footer-social p {
		grid-column: 1 / -1;
		text-align: center;
	}

	.on-shared-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.on-blog-list,
	.on-related-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.on-article-hero {
		grid-template-columns: 1fr;
	}

	.on-article-layout {
		grid-template-columns: 1fr;
		margin-bottom: 64px;
	}

	.on-article-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none;
		overflow: visible;
		padding-bottom: 22px;
		border-bottom: 1px solid rgba(40, 40, 40, 0.12);
	}
}

@media (max-width: 640px) {
	.on-page-header {
		flex-wrap: nowrap;
		justify-content: space-between;
		height: 70px;
		min-height: 70px;
		padding: 0 20px;
		background: #fff;
	}

	.on-page-logo {
		display: flex;
		justify-content: flex-start;
		width: auto;
	}

	.on-page-logo img {
		width: 158px;
		max-width: 58vw;
		height: auto;
		transform: translateY(0);
	}

	.on-page-nav,
	.on-page-register {
		display: none;
	}

	.on-page-mobile-toggle {
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		margin: 0;
		border: 0 !important;
		background: transparent !important;
		color: #111 !important;
		box-shadow: none !important;
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
	}

	.on-page-mobile-toggle svg {
		display: block;
		width: 24px;
		height: 24px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.on-page-mobile-toggle .on-close-icon,
	.on-page-mobile-toggle.is-active .on-menu-icon {
		display: none;
	}

	.on-page-mobile-toggle.is-active .on-close-icon {
		display: block;
	}

	.on-page-mobile-toggle .sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.on-page-mobile-toggle .bars,
	.on-page-mobile-toggle .bars-inner {
		display: block;
		position: relative;
		width: 20px;
		height: 15px;
	}

	.on-page-mobile-toggle .bars-inner {
		display: flex;
		flex-direction: column;
	}

	.on-page-mobile-toggle .bar {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 2px;
		margin-bottom: 4.25px;
		background: #111;
		transform-origin: center;
		transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s ease, width 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	}

	.on-page-mobile-toggle .bar:last-child {
		margin-bottom: 0;
	}

	.on-page-mobile-toggle .bar:nth-child(2)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #111;
		opacity: 0;
		transform: rotate(-90deg);
		transition: opacity 0.35s ease;
	}

	.on-page-mobile-toggle.is-active .bar:nth-child(1) {
		opacity: 0;
		transform: translateY(-3px);
	}

	.on-page-mobile-toggle.is-active .bar:nth-child(2) {
		width: 22px;
		transform: rotate(45deg);
	}

	.on-page-mobile-toggle.is-active .bar:nth-child(2)::before {
		opacity: 1;
	}

	.on-page-mobile-toggle.is-active .bar:nth-child(3) {
		opacity: 0;
		transform: translateY(3px);
	}

	.on-page-mobile-nav {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		max-height: 0;
		padding: 0 20px;
		overflow: hidden;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
		opacity: 0;
		visibility: hidden;
		transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
	}

	.on-page-mobile-nav.is-open {
		max-height: 360px;
		padding-top: 12px;
		padding-bottom: 22px;
		opacity: 1;
		visibility: visible;
	}

	.on-page-mobile-nav > a:not(.on-page-mobile-app) {
		padding: 14px 4px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
		color: #282828;
		font-size: 17px;
		font-weight: 500;
		text-decoration: none;
	}

	.on-page-mobile-nav > a[aria-current="page"] {
		font-weight: 700;
	}

	.on-page-mobile-app {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		margin-top: 18px;
		border-radius: 999px;
		background: #434343;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
	}

	.on-page-title {
		font-size: 60px;
	}

	.on-page-subtitle {
		font-size: 18px;
	}

	.on-page-main {
		width: min(100% - 28px, 1180px);
		padding-top: 48px;
	}

	.on-blog-pill {
		min-height: 30px;
		margin-bottom: 18px;
		padding: 0 15px;
		font-size: 13px;
	}

	.on-blog-main {
		padding: 32px 0 78px;
	}

	.on-blog-list,
	.on-blog-empty {
		width: min(100% - 28px, 1180px);
	}

	.on-blog-list,
	.on-related-blog-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.on-blog-card-body {
		padding: 22px 20px 24px;
	}

	.on-blog-card-body h2 {
		font-size: 23px;
	}

	.on-article-hero {
		width: min(100% - 28px, 1060px);
		margin: 34px auto 44px;
		padding: 24px;
		border-radius: 20px;
	}

	.on-article-hero-copy h1 {
		font-size: 33px;
		letter-spacing: -0.03em;
	}

	.on-article-layout {
		width: min(100% - 28px, 1060px);
		gap: 30px;
		margin-bottom: 48px;
	}

	.on-article-sidebar {
		grid-template-columns: 1fr;
	}

	.on-article-body {
		padding-bottom: 64px;
	}

	.on-article-body p {
		font-size: 15px;
	}

	.on-article-body blockquote {
		margin: 34px 0;
		padding: 30px 22px;
	}

	.on-article-body blockquote p {
		font-size: 23px;
	}

	.on-related-blog {
		padding: 58px 0 82px;
	}

	.on-related-blog-grid {
		width: min(100% - 28px, 1180px);
	}

	.on-related-all-posts {
		margin-top: 34px;
	}

	.on-page-hero {
		padding: 44px 18px 54px;
	}

	.on-page-kicker {
		margin-bottom: 18px;
	}

	.on-faq-category {
		font-size: 42px;
	}

	.on-faq-item summary {
		font-size: 14px;
	}

	.on-footer-social {
		padding: 46px 18px;
	}

	.on-footer-social-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 10px;
	}

	.on-footer-social h2 {
		grid-column: 1 / -1;
		grid-row: 1;
		margin-bottom: 22px;
		text-align: center;
	}

	.on-footer-social p {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-bottom: 48px;
		text-align: center;
	}

	.on-footer-social-item {
		flex-direction: column;
		justify-content: flex-start;
		gap: 24px;
		width: auto;
		margin: 0;
		text-align: center;
	}

	.on-footer-social-item svg {
		width: 31px;
		height: 31px;
		flex-basis: 31px;
	}

	.on-footer-social-item span {
		font-size: 15px;
		line-height: 1.45;
	}

	.on-shared-footer {
		padding: 58px 22px 30px;
	}

	.on-shared-footer-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.on-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 58px;
	}
}
