:root {
	--cy-purple: #6200ee;
	--cy-cyan: #03dac6;
	--cy-dark: #121212;
	--cy-gray: #f1f5f9;
	--cy-gray-200: #d7deea;
	--cy-gray-400: #64748b;
	--cy-gray-600: #334155;
	--cy-white: #ffffff;
	--cy-radius-sm: 1rem;
	--cy-radius-md: 1.75rem;
	--cy-radius-lg: 2.5rem;
	--cy-shadow: 0 20px 50px rgba(18, 18, 18, 0.08);
	--cy-shadow-soft: 0 10px 30px rgba(98, 0, 238, 0.08);
	--cy-max: 1180px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Nunito", sans-serif;
	color: var(--cy-dark);
	background:
		radial-gradient(circle at top left, rgba(3, 218, 198, 0.14), transparent 30%),
		radial-gradient(circle at top right, rgba(98, 0, 238, 0.12), transparent 32%),
		#fff;
}

body.admin-bar .cy-header-shell {
	top: 32px;
}

a {
	color: inherit;
}

img {
	border-radius: inherit;
}

.elementor-location-header,
.elementor-location-footer,
.elementor-location-single,
.elementor-location-archive {
	width: 100%;
}

.site-main,
.page-content,
.entry-content,
.elementor-widget-shortcode {
	width: 100%;
}

.cy-header-shell,
.cy-footer-shell,
.cy-home,
.cy-single,
.cy-archive {
	width: min(calc(100% - 24px), var(--cy-max));
	margin: 0 auto;
}

.cy-header-shell {
	position: sticky;
	top: 0;
	z-index: 40;
	padding-top: 14px;
}

.cy-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(98, 0, 238, 0.1);
	border-radius: 999px;
	box-shadow: var(--cy-shadow-soft);
	backdrop-filter: blur(16px);
}

.cy-brand-link {
	display: inline-flex;
	align-items: center;
}

.cy-logo-mark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1;
}

.cy-logo-beta {
	margin-top: -6px;
	margin-right: 4px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--cy-cyan);
	color: var(--cy-purple);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(3, 218, 198, 0.25);
}

.cy-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.cy-nav a,
.cy-inline-link {
	font-weight: 800;
	color: var(--cy-gray-600);
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.cy-nav a:hover,
.cy-inline-link:hover {
	color: var(--cy-purple);
	transform: translateY(-1px);
}

.cy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cy-btn:hover {
	transform: translateY(-2px);
}

.cy-btn--primary {
	background: var(--cy-purple);
	color: var(--cy-white);
	box-shadow: 0 14px 30px rgba(98, 0, 238, 0.22);
}

.cy-btn--secondary {
	background: var(--cy-white);
	color: var(--cy-dark);
	border: 1px solid rgba(98, 0, 238, 0.14);
	box-shadow: var(--cy-shadow-soft);
}

.cy-btn--accent {
	background: var(--cy-cyan);
	color: var(--cy-dark);
	box-shadow: 0 16px 32px rgba(3, 218, 198, 0.18);
}

.cy-home {
	padding: 28px 0 56px;
}

.cy-hero,
.cy-section--split,
.cy-footer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	align-items: stretch;
}

.cy-hero {
	padding-top: 22px;
}

.cy-hero__copy,
.cy-surface,
.cy-benefit-card,
.cy-benefit-list,
.cy-cta-band,
.cy-post-card,
.cy-single__article,
.cy-archive__inner {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(98, 0, 238, 0.08);
	border-radius: var(--cy-radius-lg);
	box-shadow: var(--cy-shadow);
}

.cy-hero__copy {
	padding: 34px;
}

.cy-hero__copy h1,
.cy-section__heading h2,
.cy-benefit-card h2,
.cy-cta-band h2,
.cy-single__title,
.cy-archive__title {
	margin: 0 0 18px;
	font-weight: 900;
	line-height: 1.02;
	color: var(--cy-dark);
}

.cy-hero__copy h1 {
	font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.cy-section__heading h2,
.cy-benefit-card h2,
.cy-cta-band h2,
.cy-single__title,
.cy-archive__title {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.cy-hero__copy p,
.cy-section__heading p,
.cy-benefit-card p,
.cy-benefit-list p,
.cy-cta-band p,
.cy-single__excerpt,
.cy-post-card__excerpt,
.cy-footer p,
.cy-archive__intro {
	font-size: 1.05rem;
	line-height: 1.72;
	color: var(--cy-gray-600);
}

.cy-eyebrow,
.cy-surface__eyebrow,
.cy-footer__title,
.cy-step,
.cy-post-card__meta,
.cy-single__meta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.79rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.cy-eyebrow,
.cy-surface__eyebrow,
.cy-step {
	color: var(--cy-purple);
}

.cy-eyebrow--light {
	color: var(--cy-cyan);
}

.cy-button-row,
.cy-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.cy-trust-list {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.cy-trust-list li,
.cy-topic-strip a,
.cy-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(3, 218, 198, 0.12);
	color: var(--cy-dark);
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
}

.cy-surface {
	height: 100%;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(98, 0, 238, 0.04), rgba(3, 218, 198, 0.04)),
		#fff;
}

.cy-topic-strip,
.cy-section {
	margin-top: 26px;
}

.cy-topic-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cy-section {
	padding: 14px 0;
}

.cy-section__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.cy-section__heading > * {
	flex: 1;
}

.cy-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.cy-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.cy-post-card--featured {
	grid-column: span 1;
}

.cy-post-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(98, 0, 238, 0.08), rgba(3, 218, 198, 0.18));
}

.cy-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cy-post-card__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 22px;
}

.cy-post-card__meta,
.cy-single__meta {
	color: var(--cy-gray-400);
}

.cy-pill {
	padding: 8px 12px;
	font-size: 0.72rem;
	color: var(--cy-purple);
}

.cy-post-card__title,
.cy-benefit-list h3,
.cy-footer__title {
	margin: 0;
	font-weight: 900;
	color: var(--cy-dark);
}

.cy-post-card__title {
	font-size: 1.4rem;
	line-height: 1.2;
}

.cy-post-card__title a {
	text-decoration: none;
}

.cy-benefit-card,
.cy-benefit-list,
.cy-cta-band,
.cy-single__article,
.cy-archive__inner {
	padding: 32px;
}

.cy-benefit-list {
	display: grid;
	gap: 18px;
}

.cy-benefit-list > div {
	padding: 18px 0;
	border-bottom: 1px solid rgba(98, 0, 238, 0.08);
}

.cy-benefit-list > div:last-child {
	border-bottom: 0;
}

.cy-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	background:
		linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(98, 0, 238, 0.94));
	color: var(--cy-white);
}

.cy-cta-band h2,
.cy-cta-band p {
	color: var(--cy-white);
}

.cy-footer-shell {
	margin-top: 26px;
	padding: 0 0 36px;
}

.cy-footer {
	padding: 30px 32px;
	background: var(--cy-dark);
	color: rgba(255, 255, 255, 0.82);
	border-radius: var(--cy-radius-lg);
}

.cy-footer__brand {
	display: grid;
	gap: 14px;
}

.cy-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.cy-footer__links a {
	display: block;
	margin-top: 10px;
	text-decoration: none;
	font-weight: 700;
}

.cy-footer__bottom {
	padding: 16px 8px 0;
	color: var(--cy-gray-400);
	font-size: 0.9rem;
}

.cy-single,
.cy-archive {
	padding: 36px 0 56px;
}

.cy-single__article,
.cy-archive__inner {
	max-width: 860px;
	margin: 0 auto;
}

.cy-single__thumb {
	margin: 26px 0 30px;
	border-radius: calc(var(--cy-radius-lg) - 0.5rem);
	overflow: hidden;
	box-shadow: var(--cy-shadow-soft);
}

.cy-single__content {
	font-size: 1.08rem;
	line-height: 1.82;
	color: var(--cy-gray-600);
}

.cy-single__content h2,
.cy-single__content h3 {
	margin-top: 2.2em;
	margin-bottom: 0.8em;
	font-weight: 900;
	line-height: 1.15;
	color: var(--cy-dark);
}

.cy-single__content h2 {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.cy-single__content h3 {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.cy-single__content p,
.cy-single__content ul,
.cy-single__content ol {
	margin: 0 0 1.25em;
}

.cy-single__content ul,
.cy-single__content ol {
	padding-left: 1.3em;
}

.cy-single__content li {
	margin-bottom: 0.8em;
}

.cy-single__content strong {
	color: var(--cy-dark);
}

.cy-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 28px;
}

@media (max-width: 1024px) {
	.cy-post-grid {
		grid-template-columns: 1fr;
	}

	.cy-hero,
	.cy-section--split,
	.cy-footer,
	.cy-section__heading {
		grid-template-columns: 1fr;
		display: grid;
	}

	.cy-footer__links,
	.cy-archive__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.admin-bar .cy-header-shell {
		top: 0;
	}

	.cy-header,
	.cy-home,
	.cy-single,
	.cy-archive {
		padding-left: 0;
		padding-right: 0;
	}

	.cy-header {
		flex-direction: column;
		align-items: stretch;
		border-radius: 28px;
		padding: 16px;
	}

	.cy-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.cy-header__cta .cy-btn,
	.cy-btn,
	.cy-cta-band .cy-btn {
		width: 100%;
	}

	.cy-hero__copy,
	.cy-surface,
	.cy-benefit-card,
	.cy-benefit-list,
	.cy-cta-band,
	.cy-single__article,
	.cy-archive__inner,
	.cy-footer {
		padding: 24px;
		border-radius: 28px;
	}

	.cy-hero__copy h1,
	.cy-section__heading h2,
	.cy-benefit-card h2,
	.cy-cta-band h2,
	.cy-single__title,
	.cy-archive__title {
		font-size: 2.2rem;
	}

	.cy-post-card__title {
		font-size: 1.25rem;
	}

	.cy-cta-band {
		flex-direction: column;
		align-items: stretch;
	}
}
